You are not logged in.
Pages: 1
just installed arch and new to it..mainly used Debian..is there a front end to pacman ..like a synaptic to apt-get??also how do i get kde to boot at start..i have added kdm to daemons list in rc.config but when i start reboot and tried it out it sais something about "kdm..unrecognized command"..i can type kdm at console and kde starts up..so how do i get kde to start up with out having to type kdm in console??..thanks..
Offline
there's loads of frontends for pacman, no official ones. Do a forum search to find some.
Does the file /etc/rc.d/kdm exist?
Dusty
Offline
Depending on how you are setup, you might need to put an entry in your ~/.xinitrc file, too:
startkde
oz
Offline
yeah..kdm is in the /etc/rc.d folder..
Offline
does '/etc/rc.d/kdm start' work as root?
Offline
yeah..log in as root at console then enter kdm and kde fires up..
Offline
this is how i have it entered in rc.conf.......is it right??
# DAEMONS
# -----------------------------------------------------------------------
#
# Daemons to start at boot-up (in this order)
# - prefix a daemon with a ! to disable it
# - prefix a daemon with a @ to start it up in the background
#
DAEMONS=(syslog-ng !hotplug !pcmcia network netfs crond)
kdm
# End of file
Offline
No, it needs to be part of your daemons array.
DAEMONS=(syslog-ng !hotplug !pcmcia network netfs crond kdm)
Offline
ok..thanks..got it now...works...lol..
Offline
just installed arch and new to it..mainly used Debian..is there a front end to pacman ..like a synaptic to apt-get??also how do i get kde to boot at start..i have added kdm to daemons list in rc.config but when i start reboot and tried it out it sais something about "kdm..unrecognized command"..i can type kdm at console and kde starts up..so how do i get kde to start up with out having to type kdm in console??..thanks..
gtkpacman, jacman
Offline
list of pacman front-end:
http://bbs.archlinux.org/viewtopic.php?t=14849
Offline
Pages: 1