[Bug 872590] RFE: use bluetile with MATE instead of Gnome Shell Fallback

bugzilla at redhat.com bugzilla at redhat.com
Fri Nov 2 13:50:09 UTC 2012


https://bugzilla.redhat.com/show_bug.cgi?id=872590

--- Comment #1 from Jeff Bastian <jbastian at redhat.com> ---
Adding these two files is one possible solution:

/usr/share/xsessions/mate-bluetile-session.desktop
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[Desktop Entry]
Encoding=UTF-8
Name=MATE + Bluetile
Comment=Tiling window manager
Exec=mate-bluetile-session
Icon=bluetile.png
Type=XSession
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/usr/bin/mate-bluetile-session
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#!/bin/bash

mateconftool-2 --type bool --set /apps/caja/preferences/show_desktop False
mateconftool-2 --type string \
    --set /desktop/mate/session/required_components/windowmanager bluetile
exec /usr/bin/mate-session
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Although, this /usr/bin/mate-bluetile-session is kinda ugly because you cannot
go back to the standard Mate window manager -- marco -- by choosing the plain
MATE option from the gdm session list.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the haskell-devel mailing list