gnome-control-center does not start
xclock
works fine.
I have installed what I believe is a complete gnome desktop on my server, but I cannot get gnome-control-center
or startx
to work, even under root; see below.
Any suggestions?
Thanks.
Lester
root@lin:~# gnome-control-center
** (gnome-control-center:26695): WARNING **:
error raised: [libslabgetgconfvalue: error getting /desktop/gnome/applications/main-menu/lock-down/usermodifiable_apps]
** (gnome-control-center:26695): WARNING **:
error raised: [loadxbelstore: couldn't load bookmark file [NULL]
]
** (gnome-control-center:26695): WARNING **: getactionslist() - PROBLEM - Can't load gtk-theme-selector.desktop
** (gnome-control-center:26695): WARNING **: getactionslist() - PROBLEM - Can't load gnome-cups-manager.desktop
NOTE: I do get the pop-up Control Center window, but I cannot do anything. For example, I can click on Users and Groups, but a grayed out command window for Users Settings appears, with problems cited on the console:
GLib-GIO-Message: Using the 'memory' GSettings backend. Your settings will not be saved or shared with other applications.
root@lin:~# startx
X.Org X Server 1.9.0
Release Date: 2010-08-20
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.24-27-server x86_64 Ubuntu
Current Operating System: Linux lin 2.6.35.4-x8664-linode16 #1 SMP Mon Sep 20 16:03:34 UTC 2010 x8664
Kernel command line: root=/dev/xvda xencons=tty console=tty1 console=hvc0 nosep nodevfs ramdisksize=32768 ipconntrack.hashsize=8192 nf_conntrack.hashsize=8192 ro
Build Date: 16 September 2010 06:18:41PM
xorg-server 2:1.9.0-0ubuntu7 (For technical support please see
Current version of pixman: 0.18.4
Before reporting problems, check
to make sure that you have the latest version.
Markers: (–) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Mon Dec 27 07:58:22 2010
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
Primary device is not PCI
(EE) open /dev/fb0: No such file or directory
(EE) No devices detected.
Fatal server error:
no screens found
Please consult the The X.Org Foundation support
at
for help.
Please also check the log file at "/var/log/Xorg.0.log" for additional information.
ddxSigGiveUp: Closing log
2 Replies
!/bin/sh
ssh -l myuserid -p 22 -L 127.0.0.1:5934:127.0.0.1:5901
!/bin/sh
vncserver :01 -rfbport 5901 -geometry 1280x1024 -nevershared -securitytypes=none -localhost -depth 16
sleep 10
xhost + $HOSTNAME
============== server - this is my .vnc/xstartup script
!/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 &
xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
twm &
fvwm &
gnome-session &
============= client - I use Terminal Services in the repo and connect with:
127.0.0.1:5934
Feel free to make port 5934 whatever you want just change the SSH tunnel line to match.