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 655548 - [PATCH] Show in Unity too
[PATCH] Show in Unity too
Status: RESOLVED FIXED
Product: gnome-tweak-tool
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GNOME Tweak Tool maintainer(s)
GNOME Tweak Tool maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2011-07-29 05:27 UTC by Jeremy Bicha
Modified: 2011-08-03 13:26 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
0001-Add-Unity-to-OnlyShowIn-value-in-.desktop-file.patch (707 bytes, patch)
2011-07-29 05:30 UTC, Jeremy Bicha
committed Details | Review
Fix a desktop file validation bug introduced by the previous patch (928 bytes, patch)
2011-08-03 10:07 UTC, Michel Alexandre Salim
committed Details | Review

Description Jeremy Bicha 2011-07-29 05:27:54 UTC
Unity is a registered XDG environment [1].  Many of the settings in gnome-tweak-tool apply to the Unity shell,
so its autostart .desktop file would ideally add 'Unity' to its OnlyShowIn
value.

[1] http://standards.freedesktop.org/menu-spec/latest/apb.html
Comment 1 Jeremy Bicha 2011-07-29 05:30:01 UTC
Created attachment 192851 [details] [review]
0001-Add-Unity-to-OnlyShowIn-value-in-.desktop-file.patch
Comment 2 Michel Alexandre Salim 2011-08-03 10:07:53 UTC
Created attachment 193151 [details] [review]
Fix a desktop file validation bug introduced by the previous patch

The previous commit (0efe60139bbf9d1763601bb5ae5974d0834ee420) changes the desktop entry to make g-t-t shows in Unity's menu; however, the change breaks the desktop file specification and does not validate.

This patch fixes the problem by adding a missing semi-colon