LWN.net Logo

GNOME 3.6 released

GNOME 3.6 released

Posted Sep 28, 2012 19:29 UTC (Fri) by sjj (subscriber, #2020)
In reply to: GNOME 3.6 released by GhePeU
Parent article: GNOME 3.6 released

Unity is better in 12.* than earlier. No clicking - just hit super (or super-A, type for example "thENTER" for thunderbird. Took me a while to rid my brain of the notion that I *needed* a menu, but now I like it.

Or ctrl-alt-T for terminal.

Still despise the stupid idea shared by Gnome3 and Unity that you're ever only going to want one window of each type and you need right click + "New Terminal" or whatever to get a new one.


(Log in to post comments)

GNOME 3.6 released

Posted Sep 29, 2012 3:39 UTC (Sat) by thebluesgnr (guest, #37963) [Link]

Not just GNOME and Unity but I believe every major UI has adopted this (even Windows), specially after tabbed browsing won over a few years ago and tabs became part of a few other kind of apps as well.

It makes sense in most cases - the exception for me also being the terminal. I simply set up the Super+T shortcut to launch a new window and that's that.

GNOME 3.6 released

Posted Sep 30, 2012 1:05 UTC (Sun) by JanC_ (guest, #34940) [Link]

Ctrl+Alt+T already exists as a default shortcut for "new terminal window"...

GNOME 3.6 released

Posted Sep 29, 2012 9:00 UTC (Sat) by Otus (guest, #67685) [Link]

> Still despise the stupid idea shared by Gnome3 and Unity that you're ever
> only going to want one window of each type and you need right click + "New
> Terminal" or whatever to get a new one.

Middle mouse on launcher also opens a new window in Unity.

Not very discoverable, but works great and is consistent with browsers.

GNOME 3.6 released

Posted Oct 1, 2012 14:21 UTC (Mon) by sorpigal (subscriber, #36106) [Link]

Long ago I began launching apps from my terminal. The number of launcher docks I used shrank quickly to zero and I've never looked back. On Linux I've bound my favorite terminal to ALT+SHIFT+t and have a trivial shell script

#!/usr/bin/env bash
"$1" 2>/dev/null &1>2 & disown $!

which I invoke to launch my graphical programs. Launcher programs are overrated; my launcher panel is as long as my memory and the time it takes to find any item is a function of the length of its name (or faster, if it tab completes quickly). I expect most people (where people != users) will prefer this sort of thing once they get used to it.

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