"First they ignore you, then they laugh at you, then they fight you, then you win." M. Gandhi

La Fibra che Ride

The Next Ubuntu coming…

The next version of Ubuntu is coming soon

Ubuntu Oneiric Ocelot 11.10 on HP EliteBook 8760W: a perfect portable Linux workstation

After working for years on a Elitebook 8530p, I was looking at a laptop which has to be performant, robust and with a good display since for my work I spend most of the time without external monitor and I need a lot of space on my desktop.

The final choice (compatible with the budget) was [...]

Ubuntu 11.10′s Unity Dash is taking shape

Ubuntu 11.10′s Unity Dash is taking shape – The H Open Source: News and Features.

Ubuntu 11.10 looks really promising!

((enjoy))

 

npviewer.bin segfault issue SOLVED with the Adobe Flash Player 64-bit native plugin

If are using a 64-bit flavour of Linux, you’ll be surely affected by the npviewer.bin issue about random crashes of the Flash Player plugin in Firefox with a message like this in your /var/log/kern.log:

npviewer.bin[6489]: segfault at 418 ip 00000000f6034d36 sp 00000000ffaaf868 error 6 in libflashplayer.so[f5dc7000+b5f000]

Well, Adobe some time ago released a beta quality 64-bit native [...]

Firefox and the Java Console

After upgrading to the lastest 3.6 Firefox and the latest Jre 6.0.20 on my Ubuntu 10.4, I faced the problem about the Java Console.
Since Jre6u10 the Firefox extension has been dropped by design.
You have to enable it from the Java Console Plugin Control Panel.
Useful links:

https://bugzilla.mozilla.org/show_bug.cgi?id=460244

http://kb.mozillazine.org/Java#Java_Console_disabled

https://bugzilla.mozilla.org/show_bug.cgi?id=511884

((enjoy))

Thnuderbird and Date Display format

To make Thnuderbird display the date in a more readable format, I made the following customizations:

In the prefs.js added these lines:

user_pref(“mail.ui.display.dateformat.default”, 2);
user_pref(“mail.ui.display.dateformat.thisweek”, 4);
user_pref(“mail.ui.display.dateformat.today”, 0);

just to have a more compact date for the last week messages.

Then to have the date in my locale it_IT, you need something like this:

export LC_TIME=it_IT.UTF-8

and the trick is done!
The usage of [...]

Gnome Background Generator

I really like to have the background image of my Ubuntu desktop automatically changing over time.
From System -> Preferences -> Appearance -> Background you can use the Gnome feature of using a special .xml file to accomplish this.
Togheter with this nice Python script (gnome-background-generator) you can simply automate the process of updating the files for [...]

Ubuntu Lucid Lynx 10.4 on HP EliteBook 8530p – Almost all is fine!

I’ve finally upgraded my Laptop to Lucid Lynx 10.4 and all is almost fine.
The volume control from the panel now works coerently, but the brightness control from Fn+F9 and Fn+F10 keys is not working.
I’m trying to upgrade the fglrx driver to 10.9, but this bug #555122 and especially comment #20 may be helpful. There is [...]

Thunderbird or Shredder and Lightning compatibility

Under Ubuntu, if are you using the latest version of Thunderbird from the PPA (rebranded as Shredder), you may encounter some problems with the Lightning plugin, especially if you are using the 64 bit version.

For example, with Shredder 3.0.6 you have to use the Lightning plug-in version 1.0b1 and not the latest 1.0b2.

For the X86_64 [...]

Ubuntu Karmic 9.10 on HP EliteBook 8530p - All is fine!

After reading this interesting post on Phoronix about the great increase of performance between ubuntu 9.04 and 9.10, I finally convinced myself to make the upgrade.
My first concern was about the ATI driver, which gave me some trouble with 9.04.
Anyway after a good backup, I started the upgrade, and in almost 2 hours I was [...]

Shiretoko IS Firefox, it’s only a User Agent issue

On my Ubunty Jaunty I’ve started to use the latest Firefox build using this PPA:
deb http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu jaunty main
but the Ubuntu Mozilla Team has decided to rebrand it as Shiretoko, and this seems to break some sites which relies on the User Agent string. Using the User Agent Switcher add-on for Shiretoko, ops… Firefox, is a [...]