[kate] [Bug 426595] KATE_PID environment variable not defined

2020-10-10 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=426595 Christoph Cullmann changed: What|Removed |Added CC||cullm...@kde.org Status|REPORT

[kate] [Bug 426595] KATE_PID environment variable not defined

2020-09-16 Thread bark mallard
https://bugs.kde.org/show_bug.cgi?id=426595 --- Comment #2 from bark mallard --- Ah okay: pid = subprocess.Popen( [ "/usr/bin/kate", '--new' ], universal_newlines=True, close_fds=True, cwd=os.getcwd() ).pid -- You are receiving this mail because: You are watching all bug changes.

[kate] [Bug 426595] KATE_PID environment variable not defined

2020-09-16 Thread bark mallard
https://bugs.kde.org/show_bug.cgi?id=426595 --- Comment #1 from bark mallard --- Does it return the pid or just print it? Can't seem to pick it up with Python subprocess.check_output -- You are receiving this mail because: You are watching all bug changes.