bilelmoussaoui / Hardcode-Tray

Fixes Hardcoded tray icons in Linux
Other
861 stars 63 forks source link

Adding support for custom icon paths #690

Open Fubuchi opened 3 years ago

Fubuchi commented 3 years ago

Specifications

When I run Hardcode-Tray in my laptop, it log a message No app to fix! and do nothing.

After debugging the code, I notice that the theme object only look for icon in these paths:

image

In KDE, the folder for installed icons is: /home/<user>/.local/share/icons

Adding the folder to the theme object using prepend_search_path fix the issue.

Not sure if I am missing any runtime dependencies for the script to work correctly or custom path should be supported?