diff options
author | Chris <[email protected]> | 2019-12-16 18:55:57 +0100 |
---|---|---|
committer | Chris <[email protected]> | 2019-12-16 18:55:57 +0100 |
commit | 7b6e877f874a515914acb00681e3cfdf1540ca20 (patch) | |
tree | b1b3a28d7ec4cd906fc6a4d85a2e96f5f1168419 /systemsettings/systemsettings.desktop | |
parent | 3a7c3d2ea1d5be06ac919595546d0db2f25c4ea6 (diff) | |
download | tde-systemsettings-7b6e877f874a515914acb00681e3cfdf1540ca20.tar.gz tde-systemsettings-7b6e877f874a515914acb00681e3cfdf1540ca20.zip |
Fix wrong XDG patch for tde-systemsettings, which resulted in missing icons.
This partially reverts commit 98459dca4f.
Signed-off-by: Chris <[email protected]>
Diffstat (limited to 'systemsettings/systemsettings.desktop')
-rw-r--r-- | systemsettings/systemsettings.desktop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systemsettings/systemsettings.desktop b/systemsettings/systemsettings.desktop index e68ef6b..de1dcf6 100644 --- a/systemsettings/systemsettings.desktop +++ b/systemsettings/systemsettings.desktop @@ -1,7 +1,7 @@ [Desktop Entry] Encoding=UTF-8 Exec=systemsettings -caption "%c" %i %m -Icon=computersettings +Icon=systemsettings Type=Application X-DocPath=systemsettings/index.html X-TDE-StartupNotify=true |