Christian Birchinger
Christian Birchinger
Yes, it's %X and started with Neomutt >=20211015. There's not much that can be done other than removing it.
An "initial_xpos" and "initial_ypos" would really solve all my problems with the missing the old "-geometry" option that old terminals have. Together with the already present "inital_rows" and "initial_cols" and...
I think this very old issue got a bit derailed from the original request, and the simple positioning solution got buried. Should i make a new simple request for "initial_xpos"...
I needed a fontconfig entry too to make it work in more terminals. Some (like Wezterm) still refuse to display those symbols, but that's not a broot issue. Giving it...
"security.sandbox.content.level" reduced to 2 and security.sandbox.content.write_path_whitelist set to "/dev/snd/" works. Maybe the level 3 features of "security.sandbox.content.level" got added recently. I did my tests with Firefox 57 beta. The difference...
See #1456
As a workaround you can add _-DDDB_API_LEVEL=15_ to CFLAGS The reason is deadbeef.h added this define: ``` #if (DDB_API_LEVEL >= 17) uint32_t flags; #else int is_bigendian; #endif ```
If you want, i did an initial ebuild for drumkv1-0.9.34.ebuild which switched to CMake and QT6, so it's quite different. I haven't tested all possible use flag combinations or the...
I had similar issues and went forward and created a an ebuild for seq66, which seems to be the successor of sequencer64 ``` # Copyright 1999-2024 Gentoo Authors # Distributed...