Fix console input and output.
This commit is contained in:
parent
0fe51c2d8b
commit
ac51f7e6c4
@ -15,7 +15,7 @@ Last night, I suddenly could not start KMail anymore.
|
|||||||
Konsole revealed this:
|
Konsole revealed this:
|
||||||
|
|
||||||
```fish
|
```fish
|
||||||
daniel@seppel9 ~ (main) [1]> kmail
|
$ kmail
|
||||||
org.kde.pim.kmail: setFcc: collection invalid ""
|
org.kde.pim.kmail: setFcc: collection invalid ""
|
||||||
We have an error during reading password "Entry not found"
|
We have an error during reading password "Entry not found"
|
||||||
*** KMail got signal 11 (Exiting)
|
*** KMail got signal 11 (Exiting)
|
||||||
@ -27,7 +27,7 @@ fish: Job 1, 'kmail' terminated by signal SIGSEGV (Address boundary error)
|
|||||||
Luckily, I quickly [found a fix][1]:
|
Luckily, I quickly [found a fix][1]:
|
||||||
|
|
||||||
```fish
|
```fish
|
||||||
rm .local/share/kmail2/autosave/*
|
rm ~/.local/share/kmail2/autosave/*
|
||||||
```
|
```
|
||||||
|
|
||||||
Don't know what caused this problem and why KMail chokes on
|
Don't know what caused this problem and why KMail chokes on
|
||||||
|
Loading…
Reference in New Issue
Block a user