Gnome 2.0 RC2 Asks For Abuse
A nameless reader submits: "The GNOME Desktop 2.0 release candidate 2 has been released! Gnome 2.0 should be coming out soon! The release notes have some good information."
← Back to Stories (view on slashdot.org)
Isn't Gnome abuse a felony in most states?
For those of you who don't understand swedish too well: This release's code name, "Glad Midsommar", means "Happy midsummer". The swedes love a good mid summer party.
archive.progeny.com (US or Canada)
ftp.twoguys.org (US or Canada)
ftp3.sourceforge.net (US or Canada)
ftp.rpmfind.net (US or Canada)
ftp.sourceforge.net (US or Canada)
ftp.cse.buffalo.edu (US or Canada)
ftp.yggdrasil.com (US or Canada)
planetmirror.com (Australia)
ftp.sunet.se (Europe)
ftp.dataplus.se (Europe)
ftp.easynet.nl (Europe)
ftp.unina.it (Europe)
ftp.belnet.be (Europe)
ftp.codefactory.se (Europe)
ftp.tr.gnome.org (Europe)
fr.rpmfind.net (Europe)
ftp.acc.umu.se (Europe)
ftp.no.gnome.org (Europe)
ftp.dit.upm.es (Europe)
fr2.rpmfind.net (Europe)
linux.cem.itesm.mx (South America)
hey. if they are asking people to abuse gnome 2.0 rc2, why the hell are all the trolls modded down?
;-)
maybe i'm just being stupid, but trolling seems a very appropriate reply to such an ill-formulated headline
have a nice day!
As always, if you want to give the latest Gnome a whirl without messing up your existing system, try Garnome
It takes a while to build (about an hour on my 1.0 GHz PIII), but it doesn't touch your existing install - everything goes into ~/garnome.
I always been a gnome user, and i prefer gnome over KDE but i am dissapointed. I have been compiling gnome2 from CVS every 2-3 weeks.
Things I hope they can change in by release day.
Japanese Input is broken in gnome2 applications.
File Chooser is not improved.( I know this is planned for the 2.2 release)
I was expecting a lot more from gnome control center.
Default configurations are bad.
i've recieve the announcement view gnome announce mailing list. it contained with extra information:-
"Can we have a special TELSABUG category, and everything gets dropped
to fix them first?" - Telsa Gwynne
-- Hasbullah bin Pit (sebol)
I don't have any inside information, but if you look here you can see that they've added an unscheduled release candidate and they had planned two weeks between the last release candidate and going gold.
Assuming we don't get another release candidate (which I think is a good bet - I'm running the nightlies and they feel solid) that places 2.0 around July 7.
It is tempting, if the only tool you have is a hammer, to treat everything as if it were a nail. - Abraham Maslow
I've been playing with Gnome 2 for a while now, and I must admit it is starting to feel like a stable release.
There are a few things that I have mixed feelings about though. The default WM is switching to Metacity, which doesn't have the power and configurability of Sawfish, and that is symptomatic of the general reduction in configurability.
Someone, somewhere has decided that configurability === complexity, and that a bewildering array of choices is too many for a newbie. This appears to have been translated into a general 'dumbing down' of the interface.
I can no longer tell Sawfish to remember my window sizes. The Gnome Panel can no longer swallow applications, so all of those WM applets are now useless to me. I can't run the Afterstep clock applet!
I guess it is the applications job to remember what window size I last used, and to remember it without me telling the WM to do so, but they don't - not even Nautilus2 remembers it's window sizes - every time it opens a new window which is slightly less than 1/4 of my screen size.
Overall, this is probably a good thing. People should be writing their applications to remember UI things, and having the WM remember those probably makes them lazy, but I can see a bit of pain in my future with Gnome 2, until these issues are solved and Gnome 3 is released, perhaps.
At least Gnome 2 does seem somewhat snappier than Gnome 1.4, and the styling is better, especially with anti-aliasing available throughout.
Sure thing, "Your mother was a hamster..."
I agree that dumbing down is bad, but I don't agree with your WM point. Why should every GUI program writer write the same support code? You might as well say that they have to make all their apps stateful by hand. It's much simpler to provide one provably correct code path in the WM, than potentially thousands in all the applications in a system.
For those apps which are "special," they could simply send a "NON_STATEFUL" token to the WM when dealing with that window.
--
Internet Explorer (n): Another bug -- that is, a feature that can't be turned off -- in Windows.
When this comment was written by Karora.
Moderators of the above comment (+1 style): YHBT. YHL. HTH. HAND.
--
Internet Explorer (n): Another bug -- that is, a feature that can't be turned off -- in Windows.
I just can't believe the title. Gnome asks for abuse. Can you believe it? Blaming the victim, as usual. Fscking patriarchy....
Very nice reasoning, and quite original, too.
"Oppression and harassment is a small price to pay to live in the land of the free." -- Montgomery Burns.
Seriously, I run straight WindowMaker even on newer hardware, sure on a fast machine I bring up a gnome panel occassionally to mess around with, but I honestly never really understood why people seem to think they have to have KDE or GNOME on a machine - particularly an older one of course. Install the libs, and whatever applications you have to have, and they'll run just fine without any panels or the like...
=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Friends don't let friends enable ecmascript.
If you are using Xft for font rendering (that is, you set the GDK_USE_XFT environment variable to 1), you can turn on cleartype style rendering. If your LCD panel is in RGB order, you can put the following in your ~/.Xdefaults file:
Xft.rgba: rgb
Or equivalently, in your ~/.xftconfig file:
match edit rgba=rgb;
You can use bugzilla to find this information.
As an example, here is a list of all bugs with the GNOME2 keyword that are in the RESOLVED, VERIFIED or CLOSED state that changed state between the RC1 and RC2 releases. It is not complete, and probably isn't fully accurate (some changes may have been fixed but no new tarball is available yet), but it gives you an idea of what has changed.
Pedantry for the day.
Free Java games for your phone: Tontie, Sokoban
First of all, you must enable Xft support (the new font system for X). This is done by defining the GDK_USE_XFT environment variable before running a program. The best way to turn this on for the entire desktop is by defining it in the X startup script (probably ~/.gnomerc, ~/.Xclients or ~/.xinitrc):
After doing this, you may still not see antialiased fonts. For instance, on Red Hat systems, the default /etc/X11/XftConfig file has the following lines:
which turns off antialiasing for fonts with sizes between 8 and 14. By commenting out these lines, AA will be enabled for all fonts. If you have an LCD panel, add a line like the following to /etx/X11/XftConfig or ~/.xftconfig:
This will turn on ClearType style subpixel antialiasing.
Oh, wait; I'm sorry. You wanted the Abuse department. This is the argument department.
Post may contain irony: discontinue use if experiencing mood swings, nausea or elevated blood pressure.
if you are using Gnome 2.0, you're the one asking for abuse. *ugh*
What about speed? I lost interest in Gnome because the version I tried was so insanely slow. Actually it probably wasn't so much Gnome itself that was slow, but Nautilus and Evolution. Anyhow, what is happening on the speed front? In principle, I like the idea that all this stuff is tightly integrated, and I like the Bonobo concept. It all sounds great, but for example, Evolution 1.0 takes 16 seconds to load, which is just way too long. (This is on a brand-spanking-new machine, too!)
I guess I'm just inclined to cynicism because I see how commercial software gets slower and slower with every release -- hope the reverse is happening with Gnome & co. For now, I'm sticking with KDE.
Find free books.
Now that's some fucking bullshit. I waited for kde3 to be included in debian unstable for months and it's STILL not included. KDE3 is more featurefull, more mature, easy as hell to build and has a LOT of applications. Quite the opposite of gnome2 yet gnome2 is gonna be included first. BOGGLES the mind.
Liberty.
A hangover is caused by dehydration. To prevent a hangover, you should drink AT LEAST as much water as alcohol before you go to sleep. If you alternate alcohol and water drinks as you are partying, even better. Good luck!
cpeterso
I'm not sure if I was abusing Gnome2 by installing it but here's what I did and tell me if I did that wrong.
I installed redhat 7.3 cleanly. Then I installed all the updates as provided by the redhat tool that comes with it.
When I heard about the Gnome abuse request, I decided to download the RC2. Well, I downloaded the ximian redcarpet utility and told it to upgrade everything using the Gnome2 development channel.
At first everything seemed to go well except that my desktop settings weren't preserved. Now too many things are breaking to keep track of. The screen saver doesn't work either. I think I'll wait a bit longer... 'til like Gnome 2.1.
Does anybody else wish bad mojo on the guy who decided to give Pango yet another font configuration system? I mean I just got a hang of dealing with the standard X11, Xft, and ghostscript font configs, and now somebody introduces another one with Pango? Does the clue train just not make stops in GTK-land anymore?
A deep unwavering belief is a sure sign you're missing something...
Speaking of Haiku's, has anyone seen any posts from 575 lately?
where did he go?
Moon Macrosystems. Sun's biggest competitor.