Steam'i Yükleyin
giriş
|
dil
简体中文 (Basitleştirilmiş Çince)
繁體中文 (Geleneksel Çince)
日本語 (Japonca)
한국어 (Korece)
ไทย (Tayca)
Български (Bulgarca)
Čeština (Çekçe)
Dansk (Danca)
Deutsch (Almanca)
English (İngilizce)
Español - España (İspanyolca - İspanya)
Español - Latinoamérica (İspanyolca - Latin Amerika)
Ελληνικά (Yunanca)
Français (Fransızca)
Italiano (İtalyanca)
Bahasa Indonesia (Endonezce)
Magyar (Macarca)
Nederlands (Hollandaca)
Norsk (Norveççe)
Polski (Lehçe)
Português (Portekizce - Portekiz)
Português - Brasil (Portekizce - Brezilya)
Română (Rumence)
Русский (Rusça)
Suomi (Fince)
Svenska (İsveççe)
Tiếng Việt (Vietnamca)
Українська (Ukraynaca)
Bir çeviri sorunu bildirin
Thank you for the kind reply.
The error it gives me in discover just trying to download VLC Player
Aborted due to failure (While downloading http://ciscobinary.openh264.org/libopenh264-2.2.0-linux64.6.so.bz2: Server returned status 403)
I tried all of the above stated previously and even though the commands executed, they did nothing to fix my issue.
I have also factory reset the deck 3 times to no avail.
Any ideas would be appreciated as this has stopped me using the deck for a few months, as I was really into emudeck and Linux, but now, I cannot do anything without failure.
Oh, that's probably not a problem with your steam deck! That's likely actually a problem with openh264.org; its HTTPS certificates are misconfigured, and my guess is that Discover or flatpak is probably too paranoid about the possibility of something bad happening to let the full install go through. Perhaps try running this:
`flatpak install flathub org.videolan.VLC`
and if you get any errors, copy-paste what happened over here or something.
Also, if you just want to be able to play some specific media file, you aren't that attached to VLC in specific, and you don't want to go through all this hassle, you could also try installing MPV (also via Flathub/Discover). It's not the same experience as VLC but IMO it's simple and pretty good.
Thx, that worked, my next problem is my system is saying it has updates, and yep, it aborts them.
At this point I give up, but thanks again for the guidance.
This is an older fix, but might be worth a shot:
https://steamcommunity.com/app/1675200/discussions/0/3466100515579305031/#c3466100515579636335
I've tried every command in this topic and none have worked
If someone have an idea how to solve this it would be very nice !
Try (assuming you've already set a root password):
rm -rf ~/.cache/flatpak/system-cache/
sudo flatpak repair
flatpak repair --user
sudo flatpak update
flatpak update
Be careful while entering the rm command; that's deleting a folder full of files, and if you don't get the whole thing typed in you might delete too much. If that fails, I see that someone's had problems like this before due to a corrupted file somewhere not getting cleared properly (which you could try booting to a rescue disk and using fsck to fix, similar to how you would for any other linux box).