Monthly Archive for May, 2008

Howto Set Gnome Calendar First Day of Week in Ubuntu

This tutorial will explain how to change the gnome calendar first day of the week to Monday.

Check which locale you are using (mine is en_US, don’t worry about the .UTF ending)

locale

Next, backup and edit the applicable locale file (use the result of the previous command if not en_US).

sudo cp /usr/share/i18n/locales/en_US /usr/share/i18n/locales/en_US.bak

gksudo gedit /usr/share/i18n/locales/en_US

Locate the following line and change the value. The value for Monday in en_US was 2. Select the appropriate number if you desire another day to be the start day.

first_weekday 2

Save the file and then

Update the locales

sudo locale-gen

Refresh the desktop

killall gnome-panel

The first day should now be Monday

Read More…

[Source: Only Ubuntu Linux - Posted by FreeAutoBlogger]

A Fine Piece: Rhythmbox 0.11.5

Updated: May 01, 2008

Introduction

Following audio players reviews like this or this, today I decided to review Rhythmbox 0.11.5, the GNOME audio player.

At first glance, Rhythmbox made me a good impression: the layout is simple and clean, similar in many ways to many other players for GNOME, like Banshee, Listen or Exaile.

Usual Rhythmbox instance, playing The Rolling Stones


Features
To begin with: it features a library which includes all the music you added, a play queue, and tabs for podcasts, radio and the Last.fm service. The library is organised in three sections, for artists, albums, and the list of all songs. Clicking an artist will only show the songs by that artist, and the same goes for albums. Podcasts and radio features are typical, with nothing special or any uncommon stuff, and the Last.fm tab provides only a way to play Last.fm radios, showing nothing about your favourite songs or artists. But it’s fine, if you plan to use it only to listen to music. It’s a music player after all, right?

Playing online radios


Song properties - you can edit the tags here


Magnatune and Jamendo integration
The nice thing I liked about Rhythmbox was not necessarily the integration of both Magnatune and Jamendo music stores, but the possibility to listen to music featured there and moreover, download a torrent file from Jamendo in case you want to use later a BitTorrent client to get the whole album. It’s nicer and faster than bumping into an album you like and then opening your browser to download it.

Magnatune music store

A great feature: download torrent from Jamendo button

Playlists and cover fetching
Default playlists include top rated, recently added and played songs, and you can create your own. Rhythmbox searches in the album’s directory for covers and shows then when it find them (I tested this for ‘cover.png’). I’m sure it works for any of the common names like ‘cover.jpg’ or ‘front.jpg’.

Plugins
Even though at first Rhythmbox may not look as feature-rich as other players, you’ll definitely like it more when you’ll bump into the plugins. It comes with several useful plugins. To list some of them:
- Cover art - fetch album covers from the Internet
- FM Radio - support for FM radio broadcasting services
- Jamendo and Magnatune plugins
- Last.fm - for song submission at Last.fm
- Visualization - display visualizations
And there are several more, very handy when needed.

Default plugins

Last.fm song submission plugin configuration


Preferences
The Preferences dialogue allows you to change the browser views, add or remove visible columns from the playlist and configure podcasts.

The ‘Preferences’ dialogue

The ‘About’ Dialogue


Conclusion
I like it. I consider this fine application a complete audio player, featuring all you need to get a good audio experience. It’s pretty stable, even though a little slow (sometimes it hangs for 1-2 seconds - on a 1.8 GHz Core 2 Duo machine) but that is not necessarily a problem. A good player, probably the best from all the GNOME players I tested until now.

Read More…

[Source: Echoes - Posted by FreeAutoBlogger]