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 657043 - Rename "All Settings" button
Rename "All Settings" button
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: shell
3.0.x
Other Linux
: Normal trivial
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-08-21 21:52 UTC by themerion
Modified: 2011-10-20 09:39 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
shell: Use icon for "All Settings" button (1.69 KB, patch)
2011-10-19 15:44 UTC, Bastien Nocera
committed Details | Review

Description themerion 2011-08-21 21:52:58 UTC
When in a System Settings App, there is a button for going back to the System Settings overview. The button is labeled "All Settings".

This doesn't make sense if you didn't come from the System Settings overview in the first place. For instance, the sound settings can be accessed from the speaker in the top-right corner of the desktop.

User experience: Clicking at the speaker icon, hitting "Sound Settings", and getting a window labeled "Sound" containing only sound settings. What "All Settings" is supposed to do is rather unclear in this case. I thought for sure it would show all _sound_ settings.

Naming the button "System Settings" or "All System Settings" would be much more informative.
Comment 1 Rodrigo Moya 2011-08-23 11:45:13 UTC
Why not just hide it completely if a specific panel was requested to be open?
Comment 2 Bastien Nocera 2011-08-24 23:37:35 UTC
(In reply to comment #1)
> Why not just hide it completely if a specific panel was requested to be open?

Because it breaks navigation for no good reason (eg. I clicked on "Sound settings" but now need to access "Bluetooth settings" for my headset, etc.)
Comment 3 Bastien Nocera 2011-10-19 15:44:08 UTC
Created attachment 199446 [details] [review]
shell: Use icon for "All Settings" button
Comment 4 Sebastien Bacher 2011-10-19 15:46:38 UTC
bug #661445 suggest to address this by another way, using a navigation bar similar to nautilus (i.e "system settings> sound" would be displayed when you are in the sound preferences panel)
Comment 5 Bastien Nocera 2011-10-19 15:50:24 UTC
The patch changes the button to just be a single icon, which would make the goal much clearer.

(In reply to comment #4)
> bug #661445 suggest to address this by another way, using a navigation bar
> similar to nautilus (i.e "system settings> sound" would be displayed when you
> are in the sound preferences panel)

You still need something to "jump" to the overview page, and there are numerous problems with using a breadcrumb widget which are best discussed in the other bug.
Comment 6 Sebastien Bacher 2011-10-19 16:06:05 UTC
Thanks Bastien, is there any chance you update the other bug with some details on those numerous problems?
Comment 7 Bastien Nocera 2011-10-20 09:39:21 UTC
Pushed to master.

Attachment 199446 [details] pushed as f9da94d - shell: Use icon for "All Settings" button