LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 07-11-2005, 02:37 AM   #1
crocodilu
LQ Newbie
 
Registered: Jul 2005
Location: romania
Distribution: slackware
Posts: 13

Rep: Reputation: 0
i wanna change my KDM theme


Hi, i wanna change my KDM theme and i don`t know how.
This is my kdmrc file from /opt/kde/share/config/kdm:

#begin kdmrc file
[General]
ConfigVersion=2.2
PidFile=/var/run/xdm.pid
ServerVTs=-7
Xservers=/opt/kde/share/config/kdm/Xservers

[Shutdown]
HaltCmd=/sbin/halt
RebootCmd=/sbin/reboot
UseLilo=false

[X-*-Core]
AllowNullPasswd=false
AllowRootLogin=true
AllowShutdown=Root
Authorize=true
AutoReLogin=false
ClientLogFile=.xsession-errors-%s
Reset=/opt/kde/share/config/kdm/Xreset
Resources=/opt/kde/share/config/kdm/Xresources
Session=/opt/kde/share/config/kdm/Xsession
Setup=/opt/kde/share/config/kdm/Xsetup
Startup=/opt/kde/share/config/kdm/Xstartup



[Xdmcp]
Enable=false
Willing=/opt/kde/share/config/kdm/Xwilling
Xaccess=/opt/kde/share/config/kdm/Xaccess
#end of kdmrc file

I have added this line:
Theme=~/opt/kde/share/apps/kdm/themes/ThisSpring
and it still doesn`t work.the kdm it isn`t change my default theme.
I am using slackware 10.1 with kde 3.3
Could somebody help me pls?

And where should i add this line?i added in al sections
Theme=~/opt/kde/share/apps/kdm/themes/ThisSpring
 
Old 07-11-2005, 03:22 AM   #2
Nobber
Member
 
Registered: Jun 2002
Location: Nova Scotia
Distribution: Debian (home), Kubuntu 7.04 (work)
Posts: 265

Rep: Reputation: 30
You need a

UseTheme=true

line somewhere in kdmrc. Look for the section that already has line(s) starting with "Use" and put it there.

Hmm, just thinking...don't you also need at least KDE 3.4?
 
Old 07-11-2005, 03:31 AM   #3
crocodilu
LQ Newbie
 
Registered: Jul 2005
Location: romania
Distribution: slackware
Posts: 13

Original Poster
Rep: Reputation: 0
i have added the
useTheme=true and it didn`t work
this line is correct?
Theme=/opt/kde/share/apps/kdm/themes/mytheme

colud somebody help me?

my runlevel in inittab is 4
kde 3.3
slack 10.1

Last edited by crocodilu; 07-11-2005 at 04:46 AM.
 
Old 07-11-2005, 05:28 AM   #4
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
UseTheme=true, should be set and the path to your new theme should be something like Theme=/opt/kde/share/apps/kdm/themes/ThisSpring instead of Theme=~/opt/kde/share/apps/kdm/themes/ThisSpring.
 
Old 07-11-2005, 07:01 AM   #5
crocodilu
LQ Newbie
 
Registered: Jul 2005
Location: romania
Distribution: slackware
Posts: 13

Original Poster
Rep: Reputation: 0
i wrote UseTheme=true
and the path to my theme : Theme=-/opt/kde/share/apps/.kdm/themes
It isn`t work

the system is starting with a theme from rhis directory /usr/share/gdm/theme/circles but i didn`t find this path in my config file.i have put another theme in that directory ( circles ) and the theme have changed.
but i don`t understand what should i add instead of usertheme and theme=/... in my config file to use my path
anyway thanks to all for support
 
Old 07-11-2005, 07:25 AM   #6
Ac1db0rN
Member
 
Registered: Apr 2004
Distribution: Debian
Posts: 54

Rep: Reputation: 15
You have to use KDE 3.4 to use KDM-themes
 
Old 07-11-2005, 08:00 AM   #7
Nobber
Member
 
Registered: Jun 2002
Location: Nova Scotia
Distribution: Debian (home), Kubuntu 7.04 (work)
Posts: 265

Rep: Reputation: 30
Quote:
Originally posted by crocodilu
the system is starting with a theme from rhis directory /usr/share/gdm/theme/circles
Are you sure you're not actually using gdm (instead of kdm)??
 
Old 07-11-2005, 08:17 AM   #8
ingvildr
Member
 
Registered: Mar 2005
Location: England, South East
Distribution: Fedora
Posts: 358

Rep: Reputation: 30
edit the file /etc/rc.d/rc.4 and comment out the stuff about gdm, so it loads kdm, then to use themes go here http://www.kde-look.org/content/show.php?content=22120. This is a KDM manager, much easier. You can find it in kcontrol under system admin.
 
Old 07-12-2005, 02:09 AM   #9
crocodilu
LQ Newbie
 
Registered: Jul 2005
Location: romania
Distribution: slackware
Posts: 13

Original Poster
Rep: Reputation: 0
Smile

10x to all i apreciate your support
 
Old 07-12-2005, 07:30 AM   #10
crocodilu
LQ Newbie
 
Registered: Jul 2005
Location: romania
Distribution: slackware
Posts: 13

Original Poster
Rep: Reputation: 0
#! /bin/sh
#
# rc.4 This file is executed by init(8) when the system is being
# initialized for run level 4 (XDM)
#
# Version: @(#)/etc/rc.d/rc.4 2.00 02/17/93
#
# Author: Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org>
# At least 47% rewritten by: Patrick J. Volkerding <volkerdi@slackware.com>
#

# Tell the viewers what's going to happen...
echo "Starting up X11 session manager..."

# Try to use GNOME's gdm session manager:
#if [ -x /usr/bin/gdm ]; then
# exec /usr/bin/gdm -nodaemon
#fi

# Not there? OK, try to use KDE's kdm session manager:
if [ -x /opt/kde/bin/kdm ]; then
exec /opt/kde/bin/kdm -daemon
fi

# If all you have is XDM, I guess it will have to do:
#if [ -x /usr/X11R6/bin/xdm ]; then
# exec /usr/X11R6/bin/xdm -nodaemon
#fi

# error
echo
echo "Hey, you don't have KDM, GDM, or XDM. Can't use runlevel 4 without"
echo "one of those installed."
sleep 30

# All done.


this is my /etc/rc.d/rc.4 file
i have comment all about gdm
now the kdm it isn`t start with my theme it is tart with login manager something with a clock
what shoultd i do now?
 
Old 07-12-2005, 12:38 PM   #11
maginotjr
Member
 
Registered: Aug 2004
Location: BR - Floripa
Distribution: Ubuntu 9.10 - 2.6.x.x
Posts: 661

Rep: Reputation: 35
I hate kde and kdm .... O.o
 
Old 07-12-2005, 01:17 PM   #12
ingvildr
Member
 
Registered: Mar 2005
Location: England, South East
Distribution: Fedora
Posts: 358

Rep: Reputation: 30
thanks for some more useless info maginotjr . crocodilu did you follow my link and get the KDM theme manager?, they have a slackpack so all it needs is a quick installpkg.
 
Old 07-13-2005, 02:12 AM   #13
crocodilu
LQ Newbie
 
Registered: Jul 2005
Location: romania
Distribution: slackware
Posts: 13

Original Poster
Rep: Reputation: 0
The diagnostics is:
/opt/kde/lib/kde3/kcm_kdmtheme.so: undefined symbol: _ZN9KListView18setShadeSortColumnEb
Possible reasons:
An error occurred during your last KDE upgrade leaving an orphaned control module
You have old third party modules lying around.
Check these points carefully and try to remove the module mentioned in the error message. If this fails, consider contacting your distributor or packager.


erro

Last edited by crocodilu; 07-13-2005 at 02:14 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
KDM theme manager not working BiOs r00t SUSE / openSUSE 1 11-20-2005 09:07 AM
KDM theme speedemonV12 SUSE / openSUSE 4 09-02-2005 05:15 PM
New KDM Theme --> cannot log in max2004 Fedora 5 07-03-2005 02:15 PM
can't change theme in kdm hughes28105 SUSE / openSUSE 1 06-18-2005 12:44 PM
KDM Theme Manager? ExCIA Linux - Software 1 05-31-2005 09:06 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 09:34 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration