Tag Archives: ppa

Pidgin & Facebook: problemi su Ubuntu Karmic

Pidgin FacebookNon me ne vogliate, ma Empathy proprio non mi piace, anche perché non sono riuscito a far funzionare la chat di Facebook (che dovrebbe funzionare comunque, visto che alla fine è tutto in salsa Purple). E poi Empathy è proprio brutto. Non mi piace. Ecco.

Detto questo, da alcune settimane avevo notato difficoltà a fare il login su Facebook da Pidgin (versione 2.6.2 come da repository ufficiali Canonical per Ubuntu Karmic). La chat di Facebook, che su Pidgin si utilizza tramite il plugin pidgin-facebookchat, pur essendo accessibile dall’esterno e documentata, non rispetta uno standard consolidato come l’XMPP. Lo farà in futuro, ma per il momento è possibile, e anche probabile, che alcune modifiche al protocollo la rendano inutilizzabile dai software di terze parti.

E così è successo per Pidgin su Karmic. La soluzione è semplice: basta installare una versione aggiornata del plugin. Il deb, che va bene sia per Ubuntu che per Debian1, si trova alla pagina principale del progetto Pidgin Facebook Chat. Basta scaricarlo e installarlo (bastano un paio di click con il mouse, non pensiate di usare ancora il terminale!) per risolvere il problema.

Giacché siamo in vena di aggiornamenti, suggerisco anche di inserire nei propri repository il PPA ufficiale degli sviluppatori di Pidgin. Chi utilizza Karmic Koala (che personalmente consiglio vivamente) può aggiungere il nuovo repository inserendo dal programma Sorgenti Software (dal menu Sistema -> Amministrazione) la riga:

ppa:pidgin-developers/ppa

Istruzioni più complete e che funzionano anche sulle altre release di Ubuntu sono presentate in dettaglio nella pagina di Pidgin dedicata alla distribuzione africana. Una volta completato l’upgrade, la versione di Pidgin passerà dalla 2.6.2 (dei repository di Karmic) alla 2.6.3 che è invece la release più recente.

I più pigri possono installare sia Pidgin che il plugin per Facebook cliccando su questi due link (magie dell’APT):

  1. Non si ricorda mai abbastanza che Ubuntu senza Debian non avrebbe mai iniziato e non potrebbe continuare []

Il logo dei “Microsoft Store”?

169918-microsoft_retail_logo_originalA sentire PcWorld, potrebbe essere questo a fianco il logo che segnalerà ai passanti la presenza di un negozio Microsoft.

L’idea che anche quelli di Redmond si cerchino di “brandizzare” i loro prodotti alla ricerca di un non so ché di “cool“, mi lascia abbastanza indifferente. Se non fosse che a quanto pare apriranno i loro negozi proprio a fianco degli Apple Store. E visto che ultimamente la Apple mi sta abbastanza sul culo, non posso negare che la cosa mi abbia strappato più di un sorriso.

Epiphany-webkit on Ubuntu updates

Very little left to do.

About Hardy. The webkit-team PPA has Epiphany 2.22.3 with webkit enabled.

Instead Intrepid has webkit enabled Epiphany in universe, so my work is not necessary. You can still use the webkit-team PPA if you want to use a more recent version of the webkit engine. I will probably upload a more updated version of Epiphany as well if neighter intrepid-proposed nor intrepid-backports will be able to provide it.

So long and thanks for all the fish!

New upstream version for F-Spot. Here it goes the 0.5.0.1

Some annoying issues in the new F-Spot 0.5 has made developers release a new version with some fix.

This version also perfectly builds on amd64 machines (the previous one had some problem on Ubuntu, don’t know why and now I just don’t care so much).

I uploaded a new version on my PPA on Launchpad. It is ready for Hardy and Intrepid. If you already installed F-Spot 0.5 from my ppa, you only need to run

sudo apt-get update
sudo apt-get upgrade

For more details on installation, please refer to my previous post.

New F-Spot 0.5.0 – Build for Ubuntu

F-Spot developers released a new version of their photo management software. Here you can read the release note. I made a package for Ubuntu Hardy and Ubuntu Intrepid. Both are available on my PPA on Launchpad. Note that there could be some issues with this build: please refer any problem you find. It is sufficient writing a comment on this blog.

Quick instructions for Hardy

If you are using Hardy, add the following repositories to your sources (you can either use Synaptic or edit your /etc/apt/sources.list):

deb http://ppa.launchpad.net/michelinux/ubuntu hardy main
deb-src http://ppa.launchpad.net/michelinux/ubuntu hardy main

On Hardy you will also need a more updated version of GTK-Sharp, which you will find in the same repository. So if you are using the standard apt way there are no problems, but if you prefer to download the single deb file remember to download the GTK-Sharp deb file as well.

Quick instructions for Intrepid

f you are using Intrepid, add the following repositories to your sources:

deb http://ppa.launchpad.net/michelinux/ubuntu intrepid main
deb-src http://ppa.launchpad.net/michelinux/ubuntu intrepid main

It is not necessary add the deb-src repository: add it only if you are planning to play with sources.

Know Issues

This package won’t compile on amd64. Still investigating. This is the build log, if you have any idea or suggestion please let me know (just leave a comment to this post). Also, if you have a 64bit machine (Intel or AMD it’s pretty much the same) youi could try to download the upstream source of F-Spot and trying to compile it on your Ubuntu box.

This has been solved with the new upstream version 0.5.0.1. Please upgrade your installation by running

sudo apt-get update
sudo apt-get upgrade

Installing WebKit powered Epiphany on Ubuntu Hardy

Epiphany Webkit Acid3 test

The next version of Epiphany (it will be included in the future Gnome 2.24) will use WebKit engine by default. The WebKit rendering engine is mainly developed by Apple for their Safari browser and is based on the glorious KHTML, originally made by the honourable KDE Team.

The current version of Epiphany (2.22) is already supporting the WebKit engine, but it is not the default choice because of some issues which make Epiphany-WebKit not suitable for everyday browsing (e.g. embedded flash player). Anyway trying Epiphany-WebKit is a good chance to see whether this alternative is really faster as thay say (I’m anticipating you the result: yes, it is).

I made a little change to the original debian control files in the source package and compiled it using the Launchpad PPA.

To install Epiphany-WebKit you only need to add the following two repositories to your /etc/apt/sources.list:

deb http://ppa.launchpad.net/stemp/ubuntu hardy main #WebKit & Midori
deb http://ppa.launchpad.net/michelinux/ubuntu hardy main #Epiphany-WebKit

The first one is the PPA by Stéphane Marguet (aka Stemp), and contains the webkit libraries used by my Epiphany build. It also includes an updated version of Midori, another GTK based web browser using webkit: give it a run. At the moment I’m writing this post, the version of WebKit available Stemp’s PPA is svn34798 (not sure Apple is publicly providing stable releases of WebKit, at least I could only find nightly builds and sources).

The second one is my Personal Package Archive and currently includes only the Epiphany packages.

After you add the two repositories (you also can do this from Synaptic) you have to reload the repositories lists: press the reload button on Synaptic or type in a terminal sudo apt-get update.
At this point you can find the epiphany-webkit package. To install it from the terminal, just type

sudo apt-get install epiphany-webkit

It will automatically load all the dependencies (mainly the webkit libraries from Stemp’s ppa).

The command to run the WebKit powered Epiphany is epiphany-webkit. I suggest you to edit your menu: on Gnome right click on the menu and choose Edit Menu. In the Internet folder you can activate the items to directly launch Epiphany using WebKit or Gecko, the original engine made by Mozilla and also used by Firefox. If nothing is specified Epiphany will use Gecko as default choice.

Epiphany Webkit Manu Entry

At this point you will have the Webkit Epiphany available from the menu, along the Gecko version.

Epiphany Webkit menu entry

In the future, hoping I have time, I will talk about the performances of WebKit compared to Gecko, and the differences about memory occupancy of the two differences. In the near future on this blog you will also find a post about getting Flash Player working in Epiphany-WebKit. Any suggestion or hint is welcome.

A special thanks to Stéphane Marguet.