-
Notifications
You must be signed in to change notification settings - Fork 305
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
Black screen on Fedora 36 #433
Comments
After executing the following commands and now I've managed to login.
But there are still two major issues:
|
I'm having this problem too. On further inspection, i added some lines to my bashrc file to try debugging the situation. /home/user/.bashrc sway -d >/var/log/sway.log 2>&1 /var/log/sway.log
So, for shiggles, i exported the variable it wanted in my bashrc file: export XDG_RUNTIME_DIR='/run/user/1000'
sway -d >/var/log/sway.log 2>&1 worked that time! Edited export XDG_RUNTIME_DIR="/run/user/$UID" now works for all users |
i noticed the change that added $XDG_RUNTIME_DIR for ly but what actually creates that folder /run/user/$UID because i have to manually mkdir and chown it for my non root user |
I still have this problem in Fedora 37, using the latest master branch. Could some one help me troubleshooto it? |
(e)logind. From the pam module. |
same issue here |
I had ly installed on a Fedora 36 machine but got a black screen with the flickering underscore. Executing
sudo ly
on the text console has no problem. It may have the same cause as #211 but I have no idea how to fix a potential SELinux issue with display manager. Please advice if anybody has managed to fix this, and waiting for some progress of #310The text was updated successfully, but these errors were encountered: