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 328119 - why are the default bookmarks not removeable?
why are the default bookmarks not removeable?
Status: RESOLVED DUPLICATE of bug 306363
Product: gtk+
Classification: Platform
Component: Widget: GtkFileChooser
2.8.x
Other All
: Normal minor
: ---
Assigned To: gtk-bugs
Federico Mena Quintero
Depends on:
Blocks:
 
 
Reported: 2006-01-22 02:55 UTC by gnutter
Modified: 2006-01-23 17:54 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description gnutter 2006-01-22 02:55:20 UTC
The default bookmarks , in particular Desktop are created non removable.

Despite the spirit of the following comment in the source, the user is not 
allowed to remove Desktop.

  impl->has_desktop = shortcuts_insert_path (impl, -1, FALSE, NULL, path, 
_("Desktop"), FALSE, NULL);
  /* We do not actually pop up an error dialog if there is no desktop directory
   * because some people may really not want to have one.
   */

Indeed I see no way removing any bookmark would be critical if the user wished 
to do so.

The desktop folder exists on my system but I dont use as a user. I should be 
allowed to remove this redundant bookmark.

Similarly I can rename "file system". I find it confusing and would rather call 
it what it is : "/" .

Is there any need to hardcode this and prevent changes?



Other information:
Comment 1 Federico Mena Quintero 2006-01-23 17:54:17 UTC

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