如果我打开 konsole,它会不停地打开更多 konsole 窗口,并且 gui 由于过载而挂起,我尝试过apt purge konsole && apt install konsole
,尝试重新启动但无济于事。
编辑:@RuiFRibeiro
这是 ~youruser/.config/konsolerc 的内容
[Desktop Entry]
2 DefaultProfile=programmer.profile
3
4 [Favorite Profiles]
5 Favorites=programmer.profile
6
7 [KFileDialog Settings]
8 Recent Files[$e]=gott.png,file:$HOME/Pictures/trinity_the_matrix-11351.jpg,file:$HOME/Pictures/gott.png
9 Recent URLs[$e]=file:$HOME/Pictures/
10
11 [MainWindow]
12 Height 1024=625
13 State=AAAA/wAAAAD9AAAAAAAABQAAAAOhAAAABAAAAAQAAAAIAAAACPwAAAAA
14 ToolBarsMovable=Disabled
15 Width 1280=845
16 Window-Maximized 1024x1280=true
17
18 [Notification Messages]
19 CloseAllTabs=true
答案1
从你之前的情况来看问题,似乎konsole
是在调用自己。
我会查看其内容~youruser/.config/konsolerc
并将其删除以解决问题。