Adriano Zambrana Marchetti
Adriano Zambrana Marchetti
Sadly there is none. I just get `failed to resolve domain name` error on user phase, and upon inspection through SSH, the chroot's resolv conf is a dangling symlink. Edit:...
I believe I specified the error in the PR, name resolution is broken. Same with the stage, it happens on stage 3, in the user phase. I'm currently running the...
That's weird. I literally have no logs to share in this respect, as everything worked out fine up until the user phase. I understand if you have to close the...
As of now I'm busy getting my current user phase script to work using the fix described, but I might come back to this and provide the log and further...
I believe I cannot, as I'm not manager of the repository.
I can confirm I get this bug when using the `sway` window manager. The value of this environment variable is unset, and the value of `XDG_SESSION_TYPE` is `wayland`
The program seems to not be able to handle if this variable is unset
``` Traceback (most recent call last): File "/app/bin/hidamari", line 44, in sys.exit(main.main(VERSION, pkgdatadir, localedir)) File "/app/share/hidamari/hidamari/__main__.py", line 41, in main sys_info.append(f"is_gnome = {is_gnome()}") File "/app/share/hidamari/hidamari/utils.py", line 27, in is_gnome return...
Created a pull request that fixes the issue
Sure, let me whip up some code to reproduce it. A moment.