plainDE / plainPanel

Lightweight panel for OpenBox/FluxBox/...
GNU General Public License v3.0
19 stars 0 forks source link

plainPanel says it currently works on X11 only. But I'm on Xorg #27

Closed purpleleaf closed 1 year ago

purpleleaf commented 1 year ago

I'm using artix linux with openbox, no display manager. When i start plainPanel it reports the above error.

purpleleaf commented 1 year ago

Solved, i looked at the code and found that XDG_SESSION_TYPE was missing in my env. So i added xport XDG_SESSION_TYPE=x11
to my .config/openbox/environment file and this fixed this issue.