Package: vnc4server
Version: 4.1.1+X4.3.0-39
Severity: important

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
        VNC regular desktop session has no cut & paste
        
   * What exactly did you do (or not do) that was effective (or
     ineffective)?
        Workaround was to run 'vncconfig -iconic &' 
        at the top of '~/.vnc/xstartup'

   * What was the outcome of this action?
        Desktop session starts with cut and paste function

   * What outcome did you expect instead?
        The default 'xterm' path in 'xstartup' runs
        vncconfig but full desktop environments (which are
        commented out) do not.  By moving vncconfig to the
        top both paths are supported.

*** End of the template - remove these template lines ***

Including the 'unset DBUS_SESSION_BUS_MANAGER' line mentioned in
previous bug report (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=832905),
my current, lovely xstartup script now looks like this:

#!/bin/sh

# Insure clipboard transfer no matter what
vncconfig -iconic &

# Uncomment the following three lines for normal desktop:
unset SESSION_MANAGER
unset DBUS_SESSION_BUS_ADDRESS
exec /etc/X11/xinit/xinitrc

[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
xsetroot -solid grey
x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
x-window-manager &




-- 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

Reply via email to