PDA

View Full Version : [kubuntu] NX Server problem after upgrade to Hardy



TheR
May 19th, 2008, 09:15 AM
After upgrade to Hardy (which looks quite smooth) I tried to start NX Client, but got this message:

Cannot find the KDE environment. Please contact your system Administrator.

Hardy, kubuntu, x86-64. I have also upgraded nxserver package to last version with no difference. Any suggestions?

by
TheR

TheR
May 21st, 2008, 02:15 PM
I had to manually update /usr/NX/etc/node.conf file. Change line

CommandStartKDE="/usr/bin/dbus-launch --exit-with-session startkde"

to

CommandStartKDE="startkde"


by
TheR

ccrockett
June 5th, 2008, 06:19 AM
It seems that dbus-launch is not installed by default under Hardy. So do the following:

sudo apt-get install dbus-x11

then it should work without changing the nx config file