this post was submitted on 05 Aug 2023
9 points (90.9% liked)
Linux Gaming
15274 readers
234 users here now
Discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck). Potentially a $HOME
away from home for disgruntled /r/linux_gaming denizens of the redditarian demesne.
This page can be subscribed to via RSS.
Original /r/linux_gaming pengwing by uoou.
Resources
WWW:
Discord:
IRC:
Matrix:
Telegram:
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Try to look for a .desktop file in
/usr/share/applications/
If it is not there, try making one in
~/.local/share/applications/
If there is no .desktop file, try looking for the binary with
$ which lutris
If you find the binary, but can't find the .desktop file, take another .desktop file as an example from
/usr/share/applications/
and create a new one in~/.local/share/applications/
with appropriateExec=
from the$ which
command from earlier