Advertisement
para_bellum

Conky segmentation fault

Jun 14th, 2015
288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. One day, after an apt upgrade, conky stopped working. When trying to launch it from the cli, it only said "Segmentation fault".
  2. Conky was not the problem, as reverting to an older version did not resolve the problem. Actually, Conky relies on tint2. Looking closer at the apt log, the following appeared:
  3.  
  4. Errors were encountered while processing:
  5. /var/cache/apt/archives/tint2_0.11+svn20121014-3_i386.deb
  6.  
  7. A package could not be installed, thus bugging Conky as well. A solution is to force the install of the package via dpkg:
  8.  
  9. $ sudo dpkg -i --force-all /var/cache/apt/archives/tint2_0.11+svn20121014-3_i386.deb
  10.  
  11. Restart Conky and voilà.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement