View Single Post
Old 12-20-2016, 05:44 PM   #15
mark.j
Junior Member
mark.j began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Dec 2016
Device: kobo aura
The same thing happened to me, but I was able to fix it

Either installing or running Calibre does something to one of the packages which the ubuntu desktop depends on. I was able to get it working again with this:

Code:
apt-cache depends ubuntu-desktop | grep Depends | sed 's/  Depends: //' | xargs apt-get --reinstall install -y
Anyhow, I'd like to get a newer calibre working, but I think I'll be a little more careful with installation next time.

-mark
mark.j is offline   Reply With Quote