I noticed that when Konsole is launched whatever was in it when I closed it is in it when I reopen it making me have to clear it. Also rather I click on Konsole to open another instance or click open new tab I get neither the new window or new tab.
I am out of ideas, any suggestions would be greatly appreciated.
Do you get the same issues if you create a new user account?
EDIT
Tried to watch video of what occurs and no longer available, I have not experienced this or seen anything similar as Eric mentions over on the arcolinux forum
Open Dolphin ~
Create a new folder '~/CRUDDYSTUFF
Press F3, open that folder on the right.
On the left, select all - and deselect that folder then press ShiftF6 to move all the âCRUDâ.
Log out, Log in, Test again.
If problem clear, then select HALF the contents of CRUD, and ShiftF6 it back.
Log out, Log in, Test again.
If the problem re-emerges, then look at the last set of stuff you imported (First can move it back, isolating it to to yet another folder in the CRUD folder, then import everything else - test again to be sure).
If the problem is just Konsole, did you try resetting the Konsole configuration by removing ~/.config/konsolerc (when Konsole is not running, of course)?
Which is exactly what I did. The only difference in letting Konsole recreate that file was theme and font were restored to default but the behaviors are still there. As for the CRUDDYSTUFF idea Iâm passing on that.
I honestly couldnât tell you, cause all I do is install the OS, reboot, check and do updates, reboot, tweak my settings, and then install and setup the rest of my applications.
As for Konsole after all that is done I install and setup zshforhumans, edit my profile to use ZSH, change the theme, edit the fonts if needed, set scrolling to 1 million lines and that is it.
Iâm assuming thatâs the post youâre referring to?
This is the first time I am seeing this in Konsole.
It looks like your session is being cached somewhere and is being restored even though you have closed the Konsole instance.
Even a new tab results in restoring a previous session.
Konsole does not have this feature out of the box.
What does your profile settings inside Konsole look like - any special configuration (excluding any zsh tweaks) in place ?
Have you tried creating a test user which would ultimately give you a vanilla Konsole to use; thus giving more insight into whether a config change is causing this behavior ?
Do you use Tmux? If yes how are you detaching and re-attaching (do you use any keybinding, or is this baked into the tmux configuration) previous sessions, and did this behavior change after updating to Plasma 6 ?
Iâm going to create a new profile now. I did remember installing Alacritty to test, and just did that. When I launch it it opens and Konsole closes and if I relaunch Konsole Alacritty closes.
EDIT:
I just created a new test profile and it does the exact same thing.
I donât have Tmux installed to test, but it looks like you have it installed as part of a dependency of various other packages. So removing it is going to be difficult.
Tmux
âterminal multiplexer: it enables a number of terminals (or windows), each running a separate program, to be created, accessed, and controlled from a single screen. tmux may be detached from a screen and continue running in the background, then later reattached.â
Do you have a tmux config file in place inside ~/.tmux.conf
Checked .zzhrc and commented out the line with tmux in it, launched Konsole and empty except for the expected ZSH prompt. Tested running Tograde and was able to scroll. Got a new tab when I clicked New Tan. Got a second window when I clicked Konsoleâs icon on my dock, and when I launched Alacritty it opened without closing out Konsole. Thanks very much appreciated.
The âzshforhumansâ setup asks if you want to use tmux on every shell, which you can say ânoâ to. It would probably have been a better idea for âzshforhumansâ to actually treat its users as humans and explain what it means - it means that it never forgets what you did in your console, and all new shells connect to the same single terminal: you need to use the tmux commands (keyboard shortcuts) to create subshells in tabs and windows inside tmux.
For people who arenât familiar with terminal multiplexers (tmux is not the only one) this would be very confusing and I think this is a bad default - the fact that âzshforhumansâ gives you the option to not have that is good, but the fact that they donât explain what it means and it is still the default - is bad.
The other problem I see in your screencasts is that when you press ânew tabâ, you get a refresh and nothing else happens. Iâm guessing that a new tab was created but its shell was immediately connected to the same tmux sessions - so you donât see that anything actually did happen, but I would have expected to see the tab bar showing another tab was created. The problem is probably that your tab bar is hidden for some reason (it is not the default). I suggest going to Settings â Configure Konsole â Tab Bar / Splitters â Appearance then in âShowâ change it to âWhen neededâ or âalwaysâ (the default is supposed to be âWhen neededâ).
Sorry for the extremely late reply. Uninstalling tmux diod the trick. As for new tabs I would guees that you called it about it actually opening a new one so fast and porting the previous info that one would think it wasnât doing any thing.