Aylur
Aylur
I played with x11 a bit, and I have come to the conclusion that I will leave it alone. For now, this is a not so fulfilling solution I have...
LGTM, I'm guessing you are trying to run an executable in the `bar` (guessing from the scripts directory) thats not in PATH at the time of startup and so it...
in v3 gtk version is now inferred from the main file
I think this is a compositor settings issue
what version of hyprland are you on? iirc this was a bug in hyprland
check it with the inspector to make sure its not a widget you placed there
I'm not sure if this is desired. Why does it fail with gdm and sddm?
Can you still repro this and show the logs of AGS to see why it failed to start?
My guess is you installed to meson's default `/usr/local`, which is not set up automatically on your distro ```sh export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/lib" export GI_TYPELIB_PATH="$GI_TYPELIB_PATH:/usr/local/lib/girepository-1.0" ags run app.tsx ```
and what is the output of that if you were to run it? ```sh /usr/bin/npx -y @ts-for-gir/cli generate * --ignoreVersionConflicts --outdir /some/folder/@girs -g /usr/local/share/gir-1.0 -g /usr/share/gir-1.0 -g /usr/share/*/gir-1.0 -g ```