pystray icon indicating copy to clipboard operation
pystray copied to clipboard

Implement Basic FreeDesktop icon support

Open DMouse10462 opened this issue 5 years ago • 2 comments

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.

DMouse10462 avatar Sep 06 '20 18:09 DMouse10462

I want this!

icarito avatar Jun 07 '25 20:06 icarito

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.

icarito avatar Jun 09 '25 14:06 icarito