Earlier quoted context omitted.
Does Lumina work on Linux? I can't really find anything about it (there is also a Lumina Desktop Environment for Linux it seems), and while it says "Lumina is compatible with Windows and Macintosh machine" this can mean "we don't directly support Linux, but it should work" (like Logitech), or it can mean "we have specialized drivers/software that only work on Windows and macOS".
If your software works only on Windows, you've written non-portable software. Likely, you have all your core logic mixed up with Windowsy UI and now you're stuck there. If it works on Windows and Mac, you've written portable software but just can't be bothered to support Linux. At a guess the problem is that you want to ship binaries only and don't want to deal with doing all the packaging and testing for Linux. For…
Or they wrote different, non-portable software for each os.