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 657207 - Patch - Dash Nautilus Bookmarks
Patch - Dash Nautilus Bookmarks
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
3.1.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2011-08-23 22:56 UTC by mihael.blues
Modified: 2011-08-23 23:36 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Dash-appDisplay patch (1.91 KB, patch)
2011-08-23 22:56 UTC, mihael.blues
rejected Details | Review

Description mihael.blues 2011-08-23 22:56:15 UTC
Created attachment 194536 [details] [review]
Dash-appDisplay patch

Here is a patch for Dash component of gnome-shell. When user opens up popup menu on Nautilus icon in Dash, it should show Bookmarks.

There's a gotcha to be solved. Bookmark changes are reflected only once  gnome-shell is restarted. 

Steps to reproduce: Make a new bookmark in nautilus. Check if it's shown in Nautilus Dash popup menu (shouldn't be). 

After gnome-shell restart, it's there.

Expected Results: Shown bookmark without restart

Gnome-shell 3.1.4
Comment 1 Jasper St. Pierre (not reading bugmail) 2011-08-23 23:11:00 UTC
Review of attachment 194536 [details] [review]:

Not going to take this.

1) It won't work under distros that use an application name other than "Files" for nautilus.
2) It won't work under non-English locales.
3) If we want jumplists, they should be integrated properly (I think the Zeitgeist were working on this).
Comment 2 mihael.blues 2011-08-23 23:36:11 UTC
Thanx for the review. I'm aware of 1) and 2), it was meant as a quick patch until 3.2 comes along (hopefully with jumplists).. Will look into zeitgeist. Regards