Wednesday, 2 October 2013

Having trouble starting a gnome session over ssh

Having trouble starting a gnome session over ssh

I have a headless box running 12.04 and I want to pipe a gnome session
over x11. I connect via ssh -X -l name -p port 192.168.1.14, then run
gnome-session
This prints out without opening a window:
GNOME_KEYRING_CONTROL=/tmp/keyring-5cLMRd
SSH_AUTH_SOCK=/tmp/keyring-5cLMRd/ssh
GNOME_KEYRING_PID=2534
GNOME_KEYRING_CONTROL=/tmp/keyring-5cLMRd
SSH_AUTH_SOCK=/tmp/keyring-5cLMRd/ssh
GPG_AGENT_INFO=/tmp/keyring-5cLMRd/gpg:0:1
GNOME_KEYRING_CONTROL=/tmp/keyring-5cLMRd
SSH_AUTH_SOCK=/tmp/keyring-5cLMRd/ssh
GPG_AGENT_INFO=/tmp/keyring-5cLMRd/gpg:0:1
GNOME_KEYRING_CONTROL=/tmp/keyring-5cLMRd
SSH_AUTH_SOCK=/tmp/keyring-5cLMRd/ssh
GPG_AGENT_INFO=/tmp/keyring-5cLMRd/gpg:0:1
** (gnome-settings-daemon:2537): WARNING **: You can only run one
xsettings manager at a time; exiting
** (gnome-settings-daemon:2537): WARNING **: Unable to start xsettings
manager: Could not initialize xsettings manager.
[1380764298,000,xklavier.c:xkl_engine_start_listen/] The backend does
not require manual layout management - but it is provided by the
application
compiz (core) - Error: Screen 0 on display "localhost:10.0" already has a
window manager; try using the --replace option to replace the current
window manager.
(bluetooth-applet:2549): Bluetooth-WARNING **: Could not open RFKILL
control device, please verify your installation
Initializing nautilus-gdu extension
** (nm-applet:2551): WARNING **: Could not initialize NMClient
/org/freedesktop/NetworkManager: Rejected send message, 2 matched rules;
type="method_call", sender=":1.98" (uid=1000 pid=2551 comm="nm-applet ")
interface="org.freedesktop.DBus.Properties" member="GetAll" error
name="(unset)" requested_reply="0"
destination="org.freedesktop.NetworkManager" (uid=0 pid=872
comm="NetworkManager ")
** Message: applet now removed from the notification area
** Message: using fallback from indicator to GtkStatusIcon
(gnome-settings-daemon:2537): keyboard-plugin-WARNING **: Failed to set
the keyboard layouts:
GDBus.Error:org.freedesktop.Accounts.Error.PermissionDenied: Not
authorized
** (gnome-settings-daemon:2537): WARNING **: Failed to connect context:
Connection refused
(gnome-settings-daemon:2537): clipboard-plugin-WARNING **: Clipboard
manager is already running.
(gnome-settings-daemon:2537): color-plugin-WARNING **: failed to get edid:
unable to get EDID for output
(gnome-settings-daemon:2537): color-plugin-WARNING **: failed to create
device: GDBus.Error:org.freedesktop.ColorManager.Failed: failed to obtain
org.freedesktop.color-manager.create-device auth
(gnome-settings-daemon:2537): color-plugin-WARNING **:
GDBus.Error:org.freedesktop.ColorManager.Failed: failed to obtain
org.freedesktop.color-manager.create-profile auth
Shutting down nautilus-gdu extension
** (gnome-settings-daemon:2537): WARNING **: Failed to connect context:
Connection refused
Connection failure: Connection refused
pa_context_connect() failed: Connection refused
** (update-notifier:2635): WARNING **: already running?
I'm not really sure where to go from here, all solutions I've found were
in regards to weird edge cases that don't apply to me.

No comments:

Post a Comment