-
-
Notifications
You must be signed in to change notification settings - Fork 909
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hyprland-session.service broken #8515
Comments
Platform is EndeavourOS in KVM Virtual Machine. |
Changed the paths to /usr/bin/ but Hyprland isn't starting anymore. Works perfectly with 045.1-1. Any ideas? |
Thanks. I will test it. But this has a really big impact. Especially if only Hyprland is installed as the one DE. I think, a super easy step by step guide is required to explain this new setup. I am receiving many requests from users with completely broken systems. |
Make sure Hyprland has been built with systemd support. For some reason it's not automatically detected by meson (iirc the Arch package uses meson), so the flag has to be passed explicitly |
This is not for beginners. How does existing Hyprland users know that? Arch users are installing or updating Hyprland with sudo pacman -S hyprland resulting in a broken system. All of my test systems are broken after running just yay. Is there a way to make the update to 0.45.1 more user friendly fro Arch and Endeavour users? |
I can confirm... It's BROKEN. Please consider that you've got users and not developers only at the end of the line. |
Just restarted my Laptop with 0.45.1 with no issues. Maybe it's only a KVM VM issue? |
Could be. |
Check whether the PKGBUILDS are wrong, and if so, contact the package maintainers. However the systemd meson feature has been available for a long time now, shouldn't cause issues. The I have no experience with KVM VMs, so I can't assist there. |
Thank you for your feedback. I will create a new Arch Linux VM with Hyprland profile in a VM and will try again. |
There is a similar report in aquamarine hyprwm/aquamarine#109 |
Looks more likely to be a VM issue. I am running @mylinuxforwork dotfiles and install script, with fully updated Arch OS on bare metal without any problem. Was trying to fix a problem that wasn't on my system for the past hours. Here's what I've got. |
Already reported ? *
Regression?
Yes
System Info and Version
System/Version info
Description
Just installed yay -S hyprland to 0.45.1
Hyprland isn't starting anymore.
The reason is the broken /usr/lib/systemd/usr/hyprland-session.service
[Service]
Type=notify
ExecStart=/usr//usr/bin/Hyprland
ExecStop=/usr//usr/bin/hyprctl dispatch exit
ExecStopPost=systemctl --user unset-environment DISPLAY WAYLAND_DISPLAY HYPRLAND_INSTANCE_SIGNATURE XDG_CURRENT_DESKTOP
Restart=on-failure
Slice=session.slice
The ExecStart and ExecStop paths are wrong.
How to reproduce
Install 0.45.1 and try to start Hyprland with sddm or Hyprland command.
Crash reports, logs, images, videos
No response
The text was updated successfully, but these errors were encountered: