oskarsh / Yin-Yang

Auto Nightmode for KDE, Gnome, Budgie, VSCode, Atom and more
MIT License
616 stars 52 forks source link

Segmentation fault #309

Open jenwirth opened 3 months ago

jenwirth commented 3 months ago

What happened?

When starting yin-yan i get a Segmentation fault

/usr/bin/yin-yang: line 5:  6159 Segmentation fault      (core dumped) python3 -Om yin_yang "$@"

Version

f855d77

How did you install Yin & Yang?

Git clone + running install script

What desktop environments are you seeing the problem on?

KDE

Which plugin causes the issue?

None

What software version do you use?

No response

Relevant log output

/usr/bin/yin-yang: line 5:  6159 Segmentation fault      (core dumped) python3 -Om yin_yang "$@"
jenwirth commented 3 months ago

It works when i run it as a module:

python3 -Om yin_yang

So most likely it is the source .venv/bin/activate ?