Sun Mad Hatter Linux Desktop Revealed
magellan writes "Sun has released screenshots of its upcoming Mad Hatter Linux desktop. Mad Hatter includes GNOME, StarOffice, Evolution, and Mozilla. Sun has made minor modifications to Gnome to make it more familiar to Windows users. Sun's Mad Hatter, along with SuSE's new push on the desktop, could make Linux on the corporate desktop and laptop a bigger reality."
I love the Windows 200 style interface. I get around in it very well, and as long as I am not doing anything too useful (like compiling, etc), it is very responsive.
It is all the stuff UNDER the hood that suck-didly-ucks. I don't mind Linux grabbing a Windows look at all. If nothing else, it will make it easier to get users to move over to Linux from their Windows machines.
Great ideas often receive violent opposition from mediocre minds. - Albert Einstein
There are a lot of good reasons.
First, we tend to focus on the flaws in Windows. Windows contains a lot of good ideas (which originated at many companies over many years...Apple, for instance, is a major contributor). Just because it isn't as good as it could be and isn't improving doesn't mean that it doesn't have value.
Second of all, many of the flaws in Windows are not UI-related. Windows has stupid file locking semantics...but that doesn't affect how you double click on an icon.
Third, even if Windows is a nonoptimal way to operate, many, many people know how to use Windows and Windows software. They're familiar with Windows interface conventions, and anything different from Windows will face an immediate barrier. Once folks are on Linux, we can continue working on making the environment better.
Fourth, many of the things that suck about Windows only affect folks that are writing software or do lots of network work. So Windows may be a poor OS choice for a typical Slashdot user, but that doesn't mean that its flaws are a big issue for a typical office user, which is who Sun is targetting.
May we never see th
Virtual Desktops are available if you run a powertoy but most users don't need em....contrary to popular linux geek opinion.
Gorkman
read: not supported by Microsoft
Note We've taken great care to ensure that PowerToys operate as they should, but they are not part of Windows and are not supported by Microsoft.
$cat
Just for the record: NT lets you move FILES that are open, but not delete them. You are entirely correct about directories.
As for symlinks, the NT kernel certainly does support symlinks (fsutil hardlink in XP from the command line), it's Explorer that doesn't use them. In general with Windows there's a lot of confusion about "Windows" vs. the NT kernel. "Windows" certainly has a lot of legacy design (such as shortcuts) in it that predates NT, but the NT kernel does the same sort of attention as the Linux kernel.
But the Linux & NT teams also have entirely different design philsophies. Linux obviously comes from Unix, which of course was a rebellion from Multics; the goal being to Keep It Simple, Stupid. But NT comes from VMS, and NT is partly a rebellion from Unix (remember all of the NT is going to kill Unix stories from a decade ago?).
Just to give you some concrete examples of what I mean, the NT kernel supports things such as a threadpool, IO completion ports, and a very robust synchronization API where many kernel objects (files, processes, threads, all represented in user space by handles) can all be "waited" on. Another good example of how NT is more advanced than Linux is that it doesn't kill processes "by heuristic" when it runs out of memory. It just quitely denies memory allocations in a reliable fashion, allowing programs to attempt to handle the OOM condition.
As for the file deleting issue, I think there's some interesting arguments about program integrity here. But first let me point out: Windows offers a FILE_SHARE_DELETE flag when opening files, that allows other processes to delete that file. Given that flag I think it becomes obvious that guaranteeing an application's file will be there is actually a feature to enhance program integrity, rather than some weakness in NT.
Windows 2000 Professional, Windows 2000 Server, Windows 2000 Data Center, Windows XP Home, Windows XP Professional, Windows NT 4.0 Server, Windows NT 4.0 Workstation, Windows Me, Windows 98, Windows 98SE are all still in wide use. In fact, I've yet to see anyone running Windows 2003 Server, especially around work, since none of our software is certified for anything but Windows 2000 (SP 3 at that). We only got rid of the last NT server in our group last fall after one of our vendors finally certified their product for Windows 2000. I would imagine they'll support Windows 2003 Server sometime in 2005.
Actually, as at least one other person has noted, the correct way to do it would not be with simplistic "yes/no/cancel" dialogs, but with verbs. This is part of Apple's UI guidelines for the Aqua/OSX interface, and one of the commenters below notes that apparently this is a rule for Gnome as well (if, apparently, and ignored one).
Think about it, which is clearer --
Can you even parse out how "no" and "cancel" are different, or what would be the expected behavior if you chose one? Usually you end up seeing silly hints such as this:
Note to UI designers: if you have to add explanatory footnotes to your dialogs, your dialogs are broken .
You can argue all your want about the sequence of the buttons. Some of the people responding have alluded to UI research suggesting that "NO" "YES" is more intuitive for people than "YES" "NO", but I'm not familiar with that research so I won't get into it. I do know, however, that people are very good at unambiguously interpreting what simple verbs mean, and don't have to think through the consequences of a simple "do this" or "do that". On the other hand, figuring out what "yes, no, maybe" in response to a seemingly simple question, like the one above, can be annoyingly ambiguous. Quit making this mistake!
Yes/No/Cancel may be the UI model that Windows is stuck with, but there's still enough wiggle room for Gnome & KDE to avoid that trap. I hope that they manage to do so. Don't you agree?
DO NOT LEAVE IT IS NOT REAL