Comment 28 for bug 36321

Revision history for this message
maverick (maverick1-go2) wrote :

Not always.
I know that my problem is not a bug for gnome.
But there are my scripts:

 maverick@maverick:~% cat /usr/share/xsessions/xgl.desktop 3:23
[Desktop Entry]
Encoding=UTF-8
Name=Xgl
Comment=Start an Xgl Session
Exec=/usr/bin/startxgl
Icon=
Type=XSession

maverick@maverick:~% cat /usr/bin/startxgl 3:24
#!/bin/bash
Xgl :1 -fullscreen -ac -accel xv:pbuffer -accel glx:pbuffer -br &
DISPLAY=:1
export KDEWM="/usr/bin/beryl-manager"
cookie="$(xauth -i nextract - :0 | cut -d ' ' -f 9)"
xauth -i add :1 . "$cookie"
# beryl-manager &
exec startkde

Unfortunatelly on logout window there is only logout button.

What is wrong in those scripts ?