You are not logged in.
Pages: 1
I am setting up Arch Linux on one machine with Openbox only (no KDE or Gnome). I want to use gdm to switch between different users.
Gdm is running but its blank (no user names, session type, etc). Also gdmsetup toolbox is blank. Any hint(s) what to add or edit in gdm.conf?
Markku
Offline
you can add sessions by coping and editing the files in /opt/gnome/etc/gdm/sessions/
easiest way for editing gdm is starting up gdmsetup, if that fails it probably means that you have forgotten to install a package (the dependencies of gdm aren't set correctly!)
apt-get install arch
Offline
What do you mean the "gdmsetup toolbox is blank" ? What is a toolbox?
GDM should have some basic sessions available that you can modify to your taste.
What?
Offline
There is only one dependency listed in the cd archive but I would think there may be gnome libraries which gdm needs for proper operation. Which ones though, I could only guess.
BluPhoenyx
Offline
What do you mean the "gdmsetup toolbox is blank" ? What is a toolbox?
GDM should have some basic sessions available that you can modify to your taste.
When I run ./opt/gnome/bin/gdmsetup an empty dialog box appears.... no session, no folders, no text or icons, no options to choose (except for two full screen background pictures), etc. ..... blank.
When I installed AL I only selected gdm, no other gnome packages. Do I need any other packages?
Markku
Offline
yes, but I don't exactly know which ones, try installing gnome-session and try gdm again, let me know if it works, so the dependencies of gdm can be updated!
apt-get install arch
Offline
I re-installed AL from CD (0.4) and included all gnome packages. The result is same. The whole Gnome is blank. Nautilus doesn't display folder and file names nor files. Also panel and menu doesn't show any text except icons.
I will try to get gdm from other sources. I could go for kdm but kdebase is too bulky when not planning to use KDE.
Is there any other widow display managers than xdm, kdm and gdm?
I re-installed AL from CD (0.4) and included all gnome packages. The result is same. The whole Gnome is blank. Nautilus doesn't display folder and file names nor files. Also panel and menu doesn't show any text except icons.
I did one more test. Instead of installing from the CD I download gdm from ftp server and got it to work.
<b>To install gdm:</b>pacman -S gdm
pacmam -S libgnome
pacman -S libgnomeui
I thought gdm is small but these three packages installed 36 dependency packages. Maybe I should use kdm instead .
Markku
Offline
I thought gdm is small but these three packages installed 36 dependency packages. Maybe I should use kdm instead .
or just skip graphical login altogether
AKA uknowme
I am not your friend
Offline
rasat wrote:I thought gdm is small but these three packages installed 36 dependency packages. Maybe I should use kdm instead .
or just skip graphical login altogether
yeah and then place startx in your profile
apt-get install arch
Offline
Even easier, add an alias x='startx' to the profile, ~/.bashrc or wherever and still start in text mode then enter and exit X with two keys. x [enter]
BluPhoenyx
Offline
Pages: 1