Description of problem: Error occurs during starting of computer or when trying to run hplip-gui Version-Release number of selected component: hplip-gui-3.12.11-1.fc18 Additional info: cmdline: /usr/bin/python /usr/bin/hp-systray -session 1028929728319b000135842449700000011770009_1358446903_913384 dso_list: hplip-3.12.11-1.fc18.x86_64 executable: /usr/bin/hp-systray kernel: 3.7.2-201.fc18.x86_64 uid: 1000
Created attachment 682446 [details] File: backtrace
Created attachment 682447 [details] File: core_backtrace
Created attachment 682448 [details] File: environ
Created attachment 682449 [details] File: smolt_data
What do the following commands say ? rpm -V hplip-libs yum list installed 'hp*'
$ rpm -V hplip-libs manque /usr/lib64/libhpip.so.0 manque /usr/lib64/libhpip.so.0.0.1 manque /usr/lib64/libhpmud.so manque /usr/lib64/libhpmud.so.0 manque /usr/lib64/libhpmud.so.0.0.6 manque /usr/lib64/python2.7/site-packages/cupsext.so manque /usr/lib64/python2.7/site-packages/hpmudext.so manque /usr/lib64/python2.7/site-packages/pcardext.so manque /usr/lib64/python2.7/site-packages/scanext.so $ yum list installed 'hp*' Modules complémentaires chargés : langpacks, presto, refresh-packagekit Paquets installés hpijs.x86_64 1:3.12.11-1.fc18 @fedora hplip.x86_64 3.12.11-1.fc18 @fedora hplip-common.x86_64 3.12.11-1.fc18 installed hplip-gui.x86_64 3.12.11-1.fc18 @fedora hplip-libs.x86_64 3.12.11-1.fc18 installed
There are definitely some files missing. yum reinstall 'hp*' should fix this particular problem. But there may be others - how did you install the system (or hplip) ?
rpm -V -a should tell you if there are any other files missing (manque).
I was previously running with Fedora 17 + custom install of hplip (make install). I did an upgrade of Fedora with FedUp then I wanted to give a new try to official hplip package. So I first uninstalled custom install (make uninstall) then did yum install hplip-gui. My guess is that a dependency (hplip-libs) was still installed as rpm in Fedora 17 and doing make uninstall removed some of its files. Then doing yum install hplip-gui did not reinstall hplip-libs as it was supposed to be already installed. Doing yum reinstall 'hp*' fixed everything! Thanks for your help.