|
Bugzilla – Full Text Bug Listing |
| 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 Applications | Assignee: | 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: | --- |
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. upstreamed it: https://bugs.kde.org/show_bug.cgi?id=410469 fixed upstream. just needs a src rev bump to pick it up here. 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). *** Bug 1144382 has been marked as a duplicate of this bug. *** The upstream fix is in KDE:Applications now. |
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.