You are not logged in.
how do I set GDM to load at start up and how do I install hebrew interface in GNOME?
Offline
fist run:
su
pacman -S gdmThen
vi /etc/rc.confFind the section (very bottom of file)
DAEMONS=(syslog-ng network netfs crond alsa)Make it:
DAEMONS=(syslog-ng network netfs crond alsa gdm)Arch Linux since 2006
Python Web Developer + Sys Admin (Gentoo/BSD)
Offline
another nice solution:
I edit the /etc/inittab file:
I change from 3 to 5:
id:5:initdefault:and change:
x:5:respawn:/etc/rc.d/gdm startfrom xdm
Offline
What about Hebrew interface in GNOME?
In Debian there are "language-pack-gnome-??" packages for the different languages.
There any package like this here.
Does Arch has only English interface?
Offline
another nice solution:
I edit the /etc/inittab file:
I change from 3 to 5:
id:5:initdefault:and change:
x:5:respawn:/etc/rc.d/gdm startfrom xdm
I have big problem.
The gdm is always start and It always give me infinite messages of gdm is already start.
I can use as you see in Arch since one copy run, but if I move to tty[1-6] I see the infinite messages and I can't back to tty7.
What is the problem?
Offline
x:5:respawn:/opt/kde/bin/kdm
#x:5:respawn:/usr/bin/xdm -nodaemonYou must write path to gdm binary, not initscript
IRC: Stalwart @ FreeNode
Skype ID: thestalwart
WeeChat-devel nightly packages for i686
Offline
$ /opt/gnome/bin/gdm
gdm-dmx-reconnect-proxy gdmdynamic gdmthemetester
gdmXnest gdmflexiserver
gdmXnestchooser gdmphotosetup Which GDM should I need?
Offline