Skip to content
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

greeter.py is hard to debug & looks in the wrong place for .desktop files. #368

Open
crabdancing opened this issue Jun 12, 2024 · 0 comments

Comments

@crabdancing
Copy link

greeter.py does a number of internal operations that are difficult to debug without modifying the script to introduce logging. It also (bizarrely) was looking in /usr/share/, but not /run/current-system/sw/share/. I'm not sure what could have possibly caused this, but I found that by patching it with an extra directory path improves robustness and should have no effect on any other systems for which the script was originally working.

See Matrix messages from here onward for the debugging process & details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant