linux: use explicit launched-from config in service files
parent
649cca61eb
commit
57392dfcb5
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
[D-BUS Service]
|
||||
Name=com.mitchellh.ghostty
|
||||
SystemdService=com.mitchellh.ghostty.service
|
||||
Exec=ghostty
|
||||
Exec=ghostty --launched-from=dbus
|
||||
|
|
|
|||
|
|
@ -4,4 +4,4 @@ Description=Ghostty
|
|||
[Service]
|
||||
Type=dbus
|
||||
BusName=com.mitchellh.ghostty
|
||||
ExecStart=ghostty
|
||||
ExecStart=ghostty --launched-from=systemd
|
||||
|
|
|
|||
Loading…
Reference in New Issue