Skip to content

Terminal splitting no longer works on latest version of Konsole #2674

@devAL3X

Description

@devAL3X

Bug

I have pwntools v4.15.0 and konsole 25.12.1 installed.

When I try to execute:

p = gdb.debug(["./chall"])

It splits the terminal but does not launch gdb.
The original (left) tab says:

[DEBUG] Launching a new terminal: ['/usr/bin/qdbus', ':1.52', '/Sessions/7', 'org.kde.konsole.Session.runCommand', '/tmp/tmpmt45878h']

If I try to execute:

/usr/bin/qdbus :1.52 /Sessions/7 org.kde.konsole.Session.runCommand /tmp/tmpmt45878h

manually, it says:

Error: org.freedesktop.DBus.Error.AccessDenied
Security sensitive DBus API is disabled in the settings.

Workaround

Go to Konsole Settings -> Configure Konsole... -> General and enable the EnableSecuritySensitiveDBusAPI checkbox.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions