Replies: 1 comment 2 replies
-
|
I believe the desktop files support your $PATH which is why we do this. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have successfully built ghostty from source on chromeos, however the generated desktop file required modifications in order to work. The
Exec=ghosttyentry did not work until I updated it to a full path, e.g.Exec=/home/<my user>/.local/bin/ghostty. I made these modifications based on the generated desktop file thatkittycreates on installation.Beta Was this translation helpful? Give feedback.
All reactions