LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Slackware & GSB (https://www.linuxquestions.org/questions/slackware-14/slackware-and-gsb-859127/)

ponce 01-28-2011 02:34 PM

you haven't told us if this procedure has been successful for you.
and if you got something that doesn't work.
we hardly can help if you don't provide the informations people ask you.

slackware-geek 01-28-2011 02:50 PM

i just want to know this is complete install or not
after that i will speak obout problem :)

Quote:

Originally Posted by slackware-geek (Post 4240895)
sorry dude

my way to install GSB is that
new slackware install
did not choose kde and complete install
after reboot the slackware run with xinitrc.twn
after that im use lynx --source http://gnomeslackbuild.org/net-install | bash
after it is finsh make chmod to

$ chmod +x /etc/rc.d/rc.avahidaemon
$ chmod +x /etc/rc.d/rc.avahidnsconfd
-------
$ . /etc/rc.d/rc.avahidaemon start
$ . /etc/rc.d/rc.avahidnsconfd start
------------
export XDG_CONFIG_DIRS=/etc/xdg:/etc/gnome/xdg
---------
$ ./rc.messagebus restart
---------
$ chmod +x rc.networkmanager
---------
$ ./rc.networkmanager start
-----------
after that im enable GDM on system boot, and edit
/etc/inittab and change the default run level from 3 to 4.

# Default runlevel. (Do not set to 0 or 6)
id:4:initdefault:
--------
and $ chmod +x /etc/rc.d/rc.cups

and xwmconfig and choose gnome

and reboot

is that good way or bad ??


ponce 01-28-2011 03:06 PM

if you have sound/mount problems just be sure to add your desktop user to the default set of groups for desktop use.

linuxs64 01-29-2011 01:06 AM

Quote:

Q4: I would like to install all GSB packages. How can I do that easily?

A: You can use slapt-get to easily manage all your packages, and this includes
installing all GSB packages. Simply run:

$ slapt-get --available | awk {'print $1'} | grep "gsb$" | \
xargs slapt-get --install

This will install everything, including all the Openoffice language
packages. You may want to exclude them when installing:

$ slapt-get --available | awk {'print $1'} | grep "gsb$" | \
grep -v l10n | xargs slapt-get --install
source: FAQ.TXT


All times are GMT -5. The time now is 09:56 PM.