Michael J Acosta Pegoraro

Results 17 comments of Michael J Acosta Pegoraro

Interesting, I see that ysblokje didnt include any reference or details about requiring the libgamemode0 in the PKGBUILD. https://aur.archlinux.org/packages/gamemode-git/ I do see a seperate PKGBUILD that seems to only include...

🤔 Interesting Would a soft link solve the issue then? For example: ln -s /usr/lib64/libgamemode.so /usr/lib/libgamemode.so And then the same for each lib that is missing if it works. The...

No, every modern distribution has lib and lib64 symlinked. Old 32-bit applications will look for /lib which is the same as /lib64 for 64 applications. Not different, it's a standard...

Not an issue with Steam. Valve is not responsible for configuring your environment variables. Either you are running isolated (snap, flatpak) or your environment variable is not setup on your...

I would worry about error messages. Users should be listing their /lib with something like `ls /lib grep libgamemode` to make sure they have it available. Once that's done, then...

There is something called log levels, trace, debug, info, warning, error and fatal. If the developer considered that to be an error and is harmless than Feral/Valve/Others in this case...

Yeah, but that was a really bad example and a very standard one. Nothing to do with the issue opened here to begin with and bad practice and/or not good...

Seems like the crash is not related to the Color.plist. This is related to the previous container directory placed for when you had a previous installation. To resolve this make...

Thank you for the CLI version. Same here as well. GUI version would be amazing!

@KisaragiEffective Thank you! This is the pointer I was looking for. For anyone else on OpenSUSE Tumbleweed do the following: ``` sudo zypper install libcap-progs rustup sudo ln -s /usr/sbin/getcap...