Hi Thank you for the suggestion. I'll do that (hopefully) on next upload.
Cheers // Ola On Fri, Jul 29, 2016 at 2:34 PM, Dominique Brazziel <[email protected]> wrote: > Package: vnc4server > Version: 4.1.1+X4.3.0-39 > Severity: wishlist > > Dear Maintainer, > > *** Reporter, please consider answering these questions, where appropriate > *** > > * What led up to the situation? > Tried to start regular X session via ~/.vnc/xstartup > > * What exactly did you do (or not do) that was effective (or > ineffective)? > Uncommented 'unset SESSION_MANAGER' and 'exec > /etc/X11/xinit/xinitrc' > per comment in xstartup > > * What was the outcome of this action? > Xvnc started but X session with lightdm / xfce4-session did not > > * What outcome did you expect instead? > Regular X session with lightdm and xfce4 desktop environment start > *** End of the template - remove these template lines *** > > The fix is to add 'unset DBUS_SESSION_BUS_ADDRESS' after 'unset > SESSION_MANAGER' > as follows: > > #!/bin/sh > > # Uncomment the following two lines for normal desktop: > unset SESSION_MANAGER > unset DBUS_SESSION_BUS_ADDRESS > exec /etc/X11/xinit/xinitrc > > That is the default in the Fedora vncserver package 'tigervnc-server'. > > -- System Information: > Debian Release: stretch/sid > APT prefers testing > APT policy: (990, 'testing'), (500, 'unstable') > Architecture: i386 (i686) > > Kernel: Linux 4.6.0-1-686-pae (SMP w/2 CPU cores) > Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: > LC_ALL set to en_US.UTF-8) > Shell: /bin/sh linked to /bin/dash > Init: systemd (via /run/systemd/system) > > Versions of packages vnc4server depends on: > ii libc6 2.23-2 > ii libgcc1 1:6.1.1-9 > ii libstdc++6 6.1.1-9 > ii libx11-6 2:1.6.3-1 > ii libxext6 2:1.3.3-1 > ii libxtst6 2:1.2.2-1+b1 > ii x11-common 1:7.7+16 > ii xbase-clients 1:7.7+16 > ii xserver-common 2:1.18.4-1 > ii zlib1g 1:1.2.8.dfsg-2+b1 > > Versions of packages vnc4server recommends: > ii xfonts-base 1:1.0.4+nmu1 > > Versions of packages vnc4server suggests: > pn vnc-java <none> > > -- no debconf information > -- --- Inguza Technology AB --- MSc in Information Technology ---- / [email protected] Folkebogatan 26 \ | [email protected] 654 68 KARLSTAD | | http://inguza.com/ Mobile: +46 (0)70-332 1551 | \ gpg/f.p.: 7090 A92B 18FE 7994 0C36 4FE4 18A1 B1CF 0FE5 3DD9 / ---------------------------------------------------------------

