Comment 7 for bug 801906

Revision history for this message
David Caro (dcaro) wrote :

This is caused by a corrupted config file (~/.config/clicompanion/config), when it reads the config from there, it expects to find an integer, but instead it founds nothing, a config file like this causes it:

  1 [terminal]
  2 scrollb =
  3 colorf = #FFFFFF
  4 colorb = #000000
  5 encoding = UTF-8

Tested it and it does not solve the problem, also problems whith the other config values when are incorrect or empty.