mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-09-05 19:08:17 +00:00
linux: use explicit launched-from config in service files
This commit is contained in:
2
dist/linux/app.desktop
vendored
2
dist/linux/app.desktop
vendored
@@ -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;
|
||||
|
2
dist/linux/dbus.service
vendored
2
dist/linux/dbus.service
vendored
@@ -1,4 +1,4 @@
|
||||
[D-BUS Service]
|
||||
Name=com.mitchellh.ghostty
|
||||
SystemdService=com.mitchellh.ghostty.service
|
||||
Exec=ghostty
|
||||
Exec=ghostty --launched-from=dbus
|
||||
|
2
dist/linux/systemd.service
vendored
2
dist/linux/systemd.service
vendored
@@ -4,4 +4,4 @@ Description=Ghostty
|
||||
[Service]
|
||||
Type=dbus
|
||||
BusName=com.mitchellh.ghostty
|
||||
ExecStart=ghostty
|
||||
ExecStart=ghostty --launched-from=systemd
|
||||
|
Reference in New Issue
Block a user