Holz
Holz
Try using Xorg and not Wayland. With GNOME you have to log out and search for a little settings wheel, where you have to choose GNOME on Xorg.
Are you for real trying to run a MacOS VM in a Linux VM on a Windows PC? I think WSL doesn't even have Xorg installed by default. You may...
As far as i know it doesn't work with XWayland. It started working after I switched to X11.
Same here on Vanilla Emacs. Sadly it is unusable due to this. Has anyone found a way to work around this issue?
Ok I fixed it on NixOS by using the unstable version of the package
I use Fedora 40 as well and I also get the freeze only on first start. NixOS and other distros work fine. This may be a Fedora problem. I have...
```ini [Unit] Description=SSH key agent [Service] Type=simple Environment=SSH_AUTH_SOCK=%t/ssh-agent.socket # DISPLAY required for ssh-askpass to work Environment=DISPLAY=:0 ExecStart=/usr/bin/ssh-agent -D -a $SSH_AUTH_SOCK [Install] WantedBy=default.target ``` This custom systemd service appears to work...