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 131790 - Remove "Use Default Background" from folder context menu
Remove "Use Default Background" from folder context menu
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: Desktop
0.x.x [obsolete]
Other Linux
: Normal normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-01-17 19:08 UTC by Keith Lea
Modified: 2005-01-23 19:46 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10


Attachments
Removes Use Default Background from all context menus (6.15 KB, patch)
2004-08-29 12:59 UTC, Jaap A. Haitsma
none Details | Review
Only removes it from the context menu on the desktop (2.49 KB, patch)
2004-08-31 22:12 UTC, Jaap A. Haitsma
committed Details | Review
Removes Use Default Background from folder context menu (5.13 KB, patch)
2005-01-22 23:09 UTC, Jaap A. Haitsma
none Details | Review

Description Keith Lea 2004-01-17 19:08:51 UTC
I don't see any good reason to clutter up the desktop context menu with
this item. If the user wants to change his or her desktop background,
whether it's to the default, or an image, or a color, or whatever, he or
she will click "Change Desktop Background."
Comment 1 Keith Lea 2004-08-27 18:06:10 UTC
This is a very silly menu item and I wish someone would look at this bug, and at
least confirm it.
Comment 2 Jaap A. Haitsma 2004-08-27 18:34:47 UTC
I completely agree, even weirder is that if you have a nautilus window open and
right click on an empty space between the icons. It's also presented but it is
greyed out. In my opinion it should be removed overthere as well.
Bug #145193 talks about this last part
Comment 3 Jaap A. Haitsma 2004-08-29 12:59:42 UTC
Created attachment 31058 [details] [review]
Removes Use Default Background from all context menus

How ironicallly my first real contribution to gnome, and it just removes code
Comment 4 Alexander Larsson 2004-08-30 09:38:38 UTC
I agree that its a bit silly on the desktop context menu, but the patch
removes it everywhere. I'm not sure thats right, since it removes the
only way to get from a folder-specific background to using the gloabl
default folder background.
Comment 5 Jaap A. Haitsma 2004-08-31 22:12:23 UTC
Created attachment 31158 [details] [review]
Only removes it from the context menu on the desktop

I still think it's better to completely remove it from all context menus, but
here's a patch that just removes it from the desktop menu. 

IMHO the user should just go to Edit Backgrounds & Emblems again to remove the
background again. It's not logical that you can only set it at one place and
reset it on that place and another place. If there should be something in the
context menu then it would be change background, but I guess there is no dialog
with only desktop backgrounds in the code yet, (only the combined one with
emblems I might have a go at that in the future :-)
Comment 6 Alexander Larsson 2004-09-01 07:54:20 UTC
The last patch looks good. But can't be applied now, as we're in ui/feature and
hard code freeze. It'll go in in the next cycle.
Comment 7 André Dahlqvist 2004-09-03 22:56:23 UTC
Alexander, it's not true that this context entry is the only way to go from a
folder-specific background to the global default folder background; instead just
drag the "reset" pattern to the folder and it will use the global default folder
background again. Heck, that's even the most discoverable way to do it;-) I
think Backgrounds & Emblems is where people will look to achieve this, since
that's where they set the folder background in the first place.

This context menu entry has bothered me too, so I support its removal. By the
way, if the entry is removed from the context menu in Nautilus also then the
documentation in Help should be changed accordingly, since it currently mentions
the context menu approach to reset it (one sentence needs to be changed).

Comment 8 Elijah Newren 2004-10-27 16:45:42 UTC
Based on comment 6, I'm updating the versions and setting the 2.10.0 Gnome
Milestone.  I'm also marking as high priority since it has a patch.
Comment 9 Elijah Newren 2004-11-19 19:38:25 UTC
nautilus has branched so I'm removing the BLOCKED_BY_FREEZE keyword.
Comment 10 John McCutchan 2004-11-24 17:56:59 UTC
This can go in now can it not?
Comment 11 Francisco Camenforte Torres 2004-12-22 18:36:25 UTC
In head it's gone from the desktop, still shows in nautilus.
Comment 12 Luis Villa 2005-01-02 17:26:17 UTC
Comment on attachment 31158 [details] [review]
Only removes it from the context menu on the desktop

This, or something like it, has been committed.
Comment 13 Luis Villa 2005-01-02 17:27:47 UTC
Have updated the title and severity to reflect the current situation. Agree that
it should still be nuked from the folder menus as well...
Comment 14 Luis Villa 2005-01-22 17:29:45 UTC
Given that it is gone from the most visible/least-sensical place, I'm taking
this off of the 2.10 showstopper list. Would still be great to get it in, of course.
Comment 15 Jaap A. Haitsma 2005-01-22 19:18:13 UTC
Luis, what would be needed to get this still in? Should I update the first patch
so it can be applied now that that the 2nd patch has been applied, or should the
maintainers be convinced??
Comment 16 Luis Villa 2005-01-22 19:25:41 UTC
Jaap, I'd start by updating the patch, and then emailing it to
nautilus-list@gnome.org indicating the purpose of the patch and the bug #. That
is usually the best way to get the nautilus maintainer's attention.
Comment 17 Jaap A. Haitsma 2005-01-22 23:09:04 UTC
Created attachment 36395 [details] [review]
Removes Use Default Background from folder context menu

Updated the patch. Hoping that this will now go in
Comment 18 Martin Wehner 2005-01-23 19:46:35 UTC
2005-01-23  Martin Wehner  <martin.wehner@epost.de>

	* src/file-manager/fm-actions.h:
	* src/file-manager/fm-desktop-icon-view.c: (real_merge_menus):
	* src/file-manager/fm-directory-view.c: (real_update_menus):
	* src/file-manager/nautilus-directory-view-ui.xml:
	Remove "Reset Background" entry from folder context menus.
	
	Patch from Jaap Haitsma <jaap@haitsma.org>