Bug 1143335

Summary: KDE:Applications/konsole: Bug konsole upgrade 19.04 -> 19.07 breaks QDBUS session support?
Product: [openSUSE] openSUSE Distribution Reporter: Forgotten User 7645792743 <forgotten_7645792743>
Component: KDE ApplicationsAssignee: E-Mail List <opensuse-kde-bugs>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Major    
Priority: P5 - None CC: tchvatal, wbauer
Version: Leap 15.2   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Forgotten User 7645792743 2019-07-30 01:23:53 UTC
after upgrade from `konsole` 19.04 -> 19.07

provided by

	konsole-19.07.80-lp151.1.1.x86_64

from

	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.

has QDBUS usage/support changed in this latest version of konsole?
or is this likely a new issue in qdbus? other?

if more detail's needed, pls specify what.
Comment 1 Forgotten User 7645792743 2019-07-30 03:58:45 UTC
for reference, dropback to a 19.04 build,

  https://build.opensuse.org/project/show/home:pgnd:KDE:Applications:19.04

cures the issue; script's session/tab targets are, again, opened as intended/expected.
Comment 2 Forgotten User 7645792743 2019-07-31 19:29:38 UTC
upstreamed it:
https://bugs.kde.org/show_bug.cgi?id=410469
Comment 3 Forgotten User 7645792743 2019-08-08 02:38:25 UTC
fixed upstream.  just needs a src rev bump to pick it up here.
Comment 4 Wolfgang Bauer 2019-08-09 14:05:16 UTC
konsole 19.08.0 (which includes the fix) will be released next Thursday anyway, but ok:
https://build.opensuse.org/request/show/722010

Btw, please set the Product to "openSUSE Distribution" or "openSUSE Tumbleweed" ("openSUSE.org" is for the web pages) and the Component to "KDE Applications" next time. Then the bug gets properly assigned to the KDE team's mailinglist (and not just a single person).
Comment 5 Wolfgang Bauer 2019-08-09 14:05:29 UTC
*** Bug 1144382 has been marked as a duplicate of this bug. ***
Comment 6 Wolfgang Bauer 2019-08-09 14:34:21 UTC
The upstream fix is in KDE:Applications now.