Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Steam generally overrides system libraries using a set of runtime libraries (typically .steam/steam/ubuntu12_64/). Do you have all those libraries in the flatpak and is Steam loading them using LD_Load?
Worse comes to worse, you can copy any missing shared libraries into the folder with the bin file (GearCityStart). GearCityStart is rpathed to look into it's folder first for any libraries. I'm not sure if you can run ldd in a flatpak but you can use ldd to list any missing libraries, take that list, and grab the libraries from your system or off the net from similar distros.