From b68f9f2321048702bf11f3c7eba0fce0c4deba9c Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Tue, 24 Jun 2025 23:42:45 -0500 Subject: [PATCH] make sure that the desktop file uses the absolute path everywhere --- dist/linux/app.desktop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/linux/app.desktop b/dist/linux/app.desktop index 7dc0062f7..17d7b65e3 100644 --- a/dist/linux/app.desktop +++ b/dist/linux/app.desktop @@ -22,4 +22,4 @@ DBusActivatable=true [Desktop Action new-window] Name=New Window -Exec=ghostty --launched-from=desktop +Exec=@@GHOSTTY@@ --launched-from=desktop