Summary: | KONSOLE_DBUS_SESSION and KONSOLE_DBUS_WINDOW the same for all konsole windows | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Matthew Cline <matt> |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | cbc.alves, christoph |
Priority: | NOR | ||
Version First Reported In: | 20.08.3 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Matthew Cline
2021-01-03 03:15:31 UTC
Testing here: KONSOLE_DBUS_SESSION is not always the same here, each tab and each window have a diferent session number, but KONSOLE_DBUS_WINDOW is always the same How are you opening new windows? It seems to work here regardless of how "Run all Konsole windows in a single process" is checked. Note that I'm testing master. This problem happens when I: 1) Right-click the screen's background to get a context menu and select "konsole" 2) Press Alt-F2 to get krunner and enter "konsole" 3) Enter "konsole &" at the bash prompt in an existing konsole window. However, if I have an existing konsole window focused and do "Ctrl-Shift-N" or select "File > New Window" from the menu THEN the environmental variables are set properly. Can not reproduce that in recent versions. |