Eu estou tentando executar gnome-fallback.desktop
no VncServer.
Após a atualização para a 13.10, meu VNC não funciona mais - apenas mostra uma janela de terminal vazia, sem sessão.
Estas são as sessões que eu instalei:
$ ls /usr/share/xsessions/
gnome.desktop gnome-fallback.desktop xfce.desktop
gnome-fallback-compiz.desktop ubuntu.desktop
E este é o conteúdo do meu ~/.vnc/xstartup
arquivo, que está apontando até gnome-fallback.desktop
onde eu sei:
#!/bin/sh
# Uncomment the following two lines for normal desktop:
unset SESSION_MANAGER
unset DBUS_SESSION_BUS_ADDRESS
# exec /etc/X11/xinit/xinitrc
gnome-session --session=gnome-fallback.desktop &
#gnome-session --session=gdm-session &
[ -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 &
Esta é a saída do arquivo de log em ~/.vnc/
:
Xvnc Free Edition 4.1.1 - built Jan 14 2013 22:28:40
Copyright (C) 2002-2005 RealVNC Ltd.
See http://www.realvnc.com for information on VNC.
Underlying X server release 40300000, The XFree86 Project, Inc
Sat Oct 19 17:37:51 2013
vncext: VNC extension running!
vncext: Listening for VNC connections on port 5901
vncext: created VNC server for screen 0
error opening security policy file /etc/X11/xserver/SecurityPolicy
Could not init font path element /usr/X11R6/lib/X11/fonts/Type1/, removing from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/Speedo/, removing from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/misc/, removing from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/75dpi/, removing from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/100dpi/, removing from list!
Could not init font path element /usr/share/fonts/X11/75dpi/, removing from list!
Could not init font path element /usr/share/fonts/X11/100dpi/, removing from list!
Option "--login" is no longer supported in this version of gnome-terminal; you might want to create a profile with the desired setting, and use the new '--profile' option
gnome-session-is-accelerated: No composite extension.
gnome-session-check-accelerated: Helper exited with code 256
Window manager warning: Log level 32: could not find XKB extension.
gnome-session-is-accelerated: No composite extension.
gnome-session-check-accelerated: Helper exited with code 256
** (process:1602): WARNING **: software acceleration check failed: Child process exited with code 1
** (gnome-session:1602): CRITICAL **: We failed, but the fail whale is dead. Sorry....
Parece que gnome-fallback.desktop
agora requer gráficos acelerados? Isso está correto?
gnome
vnc
gnome-session
muzzamo
fonte
fonte
Eu tive exatamente o mesmo problema após a atualização, tentei procurar uma possível solução, mas não consegui encontrar nada relacionado ao problema de aceleração de software.
No final, não consegui mais me esquivar de procurar, então apenas usei o xfce4 e agora ele está funcionando perfeitamente bem novamente.
Aqui está o meu Xstartup:
Meu palpite é que o gnome-fallback pode estar quebrado e o padrão é o gnome3 de alguma forma, o que realmente requer aceleração para funcionar.
Espero que isso ajude você.
fonte
Este é um problema (muito decepcionante) do Gnome. O problema tem mais de um ano e ainda está presente em um 14,04 LTS.
A solução de usar --disable-acceleration-check a partir deste segmento não funcionou para mim.
https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/1251281
Sim, como solução alternativa, o xfce4 ou o fluxbox (executar startfluxbox) funcionarão.
fonte