miércoles, 5 de octubre de 2016

Steam woes in OpenMandriva.... Again!

Steam updated today and, as a nasty surprise, I hit the same problem I had before with it.

I tried the solution here, but it was not working this time: the code reverted to its original form, preventing the Steam runtime to work.

Then, I realized that I was including the brackets in the code.... Stupid mistake. 

>tar --blocking-factor=${BF}  -xf "$2" -C "$3" |
>zenity --progress --auto-close --no-cancel --width 400 --text="$1"

I removed them and, voila, Steam unpacked the runtime and opened the user interface.

tar --blocking-factor=${BF}  -xf "$2" -C "$3" |
zenity --progress --auto-close --no-cancel --width 400 --text="$1"

My First 12 Days with Mageia 10: How to enable repos with dnf5

Well, 12 days have passed since I migrated all of my desktop, laptop, and portable work system to Mageia 10. I have not used the work system...