You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
swayosd-libinput-backend.service was not starting for me, and after some investigaton i think it's because it specifying graphical.target in PartOf, After and WantedBy fields in the systemd unit file.
graphical.target is usually a default target for users of graphical logins, and users running composer from shell have default target set to multi-user.target.
I had to change graphical.target to default.target to make it work. I think default.target could work for everyone.
The text was updated successfully, but these errors were encountered:
swayosd-libinput-backend.service
was not starting for me, and after some investigaton i think it's because it specifyinggraphical.target
inPartOf
,After
andWantedBy
fields in the systemd unit file.graphical.target
is usually a default target for users of graphical logins, and users running composer from shell have default target set tomulti-user.target
.I had to change
graphical.target
todefault.target
to make it work. I thinkdefault.target
could work for everyone.The text was updated successfully, but these errors were encountered: