You are not logged in.

#1 2009-07-01 20:38:10

weakhead
Member
From: Poland
Registered: 2008-08-21
Posts: 341
Website

[solved] GConf error, ORbit and D-Bus

Hi there.
I have serious problems with Arch Linux. I prefer OpenBox to anything else, but making it work like I want is a problem for me in Arch Linux. It's all because of GConf error.

When I try to launch GNOME app, terminal says this to me:

Błąd GConf: Nie można nawiązać połączenia z serwerem konfiguracji. Możliwe, że konieczne będzie uaktywnienie obsługi TCP/IP w
 konfiguracji ORBit, może to też być spowodowane blokadami NFS pozostałymi po awarii systemu. Aby uzyskać więcej informacji proszę 
odwiedzić stronę http://projects.gnome.org/gconf/. (szczegóły -  1: Nie można uzyskać połączenia z sesją: Failed to execute dbus-launch to 
autolaunch D-Bus session)

Result of this bug - I cannot adjust preferences of those apps, I even don't have access to gconf entries in gconf-editor (list is empty). I've tried to fond solution to this in Arch Linux forum, but every thread about it has dead end with no solution.

My .xinitrc

#!/bin/sh
#
# ~/.xinitrc
#
# Executed by startx (run your window manager from here)

# exec gnome-session
# exec startkde
# exec startxfce4
# ...or the Window Manager of your choice

# D-bus
if which dbus-launch >/dev/null && test -z "$DBUS_SESSION_BUS_ADDRESS"; 
then
    eval 'dbus-launch --sh-syntax --exit-with-session'
fi

# OpenBox 3 session
exec ck-launch-session openbox-session

In /etc/rc.conf I've added dbus before hal in daemons section.

So... is there any solution to this?

Last edited by weakhead (2009-07-02 11:44:59)

Offline

#2 2009-07-02 08:48:21

weakhead
Member
From: Poland
Registered: 2008-08-21
Posts: 341
Website

Re: [solved] GConf error, ORbit and D-Bus

bump

Offline

#3 2009-07-02 11:44:39

weakhead
Member
From: Poland
Registered: 2008-08-21
Posts: 341
Website

Re: [solved] GConf error, ORbit and D-Bus

Good news - I've managed to solve this problem myself.

I thought that gconf and orbit are responsible for this, so I've installed them trough ABS. But it wasn't it. It's all because of dbus.
So, I've used ABS to install dbus-core, dbus, dbus-glib and dbus-python and everything started to work after that.

Offline

#4 2009-07-13 03:05:48

bl0ndynek
Member
From: Poland
Registered: 2008-07-04
Posts: 73

Re: [solved] GConf error, ORbit and D-Bus

Not for me sad

Offline

#5 2009-07-13 13:02:00

weakhead
Member
From: Poland
Registered: 2008-08-21
Posts: 341
Website

Re: [solved] GConf error, ORbit and D-Bus

You installed those packages with pacman or ABS?

Offline

#6 2009-07-13 20:20:42

bl0ndynek
Member
From: Poland
Registered: 2008-07-04
Posts: 73

Re: [solved] GConf error, ORbit and D-Bus

I install all of them with pacman (pacman -S ) and then again with abs (pacman -U ..., after makepkg)
Do I have to first unistall packages install by  "pacman -S" before install them from abs ??

I solved my problem smile
answer:

sudo chown -R user_name ~/.dbus

Last edited by bl0ndynek (2009-07-14 06:47:28)

Offline

Board footer

Powered by FluxBB