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 653470 - Please add Unity Launcher quicklist to gedit desktop file
Please add Unity Launcher quicklist to gedit desktop file
Status: RESOLVED INVALID
Product: gedit
Classification: Applications
Component: general
3.0.x
Other Linux
: Normal enhancement
: ---
Assigned To: Gedit maintainers
Gedit maintainers
Depends on:
Blocks:
 
 
Reported: 2011-06-27 09:03 UTC by Bilal Akhtar
Modified: 2011-10-08 22:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to add Unity launcher quicklist (1.21 KB, patch)
2011-06-27 09:05 UTC, Bilal Akhtar
none Details | Review

Description Bilal Akhtar 2011-06-27 09:03:52 UTC
The Ubuntu Unity launcher supports quicklists, progress bars and counts on the individual application launcher icons. The Unity Launcher API is documented at https://wiki.ubuntu.com/Unity/LauncherAPI .

The attached patch adds a static quicklist to Gedit. The patch is written so that the quicklist items appear only when Unity is running. The change will have no effect in Gedit running under GNOME Shell/GNOME Panel.
Comment 1 Bilal Akhtar 2011-06-27 09:05:06 UTC
Created attachment 190738 [details] [review]
Patch to add Unity launcher quicklist
Comment 2 Ignacio Casal Quinteiro (nacho) 2011-06-27 09:23:33 UTC
Review of attachment 190738 [details] [review]:

this should be managed with gtkapplication, although as gtkapplication doesn't support it yet I am fine with it for now.
Comment 3 Michael Terry 2011-07-12 19:36:17 UTC
commit 2529f991e628b22e2e43e8be8cf14f99ea0a08bb
Author: Michael Terry <michael.terry@canonical.com>
Date:   Tue Jul 12 15:34:32 2011 -0400

    Add Unity quicklist to desktop file.
    
    Patch committed on behalf of Bilal Akhtar, who doesn't have direct access.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=653470
Comment 4 Ignacio Casal Quinteiro (nacho) 2011-08-04 09:26:17 UTC
Reopening this, as it is producing an error:

/builddir/build/BUILDROOT/gedit-3.1.3-1.fc16.x86_64/usr/share/applications/gedit.desktop: error: file contains group "NewDocument Shortcut Group", but groups extending the format should start with "X-"
/builddir/build/BUILDROOT/gedit-3.1.3-1.fc16.x86_64/usr/share/applications/gedit.desktop: error: file contains group "NewWindow Shortcut Group", but groups extending the format should start with "X-"
Error on file "/builddir/build/BUILDROOT/gedit-3.1.3-1.fc16.x86_64/usr/share/applications/gedit.desktop": Failed to validate the created desktop file

I will revert the patch until I get a new one.
Comment 5 Ignacio Casal Quinteiro (nacho) 2011-10-08 22:47:15 UTC
Well, feel free to provide a good patch for it. In the meantime I am closing this.