Created
May 7, 2016 23:18
-
-
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/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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