After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 580180 - enable autostart, and update desktop file to reflect XFCE and bugzilla component
enable autostart, and update desktop file to reflect XFCE and bugzilla component
Status: RESOLVED WONTFIX
Product: gnote
Classification: Applications
Component: main
git master
Other Linux
: Normal normal
: ---
Assigned To: gnote-maint
gnote-maint
Depends on:
Blocks:
 
 
Reported: 2009-04-24 21:49 UTC by Ritesh Khadgaray ( irc:ritz)
Modified: 2009-05-04 06:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (1.14 KB, patch)
2009-04-24 21:51 UTC, Ritesh Khadgaray ( irc:ritz)
none Details | Review

Description Ritesh Khadgaray ( irc:ritz) 2009-04-24 21:49:24 UTC
enable autostart, and update desktop file to reflect XFCE and bugzilla component

patch attached.
Comment 1 Ritesh Khadgaray ( irc:ritz) 2009-04-24 21:51:03 UTC
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
Comment 2 Hubert Figuiere (:hub) 2009-04-27 01:50:53 UTC
I'm actually not sold to the autostart. IMHO it is the job of the session manager. I don't want to impose it.
Comment 3 Jani Monoses 2009-04-27 06:21:08 UTC
please pick the XFCE bit at least to show up in the XFCE menus, that is independent of autostart.
Comment 4 Hubert Figuiere (:hub) 2009-04-27 06:22:59 UTC
you an resubmit a patch as it is a different issue.
Comment 5 Hubert Figuiere (:hub) 2009-04-29 00:42:02 UTC
I won't make Gnote autostart when installed.

The rest is adressed in bug 580481
Comment 6 Matěj Cepl 2009-05-02 07:55:17 UTC
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
Comment 7 Jani Monoses 2009-05-02 07:57:28 UTC
Indeed, the line to decide which menus the entry it shows up in is
OnlyShowIn=GNOME;XFCE;
Comment 8 Hubert Figuiere (:hub) 2009-05-04 06:55:12 UTC
(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.