FRC-Utilities / QDriverStation

Cross-platform clone of the FRC Driver Station

Home Page:https://frc-utilities.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Selecting SmartDashboard on Linux opens JAR file as archive

lopsided98 opened this issue · comments

When selecting either of the dashboards when running QDriverStation in GNOME on Linux (I'm not sure if this is specific to GNOME), the JAR file opens as an archive (in file-roller). This is because you start it using xdg-open. Is there a reason you use this rather than just calling java -jar like on Windows and Mac? When I changed it to use java -jar on Linux, it worked correctly.

@lopsided98 Thanks for the report and contribution!