meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
linux:prepare:x_window [2017/01/30 22:50] – [Font smoothing] niziaklinux:prepare:x_window [2023/01/03 11:49] (current) niziak
Line 187: Line 187:
 add before executing x-session: add before executing x-session:
  
-<code bash ~/.vnc/xstartup>+<file bash ~/.vnc/xstartup>
 if test -z "$DBUS_SESSION_BUS_ADDRESS" ; then if test -z "$DBUS_SESSION_BUS_ADDRESS" ; then
  eval `dbus-launch --sh-syntax –exit-with-session`  eval `dbus-launch --sh-syntax –exit-with-session`
Line 193: Line 193:
  $DBUS_SESSION_BUS_ADDRESS"  $DBUS_SESSION_BUS_ADDRESS"
 fi fi
-</code>+</file> 
 + 
 +Update: 
 +It looks like now vncserver expects that ''xstartup'' to stay foreground, so simply: 
 +<file bash ~/.vnc/xstartup> 
 +xsession & 
 +dbus-launch --exit-with-session lxsession 
 +</file>
  
 === Sound === === Sound ===