View Single Post
  #3   (View Single Post)  
Old 1st August 2011
threaderslash threaderslash is offline
New User
 
Join Date: Jul 2011
Posts: 6
Lightbulb

@BSDfan666
Thanks for your suggestion. Going on terminal and running gnome-session, it make the gnome start with main menu, etc.

But, to make the gnome run automatically with no need to run first a terminal, I did:

echo 'exec gnome-session' > /root/.xinitrc and also for my /home/username.
chmod + .xinitrc

I also did the same at
/etc/rc.conf.local

But it still did not run, unless I open a terminal and type gnome-session, but although starting, gnome still gives the following errors that appears on that same terminal:

----
$ gnome-session
warning: could not connect to consolekit: failed to connect to socket /var/run/dbus/system_bus_socket> No such fuile or directory
warning: arguments to dbus_connection_get_data() were incorrect, assertion "connection != NULL" failed in file /usr/obj/i386/dbus-1.4.1/dbus-1.4.1/dbus/dbus-connection.c line 5981.
This is normally a bug in some application using the D-Bus library.
----

As mentioned before, I already have installed dbus: pkg_add dbus. However, the system gives these error message.

In addition I have also put:
/usr/local/bin/gnome-session in file /home/username/.xinitrc

and in file /etc/rc.conf:
mouse_enable="YES"
keymap="hr.iso"
dbus_enable="YES"
polkitd_enable="YES"
hald_enable="YES"
gnome_enable="YES"

Any suggestions? All comments are highly appreciated.

Last edited by threaderslash; 1st August 2011 at 01:33 PM.
Reply With Quote