-
I updated my laptop (arco linux/arch) and now i cant enter the desktop with hyprland from the display manager, i tried sddm, lightdm and emptty, all other DEs/WMs work fine, opening hyprland from a tty wroks as well, there are no logs when i enter with a session that isnt a hyprland (even if i attempt to login with it previously, there is no /tmp/hypr folder, enetering hyprland from terminal only shows the current sessions log). I dont know how i get sddm logs, but emptty gives me 2 errors (theres 2 hyprland sessions) one is "Error MIT-MACIG-1 key" and the other is about a "exec-hyprland" on .config/hypr/ not existing. i've unistalled hyprland and tried to install every option on the aur (stable, git and bin) all with the same issue. Specs: |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
Exact same problem here. Particularly challenging is the missing /tmp/hypr folder, which is missing even when using tty. Those logs show:
So it looks like the same basic problem as you describe from emptty, it tries to exec ~/.config/hypr/exec-hyprland, fails, then logs out. Specs: |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
thanks for pointing that to me. Here is how i fixed it: downloaded the latest release and looked for the .desktop entry under examples, comfirmed that only the Thanks. |
Beta Was this translation helpful? Give feedback.
thanks for pointing that to me. Here is how i fixed it: downloaded the latest release and looked for the .desktop entry under examples, comfirmed that only the
Hyprland
command was needed, went to /usr/share/wayland-sessions and edited Hyprland.desktop changed the "Exec=~/.config/hypr/exec-hyprland" to "Exec=Hyprland" and now it works. probably an issue with the package in the arcolinux repo, i first installed it from there and the entry was probably managed from there.Thanks.