| View previous topic :: View next topic |
| Author |
Message |
linuxsir320 n00b

Joined: 11 Mar 2010 Posts: 26
|
Posted: Sat Mar 13, 2010 6:05 am Post subject: if using USE "hal", pcmanfm can not be started[sol |
|
|
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 |
|
 |
i92guboj Moderator


Joined: 30 Nov 2004 Posts: 9106 Location: Córdoba (Spain)
|
Posted: Sat Mar 13, 2010 8:22 am Post subject: |
|
|
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 |
|
 |
yngwin Retired Dev


Joined: 19 Dec 2002 Posts: 4174 Location: Suzhou, China
|
Posted: Sat Mar 13, 2010 12:57 pm Post subject: |
|
|
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 |
|
 |
linuxsir320 n00b

Joined: 11 Mar 2010 Posts: 26
|
Posted: Sat Mar 13, 2010 1:20 pm Post subject: |
|
|
| In fact, I did it. hald and dbus are both added to default level. |
|
| Back to top |
|
 |
Rexilion l33t


Joined: 17 Mar 2009 Posts: 961
|
Posted: Sat Mar 13, 2010 3:57 pm Post subject: |
|
|
| Are you part of the plugdev group? (check with the 'id' command) |
|
| Back to top |
|
 |
linuxsir320 n00b

Joined: 11 Mar 2010 Posts: 26
|
Posted: Sat Mar 13, 2010 4:44 pm Post subject: |
|
|
| Rexilion wrote: | | Are you part of the plugdev group? (check with the 'id' command) |
thanks very much!
After adding, it works. |
|
| Back to top |
|
 |
|