Ubuntu / Linux news and application reviews.

Slider[Style1]

Use Personal Video Database To Catalog Your Movies / TV Series [Windows]

Personal Video Database is a Windows application for cataloging your movie collection fast and easy. Thought-out user interface and different database management function make it easy to create and manage big movie databases.

Personal Video Database

Koego: Complete Twitter and FriendFeed Statistics For Your Account

At a first look, Koego is just another free statistics service for your blog which does not impress and gives you no reason to give up Google Analytics for it. But then I discovered the Social Media stats integrated into Koego and that's when I was really impressed. Basically, Koego provides stats for your Twitter account (and FriendFeed) which inlude:

The Final Version Of Amarok 2.2 "Sunjammer" Released [Linux]

amarok 2.2 finalAmarok 2.2 comes with an almost completely new look and feel. It now has a new layout for the Browser Pane on the left and an easier navigation using "bread crumbs" on top. All elements, the Browser Pane, Context View and the Playlist are dockable widgets, which you can place how and where you like. It is even possible to stack or remove them. Of course it's up to you to change the position, width and height to your liking.

Read the complete Amarok 2.2 release announcement to see what's new.

Ubuntu Karmic Koala 9.10 Beta Released, Features Gnome 2.28

Ubuntu Karmic Koala 9.10 Beta was released today and includes the previously mentioned:

-Updated Human GDM theme, Humanity icons and new log-out screen
-New wallpapers and GDM theme - The gdm 2.28 login manager is a complete rewrite compared to the version in earlier Ubuntu releases, permitting a more integrated login experience.
-The renamed Ubuntu Software Center (previously: Ubuntu Software Store).

Other than that, Ubuntu Karmic Koala beta comes with Gnome 2.28 (which includes a preview of Gnome Shell - but Karmic already had a preview in the repositories):

ubuntu software center karmicgnome 2.28 ubuntu karmic koala


Canonical To Increase The Storage For Ubuntu One

Canonical prepares to increase the storage for Ubuntu One, however, the new storage limit is yet to be disclosed.

In case you don't know, Ubuntu One is a service which allows Ubuntu users to synchronize files between multiple computers via the internet and also share files using it's web interface or work remotely with those computers. Currently, users get 2 GB of space available for free or 10 GB of available space for $10.00 (USD) per month.

Canonical seems to be listening very closely to Ubuntu One user requests regarding Windows, Mac OS X and iPhone support too (Ubuntu One currently runs on Ubuntu only), and they may "revisit the discussion at the beginning of next year [2010]," says Ubuntu One Product Manager Matt Griffin. "A few people have chimed in and said they’re interested in doing [cross-platform] development, but we haven’t seen anything concrete yet," adds Griffin.

For further reading, head over to WorksWithU.

Crystal Icons For GIMP

gimp default iconsgimp crystal icons
DefaultCrystal



To install the Crystal Icons theme for GIMP, download the theme and extract the contents of the archive to:

Linux: /usr/share/gimp/2.0/themes. (or in ~/.gimp-2.6/scripts or ~/.gimp-2.7/scripts, depending on your version - if you don't want it to be available for other users).

Windows users should put the theme file in C:\Documents and Settings\<yourname>\.gimp-2.6\themes (or .gimp-2.7, depending on your GIMP version).

Then, open Gimp and go to Edit > Preferences > Theme and select Crystal.

And don't forget, you can install Gimp 2.7 in Ubuntu in just a few easy steps.


Thanks to La Ventana Muerta for poiting out the Gimp Crystal Icons.

Download The New Ubuntu Karmic Human Theme (And Humanity Icons)

new ubuntu karmic human theme


If you wish to install the new Human theme from Ubuntu Karmic in say... Ubuntu Jaunty (it should work on any distribution with Gnome) or the Humanity icon pack, you can download them from here:


There is also a pack available with all the new Wallpapers from Ubuntu Karmic.


Credits for packing the new Ubuntu Karmic Human theme and Humanity icon pack (and lots of thanks) go to Adrian @ ubuntucentrum.

New Ajax Google Translate Widget

Google just announced a new Google Translate widget for blogs which is ajax-based and much prettier than the previous one.

Here is a video with the new Google Translate widget in action:


(I only added the script to make the video, then removed it)

Quick Tip: Load CSS Based on Screen Resolution

To load some CSS files based on the screen resolution of the visitor, basically you just have to use some JavaScript like this:

<script type="text/JavaScript">
var screenwidth = screen.width;
if (screenwidth < 750){
document.write('<link rel="stylesheet" href="http://path.to/750px.css" type="text/css" media="screen" />');
}
if ((screenwidth >= 750) && (screenwidth <= 950)){
document.write('<link rel="stylesheet" href="http://path.to/750px.css" type="text/css" media="screen" />');
}
if (screenwidth => 1024) {
document.write('<link rel="stylesheet" href="http://path.to/1024px.css" type="text/css" media="screen" />');
else {
document.write('<link rel="stylesheet" href="http://path.to/verylarge.css" type="text/css" media="screen" />');
}
</script>


Bit.ly URL Shortening Applet For Gnome [Linux]

bit.ly gnome applet

gbitly-applet is an applet for Gnome which enables creation of short urls without logging into bit.ly. Its still in its development stage but alpha version is available.

How it works: you will need to right click your Gnome panel, select "Add to Panel" and add gbitly-applet, then right clicking the applet you will see a form in which you must fill in the long URL which you want to get shortened. Also, the applet automatically detects a long URL you previously copied (from the clipboard) and adds it to the long URL field.