En fait je me doutais que c'était peut-être du à un problème d'installation de kiax. C'est tout à fait possible de résoudre ce problème de dépendance, je peux même te le garantir puisque je suis sous gnome également.
voici une méthode d'y arriver, il suffit juste d'adapter pour kiax au lieu de skype :
Rebuilding the package would mean doing the following steps:
* run
Code:
dpkg-deb -x skype_1.2.0.17-1_i386.deb skype_1.2.0.17-1_i386
* Go into the created directory, and you should see a couple folders, usr and etc. Create another and call it DEBIAN.
* Open up the package in file-roller, ie. by double clicking on it. Open up the control.tar.gz file that is inside the package, and extract the three files inside into the DEBIAN folder you made.
* One of the three files is called control. Open it in a text editor.
* You should see a line that starts with "Depends:, and then lists all the packages that Skype needs. Change libqt3c102-mt, or whatever the qt package is listed as, to libqt3-mt
* Go to the parent directory of skype_1.2.0.17-1_i386 and run
Code:
dpkg-deb -b ./skype_1.2.0.17-1_i386
* now you can run dpkg -i on the generated package, hopefully
(tiré de
http://ubuntuforums.org/showthread.php?t=40148)