Hi everyone,
I was looking how to Launch command once at login per user. This is now working thanks to @NorthWest
But I would like to launch for the user a terminal to change his password like this ->
from a script that is being called from ~/.profile see: Launch command once at login per user.
For the moment I believe it execute the code but in the background... any idea to make it appear (aka interactive ) ?
Thanks
I was looking how to Launch command once at login per user. This is now working thanks to @NorthWest
But I would like to launch for the user a terminal to change his password like this ->
Bash:
xfce4-terminal -e 'passwd'
from a script that is being called from ~/.profile see: Launch command once at login per user.
For the moment I believe it execute the code but in the background... any idea to make it appear (aka interactive ) ?
Thanks