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
You could simply add “mount -o remount -a” to your users login profile so when the deck user logs in after boot it would re-parse fstab and mount the file system. No need to make a script to just do that.
EDIT: you’d look for the hidden file ~/.bash_login for the deck user. Or you could put it in the deck users ~/.bashrc
https://wiki.archlinux.org/title/bash
mount: /var/log: must be superuser to use mount.
dmesg(1) may have more information after failed mount system call.
I then tried that command in .bash_profile and nothing. I also created the .bash_login file and tried that, but also nothing happened.
I'll look into tomorrow about what I can do with Sudo in bash scripts, of if there is a non sudo mount option I can use
I have no idea how to enable it in steam os mode.
In desktop mode you can add *.desktop file to /home/deck/.config/autostart with an analogy to ones that already exists in that folder.
But that won't wok for Gaming mode.
But you would need to change script content, it has check for network interface name
`$1 = wlp3s0f0`
You can also look at reference of all available variables for script here: https://man.archlinux.org/man/NetworkManager-dispatcher.8.en#DESCRIPTION
Be aware that script should start with
#!/bin/sh