applications: Don't use symbolic icon name in .desktop
gnome-control-center's shell uses the -symbolic version automatically. Use the icon name without the -symbolic suffix to match what we do with other panels.
This commit is contained in:
parent
493311f019
commit
f5600cf9d6
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ Comment=Control various application permissions and settings
|
||||||
Exec=gnome-control-center applications
|
Exec=gnome-control-center applications
|
||||||
# FIXME
|
# FIXME
|
||||||
# Translators: Do NOT translate or transliterate this text (this is an icon file name)!
|
# Translators: Do NOT translate or transliterate this text (this is an icon file name)!
|
||||||
Icon=application-x-executable-symbolic
|
Icon=application-x-executable
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Type=Application
|
Type=Application
|
||||||
NoDisplay=true
|
NoDisplay=true
|
||||||
|
|
Loading…
Add table
Reference in a new issue