mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-01-22 14:41:39 +00:00
Make icon path relative
* Removes the hardcoded path to the icon in the .desktop file * Allows themes to override the default application icon (icons are searched for in theme paths first) * Debian: create symbolic link in /usr/share/pixmaps that points to the icon file * Arch: the same thing is done by PKGBUILD maintainers downstream
This commit is contained in:
@@ -3,5 +3,5 @@
|
||||
"longname": "dupeGuru",
|
||||
"execname": "dupeguru",
|
||||
"arch": "any",
|
||||
"iconpath": "/usr/share/dupeguru/dgse_logo_128.png"
|
||||
"iconpath": "dupeguru"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user