GNOME 2.12 Previewed
An anonymous reader writes "Davyd Madeley has completed his Prerelease Tour of GNOME 2.12. Scheduled for release on September 7th, 2005, GNOME 2.12 has picked up a new theme, some features popularised by Apple's System 7, some new multimedia tools and plenty of bug-fixes."
Is this some subtile joke by the editors among the BSD is dying trolls ?
for a second I was... "hey I have to install that imme... wait... I already did... I... *click* 2.10... [strange feeling]... ah, 2.12..."
:)
can someone correct the headline or something?
Even changing the GStreamer backend for the Xine backend, Totem still never manages to play half the movies I seem to give it.
I do like the idea of a GStreamer based Mozilla plugin though. It will give users a great choice to drop the ugly Mplayer based plugin.
From the article: More software is taking advantage of the Hardware Abstraction Layer from Project Utopia. HAL-aware applications can display more information to the user, as well as benefit from "it just works" plug and play style hardware support. GNOME-VFS in GNOME 2.12 has improved integration with HAL, and now gives more visual cues about the types and names of media devices.
I am looking forward to this feature, especially - just another step towards making Linux more user-friendly.
In fact, this prerelease tour shows many exciting features for those who want to see a real desktop linux - improvements to Nautilus, a panel with Edit Menu option compliant with Freedesktop.org spec (how long have we been looking for something like this?), and more. Yay
I don't want to troll, but I have always wondered... Why are there two major windows manager projects?
I don't want to flame, but I always wonder... how do people like you manage not to have seen this question discussed to death in every single previous Gnome or KDE-related discussion here on Slashdot since the dawn of time?
no beagle is only a trojan horse done to justifyg
mono as default platform into gnome.
i've heard that someone are working to produce a beagle replacement in python
http://img185.echo.cx/img185/2971/pybeagle47ya.pn
Gnome is great at turning a fast computer into a sluggish one. Just because you have all of those CPU cycles doesn't mean that they have to use them, especially when lots of them seem to be wasted.
For instance: if you look (strace) at a typical gnome program when it starts up, it stats zillions of files; many of them more than once. This is why startup is so sloooooow.
Oh, I am trolling am I ? We all have fast computers so why am I making a fuss ? Think about: being able to save power (improve battery life) with a slower CPU laptop; people in the third world who cannot afford the super computers that we, in the 1st world, have on out desktops; think about sharing a server between many people (eg LTSP).
It would be nice to see a gnome release that just concentrated on making the code faster.
Write congress and tell them to reform patent legislation so that the Xorg folks can use the same techniques that Apple and MS does. It's not gnome's fault that the patent system is broken.
Marxism is the opiate of dumbasses
If you're using a Debian based distro, you can run:
:)
dpkg-reconfigure fontconfig
And then select the bytecode interpreter from the menu. Fixed.
"Proudly Posting Without Reading The Article"
Also, here's a copy of my /etc/fonts/local.conf which disables antialiasing on font sizes under 10 points, so you get nice crisp Windows style rendering on small fonts. I use Tahoma size 8 on my Gnome menus and it looks pretty sweet.
/ fonts.conf</include>
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<include ignore_missing="yes">/var/lib/defoma/fontconfig.d
<match target="font">
<test name="size" compare="less">
<double>10</double>
</test>
<edit name="antialias" mode="assign">
<bool>false</bool>
</edit>
</match>
<match target="font">
<test name="pixelsize" compare="less" qual="any">
<double>10</double>
</test>
<edit mode="assign" name="antialias">
<bool>false</bool>
</edit>
</match>
</fontconfig>
"Proudly Posting Without Reading The Article"
I hope not. I've been playing with Beagle 0.12 and its definitely not ready for prime time. Its a great service and the 'best' front end is very nice (although I personally prefer the web frontend as I usually already have a browser open) but its not anywhere near solid enough.
;-)
Its a mission to get going from source at the moment and even if you run a distro that already includes it, it doesn't take much to break it. Upgrading Firefox/Mozilla is enough in some cases (thanks to best's reliance on the Gecko libs).
Don't get me wrong. Personally I love the technology, but I really don't think its anywhere near ready for mainstream use. Great if you want to try out bleeding edge tech or help improve the software, but not if you just want a search tech that works.
The other downside is that beagled has to be run by the individual users when they log in. It refuses to run at boot as part of the init scripts. So its got to be included as either part of the xinit or shell rc scripts. Thus automation is going to be needed on the admins part at the moment. Sure, this can be done as a default part of a distro, but given its not ready yet...
2: You could install them via this script: http://vigna.dsi.unimi.it/webFonts4Linux/webFonts. sh
Then do the following:
Configure X and Gnome to 96 dpi sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.bak
sudo gedit /etc/X11/xorg.conf
Locate Section "Monitor" and add the following lines before EndSection:
# DisplaySize 270 203 # 1024x768 96dpi
# DisplaySize 338 254 # 1280x960 96dpi
# DisplaySize 338 270 # 1280x1024 96dpi
# DisplaySize 370 277 # 1400x1050 96dpi
# DisplaySize 423 370 # 1600x1400 96dpi
Uncomment the line corresponding to your current resolution.
To get other values, use the following formula:
displaysize = {pixelsize}/96*25.4
Remember:
The display size must be "right" so adjust those values till you get your size right.
If they could only add an option to block "middle click pastes" too, it would all be perfect in clipboard land. But browsing the web, evertime someone even thinks this thought it is immideately flamed through the ground by all the people who knows how superior this way of doing things is, and that also knows that there is no chance in hell that anyone could do this by mistake.
Heads up: I'm not proposing to remove it, or even turn it off by default. I just need a way to turn it off manually. It is extremely annoying, and I (and other with me) *do* click middle by mistake - often - and that is a hell when scrolling around code in text editors... Yep, a lot of it probably owes to the mouse I have, it has a tendency to get stuck slightly on scrolling, which results in a click. But really, do I need to buy a new mouse for something as simple?
I don't use, want or need it, and it hinders me in my work. I would really like to see it go. (Maybe it really is a X.org issue in the end, though. Not sure where it would be best to implement it).
Spine World
Qt still is not as free as GTK+, because it is a library and licensed under GPL. GTK+ is licensed under LGPL for a reason. If you use Qt, the license of your application cannot be chosen freely. Either you use the GPL, or you pay for the freedom to choose another license.
A GUI toolkit is part of the critical infrastructure of a software component on the desktop. Every application needs such a component (apart from fullscreen applications like games).
And a GUI toolkit is commodity, nothing special anymore.
Many developments begin at home, and these developments are the programmers' own crown jewels. I want to secure my investment in time and energy, and want to be able to deploy my ideas anywhere I see fit. Of course, I want to take my developments to the workplace and go on without interruption. This is freedom, and highly productive.
Fonts are funny things. Everyone seems to like different ones. I dispise Cleartype on Windows (it's better without anything). And Mac fonts I find to be ugly, too. The fonts in my GTK+ 2 environment, though, I find to be absolutely supurb. If you gave me Windows-like rending of fonts on my GNU/Linux box, I'd punch you in the face.
(However, I consider Times New Roman to be godawful no matter how it's rendered, or even in print, so I almost always use only Bitstream Vera Sans/Serif/Sans Mono, the TeX Computer Modern series, and a handful others like Gentium for special characters. I even have my web browser configure to use my fonts and only my fonts, to the best of its ability.)
Look out!