Mihai Fufezan
Mihai Fufezan
I don't think so. I believe the protocol knows when e.g. grim is taking a screenshot, but I'm not certain. This is what I've read on the discord, mentioned by...
@gac3k I've run the test script, here's the output: test script output ``` [nix-shell:~/Documents/code/git/xdg-desktop-portal-hypr-remote]$ ./test_portal.sh 🧪 Testing Hyprland Remote Desktop Portal (Development Mode) Building Hyprland Remote Desktop Portal... -- Building...
AFAIK we don't have any blockers on the Hyprland part. But reading the description of #268: > Is it ready for merging, or does it need work? > > It...
You can add `output` to `wayland.windowManager.hyprland.importantPrefixes`. This should make it work.
You seem to be using the flake package for Hyprland, so you should also be using the flake packages for plugins. If they don't build please provide the error.
> evaluation warning: dastarruer profile: You have enabled hyprland.systemd.enable or listed plugins in hyprland.plugins but do not have any configuration in hyprland.settings or hyprland.extraConfig. This is almost certainly a mistake....
How's your hyprland-plugins input defined in the flake?
Plugins may need to be updated. @vaxerski is that the case? Also, you have `inputs.nixpkgs.follows = "nixpkgs";` which invalidates our cache. Are you sure you want to use that and...
@V2XOCt6RQuKHBqk2NlbZrLZbequr7TG3xF9db2m can you do `realpath $(which Hyprland)`? @vaxerski nix no longer does this, it must be an old ver (
@varmisa there's a PR open on Home Manager that would handle this (https://github.com/nix-community/home-manager/pull/5707). In the meantime, you can use ```nix xdg.portal = let cfg = config.wayland.windowManager.hyprland; in { enable =...