Some time after su command I feel uncertain by seeing other wallpaper than the one corresponding to the new user. Is there any command usable at a batch, that I could use for quick switching that wallpapers?
(Original question asked also about switching languages. I have been advised by comments -thanks - and first I'll try a batch for it.)
su
only starts a shell as another user. It does not affect your desktop session, so your wallpaper will obviously stay the same. If you want to graphically log in as another user, select the user in your system menu (cogwheel in the top right corner of your screen) or click on "switch users" there. – Byte Commander Aug 28 '17 at 09:18LANG
,LANGUAGE
and/orLC_ALL
environment variables inside your shell session. Can't tell you what exact values are possible there though, that depends on your installed locales. – Byte Commander Aug 28 '17 at 09:20