hi, hi, i have edit my ~/.xinitrc to exec dbus-launch --exit-with-session gnome-session and /etc/rc.conf to dbus_enable="YES" hald_enable="YES" but it takes no effect.Maybe there is really some compatability problem in 'current-package' and FreeBSD 7.0. but I really want to use current packages.What can I do to upgrade my FreeBSD 7.0 to 8.0 CURRENT? ------------------ Bear 2008-11-19 ------------------------------------------------------------- From:SirDice Date2008-11-17 18:23:41 On Sun, November 16, 2008 04:50, Bear wrote: > hi, > I have use these commands to install GNOME to my new-installed FreeBSD > 7.0: > > pkg_add -r xorg > pkg_add -r gnome-session > pkg_add -r gnome2-lite > > and then,I reboot my computer and use user Bear to login. > then I type in > > echo "/usr/local/bin/gnome-session" > ~/.xinitrc > > then I type in > > startx > > but it give me a error > the summary of the error is below: > > Could not lock the file "/var/tmp/gconf-test-locking-file-CB9IKU" > The error was "Invalid argument"(errno = 22) Add the following to rc.conf: dbus_enable="YES" hald_enable="YES" ~/.xinitrc should look like this: exec dbus-launch --exit-with-session gnome-session Make sure both dbus and hald are running before startx. HTH Remko C. > > What Can I Do??thx! > > BTW:I have been set my PACKAGEROOT to > ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/i386/packages-current/Lat > est/ > > -------------- > Bear > 2008-11-16 > > _______________________________________________ > freebsd-x11_at_freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > To unsubscribe, send any mail to "freebsd-x11-unsubscribe_at_freebsd.org" >Received on Sat Nov 22 2008 - 08:48:58 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:37 UTC