Categories:
Thursday, 11 October 2007
Neato doc viewer for PyKDE 4 [Pics!]
Jim Bublitz has been industriously working on getting the Python bindings for KDE 4 into shape. Part of that work is documentation of course and for that Jim has put together a very handy documentation viewer which combines reference docs with code samples and example code all in one easy to navigate package. One of the classic documentation problems for GUIs which are as customisable as Qt/KDE, is that everyone can, and often does, have their own visual style configured for their desktop. This of course means that any screenshots accompanying documentation simply don't match what is in front of the user most of the time. Having real widgets displayed and operational in the reference docs themselves solves this problem for Python developers at least. I think it's real neat.
Read More
Thursday, 11 October 2007
Science Fiction
As Aaron is reading Spook Country I also wanted to chime in with some Gibsoness. I finished Spook Country, the latest novel of William Gibson, a couple of weeks ago. It's a very stylish work of art with lots of amazingly sharp ideas. I really enjoyed reading it. His concept of locative art is fascinating (and I want a magnetically elevated bed as well ;-)).
Read More
Wednesday, 10 October 2007
KDE Thanks the Sponsors of the Akademy 2007 Conference
Jriddell
|
So says this advert me and the other organisers put in this month's Linux Magazine.
Thanks to them all for making Akademy possible and to media partner LNM for the advert space.
Read More
Wednesday, 10 October 2007
openSUSE 10.3 Box Shipping
Beineri
|
The openSUSE 10.3 box is shipping! Some subscribers seem to have received it already yesterday, today I received my employee copy (German version). I'm pleasantly surprised that it didn't take this time over one month after the release, and that the two DVDs are safe in a plastic cover:
Read More
Tuesday, 9 October 2007
ABN Amro Real Bank want to shutdown linux clients in Brazil... Is already a Santander move ?
First of all, i'm working in a Linux company, i use Linux for almost everything in my life except gaming. Second, my company sold like hundred thousand of linux machines all over the world. Third, it's obvious for any smart person that actually read regular information about computer world see that linux is growing A LOT. Then, suddenly, the bank that i use ( and many of my fellows co-workers ) decide the very smart move to include an security applet that simply makes mandatory the use of Microsoft Windows. And they tell this explicitely. They provide a telephone to users of "other operational systems" to inform then that they're not using MS ( maybe to tell then to use telephone operations ). Ok, would be barely ok if.. ..i'm outside my country. The only way i have to pay my accounts is by internet banking, as my family lives away from my city. And will not back until the terminal date od back change, 19 October. So, if some issue happens during my stay out my home, like pay the credit card debts, that i'm using here, to avoid lock, i'll be helpless, or use some non-personal computer with Microsoft Windows to deal with my money. Nice, huh ? To have security, i just need abandon my current security in favor of a use unsecure computer that i can't assure if is reliable. Maybe can i ask ABN to give me R$ 500,00 in my account to buy a copy of some non portuguese Microsoft Windows here to solve my issue :-P
Read More
Monday, 8 October 2007
Animated GIFsanity
So I thought I would spend a tiny bit of time on the weekend trying to get khtml 4.0's gif decoder all finished. Yeah, right. Decoding the frames themselves is easy: giflib does it for us. The messy part comes when it comes to putting them together into an animation.
Read More
Monday, 8 October 2007
Some openSUSE 10.3 Misconceptions
Beineri
|
There are some misconceptions floating around about openSUSE 10.3. Unfortunately uninformed people are still allowed to blog ;-) so let me pick up some I read:
"No Live-CD! Every hobby distro has one. Why can't a huge company like Novell do one?"
Read More
Saturday, 6 October 2007
Some openSUSE 10.3 Hints
Beineri
|
Let me share some hints for openSUSE 10.3 which just came to my mind:
If you use GNOME and eg don't like the yast2-gtk package selector or miss the powerful Qt package selector, install the yast2-qt package and set in /etc/sysconfig/yast2 the WANTED_GUI variable to "qt". If you want the Crystal-style YaST icons back, replace the yast2-theme-openSUSE with the yast2-theme-openSUSE-Crystal package. If you miss the photo wallpapers, they have been moved to the desktop-data-SuSE-extra sub-package. For really old wallpapers, think SuSE Linux 9.1, install the gos-wallpapers package. And this seems to be the biggest complaint of some people: you can make the Geeko of the KDE start menu roll its eyes again: kwriteconfig --file kickerrc --group General --key KickoffDrawGeekoEye true">
Thursday, 4 October 2007
openSUSE 10.3 Released
Beineri
|
Today, after ten months of work, openSUSE has 10.3 been released. :-)
Francis did an excellent coverage of everything new so let me just relist his Sneak Peeks:
Greatly Improved Boot Time, with Stephan Kulow 1-Click Install, with Benjamin Weber New Package Management, with Duncan Mac-Vicar Prett Compiz and Compiz Fusion, with Matthias Hopf and Jigish Gohil KDE 4, with Dirk Müller SUSE-Polished GNOME 2.20, with JP Rosevear 1-CD Installation & Multimedia support, with Michael Löffler Virtualisation, with Frank Kohler A Plethora of Improvements, with Andreas Jaeger More screenshots and more detailed version list are available in the wiki. Get it here.
Read More
Tuesday, 2 October 2007
Plasma Weather Engine update
Spstarr
|
While the Plasma APIs have been in flux (and is beginning to settle down now). I went about implement displaying the wind speed in metres per second as requested by a KDE person. It converts mph to m/s or km/h to m/s. This will become a configuration option once the applet code is started.
Read More