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 785539 - Make it possible to add links to folders as Bookmarks with drag&drop
Make it possible to add links to folders as Bookmarks with drag&drop
Status: RESOLVED DUPLICATE of bug 761013
Product: gtk+
Classification: Platform
Component: Widget: Other
3.22.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2017-07-28 17:23 UTC by Thanos Apostolou
Modified: 2017-08-18 19:25 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Thanos Apostolou 2017-07-28 17:23:28 UTC
I have a created a link to a folder. If I drag & drop it at bookmarks then it does nothing. However, if I open the link and select the "Bookmark this location" option then it works fine. Is it possible to make it work with drag & drop too?
Comment 1 Thanos Apostolou 2017-07-29 14:32:58 UTC
Just giving some more info since this changed project. This is happening with Nautilus. Caja and nemo file manager work fine when you drag&drop folders and links to the bookmarks locations.
Comment 2 Daniel Boles 2017-08-14 22:55:28 UTC
Indeed, but I bet they don't use GtkPlacesSidebar, whereas Nautilus does.

Here I have the following results from two things that do use PlacesSidebar:

 * Nautilus can bookmark a folder

 * Nautilus cannot bookmark a link to a folder

 * A GtkFileChooserDialog in multiple-selection mode can't bookmark anything
   ...because it treats the drag as drawing a selection rectangle. :S Yuk.

 * A GtkFileChooserDialog in single-selection mode can drag a folder,
   but it will not actually put it into the bookmarks.

 * ditto for a GtkFileChooserDialog in single-selection mode with a link-to-folder.
Comment 3 Daniel Boles 2017-08-14 22:58:35 UTC
(In reply to Daniel Boles from comment #2)
>  * A GtkFileChooserDialog in single-selection mode can drag a folder,
>    but it will not actually put it into the bookmarks.

Bah, no sooner than I wrote that, I tested it again, and it seems to work now... Either it's sporadic, or I spaced out before. Both are equally likely!


>  * ditto for a GtkFileChooserDialog in single-selection mode with a
> link-to-folder.

This still doesn't work, as for Nautilus.
Comment 4 Daniel Boles 2017-08-18 19:25:50 UTC

*** This bug has been marked as a duplicate of bug 761013 ***