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.
Bug
I have
pwntools v4.15.0andkonsole 25.12.1installed.When I try to execute:
It splits the terminal but does not launch gdb.
The original (left) tab says:
If I try to execute:
manually, it says:
Workaround
Go to Konsole
Settings -> Configure Konsole... -> Generaland enable theEnableSecuritySensitiveDBusAPIcheckbox.