moses-palmer / pystray

GNU General Public License v3.0
460 stars 57 forks source link

Add instructions on how to install dependencies on Fedora #164

Open slimhk45 opened 2 months ago

slimhk45 commented 2 months ago

Considering GTK4 dropped its built-in AppIndicator API for system tray (what a shame), I think it would be smart to add instructions in the pystray doc that developers need to sudo dnf install libayatana-appindicator-gtk3 libayatana-appindicator-gtk3-devel for their system tray icon to run on Fedora.

Source:

slimhk45 commented 2 months ago

I had a headache reading the debug console to find out which dependencies were missed because I thought the C library libappindicator was bundled with Pystay, but it is dynamically loaded.