We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51a6293 commit 479f900Copy full SHA for 479f900
src/main/java/de/doubleslash/keeptime/common/BrowserHelper.java
@@ -20,7 +20,7 @@ public static void openURL(final String url) {
20
}
21
} else if (System.getProperty("os.name").contains("Linux")) {
22
try {
23
- rt.exec("xgd-open " + url);
+ rt.exec("xdg-open " + url);
24
} catch (final Exception e) {
25
LOG.error(e.getMessage());
26
0 commit comments