Narrat
Narrat
This behaviour is since a long time. Or more like ever? Not sure about that. Cleanly exiting the nested labwc session only works from within. And I vaguely remember a...
Found the issue I meant: https://github.com/labwc/labwc/issues/946
Ha, in my case really PEBCAK. Had a look at my behaviour with running nested seesions and even knowing about the output handling my muscle memory still kills the output....
Like johanmalm stated: `gitk` is part of `git` and needs additionally the `tk` package installed as it uses said toolkit for the interface. May be missing because `tk` is only...
Wouldn't it be enough to just describe what to do? There may be systems where `killall` is not available. And as there are a lot of different programs around for...
There were some projects (like mpv, util-linux) which moved to meson and often thery had some gracious time for switching. First deprecating the old system with one release and with...
Ah, didn't thought of the distinction. It is `ToggleMaximize`
Diff is based on latest tag: ``` diff --git a/src/package.h b/src/package.h index 0a55975..4a6f732 100644 --- a/src/package.h +++ b/src/package.h @@ -32,7 +32,8 @@ enum pkg_entry { PKG_CHECKDEPENDS, PKG_FILES, PKG_BACKUP, - PKG_DELTAS...
Is it intentional with the indention changes? New lines with spaces and the rest with real tabs. Depending on the editor settings it may cancel out, but for example on...
> @Narrat I'm using the latest imsg API which are not yet in a imsg-compat release. I'll ping @epsilon-0 about it. In the meantime, please use the bundled version, it's...