Florian Peter
Florian Peter
This is likely because you have `synchronize_selection_with_clipboard = true` in your `clipcatd.toml`, so every selection you make will get copied. That being said, it would be super helpful to have...
Looks like a duplicate of https://github.com/xrelkd/clipcat/issues/4
> This was driving me insane and the following fixed it for me: > > # Fix services starting before niri-session > systemd.user.services.xdg-desktop-portal = { > after = [ "xdg-desktop-autostart.target"...
I had the same problem for the three files ``` /etc/group /etc/passwd /etc/shadow ``` for some reason, where other files like `/etc/machine-id` work fine. "Solved" it like this: https://github.com/workflow/dotfiles/commit/0093ea1333f2a9c9316e6266fafa13c922ac2973 ##...
Hi @kha20240826, The way that `maven` seems to work is that it uses the `JAVA_HOME` env var to determine which version of the jdk to use. In your local reproduction...
A pure nix-shell (run with `--pure`) would also fix this, but that's probably not what most people want, as pure shells will have their own limitations in the context of...
> Hi @workflow > > Thanks for your answer, I can deal with the JAVA_HOME change! > > But that's a bit weird because I'm self hosting the github runner...
> Similar issue on Nixos / Sway, above fix worked for me. This doesn't work for me on NixOS / Sway (flameshot compiled with WLRoots support), but weirdly, if I...