Free Software to Look Forward to

WordPress 2.5 is out! This one makes me overly excited because it comes with a built-in gallery!!! FINALLY! And with multi-file upload!! I was just playing with it and It looks like it will suit my purposes just fine. I guess I will continue avoiding the Flickrs and other such community-based photo sites, for now.… Continue reading Free Software to Look Forward to

GNOME Panel / Ubuntu UI Musings

Reading Ubuntu 7.10 Pragmatic Visual Presentation Critique got me thinking about a better way to position applets and launchers on the panels in GNOME. Imagine if you have locked all your applets and you’re trying to move a new applet to a specific location, you have to first unlock every applet which involves a right… Continue reading GNOME Panel / Ubuntu UI Musings

GThumb has mangled my photos

For quite a long time, I’ve primarily been using GThumb to manage my photos. It’s fast, did approximately what I needed it to do and had this great “Apply physical transformation” checkbox on the Rotate tool. GThumb’s Rotate Images Tool What this did, was look at the Orientation information in the photo (as recorded by… Continue reading GThumb has mangled my photos

Scanning in Linux

After actually using my all-in-one printer/scanner/fax/copier thing for scanning some photos, I’ve discovered it’s not actually that great as a scanner; Jack of all, master of none, I guess. It has trouble differentiating any dark colour from black, so the resulting scans have an excessive amount of black in them and generally much fewer colours… Continue reading Scanning in Linux

How to open a folder with the default file-manager in mono/C#

using System.Diagnostics; … Process.Start (“file:///home/”); Did a bit of IRC channel ping-pong today. Went over to #f-spot to ask a user-related question about f-spot, and got pulled in by curiosity on a totally unrelated topic: opening a folder with the default file-manager. Initiated some discussion on #mono and discovered this was, in fact, not trivial… Continue reading How to open a folder with the default file-manager in mono/C#