[opensuse] openSuSE 11.0 enhancement to KDE Menu Style

As an administrator I have been asked to see if I can configure all users to use the KDE start menu rather than the SUSE menu. I know how to change it if done by the user. Right mouse click on the rascal in the bottom left corner and then left click on "Switch to KDE menu style". Can I in some way make this a system wide default, even if just for new users. I have figured out how to make a file go into the Autostart folder (via /etc/skel). I just can not find anything that would help me find a command or config option (/opt/kde3/share/config.kcfg /etc/opt/kde3....) that would let me set the menu style to KDE. I also have the desire to change the defaults for the screen saver to something just a little longer and less annoying. Have not begun that search yet but I bet the answer for that will be close to this one. I just have not 'seen the light' for KDE configs yet. I have been all over the opensuse site as well as the KDE site not to mention a day on Google searching. KDE does have an administrators area but it does not have much on configuring systems for groups of users. Any help would be greatly appreciated even if just a pointer to a Administrating KDE for dummies book! Opensuse 11.0 KDE 3.5.9 Tim Ertl -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org

On December 2, 2008 05:51:34 pm Tim Ertl wrote:
As an administrator I have been asked to see if I can configure all users to use the KDE start menu rather than the SUSE menu. I know how to change it if done by the user. Right mouse click on the rascal in the bottom left corner and then left click on "Switch to KDE menu style".
Can I in some way make this a system wide default, even if just for new users.
I have figured out how to make a file go into the Autostart folder (via /etc/skel). I just can not find anything that would help me find a command or config option (/opt/kde3/share/config.kcfg /etc/opt/kde3....) that would let me set the menu style to KDE.
You were in the right place! In /opt/kde3/share/config.kcfg/kickerSettings.kcfg you should find the section (and by that I mean that's what I have here) <entry name="LegacyKMenu" type="Bool" > <label>When this option is enabled, the classic K Menu is used.</label> <default>false</default> </entry> I presume that changing false to true would result in new users getting the old (sorry, Legacy) menu, but I've not tested it. For existing users you need to add LegacyKMenu=true to the [General] section of ~/.kde/share/config/kickerrc. (That bit at least I've tested.) HTH -- Don -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org

Thanks Don! Once you told me that the menu name did not have the word suse in it and I saw the LegacyKMenu it was more understandable. Apparently that was the secret keyword. Not very well documented but it worked! What I actually did was "ADD" the secret word "LegacyKMenu=true" to the /etc/opt/kde3/share/config/kickerrc file and all new users default to the kdemenu! Thanks very much! Tim Ertl -----Original Message----- From: Don Raboud [mailto:dwraboud@telusplanet.net] Sent: Tuesday, December 02, 2008 8:49 PM To: opensuse@opensuse.org Subject: Re: [opensuse] openSuSE 11.0 enhancement to KDE Menu Style On December 2, 2008 05:51:34 pm Tim Ertl wrote:
As an administrator I have been asked to see if I can configure all users to use the KDE start menu rather than the SUSE menu. I know how to change it if done by the user. Right mouse click on the rascal in the bottom left corner and then left click on "Switch to KDE menu style".
Can I in some way make this a system wide default, even if just for new users.
I have figured out how to make a file go into the Autostart folder (via /etc/skel). I just can not find anything that would help me find a command or config option (/opt/kde3/share/config.kcfg /etc/opt/kde3....) that would let me set the menu style to KDE.
You were in the right place! In /opt/kde3/share/config.kcfg/kickerSettings.kcfg you should find the section (and by that I mean that's what I have here) <entry name="LegacyKMenu" type="Bool" > <label>When this option is enabled, the classic K Menu is used.</label> <default>false</default> </entry> I presume that changing false to true would result in new users getting the old (sorry, Legacy) menu, but I've not tested it. For existing users you need to add LegacyKMenu=true to the [General] section of ~/.kde/share/config/kickerrc. (That bit at least I've tested.) HTH -- Don -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
participants (2)
-
Don Raboud
-
Tim Ertl