Bug 337673 - Kded crash when launching startkde from xstartup (vnc4server)
Summary: Kded crash when launching startkde from xstartup (vnc4server)
Status: RESOLVED DUPLICATE of bug 331537
Alias: None
Product: kde
Classification: I don't know
Component: general (show other bugs)
Version: unspecified
Platform: Kubuntu Linux
: NOR crash
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-21 14:53 UTC by ruskie
Modified: 2014-07-22 03:48 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
Backtrace (6.39 KB, text/plain)
2014-07-21 14:53 UTC, ruskie
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ruskie 2014-07-21 14:53:44 UTC
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
Comment 1 Christoph Feck 2014-07-22 03:48:41 UTC

*** This bug has been marked as a duplicate of bug 331537 ***