Hello! Is it possible to change KDM theme? Systemsettings doesn't help me. It generates new config in /usr/share/kde4/config/kdm, but real KDM theme isn't changed. Thank you. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 02/09/2012 02:49 AM, Dmitry A. Ashkadov wrote:
Hello!
Is it possible to change KDM theme? Systemsettings doesn't help me. It generates new config in /usr/share/kde4/config/kdm, but real KDM theme isn't changed.
Thank you.
Make sure you are setting the kdm theme as root in yast. If not, you will not have permission to modify /etc/sysconfig/displaymanager which is where the kdm theme setting is kept. eg: DISPLAYMANAGER_KDM_THEME="peace_kdm" Optionally, to manually set the theme outside of yast, you can edit /usr/share/config/kdm/kdmrc and set 'Theme=<path-to-theme-in-/usr/share/apps/kdm/themes>' -- David C. Rankin, J.D.,P.E. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Hello, David! 10.02.2012 03:04, David C. Rankin пишет:
Hello!
Is it possible to change KDM theme? Systemsettings doesn't help me. It generates new config in /usr/share/kde4/config/kdm, but real KDM theme isn't changed.
Thank you. Make sure you are setting the kdm theme as root in yast. If not, you will not have permission to modify /etc/sysconfig/displaymanager which is where the kdm
On 02/09/2012 02:49 AM, Dmitry A. Ashkadov wrote: theme setting is kept. eg:
DISPLAYMANAGER_KDM_THEME="peace_kdm"
Optionally, to manually set the theme outside of yast, you can edit /usr/share/config/kdm/kdmrc and set 'Theme=<path-to-theme-in-/usr/share/apps/kdm/themes>'
Thank you! Yesterday I changed theme using kde systemsettings. It asked me to type root's password. KDE systemsettings really changed "/usr/share/config/kdm/kdmrc" and set another theme. But this way doesn't work. Only DISPLAYMANAGER_KDM_THEME variable helped me. Is it possible to enable list of users for SUSE theme? -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 02/10/2012 01:59 AM, Dmitry A. Ashkadov wrote:
Thank you! Yesterday I changed theme using kde systemsettings. It asked me to type root's password. KDE systemsettings really changed "/usr/share/config/kdm/kdmrc" and set another theme. But this way doesn't work. Only DISPLAYMANAGER_KDM_THEME variable helped me. Is it possible to enable list of users for SUSE theme?
The greeter user list should be active by default. in /etc/sysconfig/displaymanager I have: KDM_USERS="" The hidden users is controlled by the setting in /usr/share/config/kdm/kdmrc: HiddenUsers=someuser,someotheruser,root IIRC, the black SUSE kdm theme did not have a user list. You could add one by modifying the config.xml file in the /usr/share/apps/kdm/themes/SUSE/config.xml file and adding something like: <item type="rect"> <pos anchor="nw" x="20" y="32" height="243" width="200"/> <fixed> <item type="rect" id="userlist"> <pos anchor="c" x="50%" y="50%" height="100%" width="100%"/> </item> </fixed> </item> <box xpadding="20" spacing="10" ypadding="20" orientation="vertical" min-width="340" > <item type="rect" id="talker" > <pos width="box" x="375" y="190" anchor="n" height="box" /> <box xpadding="0" spacing="0" ypadding="0" orientation="horizontal" > <item type="rect" > <normal alpha="0.0" color="#222222" /> <pos width="box" y="50%" anchor="w" height="box" /> <box xpadding="10" spacing="10" ypadding="0" orientation="vertical" > <item type="label" > <pos x="100%" anchor="ne" /> <normal color="#222222" font="Sans 11" /> <!-- stock label for: username: --> <stock type="username-label" /> </item> <item type="label" > <pos x="100%" anchor="ne" /> <normal color="#222222" font="Sans 11" /> <!-- stock label for: password: --> <stock type="password-label" /> </item> </box> </item> <item type="rect" > <normal alpha="0.0" color="#cccccc" /> <pos width="box" y="50%" anchor="w" height="box" /> <box xpadding="0" spacing="10" ypadding="0" orientation="vertical" > <item type="entry" id="user-entry" > <pos width="130" x="50%" anchor="n" height="21" /> </item> <item type="entry" id="pw-entry" > <pos width="130" x="50%" anchor="n" height="21" /> </item> </box> </item> </box> </item> </box> Note you would have to remove the existing user-name and password dialog entries. Have fun... -- David C. Rankin, J.D.,P.E. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (2)
-
David C. Rankin
-
Dmitry A. Ashkadov