I love me some Klipper, but recently it stopped working. It seemed to be okay until one login when it started aborting (SIGABRT).
I tried starting it from a console window and got this error:
_________________________________________________
Error: "/var/tmp/kdecache-cdupree" is owned by uid 1000 instead of uid 0.
terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
KCrash: Application 'klipper' crashing...
ERROR: Communication problem with klipper, it probably crashed.
_________________________________________________
Just to see what would happen I changed the owner and group of the directory ...kdecache-cdupree to 0, and tried again. This time I got:
_________________________________________________
terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
ERROR: Communication problem with klipper, it probably crashed.
_________________________________________________
Are there files with Klipper data from previous sessions that I can clear to get rid of this problem?
Or in general, any suggestions? I really, really miss Klipper...
I tried starting it from a console window and got this error:
_________________________________________________
Error: "/var/tmp/kdecache-cdupree" is owned by uid 1000 instead of uid 0.
terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
KCrash: Application 'klipper' crashing...
ERROR: Communication problem with klipper, it probably crashed.
_________________________________________________
Just to see what would happen I changed the owner and group of the directory ...kdecache-cdupree to 0, and tried again. This time I got:
_________________________________________________
terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
ERROR: Communication problem with klipper, it probably crashed.
_________________________________________________
Are there files with Klipper data from previous sessions that I can clear to get rid of this problem?
Or in general, any suggestions? I really, really miss Klipper...
Comment