1

If I open konsole it opens non-stop more windows of konsole and the gui hangs because of overload, I tried apt purge konsole && apt install konsole, I tried to restart but to no avail.

EDIT: @RuiFRibeiro

Here is the contents of ~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
Rui F Ribeiro
  • 55,929
  • 26
  • 146
  • 227
somethingSomething
  • 5,721
  • 18
  • 58
  • 98

1 Answers1

4

As from your previous question, it seems konsole is calling itself.

I would view the contents of ~youruser/.config/konsolerc and delete it to fix the problem.

Rui F Ribeiro
  • 55,929
  • 26
  • 146
  • 227