I am using ubuntu 22.04 with xfce.
I want to put a script that does:
ln -fs /path/to/folder ~/
Everytime a user logs in via graphical remote access (particularly, I'm using remmina).
I tried /etc/profile.d
, /etc/bash.bashrc
, /etc/X11/Xsession.d
, /etc/gdm3/PostLogin/Default.sample
... nothing works. Maybe I need to restart some service?
I found this but this is user-specific. Same for this. Several other forum discussions led me nowhere.
Thanks in advance for any help to this hopeless soul.