https://bugs.kde.org/show_bug.cgi?id=320522
Jinesh Choksi <jin...@onelittlehope.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WORKSFORME CC| |jin...@onelittlehope.com Status|CONFIRMED |NEEDSINFO --- Comment #3 from Jinesh Choksi <jin...@onelittlehope.com> --- I tried to reproduce this via: 1. Added the following to ~/.bashrc if [ "$KONSOLE_DBUS_SESSION" != "" ] ; then TAB_TITLE=`qdbus-qt5 $KONSOLE_DBUS_SERVICE $KONSOLE_DBUS_SESSION title 1` if [ "${TAB_TITLE:0:8}" == "myserver" ] ; then mosh localhost fi fi 2. Starting konsole and adding multiple (3) tabs to it. Renaming the middle tab to "myserver" 3. Logged out and logged back in again Result was that it restored my Konsole window with the 3 tabs and it was prompting me to enter credentials in the myserver tab. i.e. Mosh was working as intended. I could not reproduce the issue. Paul, can you confirm if the issue is still reproducible by you? My setup: - Distro: openSUSE Tumbleweed - KDE Plasma Version: 5.22.3 - KDE Frameworks Version: 5.84.0 - Qt Version: 5.15.2 - Graphics Platform: X11 - Kernel Version: 5.13.2-1-default - Konsole Version: 21.04.3 - Mosh Version: 1.3.2 -- You are receiving this mail because: You are watching all bug changes.