A blog to compile what I have learned (and what I am learning) about Mandriva (and GNU/Linux in general) since 2009, when I migrated. Current distros I'm using: OpenMandriva Lx ROME 5.0, Mageia 9, MX 19, Manjaro 23.1, and Elive 3.
lunes, 24 de octubre de 2016
The Blog of Helios: Of Life, Linux and Karma Angels
This is perhaps one of the most beautiful stories I have read in the Linux community. The Blog of Helios: Of Life, Linux and Karma Angels
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.
I removed them and, voila, Steam unpacked the runtime and opened the user interface.
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"
Suscribirse a:
Entradas (Atom)
New Adventures: Zen Browser and Mageia 10
Recently, I have been trying to take some time to come back to blogging, an activity that I really enjoyed and let me record all my learning...