| Summary: | Fails to launch Ghostty via package manger installed desktop file | ||
|---|---|---|---|
| Product: | [Plasma] plasmashell | Reporter: | Parag W <parag.lkml> |
| Component: | Application Launcher (Kickoff) widget | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | normal | CC: | kde, mikel5764, noahadvs |
| Priority: | NOR | ||
| Version First Reported In: | 6.5.1 | ||
| Target Milestone: | 1.0 | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Parag W
2025-11-06 22:22:35 UTC
[Desktop Entry] Version=1.0 Name=Ghostty Type=Application Comment=A terminal emulator TryExec=/usr/bin/ghostty Exec=/usr/bin/ghostty --gtk-single-instance=true Icon=com.mitchellh.ghostty Categories=System;TerminalEmulator; Keywords=terminal;tty;pty; StartupNotify=true StartupWMClass=com.mitchellh.ghostty Terminal=false Actions=new-window; X-GNOME-UsesNotifications=true X-TerminalArgExec=-e X-TerminalArgTitle=--title= X-TerminalArgAppId=--class= X-TerminalArgDir=--working-directory= X-TerminalArgHold=--wait-after-command DBusActivatable=true X-KDE-Shortcuts=Ctrl+Alt+T [Desktop Action new-window] Name=New Window Exec=/usr/bin/ghostty --gtk-single-instance=true >Could not activate remote peer 'com.mitchellh.ghostty': startup job failed this is DBus related Your file lists >DBusActivatable=true Check the DBus service file is set up correctly, and if it shouldn't be dbus activatable drop this line. (In reply to David Edmundson from comment #2) > >Could not activate remote peer 'com.mitchellh.ghostty': startup job failed > > this is DBus related > > Your file lists > >DBusActivatable=true > > Check the DBus service file is set up correctly, and if it shouldn't be dbus > activatable drop this line. Oh sorry, forgot to add that I tried commenting out most of the optional options in the desktop file without change. Retried commenting out DBusActivatable=true again - no change. Any pointers on how to debug this - does the shell launch this or kded? Turned out I had a overriding desktop file in $HOME/.local/share/applications with a wrong path to the executable - while the error message can be a more direct - it's not a bug. Closing. |