|
|
|
|
|
by tempest_
153 days ago
|
|
Getting it running in linux is the easiest part dev wise. It is the rest of the iceberg that causes problems. - You need your support to be able to support linux which means they will need training and experience helping people in an entirely new system - Linux comes in finite but vastly more combinations than OSX and Windows which means you are probably going to need to pick something like Ubuntu or struggle with the above - Gotta track bugs in twice as many places - Need CI / CD for more platforms etc |
|
This is easily solvable by distributing the app via a distro agnostic mechanism, like as a Flatpak or AppImage. Using Flatpak also eliminates the need for rolling their own app update mechanism.