pystray
pystray copied to clipboard
Implement Basic FreeDesktop icon support
If supplied, a FreeDesktop icon name can be used as a supplemental icon choice for platforms that support it. The logic for whether to display the icon remains unchanged at the moment (relies on the presence of the supplied default image). This is needed for instances such as Flatpak apps where giving access to the host /tmp directory is not wanted.
I want this!
Hey I went ahead and published a fork with just this one fix plus a pyproject.toml file to be able to include it in my PyPI package for Gtk-LLM-Chat.
This is because I couldn't publish with just a link to my git branch.