Gentoo Forums
Gentoo Forums
Quick Search: in
if using USE "hal", pcmanfm can not be started[solved]
View unanswered posts
View posts from last 24 hours

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


Joined: 11 Mar 2010
Posts: 26

PostPosted: Sat Mar 13, 2010 6:05 am    Post subject: if using USE "hal", pcmanfm can not be started[sol Reply with quote

I enable "hal" globally via writing it to /etc/make.conf. I don't forget to run "emerge --newuse world".
But pcmanfm (0.5.2) does not work.
Code:

process 3618: arguments to dbus_connection_send_with_reply_and_block() were incorrect, assertion "(error) == NULL || !dbus_error_is_set ((error))" failed in file /var/tmp/portage/sys-apps/dbus-1.3.0-r1/work/dbus-1.3.0/dbus/dbus-connection.c line 3439.
This is normally a bug in some application using the D-Bus library.
  D-Bus not built with -rdynamic so unable to print a backtrace
Aborted


If I remove "hal" when compiling pcmanfm, it's OK.


Last edited by linuxsir320 on Sat Mar 13, 2010 4:44 pm; edited 1 time in total
Back to top
View user's profile Send private message
i92guboj
Moderator
Moderator


Joined: 30 Nov 2004
Posts: 9106
Location: Córdoba (Spain)

PostPosted: Sat Mar 13, 2010 8:22 am    Post subject: Reply with quote

Has hal been started?

Code:
rc-status | grep hald


If not, start it and add it to the default runlevel.

Code:
/etc/init.d/hald start
rc-update add hald default


If that's not the problem, try revdep-rebuild and see if there's something depending on dbus that needs to be recompiled.
_________________
Gentoo Handbook
Back to top
View user's profile Send private message
yngwin
Retired Dev
Retired Dev


Joined: 19 Dec 2002
Posts: 4174
Location: Suzhou, China

PostPosted: Sat Mar 13, 2010 12:57 pm    Post subject: Reply with quote

Make sure both dbus and hald are started in default runlevel.
_________________
"Those who deny freedom to others deserve it not for themselves." - Abraham Lincoln
Free Culture | Defective by Design | EFF
Back to top
View user's profile Send private message
linuxsir320
n00b
n00b


Joined: 11 Mar 2010
Posts: 26

PostPosted: Sat Mar 13, 2010 1:20 pm    Post subject: Reply with quote

In fact, I did it. hald and dbus are both added to default level.
Back to top
View user's profile Send private message
Rexilion
l33t
l33t


Joined: 17 Mar 2009
Posts: 961

PostPosted: Sat Mar 13, 2010 3:57 pm    Post subject: Reply with quote

Are you part of the plugdev group? (check with the 'id' command)
Back to top
View user's profile Send private message
linuxsir320
n00b
n00b


Joined: 11 Mar 2010
Posts: 26

PostPosted: Sat Mar 13, 2010 4:44 pm    Post subject: Reply with quote

Rexilion wrote:
Are you part of the plugdev group? (check with the 'id' command)



thanks very much!
After adding, it works.
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