Richard Fan changed bug 1207965
What Removed Added
Flags needinfo?(richard.fan@suse.com)  

Comment # 8 on bug 1207965 from
Thanks for Fabian's help!

I may found the root cause for this issue, I remembered I rewrite the image
files before the upgrade tests [my bad, I started a new vm with the image and
started konsole at that time]

Then, there are some cache/config/log files generated in the qcow2 image:

bernhard@susetest:~> find . |grep konsole
./.config/konsolerc
./.local/share/kxmlgui5/konsole
./.local/share/konsole

In old image, the file content as below:

bernhard@susetest:~> cat ./.config/konsolerc
[MainWindow]
RestorePositionForNextInstance=false
State=AAAA/wAAAAD9AAAAAAAAAoAAAAHCAAAABAAAAAQAAAAIAAAACPwAAAAA
ToolBarsMovable=Disabled
Virtual-1 XPosition=384
Virtual-1 YPosition=252

===============================================================

Then after the upgrading, we can hit the issue. the workaround is removing this
file.

At the same time, I check the fresh installed system for the file content:

bernhard@susetest:~> cat .config/konsolerc 
[MainWindow]
RestorePositionForNextInstance=false
State=AAAA/wAAAAD9AAAAAQAAAAAAAAAAAAAAAPwCAAAAAfsAAAAcAFMAUwBIAE0AYQBuAGEAZwBlAHIARABvAGMAawAAAAAA/////wAAANUBAAADAAADIAAAAaYAAAAEAAAABAAAAAgAAAAI/AAAAAEAAAACAAAAAgAAABYAbQBhAGkAbgBUAG8AbwBsAEIAYQByAQAAAAD/////AAAAAAAAAAAAAAAcAHMAZQBzAHMAaQBvAG4AVABvAG8AbABiAGEAcgEAAADo/////wAAAAAAAAAA
ToolBarsMovable=Disabled
Virtual-1 Height 1024x768=498
Virtual-1 Width 1024x768=800
Virtual-1 XPosition 1024x768=112
Virtual-1 YPosition 1024x768=127

[UiSettings]
ColorScheme=Default

===============================================================


You are receiving this mail because: