[konsole] [Bug 320522] Session restored tab has zero initial size
Jinesh Choksi
bugzilla_noreply at kde.org
Fri Jul 23 20:33:34 BST 2021
https://bugs.kde.org/show_bug.cgi?id=320522
Jinesh Choksi <jinesh at onelittlehope.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |WORKSFORME
CC| |jinesh at onelittlehope.com
Status|CONFIRMED |NEEDSINFO
--- Comment #3 from Jinesh Choksi <jinesh at 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 the assignee for the bug.
More information about the konsole-devel
mailing list