Adobe updated the Linux Flash 10 Beta today.
Fortunately, they fixed the windowless mode, one nasty issue with the previous beta version.
Have a look at the new features and the list of fixed bugs of this release.
I updated my Personal Package Archive (PPA) accordingly. If you already added my PPA to your sources list, you'll get the updated flashplugin-nonfreebeta within the next upgrade.
From time to time I need to start some applications from command line, either to watch for debug messages, or to run the application as a different user.
Most times I'm unable to remember the correct filename to start the application. So I end up using Ubuntu's menu editor to watch for the correct command line, unfortunately the Gnome main menu applet isn't capable of showing it's configuration otherwise.
I accidentally discovered a neat trick to shorten the procedure a lot: Instead of using the menu editor, just drag and drop the menu entry to an open Firefox window:

Should have thought about that earlier.
I guess a year has gone since Ekiga offered packaged SVN Snapshots of the upcoming Ekiga 3.
Today Ekiga project leader Damien Sandras announced the availability of new Snapshots.
In order to add these to your Ubuntu Hardy install, you just need to add the Ubuntu repository to your sources list, make sure Ubuntu multiverse is enabled also :
deb http://snapshots.ekiga.net/snapshots/ubuntu/ hardy mainImport the Ekiga signing key
gpg --keyserver keyserver.ubuntu.com --recv-keys 3596ED6E
gpg --export --armor 3596ED6E | sudo apt-key add -In order to install the Ekiga snapshot, just run:
sudo apt-get install ekiga-snapshot libpt-snapshot-plugins-v4l libpt-snapshot-plugins-avc libpt-snapshot-plugins-dc libopal-snapshot-plugins-h264Enjoy a much improved Ekiga 3!
You may have heard of "Ubuntu Netbook Remix", a special edition of Ubuntu for so called "netbooks", which was showcased by Canonical at Computex.
A quick search revealed, that at this time it seems there isn't any kind of installation ISO or VirtualBox image of Netbook Remix available.
Fortunately, the Ubuntu Netbook Remix Team offers a Personal Package Archive (PPA) of their great work.
A word of warning about installation: The Ubuntu Netbook Remix packages change a lot of settings on Ubuntu Hardy, including session files and Nautilus setup. So DO NOT install the packages on your regular desktop. It might be a good idea to install a Ubuntu Hardy VirtualBox image and use it to add Ubuntu Netbook Remix package to the default desktop.
After you prepared a virtual machine, installation if fairly easy:
1) Add the PPA to your sources list:
deb http://ppa.launchpad.net/netbook-remix-team/ubuntu hardy main
deb-src http://ppa.launchpad.net/netbook-remix-team/ubuntu hardy main2) Update your system and install Ubuntu Netbook Remix:
sudo apt-get update
sudo apt-get install go-home-applet human-netbook-theme maximus ume-launcher window-picker-applet3) After installation, you need to restart gdm:
sudo /etc/init.d/gdm restartYou should now see a running UME-Launcher

If your theme didn't change automatically, please check your appearance settings. There's a new "human netbook theme" available.

There are still some graphical issues with the Netbook desktop, but it's usable right now.

More screenshots are available at Flickr.com.
It seems code for Netbook Remix is available at Launchpad.net.
I guess Netbook Remix will come with it's own installation ISO's and a lot of changes regarding the boot process and software selection, compared to the "common" Ubuntu Hardy Heron. But the Netbook Remix PPA offers a glimpse at current development.
Since a few weeks I'm testing Flash 10 Beta and I'm really happy with it. There are some bugs with online games from time to time, but the overall performance is great. There's better (faster) fullscreen support and it seems Adobe worked really hard on Ubuntu compatibility and the sound issues.
I experienced very few Firefox crashes, even if I'm using the browser up to 16 hours a day, constantly playing at least one flash video.
I recently presented a few workarounds for the annoying Flash bug in Ubuntu Hardy. Since none of the workarounds really solved the issue, I decided to stop using the nspluginwrapper workaround with Flash 9 and keep using the Flash 10 beta. Fortunately, Flash doesn't seem to need libflashsupport any longer, even if your hardware doesn't support hardware mixing.
To make installation of the Flash beta more comfortable, I decided to modify the flashplugin-nonfree package to a flashplugin-nonfreebeta package. Since Flash 10 still crashes with libflashsupport installed, the package will remove it before installing the Flash beta.
I'm neither a Flash nor a packaging guru, if you're willing to give it a try, add the following line to your sources list:
deb http://ppa.launchpad.net/thielmann/ubuntu hardy mainUpdate the sources and install the package flashplugin-nonfreebeta. Due to Bug #125103 of the Launchpad service, you'll notice a message stating that this is an unsigned package.
I couldn't test the package on amd64 and lpia. Please report any installation issues to the comments, any Flash bugs to Adobe's bug tracker.