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 690883 - "Change Desktop Background" should check for gnome-control-center
"Change Desktop Background" should check for gnome-control-center
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: Desktop
3.6.x
Other Linux
: Normal normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-12-30 13:56 UTC by Daniel Drake
Modified: 2013-03-19 23:41 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Daniel Drake 2012-12-30 13:56:43 UTC
OLPC ships GNOME without the control center, and you can imagine the same being true for other embedded or kiosk-type distros.

Nautilus currently shows "Change Desktop Background" unconditionally on the desktop's right-click menu. If gnome-control-center is not installed, this option still appears but it does nothing.

It would be nice if this option was hidden or greyed out if gnome-control-center is not installed.
Comment 1 Cosimo Cecchi 2013-03-19 23:41:58 UTC
Good idea; I pushed a patch to git master that implements this.