LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Closed Thread
  Search this Thread
Old 11-13-2015, 04:29 PM   #1
thestring
LQ Newbie
 
Registered: Nov 2015
Posts: 3

Rep: Reputation: Disabled
I can't seem to start Gnome desktop with VNC (vncserver)


Hi,

When I log in to my server with vnc viewer, I get this message:
http://i.imgur.com/FClu9L3.jpg

.vnc/xstartup config:
Code:
#!/bin/sh

# Uncomment the following two lines for normal desktop:
unset SESSION_MANAGER
exec /etc/X11/xinit/xinitrc

[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
xsetroot -solid grey
vncconfig -iconic &
x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
x-window-manager &
Note: I tried to change the default x-window-manager on the last line with gnome-session, but I don't see any difference.

gnome-session --debug:
Code:
gnome-session[23481]: DEBUG(+): Enabling debugging
gnome-session[23481]: WARNING: Could not get session id for session. Check that logind is properly installed and pam_systemd is getting used at login.
gnome-session[23481]: DEBUG(+): Using systemd for session tracking
gnome-session[23481]: DEBUG(+): GsmShell: Not connected to the shell
gnome-session[23481]: DEBUG(+): GsmManager: setting client store 0x226f820
gnome-session[23481]: DEBUG(+): GsmXsmpServer: SESSION_MANAGER=local/nldolphingbit033:@/tmp/.ICE-unix/23481,unix/nldolphingbit033:/tmp/.ICE-unix/23481

gnome-session[23481]: DEBUG(+): fill: *** Getting session 'gnome'
gnome-session[23481]: DEBUG(+): fill: *** Looking if /root/.config/gnome-session/sessions/gnome.session is a valid session file
gnome-session[23481]: DEBUG(+): Cannot use session '/root/.config/gnome-session/sessions/gnome.session': non-existing or invalid file.
gnome-session[23481]: DEBUG(+): fill: *** Looking if /etc/xdg/gnome-session/sessions/gnome.session is a valid session file
gnome-session[23481]: DEBUG(+): Cannot use session '/etc/xdg/gnome-session/sessions/gnome.session': non-existing or invalid file.
gnome-session[23481]: DEBUG(+): fill: *** Looking if /usr/local/share/gnome-session/sessions/gnome.session is a valid session file
gnome-session[23481]: DEBUG(+): Cannot use session '/usr/local/share/gnome-session/sessions/gnome.session': non-existing or invalid file.
gnome-session[23481]: DEBUG(+): fill: *** Looking if /usr/share/gnome-session/sessions/gnome.session is a valid session file
gnome-session[23481]: DEBUG(+): fill: *** Checking required components
gnome-session[23481]: DEBUG(+): GsmUtil: Looking for file 'gnome-shell.desktop'
gnome-session[23481]: DEBUG(+): GsmUtil: Looking in '/root/.config/autostart'
gnome-session[23481]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
gnome-session[23481]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
gnome-session[23481]: DEBUG(+): GsmUtil: Looking in '/etc/xdg/autostart'
gnome-session[23481]: DEBUG(+): GsmUtil: Looking in '/root/.local/share/applications'
gnome-session[23481]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
gnome-session[23481]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
gnome-session[23481]: DEBUG(+): GsmUtil: found in XDG dirs: '/usr/share/applications/gnome-shell.desktop'
gnome-session[23481]: DEBUG(+): GsmUtil: Looking for file 'gnome-settings-daemon.desktop'
gnome-session[23481]: DEBUG(+): GsmUtil: Looking in '/root/.config/autostart'
gnome-session[23481]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
gnome-session[23481]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
gnome-session[23481]: DEBUG(+): GsmUtil: Looking in '/etc/xdg/autostart'
gnome-session[23481]: DEBUG(+): GsmUtil: Looking in '/root/.local/share/applications'
gnome-session[23481]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
gnome-session[23481]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
gnome-session[23481]: DEBUG(+): GsmUtil: found in XDG dirs: '/usr/share/gnome/autostart/gnome-settings-daemon.desktop'
gnome-session[23481]: DEBUG(+): fill: *** Done checking required components
gnome-session[23481]: DEBUG(+): fill: *** Adding required components
gnome-session[23481]: DEBUG(+): GsmUtil: Looking for file 'gnome-shell.desktop'
gnome-session[23481]: DEBUG(+): GsmUtil: Looking in '/root/.config/gnome-session/saved-session'
gnome-session[23481]: DEBUG(+): GsmUtil: Looking in '/root/.config/autostart'
gnome-session[23481]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
gnome-session[23481]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
gnome-session[23481]: DEBUG(+): GsmUtil: Looking in '/etc/xdg/autostart'
gnome-session[23481]: DEBUG(+): GsmUtil: Looking in '/root/.local/share/applications'
gnome-session[23481]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
gnome-session[23481]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
gnome-session[23481]: DEBUG(+): GsmUtil: found in XDG dirs: '/usr/share/applications/gnome-shell.desktop'
gnome-session[23481]: DEBUG(+): GsmManager: read /usr/share/applications/gnome-shell.desktop
gnome-session[23481]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App1 to store
gnome-session[23481]: DEBUG(+): GsmManager: adding required app gnome-shell.desktop
gnome-session[23481]: DEBUG(+): GsmUtil: Looking for file 'gnome-settings-daemon.desktop'
gnome-session[23481]: DEBUG(+): GsmUtil: Looking in '/root/.config/gnome-session/saved-session'
gnome-session[23481]: DEBUG(+): GsmUtil: Looking in '/root/.config/autostart'
gnome-session[23481]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
gnome-session[23481]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
gnome-session[23481]: DEBUG(+): GsmUtil: Looking in '/etc/xdg/autostart'
gnome-session[23481]: DEBUG(+): GsmUtil: Looking in '/root/.local/share/applications'
gnome-session[23481]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
gnome-session[23481]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
gnome-session[23481]: DEBUG(+): GsmUtil: found in XDG dirs: '/usr/share/gnome/autostart/gnome-settings-daemon.desktop'
gnome-session[23481]: DEBUG(+): GsmManager: read /usr/share/gnome/autostart/gnome-settings-daemon.desktop
gnome-session[23481]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App2 to store
gnome-session[23481]: DEBUG(+): GsmManager: adding required app gnome-settings-daemon.desktop
gnome-session[23481]: DEBUG(+): fill: *** Done adding required components
gnome-session[23481]: DEBUG(+): GsmManager: *** Adding autostart apps for /root/.config/gnome-session/saved-session
gnome-session[23481]: DEBUG(+): GsmManager: *** Adding autostart apps for /root/.config/autostart
gnome-session[23481]: DEBUG(+): GsmManager: *** Adding autostart apps for /usr/local/share/gnome/autostart
gnome-session[23481]: DEBUG(+): GsmManager: *** Adding autostart apps for /usr/share/gnome/autostart
gnome-session[23481]: DEBUG(+): GsmManager: read /usr/share/gnome/autostart/gnome-user-share-obexpush.desktop
gnome-session[23481]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App3 to store
gnome-session[23481]: DEBUG(+): GsmManager: read /usr/share/gnome/autostart/nautilus-autostart.desktop
gnome-session[23481]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App4 to store
gnome-session[23481]: DEBUG(+): GsmManager: read /usr/share/gnome/autostart/gnome-settings-daemon.desktop
gnome-session[23481]: DEBUG(+): GsmManager: not adding app: app-id 'gnome-settings-daemon.desktop' already exists
gnome-session[23481]: DEBUG(+): GsmManager: *** Adding autostart apps for /etc/xdg/autostart
gnome-session[23481]: DEBUG(+): GsmManager: read /etc/xdg/autostart/caribou-autostart.desktop
gnome-session[23481]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App6 to store
gnome-session[23481]: DEBUG(+): GsmManager: read /etc/xdg/autostart/evolution-alarm-notify.desktop
gnome-session[23481]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App7 to store
gnome-session[23481]: DEBUG(+): GsmManager: read /etc/xdg/autostart/tracker-miner-apps.desktop
gnome-session[23481]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App8 to store
gnome-session[23481]: DEBUG(+): GsmManager: read /etc/xdg/autostart/tracker-miner-fs.desktop
gnome-session[23481]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App9 to store
gnome-session[23481]: DEBUG(+): GsmManager: read /etc/xdg/autostart/gnome-keyring-gpg.desktop
gnome-session[23481]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App10 to store
gnome-session[23481]: DEBUG(+): GsmManager: read /etc/xdg/autostart/notification-daemon.desktop
gnome-session[23481]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App11 to store
gnome-session[23481]: DEBUG(+): GsmManager: read /etc/xdg/autostart/tracker-miner-user-guides.desktop
gnome-session[23481]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App12 to store
gnome-session[23481]: DEBUG(+): GsmManager: read /etc/xdg/autostart/nm-applet.desktop
gnome-session[23481]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App13 to store
gnome-session[23481]: DEBUG(+): GsmManager: read /etc/xdg/autostart/gnome-keyring-pkcs11.desktop
gnome-session[23481]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App14 to store
gnome-session[23481]: DEBUG(+): GsmManager: read /etc/xdg/autostart/gnome-keyring-secrets.desktop
gnome-session[23481]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App15 to store
gnome-session[23481]: DEBUG(+): GsmManager: read /etc/xdg/autostart/gnome-keyring-ssh.desktop
gnome-session[23481]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App16 to store
gnome-session[23481]: DEBUG(+): GsmManager: read /etc/xdg/autostart/polkit-gnome-authentication-agent-1.desktop
gnome-session[23481]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App17 to store
gnome-session[23481]: DEBUG(+): GsmManager: read /etc/xdg/autostart/pulseaudio-kde.desktop
gnome-session[23481]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App18 to store
gnome-session[23481]: DEBUG(+): GsmManager: read /etc/xdg/autostart/at-spi-dbus-bus.desktop
gnome-session[23481]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App19 to store
gnome-session[23481]: DEBUG(+): GsmManager: read /etc/xdg/autostart/print-applet.desktop
gnome-session[23481]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App20 to store
gnome-session[23481]: DEBUG(+): GsmManager: read /etc/xdg/autostart/tracker-extract.desktop
gnome-session[23481]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App21 to store
gnome-session[23481]: DEBUG(+): GsmManager: read /etc/xdg/autostart/tracker-store.desktop
gnome-session[23481]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App22 to store
gnome-session[23481]: DEBUG(+): GsmManager: read /etc/xdg/autostart/orca-autostart.desktop
gnome-session[23481]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App23 to store
gnome-session[23481]: DEBUG(+): GsmManager: read /etc/xdg/autostart/gsettings-data-convert.desktop
gnome-session[23481]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App24 to store
gnome-session[23481]: DEBUG(+): GsmManager: read /etc/xdg/autostart/pulseaudio.desktop
gnome-session[23481]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App25 to store
gnome-session[23481]: DEBUG(+): GsmManager: read /etc/xdg/autostart/zeitgeist-datahub.desktop
gnome-session[23481]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App26 to store
gnome-session[23481]: DEBUG(+): GsmManager: read /etc/xdg/autostart/user-dirs-update-gtk.desktop
gnome-session[23481]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App27 to store
gnome-session[23481]: DEBUG(+): GsmManager: GSM starting to manage
gnome-session[23481]: DEBUG(+): GsmManager: App startup summary
gnome-session[23481]: DEBUG(+): GsmManager: Phase EARLY_INITIALIZATION
gnome-session[23481]: DEBUG(+): GsmManager: Phase DISPLAY_SERVER
gnome-session[23481]: DEBUG(+): GsmManager: Phase INITIALIZATION
gnome-session[23481]: DEBUG(+): GsmManager:	ID: /org/gnome/SessionManager/App19	app-id:at-spi-dbus-bus.desktop	is-disabled:0	is-conditionally-disabled:1
gnome-session[23481]: DEBUG(+): GsmManager:	ID: /org/gnome/SessionManager/App24	app-id:gsettings-data-convert.desktop	is-disabled:0	is-conditionally-disabled:0
gnome-session[23481]: DEBUG(+): GsmManager:	ID: /org/gnome/SessionManager/App25	app-id:pulseaudio.desktop	is-disabled:0	is-conditionally-disabled:0
gnome-session[23481]: DEBUG(+): GsmManager:	ID: /org/gnome/SessionManager/App2	app-id:gnome-settings-daemon.desktop	is-disabled:0	is-conditionally-disabled:0
gnome-session[23481]: DEBUG(+): GsmManager:	ID: /org/gnome/SessionManager/App10	app-id:gnome-keyring-gpg.desktop	is-disabled:0	is-conditionally-disabled:0
gnome-session[23481]: DEBUG(+): GsmManager:	ID: /org/gnome/SessionManager/App14	app-id:gnome-keyring-pkcs11.desktop	is-disabled:0	is-conditionally-disabled:0
gnome-session[23481]: DEBUG(+): GsmManager:	ID: /org/gnome/SessionManager/App15	app-id:gnome-keyring-secrets.desktop	is-disabled:0	is-conditionally-disabled:0
gnome-session[23481]: DEBUG(+): GsmManager:	ID: /org/gnome/SessionManager/App16	app-id:gnome-keyring-ssh.desktop	is-disabled:0	is-conditionally-disabled:0
gnome-session[23481]: DEBUG(+): GsmManager: Phase WINDOW_MANAGER
gnome-session[23481]: DEBUG(+): GsmManager:	ID: /org/gnome/SessionManager/App1	app-id:gnome-shell.desktop	is-disabled:0	is-conditionally-disabled:0
gnome-session[23481]: DEBUG(+): GsmManager: Phase PANEL
gnome-session[23481]: DEBUG(+): GsmManager: Phase DESKTOP
gnome-session[23481]: DEBUG(+): GsmManager: Phase APPLICATION
gnome-session[23481]: DEBUG(+): app /org/gnome/SessionManager/App18 is not for the current desktop
gnome-session[23481]: DEBUG(+): GsmManager:	ID: /org/gnome/SessionManager/App18	app-id:pulseaudio-kde.desktop	is-disabled:1	is-conditionally-disabled:0
gnome-session[23481]: DEBUG(+): GsmManager:	ID: /org/gnome/SessionManager/App23	app-id:orca-autostart.desktop	is-disabled:0	is-conditionally-disabled:1
gnome-session[23481]: DEBUG(+): GsmManager:	ID: /org/gnome/SessionManager/App21	app-id:tracker-extract.desktop	is-disabled:0	is-conditionally-disabled:0
gnome-session[23481]: DEBUG(+): GsmManager:	ID: /org/gnome/SessionManager/App22	app-id:tracker-store.desktop	is-disabled:0	is-conditionally-disabled:0
gnome-session[23481]: DEBUG(+): GsmManager:	ID: /org/gnome/SessionManager/App26	app-id:zeitgeist-datahub.desktop	is-disabled:0	is-conditionally-disabled:0
gnome-session[23481]: DEBUG(+): GsmManager:	ID: /org/gnome/SessionManager/App27	app-id:user-dirs-update-gtk.desktop	is-disabled:0	is-conditionally-disabled:0
gnome-session[23481]: DEBUG(+): GsmManager:	ID: /org/gnome/SessionManager/App3	app-id:gnome-user-share-obexpush.desktop	is-disabled:0	is-conditionally-disabled:1
gnome-session[23481]: DEBUG(+): GsmManager:	ID: /org/gnome/SessionManager/App4	app-id:nautilus-autostart.desktop	is-disabled:0	is-conditionally-disabled:1
gnome-session[23481]: DEBUG(+): GsmManager:	ID: /org/gnome/SessionManager/App6	app-id:caribou-autostart.desktop	is-disabled:0	is-conditionally-disabled:1
gnome-session[23481]: DEBUG(+): GsmManager:	ID: /org/gnome/SessionManager/App7	app-id:evolution-alarm-notify.desktop	is-disabled:0	is-conditionally-disabled:0
gnome-session[23481]: DEBUG(+): GsmManager:	ID: /org/gnome/SessionManager/App8	app-id:tracker-miner-apps.desktop	is-disabled:0	is-conditionally-disabled:0
gnome-session[23481]: DEBUG(+): GsmManager:	ID: /org/gnome/SessionManager/App9	app-id:tracker-miner-fs.desktop	is-disabled:0	is-conditionally-disabled:0
gnome-session[23481]: DEBUG(+): GsmManager:	ID: /org/gnome/SessionManager/App11	app-id:notification-daemon.desktop	is-disabled:0	is-conditionally-disabled:1
gnome-session[23481]: DEBUG(+): GsmManager:	ID: /org/gnome/SessionManager/App12	app-id:tracker-miner-user-guides.desktop	is-disabled:0	is-conditionally-disabled:0
gnome-session[23481]: DEBUG(+): GsmManager:	ID: /org/gnome/SessionManager/App13	app-id:nm-applet.desktop	is-disabled:0	is-conditionally-disabled:0
gnome-session[23481]: DEBUG(+): GsmManager:	ID: /org/gnome/SessionManager/App17	app-id:polkit-gnome-authentication-agent-1.desktop	is-disabled:0	is-conditionally-disabled:1
gnome-session[23481]: DEBUG(+): GsmManager:	ID: /org/gnome/SessionManager/App20	app-id:print-applet.desktop	is-disabled:0	is-conditionally-disabled:0
gnome-session[23481]: DEBUG(+): GsmManager: starting phase EARLY_INITIALIZATION

gnome-session[23481]: DEBUG(+): GsmManager: ending phase EARLY_INITIALIZATION
gnome-session[23481]: DEBUG(+): GsmManager: starting phase DISPLAY_SERVER

gnome-session[23481]: DEBUG(+): GsmManager: ending phase DISPLAY_SERVER
gnome-session[23481]: DEBUG(+): GsmManager: starting phase INITIALIZATION

gnome-session[23481]: DEBUG(+): GsmManager: Skipping disabled app: /org/gnome/SessionManager/App19
gnome-session[23481]: DEBUG(+): GsmManager: starting app '/org/gnome/SessionManager/App24'
gnome-session[23481]: DEBUG(+): Starting app: /org/gnome/SessionManager/App24
gnome-session[23481]: DEBUG(+): GsmAutostartApp: starting gsettings-data-convert.desktop: command=gsettings-data-convert startup-id=105d5978fa948b497e144745338894400400000234810023
gnome-session[23481]: GLib-CRITICAL: g_environ_setenv: assertion 'value != NULL' failed
gnome-session[23481]: DEBUG(+): GsmAutostartApp: started pid:23490
gnome-session[23481]: DEBUG(+): GsmManager: starting app '/org/gnome/SessionManager/App25'
gnome-session[23481]: DEBUG(+): Starting app: /org/gnome/SessionManager/App25
gnome-session[23481]: DEBUG(+): GsmAutostartApp: starting pulseaudio.desktop: command=start-pulseaudio-x11 startup-id=105d5978fa948b497e144745338894434100000234810024
gnome-session[23481]: GLib-CRITICAL: g_environ_setenv: assertion 'value != NULL' failed
gnome-session[23481]: DEBUG(+): GsmAutostartApp: started pid:23492
gnome-session[23481]: DEBUG(+): GsmManager: starting app '/org/gnome/SessionManager/App2'
gnome-session[23481]: DEBUG(+): Starting app: /org/gnome/SessionManager/App2
gnome-session[23481]: DEBUG(+): GsmAutostartApp: starting gnome-settings-daemon.desktop: command=/usr/lib/gnome-settings-daemon/gnome-settings-daemon-localeexec startup-id=105d5978fa948b497e144745338893422200000234810001
gnome-session[23481]: GLib-CRITICAL: g_environ_setenv: assertion 'value != NULL' failed
gnome-session[23481]: DEBUG(+): GsmAutostartApp: started pid:23494
gnome-session[23481]: DEBUG(+): GsmManager: starting app '/org/gnome/SessionManager/App10'
gnome-session[23481]: DEBUG(+): Starting app: /org/gnome/SessionManager/App10
gnome-session[23481]: DEBUG(+): GsmAutostartApp: starting gnome-keyring-gpg.desktop: command=/usr/bin/gnome-keyring-daemon --start --components=gpg startup-id=105d5978fa948b497e144745338893865500000234810009
gnome-session[23481]: GLib-CRITICAL: g_environ_setenv: assertion 'value != NULL' failed
gnome-session[23481]: DEBUG(+): GsmAutostartApp: started pid:23496
gnome-session[23481]: DEBUG(+): GsmManager: starting app '/org/gnome/SessionManager/App14'
gnome-session[23481]: DEBUG(+): Starting app: /org/gnome/SessionManager/App14
gnome-session[23481]: DEBUG(+): GsmAutostartApp: starting gnome-keyring-pkcs11.desktop: command=/usr/bin/gnome-keyring-daemon --start --components=pkcs11 startup-id=105d5978fa948b497e144745338894017200000234810013
gnome-session[23481]: GLib-CRITICAL: g_environ_setenv: assertion 'value != NULL' failed
gnome-session[23481]: DEBUG(+): GsmAutostartApp: started pid:23498
gnome-session[23481]: DEBUG(+): GsmManager: starting app '/org/gnome/SessionManager/App15'
gnome-session[23481]: DEBUG(+): Starting app: /org/gnome/SessionManager/App15
gnome-session[23481]: DEBUG(+): GsmAutostartApp: starting gnome-keyring-secrets.desktop: command=/usr/bin/gnome-keyring-daemon --start --components=secrets startup-id=105d5978fa948b497e144745338894055700000234810014
gnome-session[23481]: GLib-CRITICAL: g_environ_setenv: assertion 'value != NULL' failed
GNOME_KEYRING_CONTROL=/root/.cache/keyring-2VL57X
GPG_AGENT_INFO=/root/.cache/keyring-2VL57X/gpg:0:1
gnome-session[23481]: DEBUG(+): GsmAutostartApp: started pid:23501
gnome-session[23481]: DEBUG(+): GsmManager: starting app '/org/gnome/SessionManager/App16'
gnome-session[23481]: DEBUG(+): Starting app: /org/gnome/SessionManager/App16
gnome-session[23481]: DEBUG(+): GsmAutostartApp: starting gnome-keyring-ssh.desktop: command=/usr/bin/gnome-keyring-daemon --start --components=ssh startup-id=105d5978fa948b497e144745338894093400000234810015
gnome-session[23481]: GLib-CRITICAL: g_environ_setenv: assertion 'value != NULL' failed
gnome-session[23481]: DEBUG(+): GsmAutostartApp: started pid:23504
gnome-session[23481]: DEBUG(+): GsmAutostartApp: (pid:23490) done (status:0)
gnome-session[23481]: DEBUG(+): App gsettings-data-convert.desktop exited successfully
gnome-session[23481]: DEBUG(+): GsmAutostartApp: (pid:23496) done (status:0)
gnome-session[23481]: DEBUG(+): App gnome-keyring-gpg.desktop exited successfully
gnome-session[23481]: DEBUG(+): GsmManager: RegisterClient 105d5978fa948b497e144745338893865500000234810009
gnome-session[23481]: DEBUG(+): GsmManager: Adding new client 105d5978fa948b497e144745338893865500000234810009 to session
gnome-session[23481]: DEBUG(+): uid = 0
gnome-session[23481]: DEBUG(+): pid = 23496
gnome-session[23481]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/Client1 to store
gnome-session[23481]: DEBUG(+): GsmManager: Client added: /org/gnome/SessionManager/Client1
gnome-session[23481]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
gnome-session[23481]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
gnome-session[23481]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
gnome-session[23481]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
GNOME_KEYRING_CONTROL=/root/.cache/keyring-2VL57X
GPG_AGENT_INFO=/root/.cache/keyring-2VL57X/gpg:0:1
GNOME_KEYRING_CONTROL=/root/.cache/keyring-2VL57X
GPG_AGENT_INFO=/root/.cache/keyring-2VL57X/gpg:0:1
GNOME_KEYRING_CONTROL=/root/.cache/keyring-2VL57X
GPG_AGENT_INFO=/root/.cache/keyring-2VL57X/gpg:0:1
SSH_AUTH_SOCK=/root/.cache/keyring-2VL57X/ssh
gnome-session[23481]: DEBUG(+): GsmAutostartApp: (pid:23498) done (status:0)
gnome-session[23481]: DEBUG(+): App gnome-keyring-pkcs11.desktop exited successfully
gnome-session[23481]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
gnome-session[23481]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.gnome.SessionManager method=Setenv
gnome-session[23481]: DEBUG(+): GsmAutostartApp: (pid:23501) done (status:0)
gnome-session[23481]: DEBUG(+): App gnome-keyring-secrets.desktop exited successfully
gnome-session[23481]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
gnome-session[23481]: DEBUG(+): GsmAutostartApp: (pid:23504) done (status:0)
gnome-session[23481]: DEBUG(+): App gnome-keyring-ssh.desktop exited successfully
gnome-session[23481]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
gnome-session[23481]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
gnome-session[23481]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
gnome-session[23481]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
W: [pulseaudio] main.c: This program is not intended to be run as root (unless --system is specified).

** (gnome-settings-daemon:23494): WARNING **: Unable to initialize GTK+
gnome-session[23481]: DEBUG(+): GsmAutostartApp: (pid:23494) done (status:1)
gnome-session[23481]: WARNING: App 'gnome-settings-daemon.desktop' exited with code 1
gnome-session[23481]: DEBUG(+): Component 'gnome-settings-daemon.desktop' is autorestart, ignoring non-successful exit
gnome-session[23481]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
gnome-session[23481]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
gnome-session[23481]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
gnome-session[23481]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
gnome-session[23481]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
gnome-session[23481]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
gnome-session[23481]: DEBUG(+): GsmAutostartApp: (pid:23492) done (status:0)
gnome-session[23481]: DEBUG(+): App pulseaudio.desktop exited successfully
gnome-session[23481]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.freedesktop.DBus.Properties method=GetAll
gnome-session[23481]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.gnome.SessionManager method=IsSessionRunning
gnome-session[23481]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
gnome-session[23481]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
gnome-session[23481]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
 
Old 11-13-2015, 05:34 PM   #2
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,704

Rep: Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896
Welcome to LinuxQuestions

Please post your thread in only one forum. Posting a single thread in the most relevant forum will make it easier for members to help you and will keep the discussion in one place. This thread is being closed because it is a duplicate.

Continue here:
https://www.linuxquestions.org/quest...er-4175558820/
 
  


Closed Thread



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Cannot connect to KDE desktop from Gnome desktop through vnc rahul.buragohain Linux - Newbie 2 01-17-2013 10:55 PM
difficulty getting VNCserver to run at startup for multiple user and Gnome desktop solutionsville Linux - Software 3 04-20-2009 01:18 PM
VNCserver won't start on desktop 0 on Ubuntu Dapper trainpic Linux - Networking 1 07-19-2006 05:59 PM
vncserver and gnome desktop in RH 8 naijaguy Linux - Software 1 08-16-2004 01:18 PM
VNC showing plain X w/ no desktop when vncserver started by non-root user jboo Linux - Software 6 02-08-2004 04:45 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 09:42 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration