gnome-tweak-tool fails to install extension from zip with UnicodeDecodeError

2012-05-23 Thread Amy C
Hi all, I've written a small extension that adds minimise, maximise, always on top, etc to the title button on the top panel (Main.panel._appMenu). I have someone trying to install it through gnome-tweak-tool (on GNOME 3.2.2.1) via 'Shell Extensions' -> 'install extension (from zip file)' -> selec

Re: Giving windows a maximized look from an extension

2012-05-23 Thread Jasper St. Pierre
Nope. What style you get is really tied directly to the state of the window. On Wed, May 23, 2012 at 8:20 AM, Tim Cuthbertson wrote: > I'm investigating giving a "maximized" or "tiled" look to windows > managed by shellshape, so they can be styled more compactly [1]. > > It seems like perhaps set

Giving windows a maximized look from an extension

2012-05-23 Thread Tim Cuthbertson
I'm investigating giving a "maximized" or "tiled" look to windows managed by shellshape, so they can be styled more compactly [1]. It seems like perhaps setting the META_FRAME_MAXIMIZED or META_FRAME_TILED_* flag is what I want, but I can't figure out how to do that (or if it would work how I want