[kde] [Bug 337673] New: Kded crash when launching startkde from xstartup (vnc4server)

ruskie at inwind.it ruskie at inwind.it
Mon Jul 21 15:53:44 BST 2014


https://bugs.kde.org/show_bug.cgi?id=337673

            Bug ID: 337673
           Summary: Kded crash when launching startkde from xstartup
                    (vnc4server)
           Product: kde
           Version: unspecified
          Platform: Kubuntu Packages
                OS: Linux
            Status: UNCONFIRMED
          Severity: crash
          Priority: NOR
         Component: general
          Assignee: unassigned-bugs at kde.org
          Reporter: ruskie at inwind.it

Created attachment 87859
  --> https://bugs.kde.org/attachment.cgi?id=87859&action=edit
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

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Unassigned-bugs mailing list