Skip to content

Instantly share code, notes, and snippets.

@JunielKatarn
Created May 7, 2016 23:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JunielKatarn/8983712fefc5f81003b9bcc7583001fc to your computer and use it in GitHub Desktop.
Save JunielKatarn/8983712fefc5f81003b9bcc7583001fc to your computer and use it in GitHub Desktop.
Fix gray screen on Ubuntu VNC (14.04+). Taken from http://onkea.com/ubuntu-vnc-grey-screen/
#!/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 &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment