Bug 395481

Summary: Control Center no longer lists 'open administrator settings
Product: [openSUSE] openSUSE 11.1 Reporter: jared thompson <afonit>
Component: GNOMEAssignee: Scott Reeves <sreeves>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P2 - High CC: christian.jaeger, chrubis, forgotten_h13THG8RK1, vuntz
Version: Final   
Target Milestone: ---   
Hardware: x86   
OS: openSUSE 11.0   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description jared thompson 2008-05-29 15:48:28 UTC
when in the control center there are three categories to the left:  filter, groups, common tasks.


common tasks in 10.3 lists:
add printer
configure network
cahnge password
add user
open administrator settings


in 11 it lists:
set preferred applications
add printer



I have not found anywhere citing if this was intentional - though for me the 'open administrator settings' will be missed.  (I know I can click on yast though the 'open administrator settings' is quite language useful and accessible in its physical location.
Comment 1 Forgotten User h13THG8RK1 2008-06-02 15:32:13 UTC
y2controlcenter-gnome issue...
Comment 2 Christian Jäger 2008-06-09 19:16:55 UTC
...and I think a very important usability bug.

How is a user coming from Windows to know how to access administrative settings? What the heck is 'YaST', he will think...
Comment 3 Forgotten User h13THG8RK1 2008-06-09 23:12:38 UTC
I agree; that's why I'm subscribed to this and some related reports. My comment must have been in the sequence of changing the component from YaST to GNOME or some other detail.

As I've mentioned elsewhere, I suggest, as an quick fix, for the start menu to have two entries: some "Desktop Settings" and a "System Settings". (and remove the "Install Software".)

Christian, if you feel this is that important, change the severity to "Critical". I'm pretty sure it won't be accepted for 11.0, but that's the only way you can get the release team to notice it. ;P
Comment 4 Christian Jäger 2008-06-10 11:44:10 UTC
Well, if you say so... (My original intention today was to promote it to a 'blocker'. ;p)
Comment 5 Christian Jäger 2008-06-10 11:45:37 UTC
Well, if you say so... (My original intention today was to promote it to a 'blocker'. ;p)
Comment 6 Christian Jäger 2008-06-10 11:54:04 UTC
I seem to be stuttering. Anyway, I don't particularly like the idea of making both 'desktop settings' and 'system settings' directly accessible via the main menu. I see some wisdom in making only some basic settings (i.e. the gnome control center) accessible from the main menu - because otherwise a user would have to contemplate what it is he wants to change and which of the two icons he should click on to do that. Better have a sequence; many of the more common administrative tasks (like setting up a printer) can be performed within the gnome control center, too.

But as it is now, with NO indication of administrative settings, I can imagine we'll see some reviewers claiming that openSUSE 11.0 just WON'T LET YOU DO some things because without previous SUSE-experience they won't find the application to do it with...
Comment 7 Forgotten User h13THG8RK1 2008-06-10 15:12:21 UTC
JP, do you know who to bother about this? Seems like important stuff that could be easily fixed by touching some .desktop file...
Comment 8 JP Rosevear 2008-06-11 20:41:02 UTC
Its definitely not critical, Yast is in the main-menu for RC4 and also in the control center.
Comment 9 Christian Jäger 2008-06-20 21:45:51 UTC
There we have it, the first blogger/reviewer realized:

"Call me crazy, but if I’m a user looking to set up a new user, I’m probably not going to think, “well, I need to look for something called YaST”. Calling it Administrator Settings, as it was in 10.2 and 10.3 would work great. But it isn’t."
http://lizards.opensuse.org/2008/06/20/opensuse-110-at-first-glance-its-ok/

It would have been easy to fix, but no... :-|
Comment 10 Christian Jäger 2008-12-03 12:24:01 UTC
Please fix it in this release.
Comment 11 Forgotten User h13THG8RK1 2008-12-04 20:15:09 UTC
Yeah, I'm surprised this isn't getting more attention since OpenSuse is meant to encompass new users to Linux and this seems like a very trivial thing.

I'm full of stuff to do at the moment though; Christian, do you want to check where the config file is to change that "System" side bar. I think they are "*.desktop" files somewhere, so if you find+grep for e.g. "Install Software" (both kfind and the Gnome equivalent can do that) you should be able to easily locate them, and then attach to the report the yast entry, so we can get the release coordinators or someone with power to get the thing through.
Comment 12 Forgotten User h13THG8RK1 2008-12-26 22:57:07 UTC
--- /usr/share/applications/YaST.desktop-old	2008-12-26 22:54:19.000000000 +0000
+++ /usr/share/applications/YaST.desktop	2008-12-26 22:54:59.000000000 +0000
@@ -2,7 +2,7 @@
 X-SuSE-translate=true
 Type=Application
 Categories=Settings;System;SystemSetup;X-SuSE-Core-System;X-SuSE-ControlCenter-System;
-Name=YaST
+Name=System Settings
 Icon=yast
 GenericName=Administrator Settings
 Exec=/sbin/yast2



--- /usr/share/applications/gnomecc.desktop-old	2008-12-26 22:55:10.000000000 +0000
+++ /usr/share/applications/gnomecc.desktop	2008-12-26 22:55:25.000000000 +0000
@@ -1,7 +1,7 @@
 [Desktop Entry]
 X-SuSE-translate=true
 Comment=Configure the desktop
-Name=Control Center
+Name=Desktop Settings
 GenericName=Personal Settings
 Icon=gnome-control-center
 Exec=gnome-control-center
Comment 13 Vincent Untz 2011-03-01 23:23:54 UTC
I fixed that a while ago (in 11.3, iirc).