Can't modify the wallpaper on TOS 4.2?

TOS system configuration
Post Reply
User avatar
TMzethar
TerraMaster Team
Posts: 1223
Joined: 27 Oct 2020, 16:43

Can't modify the wallpaper on TOS 4.2?

Post by TMzethar »

Operation Guidelines

TOS 4.2.x has the problem of failing to add custom desktop wallpapers, and due to various reasons, some customers’ devices cannot or are inconvenient to upgrade to the new TOS 5 version.
For customers who need to continue using TOS 4.2.x, this article will introduce the modification method of wallpaper.

Applicable version
TOS 4.2.x

Applicable models
All TNAS models

Steps
1. Log in to the SSH terminal
https://forum.terra-master.com/cn/viewt ... =87&t=1511

2. Enter the following command to back up the system default wallpaper and wallpaper thumbnail (optional)

Code: Select all

cp -r /usr/www/tos/static/images/wall_page  /mnt/md0/public/
cp -r /usr/www/tos/static/images/wall_page/thumb  /mnt/md0/public/
3. Prepare the wallpaper A.jpg and the wallpaper thumbnail a.jpg (you can use any small picture as the thumbnail a.jpg) and upload them to the pulbic directory.
Image

4. Enter the following command to replace the system default wallpaper file 1.jpg.

Code: Select all

cp /mnt/md0/public/A.jpg  /usr/www/tos/static/images/wall_page/1.jpg
cp /mnt/md0/public/a.jpg  /usr/www/tos/static/images/wall_page/thumb/1.jpg
5. Refresh the TOS webpage, open the user settings > wallpaper interface again, and then you will see that the first wallpaper icon has been replaced with your wallpaper thumbnail. Please click this icon to change the current wallpaper.
Image
To contact our team, please send email to following addresses, remember to replace (at) with @:
Technical team: support(at)terra-master.com (for technical support)
Service team: service(at)terra-master.com (for purchasing, return, replacement, RMA service)
Post Reply

Return to “System Configuration”