Re: Need help with shell script.
Lawrence D’Oliveiro <[email protected]>
| Newsgroups | comp.os.linux.misc |
|---|---|
| Organization | A noiseless patient Spider |
| Message-ID | <[email protected]> |
On Sun, 9 Aug 2026 23:32:43 -0000 (UTC), pH wrote:
> But when I click on it I get an error messaage that pops up in a
> small window that says: "There was an error launching the
> application"
Eli suggests a fix. For myself, I would like to determine, for future
reference, where the detailed error message from such a failure is
likely to appear.
My guess is, a command like this
journalctl --user --since=today
would offer some clues.
Another variant: have this
journalctl --user -f
continuously running in a terminal window, double-click your script
icon, and see what appears.