| Summary: | Kded crash when launching startkde from xstartup (vnc4server) | ||
|---|---|---|---|
| Product: | [I don't know] kde | Reporter: | ruskie |
| Component: | general | Assignee: | Unassigned bugs <unassigned-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | crash | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Kubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | Backtrace | ||
*** This bug has been marked as a duplicate of bug 331537 *** |
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