×
Open Source

Bruce Perens Answers Your Questions 52

A while ago you had the chance to ask Bruce Perens about how open source has changed in the past 15 years, what's happening now, and what's to come. Bruce has been busy traveling, but he's found some free time and sent in his answers. Read below to see what he has to say.
KDE

Linus Torvalds Tries KDE, Likes It So Far 289

sfcrazy writes "Linus Torvalds has never been a big fan of Gnome owing [to] its extreme simplicity. Even Gnome 3.x failed to impress the father of the Linux kernel. He has now given KDE a try after a long time. Linus using your software is double edged sword, especially if Linus doesn't like it — get ready for the harshest, yet the most honest and useful criticism. Interestingly, Linus has so far liked KDE, and for one simple reason: 'But ah, the ability to configure things. And I have wobbly windows again.' This should make KDE developers a bit happier." Evidently, Linus didn't get the message that desktop UIs for Linux don't matter any more, since he keeps acting like they do.
Enlightenment

Rasterman On The Impending Release of Enlightenment 17 117

In development for the better part of the last decade, the 0.17 release of the Enlightenment window manager is slated for November 5th. Leading up to this, the H has an enlightening interview with project lead Rasterman on what to expect. From the article: "Today Enlightenment offers most of what you get from GNOME and KDE, and probably the same if not a bit more than XFCE. It just doesn't try and ship a suite of apps with it. It is the desktop (Window manager, settings, file manager, application launching and management) minus the apps. ... The biggest thing E17 brings to the table is universal compositing. This means you can use a composited desktop without any GPU acceleration at all, and use it nicely. We don't rely on software fallback implementations of OpenGL. We literally have a specific software engine that is so fast that some developers spent weeks using it accidentally, not realizing they had software compositing on their setup."
Graphics

A Proposal To Fix the Full-Screen X11 Window Mess 358

jones_supa writes "The SDL developers Ryan Gordon and Sam Lantinga have proposed a window manager change to work out the full-screen X11 window mess, primarily for games. The proposal is to come up with a _NET_WM_STATE_FULLSCREEN_EXCLUSIVE window manager hint that works out the shortcomings of the full-screen hint used currently by most games, _NET_WM_STATE_FULLSCREEN. Ryan and Sam have already worked out an initial patch for SDL but they haven't tried hooking it to any window manager yet. Those interested in the details, information is available from this mailing list message. One of the key changes is that software would make the request to the window manager to change the resolution, rather than tapping RandR or XVidMode directly. Martin Gräßlin of KDE was rather wary about the patch and said that games changing the resolution just tend to mess up the desktop." Seems like a reasonable idea, given a bit of time to mature as a spec. In KDE's case, a separate daemon from the window manager handles resolution changes so going through the WM would add complexity, and the plasma shell still has no way to realize that it shouldn't reflow the desktop widgets. Setting window properties seems like a sensible IPC method for communicating intent though (without making yet another aspect of the X desktop reliant upon the not-very-network-transparent dbus): "hey, I need to resize, but just for me so don't reshuffle the desktop and docks."
GNOME

OpenGL Becoming a Requirement For the Linux Desktop 229

An anonymous reader writes "Modern Linux desktops like Ubuntu's Unity and the GNOME Shell have placed a requirement on OpenGL 2.0+ support for handling their compositing window managers and desktop effects. Wayland's Weston also needs OpenGL ES 2.0 support. Now with modern Linux distributions like Ubuntu 12.10, rather than falling back to a 2D unaccelerated desktop if you don't have a sufficient GPU or graphics driver, users are being forced to run LLVMpipe as a CPU-based software rasterizer. LLVMpipe works fine if you are on a new PC with a fast x86-64 CPU, but the OpenGL-based Linux desktops are causing growing pains for ARM hardware, virtual machines, servers, multi-seat computers, and of course all older hardware. LLVMpipe is a Mesa Gallium3D driver that uses LLVM for run-time code generation as an attempt at accelerating graphics faster on the CPU. So much for Linux being good for old computers?" The KMS based graphics stack is already effectively unusable on AGP systems (if you have SMP + AGP, there are race conditions somewhere leading to really hard crashes that appeared a couple of years ago and dozens of years old open bugs with no resolution other than "use PCI mode" which cuts bus bandwidth by 4 or 8 times, and still doesn't work with SMP), but for those with older PCIe/IGP systems you could always runs Window Maker, Sawfish, Enlightenment, Open Box, or one of many other window managers without a compositor. Of course then you lose compositing, and there aren't any usable external compositors for some reason. The flipside to this is that moving to OpenGL as the primary interface to the GPU means one fewer driver that has to be written, and will probably lead to an overall improved experience for those with supported hardware given the limited resources Free Software drivers authors have.
Software

Ubuntu 12.10 Quantal Quetzal Out Now; Raring Ringtail In the Works 318

An anonymous reader writes "The six month cycle that Canonical adheres to for Ubuntu releases has come around again today. Ubuntu 12.10 'Quantal Quetzal' has been released. There's a whole range of new features and updates, but here are the most important: WebApps — treats online services as if they are desktop apps (Gmail, Twitter, Facebook); Online Services — control logins to all your services from a single window and get them integrated into search results (e.g. GDocs for file searches); Dash Preview — right click any icon, get a detailed preview of what it is; Linux kernel 3.5.4; GNOME 3.6; Nautilus 3.4; latest Unity; No more Unity 2D, fallback is the Gallium llvmpipe software rasterizer; Default apps updated (Firefox 16.01, Thunderbird 16.01, LibreOffice 3.6.2, Totem, Shotwell, Rythmbox); Full disc encryption available during install; Single, 800MB distribution for all architectures." It's now available for download. The next version, due in six months' time, will be called Raring Ringtail.
GNOME

GNOME 3.6 Released 230

kthreadd writes "Gnome 3.6 is out. The announcement reads: 'The GNOME Project is proud to present GNOME 3.6, the third update to the 3.x series. This latest version of GNOME 3 includes a number of new features and enhancements, as well as many bug fixes and minor improvements. Together, they represent a significant upgrade to the GNOME 3 user experience.' Andreas Nilsson, President of the GNOME Foundation, said: 'The GNOME Foundation is proud to present this latest GNOME release, and I would like to congratulate the GNOME community on its achievement.' He described the release as 'an important milestone in our mission to bring a free and open computing environment to everyone.' New applications include Clocks and Boxes. Clocks is a world time clock, which allows you to keep an eye on what the local time is around the world. Boxes allows you to connect to other machines, either virtual or remote. For developers there's the new GtkLevelBar widget in GTK+, and GtkEntry can now use Pango attributes."
GNOME

Cinnamon 1.6 Brings New Features and Applets 74

An anonymous reader wrote in with news that the GNOME Shell fork, Cinnamon, released version 1.6 yesterday. The release features persistent (and nameable) workspaces, a window list applet, greatly improved notifications (they're collected in one place), improved task switchers and audio control, workspace flipping while dragging windows, and integration with their fork of Nautilus. See the release announcement for more and lots of screenshots (detailed source changelog). From the looks of it, this release is closer than ever to merging the modern Gtk3/GNOME stack with the missing functionality from previous windowing environments.
Graphics

Ubuntu NVIDIA Graphics Driver: Windows Competitive, But Only With KDE 306

An anonymous reader writes "The NVIDIA Linux driver across multiple GeForce graphics cards can compete with Microsoft Windows 7 on Ubuntu, but only when using the KDE desktop and not the default Unity/Compiz. It turns out based upon recent desktop environment benchmarking, Ubuntu's Unity desktop is now noticeably slower than GNOME/KDE/Xfce/LXDE with multiple GPUs/drivers. Sam Spilsbury of Canonical/Compiz acknowledges the problem but it may take longer than one Ubuntu cycle to correct."
Operating Systems

The Linux Desktop and ISVs/OEMs 195

olau writes "Michael Meeks, who's worked on GNOME and LibreOffice integration for many years, now for SuSE, has some really interesting thoughts on the recent Linux desktop debate and suggestions for possible strategies. He points out that regarding independent software vendors (ISVs), the real issue isn't actually the quality of the tools but the size and attractiveness of the market, and perhaps that a solution could be lower barriers for paying or donating. Regarding OEMs selling hardware with software preinstalled, he points out that while a free OS + software sounds good for consumers, it's actually a problem for OEMs on razor-thin margins, since they lose the cut they get from the preinstallations. A possible countermove could be nailing robustness and hardware diagnostics for good, lowering OEM support costs."
GNOME

GNOME 3.6 To Include Major Revisions 327

supersloshy writes "The launch of the GNOME 3 desktop environment sparked heated debate and criticism. GNOME developers have been listening to the concerns of its users and it is rolling out several significant changes in GNOME 3.6. The message tray, often called hard to use, was made much more visible in addition to being harder to accidentally trigger. The "lock" screen can now optionally control your music player, the system volume, and display notifications so you don't have to type in a password. GNOME will also support different input sources directly instead of requiring an add-on program. Nautilus, the GNOME file browser, is also getting a major face lift with a new, more compact UI, properly working search features, a "move to" and "copy to" option as an alternative to dragging and dropping, and a new "recent files" section. These changes, among many others including improvements to system settings, will be present in GNOME 3.6 when it is released later this month. Any other additions or changes not currently implemented by the GNOME team can be easily applied with only one click at the GNOME Extensions website."
Operating Systems

OpenSUSE 12.2 Is Out 96

First time accepted submitter jospoortvliet writes with news of a new openSUSE release. From the release announcement: "Two months of extra stabilization work have resulted into a stellar release, chock-full of goodies, yet stable as you all like it. The latest release of the world's most powerful and flexible Linux Distribution brings you speed-ups across the board with a faster storage layer in Linux 3.4 and accelerated functions in glibc and Qt, giving a more fluid and responsive desktop. The infrastructure below openSUSE has evolved, bringing in newly matured technologies like GRUB2 and Plymouth and the first steps in the direction of a revised and simplified UNIX file system hierarchy. Users will also notice the added polish to existing features bringing an improved user experience all over. The novel Btrfs file system comes with improved error handling and recovery tools. KDE has improved its stability, GNOME 3.4, developing rapidly, brings smooth scrolling to all applications and features a reworked System Settings and Contacts manager while XFCE has an enhanced application finder. Download openSUSE 12.2 from any of our mirrors."
GNOME

Ubuntu Gnome Remix 12.10 Arrives For Testing 175

sfcrazy writes "The first ISO (alpha) images of Gnome Shell edition of Ubuntu is now available for download and testing. The Gnome edition of Ubuntu will bring back a lot of hard-core Gnome Shell fans who were looking elsewhere to get the pure Gnome Shell experience. Both Fedora and openSUSE are doing a great job at offering Gnome 3 Shell experience and the arrival of Ubuntu GNOME Remix will give the project the audience it needed."
GNOME

Torvalds Takes Issue With De Icaza's Linux Desktop Claims 616

An anonymous reader writes "Linux creator Linus Torvalds has poured scorn on claims made by the co-founder of the GNOME Desktop project, Miguel de Icaza, that he (Torvalds) was in any way to blame for the lack of development in Linux desktop initiatives. De Icaza wrote in his personal blog: 'Linus, despite being a low-level kernel guy, set the tone for our community years ago when he dismissed binary compatibility for device drivers. The kernel people might have some valid reasons for it, and might have forced the industry to play by their rules, but the Desktop people did not have the power that the kernel people did. But we did keep the attitude.'" Update: 09/02 18:39 GMT by U L : The original source of the comments (and an exciting flamewar between Free Software heavyweights).
GUI

The True Challenges of Desktop Linux 505

olau writes "Hot on the heels on the opinion piece on how Mac OS X killed Linux on the desktop is a more levelheaded analysis by another GNOME old-timer Christian Schaller who doesn't think Mac OS X killed anything. In fact, in spite of the hype surrounding Mac OS X, it seems to barely have made a dent in the overall market, he argues. Instead he points to a much longer list of thorny issues that Linux historically has faced as a contender to Microsoft's double-monopoly on the OS and the Office suite."
GNOME

GNOMEbuntu Set To Arrive In October 157

First time accepted submitter Rzarector writes "Good News Everyone! Thanks to the Ubuntu Gnome Community and Jeremy Bicha, it seems that the popular distribution will ship a flavor with a relatively pure GNOME experience in the next release cycle, on October 18. At this point the effort is community based, but hopefully GNOMEbuntu will make it as an official Canonical spin, similar to Kubuntu, Xubuntu, et cetera, in the 13.04 release. This is the story: At the Ubuntu Developer Summit in May, some discussions took place on the need for a Gnome spin. On August 13, Jeremy Bicha posted on Gnome mailing lists about looking a name for the new Ubuntu derivative. After that, I had no news till Stinger gave us a thread in Ubuntu Forums. On there, Jeremy talks about working on an Alpha version! So I contacted him and he verified that GNOMEbuntu will be released together with Ubuntu 12.10."
Linux

Arch Linux For Newbies? Manjaro Is Here! 120

Penurious Penguin writes "Well within the top ten Linux distros, Arch Linux has a strong following for sure. But with an installation process requiring a little more involvement than the average distro, not every prospective user is ready to embrace the Arch Way, and understandably so. This is where Manjaro steps in. With a 100% compatibility with Arch, uncompromising adherence to principia KISS and a pre-configured Xfce, — or alternatively available GNOME & KDE — those who've been hesitating to explore Arch now have a few less excuses. And a little side-note for those still bitter about the lack of package-signing: You'll be glad to know that Arch fully implemented package-signing in June of 2012."
GNOME

Designer Jon McCann: "More Optimistic About GNOME Than In a Long Time" 235

An anonymous reader writes "In an extensive interview with derStandard.at, GNOME designer Jon McCann shares his thoughts about all the criticism GNOME 3 currently faces and why he doesn't think at all that GNOME is in a crisis. He also talks about the current plans for GNOME OS and explains why he thinks that Linux distributions should rethink their purpose."
GNOME

GNOME: Possible Recovery Strategies 432

An anonymous reader tips an article from Datamation about several suggestions for the GNOME project to answer user complaints and boost developer morale. From the article: "... with very few changes, GNOME 3 could be much more acceptable to most users. A moveable panel, panel applets, desktop launchers, user control of virtual desktops, menu alternatives that would remove the need for the overview -- all of these could be added easily as options. Together, they would reduce at least ninety percent of the complaints against GNOME 3. ... If GNOME is having trouble as a desktop environment, one obvious solution is to find new niches. Lopez and Sanchez suggested following KDE's lead and producing a tablet, while Lionel Dricot recently suggested a suite of cloud-based services. ... The one strategy that GNOME has never tried is asking users what they want. Instead, the project has preferred to rely on usability theory, treating it as an exact science instead of a collection of competing ideas supported by usually inconclusive studies that could be mustered to support almost any design. In GNOME 3, testing with actual users did not occur until near the end of the development cycle, when the chances of any major changes were remote."
Displays

Linux Is a Lemon On the Retina MacBook Pro 780

An anonymous reader writes "It turns out that Linux doesn't work too well on the Apple Retina MacBook Pro. Among the problems are needing special boot parameters to simply boot the Linux kernel, graphics drivers not working, no hybrid graphics support, WiFi requiring special firmware, Thunderbolt troubles, GNOME/Unity/KDE not being optimized for retina displays, and other snafus, including 20% greater power consumption with Linux over OS X. According to Michael Larabel, it will likely not be until early next year when most of the problems are ironed out for a clean 'out of the box' Linux experience on the Retina MacBook Pro."

Slashdot Top Deals