[konsole] [Bug 410469] New: konsole upgrade 19.04 -> 19.07 breaks QDBUS session support

pgnd bugzilla_noreply at kde.org
Wed Jul 31 20:15:31 BST 2019


https://bugs.kde.org/show_bug.cgi?id=410469

            Bug ID: 410469
           Summary: konsole upgrade 19.04 -> 19.07 breaks QDBUS session
                    support
           Product: konsole
           Version: 19.07.80
          Platform: Other
                OS: Linux
            Status: REPORTED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: konsole-devel at kde.org
          Reporter: pgnet.dev at gmail.com
  Target Milestone: ---

on      

        lsb_release -rd
                Description:    openSUSE Leap 15.1
                Release:        15.1

with

        plasma5-workspace-devel-5.16.3-lp151.464.1.x86_64
        plasma-framework-devel-5.60.0-lp151.254.1.x86_64
        libQt5Core-devel-5.13.0-lp151.5.1.x86_64
        etc

after upgrade from

        konsole -v
                konsole 19.04.3

to

        konsole -v
                konsole 19.07.80

provided (currently) by

        konsole-19.07.80-lp151.1.1.x86_64

from
 repo @

       
https://download.opensuse.org/repositories/KDE:/Applications/KDE_Frameworks5_openSUSE_Leap_15.1

all scripts that open/exec konsole sessions in new tabs, using qdbus,

        QDBUS="/usr/bin/qdbus-qt5"
        SVC=$( $QDBUS | grep -i org.kde.konsole )
        echo $SVC
        local session_num=$(${QDBUS} ${SVC} /Windows/1 newSession)
        ${QDBUS} ${SVC} /Sessions/$session_num setTitle 0 test
        ${QDBUS} ${SVC} /Sessions/$session_num setTitle 1 Shell
        ${QDBUS} ${SVC} /Sessions/$session_num sendText 'clear; ssh
@test.pgnd.lan'
        ${QDBUS} ${SVC} /Sessions/$session_num sendText $'\n'
        ${QDBUS} ${SVC} /Windows/1 prevSession

now fail.

there's no error I've (yet) found in journal.
just no new tabs are opened.

dropback to 

        konsole 19.04.3

*does* cure the issue -- new sessions/tabs are opened, as intended/expected.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the konsole-devel mailing list