On Ubuntu 11.04


I did an in-place upgrade of the Ubuntu 10.10 running on my mother's netbook to Ubuntu 11.04. I had it run overnight, and by morning, voila!, I had Natty Narwhal on the computer. The upgrade went by without a hitch; real sweet, considering this was a Wubi installation.

Setting up Ubuntu 10.04 on the HP Mini 2144

Stuff I did when setting up Ubuntu 10.04 of my HP Mini 2144 (listed for my future reference, details to follow):

1) Install Ubuntu.
2) Install driver for WiFi (requires wired broadband connection).
3) Switch menu buttons back to the right.
4) Change themes and backgrounds.
5) Remove user list.
6) Set up additional users.
7) Add MP3 and AVI codecs.
8) Rearrange Firefox default search engines.
9) Set up shortcut icons.
10) Install applications:
* Pyroom
* ImageMagick
* Cheese
11) Set up Empathy.
12) Set up Evolution.
13) Set up Ubuntu One.

Humble Indie Bundle

Just a short plug for an offer that's worthwhile every which way for gamers: Wolfire Games, publisher of small independent games, has put together the Humble Indie Bundle, a collection of five top-selling games.  The games are

* World of Goo
* Aquaria
* Gish
* Lugaru
* Penumbra Overture

All these games are playable in Windows, Mac, and Linux.

This will sound crazy but you get to choose how much you want to pay for the games.  Proceeds of this sale are split between charity and the developers (and you also get to choose how to split.)

As if that wasn't crazy enough, they've also added Samorost 2 into the collection.

What are you waiting for?  Check it out now!

Lucid Lynx due within the next 36 hours

...and I am honestly excited by the prospect.  The Beta has been very good on my laptop, and I'm looking forward to using the release for a long time to come.

First impressions of Pitivi

I first saw Pitivi a few weeks ago, when I took Ubuntu 10.04 Beta for a spin.  I got curious then but didn't have enough time to fully try it out.  Yet another Linux movie editor?  I had some passing experience with Kino and Open Movie Editor but at the time I used them they fell short in functionality and stability.  Would Pitivi do better?

Today I finally found out.  I tried Pitivi on my HP Mini running Ubuntu 9.10.  Stability-wise, lots of plus points.  I haven't run into any crashes yet.  Granted, it's not as full-featured as some people might like, but I think that's another advantage (people complain about the GIMP for having too many features).  If all you want to do is assemble clips with some minor edits here in there, then Pitivi should work fine.

Since Pitivi works with the gstreamer plugins, anything that Ubuntu can read, e.g., AVI, MP4, Ogg Theora, MP3, etc. Pitivi should also be able to read.  Thus far, I've worked with test clips that involved Ogg, MP4, and JPG files.  Quite intuitive, actually.

I'll see if I can post a fully assembled clip tomorrow.

Backing up large files

As backup devices, USB flash drives and hard disks are by no means perfect; but they give the most bang for the buck today, and they're fast, too, which is why you should be using them regularly.

Just a small tidbit when you're backing up: if you're backing up a large file, say, an ISO, to a FAT/VFAT-formatted USB drive (which is most likely the case) be aware that there is a 4GB file size limit.  This is a limitation of the FAT file system.  Thus, you'll need to break you up into smaller chunks. 

Neither ZIP nor TAR.GZ or any of the other default compression formats on Ubuntu can do this, however.  You'll need to install p7zip-full or rar.  The Create Archive... dialog that appears when you right click on a file should recognize these formats once they're installed.

Adding a PPA

PPA stands for Personal Package Archive, in essence, a private repository for Ubuntu packages.  Developers use this to distribute software that would not otherwise be found in the main Ubuntu repositories.

A simple way to add a PPA into your repository list is:

sudo add-apt-repository ppa:reposite/ppa

Credits to this Ubuntu Forum thread.

Jamendo

Thanks to Rhythmbox on Ubuntu, I've discovered Jamendo, a music site for truly independent artists.  The selections veer away from mainstream music industry fare.  I particularly appreciate the offerings under Latin, Blues, and Electro.  My favorite so far is La Caja Negra, a Spanish group that plays both Latin and Rock.

The site doesn't just offer individual tracks but complete albums.  They come in both MP3 and Ogg Vorbis formats.  They're all legal, too: Jamendo works on a system of voluntary donations.

You can also use Rhythmbox to stream music from Jamendo.

Adding a watermark using ImageMagick

First, create your watermark image.  This can be text or logo, in any format.  For best results, use either a black or white image and adjust the opacity to 50%.

Then, run the following command:

composite -gravity center wm.png image.jpg output.jpg

where wm.png is the watermark image, image.jpg is the image to watermark, and output.jpg is the output image.  The -gravity option has alternative parameters, e.g., north, south, southwest, etc. 

If you have several images to watermark, you can run the following script:

for i in *.JPG
> do composite -gravity center vis-watermark.png $i tmp.jpg;
> mv tmp.jpg $i;
> done
 

ATI HD 4890

I'm not that big of a gamer so I don't pay much attention to graphics cards.  However, this question pops up quite often: what's a good video graphics adapter for Linux?  The recommendation I got from a thread in the forums today: the ATI HD 4890.  The suggestion owes much to the open source driver support that ATI provides.

Phoronix has an in-depth review of the ATI HD 4890 on Linux.  A scan of eBay reveals that it's pricey, thogh, for me at least: around P10,000 ($200), give or take.

iPhone and Ubuntu

Everything you've wanted to know about getting the iPod Touch / iPhone working with Ubuntu.  Well, almost everything, anyhow.

One trick I learned, though not specifically Ubuntu-related:

On the iPhone, for an image on the web browser, hold your finger on the image until options appear. Click "Save Image" and it will be available in your photo browser for use as wall paper.

So it's Google, after all....

It looks like Google will be the default search engine on Firefox for the final release of Ubuntu 10.04.  From the forums:

Each release we determine the best default web browser and the best
default search engine for Ubuntu. When choosing the best default search
provider, we consider factors such as user experience, user preferences,
and costs and benefits for Ubuntu and the browsers and other projects
that make up Ubuntu. Up until Ubuntu 9.10 these defaults have always
been Firefox and Google. Earlier in the 10.04 cycle I announced that we
would be changing the default search provider to Yahoo!, and we
implemented that change for several milestones.

However, for the final release, we will use Google as the default
provider. I have asked the Ubuntu Desktop team to change the default
back to Google as soon as reasonably possible, but certainly by final
freeze on April 15th.

It was not our intention to "flap" between providers, but the underlying
circumstances can change unpredictably. In this case, choosing Google
will be familiar to everybody upgrading from 9.10 to 10.04 and the
change will only be visible to those who have been part of the
development cycle for 10.04.

Cheers, Rick

I hope this is the last we'll hear of this non-issue.  Quite interesting to see how the development team works, though.

Ubuntu One Music Store

Apparently, Canonical is venturing into the music distribution business with Ubuntu One Music Store.  Rhythmbox is the primary interface.  More on this in later posts.

iPod Touch and Ubuntu 10.04

Oh, wow, now this is good news: the iPod Touch now works properly with Ubuntu 10.04, specifically, with Rhythmbox.  Plug in the iPod Touch and Ubuntu offers to start up the app.  You can drag and drop MP3 files into the iPod Touch.

The Rhythmbox that came with older versions of Ubuntu didn't properly recognize the iPod Touch (though older iPod players worked fine.)  I gave up trying to get them to work as all I really used the iPod Touch for was as web browser and e-book reader.   iTunes was just too much of a hassle to work with.

Now that things just work, I expect to be using the iPod Touch more.

Presumably this works for the iPhone as well, but I don't have one to test with.

Lucid Lynx two weeks after

While still in Beta, Lucid Lynx is humming along quite nicely two weeks after I installed it on my Acer laptop.  Sure, there are the little annoyances linked to using a Beta product from Ubuntu, for instance, the large daily updates of software and the occasional application crash.  For the most part, though, Lucid Lynx is quite usable and I'm growing to like it.

To be honest, I was prepared to dislike Ubuntu 10.04, as I've come to dread new releases.  The six-month cycle is a tad too aggressive, and each new version brings with it changes that somehow break the experience for me.  And really, Lucid Lynx is no exception: the decision to move the control icons from right to left is hasty and unwise, and the vaunted color scheme is simply meh.  But I've come to accept that these changes are minor and easily resolved with some personal customizations.

The other parts I thought I'd dislike didn't really bother me at all:
  • Losing The GIMP wasn't the dealbreaker I thought it would be.  Sure, I still installed it afterwards, but then I really only use GIMP nowadays for cropping, resizing, and minor color adjustments, things I couid as easily do with F-Spot.
  • The deal with Yahoo! doesn't really substantially change the experience with the browser.  You can still use Google for the search engine.  Just about the only major change is that the Yahoo! icon features more prominently in the search page if you opt for Yahoo! in the Firefox search toolbar.
Some pleasant surprises, too:
  • Lynx boots up just as fast as before, but shutdown?  Really fast.  You can turn the machine off in under 5 seconds.
  • Integration with Ubuntu One seems much tighter, so much so that I'll be using it regularly now.
  • Some nice new apps and a more streamlined menu.
However, the jury's still out on the performance of Wine on this version.  Some games wouldn't run as smoothly as they did before.

All told, I'm looking forward to the final release.

Left or Right?

Every new release of Ubuntu brings with it something new. Sometimes the users like it, sometimes they don't. Most of the time, the changes aren't so drastic that people don't really notice too much.

Not this time, though. The Ubuntu folks, through a newly formed usability team, decided to try something really radical in 10.04: they moved the window control button from the right to the left.


I know, I know, it shouldn't be that big of a deal, right? After all, they're just window control buttons. You know, the ones you use to minimize, maximize, or close the window. But it does.

I would guess this stems from a bit of Mac-envy, as this follows the convention used by Apple. But not too many users, myself included, like the change. It just throws me off.

My first look at Ubuntu 10.04

Ubuntu 10.04, Lucid Lynx, is now out on Beta. I thought I'd give it a quick spin to see what it had to offer.
First and most obviously, the brown Ubuntu theme we've come to know and love/hate is no more. In its place: a light shade of purple. Sigh. This will take some getting used to all over again.

A way out of all those Wubi problems

With Ubuntu 9.10 came a serious problem with Wubi: sometimes, it just won't load the kernel, sometimes, it won't find the initial RAM disk. It's something I've already covered here. What makes the problem worse is that it's intermittent. You don't know when it will strike.

Apparently, this is the cause:

To be able to boot Wubi, Grub2 has to access the ntfs partition which is hosting Wubi. There is a bug in Grub 2, which prevents Grub2 to read any files on an ntfs partition beyond the first 4GB. If any of the boot files is outside of the 4GB limit, booting will fail. Depending on which boot file is outside the limit, the symptoms can be quite different. Since any kernel or Grub update relocates some of the boot files, you might be hit by this bug at any time.


To fix the problem, go to the link above, download the new wubildr, and replace the one you have in C:\ of your Windows partition.

Removing the user list from Gnome 2.28 login screen

From a security standpoint, it's not wise to present a list of users at the logon window. Why give intruders an idea of the accounts on the system, after all? Why make it easier for them to guess for access?

Unfortunately, Gnome 2.28, which comes with Ubuntu 9.10, uses the dropdown list by default, and what's worse, doesn't give you any easy and intuitive way of changing it. That's just sad.

In order to modify this, you'll have to open a terminal window and execute:

sudo -u gdm gconftool-2 --set --type boolean /apps/gdm/simple-greeter/disable_user_list true

Idea from Ubuntu Tutorials: Remove the User List from Ubuntu 9.10 GDM.

Resizing with F-Spot

For the longest time I've resisted using F-Spot. Plain old bullheadedness on my part, I guess. I preferred to do things old school, manually arranging my photos in folders. But it just got to the point where I had too many photos and F-Spot became the most rational way to manage my pictures. Now that we've gotten acquainted, I'm loving it.

Today I hurdled another problem that had been bugging me for some time: resizing photos in F-Spot. Apparently, you can install a plugin for resizing. Just go to Edit->Manage Extensions.



From then on, a Resize button will appear in the Edit panel on the side.



The resize feature is fairly rudimentary. Aspect ratio is locked, so all you can do is change the width. For basic editing, this should be all you need.

More F-Spot Extensions.