Summary: | With Flatpak packaging, cwd isn't remembered when opening a new tab | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Nate Graham <nate> |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | VERIFIED FIXED | ||
Severity: | minor | ||
Priority: | NOR | ||
Version First Reported In: | master | ||
Target Milestone: | --- | ||
Platform: | Flatpak | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/utilities/konsole/-/commit/62b6f2285ededa6dd50b1a1d8894e38963b1f06d | Version Fixed In: | 25.12.0 |
Sentry Crash Report: |
Description
Nate Graham
2025-08-14 01:19:17 UTC
A possibly relevant merge request was started @ https://invent.kde.org/utilities/konsole/-/merge_requests/1127 Git commit 62b6f2285ededa6dd50b1a1d8894e38963b1f06d by Waqar Ahmed. Committed on 09/09/2025 at 11:21. Pushed by waqar into branch 'master'. Fix process info not available in flatpak Since we are in a sandbox, tcgetpgrp doesn't work. To work around this limitation, get process info using ps Related: bug 507763 M +89 -2 src/ProcessInfo.cpp M +2 -1 src/ProcessInfo.h M +31 -0 src/Pty.cpp M +27 -3 src/session/Session.cpp https://invent.kde.org/utilities/konsole/-/commit/62b6f2285ededa6dd50b1a1d8894e38963b1f06d Thanks, I can confirm it's fixed now! |