Aterfax / DCS-World-Dedicated-Server-Docker

Modular DCS World Dedicated Server docker.
GNU General Public License v3.0
30 stars 6 forks source link

Shortcuts don't work - xdg-open is not found #40

Closed hannibalpostumus closed 6 months ago

hannibalpostumus commented 6 months ago

In case anyone comes across this issue.

On initial install, the launcher shortcuts that use xdg-open do not run. Again, may be specific to my setup but can easily be solved by opening the terminal and running

sudo apk add xdg-utils

Not sure why xdg-utils isn't installed by default on my system.

Alternatively, specifying the program to open the link. For example, for the WebGUI shortcut, replacing xdg-open with firefox.

hannibalpostumus commented 6 months ago

Submitted a pull request which I think will solve this across all systems.

Aterfax commented 6 months ago

Resolved via https://github.com/Aterfax/DCS-World-Dedicated-Server-Docker/pull/42