97
I have finally gotten rid of Windows
(lemmy.world)
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.
WWW:
Discord:
IRC:
Matrix:
Telegram:
So, this one is a bit controversial but, when something doesn't work try running it from terminal.
Unlike windows, Linux doesn't tend to do "pop up errors". Running in terminal gives these alerts, and can often give you a hint as to why it isn't working - be it a missing library, a permission error, or something internal you can quickly search. Usually, someone has a fix!
Also, if it's a decent application, it probably logs stuff somewhere. Check /var/log for software installed system wide. If the logs are not there, check the install dir etc. If there's a README around, check that out first.
Good luck!