-
Notifications
You must be signed in to change notification settings - Fork 127
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
autorandr.service "Failed to load profile: 'xxx' : Profile not found" althoug profile exists #379
Comments
I'd start debugging by adding some debug output to It's interesting that autorandr is executed three times. Maybe that's related to your snap setup? Dumping |
I have this same problem. I'm running Ubuntu 24.04 with i3. I'll try to debug it. |
Okay, this bug is caused by
within The filtering can be made more specific to change only the environmental variables used later— would make a pull request for that be useful? Users can also fix this by uninstalling the snap extension with |
Hello,
My setup is a laptop with an nvidia card. Laptop screen + 1 external monitor.
The base operating system is Ubuntu 22.04
I've started experimenting with i3wm and thus, have found the need for
autorandr
I've figured out most what I need to get it working, but there is one issue, which I cannot figure out.
I've created a few configs, including a
default
config.My issue is, when I unplug the external monitor, I see
autorandr.service
executing the hook, but for some unknown reason, it cannot find my existing configs.E.g:
journalctl -f -u autorandr.service
output:Using
autorandr default
in a terminal has the expected and desired output. The issue is only present when it is run via theautorandr.service
I've looked around in autorandr.py, if the config did not exist, I would have expected a
Failed to load profiles
(line 1471), but it seems like the profiles are loaded, the error is at line 1637.I've also fiddled with
autorandr.service
trying to load a different profile, from the ones I've created. Same issue.I've searched through the github issues, but can't seem to find something that is similar.
Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: