Import feeds RSS akgregator kde3 –> kde4

Hi there.

For people like me encountering some pain to import thoses, there’s a simple feature implemented by akgregator :

go in akregator, file menu, import :

go to $HOME/__kde.old__/share/apps/akregator/data/feeds.opml

Enjoy !

Salut,

pour les gens comme moi qui ont un peu galéré pour importer ses flux RSS de kde3 vers kde4, voici une implementation d’akregator qui permet de faire la blague.

Il suffit d’ouvrir akregator et d’aller dans le menu file ( ou fichier ) puis import feeds et enfin aller sur $HOME/__kde.old__/share/apps/akregator/data/feeds.opml et valider.

Enjoy !

bug java : xcb_xlib_unlock: Assertion ‘c->xlib.lock’ failed

If you’re encountering this problem ( Linux ),

  xcb_xlib_unlock: Assertion 'c->xlib.lock' failed

add this line in your /etc/profile :

export LIBXCB_ALLOW_SLOPPY_LOCK=1

It’s a java6 bug.

______________________________________________________________________________

Si en lançant une appli java vous obtenez cette erreur ( sous Linux ),

  xcb_xlib_unlock: Assertion 'c->xlib.lock' failed

ajouter ceci dans /etc/profile :

export LIBXCB_ALLOW_SLOPPY_LOCK=1

c’est un bug de java6