Loading
Siyuan: add xdg-utils to PATH
Added xdg-utils to the PATH as the application expects it to be present
and emits the following error when `xdg-settings` is not present in the
PATH.
```
LaunchProcess: failed to execvp:
xdg-settings
```
Signed-off-by:
Jacob Abel <jacobabel@nullpo.dev>