Tiny Core Linux

Tiny Core Base => TCB Bugs => Topic started by: hunderteins on August 08, 2011, 01:54:54 AM

Title: Xprogs, .desktop icon- names and locations
Post by: hunderteins on August 08, 2011, 01:54:54 AM
Hello,
  first let me thank you for this fantastic linux flavour. I installed it for my little sister and
had never cause to regret it.
Nevertheless I have some small, cosmetic issue to contribute. The names and icon locations
in some .desktop files are broken with 3.8:

--- squashfs-root/usr/share/applications/tinycore-appsaudit.desktop
+++ squashfs-root.desktopfix/usr/share/applications/tinycore-appsaudit.desktop
@@ -1,7 +1,7 @@
 [Desktop Entry]
 Name=AppsAudit
 Exec=appsaudit
-Icon=gear
+Icon=appsaudit
 X-FullPathIcon=/usr/share/pixmaps/appsaudit.png
 Type=Application
 Categories=System;
--- squashfs-root/usr/share/applications/tinycore-editor.desktop
+++ squashfs-root.desktopfix/usr/share/applications/tinycore-editor.desktop
@@ -2,7 +2,7 @@
 Name=Editor
 Exec=editor
 Icon=editor
-X-FullPathIcon=/usr/share/pixmaps/logo.png
+X-FullPathIcon=/usr/share/pixmaps/editor.png
 Type=Application
 OnlyShowIn=Old;
 Categories=System;
--- squashfs-root/usr/share/applications/tinycore-run.desktop
+++ squashfs-root.desktopfix/usr/share/applications/tinycore-run.desktop
@@ -1,8 +1,8 @@
 [Desktop Entry]
 Name=RunProgram
 Exec=flrun
-Icon=logo
-X-FullPathIcon=/usr/share/pixmaps/logo.png
+Icon=run
+X-FullPathIcon=/usr/share/pixmaps/run.png
 Type=Application
 OnlyShowIn=Old;
 Categories=System;

Thank you for your attention and keep on the good work,
Sven
Title: Re: Xprogs, .desktop icon- names and locations
Post by: roberts on August 08, 2011, 08:25:17 AM
Thanks for reporting. Fixed and reposted Xprogs.tcz.