Created attachment 87859 [details] Backtrace I have a Kubuntu 14.04 headless server, installed from Kubuntu-desktop image and modified not run gdm at startup via grub option: #GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" GRUB_CMDLINE_LINUX_DEFAULT="text" in /etc/default/grub My xstartup file is as follows: #!/bin/sh # Uncomment the following two lines for normal desktop: # unset SESSION_MANAGER # exec /etc/X11/xinit/xinitrc [ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup [ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources xsetroot -solid grey vncconfig -iconic & x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" & #x-window-manager & exec dbus-launch --exit-with-session startkde & Yet upon start kded crashes. Attached the bracktrace
*** This bug has been marked as a duplicate of bug 331537 ***