Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fdpowermon config file points to non-existing icons #36

Closed
tdanhorn opened this issue Dec 23, 2015 · 1 comment
Closed

fdpowermon config file points to non-existing icons #36

tdanhorn opened this issue Dec 23, 2015 · 1 comment

Comments

@tdanhorn
Copy link

The default ~/.config/fdpowermon/theme.cfg (from skel) contains the line dir = /usr/share/icons/Faenza-Dark-Bunsen/status/22/, and it expects icons named gpm-primary-??0-charging.png there. Since the cleanup of the BunselLabs incon themes (which made use of inheritance from the Faenza themes), these icons were removed from the Bunsen-specific directories and exist in only /usr/share/icons/Faenza-Dark/status/22/, and the space in the tint2 panel used by fdpowermon is blank (but shows battery stats on mouse-over).
fdpowermon is a rather simple script and I consider it unlikely that the maintainer would change it any time soon to follow the freedesktop.org icon theme specification (which might well double the code). In any case, the config file asks for a directory, not a theme name, and its icon theme is not linked to anything in Preferences->Appearance. So I think the easy fix is to point theme.cfg to /usr/share/icons/Faenza-Dark/status/22/. (BTW, the live CD still has the pre-cleanup icon setup, so it works -- at the expense of duplicating icons.) Thanks for all the hard work and continuing the #! spirit!

@johnraff
Copy link
Member

@tdanhorn Thank you for catching this!
Since fdpowermon requires a hard-coded icon directory, your solution does seem the best way to go.

Now pushed in bunsen-configs 8.6.7-1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants