GNOME 3.6 released
GNOME 3.6 released
Posted Sep 28, 2012 7:50 UTC (Fri) by GhePeU (subscriber, #56133)In reply to: GNOME 3.6 released by mmonaco
Parent article: GNOME 3.6 released
I'm still running Ubuntu 11.04 (the last 2.32 release) with selected updated packages on my work laptop (the desktop is Gentoo, so I don't envision issues there, but I'm not using it as much lately), and the support will end in a month or so, so now I will have to start researching an alternative distro.
I'm fed up and I don't have time for all this crap, I've been seriously considering getting a Win7 cd and calling it quits, after more than a decade of desktop linux. A couple of years ago I would have never believed it would've come to this.
Posted Sep 28, 2012 13:14 UTC (Fri)
by thebluesgnr (guest, #37963)
[Link] (2 responses)
Posted Sep 28, 2012 19:48 UTC (Fri)
by sjj (guest, #2020)
[Link] (1 responses)
I even used Windows for a couple of weeks (work laptop) because of Braindead Enterprise Software Vendors. Wanted to claw my eyes out soon after. That cure is worse than the disease.
Linux DEs are in turmoil right now, but the only way forward if you're a user who wants to keep using Linux, is to try to constructively engage those projects that want to hear from their users and try to influence them. And keep an open mind, not all innovations are bad.
Posted Sep 28, 2012 20:31 UTC (Fri)
by drag (guest, #31333)
[Link]
What sort of compatibility issues did you run into?
Posted Sep 28, 2012 14:04 UTC (Fri)
by nteon (subscriber, #53899)
[Link] (12 responses)
Also, its amusing to hear a gentoo user utter the phrase "I don't have time for this crap" :)
Posted Sep 28, 2012 15:11 UTC (Fri)
by cortana (subscriber, #24596)
[Link]
Posted Sep 28, 2012 16:26 UTC (Fri)
by GhePeU (subscriber, #56133)
[Link] (9 responses)
Windows at least puts everything on a single workspace: messy but not actively hostile, I can live with it.
Posted Sep 28, 2012 17:53 UTC (Fri)
by halla (subscriber, #14185)
[Link] (3 responses)
Posted Sep 28, 2012 18:55 UTC (Fri)
by GhePeU (subscriber, #56133)
[Link] (2 responses)
Posted Sep 29, 2012 9:07 UTC (Sat)
by halla (subscriber, #14185)
[Link] (1 responses)
Posted Sep 29, 2012 16:24 UTC (Sat)
by khim (subscriber, #9252)
[Link]
At least putty works. We are talking about GNOME here right? I'll take Putty over the default GNOME's terminal any day of the week: at least putty does not spend more CPU resources to show me the gcc's command line then it takes for gcc to compile complex C++ code! When I see that my terminals fully hogs the CPU core just to show the commands executed by make I weep. P.S. Just don't try to compare Linux port of Putty with anything: I'm not sure who did that port but it's awful, yes, I know. We are talking about Putty on Windows here.
Posted Sep 28, 2012 19:29 UTC (Fri)
by sjj (guest, #2020)
[Link] (4 responses)
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.
Posted Sep 29, 2012 3:39 UTC (Sat)
by thebluesgnr (guest, #37963)
[Link] (1 responses)
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.
Posted Sep 30, 2012 1:05 UTC (Sun)
by JanC_ (guest, #34940)
[Link]
Posted Sep 29, 2012 9:00 UTC (Sat)
by Otus (subscriber, #67685)
[Link]
Middle mouse on launcher also opens a new window in Unity.
Not very discoverable, but works great and is consistent with browsers.
Posted Oct 1, 2012 14:21 UTC (Mon)
by sorpigal (guest, #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 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.
Posted Sep 28, 2012 19:04 UTC (Fri)
by GhePeU (subscriber, #56133)
[Link]
Anyway my Gentoo is still working perfectly and updated as I like it 9 years and almost 2 months after I installed it, so I can tolerate the occasional breaking :)
GNOME 3.6 released
GNOME 3.6 released
GNOME 3.6 released
GNOME 3.6 released
GNOME 3.6 released
GNOME 3.6 released
GNOME 3.6 released
GNOME 3.6 released
GNOME 3.6 released
GNOME 3.6 released
GNOME 3.6 released
GNOME 3.6 released
GNOME 3.6 released
GNOME 3.6 released
> only going to want one window of each type and you need right click + "New
> Terminal" or whatever to get a new one.
GNOME 3.6 released
#!/usr/bin/env bash
"$1" 2>/dev/null &1>2 & disown $!
GNOME 3.6 released