GNOME Bugzilla – Bug 655548
[PATCH] Show in Unity too
Last modified: 2011-08-03 13:26:19 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
Created attachment 192851 [details] [review] 0001-Add-Unity-to-OnlyShowIn-value-in-.desktop-file.patch
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