Interview With GNOME 3 Designer Jon McCann 294
An anonymous reader writes "In an extensive interview, GNOME 3 designer Jon McCann talks about the future of GNOME 3 — why it's all about the apps and why he is convinced that KDE and Ubuntu are actually different operating systems. He also reacts to the outspoken criticism against GNOME 3, which has been making the rounds lately."
Translation: (Score:4, Interesting)
Translation: The newest butthurt diva within the FOSS community has scathing words for why users should just unquestioningly bow down to the decisions of the almighty developers rather than *gasp* criticizing their work when it's crap. First Asa, now this turd? Who's next in the FOSS lineup for being a butthurt diva?
yeah, I changed alright, to xfce4 (Score:2)
Re:Translation: (Score:4, Insightful)
Re:Translation: (Score:5, Insightful)
The whole point of FOSS is that if you do not like something, you can change it to make it more efficient and useful for you. Stop crying about changes/decisions the original development group is making, fork the project and write you own.
Except that this guy, in the interview, even tries to discourage people from customizing their desktop environment:
So this person, who's apparently pretty important in the FOSS world, is against what you say is the whole point of FOSS. That indicates a problem to me.
Re: (Score:2)
The whole point of FOSS is that if you do not like something, you can change it to make it more efficient and useful for you.
Yes, that should be the point. The sad truth however is that because of the way dependencies and distributions works that you can't just go around and change or replace such a central piece of software like Gnome without a major maintenance headache that just isn't worth it for an individual.
I think a large part of this problem and many problems similar to this is that to much focus in the FOSS community is given to source code and far to little is given to actually empowering the user. Source code is of co
KDE (Score:5, Insightful)
he is convinced that KDE and Ubuntu are actually different operating systems
Um... last I heard KDE is not an operating system.
Re:KDE (Score:5, Informative)
Had to check TFA to see if he was on about apps as in applications, or apps as that mobile marketing bullshit dejour.
It was the latter.
Re: (Score:2)
He also says touch is the most important outstanding feature. How they can say gnome 3 isn't a tablet UI with a straight face is beyond me. I just love that they decided to fork and drop the desktop portion of their desktop environment and expect people not to call them out on it.
Re: (Score:3, Insightful)
LoB
Re: (Score:2)
The statement that he's convinced that they are should tell you all you need to know: he's a nutcase that just doesn't get computers.
Re:KDE (Score:5, Insightful)
Well the actual quote was, "I really think from an end-user perspective and a third-party-developer perspective GNOME and KDE are different operating systems. As much as MeeGo is a different operating system," and to an extent I can see his point from a end-user perspective. Obviously the underpinnings are the same, but for non-technical users who only use the GUI and never see/care what's below,l it's a significantly different experience. Especially with how Gnome and KDE these days even handle interacting with hardware slightly differently (e.g. GVFS v.s. KIO).
For example my wife currently runs Gnome 2.32 on Gentoo (which I maintain). Switching her to KDE would be a much more significant change than say switching to a different disto running Gnome 2.32. I know this to be the case because I originally had her running Ubuntu before we were married, and the switch to Gentoo (but maintaining Gnome) was painless for her.
Re: (Score:2)
There really shouldn't be any noticeable difference when changing to a different distro running Gnome2.32, as most of the software is the same; distros just do a slightly different job of putting things in different places and setting default configurations.
But switching to KDE doesn't make it a different OS, any more than switching from LibreOffice to Koffice to Abiword & Co. makes it a different OS. The DE is just a layer on top of the OS that lets you interact with it. If your choice of DE restrict
Re: (Score:3)
The DE is just a layer on top of the OS that lets you interact with it.
I'm not so sure that that's strictly true - or, if true, that it's a useful distinction to draw.
The big difference between KDE and GNOME is not just that they are different desktop environments but that they are different software frameworks for applications running on them, including different object/component models, inter-process communication and sets of running daemons. Some of these differences are being smoothed over via the Freedesktop.orgs (or were prior to the whole GNOME3/Unity/Plasma debacle whe
Re: (Score:2)
The beauty of open source though is that you can have many contributors of the source, you are never quite sure who it ultimately belongs to...
Re:KDE (Score:5, Funny)
Re: (Score:2)
but it's just what the user sees that matters to the user.
if they had same configuration menus on both or maybe codebase that would generate it to work with both sets, it wouldn't seem so much like so. but the design people don't work like that, so the ui kit becomes more than the ui kit.
personally i just hate gtk+.
(the linked interview is just general level blah blah blah blah blah by the way, he could have given that same interview about gnome2)
Re: (Score:2)
But I really think from an end-user perspective and a third-party-developer perspective GNOME and KDE are different operating systems. As much as MeeGo is a different operating system.
Moronic summary. Last I heard, Ubuntu != GNOME != OS != KDE.
Quote: "GNOME and KDE are different OSes" (Score:3)
Re: (Score:2)
The problem is that people want (and need) to be able to run apps from these different 'OS's' simultaneously. And it can be done, of course - as you said, they're just toolkits on top of X11 on top of Linux. But all the aspects of apps that need to work together are out of sync. I don't care how your preferred launcher and window manager look (after all, that's all GNOME 3 is), but I do care that they at least attempt to conform to some 'linux desktop' standards so that all kinds of apps can behave as si
Re:Quote: "GNOME and KDE are different OSes" (Score:5, Insightful)
And it can be done, of course - as you said, they're just toolkits on top of X11 on top of Linux.
If only they were. But KDE and GNOME aren't just X11 toolkits and widget sets, they're not even just tightly integrated sets of window managers and file explorers and MIME type registries and sound servers and search engines and mail/calendar databases and instant messagers and event notification systems, they're also two fundamentally different component/object models, and sets of IPC daemons - KParts, Bonobo, D-BUS, Pl and friends. They have two different low-level implementation languages and object systems - C++ with the KDE signal/slot preprocessor macros vs C and GObject - and so on. They implement their own entire virtual filesystems in userspace code.
Sure, there's whole chunks of Linux which remain agnostic about what desktop framework is running on top of them, including X11. But a raw Linux and X11 isn't actually that useful to a modern user, unless all you want to do is edit text files in EMACS and browse the Web with Lynx. Generally, you want some kind of runtime support for mounting USB devices when you plug them in, navigating compound documents and ZIP archives as if they were folders, and registering and instantiating component frameworks from dynamically loadable libraries. And most of that stuff is all done at the "desktop framework" level.
One could argue that this kind of file-and-process management functions should be the job of an OS, but it's too late - the Microsoft/Apple approach of "shove it all together into the graphical desktop shell" has won, the open-source DEs have copied the big boys, and now there's a war.
That's a good sign (Score:2)
Re: (Score:2)
Re: (Score:3)
Well then he may as well give up right now. If Gnome OS is on the same level as Android (i.e. a 'mobile' OS that runs apps specifically targeted to it), then it's gonna fail. Android has already won that battle, and for good reason. There are tens of thousands of developers who have chosen to target Android, and the network effects have already kicked in. Android ABI's are (mostly) backward compatible, so it's posible to actually release binaries that work on most Android devices. And speaking of Andro
Re: (Score:2)
Gnome (and KDE) still work on traditional PC's and netbooks - I still use them. If they understood why Android is successfull, and worked better together, they may have achieved that kind of success already in their hardware niches. Hell, this stuff's open source, how come there's no community building custom Gnome OS ROMs for, say, the Nook Color? Because it won't work well there. But, hey, they're all scratching their itches, and I guess I'll piggyback on top of them as long as I can still get a PC with d
Re: (Score:2)
More time? (Score:4, Insightful)
"There's always things when you look back that you wish you would have had a little more time to finish or polish."
Why does an open-source project have a deadline?? The point of open-source is that _you_ as a developer decide when it is ready, not customers/shareholders/marketing dictating your release schedule.
I work on a open source project. If a feature takes a year to do, we take the time to do it right, rather then hack something up that "works now", but needs to be re-written later.
What am I missing??
Re:More time? (Score:5, Insightful)
If your platform falls behind (Score:2)
The point of open-source is that _you_ as a developer decide when it is ready, not customers/shareholders/marketing dictating your release schedule.
If your free software or open source project is a platform, and your platform falls behind the competing platform, then third-party developers are more likely to develop for the competing platform, and your platform will be compatible with fewer and fewer maintained programs over time.
Re: (Score:2)
I think you are missing that open source software are human that have personal goals. Sometimes, making a perfect open source software is not one of them. So you release what you have even if it is not perfect, and you move on with your life. (Which might involve a new open source projet or not.)
Re: (Score:2)
This guy isn't working on this in his spare time, he's an employee of Red Hat.
Re: (Score:2)
Perhaps we should ask the Mythbusters [google.com]?
Re: (Score:3)
Alas, it is too late for gnome to do anything in the tablet or hand held space. The market is huge, but the OS and stacks are well defined. If you doubt this, look no further than how windows phone 7, meego, RIM or webOS have done in the market. Gnome is never going to crack this nut. Anyone who believes it can is delusional.
Considering Red Hat and Novell are the employers of the developers and designers, I wonder how they convinced the Server OS vendors that a tablet interface was good FOR A SERVER. I
Re: (Score:2)
Considering Red Hat and Novell are the employers of the developers and designers, I wonder how they convinced the Server OS vendors that a tablet interface was good FOR A SERVER.
This is what I don't understand. Red Hat's primary customer base are people who do real work with their systems and they're apparently paying for someone to cripple the desktop to make it far less efficient for doing real work.
Re: (Score:3, Interesting)
This! The GNOMEs could go as insane as the wanted to and not cause much harm if RedHat didn't enable them. If Fedora announced it was making GNOME Desktop an alternate spin for F17 the problem would be over. Port the old Gnome parts to Gtk3 and put the standard desktop oriented desktop back as the default environment. Then the diehard GNOMEs could officially declare they are doing a tablet OS to compete with MeeGo and Android and go off and either succeed or fail without harming the rest of the FreeDesk
Re: (Score:2)
Yes, this is indeed very perplexing.
It makes perfect sense with Canonical; Canonical isn't much of a server company (who uses Ubuntu server? It's a niche player at best), but has been concentrating on the desktop for years with Ubuntu, and with good success, because they rocketed past all the other distros some time ago and became the most popular desktop distro (though they're probably slipping badly on that now).
But Canonical's efforts on the desktop haven't paid off monetarily, so now they're trying to r
Hitler (Score:5, Funny)
...is still mad about Gnome 3. [youtube.com]
Re: (Score:3)
This is bullshit. I'll configure everything back to how it was in GNOME 2.
Brilliant! Best Hitler reaction video yet.
Re:Hitler (Score:5, Funny)
Firefox release schedule (Score:2)
Problem would go away with a Firefox release schedule. The old 7 year releases just do not add innovation enough. Just ask Asa Dolzter?
If we had a Firefox release schedule where every 6 - 8 weeks we have a complely new UI and to top it off ... a new API so all the scripts and preferences will need to be changed we would truly be 21st century modern. I mean Gnome 3 is sooo last April. Its August come on where is Gnome 7!
Re: (Score:2)
Well, this video was presented at the Desktop Summit 2011 in Berlin...
OSX usage .... (Score:3)
"You do see a lot of hackers using Mac OS X these days and I think that's a little bit unfortunate and probably there are many reasons why they do that, but that's not immediately what you might think of as a super hacker-focused OS."
Gee, you think people get tired of constantly tweaking this and that, fixing broken apps/models, relearning a UI, and just want shit to work as they get older, so they can work on other things? Go figure!
Sadly OSX is not an option (Score:5, Insightful)
I am addicted to focus follows mouse and silly OSX can't handle that because of its insane menu (you would loose focus of the windows whose menu you are trying to reach, Unity has the same problem).
The real problem is that Gnome2 worked, yes it took a long time, yes it was not perfect either when it started but recently it became simply usable.
And suddenly almost every distro out there throws it all away for a new window manager that is not just incomplete but even downright buggy. What else do you call it when you have to kill processes for browsing windows/samba shares? Is that such a complex hardcore hacker task?
KDE ain't much better, open a file from the network and it will often try to copy it locally first before it can play. Very useful for large movie files I can tell you.
The alternatives? Not much better either. xfce seems determined to use 100% cpu power for showing its native cpu widget.... why bother writing code at all, just put a red picture on the taskbar and call it a day. Same result.
Gnome 3 should have been a side project and an optional desktop. Wanna play with it? Go ahead but if you don't, you don't see it. Ubuntu sorta allows this if you don't upgrade to the next big release but many small distro's just throw it in an update. And there you are, suddenly nothing works anymore and when you reboot you go "Oh shit".
It just ain't ready yet. It crashes randomly, misses functionality, forgets to suspend when a laptop is closed (which finally started to work perfectly and now they broken it again). This is a beta, no an alpha release. Why is everyone using it as their main desktop. Ubuntu and Fedora/Red hat. WHY? They didn't start to use Enlightenment a mere decade after its first alpha release? Why use Gnome 3 straight away?
I think there is a desperate wish for the year of the linux desktop. Fuck it, ain't gonna happen. Never. Why not? Because of this kinda crap. I have converted people to Ubuntu, it is easy, it works, it plays farmville and has no malware. Buttons the wrong side? Noobs don't care they literally just shrug their shoulders and click the other side of the window.
But the Ubuntu 11.01 upgrade? I converted them all back to a pirated windows system. I installed Ubuntu for them because I was fed up constantly supporting them, now I was going to explain to them Unity/Gnome3 instead with more bugginess and unwanted changes then Vista? Is there some opensource developers penis envy? MS can produce a desktop nobody wants, we want it too?
This weekend I will be installing an old ubuntu on my desktop (this is written from a windows game machine) having tried various releases. I have come to a conclusion. I am old. I did gentoo, I did linux from scratch, I made skins, I tweaked, I compiled. Now I just want a fucking simple desktop that just fucking stays the fucking same for longer then two seconds. I REALLY do not give a fuck WHERE the close buttons is but I expect my fucking laptop to fucking suspend when I fucking close it and NOT for this YEARS old GODDAMN issue to come back because some fuck face wants to do a touch desktop and then forgets to include touch because he has some jerkwad fantasy about Linux on some device.
Upset? YES.
Nerd rage? Abso-fucking-lutely.
The proof that Gnome 3 sucks? They had to kill off gnome 2. If they are so convinced 3 was going to be the hottest thing ever, then they could just have let gnome 2 running in low maintenance mode and given the people a choice. You only have to pull a new coke if you know people don't WANT your new crap so you are not giving them an option and hope the rage dies out before you do. Well, I am nerd, hear me roar!
Re: (Score:2)
Re: (Score:2)
And suddenly almost every distro out there throws it all away for a new window manager that is not just incomplete but even downright buggy. What else do you call it when you have to kill processes for browsing windows/samba shares? Is that such a complex hardcore hacker task?
There are still a lot of distros which are using Gnome 2. Beyond Fedora I can't think of a widely-used distro that uses it by default yet
KDE ain't much better, open a file from the network and it will often try to copy it locally first before it can play. Very useful for large movie files I can tell you.
I have done that numerous times and never had that issue.
Why is everyone using it as their main desktop. Ubuntu and Fedora/Red hat.
Unity has Gnome underpinnings but it is not Gnome3.
But the Ubuntu 11.01 upgrade? I converted them all back to a pirated windows system. I installed Ubuntu for them because I was fed up constantly supporting them, now I was going to explain to them Unity/Gnome3 instead with more bugginess and unwanted changes then Vista? Is there some opensource developers penis envy? MS can produce a desktop nobody wants, we want it too? This weekend I will be installing an old ubuntu on my desktop (this is written from a windows game machine) having tried various releases. I have come to a conclusion. I am old. I did gentoo, I did linux from scratch, I made skins, I tweaked, I compiled. Now I just want a fucking simple desktop that just fucking stays the fucking same for longer then two seconds. I REALLY do not give a fuck WHERE the close buttons is but I expect my fucking laptop to fucking suspend when I fucking close it and NOT for this YEARS old GODDAMN issue to come back because some fuck face wants to do a touch desktop and then forgets to include touch because he has some jerkwad fantasy about Linux on some device.
If you didn't want to do support nor deal with tweaking why did you cho
Re: (Score:2)
I am addicted to focus follows mouse and silly OSX can't handle that because of its insane menu (you would loose focus of the windows whose menu you are trying to reach, Unity has the same problem).
For extra fun, try using a REALLY EXPENSIVE OSX setup. The sort with a mac pro and dual cinema displays. Have you any idea how bloody far it is from the bottom left corner to the menu bar? It is utterly silly and not very usable. I have no idea why someone would shell out for such an expensive setup when the user
Re: (Score:2)
The proof that Gnome 3 sucks? They had to kill off gnome 2. If they are so convinced 3 was going to be the hottest thing ever, then they could just have let gnome 2 running in low maintenance mode and given the people a choice. You only have to pull a new coke if you know people don't WANT your new crap so you are not giving them an option and hope the rage dies out before you do.
System Settings -> System -> Graphics -> Forced Fallback Mode. You're welcome ;)
Re: (Score:2)
Not even close. I used it for two weeks prior to the nvidia driver fix (for GL, now required by Gnome 3) and it was worse than G3.
Re: (Score:2)
Fallback mode is NOT Gnome 2, and it's not configurable to be like Gnome 2. You're stuck with Fallback mode exactly as it is without the ability to configure it to behave properly.
Re: (Score:2)
Hold Alt and right-click the panels. You can still adjust things there. Exactly what kinds of "configuration" can't you do in this that you could do before that you want to do? Maybe I could help with that.
Re: (Score:2)
KDE ain't much better, open a file from the network and it will often try to copy it locally first before it can play. Very useful for large movie files I can tell you.
That's not down to KDE and that's going to happen everywhere I'm afraid, unless you mount something specifically as smbfs through the kernel or something.
No it is a known bug (Score:3)
The problem is simple, KDE doesn't realize that most apps can understand samba like paths so it thinks, "Hey, I don't know this app (mplayer) so it might not get this url so I just copy it to temp and give it that". It is a known bug.
Gnome/Ubuntu does it different by mounting samba shares on the fly and simply giving the path to that. It is not perfect either because that mount point is in a hidden dir which not all programs can open in their file open dialog.
Try this. Kubuntu, install smplayer or vlc and o
Re: (Score:2)
Strongly agree, which is why I avoid promoting Linux to non-geeks. They don't understand such things and it's not worth explaining it to them.
BTW, there are plenty of alternatives to KDE and GNOME.
My Daily Rage Hero (Score:5, Insightful)
I absolutely agree. I was a big fan of Ubuntu until 10.10. 10.10 was amazing. Packages worked, Gnome worked, the proprietary Nvidia drivers worked and I could concentrate on installing pgAdmin, Java and other dev tools and just frigging work.
Then along came 11.04 which I tried first on a Netbook, and was wondering what the hell was happening. This was some braindead fuckface who had Mac OSX nerd envy. I'm a Mac system administrator, I own two Macs and if I want a Mac I'll use a Mac, not a fucking half-assed braindead clone by some idiot far removed from the mainstream Linux users (Yes, Shuttleworth, that's you). And peripherally I heard about Gnome 3. When I saw the first releases of Gnome 3 and that idiot presenting it, I burst out laughing. I actually did.
Who, in the name of all that's fucking holy, do these shitheads think are going to use their systems? Mac users? I find it hysterical that McCann even thinks that any casual computer using Mac user would even think of using Linux. Netbooks? Somebody ought to inform Shuttleworth and McCann that Netbooks are dead as a concept, killed by Apple's iPad, which bring us to Tablets and Smartphones. Do they honesty think that any major manufacturer is going to use any of these craptastic distros where Android fits the bill perfectly, is as open as they need it to be and satisfies almost all who use it (so much so, that Microsoft and Apple are fighting a huge legal war against it in terror).?
McCann babbles on about the cloud, because someone showed him an iPad and he came. Google has this down pat with ChromeOS. Native C/C++ code is coming to Chrome and will make ChromeOS the perfect cloud OS for anyone who wants that. I am willing to bet good money that ChromeOS with native code will have more apps written for it in its first month of existence than Gnome 3 will have had since it was released.
Who is going to write apps for Gnome3, or Ubuntu 11.10? Is someone going to port Blender, Inkscape and Gimp to either fit into Unity or Gnome 3's UI concepts? I seriously doubt that.
Don't they realise that the people who use Linux use it because of its flexibility? Here's a big hint for them: The Windows95 Windowing concept lived so long because it works. Microsoft will discover this when Windows 8 rolls round with its fucktastic HTML5 tiled interface and MS's user start complaining that although Windows Explorer was shit, at least they could find their fucking files.
Fuck them. I wish them good luck in their journey towards obscurity. Me, I'm on Mint with XFCE. Mint is switching its XFCE distro back to Debian and I'm very, very glad about that.
Re: (Score:2)
Yes, yes you can. You could have that in Gnome 2 and XFCE. "Applications Menu" quick start icons, minimized windows, notification area and clock, on the bottom as God intended.
Re: (Score:2)
Re: (Score:2)
> You should try XFCE.
I'm there. But it ain't perfect.
If you want icons on the desktop you have to accept they will be in random order every time you login.
That the file manager won't show thumbnails.
That even after you do a force remove of gnome-power-manager you still have issues. Yes you can configure xfce to leave power on when you close the lid if AC power is connected. But if you then yank the plug it will stay running until the battery dies. Yank the plug and then close the lid and it does the
Wow, never knew McCann was so ghetto (Score:5, Funny)
That part in the interview where he called the KDE designers a "bunch of punk-ass bitches" was a bit uncalled for, I think.
Re: (Score:2)
<spoilers>Not in so many words...</spoilers>
Re: (Score:2)
Measure Twice Cut Once (Score:2)
At cursory glance I initially read "John McCain" and almost had an aneurism.
So much wasted time... (Score:5, Insightful)
Re: (Score:3)
On the bright side, Gnome 3 and Unity are some of the best things that could have happened to Xfce, LXDE and other competitors.
Re: (Score:2)
Absolutely. Devs will (actually have already) start moving to XFCE and LXDE and interest in Unity and Gnome3 will die down to become a joke that people will use to refer to when discussing how to lose your user base.
Re:So much wasted time... (Score:5, Interesting)
I really got a chuckle out of this. A wise man said "those who forget history are doomed to repeat it" and GNOME is posterchild for that saying. The GNOME 1.x series had a lot of potential and was starting to be really usable when they scratched it entirely in favour of GNOME2. It wasnt just that 2 was released in a very early unusable state, though that was true too - but deeper design level decisions consistently ensured that, even once the bugs were worked out and the project more finished, it would certainly never be useful for me. Sure, if I had forced myself to use it for all the intervening years I suppose I could have gotten used to it - the way people eventually get used to having leprosy or chronic excema. But why would I do that to myself, and why would anyone else? Even if you agreed with the design atrocities involved in GNOME2, surely seeing that transition should have warned you that they would just scrap it and make something even more monstrous once it started to get properly polished.
And now all you fools that stuck with them through 2, submitted to their control of your computer, taught yourself to work with their broken interface and even convinced yourself it was an improvement... now they tell you to get screwed and just break it all again. I laugh.
Re: (Score:2)
Now you can proc
Re:So much wasted time... (Score:5, Insightful)
Uh, no, I wouldnt say that to you. And I certainly wasnt trying to poke fun at you personally. I know nothing about you. And lots of older posters have high UIDs.
Regardless whether or not you personally were around to see the first GNOME or not, many people now crying about GNOME 3 certainly were. I was more laughing at the collective stupidity of humanity than trying to single you or anyone else out.
But it's a fact. There once was a GNOME that was designed with user needs in mind. It was customisable and flexible. You could set *nix keyboard shortcuts and use a real WM with it, and while even the very last version lacked a bit of polish the design was pretty solid.
That design was thrown in the toilet in favour of one that consciously aimed to make everything good about it go away - forget about preserving sane shortcut keys, we decide, you comply! Repeated entreaties from users to simply restore the functionality that would allow them to *partially* undo this received rude answers. WM choice? Forget that noise. You use what we tell you to or you can screw off. The file manager? Don't even get me started. An interface to a hierarchical file system that attempts at every turn to make it look like something else? And on top of that the same program is also supposed to be your web browser? I hadnt imagined anything could be worse than IE, but Nautilus proved me wrong.
You personally may not have known the history, but lots of people did, and they get no sympathy from me now, upset that this same group of people who have already proved once that they hate *nix and hate their users would pull the exact same stunt a second time? Excuse me my chortle, and understand that it isnt aimed at you personally.
Re: (Score:2)
well, i do remember gnome 1. it was no panacea.
more like "barely usable" and "ugly as sin".
i agree that they {unity/gnome3} uselessly through away years of good UI engineering work. and i understand the need to move to clutter. but moving to a new framework is tough enough - don't try to re-invent the whole desktop paradigm while you're at it.
but what do i know? i'm sure a 4-digiter will swoop in here and save us from our delusions. =P
Re:So much wasted time... (Score:5, Funny)
s/through/threw
oh, and emacs sucks!
teehee
Re: (Score:3)
I don't remember Metacity being buggy. What I do remember was that with Sawfish, the seams between it and the rest of GNOME still showed. It had its own control center, for example. On the other hand, with Metacity as the default window manager, a user wouldn't even need to know that there was this application called Metacity that provided window titlebars, etc. Configuring Metacity--what little there was--was done through dialogs that just looked like another piece of GNOME. In short, Metacity's integratio
Re: (Score:2)
I still find it utterly unreasonable to just scrap the Gnome 2 desktop. It was the most stable, "just works" DE for *nix, and they just threw all that work out for eye candy. I tried to like Gnome 3 but it feels more like a toy than KDE4 did when it came out. It makes me wonder how many thousands of development hours were just flushed down the toilet for this. I could understand it if they used Gnome2 as the foundation, and added to it, but they didn't.
RTFA:
Some of the feedback is certainly valid and we are going to use that to make informed decisions in the GNOME3 cycle - remember we've only had one release so far. In couple of the talks we pointed out that it took us eight, nine years to get to where GNOME2 ended up and we've had like four months of GNOME3. So there are plenty of things we still have to do. There are a lot of holes in our story. People will look at some things and say "Why is this there? Does this really make sense?". And in many cases that's because we didn't get to really finish that off. And that will start to fill in, the story will become a little bit more complete as we go through this cycle. I'm not saying that all this people will be completely convinced and that's unfortunate but I think over time people will realize what we are doing has been at least thought through.
Also, every single person that has a complaint, please try to read the interview instead of just trolling about GNOME 3 not being exactly what you want. John McCann is a very respectable man and he certainly knows what they're trying to do. Even if you don't like GNOME 3 as it is right now, their direction seems to make a lot of sense for the long term (pro tip: don't forget that you can use extensions to modify it to behave exactly how you'd like it to).
Re: (Score:3)
pro tip: don't forget that you can use extensions to modify it to behave exactly how you'd like it to.
Yeah, that lame old excuse: 'if you don't like the default you can always write your own extensions to make it work in a sane manner'.
I'll just switch to XFCE so I don't have to spend an age working around the retarded Gnome 3 design.
Re: (Score:2)
I'm sure you don't use any Firefox or Chrome Add-ons, then...
Re: (Score:2)
Jon McCann
Fixed that for myself...
Re: (Score:3)
Vocal minorities != "majority of GNOME users". GNOME users like me really enjoy it, and many of the developers and designers like it too.
Technical solution to cultural problem (Score:3)
Photos were like the first to be cloud-enabled - if you will, Flickr and Picasa are enormously successful. And Documents are also increasingly cloud-hosted. Music was the latest, that was a sort of a hold-out because of a all sort of legal complications
Why would music be a hold-out? People could publish photos that they took on a web server and possibly distribute them under a license for free cultural works. (Case in point: Picasa and Flickr.) Likewise, people could publish songs that they wrote and performed on a web server and possibly distribute them under a license for free cultural works. (Case in point: the old MP3.com, and later Myspace.) Might the "legal complications" have something to do with a cultural preference for songs that established professionals in the music industry have written over songs that members of the general public have written? That says more about the lack of participatory culture [wikipedia.org] in the industrialized world than about any underlying technical problem.
Removing the file system (Score:2)
is what it seems they want to do.
They want to give up on the idea of organizing your files as trees. Put all your files of one type into one "application" and then use a search engine or the "recent documents" feature whenever you want to open it again.
Lately, web browsers have been trying to replace the URL bar by a search engine. This was utterly stupid.
But what they want to go? It is way beyond that. It makes absolutely no sense. UNIX was built on the idea that the filesystem is the centre of the operati
Re: (Score:2)
Removing the file system is what it seems they want to do.
They want to give up on the idea of organizing your files as trees. Put all your files of one type into one "application" and then use a search engine or the "recent documents" feature whenever you want to open it again.
Lately, web browsers have been trying to replace the URL bar by a search engine. This was utterly stupid.
But what they want to go? It is way beyond that. It makes absolutely no sense. UNIX was built on the idea that the filesystem is the centre of the operating system. Clearly, they have forgotten that.
RTFA:
The file manager won't go away by any means. But it's a pretty advanced interface, that's something if you want to really mess around with your file system, if you want to do complex file organization. Also it really only works with stuff that is local - or at least pretends to be local, as we do with network file systems today.
Where in the world did you get that idea? He specifically says that file managers definitely won't go away. He's basically saying that they're not appropriate for some usages (like organizing cloud-based media) and that you shouldn't have to use one unless you'd really like to for most common use cases.
Re: (Score:2)
This is exactly the bit that motivated my comment.
Notice the words 'advanced', 'complex' and 'mess around' to qualify what should be the primary paradigm to manage the computer.
Re: (Score:2)
If you don't have to use a file manager to do something that a program can automatically do for you, how in the world is that a bad thing by any means? File management will still be there of course, but most normal users shouldn't need to use it for everyday tasks.
Re: (Score:2, Insightful)
> UNIX was built on the idea that the filesystem is the centre of the operating system.
> Clearly, they have forgotten that.
Nope. They (along with folk like Poettering) are members of the UNIX Haters Club. They know UNIX, they just hate it with every fiber of their being. They want to replace the UNIX Way, they disagree over exactly what the brave new future looks like but they know what they don't like.
We allowed unassimilated immigrants commit access to our cultural heritage. There is a lesson in
Another photo app, document app, music app?! (Score:4, Interesting)
Early in the interview he says that they need to write apps for "things that every computer needs to be able to do. Like managing photos, music and documents. So we want to write some of those basic utilities, that are more part of the OS than a third-party-application would be."
The only conclusion I can draw from such a statement is that the existing Gnome apps are crap. Why else reinvent the wheel?!
Re: (Score:2)
Why else reinvent the wheel?!
Otherwise they might have to actually, you know, fix some bugs.
Re: (Score:2)
If these are the types of apps Gnome is focusing on, they clearly are chasing after a market that they don't have (and won't get anytime soon) while abandoning the market they do have.
Re: (Score:2)
Being as charitable as I can, I'm thinking maybe he meant improvements to the file manager for photos music and docs. I seriously doubt they're trying to reinvent e.g. openoffice.
Perhaps it's more like the way file managers all handle thumbnails these days, and extending that to stuff like full-text search for documents, or "sounds like" search for music, etc. His comment about "basic utilities, that are more part of the OS than..." makes me think it's some non-ui stuff, like a framework for applications to
Re: (Score:3)
Early in the interview he says that they need to write apps for "things that every computer needs to be able to do. Like managing photos, music and documents. So we want to write some of those basic utilities, that are more part of the OS than a third-party-application would be."
That can only make me laugh in astonishment because they spent the past decade trying to get decent apps for GTK and Gnome, and many of them had a crapload of venture capital funding pumped into them that no one got back - Nautilus and Evolution to name two. We then got a whole framework called Mono to try and develop more applications for GTK and Gnome. Now there needs to be new ones developed? Oh dear.
Gnome lost me when... (Score:2)
Downright Nixonian... or totalitarian? (Score:5, Insightful)
"Unfortunately on the internet - and in free software in particular - we have a lot of people whose voices aren't heard very loudly, and we have to take their needs into accounts as well as those who are vocal."
Go ahead and call them the "Silent Majority". You know you want to.
What really surprised me, though, was how he just came out and said you don't want to make it too easy to figure out how to change things, and that letting the user customize things is undesirable..."And I think there is a lot of value to have that experience you show the world to be consistent. In GNOME2 we didn't do that particularly well because everyone's desktop was different." I think that GNOME3 really carries through the premise of gnome-screensaver, another result of Mr. McCann's work--in it, the user is the enemy, and can't be trusted not to do something evil if you let him configure things, (Kind of like the justification for DRM, come to think of it.)
lost his way (Score:2)
Open source projects and their developers are losing their way, ignoring user needs and input, going off on a tangent and off the cliff
No one bothers to fork bad wares, they're just left to die
Only one? (Score:3)
Am I the only one who actually likes Gnome 3? I've been using KDE for years, but when I wiped my laptop a few months ago, I decided to give Gnome 3 a shot and I haven't gone back. I'm still using KDE on the desktop, but I will probably try Gnome 3 there too when I have the time.
I would like an quick way to switch between windows within an application though, Alt-Tab switches between applications and each application can be expanded for all the windows, but I would like a shortcut for switching between application windows.
Re:Only one? No. (Score:2)
I really like it. There are many things that work very well for me, and where I developed an immediate and natural workflow that trips me up when I switch to a different computer. I love that it uses CSS for appearance settings.
That said... it is buggy. I had to make scripts to reset my customizations that get written over every time I update. I'm a Fedora person, so I work with a reasonable expectation of what comes when living in the area between cutting and bleeding edge changes, but it doesn't quite
Re: (Score:3)
Am I the only one who actually likes Gnome 3?
Nope, I hated Gnome 2 and have been using E17 for years instead. Just recently switched to Gnome 3 and really like it. Other than some lack of configurability (e.g. having to dig through gconf to turn off the screen saver - would it have killed them to stick a "Never" option in the screen saver timeout drop-down), I think my only real complaint is the insane OS X-alike modal application launcher buttons. (The launcher buttons change behaviour depending on whether there is another window from that applica
Re: (Score:2)
I saw the cheat sheet and tried that before, but ` on the Swedish keyboard is accessed by pressing shift and the button next to backspace, didn't work. Looks like I didn't look hard enough for the configuration option though, I switched it to alt-section character (still no unicode on slashdot, wtf), works great.
Re: (Score:2)
They should really use a key that is always in the same place regardless of keyboard layout, caps-lock would have been a better choice IMO.
A what? (Score:3, Funny)
Wait a second ... GNOME 3 has a designer?
iPad envy (Score:5, Interesting)
The fact that the top thing mentioned as still needing improvement for 3.2 is "touch" reinforces the idea that this whole insanity was aimed at being more touchpad friendly all along. Why all these desktop GUIs feel they should work toward that unproductive metaphor lately boggles my mind; it's like the hipsters have taken over open-source development. When I can get a cheap touchpad 30" monitor to replace the one I use on my desktop, maybe I'll be willing to consider a move in that direction. Seems a long way off.
The most telling thing about it (Score:3)
Re: (Score:2)
As for which apps we do want to write in GNOME we have a list of about 6-10 that we consider a "different class of application" than core utils. Things that every computer needs to be able to do. Like managing photos, music and documents. So we want to write some of those basic utilities,
As if no one up til now ever worked on GNOME applications to manage photos, music, and documents.
Oh wait, I forgot those were written by some guy who no longer bothers to waste his time with GNOME, and the API has changed twice in the meantime, so they have to be rewritten from scratch, only this time we'll do them right!
Re: (Score:3)
Nah, that's Miguel de Icaza.
Re: (Score:3)
Why do you have to get rid of him? Isn't that part of the point of open source free software, that you can disagree with the project maintainers enough to fork it yourself and take it in your own direction?
So why do you need to get rid of the person you disagree with? There's little stopping someone from coming up with a fork based on Gnome2 and running with it...
Re: (Score:2)
Assuming your laptop still has a functioning battery.