Showing posts with label windows. Show all posts
Showing posts with label windows. Show all posts

13 March, 2012

Wine gaming on Nouveau

In my previous blog, I mentioned that I was finally free of proprietary drivers. But that story wasn't completely over. While basic 3D acceleration and things like glxgears worked fine, wine did not run Windows games yet. So here's a report on the progress since then and some tips on how to get these things to work!


I'm not exactly a gamer. I play two games, each of them approximately 6-7 times a year. One is natively available for Linux and these days even Open Source: Return to Castle Wolfenstein: Enemy Territory, an online 1st person shooter. The second game I have to play through wine: Warcraft III: The Frozen Throne. And if I could, I would be playing a third game: Command & Conquer Generals: Zero Hour. Which, according to Wine's App DB should work fine. Doesn't for me, unfortunately - despite spending more hours on getting the game to work than I would play it this year...

Anyway, let's move to some (Wine) Proprietary-Gaming-on-Linux tips you'd need. Both with and without Nouveau, by the way.

RTCW and similar old, closed games

Return to Castle Wolfenstein on Linux. You want sound? And you have a modern Linux? Your game depends on an ancient sound driver system called oss... You need to install the alsa-oss layer and make sure you have the kernel stuff loaded for oss. Oh and you can forget about running both a music player and RTCW or another game which requires this compatibility, won't work. It is one or the other!

Now, the commands. Install whatever oss stuff you can find:
zypper in alsa-oss alsa-oss-32bit
then add to your /etc/rc.d/boot.local:
modprobe snd_seq_oss
modprobe snd_mixer_oss
modprobe snd_pcm_oss
That should give you all the auditory gore you need ;-)

update: I didn't know about aoss which provides an even better solution for the sound. It is simple: start et with "aoss et.x86" and that should already take care of it... It mixes now with other sound as well so you can play music while you frag away. Read more here.

Does the game work with Nouveau? Sure, but I experience occasional instability, as in - hard freezes of the system. I recommend enabling the sysrq keys and using REISUB to avoid data loss. I'll be waiting a bit until it is all more stable until I play that game more.

Gaming with Wine

I'm going to assume you managed to purge the proprietary NVidia driver from your system (yes, this can be quite hard actually) and have nouveau installed and working already. That gives you 3D effects with Compiz/GNOME Shell/KWin/etc and some other basic openGL stuff. Not enough for windows games in wine, however.

I wanted to play Warcraft III and it took me forever to get that working. Turns out error messages like "Can't load Data.dll" or Put the DVD in the drive have little to do with the actual problem. Most of the problems turned out to be related to missing openGL stuff. I had to install the experimental Mesa drivers developed & maintained by Johannes Obermayr in his home project. You should be able to download his Mesa here (although at the time of writing there was a problem with OBS and it gave an error). You will also need some other packages so I suggest to switch the systempackages to those from his repository (see screenshot).

Getting it to work

Once you've installed all new nouveau-stuff, reboot and configure wine by modifying user.reg (in ~/.wine) adding the following under the "Direct3D" header:
"OffscreenRenderingMode"="backbuffer"
like this:
[Software\\Wine\\Direct3D] 1331547889
"DirectDrawRenderer"="opengl"
"Multisampling"="enabled"
"OffscreenRenderingMode"="backbuffer"
"RenderTargetLockMode"="auto"
"StrictDrawOrdering"="enabled"
"UseGLSL"="enabled"
"VideoMemorySize"="256"
PlayOnLinux and winetricks both have this as options you can enable via their GUI's.

For sound to not block your soundcard, use pulse-audio and its alsa plugin:
zypper in alsa-plugins-pulse alsa-plugins-pulse-32bit

Conclusion

It is all rather painful but in the end it's possible to get nouveau to work with Wine (and other) games. But I don't recommend moving over to nouveau if you play games and if you're not desperate to get rid of proprietary drivers (and you usually only are if you want a newer kernel for its hardware support or greatly care about that Freedom stuff). It's not completely ready yet and will give you some issues.

On the other hand, we're getting there. I'm quite happy to see progress in the area of free drivers for both NVIDIA and AMD graphics hardware. If only NVIDIA would be helping the efforts to create open drivers...

06 July, 2011

Getting the new MS fonts in LibreOffice - or rather, forget about it

Learning point of the day:
when on the website of a company with dubious business and legal practices READ the fine print...

I already wrote most of the following article (actually more, including making screen shots) before I did that.

But in the interest of not having wasted that time, let me explain how to get the new Microsoft Office fonts in LibreOffice (or the older OpenOffice) and why it is illegal to do so under non-Microsoft OS'es like most phone, tablet or Linux systems. Windows users can just install MS Powerpoint Viewer to get the fonts, see link below!

The Font Issue


If you get a document with fonts you don't have, the result can be bad. Layout will surely not be proper and for some reason LibreOffice and Calligra pick a horrible replacement on my computer - Alien Leage, see screen shot. Guaranteed to make any normal document unreadable. And the idiotic 'reading mode' of LO makes it impossible to change the font until you've saved the file somewhere. The benefit of that mode always escaped me in MS Office, at least I knew how to turn it off...

Solution

Anyway, enough ranting - a solution. If you don't have the new Microsoft fonts like the new Win7 fonts including the often-used Calibri, you can start to search the web for obscure download sites where, after you decided not to enjoy some online casino, enlarge a body part or clean your computer from viruses, you might find potential candidates in zip or rar form.


Luckily, there is a better way - get the stuff from the source. Install the free Microsoft PowerPoint viewer with Wine. Serious! You can get it here. The second image in this blog shows the three major steps you have to go through to install this using PlayOnLinux (plain wine might not work but this does). In the end it shows a selection dialog which you have to point to the executable and the font files would obviously end up in C:\Windows\fonts of the PlayOnLinux map (~/.PlayOnLinux/).

To install them, navigate your file browser to ~/.PlayOnLinux/wine/C/Windows/Fonts, right click the font and choose under 'actions' for 'install'. If your file browser isn't decent enough to help you with this, find a font manager with "alt-F2" "font" in a Plasma Desktop or "win key" and "font" in a GNOME Shell.

A different way to get to the font files is to use cabextract. Download the PowerPoint file to a folder, open a console & go to the folder, and use cabextract (twice):
cabextract PowerPointViewer.exe
cabextract ppviewer.cab

Then install the fonts via file manager or font manager.

Obviously, Windows users install the PowerPoint viewer and it will install the fonts automatically, or they similarly extract them from the installer.

The snag

I would recommend to do this, if I had not discovered the following section on the download page of the PowerPoint Viewer site:
You may use the fonts that accompany the PowerPoint Viewer only to display and print content from a device running a Microsoft Windows operating system.
What a ridiculous limitation... In other words, people send us documents written in the default font of their OS but it's illegal for users of other systems to view them properly. I call it abuse of market power and it makes me feel how I imagine Thom felt when he wrote about Microsoft's extortion against Android makers. If you can't win by creating a better product...

And of course I only discovered this AFTER doing it (works fine) and writing this article.

Sigh.

I'm happy to be active in the world of Free Software, openSUSE and KDE. We invite our 'competitors' to our conference or simply share it with them! We're not afraid as we believe in ourselves. Looks like Redmond lost confidence in their own products long ago...

27 May, 2009

a week with KDE on Windows

I thought it's time for a little update on my experience with my new Vaio Laptop. Running Vista and KDE 4.2.3. First about the hardware. It's serously good. Right now I'm typing with the brightness on it's lowest level, yet it's almost too bright. I've even used it in the full sun already, and if the black casing wouldn't have gotten so hot with the sun burning on it I might have stayed longer ;-)

Secondly, I'm typing in the dark. So I can't see the keyboard, yet I didn't make any mistakes with that smiley above. Maybe I'm a great touchtypist, or easily impressed - but I'd rather think this keyboard is just amazingly intuitive. Oh, and logging in by swiping a finger - well, let's just say any geek would appreciate that.

Then about KDE. Getting it installed was a little challenge - the installer still needs a little work. Well, it didn't get one of the dependencies, and many of the servers didn't work or were outdated, the installer itself works just fine. If only it would pick servers automatically...



I've installed an Amarok nightly, and beta3 of KOffice. I must confess I miss plasma and KRunner (at least plasma is there but it's integration with windows is... missing...) but Explorer and I are getting along reasonably well. That app has some seriously powerful features, yet it's reasonably easy to use. The windows menu however is horrible (how can people complain about Kickoff if this is the standard for most computer users?). Luckily you can use it as KRunner - hit the 'Win' key, type and hit enter. Mostly works. As soon as MS fixes the windowmanagement (or lack thereof) I would probably consider Vista 'ready for casual use' ;-)

Anyway. So what KDE applications are a great addition to the MS desktop? I'd start with Okular. Adobe's pdf reader is an abomination, and Okular feels like a breath of fresh air. Kolourpaint is surprisingly similair to MS paint, except that it's not THAT anorexic in the feature department. Perfect replacement. And I often run Kopete, Konversation and Choqok in the communication department. Gwenview is a fine replacement for the normal Vista picture viewer.

As I said, Explorer is rather OK as a filemanager, and Dolphin, lacking some Vista integration, doesn't make a lot of sense as replacement right now. And imho nothing beats Chrome in the performance department so that's what I use to browse the web.

Unfortunately Beta3 of KSpread 2.0 doesn't work with most of my ODF presentations. I know the RC on linux does so I guess a later version will do better - and the final release is soon. KWord is fine for casual texts, and it can do more advanced stuff as well - but the interoperability with OpenOffice isn't great and some things are missing or work rather uncomfortable so I wouldn't recommend removing OO yet.

KTorrent works, and downloads just fine. Digikam - well, beyond starting it up I haven't used it yet. Thanks to a broken monitor I'm stuck to this laptop so I use it a bit more than usual but I still don't feel like working on it like I would on my normal PC...

All in all, KDE on windows works pretty well. It is an alien environment for the KDE applications, which sometimes shows, but generally they do a fine job. Performance is comparable to native windows apps and stability is reasonable. Personally, I still find windows a bit uneasy so I find it hard to judge how good it all really is, but with the KDE apps it feels a bit more at home for me so I like it ;-)

14 May, 2009

New lappie!

In the last weeks I've been pondering the aquisition of a new laptop. It arrived tuesday - happy me. Instead of throwing linux on it without even a single boot in Vista, I decided to try MS' offering. If it works well enough, there is no reason not to run and demo KDE on Windows, right? After all, I paid for it. Now I had a hard time not turning this blog in one big rant about Vista (guess what - lots of things I disliked...) so please forgive me for a few small slips...



The laptop I bought, a Sony Vaio VGN-TZ31something is very nice. 1.2 kilogram, 11.1" 1366x768 screen, 2 gb ram and dualcore 1.2 ghz intel C2D. And a dvd drive (I won't ever need). Not as sturdy as reviews said it would be - I shiver at the thought of buying my second choice, a Toshiba 790 gram laptop with similair hardware specs. That thing was described as 'flimsy'. Well, if this Vaio is 'rock solid', the Toshiba must be made out of paper. The screen on the Vaio, however, is as excellent as the reviews say - crisp, bright. Beautiful. Sorry for the bad camera used for the pic above ;-)

It took a few hours for the preinstalled laptop to actually boot into an usable Vista installation. And you have to stay close to it as it'll ask you to click 'OK' buttons a few times. Later that day I allowed Vista to install 57 updates - which took all night. I guess I should blame the slow (4200rpm) harddrive, but even then, it seems excessive to me.

Once Vista was finally working, I had a look around. The mix of widgets in different applications is a bit unsettling (and people complain about GTK and Qt being inconsistent?) but some things really look good. The copy dialog looks nice, for example, and Windows Photo Gallery, while not as powerful as gwenview, looks nice. And I do like the window effects a lot. The way applications slide away when you close them and how minimizing is animated is just subtle and silky smooth even on this hardware. The animations in applications can be very nice too - sadly it often doesn't really fit with the other contents.

And, as the reviews promised, the Vista loaded on it is full of crap. That is, it has a million smaller and larger tools installed which (according to the reviews) slows the system down to a crawl. Well, it is hard to say for sure if it's true - I removed a lot of it and it's still slow in starting up apps. Once the app runs it works reasonably fast, and graphical performance is much better than linux. It is relatively easy to get the mousecursor to stutter in linux, or to have moving windows stutter. Not so in Windows, you notice the graphical stuff clearly has a high priority. I hope the current architectural changes in the graphical stack of FOSS can bring it up to the level of Windows, but that'll definately take a while.

Once you start removing and installing software you notice the archaic software management system (or, mostly, lack there-of). Linux users are used to just selecting what software they want to add and remove and clicking 'OK'- and the installation and removal of the software proceeds without any questions. Not so on Windows - it takes a long time to remove things like the MS Office 2007 Demo. Not just because the individual uninstallation procedure takes about an hour (including some silly questions), but also because it is split into 5 or 6 parts you each have to select and uninstall sequentially. So all in all, it took me 2 days to get to the important next part.

Installing KDE. After downloading and starting the installer & following the steps - it didn't work. Starting binaries gave a weird error which, according to the intarwebz was tracable to a missing library. Just started the installer again with the package manager and installed pretty much everything I could find and running windows update after that did the trick. No idea if it was the windows update or something I installed from the installer - but it works. Yes, truly a "close your eyes, point your gun somewhere in the direction of the target and just keep pulling the trigger". Works for me, YMMV.



After installing the apps I changed the theme to Oxygen. It looks much nicer, and fits reasonably well with the Vista look.

So what is the result? Not everything works. Plasma especially lacks most plasmoids (no taskbar, no systray). The applications didn't show up in the menu initially but this has been fixed after a new installation - I do miss krunner, however, as it doesn't work on Vista. Starting apps via the default Vista menu is inconvenient to say the least. I even prefer kickoff. The main reason for that is that Vista doesn't categorize applications, they are all there at once. I shiver at the thought of having installed even half as many apps as I have installed on my linux box... So I made a shortcut to the KDE applications folder on the desktop to work around that menu mess.

Once started, most applications work smooth and I encountered few crashes. Well, Dolphin sometimes creates crashing KIOslave processes on using previews.



The first things I started to use were Konversation and Kopete. Excellent apps, work perfectly fine. Konqi is OK, but I prefer Google Chrome - that thing is fast! Unfortunately I couldn't find Dragonplayer. The default Windows Media Player couldn't play anything, VLC however is perfect. I do notice sometimes apps refuse to write data, so you can't save files - annoying for sure. Hope this gets fixed... A pleasant surprise was KWallet integration. Somehow I didn't expect this to work properly, but it does perfectly fine. No remembering passwords, lovely!



Now see how long I tolerate the slugish startup times (both in booting, resuming-from-sleep and app startup) and the lack of proper integration in the underlying OS. And bad windowmanagement. And how Vista insists on showing the SD Drive and Memory Stick drive even while they're empty ;-)

Yeah, it's the small things which can be so annoying... Thinking about it, it might actually be a strength of the Free Software development model. The 'scratch your own itch' rule seems to make sure annoying bugs get fixed swiftly. Larger stuff and big features tends to go slower, as does usability work - I see several things Vista is clearly ahead in. But overall, I prefer my linux box by far.

16 December, 2007

more ramblings about vision and future ;-)

In the comments section on OSnews someone noted how it would be very hard to gain marketshare for FOSS due to the dominance (and use thereof) of Microsoft. I thought my reaction was worth posting as a blog ;-)

Indeed. Uptake of linux will go slow, and not at all if Linux doesn't offer advantages to both developers and users. We need to be clearly better than Microsoft and Apple. We need to out-innovate them and bring the latest technology at the earliest possible moment.

Yet it happens to be that we're particularly good at these things, and as our ecosystem grows, we grow faster and stronger. FOSS development techniques, unlike proprietary development models, scale pretty well.

As more and more companies are joining FOSS one way or another, we will cross some threshold were a FOSS system will have such clear advantages it will be impossible to ignore. Lower costs, better availability and more capabilities; and a more healthy ecosystem with more competition and smaller, more innovative companies.

In the long run, I don't think MS and the other proprietary vendors will be able to stop it - unless, UNLESS they can do so through legal and political barriers. But the tide is turning against them - Europe is slowly getting committed to FOSS, and it is keeping a close eye on abuse of marketpower - which is the only real asset Microsoft has against FOSS.


The above is why I think what is going on with KDE 4 is crucial. I've blogged before about that, and I also talk a lot about these things on forums... One on of these posts, I wrote about Novell and how they are (imho) wasting resources (re)writing stuff for yast in GTK. (probably worth reading before continuing. I didn't want to paste all my posts here...)

And one of the comments was that I was trolling. Now, I agree I wasn't very nice. Saying Gnome release announcements feel like a timemachine from the KDE 3.3 era - a bit harsh, I know. And also of course an exaggeration - there is regularly stuff in there which was not in KDE 5 years ago. Anyway. I did reply on it, but I think Segedunum put it much better:
Ahhhh, the emotive question of open source desktops. You can only go so far before pointing out the truth, and when you do, others are simply not going to like it -).

Aaah well. Time will tell what happens. At least we have big plans.

Another thing, as my previous dwarfhamster died (did I blog about that?) and I went through the mandatory period of mourning, I got a new one. This time not from Animal Protection (or whatever you'd call those guys in english, too lazy to look it up) but from a pet store. I'm not too fond of those, as they generally don't treat animals too well, but OK, it was a gift by a loved one ;-)

So the question to ya'll. How should I name him? Not tux or something silly, nor those horrible names like 'sniffy' or Blacky or whatever painfully cliche names ppl seem to come up with.

12 October, 2007

cooperation

Some time ago, there was a discussion on the KDE PIM mailinglist. A certain Michael, apparently a big fan of the RS (RetroShare) messenger technology (serverless/p2p stuff), came asking if it would be possible to integrate that application (Qt-based and FOSS) into KDE PIM. He noted how Google Mail has Google Talk integrated, and how Thunderbird is also working on integrating IM.

Others on the mailinglist explained him there was already some integration with Kopete. He then started talking about OO.o, which apparently was looking for an email application to integrate into the suite, together with IM (and probably cooperative stuff as well). He pointed out KMail and RS messenger would have a shot. At a certain point, I said to him:
Let them work with the other freedesktop standards instead of doing ad-hoc integration. Working with Telepathy and Akonadi would be much better, as that would mean integration with all apps that work with those infrastructures, so much less duplication of effort.

He then asked me if I would like to help translate RS to dutch, and I did help a bit with that. Story closed, apparently. This was a little over a month ago.

Then, a few days ago, it started again, on the KOffice mailinglist. He said he heard on the KDE PIM/KMail mailinglist there would be integration between KOffice and KMail. With integration, he apparently meant they would merge, which of course lead to a "huh?" from Boudewijn.

And again, I tried to explain how it would be unlikely KDE would integrate with just one application, but rather go for a common infrastructure. Then came the email I really wanted to let you guys read, as Kevin Krammer wrote such a beautiful response, pointing out the exact flaw in reasoning which made this discussion go on and on:

Basically a misconception based on the way applications aggregate functionality on uncooperative platforms such as Windows, i.e. by putting all in the same application.

Of course! And this other way of thinking and working seems pretty hard to understand. See how companies often have trouble separating "Freeware" with "Free Software". And even when they do, how hard it can be to play by the rules, or to cooperate with the larger community. See how users have trouble with the paradigma's in the FOSS world, like how installing and managing software work.

And of course, the central theme of FOSS is cooperation. It's what we do, breath, live (see what I stumbled upon yesterday, or how LWN.net currently has a story about Volkswagen working on the linux kernel - which you can't read yet, subscribers only). And apparently, it is hard to understand it's full implications, no matter how basic it is for human nature... Kevin on that again:

Obviously KDE applications, on any platform, can do better, i.e. using our framework's cooperation infrastructures and shared libraries.

So the idea/suggestion can be rephrased as "thing about using communication infrastructure", which I am pretty sure the KOffice developers are already thinking about for future releases, e.g. collaborative editing.

Topics such as this show how more advanced the KDE framework is. While other office projects have to basically swallow communication tools (probably a full blown PIM suite), KOffice has the option of just interfacing with the respective domain specialists' work.

Amen. The KDE, the Linux, the FOSS way of thinking is so much more advanced, many on the other platforms don't even get it when we try to explain it ;-)


I really hope and expect this to change. Over time, both users and companies will start to understand. And that will benefit FOSS enormously. It's about communication. Explaining how we think and work is incredibly important. Cooperation is so fundamental to how we think and work, even when we 'compete' with other projects, we don't even see it that much anymore. We don't get it when others don't get it, and try to explain the details instead of the big picture (like I did).

Love to ya all,


/Jos

09 October, 2007

performance 2

Now I got a few responses on my blog about performance in windows, so I thought let's add a few new irritations.

My university has recently build a really amazing new library. It's architecture is pretty stunning, imho. Of course, it was WAY over budget, but hey, spending a few million on great architecture - I'm not even that opposed to it. Though they cut all college hours by a few % to pay for it... Aaah well.

There are a lot of PC's in there. They use thin clients, win Xp... Big, 19" screens, nice keyboard and mouse. Feels like they choose the wrong resolution, though (non-native). I can't change it, the whole thing is locked down pretty heavy.

So. And how is the performance on those things? Well, it depends. Sometimes, the Start menu reacts in 2-3 seconds, but it can be minutes. It often takes me 3 minutes to start Calculator... It's very irregular, though. SPSS runs reasonably fast, at least when doing it's calculations. Yet, every time I middleclick a link in IE 7, it takes at least a minute before the new tab is opened.

Those of you with a lot of work to do and slow hardware know how frustrating this is.

Aaah, well, that gives some time to play...

27 September, 2007

Performance - Win & KDE

People often say Linux has a better performance than Windows. Others disagree, and say the opposite is true. Now in my own experience, it's mostly so that both perform differently. windows boots up faster, in the sense of showing the desktop. But you can't actually USE that desktop, clicking the start menu as soon as it's show can take several minutes. In linux/KDE, it'll show slower if your session is still being restored (that functionality doesn't even exist in Windows) but it won't take minutes.

On the other hand, moving and resizing windows goes faster than in Linux. And have you ever seen your mouse anything else but smooth in Windows? I can stop my mouse for a second even on my 2 ghz/3GB dualcore system in linux - just use konsole with 10 tabs, set it to send the commands to each tab and log in as another user (10 times). That's not even hard - but X chokes on it.

Yet I've changed my opinion in the last few months. I've worked with windows a lot, and the deficiencies are becoming clear. Sure, drawing performance is excellent, and the mouse never stops. But start firefox (and let it restore 5 tabs) and your system becomes unusable for a few seconds (not the least because you just can't minimize the starting firefox, it insists on jumping up and taking focus a few times). It takes 10 minutes at least to boot up and start Outlook and firefox. Pretty painful. But the weirdest thing is that the system can become very slow without any apparent reason. The start menu normally takes it's time for showing submenu's, but sometimes I'll have to wait over a minute; the background doesn't redraw, I can't switch windows. My collegues react pretty dull to these kind of things: "you're trying too much, just wait". Well, I got work to do, I don't want to wait.

So I tried to figure out what's wrong. In linux, I use a cpu meter on my panel. That way, you know what's going on - is an app slow, it's because you're compiling, moron!

But the CPU monitoring stuff on windows is entirely useless. Really, wtf is that thing measuring? It seems like some random value... For example. The following screenshot was made a little over 10 minutes after boot. I started firefox, an explorer window (never showed up) and Outlook. So everything stopped to redraw, most things got slow (but not moving mouse, or even a window). So - there must be something going on, right? Well, no. According to the system monitor, those apps which didn't start nor redraw didn't stop working due to a lack of CPU or memory:

(screenshot taken after minutes of waiting for a response - thought the system was busy...)

As I know a little of scheduler things on linux (having followed the -ck mailinglist for years) I suspect a priority inversion or something like that - an higher priority process wants data from a lower prio process, but by being high prio, it makes the low-prio one unable to actually process and send the data. This seems to happen a lot, and most Windows users here at work are so used to it, they don't even notice it anymore. Not being able to work for up to a minute, many times a day - apparently, you can get used to anything. Boy, I get annoyed if the K-menu takes more than half a second to come up.

Guess there's a good reason why Vista takes up so much resources - these hickups of course seem to be smaller on much stronger hardware. Stronger hardware = more room to fuck up. So instead of fixing the scheduler (and other) problems, they up the minimum requirement... Gotta love those guys.


How much money would companies earn on switching to linux? I mean, JUST decent windowmanagement in windows, I'd spend a million bucks on that if I had it. Windows just take focus while you're working, or they seem to have focus but don't (Outlook asks for my pasword everytime it starts. It shows a little 'type pasword here' window, which seems to have focus, but doesn't). And don't get me started on the alt-tab behaviour - even a tooltip over a button seems to count as a full window in alt-tab, so you can't use that to switch to another application if your mouse is over a button!!! blegh. I don't understand why ppl take that pathetic excuse of an OS seriously, and say 'linux isn't ready for the desktop'. No, WINDOWS isn't ready. Linux was ready years ago, but MS still has a long way to go. The only reason it's being used is because ppl gave up on it - they don't try things more efficiently (alt-tab) because it won't work. Just do everything the slow and painful way. Companies should sue MS for RSI...

22 September, 2007

KDE apps on Windows

Now everyone knows KDE apps will be usable on windows. Recently, KDE-nl'er Niels van Mourik send me an email with some cool screenshots with KDE apps he compiled on windows! So, I thought that'd be worth posting here.































































Thanks, Niels, I'm gonna use these for presentations...