Muhammad Talal Anwar
Muhammad Talal Anwar
This would be really useful. I get very frequent verification prompts because I have hourly Borg backups set up.
Thanks for the report. I can reproduce this error. I'll try to debug and fix it when I have some free time. I will happily accept a pull request if...
@sahasatvik If this PR is still relevant then kindly merge it in your dev branch (`v2.0.0`) otherwise close this PR. I'd like to delete my fork and changes proposed in...
This systemd service config is what I have been using on GNOME with Wayland for the last couple of months. I wanted to upstream this config so that others may...
Ahh, you're right. I'm sorry, I forgot about the `setcap` since I did that step before I switched to home-manager. I ran the command as mentioned in https://espanso.org/docs/install/linux#adding-the-required-capabilities But, please...
I see. Since I'm using home-manager with Fedora (GNOME Wayland), I was able to use the `sudo setcap ...` command along with the sandboxing (as suggested in this PR) and...
systemctl --user status espanso.service ``` ● espanso.service - espanso Loaded: loaded (/var/home/talal/.config/systemd/user/espanso.service; enabled; preset: disabled) Drop-In: /usr/lib/systemd/user/service.d └─10-timeout-abort.conf /run/user/1000/systemd/user.control/espanso.service.d └─50-CPUWeight.conf, 50-IOWeight.conf Active: active (running) since Mon 2024-10-14 15:07:20 CEST; 1...
You're right, I forgot about the `input` group. I also use xremap which can be run without sudo by enabling the `uinput` module, adding the required udev rules, and adding...
@rycee Since sandboxing for Espanso is tricky and requires further investigation. I've removed _non-sandboxing_ changes from this PR and cherry-picked them into a separate PR (https://github.com/nix-community/home-manager/pull/5975) — this way they...