exquo
exquo
Needs upstream implementation: https://github.com/AsamK/signal-cli/issues/1187
Thanks for the detailed tests! Related question about the Wayland clipboard: #150. By default, scli tries to get the clipboard contents from `xclip`. As you note, when `CLIPBOAND_GET_COMMAND` is specified,...
Implemented in #198
That would be good! The problem is the signal-cli dependency. Simply including its release binaries in the pip package will not work on many systems. For one thing, it requires...
Some notes to add to the instructions above: - Uninstalling the existing packages (`xdg-desktop-portal-{gtk,kde,…}`) can be avoided: In the more [recent versions](https://www.bassi.io/articles/2023/05/29/configuring-portals/) of xdg-desktop-portal it is possible to configure the...
@careb0t The inputs that the script receives can be observed by adding set -x to the top of your script (`~/.config/xdg-desktop-portal-termfilechooser/yazi-wrapper.sh`), and restarting the service systemctl --user stop xdg-desktop-portal-termfilechooser.service /usr/local/libexec/xdg-desktop-portal-termfilechooser...
@Linguiniotta It's pretty ridiculous that the discussion of any issue with `termfilechooser` happens by adding more comments to this thread. Hopefully someone will take up maintaining this software, which would...
Compiling for ARMv6 turns out to be not very straightforward: the `gcc-arm-linux-gnueabihf` toolchain from the distros' repos is configured with armv7 flags, so the binaries it produces rely on armv7...
I've been having this issue too: restarting after a hard power-off (while the system was stuck attempting to shut down for too long), the `xen-balloon` processes in several VMs start...
Thank you for the config files! It's been possible to add pip support (#129) for a while. But now that there is #224, fixing that would be the project's main...