SlimeVR / SlimeVR-Server

Server app for SlimeVR ecosystem
https://slimevr.dev
Apache License 2.0
680 stars 177 forks source link

add runtime check for appindicator on linux #1193

Closed ImUrX closed 1 month ago

ImUrX commented 1 month ago

Fixes #1189

loucass003 commented 1 month ago

I am not sure how to reproduce this

C0D3-M4513R commented 1 month ago

I am not sure how to reproduce this

Install the SlimeVR-Server on a linux machine without libappindicator. I am personally packaging the software using nixos, and whilst doing that I hit this issue. (I was missing those lines: https://github.com/C0D3-M4513R/slimevr-nixos/blob/aea8be98ec2a9be2c0fbda8ed70e92a6cf2c3741/packages/slimevr-server/default.nix#L124-L126, which caused this issue to appear. This pr fixes this)