Comment 26 for bug 971051

Revision history for this message
Arnulf Heimsbakk (arnulf-heimsbakk) wrote : Re: no alt+tab in gnome classic session

Workaround for large scale installations. I made this autostart menu item for our company.

cat <<EOF > /etc/xdg/autostart/metno-switcher-fix.desktop
[Desktop Entry]
Name=metno-switcher-fix
Comment=ALT+TAB hotfix for compiz fallback session
Exec=bash -c "test -f ~/.metno-switcher-fix || /usr/bin/gconftool-2 --set --type list --list-type=string /apps/compiz-1/general/screen0/options/active_plugins '[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,workarounds,scale,expo,ezoom,staticswitcher]' && touch ~/.metno-switcher-fix"
Terminal=false
Type=Application
OnlyShowIn=GNOME;
X-GNOME-Autostart-Delay=2
EOF