[konsole] [Bug 382116] New: konsole does not set KONSOLE_DBUS_WINDOW in sessions started with D-Bus
July Tikhonov
bugzilla_noreply at kde.org
Sat Jul 8 07:41:13 UTC 2017
https://bugs.kde.org/show_bug.cgi?id=382116
Bug ID: 382116
Summary: konsole does not set KONSOLE_DBUS_WINDOW in sessions
started with D-Bus
Product: konsole
Version: 16.12.3
Platform: Gentoo Packages
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
Assignee: konsole-devel at kde.org
Reporter: july.tikh at gmail.com
Target Milestone: ---
Normally, bash running in konsole has some related variables exported:
$ env | grep KONSOLE
KONSOLE_DBUS_SERVICE=:1.285
KONSOLE_PROFILE_NAME=Profile 1
KONSOLE_DBUS_WINDOW=/Windows/1
KONSOLE_DBUS_SESSION=/Sessions/11
However, when I start a new session with qdbus:
$ qdbus ${KONSOLE_DBUS_SERVICE} ${KONSOLE_DBUS_WINDOW} newSession
in the new session one of the variables, KONSOLE_DBUS_WINDOW, is unavailable:
$ env | grep KONSOLE
KONSOLE_DBUS_SERVICE=:1.285
KONSOLE_PROFILE_NAME=Profile 1
KONSOLE_DBUS_SESSION=/Sessions/19
Always reproducible.
If I start a new session by regular means, such as shortcut or menu, the
variable is available.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the konsole-devel
mailing list