GNOME Bugzilla – Bug 580180
enable autostart, and update desktop file to reflect XFCE and bugzilla component
Last modified: 2009-05-04 06:55:12 UTC
enable autostart, and update desktop file to reflect XFCE and bugzilla component patch attached.
Created attachment 133277 [details] [review] patch install desktop file in /etc/xdg/autostart, to allow autostart functionality[1], and updates desktop file to reflect bugzilla component. [1] http://standards.freedesktop.org/autostart-spec/autostart-spec-0.5.html
I'm actually not sold to the autostart. IMHO it is the job of the session manager. I don't want to impose it.
please pick the XFCE bit at least to show up in the XFCE menus, that is independent of autostart.
you an resubmit a patch as it is a different issue.
I won't make Gnote autostart when installed. The rest is adressed in bug 580481
I (and desktop-file-install from Fedora development utils) don't think it is correct .desktop file: + desktop-file-install --dir=/var/tmp/gnote-0.3.0-0.1.mc.1.fc11.x86_64/usr/share/applications /var/tmp/gnote-0.3.0-0.1.mc.1.fc11.x86_64//usr/share/applications/gnote.desktop /var/tmp/gnote-0.3.0-0.1.mc.1.fc11.x86_64/usr/share/applications/gnote.desktop: error: value "GNOME;XFCE;GTK;Utility;" for key "Categories" in group "Desktop Entry" contains an unregistered value "XFCE"; values extending the format should start with "X-" Error on file "/var/tmp/gnote-0.3.0-0.1.mc.1.fc11.x86_64//usr/share/applications/gnote.desktop": Failed to validate the created desktop file
Indeed, the line to decide which menus the entry it shows up in is OnlyShowIn=GNOME;XFCE;
(In reply to comment #7) > Indeed, the line to decide which menus the entry it shows up in is > OnlyShowIn=GNOME;XFCE; > This has been done. See the other bug report on the subject.