Xubuntu + Compiz = Pretty pretty Xubuntu
With the release of Xubuntu 7.10 “Gutsy Gibbon”, Xubuntu looks better than ever. However, it can look better still, with the breathtaking effects provided by Compiz. How would you like all your windows zooming out into little thumbnails to give you an overview a la Mac OS X’s Exposé? Or what about flipping through your windows Cover Flow-style (or Flip 3D-style, for that matter)? And then you haven’t even experienced the joy of your windows casting shadows on your desktop, or wobbling like jelly as you drag them!
And that’s just the tip of the proverbial iceberg as there are many more features for you to discover - after you’ve installed it using this guide :).
Note to users of 8.04: flotoonie and Ivotron report that this guide also works for Xubuntu 8.04 “Hardy Heron”.
Preliminary note: your graphics card should support it. Most cards from Nvidia and ATI are supposed to work, as well as some cards from Intel. Most likely you will need to enable the proprietary, non-open source drivers using the Restricted Drivers Manager in Applications->System->Restricted Drivers Manager.
You can check whether you system can run Compiz using Compiz Check.
Before we start, I should also note that Compiz has not made a stable (i.e. 1.0) release, and undoubtly you will experience bugs yourself. This could include the occasional crash, your window borders disappearing (you can get them back by pressing Alt+F2 and entering “emerald” or, if that doesn’t work, “xfwm4″), windows being black in their entirety, or even being thrown out of your graphical environment completely. Be aware of the risks, and don’t blame me if it breaks .
A bit of history would be appropriate, so here goes. You can skip this paragraph if you already know what Compiz and Compiz Fusion are and just want to install them.
Developed within Novell (they bring you SUSE Linux) they released Compiz, a window manager with gorgeous effects to demonstrate their new XGL software which allowed better use of hardware and made these effects possible. Compiz became an independent project and kept adding astonishing new effects. As Red Hat (who bring you Red Hat Linux) developed AIGLX as an alternative to XGL, Compiz didn’t even need XGL anymore. A community formed around Compiz that made lots of useful and not-so-useful (but pretty) additions. One particular group of enhancements were not accepted into the main project and, being open source, a spin-off named Beryl that did include the enhancements was started. Beryl became very popular - perhaps even more popular than Compiz itself. However, both projects were dissatisfied with the duplicate work and found that they could settle their previous arguments. In a re-merge, most of Beryl’s plugins were made to work on Compiz under the name of Compiz Fusion. So now we have Compiz (or Compiz-core), the base system, with Compiz Fusion, which provides many additional, perhaps more experimental, plugins.
We will install Compiz as well as Compiz Fusion from the official software sources which will no longer pull along half of Gnome as it did in the previous version of Xubuntu.
A word of thanks goes out to Forlong who wrote a guide titled “How to install Compiz Fusion on Ubuntu Feisty - tutorial for advanced and/or KDE as well as Xfce users” - about the only guide that explains how to install Compiz on Xubuntu (up until now, that is ). Whereas his tutorial
focus[es] mostly on terminal commands
I’ll explain it like I usually do - the graphical way, with loads of screenshots. Do use his excellent tutorial if you prefer using terminal commands. Be sure to note, though, that his tutorial is for version 7.04, so you’ll have to replace “feisty” with “gutsy”.
Let’s start, shall we?
Note: If you rather copy and paste a command into a terminal window, use this: sudo apt-get install compiz-core compiz-plugins compiz-fusion-plugins-main compiz-fusion-plugins-extra emerald compizconfig-settings-manager
Fire up Applications->System->Synaptic Package Manager
to install the required packages. First of all, we need compiz-core
. This is just pure Compiz as opposed to the compiz
package which pulls along half of Gnome. Then, of course, we need the plugins that take care of all the bling - don’t worry, you can select which plugins you want to activate . We need the packages
compiz-plugins
, compiz-fusion-plugins-main
and compiz-fusion-plugins-extra
. Furthermore, you might like the application to draw the window borders, Emerald, instead of Xubuntu’s default xfwm4 (if you’re unsure, you’ll probably want it). If so, select the package emerald
. Last but not least, we need an application to configure Compiz to be usable, so select compizconfig-settings-manager
too.
Having selected them all, you can click Apply to start the installation.
Setting it up
Before you can run your newly installed Compiz, you need to configure it a bit. In order to do so, open Applications->Settings->Advanced Desktop Effects Settings
.
Beneath the “Effects” heading, click Window Decoration. In the Command input field, enter the window decorator you prefer (emerald
if you installed that, xfwm4
if not).
Well, that’s about it - let’s try running it!
Running Compiz
Only one way to find out whether everything works as expected - run it! In order to do so, press Alt+F2, enter compiz --replace
, then click Run. If everything works as it should, you should now see shadows around your windows!
Make it default
Now I’ll just assume that it ran successfully and that you want to have Compiz run by default every time you login. I’ll cover two ways to do that.
The easy-but-inefficient way
Using the first way Compiz will replace your default window manager every time you login. This means that, when you log in, first xfwm4 is ran which will then be replaced by Compiz, so even though xfwm4 is started, it will then be closed again without being used.
For this method, you open Applications->Settings->Autostarted applications
.
There, you click Add to create an entry with the following values:
- Name:
- Compiz Fusion
- Description:
- Desktop Effects
- Command:
compiz --replace
Well, actually, only the last entry really matters
Click OK and you’re done! The next time you login, Compiz will be started automatically.
The more-difficult-but-better way
So… You prefer the scary stuff? Well, it’s not that difficult, actually. You just press Alt+F2 and enter
gksudo "mousepad /etc/xdg/xfce4-session/xfce4-session.rc"
Basically, that opens the file xfce4-session.rc
with root rights with the text editor mousepad.
In this file, all you have to do is replace:
Client0_Command=xfwm4
…with:
Client0_Command=compiz
(Thank Ubuntuforums user sisco311 for this one)
Do note that this makes Compiz default for all users, as opposed to the previous method which made it default just for you.
Take it easy
CompizConfig allows you to tweak a lot of the settings, which might be a bit overwhelming. Therefore you might feel the need for some sane defaults. Luckily, CompizConfig, in the Preferences menu, allows you to import and export profiles.
As you can guess, I’ve exported mine, so go and download it and Import it!
Troubleshooting
It might just be that it does not work for you - please say so using the comment form below, then I can share the solution with the world:
- If you experience problems that you cannot solve using any of the methods above, you can revert back to Xfwm4. Of course, how to revert depends on the method you used. If you used the easy-but-inefficient way you can simply uncheck the checkbox before Compiz Fusion in
Applications->Settings->Autostarted Applications
. If you used the more-difficult-but-better way you have to open that configuration file again (gksudo "mousepad /etc/xdg/xfce4-session/xfce4-session.rc"
) and replaceClient0_Command=compiz
…with:
Client0_Command=xfwm4
Note that this will not uninstall Compiz - it will merely disable it.
- If nothing happens after you have followed all the steps, it might be that you need XGL for it to work (Xubuntu by default includes AIGLX). You can simply install it using Synaptic - look for the package
xserver-xgl
. - Ivotron reports what’s happening when you do not have window borders and how to solve it:
For those not having window decorations after following all the steps try first by removing the contents of the .cache/sessions/ folder as mentioned by Rob Hodge.
Then, on Settings->Settings Manager->Sessions and Startup, check that ‘Automatically save session on logout’ is disabled. Also, check that if you have the ‘Prompt on Logout’ option is enabled, when you actually log out, the checkbox that appears below the ShutDown, Restart, etc.. buttons isn’t checked.
What happens is the following. If you like (as I did) to save your session so that the next time that you log in all the programs you had running appear again, this will also include the autostarted (from the xfce4-session.rc file) compiz. Then, when you log out and log in again, the XFCE session manager will try to run compiz twice (one from the xfce4-session and another from the last session), causing (at least that’s what happens to me) that the emerald window decorator never gets started (or something alike like killed by the –replace flag).
So, the conclusion. Follow all the steps, stop saving sessions and use the autostarted applications configuration instead.
- If Compiz doesn’t work and you have an Nvidia graphics card, then you may need to make sure it is configured correctly. You can do so by pressing Alt+F2, typing
sudo nvidia-xconfig --add-argb-glx-visuals -d 24
and pressing “Run”. With thanks to Ransom’s comment. - If you are left with just one desktop, you have to set the “Horizontal Virtual Size” in
General Options->Desktop Size
in the Cube settings. - Rob Hodge also had a problem:
i couldn’t get it to work as the default setup.. it kept loading xfcewm instead of compiz or loading no window mqanager at all. so iâ€d sometimes be left with no decoration as the major noticable effect. this was even after changing the xfce4-session.rc file.
He solved it by opening a terminal window (
Applications->Accessories->Terminal
) and typing:
rm ~/.cache/sessions/*
WARNING: After pressingEnter
, this command will remove your saved session (i.e. the state saved if you checked “Save session” on logging out previously). If you don’t know what I’m talking about then it’s probably no problem. - Crewe did not have window decorations. Though the steps he took are quite complicated, and he needed to install Metacity, GNOME’s window manager, he solved his problem. I am not sure whether this will work for you, and it is probably safest to assume it won’t. For those still interested:
A run down of what I did was first
installed all the apps I needed:
sudo apt-get install compiz-core compiz-plugins compiz-fusion-plugins-main compiz-fusion-plugins-extra emerald compizconfig-settings-manager
I removed nvidia-glx / nvidia-glx-new as they directly conflicted with my nvidia drivers, and put me into “Low Graphics Mode†and caused all sorts of issues with the xserver.
sudo apt-get remove nvidia-glx –purge
sudo apt-get remove nvidia-glx-new –purge
respectively.
installed metacity:
sudo apt-get install metacity
restarted the computer (this is key)
then made sure I had a fully functioning xorg.conf that I created from mish-mashing the generated
configs from the following commands:sudo nvidia-xconfig
sudo dpkg-reconfigure -phigh xserver-xorg
nvidia-settings
and everything was working graphically, and I was using the restricted drivers, with nothing was crashing.
Then I added these entries to my xorg.conf
Section “Extensionsâ€
Option “Composite†“Enableâ€
EndSectionand
Option “AddARGBVisuals†“Trueâ€
to the Device section
I then reinstalled the nvidia drivers
sudo nvidia-installer -f
-f
forces the install, when the install asks you if you want it to generate and xorg for you SAY NO! (You just spent a lot of time creating a working one)then restarted the computer again.
it’s still a bit finicky as I had to run it twice to get it to work, and afterwards I can’t switch back to xfwm4 but it’s I small price to pay.
UPDATE: I’ve since uninstalled metacity, and everything seems to be working great
Of course, you can always read the comments for this post to read everybody’s problems/solutions or general tips.
That’s all folks!
Just because Xubuntu is speedy doesn’t mean it should not look pretty. With the release of 7.10, finally Compiz is no longer exclusively Ubuntu’s. Enjoy the looks!

Xfce 4.4.2 released
Yesterday Xfce 4.4.2 was released. Now I have to find some time after work to get it into Foresight.Hopefully I can cook it tomorrow night. One step closer to the Xfce Edition.
All green
I'm working a bit on Xfce Edition of Foresight Linux (isn't it green), so I decided, that there might be news worthy to write about but don't expect something interesting here, I'm pretty bad at blogging.Installing Xubuntu
When I installed Xubuntu 7.10 “Gutsy Gibbon“, I could not resist the urge to create a walkthrough for installing Xubuntu. It took me a while to write it up, but here it is. (Note: I have also written a review of Xubuntu 7.10)
Since Xubuntu uses the same installer as Ubuntu and Edubuntu, Ubiquity, this guide also applies to them, and Kubuntu’s installer is basically the same, so it also gives you an overview of what Kubuntu’s installation looks like. Also, the installer has not changed since the previous version, 7.04 “Feisty Fawn“, so it applies to that version too.
To start the installation, you just click the Install icon on the desktop once it is booted. However, I wanted to configure my internet connection first, because that way I would immediately be able to install language packs and whatnot. Note, though, that you can also complete the installation without internet connection.
In order to configure my wireless connection, I click the NetworkManager icon in the top right-hand side. It then pops up a list of detected wireless networks and has an entry listing my wired card.
Simply clicking the network I want to connect with, it prompts me for the passphrase. I can then click Login to Network and I am connected! It couldn’t be easier
Now that my network connection is all set, I can start Ubiquity (the installation application, remember?). The first screen allows you to select a language and links to Ubuntu’s release notes.
Clicking Forward brings us in the timezone selection screen, where we are presented with a map of the world.
Clicking the area on the map where you live zooms in the map making it easy to select your location.
Clicking Forward again presents us with a screen to select your keyboard layout. It includes many options, including many Dvorak ones (note to self: get to learn to type using Dvorak). An input field allows you to test the selected layout.
Yet again clicking Forward, a dialog box pops up telling the partitioner is being started.
When it has finished loading, you are presented with three partitioning options:
- Guided, resizing your main hard drive using the freed up space to install Xubuntu.
- Guided - use entire disk to wipe a whole hard drive and install Xubuntu on it.
- Manual
I opted for Manual.
The reason for me to select Manual was because I wanted a separate partition for /home
, which allows me to keep all documents and settings for all user accounts were I to reinstall Xubuntu (i.e. when a new version is released). Adding the required root (/
) and swap partition I ended up with a total of three partitions.
Then we need to provide Xubuntu with some user information for the first user account.
And finally, just before the actual installation will start, you are presented with an overview of everything you have selected so you can check it.
However, before you commence the installation, be sure to click the Advanced button in the bottom right-hand side. It allows you to set the location of the boot loader if you wish to, and enables you to opt in for the “Package usage survey”. If you check the checkbox, Xubuntu will send anonymous application usage data to a central Ubuntu server, so they can generate statistics about which applications are most popular. Not only does this enable the developers to improve the distribution in general, it also influences e.g. the ratings of applications you see in Add/Remove…
It will then start the installation, which will take a while.
Meanwhile, and this is an awesome feature, you can continue to use the system! You can browse the web using Firefox, heck, you can even install new applications for use during that session, all while the installation is progressing!
After a while you will be notified that the installation has finished, and that you should restart the computer to use it.
When you have restarted, with your internet connection configured, you will mostly be notified that updates are available.
I was also notified that I had the option to enable a restricted driver. This driver is not open source, but as I would like to try out Compiz Fusion (more on that in a later post) I wanted to install the driver.
Enabling the driver was very easy - just check the box and it will start the installation.
Once the installation completed, I was notified that I had to restart.
Clicking the notification gave me the option of deferring the restart to a later time, or to restart immediately.
That restart was the last restart I had to do since
All in all, Xubuntu’s installation process is a breeze. The partitioning part might be a bit scary (but hey, we’ve got Wubi if it’s too scary) but overall, it’s very easy and even comfortable. Being able to use the system while it is installing is a feature that blows away every other operating system I’m aware of, apart from other Linux distributions

Marihela update
Today I was working around Marihela, and I already had the idea of what to do. It is incredibly awe-some to work with an external display. There was enough space for a well sized xzoom, gimp, and full sized terminal (shade/unshade ^_~). You can check out on my gallery.
If you wonder what the GTK+ theme is, it is Aurora-Midnight.
Download Marihela.tar.bz2.
Update: The most recent version of Marihela can be snapshotted from my gitweb interface.
This is Gutsy
As the release of the next version of Xubuntu, 7.10 “Gutsy Gibbon”, is set to arrive soon, I took a test drive with the release candidate, looking for bugs to be solved just before the final release, and to find out what’s new. This release will bring you many improvements inherited from Ubuntu but also tons of Xubuntu-specific improvements. Prepare for a long read
Oh, by the way, I also made a little screencast giving a quick overview of the new features that you can download in Ogg (recommended) and Avi formats. And yes, it’s kind of random (I didn’t prepare it), but at least you can get a quick peek at the look and feel of Gutsy.
The looks
The very first thing you will notice in this release is Xubuntu’s spiffy new theme (MurrinaStormCloud) and the sleek new background image.
To be honest, when I saw it on screenshots, I was quite unimpressed. However, once you actually get to use it, ut just “feels right”. What’s more, this theme uses the Murrine engine. Basically, this means that it will run faster and feel more responsive than the previous theme which used the Clearlooks engine.
Software updates
In the six months that have already passed since Xubuntu’s previous release, much of the software included enjoyed updates that added a few new features.
For example, Ubuntu’s Add/Remove… application, for easy installation of additional software, has had some minor improvements, mainly in the use of language.
Even though Firefox 3 has been released yet, there are some minor but very useful additions to good ol’ Firefox 2.0, provided by the Ubufox extension, allowing the installation of third-party enhancements to Firefox to be done “the Ubuntu way”.
The first one can be seen when you open the Add-ons window from Tools->Add-ons. At the bottom right-hand side you will observe a link that says Get Ubuntu Addons.
Clicking it opens the familiar Add/Remove… window from which you can browse through some Firefox extensions that are packaged specifically for Ubuntu. Don’t worry about the limited amount of available extensions though, because you can still install extensions the way you used to.
The second one takes over the installation of plug-ins (software that allows you to play certain media, such as Flash, from within Firefox). In opening a website with an element that requires the installation of a plug-in, you are presented with the normal FIrefox placeholder in place of that content. However, clicking it doesn’t open the normal Firefox plug-in finder service you are used to, but a customized Ubuntu one. For example, when you try to open a Flash file, you are presented with two available Flash plug-ins: the official Adobe one, and the open source Gnash. Since Adobe’s one supports all Flash versions up till version 9, that choice is selected by default.
Selecting one of them and clicking Next opens a confirmation window.
The plug-in will then be downloaded and installed the Ubuntu way.
Once it’s finished you can close the window and you’ll be back in normal Firefox, which will know the plug-in to be installed.
And ta-da! You can view the content you so longed to see! (It still says on top, though, that a plug-in is needed, but that will disappear when you leave the page)
Xubuntu Gutsy also ships Pidgin 2.2.0. The reason it is listed under Software updates is because Pidgin is the new name of Gaim, the Multi-Protocol Instant Messaging client (for MSN, Google Talk, etc.) which used to be included in Xubuntu. Pidgin includes support for even more protocols than Gaim used to do, so you can really keep in touch with all of your friends.
Also included is the awesome new Gimp 2.4, which is an enormous improvement over the previous version (2.2), with so many enhancements that it would be one hell of a job to list them all here. Luckily, an extensive overview of new features in the Gimp 2.4 is already available. In any case, I’m loving it already
New software
Apart from the usual software updates, Xubuntu Gutsy features a whole host of new software which will all greatly improve your user experience and does away with under-developed or featureless applications.
The Screens and Graphics application is an Ubuntu application that is part of a bigger effort called BulletProofX, which makes sure that you will never be left without a graphical environment. If it so happens to crash, no longer will you be presented with a blue screen with unreadable text, instead, you will be presented with the Screens and Graphics window allowing you to reconfigure your graphical settings. You can also run it normally, allowing you to easily configure multiple screens.
You can also use it to select a graphics card driver.
You can choose a driver by the name of the driver, or by the model of your monitor.
Also just as Ubuntu, Xubuntu Gutsy ships ntfs-3g. This does not really interest me, because I hardly know what ntfs is, but I still saw it was a Good Thingâ„¢ when I got my dad to boot Xubuntu Gutsy, who was delighted that he could delete files from his Windows partition.
Then Xubuntu inherits from Ubuntu the latest Linux kernel (core) that includes dynticks. Again, I’m not too sure what exactly it is, but I read that it makes sure Xubuntu uses less power and makes your computer produce less heat, which should especially appeal to laptop users.
Yet another thing inherited from Ubuntu of which I don’t know exactly what it does: AppArmor. According to Wikipedia, AppArmor is software that provides yet another layer of security allowing for even stricter definitions of what software is allowed to do.
To replace Xarchiver, which was viewed by some as user-unfriendly, Gnome’s file-roller Archive Manager is now included. It allows you to easily create archives, in formats like .zip
, .tar.gz
or .tar.bz2
.
It also easily allows you to open compressed archives and view the contained files.
However, it is slower than Xarchiver, and since that one is still being actively developed I am of good hope that by the next release of Xubuntu, it will be considered user-friendly enough to make a comeback.
At first, Xubuntu Gutsy was to include a Places Plugin for the panel, just like Ubuntu has. Unfortunately, despite the usefulness of this panel plugin, it is considered too unstable for inclusion (as in: it crashes when trying to open a certain type of folder) so it won’t make it into the final release. Hopefully it will be stable enough by the time Hardy Heron, the version after Gutsy, is released. And of course, it still is available so you can add it to your panel yourself.
To replace the user-unfriendly Gxine, the Totem media player is now included by default. Unfortunately, it is named a bit odd in the Applications menu (Movie Player) because it will also play your audio files with ease.
However, as opposed to Ubuntu (which uses Gstreamer), Xubuntu uses xine behind the scenes to play your files. This is mainly motivated by the fact that, by using xine, Totem has better support to play DVD’s (Gstreamer for one has problems displaying the menu). The downside of this, however, is that it does not include support for automatic lookup of suitable codecs to play your files. This means that it will produce and error when trying to play files restricted by legal issues, unless you have installed the suitable codecs yourself. If Gstreamer were used, it would ask you whether you’d want to install the required codecs and then automatically look them up and install them for you.
Brasero replaces the redundant Xfburn, which was no longer in development and missed a few important features. The choice of a burning application for Xubuntu was a difficult one. Most of the settled applications where either no longer in development, missed important features or were specifically made for KDE. Brasero, however, seems like a good choice.
To replace and complement xfce4-taskmanager, Xubuntu now includes Gnome’s System Monitor. When you open it, you will be presented with the Resources tab open, displaying the current load on your system.
There is yet more though. Take the System tab for example. This tab is amazingly simple yet invaluable because it is the first graphical way of seeing which version of Xubuntu you are running (and yes, for now, if one has this application installed, you already know he’s running Gutsy). The System tab also displays your host name (the name of your computer), the version of the kernel, the amount of memory and type of processor, and the available disk space.
But lets not forget the Processes tab, which displays all running processes just like xfce4-taskmanager used to do. However, System Monitor displays a bit more information than xfce4-taskmanager (most importantly: it has icons next to the processes and an easy button to force an application to quit).
Finally, there is the File Systems tab, which I think is supposed to display information about your different partitions, but (probably because I was working from a LiveCD) it was empty for me.
Enabled by default in Xubuntu Gutsy is Update Notifier, which, surprisingly, notifies you when updates are available and allows you to easily install them.
Network Manager is an excellent application that makes it extremely easy to switch networks, which is very useful for laptop users often using different networks (e.g. one at work, another at home). It is represented by an icon in the system tray.
Clicking the icon pops up a list with available networks which take a single click to configure. Once you’ve configured your networks, it will be able to connect automatically next time it finds it. Unfortunately, I am on a computer that only has a wired connection (with which, by the way, it automatically connected), so I cannot show it to you.
Clicking Manual Configuration opens Network Admin, which was already present in previous Xubuntu versions. You can still use it to configure your network without using Network Manager (yes, I find the names confusing too) by disabling roaming mode. Both methods support WPA encryption if your hardware supports it.
Gutsy also ships Character Map, a simple applications that makes it easy to look up special characters like é, á or even Æ, õ and ø!
Automatic printer configuration should automatically configure your printers when they are plugged in (you can’t get it easier than that!). Unfortunately, I do not have a printer so I could not try it out.
The next one in fact concerns not one, but seventeen (!) applications, but since it’d be a lot of work to discuss them all I’ll just mention them as one: Gnome’s Games! I can tell you that, at least for me, this is a very welcome addition. And the quality of these games is excellent!
One of the included games is the hyped Sudoku puzzle game, which my mother greatly enjoys
The little things
Apart from all these big improvements, there are also a few subtle little changes that make the whole experience just that tiny bit more pleasant.
As every default application now has an icon in the menu, the key combination Ctrl+Alt+Esc couldn’t lag behind. This key combination allows you to click a window that might have crashed in order to force it to close. However, in previous versions, the cursor would change to an ugly black skull. Now, however, it is an elegant cross that fits in with the rest of the cursor theme.
In order to make Xubuntu even easier to get used to, and so as to prevent people from missing the documentation that was crafted with such care by all those superb volunteers, Xubuntu now by default has a help icon in the panel.
When saving or opening a file, you can now view Recently Used documents and Search for them.
Instead of displaying six buttons in a row like done in previous versions of Xubuntu, the Logout dialog now displays the buttons in two rows.
And you can still remove either or both the Suspend and Hibernate buttons which will neatly resize the buttons on that row to make it of equal width to the row above.
In previous versions, when shutting down, you would first see scary console text flying by for a bit until it switched to the easy-on-the-eyes logo with the progress bar. Well, that still happens, the scary text isn’t visible as long as it used to.
Speed
As you might have noticed from the screenshots, the machine I tested this on was quite a high-end machine. However, for those of you worried about the speed, Carrie offers reassurance in the comments:
I just installed Xubuntu 7.10 over the weekend on a PII 400 Mhz, 384 MB RAM test computer I have. I love the new look default theme on it. I was highly impressed with everything I saw as I clicked around in the menus and different settings. I enabled the effects as well and they worked beautifully.
One thing I noticed right away with the 2.6.22-14 kernel is everything is much more responsive than before. A very happy surprise. Including booting up. Instead of a two minute start up time under Feisty, it takes about a minute and a half.
Conclusion
That was a long, long read
I think this may well be considered the most important release since 6.06 “Dapper Drake”, which was Xubuntu’s first official release. Just as Ubuntu’s, Xubuntu’s goal has always been to be a user-friendly distribution, and it took a giant leap forwards and is even more so with this release. It will also be a good base to build on for the next Long Term Support version, 8.04 “Hardy Heron”, slated for release in April 2008.
Have you also tried Gutsy, and did you find it as awesome as I did (or perhaps you found it to be the worst release ever), or have I missed anything? Do not hesitate to use the comment form below!

Easy remote access with Thunar
Update: This is deprecated in favor of gvfs.Networking support is a hot topic in Thunar, and the most probable answer to a user will be one of the many FUSE tools. For Samba you can use fusesmb. For fish protocol and the like you can use sshfs. The benefit of a FUSE tool is that your remote data is accessible as it were on your file system. This results in the fact that all your applications can access the data, and not only the applications that implement a special API. There is never a need for high privilege, so every user can mount remote data from machines where they already have access. To unmount a fuse file system use the command “
fusermount -u /mount/point
”.Fusesmb
Here is a little usage example for fusesmb to show how easy it works.% fusesmb sambaAnd if the listed networks are empty or outdated run the fusesmb.cache command:
% ls samba
WORKGROUP MASSONNET
% ls samba/MASSONNET
M8T
% ls samba/MASSONNET/M8T
share music movies cdrom
% fusesmb.cache samba
Sshfs(.sh)
As a prerequisite use an authentication with keys — there are tons of HOWTOs for that and I just picked up that one — otherwise you will be prompted for your password and this is a no-go for a Thunar custom action, unless you set up ssh-askpass…Sshfs works as simple as “
sshfs user@host: /mount/point
” to mount the home directory from user on host. I arranged me a tricky Shell script to ease the mount even more. The script takes the hostname — the SSH server — and no further arguments. The hostname is also used as mount point, so you can basically have one directory with several sub-directories, each named after your remote hosts. If the mount point doesn't exist it is created on the fly.% sshfs.sh /sshfs/m8t
% sshfs.sh /sshfs/someuser@funkyhost
% sshfs.sh myhost.mine.nu
Thunar's Custom Actions
Thanks to the custom actions in Thunar, you can implement a lot of features on your own. I use the sshfs wrapper script to mount remote hosts. See how easy it is to set the next custom action up:
The custom action simply calls “
sshfs.sh %n
” with the name of the directory. To unmount, you would create a custom action with the command “fusermount -u %f
”.Vala > C ?
Brian writes about ObjC being much nicer to work with than plain old C for GUI work. I just came across an interesting project that tries to improve the situation: Vala.
It’s a new language with C#-like syntax with a compiler that generates C code. Could be interesting. Although, generally speaking, code generators suck, you shouldn’t have to deal with the generated code at all in this case. The code is written in Vala, which is compiled to native code, but if you create a library it will have (or generate?) an API that is compatible with C.
I am going to have to try this some time (because, you know, I have lots of free time to spend on playing around with obscure programming languages, oh wait, I don’t ;-) So, has anyone else tried this?
Use Epiphany to set your xfdesktop background
Hi ladies ang guys,As of my blog entry auto-update-background-list-for-xfdesktop I used to tell how I update my background with a uniq file in the background list. That worked with a shell script that 1) took as argument an image file 2) updated the background list 3) and reloaded xfdesktop.
I updated that script and put it in my git (git.m8t.mine.nu). It can now take a remote file as argument. That combined with the web browser Epiphany, you can apply a background within the browser.
Download that script and make it executable inside your $PATH.
Now run Epiphany with the extensions then:
- go to Tools > Extension... and enable the Actions extension
- After the Actions are enabled go to Edit > Actions
- Press Add and create an action called "Update xfdesktop background"
- And set the command to "set-xfdesktop-image.sh"
- Check Images in the Applies to
- Click Add.
Now go to my wallpapers gallery, choose a wallpaper (click on it to get the fullsize), and right click it. You can apply it by choosing the item "Update xfdesktop background" in the context menu.

Have fun with my hack around xfdesktop,
Mike
Xfce Volstatus Icon 0.1.0
Yesterday I released the first version of my Xfce Volstatus Icon. It’s a pretty simple little app; all it does is sit quietly (and invisibly) in your system tray until you plug in a removable device (like a USB flash disk or an iPod), and then it turns into a little icon that you can click to easily and safely unmount and/or eject the device so you can physically remove it.
The code for the icon itself is relatively simple; it’s all less than 2000 lines of C. Another 2000 lines resides in ‘ghal’, a library I’ve written to act as gobject bindings for libhal and libhal-storage. Currently it’s not documented at all, and it’s not released as a separate library dependency, but included in the xfce4-volstatus-icon source package. I first wrote the libhal bindings for Airconfig, and then extended them for volstatus to include libhal-storage.
The upshot is that you can create a GHalContext object, and connect to gsignals on the object such as device-added and device-removed. You can enumerate devices (GHalDevice objects) on the system via their UDIs. Now ghal also knows about ’special’ devices, which are subclasses of GHalDevice: GHalDrive, GHalVolume, and GHalVolumeDisc. The cool thing is that you don’t have to know what they are explicitly. ghal_context_device_from_udi() will create the right kind of device and return it to you cast to a GHalDevice; you can use e.g. GHAL_IS_DRIVE() to determine if it’s also a GHalDrive, etc. Currently you can use ghal_context_find_device_by_capability() to find devices of particular types if you know the HAL capability strings, but I plan to add convenience API to abstract the capability strings.
I’d also like to add more objects, like GHalComputer (the root computer object), and support for performing actions on particular devices (like mount/unmount for volumes, suspend/hibernate for the power management interfaces, etc.). I’m also debating including some parts of Airconfig in there as well (mainly the interface control stuff), though I’m not yet convinced that that’s necessary or useful, especially since it currently relies on a custom HAL addon and method-invocation scripts. At any rate, I think it’s pretty useful for people who want to use HAL just like any other glib/gobject-type services, and I’ll turn it into a standalone library Real Soon Now[tm].
(Yes, I know about libhal-glib, written by Richard Hughes for gnome-power-manager. However, I don’t really like the API that much, and it obviously has a decidedly power-management-slanted focus that I don’t need.)