LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 11-21-2006, 09:44 AM   #1
Score
Member
 
Registered: Oct 2006
Location: Norway
Distribution: Debian Etch
Posts: 105

Rep: Reputation: 15
How to change log-in screen, SLED?


Clicking on "login screen configuration" results in no answer or reaction from the computer. I have to search for it too, cause it is not in the menu or control center list.

Is there a way to remove the blue boring log-in screen that comes with SLED as standard?
 
Old 11-21-2006, 11:19 AM   #2
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
If you use GDM, then run the command "gdmsetup". If you use KDM, do Kcontrol -> System Administration -> Login Manager.
 
Old 11-21-2006, 02:15 PM   #3
Score
Member
 
Registered: Oct 2006
Location: Norway
Distribution: Debian Etch
Posts: 105

Original Poster
Rep: Reputation: 15
That's what I am trying, but it wont open, running "gdmsetup" in a command line gives: command not found...
 
Old 11-21-2006, 05:31 PM   #4
bigrigdriver
LQ Addict
 
Registered: Jul 2002
Location: East Centra Illinois, USA
Distribution: Debian stable
Posts: 5,908

Rep: Reputation: 356Reputation: 356Reputation: 356Reputation: 356
gdmsetup is not in your path. From a console, try 'which dgmsetup'. It should tell you the path to that executable. If not, then 'locate gdmsetup' will tell you the path.

To execute, just use the full path to gdmsetup.

Or, add it to you PATH variable: PATH=$PATH:/path/to/dgmsetup; export PATH

where /path/to/gdmsetup is the actual path, not this psuedocode.
 
Old 11-22-2006, 03:25 AM   #5
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Quote:
Originally Posted by Score
That's what I am trying, but it wont open, running "gdmsetup" in a command line gives: command not found...
The gdmsetup command needs to be run as root, so just start a terminal emulator e.g. gnome-terminal, switch to root and then enter the command "gdmsetup".
 
Old 11-22-2006, 04:41 AM   #6
vwvr9
Member
 
Registered: Feb 2005
Distribution: OpenSuse 10.1 / Centos 4.4
Posts: 60

Rep: Reputation: 15
Quote:
Originally Posted by Score
That's what I am trying, but it wont open, running "gdmsetup" in a command line gives: command not found...
I think you need to be root. Are you root?
 
Old 11-22-2006, 03:54 PM   #7
Score
Member
 
Registered: Oct 2006
Location: Norway
Distribution: Debian Etch
Posts: 105

Original Poster
Rep: Reputation: 15
Yes, in fact I've been root all the times.

Weird this, if I change it in KDE which seems to be easier, it will work?
 
Old 11-26-2006, 10:18 AM   #8
EclipseAgent
Member
 
Registered: Oct 2005
Location: California
Distribution: SLED 10, openSuSE 10.2, Ubuntu Drapper
Posts: 713

Rep: Reputation: 30
/opt/gnome/sbin/./gdmsetup

Give that a shot..

I have changed my Gnome login screen for SLED 10, but my computer is at work and just going on memory here. If that isn't the correct location then do:

locate gdmsetup

and run that, if not i'll post how to tomorrow when I am at work..

Edit: If you log into a Windows Domain you may have issues.
 
Old 11-28-2006, 02:39 PM   #9
Score
Member
 
Registered: Oct 2006
Location: Norway
Distribution: Debian Etch
Posts: 105

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by EclipseAgent
/opt/gnome/sbin/./gdmsetup

Give that a shot..

I have changed my Gnome login screen for SLED 10, but my computer is at work and just going on memory here. If that isn't the correct location then do:

locate gdmsetup

and run that, if not i'll post how to tomorrow when I am at work..

Edit: If you log into a Windows Domain you may have issues.
Thanks! It works! Do I have to use that command-line everytime I want to access my log-in screen?
 
Old 11-28-2006, 03:32 PM   #10
EclipseAgent
Member
 
Registered: Oct 2005
Location: California
Distribution: SLED 10, openSuSE 10.2, Ubuntu Drapper
Posts: 713

Rep: Reputation: 30
Quote:
Originally Posted by Score
Thanks! It works! Do I have to use that command-line everytime I want to access my log-in screen?
yes, for some reason they tried to hide it.

You can create a launcher for it if you really want..
 
Old 11-29-2006, 04:39 PM   #11
Score
Member
 
Registered: Oct 2006
Location: Norway
Distribution: Debian Etch
Posts: 105

Original Poster
Rep: Reputation: 15
I did, but it told me I had to be root to access it. So I was forced to use the command line after all.
 
Old 11-29-2006, 05:41 PM   #12
EclipseAgent
Member
 
Registered: Oct 2005
Location: California
Distribution: SLED 10, openSuSE 10.2, Ubuntu Drapper
Posts: 713

Rep: Reputation: 30
Create the launcher with the following command:

gnomesu /opt/gnome/sbin/./gdmsetup
 
Old 09-10-2010, 01:47 AM   #13
DarkSwiss
LQ Newbie
 
Registered: Sep 2010
Posts: 1

Rep: Reputation: 0
Change logon screen SLED

Hi

I tried your solution, but i cant find as root the path to "gdmsetup".
(Is the gdm-themes package necessary? i didn't found it on my SLED-Installation CD)

I tried:
locate gdmsetup
which gdmsetup
whereis gdmsetup

Do you have an alternative?
 
  


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
How to change Debian log rotation of syslog and daemon.log onmountain Linux - Newbie 2 07-31-2008 02:27 AM
SLED i386 vs. SLED AMD64 JOHN-FM SUSE / openSUSE 4 09-06-2006 07:40 AM
How to change log in screen in KDE 3.5.1 Open SuSE 10 rahilrai SUSE / openSUSE 1 03-14-2006 08:43 AM
change login and log out screen ckota Mandriva 1 05-17-2005 08:52 PM
Strange xdm log in screen and can't log in with it? Erik Plaggenmar Linux - Software 4 06-05-2004 05:07 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

All times are GMT -5. The time now is 08:21 PM.

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