Replies: 1 comment
-
Read the docs first. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have Alpine linux and wayfire installed using wf-install. Help me to configure automatic login to wayfire when booting system using greetd. Wayfire is started by the command /opt/wayfire/bin/startwayfire. I tried to configure the login via greetd but I failed.
My steps:
`
[terminal]
vt = 1
[default_session]
command = "wayfire -c ~/.config/wayfire.ini"
user = "greetd"
`
waifire -> simlink on /opt/wayfire/bin/startwayfire
but I get an error on the output
[wayland] error: XDG_RUNTIME_DIR is invalid or not set in the environment
When running wayfire manually, this error does not occur. In the home folder in .zprofile added
`
if [ -z "$XDG_RUNTIME_DIR" ]; then
XDG_RUNTIME_DIR="/tmp/$(id -u)-runtime-dir"
fi
`
Beta Was this translation helpful? Give feedback.
All reactions