Summary: | konsole --hide-tabbar broken by 372c14da6 | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Duncan <1i5t5.duncan> |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | martin.sandsmark |
Priority: | NOR | Keywords: | regression |
Version: | master | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Other | ||
Latest Commit: | https://invent.kde.org/utilities/konsole/commit/5599412002927be4c88d265c923b01ad54f7da16 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | attachment-30509-0.html |
Description
Duncan
2021-12-31 21:21:26 UTC
CCing Martin as author. Bugzi doesn't appear to know tcannabrava's address so won't let me CC it. Since the commit mentions it... I do *not* run single-process mode. Created attachment 145004 [details] attachment-30509-0.html Yet another failure to fix multi process mode / single process mode. Without this we have broken code for other stuff, since the code is from Martin sandsmark I’ll wait a bit for his input. Le ven. 31 déc. 2021 à 21:41, Duncan <bugzilla_noreply@kde.org> a écrit : > https://bugs.kde.org/show_bug.cgi?id=447754 > > --- Comment #2 from Duncan <1i5t5.duncan@cox.net> --- > Since the commit mentions it... I do *not* run single-process mode. > > -- > You are receiving this mail because: > You are the assignee for the bug. Two-week status update. So until now I had been locking konsole to the previous commit (because it's easier on gentoo), instead of reverting 372c14da6, but was dropping further behind current HEAD as a result. I finally got around to trying an actual 372c14da6 revert against now-current HEAD. It both still successfully reverts and continues to fix the bug. Otherwise still awaiting Martin's comments as the author of the culprit commit. As the bug was filed over the new-year's holiday maybe the original emails CCing him got lost... Git commit 5599412002927be4c88d265c923b01ad54f7da16 by Kurt Hindenburg. Committed on 14/01/2022 at 16:01. Pushed by hindenburg into branch 'master'. Revert "Fix passing command line arguments in single-process mode." This reverts commit 372c14da6ad480448b16ed6dd9daa5b784cb2d7f. https://invent.kde.org/utilities/konsole/-/merge_requests/261 Related: bug 448414 M +28 -46 src/Application.cpp M +1 -1 src/Application.h https://invent.kde.org/utilities/konsole/commit/5599412002927be4c88d265c923b01ad54f7da16 |