mkiol
mkiol
I assume that the problem was solved by updating flatpak packages. If not, please reopen.
Hi, thanks for your question. The problem lies in Wayland. For security reason, the clipboard cannot be accessed unless the window requesting access is in focus. If the application window...
I'm closing because this is a limitation (or feature) of Wayland and I can't solve it at the moment.
Thanks for the suggestion. I didn't know about that. I must admit that at first glance it looks quite complicated. Do you know if the program accessing the uinput API...
Nice! The cmake command looks fine. I checked it on my system and it works. Most likely, the problem lies in a missing dependency that was not checked at the...
> I've been attempting to match up requirements with the arch PKGBUILD, but probably missed something. Rather, it is a problem in the cmake script. All dependencies should be verified...
I honestly don't know what went wrong. This log of multi-threaded build is very difficult to read. Can you try with only one thread by adding `-j1` to make step?...
Thanks for checking. When using `j1`, build stops exactly when an error occurs. In parallel build, multiple targets are compiled at the same time, so entire build stops when all...
I don't know what is wrong :/ I compared with the `config.log` generated on my system and there are differences in the linker flags. your system: ``` configure:2778: gcc -o...
> For example, for rnnoise, see this CMakeLists.txt > While I can imagine it can't be done for every dependency, I can see it being reasonable for small libraries —...