We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Upon first logging in to gnome-shell on OGUI GE it will show a notification about not being able to lock due to not using GDM.
It would be nice to disable this message so users are not bothered by it on first boot.
The text was updated successfully, but these errors were encountered:
Seems to be related to: https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1111
Sorry, something went wrong.
Seems it creates an empty file via touch in %s/lock-warning-shown'.format(global.userdatadir)
%s/lock-warning-shown'.format(global.userdatadir)
some like:
time ${CHROOT} -D "${SFSDIR}" mkdir -p /home/gamer/.local/share/gnome-shell time ${CHROOT} -D "${SFSDIR}" touch /home/gamer/.local/share/gnome-shell/lock-warning-shown
No branches or pull requests
Upon first logging in to gnome-shell on OGUI GE it will show a notification about not being able to lock due to not using GDM.
It would be nice to disable this message so users are not bothered by it on first boot.
The text was updated successfully, but these errors were encountered: