http://bugzilla.xfce.org/show_bug.cgi?id=6690
--- Comment #3 from Mike Massonnet <[email protected]> 2010-09-08 07:49:19 UTC --- Did you check the patch? And did you read my post? Well looks like my mail didn't make it to the Xfce list. 8<------------------------ Hi Folk, I did some digging on forums and found *the* answer[1] after one hour of search (the album I was listening to is now over, sigh). Adding ck-launch-session inside xinitrc is okish, but it is missing simply dbus-launch. For the ones not having this problem, calling startxfce4 with ck-l-s revived the shutdown/reboot buttons from the logout dialog (this change has been committed in xfce-utils:master already) but I and some of you were still unable to mount/unmount with gvfs-mount/Thunar. This actually never occurs if you login through GDM, however I don't want to figure the why and how now :) The solution is simple, within $prefix/etc/xdg/xfce4/xinitrc the command to execute xfce4-session has to be changed from this: ck-launch-session xfce4-session to this: ck-launch-session dbus-launch --sh-syntax --exit-with-session xfce4-session A patch for xfce-utils is attached on bug 6690[2]. [1] https://bbs.archlinux.org/viewtopic.php?pid=720323#p720323 [2] http://bugzilla.xfce.org/show_bug.cgi?id=6690 Kind Regards -- Mike -- Configure bugmail: http://bugzilla.xfce.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Xfce-bugs mailing list [email protected] http://foo-projects.org/mailman/listinfo/xfce-bugs
