In the v3.0 firmware, there isn't a mouse icon on the desktop. If you are not convenient, add it yourself.
1. You must be a Root identity, so refer to "Re-find the identity of Root" above.
2. Downloaded the mouse icon files from Http://www.eletroworld.cn/nb/download/xcursor-mac.rar and decompress it.
3. Copy the folder to the directory /usr/share/icons/ with the Root identity.
4. Click the "Start" - "Run" and input "evilvte" to run the terminal.
5. Input the command:
cd /usr/share/icons/
sudo chown-R root xcursor-mac
sudo chmod-R 755 xcursor-mac
6. Modified the file /home/user/.icons/default/index.theme like below:
[Icon Theme]
# Inherits = xcursor-transparent
# Inherits = aero-extra-large-drop
Inherits = xcursor-mac
7. Save it and restart. |