Hello!
Since updating to STEAMOS 3.5.5 I have been unable to connect to my NAS (samba). Konsole is claiming that icu72 is installed but pacman only offers samba 4.17, that requires icu71. Am I alone with this issue? Anyone with a fix?
(127)(deck@steamdeck ~)$ smbclient smbclient: error while loading shared libraries: libicuuc.so.71: cannot open shared object file: No such file or directory (127)(deck@steamdeck ~)$ sudo pacman -S libicuuc.so warning: downgrading package icu (72.1-2 => 71.1-1) resolving dependencies… looking for conflicting packages… error: failed to prepare transaction (could not satisfy dependencies) :: installing icu (71.1-1) breaks dependency ‘libicuuc.so=72-64’ required by freerdp (1)(deck@steamdeck ~)$
I don’t seem to have this issue on my steam deck. Running preview channel FYI and I haven’t made changes to packages before
(deck@SteamDeckLCD ~)$ smbclient --version Version 4.18.3 (deck@SteamDeckLCD ~)$ ldd $(which smbclient) | grep libicu libicui18n.so.72 => /usr/lib/libicui18n.so.72 (0x00007f9e0b600000) libicuuc.so.72 => /usr/lib/libicuuc.so.72 (0x00007f9e0b200000) libicudata.so.72 => /usr/lib/libicudata.so.72 (0x00007f9e08200000) # which version of icu am I using (deck@SteamDeckLCD ~)$ pacman -Q | grep icu icu 72.1-2 lib32-icu 72.1-2 # steam version/build (deck@SteamDeckLCD ~)$ cat /etc/os-release | grep _ID VARIANT_ID=steamdeck VERSION_ID=3.5.6 BUILD_ID=20231117.3