Public bug reported:

Ubuntu 16.04:
Linux xxxxx 4.4.0-21-generic #37-Ubuntu SMP Mon Apr 18 18:33:37 UTC 2016 x86_64 
x86_64 x86_64 GNU/Linux
vnc4server: 4.1.1+xorg4.3.0-37.3ubuntu2
awesome: awesome_3.5.6-1build1_amd64.deb


xstartup:
-----8<----------8<----------8<----------8<-----
#!/bin/sh

# Uncomment the following two lines for normal desktop:
# unset SESSION_MANAGER
# exec /etc/X11/xinit/xinitrc
echo starting ... >&2

if ! [ -z "$VNC_WD" ] ; then
  cd "$VNC_WD"
fi
xmodmap -e "keycode 255 = Super_L"
xmodmap -e "add mod4 = Super_L"
echo set mod4 >&2
[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
[ -r $HOME/.XModMap ]    && xmodmap $HOME/.XModMap

vncconfig -nowin &
xterm +sb &
exec awesome
-----8<----------8<----------8<----------8<-----


When 

vncserver :22

is run, this create this vnc log:

-----8<----------8<----------8<----------8<-----

Xvnc Free Edition 4.1.1 - built Feb 25 2015 23:02:21
Copyright (C) 2002-2005 RealVNC Ltd.
See http://www.realvnc.com for information on VNC.
Underlying X server release 40300000, The XFree86 Project, Inc


Wed Nov  2 12:15:11 2016
 vncext:      VNC extension running!
 vncext:      Listening for VNC connections on port 5922
 vncext:      created VNC server for screen 0
error opening security policy file /etc/X11/xserver/SecurityPolicy
Could not init font path element /usr/X11R6/lib/X11/fonts/Type1/, removing from 
list!
Could not init font path element /usr/X11R6/lib/X11/fonts/Speedo/, removing 
from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/misc/, removing from 
list!
Could not init font path element /usr/X11R6/lib/X11/fonts/75dpi/, removing from 
list!
Could not init font path element /usr/X11R6/lib/X11/fonts/100dpi/, removing 
from list!
starting ...
set mod4
E: awesome: signal_fatal:318: signal 11, dumping backtrace
awesome(backtrace_get+0x54) [0x423e07]
awesome() [0x40c183]
/lib/x86_64-linux-gnu/libc.so.6(+0x354b0) [0x7f03ffa884b0]
awesome(screen_scan+0xa0) [0x41e8c5]
awesome(main+0x6fb) [0x40cdfd]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf0) [0x7f03ffa73830]
awesome(_start+0x29) [0x40be79]
-----8<----------8<----------8<----------8<-----

** Affects: awesome (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: awesome vnc4server

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1638720

Title:
  awesome crashes on vncserver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/awesome/+bug/1638720/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to