Date: Mon, 17 Nov 2008 11:23:38 +0100 (CET) From: "SirDice" <sirdice@xs4all.nl> To: "Bear" <jilingshu@gmail.com> Cc: freebsd-x11 <freebsd-x11@freebsd.org> Subject: Re: My GNOME2 cannot work! Message-ID: <9659.134.146.0.43.1226917418.squirrel@webmail.xs4all.nl>
next in thread | raw e-mail | index | archive | help
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@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9659.134.146.0.43.1226917418.squirrel>