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
On chrome the launch option is listed as "run" "--branch=stable" "--arch=x86_64" "--command=/app/bin/chrome"
Hmmmm. The launch option is missing org.google.Chrome
Target:
Start in:
Launch options:
I believe these launch options should work but I didn't test it.
Target:
"/usr/bin/flatpak"
Start in:
/usr/bin/
Launch options:
"run" "--branch=stable" "--arch=x86_64" "--command=/app/bin/chrome" "--file-forwarding" "com.google.Chrome" "@@U" "@@" --window-size=1024,640 --force-device-scale-factor=1.25 --device-scale-factor=1.25
If any of that is wrong its because I can't figure out how to copy and paste in game mode and hand to type it all out manually, should I change the start in to $home then?
If so, you may try a blank profile for test.
Start in is meant to be the directory to host your userfiles. /usr/bin is only meant for system binaries. You should not be writing user files into the directory. It could be an issue for starting chrome.
You can run the command in the konsole in desktop mode to see what is broken.
/usr/bin/flatpak "run" "--branch=stable" "--arch=x86_64" "--command=/app/bin/chrome" "--file-forwarding" "com.google.Chrome" "@@U" "@@" --window-size=1024,640 --force-device-scale-factor=1.25 --device-scale-factor=1.25
I am not sure about the @@ symbols. I keep forgetting that they represent. You can remove them to see if it works
One of the buttons on my steam deck has somehow become faulty and registers itself as repeatedly being pressed, the button in question is the "select", I'm currently working on getting this repaired but as it's not the most frequently used button on the steam deck hasn't caused to many issues and in games I have mapped it's function to one of the back grips instead.
Turns out with all web browsers the default function of this button is "close tab" so when I was loading a browser the home screen tab was being instantly closed leaving me with the blank black screen no matter what browser I used, since disabling and remapping this function to another button I have had no issues with browser's in game mode, was really my own fault for not figuring this out sooner as I had previously believed both issues separate to each other, I appreciate all assistance offered and apologise for wasting anyone's time.
Naw, its fine. People lose track of stuff all the time. Learn how to validate your setup next time. Makes help less invasive.
set language environment variable
You can also try the --lang ?? switch too if the LANGUAGE override does not work.
https://developer.chrome.com/docs/extensions/reference/api/i18n#locales-testing
https://stackoverflow.com/questions/24992240/start-google-chrome-with-a-specific-locale-using-a-command-line-argument
I did not test either of these switchs.
I have found that if you install Google Chrome through discover, there is a different set of instructions you need to give. It’s similar, however you have to delete the “@“ and “U” parts, I also cut out all window size and forced scaling options as those were not needed. Also the start in location is different. It’s not in “usr/bin” anymore. Configure as is below and it will work properly.
Tested as of 9/21/2024
Target:
"/usr/bin/flatpak"
Start in:
/home/deck/.local/share/applications/
Launch options:
"run" "--branch=stable" "--arch=x86_64" "--command=/app/bin/chrome" "--file-forwarding" "com.google.Chrome"