Avoiding grey-screen in tightvnc under Ubuntu 14.04

published Sep 14, 2015 12:55   by admin ( last modified Sep 14, 2015 12:55 )

This is on the right path although windows are not controllable for me:

#!/bin/sh

def

export XKL_XMODMAP_DISABLE=1

unset SESSION_MANAGER

unset DBUS_SESSION_BUS_ADDRESS


gnome-panel &

gnome-settings-daemon &

metacity &

nautilus &

gnome-terminal &

This and similar just greyscreened:

#!/bin/sh
 
xrdb $HOME/.Xresources
xsetroot -solid grey
export XKL_XMODMAP_DISABLE=1
echo starting gnome
gnome-session --session=ubuntu-2d &

 

#!/bin/sh
 
xrdb $HOME/.Xresources
xsetroot -solid grey
export XKL_XMODMAP_DISABLE=1
echo starting gnome
gnome-session

Read more: Link - Ubuntu VNC Grey Screen | onkea eLearning