linux: use explicit launched-from config in service files

This commit is contained in:
Jeffrey C. Ollie
2025-06-02 14:38:58 -05:00
parent 649cca61eb
commit 57392dfcb5
3 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ Name=Ghostty
Type=Application
Comment=A terminal emulator
TryExec=ghostty
Exec=ghostty %F
Exec=ghostty --launched-from=desktop
Icon=com.mitchellh.ghostty
Categories=System;TerminalEmulator;
Keywords=terminal;tty;pty;

View File

@@ -1,4 +1,4 @@
[D-BUS Service]
Name=com.mitchellh.ghostty
SystemdService=com.mitchellh.ghostty.service
Exec=ghostty
Exec=ghostty --launched-from=dbus

View File

@@ -4,4 +4,4 @@ Description=Ghostty
[Service]
Type=dbus
BusName=com.mitchellh.ghostty
ExecStart=ghostty
ExecStart=ghostty --launched-from=systemd