0

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.)

Tomáš Pečený
  • 1,507
  • 7
  • 19
  • 46

1 Answers1

0

For changing wallpaper at login time, you could add this command at the end of /home/$user/.profile:

gsettings set org.gnome.desktop.background picture-uri file:///folder/file

For newer users, it's a good practice to customize home in /etc/skel. Copy your modified .profile to there. See this: How setup new users with skel

Redbob
  • 1,686