On 12/01/2014 12:11, Alan Mackenzie wrote: >> That should get you a consistent system. Now run xfce. >> > With luck, it will work as it should. >> > If not, we can then start the real debugging > No such luck, as yet. I still get these messages when trying to startx: > > xfce4-session: GNOME compatibility is enabled and gnome-keyring-daemon is > found on the system. Skipping gpg/ssh-agent startup. > env: kdeinit4: No such file or directory > env: qdbus: No such file or directory > > . Somehow, the remnants of a KDE program are hanging around somewhere. > I've no idea what qdbus is, or where I've got it configured. >
qdbus comes from qtdbus, it was pulled in by KDE way back when. $ equery belongs /usr/bin/qdbus * Searching for /usr/bin/qdbus ... dev-qt/qtdbus-4.8.5 (/usr/bin/qdbus) It's being launched because you have a KDE app somewhere in your startup scripts (or possibly kdeinit4 itself) How do you start X? A display manager or using startx? What are the contents of the relevant files? -- Alan McKinnon [email protected]

