this post was submitted on 03 Jan 2024
9 points (100.0% liked)

Linux Questions

1068 readers
22 users here now

Linux questions Rules (in addition of the Lemmy.zip rules)

Tips for giving and receiving help

Any rule violations will result in disciplinary actions

founded 1 year ago
MODERATORS
 

I've noticed that some apps sometimes don't start from the GUI. I've seen it on several computers (all running Ubuntu 22.04). That includes double-clicking an appimage icon from an explorer window, or launching an app through a launcher shortcut. But if I open them manually from a terminal window they never fail to start.

The terminal workaround is fine... But any ideas what could be wrong with the GUI? Is there a service I can restart to try to get the functionality back?

EDIT: I'll add that the issue is sporadic. Steam will open fine from the GUI today, but tomorrow it won't, etc. (It's not as simple as a bad path in a shortcut)

top 2 comments
sorted by: hot top controversial new old
[โ€“] bloopernova@programming.dev 2 points 10 months ago

Check Xorg logs, probably in /var/log, or possibly system log /var/log/syslog or messages.

[โ€“] jabjoe@feddit.uk 1 points 8 months ago

If this is X, you checked ~/.xsession-errors ?