[PATCH and PROPOSAL] Fix .desktop files



The new panel manu layout (Application/Places/Desktop) has some
influence in/from nautilus:
     1. Places->Home is fetched from nautilus-home.desktop. Here the
        used icon is "gnome-home" but it should be "gnome-fs-home"
     2. The File Browser entry is now hidden

Proposed fix
     1. Use "gnome-fs-home"
     2. Edit nautilus.desktop.in to put this entry in Applications-
        >Sytem Tools (and add startup notification) as a simple
        appliacation. Eventually add it under Applications->Accessories

A patch is attached

PS no cvs access for me.

-- 
Luca Ferretti <elle uca libero it>
diff -Naur /usr/src/GNOME/CVS/nautilus/nautilus.desktop.in nautilus/nautilus.desktop.in
--- /usr/src/GNOME/CVS/nautilus/nautilus.desktop.in	2004-09-01 10:44:28.000000000 +0200
+++ nautilus/nautilus.desktop.in	2005-01-18 22:43:25.651451080 +0100
@@ -6,8 +6,9 @@
 Exec=nautilus --no-desktop --browser
 Icon=file-manager
 Terminal=false
+StartupNotify=true
 Type=Application
-Categories=Application;Core;
+Categories=GNOME;Application;System;Utility;Core;
 OnlyShowIn=GNOME;
 X-GNOME-Bugzilla-Bugzilla=GNOME
 X-GNOME-Bugzilla-Product=nautilus
diff -Naur /usr/src/GNOME/CVS/nautilus/nautilus-home.desktop.in nautilus/nautilus-home.desktop.in
--- /usr/src/GNOME/CVS/nautilus/nautilus-home.desktop.in	2003-11-06 17:07:00.000000000 +0100
+++ nautilus/nautilus-home.desktop.in	2005-01-18 22:41:48.574209064 +0100
@@ -4,7 +4,7 @@
 _Comment=View your home folder in the Nautilus file manager
 TryExec=nautilus 
 Exec=nautilus
-Icon=gnome-home
+Icon=gnome-fs-home
 Terminal=false
 Type=Application
 Categories=Application;Core;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]