[or-cvs] r16227: Fixed html link type of desktop files due to a glitch in KDE (incognito/trunk/root_overlay/usr/share/applications)
anonym at seul.org
anonym at seul.org
Sun Jul 27 14:22:29 UTC 2008
Author: anonym
Date: 2008-07-27 10:22:29 -0400 (Sun, 27 Jul 2008)
New Revision: 16227
Modified:
incognito/trunk/root_overlay/usr/share/applications/docs.desktop
incognito/trunk/root_overlay/usr/share/applications/walkthrough.desktop
Log:
Fixed html link type of desktop files due to a glitch in KDE that makes them not open in Firefox.
Modified: incognito/trunk/root_overlay/usr/share/applications/docs.desktop
===================================================================
--- incognito/trunk/root_overlay/usr/share/applications/docs.desktop 2008-07-27 14:16:23 UTC (rev 16226)
+++ incognito/trunk/root_overlay/usr/share/applications/docs.desktop 2008-07-27 14:22:29 UTC (rev 16227)
@@ -1,7 +1,9 @@
[Desktop Entry]
Encoding=UTF-8
Icon=html
-Type=Link
-URL=/usr/share/incognito/readme.html
+Type=Application
+Exec=firefox /usr/share/incognito/docs.html
Name=__INCOGNITO__ Documentation
+Comment=The __INCOGNITO__ Documentation is mainly of interest for developers and advanced users that wish to modify the system
Categories=Qt;KDE;Utility
+Terminal=false
Modified: incognito/trunk/root_overlay/usr/share/applications/walkthrough.desktop
===================================================================
--- incognito/trunk/root_overlay/usr/share/applications/walkthrough.desktop 2008-07-27 14:16:23 UTC (rev 16226)
+++ incognito/trunk/root_overlay/usr/share/applications/walkthrough.desktop 2008-07-27 14:22:29 UTC (rev 16227)
@@ -1,7 +1,9 @@
[Desktop Entry]
Encoding=UTF-8
Icon=html
-Type=Link
-URL=/usr/share/incognito/walkthrough/walkthrough.html
+Type=Application
+Exec=firefox /usr/share/incognito/walkthrough/walkthrough.html
Name=__INCOGNITO__ Walkthrough
+Comment=The __INCOGNITO__ Walkthrough contains useful information for new users
Categories=Qt;KDE;Utility
+Terminal=false
More information about the tor-commits
mailing list