allusive-dev / compfy

A Compositor for X11 based on Picom. No Longer Maintained in favor of Picom v12!
203 stars 23 forks source link

Core dumped after updating to `1.4.0` #25

Closed allusive-dev closed 10 months ago

allusive-dev commented 10 months ago

This happens if you are not using a Display Manager because the DESKTOP_SESSION variable is not set.

If you are here from the console error you also must apply these steps.

You can fix this by adding the following to your shell's rc file.

export DESKTOP_SESSION="your-window-manager"