LWN.net Logo

Quotes of the week

Quotes of the week

Posted Jul 31, 2011 21:47 UTC (Sun) by ebassi (subscriber, #54855)
In reply to: Quotes of the week by Tet
Parent article: Quotes of the week

Despite that, I actually quite like the idea, and in a few years, maybe it will be usable. For now, though, if the defaults work for you then great. If they don't, you're screwed, because there's no way to change anything.

if you're not the "average computer user" then that's not strictly true.

there's a tweak tool that exposes in a sensible GUI the knobs for tweaking the UI, and there's a fairly powerful extension mechanism that allows you to: add new UI elements; change the window management policies; and even monkey-patch the internals. pretty soon there'll even be a website to submit, distribute and control the extensions. so if you are not the average computer users, you can literally go insane with the custom modifications.


(Log in to post comments)

Quotes of the week

Posted Jul 31, 2011 23:00 UTC (Sun) by mathstuf (subscriber, #69389) [Link]

Does "going insane" with modifications include a fully-featured tiled window manager mode, never steal focus policies, or a mouseless desktop? Not adversarial, just curious what is conceivably possible with the hooks extensions can use.

Quotes of the week

Posted Aug 4, 2011 6:11 UTC (Thu) by ebassi (subscriber, #54855) [Link]

Does "going insane" with modifications include a fully-featured tiled window manager mode,

for obvious different mileage of "fully featured": http://gfxmonk.net/shellshape/

never steal focus policies,

focus stealing prevention is a pretty nasty piece of code inside mutter, so this is probably going to be really hard to delegate to an extension.

or a mouseless desktop?

you can add your own key navigation code: https://mail.gnome.org/archives/gnome-shell-list/2011-July/msg00015.html - but the goal is to have key navigation by default.

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds