-
-
Notifications
You must be signed in to change notification settings - Fork 589
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
picom --invert-color-include fails when the HOME env is unset #1148
Comments
can you run picom with |
yes that works. i have updated the code in my first comment |
remove
im using ungoogled-chromium... chromium darkmode is controlled by the |
whatabout the python script from #1148 (comment) |
oh, it actually causes a segfault 😅 does #1157 fix the issue for you? btw, thanks for the script, it helped a lot in triggering the bug. |
when i run picom in an environment where HOME is unset
then this does not work = the colors of chromium are not inverted
fixed by setting HOME to an empty tempdir
picom version 10.2
test-picom.py
im calling picom from python, so this looks like
The text was updated successfully, but these errors were encountered: