this post was submitted on 15 Jul 2025
30 points (100.0% liked)
Linux Gaming
20076 readers
188 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.
No memes/shitposts/low-effort posts, please.
Resources
WWW:
Discord:
IRC:
Matrix:
Telegram:
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
This could use some clarification. Do you mean that you want...
The possibilities really depend on what you're after.
My understanding is that lutris is a program whereas as Plasma is a desktop environment so I guess I would be looking for plasma to start regardless and if connected to a ps5 controller then open lutris to big picture mode.
I am mainly looking to mirror the current setup of a games console and smart devices from my machine of choice. It is toward usability for the family.
Yes, that's right.
Plasma (like many other desktop environments) can automatically launch whatever you like when you log in, if you create an XDG Autostart file for it in the
$HOME/.config/autostart/
directory. (Hint: It uses the .desktop file format.)You could write a script that checks for a Playstation controller and launches Lutris if one is detected. You could then reference that script in the autostart file's
Exec=
line.The simplest way I know of to detect a Playstation controller in a shell script would be something like this:
You would have to make the script executable, and replace the echo command at the end with a lutris command line, of course.
Terminology correction to your original post: Booting is something that a computer does when you power it on. Launching a game or game launcher (on a machine that has an OS) is not booting.