Xpra-org / xpra-html5

HTML5 client for Xpra
Mozilla Public License 2.0
209 stars 55 forks source link

install from source needs root #295

Closed thorstenwagner closed 7 months ago

thorstenwagner commented 7 months ago

Hi,

I noticed when running

git clone https://github.com/Xpra-org/xpra-html5
cd xpra-html5
./setup.py install

it requires root to create /etc/xpra

If I create with sudo, everythings works fine but I don't think that this is intentionally?

totaam commented 7 months ago

The html5 client installs a configuration file: https://github.com/Xpra-org/xpra-html5/blob/1cbc65c8f4a3e7a49ff979d9b253539d540cd37a/setup.py#L20-L23