From: Daan De Meyer Date: Fri, 24 Oct 2025 10:29:44 +0000 (+0200) Subject: log: Drop konsole hack X-Git-Tag: v26~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9d208789dcdcc98c35654573c01780cc4d0459c;p=thirdparty%2Fmkosi.git log: Drop konsole hack You have to configure "Menu->Settings->Configure Konsole... ->General->"Show window title on the titlebar" and then konsole will show the window title as expected, so drop the hack. --- diff --git a/mkosi/log.py b/mkosi/log.py index f5f71ed53..8ed912c18 100644 --- a/mkosi/log.py +++ b/mkosi/log.py @@ -46,8 +46,7 @@ class ConsoleCodes: @classmethod def set_window_title(cls, title: str) -> str: - # The title is set twice, once for all terminal emulators that are not konsole and once for konsole - return f"{cls.OSC}0;mkosi: {title}{cls.ST}{cls.OSC}30;mkosi: {title}{cls.ST}" + return f"{cls.OSC}0;mkosi: {title}{cls.ST}" @classmethod def push_window_title(cls) -> str: