-
Notifications
You must be signed in to change notification settings - Fork 6
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
Hardcoded icon path in launcher #8
Comments
@palob - sorry for such a delayed reply - icon has been moved now. i did not manage to make it work without the extension, so desktop file now reads thank you for reporting the bug! |
Thanks, it really should work with just |
ya, tried it out (logging out is excessive -> alt+F2 -> "r" is enough) but On Sat, 26 Dec 2015 at 02:27 palob notifications@github.com wrote:
|
This issue isn't fixed btw, even if it's in the right location if the full path is used then it's still hardcoded :( |
:'( On Thu, 21 Jan 2016, 17:53 Joshua H. Fogg notifications@github.com wrote:
|
@tbaugis Hey, in order to fix that you will have to add this line |
* knits (2to3 rendered some bugs) * move apx icon to share/icons/hicolor/scalable/ closes tstriker#8
* knits (2to3 rendered some bugs) * move apx icon to share/icons/hicolor/scalable/ closes tstriker#8 * looks like gtk.DrawingArea doesn't care about background much anymore, so set it on the window. fixes tstriker#14
Hi,
currently the icon path specified in the created .desktop launcher file is set to:
Icon=/usr/share/apx/icons/apx.svg
This prevents icon theming without editing the launcher file.
I'd like to ask you to change the icon location as well as the icon path line in the launcher according to the freedesktop.org standards.
Please find more info here:
http://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html
https://github.com/Foggalong/hardcode-fixer/wiki/What,-Why-&-How
According to the above resources standard icon locations are:
/usr/share/icons/hicolor/[size]/apps/[icon name]
~/.local/share/icons/hicolor/[size]/apps/[icon name]
or simply:
/usr/share/pixmaps/[icon name]
The corresponding standard icon line in the .desktop launcher is:
Icon=[icon name]
(without full path, without file extension)for instance
Icon=apx
(for an icon
apx.svg
orapx.png
stored in standard locationCould you please move the icon to one of those locations and adjust the icon path in the .desktop file accordingly?
The text was updated successfully, but these errors were encountered: