Hiyo,
I run Linux (Crunchbang converted to Debian Testing
Code:
fiver22@m0nster:/home/fiver22 $ uname -a
Linux m0nster 3.12-1-amd64 #1 SMP Debian 3.12.6-2 (2013-12-29) x86_64 GNU/Linux)
I've never had an issue w/ Calibre since I started using it ages and ages ago -always on linux. I use the defauly (/opt) location:
Code:
sudo python -c "import sys; py3 = sys.version_info[0] > 2; u = __import__('urllib.request' if py3 else 'urllib', fromlist=1); exec(u.urlopen('http://status.calibre-ebook.com/linux_installer').read()); main(install_dir='/opt')"
However when updating to latest (The latest release of calibre is 1.19.0.) using the above method and the default install location all went well until I tried to launch calibre (I typically use Synapse as a launcher and have never had an issue before) -this time NOTHING happened so I ran
from the terminal. This launched calibre with the following output
Code:
fiver22@m0nster:/home/fiver22 $ calibre -v
usbmuxd_get_device_list: error opening socket!
So, I'm looking for advise on how to fix or how to provide more useful info.
Thank you!