Can't be launched after installation from the deb
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ComplexShutdown |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
I download the deb file today, installed it with the software-center, and try to launch ComplexShutdown, but nothing happened!
I'm using Ubuntu 11.04. I first try with the Unity launcher's and then with the command line. I finally found that the both files complexshutdown.py and complexshutdown.ui (in the folder /usr/bin/) aren't executable.
I put the first one executable and tried again in command line. The result follows:
thibault@
Traceback (most recent call last):
File "/usr/bin/
xlib = ctypes.
File "/usr/lib/
return self._dlltype(name)
File "/usr/lib/
self._handle = _dlopen(self._name, mode)
OSError: libX11.so: Ne peut ouvrir le fichier d'objet partagé: Aucun fichier ou dossier de ce type
Is there any dependency I must install or something else to do?
Changed in complexshutdown: | |
status: | New → Confirmed |
The problem is just a missing symbolic link. I assume libX11-6 is installed on your system. This command will solve it (on Ubuntu 11.04):
sudo ln -s /usr/lib/ i386-linux- gnu/libX11. so.6 /usr/lib/ i386-linux- gnu/libX11. so
If it doesn't help, type
find /usr/lib -type f -name "libX11.so.6"
to obtain correct path to file libX11.so.6 and create the link with your path.
Any of files omplexshutdown.py and complexshutdown.ui doesn't need to be executable (and probably shouldn't be).