|
|
|
|
|
by eptcyka
730 days ago
|
|
I agree, simplicity is cool. That is why I love to support platforms that are simple to support. Say, if you have a piece of software that has it’s main entrypoint be a status icon, it suddenly becomes incredibly difficult to support gnome, since different distros will ship with different versions of gnome, which support different versions of status icon plugins, which work differently and sometimes they dont even have the plugins in the repo. Suddenly a feature that just works turns into a 3 page ordeal in the user manual do deduce what plugin must they install where to make our app work. |
|
Maybe your app sole entry point should not be a systray icon, especially, since users might not have systray at all (intentionally).
You will have similar issue with Android, and how it handles (persistent) notifications, background tasks and activities in foreground.