Earnestly / sx

Start an xorg server
MIT License
231 stars 16 forks source link

Since update does not work anymore #5

Closed shizonic closed 6 years ago

shizonic commented 6 years ago

Since the update to version 1.1 I get the follow error:

/usr/libexec/Xorg.wrap: Only console users are allowed to run the X server
Earnestly commented 6 years ago

Yep, Xorg 1.20 (at least when installed via their meson/ninja build) have made bypassing the wrap file backwards-incompatible, so now you have to deal with it. See your Xwrapper.config(5).

For example, try setting allowed_users to anybody.

PS: However since we call Xorg directly now you also have the option of overriding it via PATH to do whatever you want so you can restore the bypass locally for Xorg < 1.20.

shizonic commented 6 years ago

Thank I will give it a try and report.

shizonic commented 6 years ago

Thanks. Adding allowed_users to anybody solved my problem!