markk
markk
Would you not just use workspaces in that case?
As a rough hack, I added the below to [tiling.js](https://github.com/paperwm/PaperWM/blob/clutter-dnd/tiling.js#L327) and it seems to work. First I tried setting these values in `user.js` and using `let mwprop = Settings.find_winprop(mw);` but...
Thanks, this is working well for width. Height is a more complicated problem though... ideally we'd perhaps want the window to be created full height, but the its preferredHeight to...
See here for my fix for this https://github.com/dsacre/mididings/pull/24/commits/3b2f7d3813a4d43b9ad8f226fb71db2d6538db19
Hi, no it's just that in python 3.10 Callable can no longer be referenced from collections. (A proper patch would have been to wrap the import in a try/except, but...
Cool, thanks. No, Fedora.
Building from master HEAD 94e0f2d3cd4880e8c8e69df8430a12405ee191d9 is still failing for me on Fedora 40. Not sure if it's the same issue, but looks related: ``` Waf: Leaving directory `/home/user/build/ardour/build' Build failed...
Compiled master HEAD yesterday and I still have to add the _GNU_SOURCE defines to `libs/aaf/utils.c` and `libs/tk/ytk/gtkrc.c`.
``` $ /usr/bin/gcc -I/home/user/build/ardour -DHAVE_RF64_RIFF -DCOMPILER_INT128_SUPPORT -DWAF_BUILD -DNDEBUG -fshow-column -O3 -fomit-frame-pointer -ffast-math -fstrength-reduce -pipe -DARCH_X86 -mmmx -msse -mfpmath=sse -DUSE_XMMINTRIN -DBUILD_SSE_OPTIMIZATIONS -DLXVST_64BIT -Wall -Wpointer-arith -Wcast-qual -Wcast-align -Wno-unused-parameter -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_BIND_GLOBAL_PLACEHOLDERS -D_ISOC9X_SOURCE -D_LARGEFILE64_SOURCE...
Confirm this works for me - thanks!