Results 22 comments of julius-boettger

I would also be interested in this

@terlar thank you so much! I would really appreciate a PR for this.

> Latest hyprland git fixed this issue for me without changing anything else. For me too, at least concerning screenshots. Screenshare also seems to be broken for me, last Hyprland...

I am using the plain JAR. More specifically I am using the following Nix Derivation to install Gitnuro 1.3.1: ```nix { stdenv , fetchurl , makeWrapper , copyDesktopItems , makeDesktopItem...

Okay, so I just tried the Flatpak instead of the JAR. It works, although I get some warnings similar to the errors when trying to start the JAR: ``` >...

I tried installing `libGL`, `libGLU` and `libglibutil` from nixpkgs, but that doesn't change anything, sadly.

I also just noticed that the Flatpak version does not allow me to open a repository located in `/etc`, which I have used with the Gitnuro JAR up until now...

> It's part of Flatpak's sandboxing, I think that you can use flatseal to add permission to the directory. Alright, then I will try that. > Can you run this...

`find` works. Keep in mind that directories in `/nix/store` are managed by NixOS and contain a hash of their content in the directory name. ``` > sudo find / -name...