From 9ea6c9c3c3f7b92de3d732fb9b34d6c2d2c3f77c Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Wed, 13 Aug 2025 09:56:58 +0200 Subject: [PATCH] fix(etc): correct incantation to launch browser in Linux desktop file (#10246) --- etc/linux-desktop/syncthing-ui.desktop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/linux-desktop/syncthing-ui.desktop b/etc/linux-desktop/syncthing-ui.desktop index 213388ba9..314c354de 100644 --- a/etc/linux-desktop/syncthing-ui.desktop +++ b/etc/linux-desktop/syncthing-ui.desktop @@ -2,7 +2,7 @@ Name=Syncthing Web UI GenericName=File synchronization UI Comment=Opens Syncthing's Web UI in the default browser (Syncthing must already be started). -Exec=syncthing --browser-only +Exec=syncthing browser Icon=syncthing Terminal=false Type=Application