Steam telepítése
belépés
|
nyelv
简体中文 (egyszerűsített kínai)
繁體中文 (hagyományos kínai)
日本語 (japán)
한국어 (koreai)
ไทย (thai)
Български (bolgár)
Čeština (cseh)
Dansk (dán)
Deutsch (német)
English (angol)
Español - España (spanyolországi spanyol)
Español - Latinoamérica (latin-amerikai spanyol)
Ελληνικά (görög)
Français (francia)
Italiano (olasz)
Bahasa Indonesia (indonéz)
Nederlands (holland)
Norsk (norvég)
Polski (lengyel)
Português (portugáliai portugál)
Português - Brasil (brazíliai portugál)
Română (román)
Русский (orosz)
Suomi (finn)
Svenska (svéd)
Türkçe (török)
Tiếng Việt (vietnámi)
Українська (ukrán)
Fordítási probléma jelentése
urm... you can open a shell on desktop mode and cd into /run/media/mmcblk0p1/steamapps/common and "rm -r <directory>" there ... then reboot. Make sure you put the directory name in double quotes ... since that command won't respect spaces or odd characters.
... after you reboot, re-open a shell and go there again ... if the directory is there, you've eliminated almost all of the steamdeck software and just used linux to delete the game. It might not delete things in ~/.local --- but you can always re-install the game later and then try re-removing it to get those files.
Anyways... _if_ you have a linux box, you could also do this by plugging into a linux box --- but it is very likely you've got an SSD that is refusing writes. I think they do that once they run out of spare blocks... and I don't think there's any recovering from it.
Pre-req:
root or user account set with password on steamdeck
Basically I ran this on the steamdeck after unmounting the sd card:
sudo fsck.ext4 -f /dev/[device]
Then accept all the prompts with y or a
[device] in my case is mmcblk0p1 which is listed in the KDE partition manager
Rebooted my Pc running Ubuntu and the sd card could be written on again
https://archive.ph/wip/MiXps