Didier Spaier, le mar. 24 août 2021 23:15:27 +0200, a ecrit: > For this reason I ended up setting these defaults for Slint in > /etc/skel/.profile > > export XDG_CACHE_HOME=/dev/shm/$(whoami) > mkdir -p /dev/shm/$(whoami) > chmod 700 /dev/shm/$(whoami) > export XDG_RUNTIME_DIR=$XDG_CACHE_HOME > > Maybe not very orthodox, but no issue reported so far due to these default > settings.
On the long run I don't think it will continue working. The use of /run/user is widespread nowadays, so software will cope with it. /dev/shm however is seen as a security concern, and people will want to replace its use with other means, to the point of being able to remove it. Samuel