My GNOME2 cannot work!

SirDice sirdice at xs4all.nl
Mon Nov 17 02:43:33 PST 2008


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"
>




More information about the freebsd-x11 mailing list