mazurwiktor / albion-online-stats

Albion online stats is an extension to MMORPG game - Albion Online. It tracks network traffic and displays various statistics, such as damage and DPS meter calculated from in-game actions.
Apache License 2.0
196 stars 64 forks source link

Exit when run as root #31

Closed air-fuel-ratio closed 4 years ago

air-fuel-ratio commented 4 years ago

When run as root i get

Running as root without --no-sandbox is not supported. See https://crbug.com/638180.

IIRC Below line is causing the issue.

https://github.com/mazurwiktor/albion-online-stats/blob/b8a16e5959ea149d57768fd24ee04b22c5fd7089/application/src/gui/app.py#L32

Work around is to comment out

https://github.com/mazurwiktor/albion-online-stats/blob/b8a16e5959ea149d57768fd24ee04b22c5fd7089/application/src/gui/app.py#L61 and https://github.com/mazurwiktor/albion-online-stats/blob/b8a16e5959ea149d57768fd24ee04b22c5fd7089/application/src/gui/app.py#L69