Closed FilippoBonazziSUSE closed 1 year ago
Hi, I have been made aware that the sway-session.target systemd target should be installed as part of the user systemd session, and not the system one. See https://github.com/ErikReider/SwayNotificationCenter/issues/205
sway-session.target
This is also why the swaync user service, although enabled, fails to autostart in my sway session. The graphical-session.target is never reached.
swaync
graphical-session.target
I am going to submit a PR with the following fixes:
/usr/lib/systemd/user/sway-session.target
/usr/lib/systemd/system/sway-session.target
sway-run.sh
I still need to address point 2, will do when I can
Hi, I have been made aware that the
sway-session.target
systemd target should be installed as part of the user systemd session, and not the system one. See https://github.com/ErikReider/SwayNotificationCenter/issues/205This is also why the
swaync
user service, although enabled, fails to autostart in my sway session. Thegraphical-session.target
is never reached.I am going to submit a PR with the following fixes:
sway-session.target
file under/usr/lib/systemd/user/sway-session.target
instead of/usr/lib/systemd/system/sway-session.target
sway-session.target
somewhere in our startup chain, such assway-run.sh