Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Error on Dolphin Manager File
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
mareyes
n00b
n00b


Joined: 11 May 2017
Posts: 4

PostPosted: Thu May 11, 2017 9:41 pm    Post subject: Error on Dolphin Manager File Reply with quote

Hallo, I'm newbie. And I've installed Gentoo since last month, I love it.

But I have a trouble with the File Manager Dolphin. At moment that I write
Code:
$dolphin
on Terminal to execute, prints the next line:

Code:
Session bus not found\nTo circumvent this problem try the following command (with Linux and bash)\nexport $(dbus-launch)


I tried like root, but displays the same think

Someone happened some like this?? and how could you fix it?
Thanks!
_________________
If move it, compile it
Back to top
View user's profile Send private message
xaviermiller
Bodhisattva
Bodhisattva


Joined: 23 Jul 2004
Posts: 8708
Location: ~Brussels - Belgique

PostPosted: Fri May 12, 2017 7:22 am    Post subject: Reply with quote

Hi!

Is the DBUS service started?

Do you use systemd or openrc?
_________________
Kind regards,
Xavier Miller
Back to top
View user's profile Send private message
mareyes
n00b
n00b


Joined: 11 May 2017
Posts: 4

PostPosted: Sat May 13, 2017 5:06 pm    Post subject: Reply with quote

xaviermiller wrote:
Hi!

Is the DBUS service started?

Do you use systemd or openrc?


I use Openrc.
When I write the command
Code:
exec /usr/bin/dbus-launch

The terminal closes.
_________________
If move it, compile it
Back to top
View user's profile Send private message
superjaded
l33t
l33t


Joined: 05 Jul 2002
Posts: 802

PostPosted: Sat May 13, 2017 5:17 pm    Post subject: Reply with quote

What do you get when running a status on the dbus service? e.g.
Code:
nemu ~ # /etc/init.d/dbus status
 * status: started


If it says stopped -- and I had to do the same thing when I installed KDE a day or two ago -- simply run this command to start it:
Code:
/etc/init.d/dbus start


You'll need to do the above command as root as well as the one below.

You can add it to your default runlevel, making DBUS start each time the system boots:
Code:
rc-update add dbus default
Back to top
View user's profile Send private message
mareyes
n00b
n00b


Joined: 11 May 2017
Posts: 4

PostPosted: Sat May 13, 2017 6:00 pm    Post subject: Reply with quote

superjaded wrote:
What do you get when running a status on the dbus service? e.g.
Code:
nemu ~ # /etc/init.d/dbus status
 * status: started


If it says stopped -- and I had to do the same thing when I installed KDE a day or two ago -- simply run this command to start it:
Code:
/etc/init.d/dbus start


You'll need to do the above command as root as well as the one below.

You can add it to your default runlevel, making DBUS start each time the system boots:
Code:
rc-update add dbus default


I write the

Code:
~ $ /etc/init.d/dbus status


Code:
 * status: started


then:

Code:
sudo rc-update add dbus default


and obtained:

Code:
 * rc-update: dbus already installed in runlevel `default'; skipping


Finally I write:

Code:
dolphin


and display the same thing:

Code:
"Session bus not found\nTo circumvent this problem try the following command (with Linux and bash)\nexport $(dbus-launch)"


:?
_________________
If move it, compile it
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30909
Location: here

PostPosted: Sun May 14, 2017 7:10 am    Post subject: Reply with quote

Try to create a new user and see if the problem persist.
If not probably is some configuration file in your home directory (usually .config/)
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum