First, let’s see the effect after installation:
Installation environment: Linux Mint 22 x64 Chinese version
Successfully installing Nutstore is divided into 4 steps:
1. Resolve package dependencies
Use the following command to install:
sudo apt-get install python3-gi gir1.2-appindicator3-0.1 gir1.2-notify-0.7
2. Download the Nutstore binary component
For 64-bit systems: nutstore_linux_dist_x64.tar.gz
Enter in the terminal:
wget https://www.jianguoyun.com/static/exe/installer/nutstore_linux_dist_x64.tar.gz -O /tmp/nutstore_bin.tar.gz
If it is a 32-bit system: nutstore_linux_dist_x86.tar.gz
Enter in the terminal:
wget https://www.jianguoyun.com/static/exe/installer/nutstore_linux_dist_x86.tar.gz -O /tmp/nutstore_bin.tar.gz
3. Unzip the binary component package
Enter in the terminal:
mkdir -p ~/.nutstore/dist && tar zxf /tmp/nutstore_bin.tar.gz -C ~/.nutstore/dist
4. Install Nutstore menu and icon
Enter in the terminal:
~/.nutstore/dist/bin/install_core.sh
After installation, you can click the system menu: Applications > Internet > Nutstore (In Chinese interface, open sequentially: Desktop lower left system logo > Internet > Nutstore) to start the Nutstore program.
Please note that currently, Dolphin and Thunar plugins are not supported, so you cannot view the synchronization status icon and right-click menu in these file managers.
If Nutstore cannot start after installation
Open the terminal and enter:
nano ~/.nutstore/dist/conf/nutstore.properties
At the last line of the interface, you will see
#enable webUI when possible
webui.enable=true
Change webui.enable=true to webui.enable=false
Press Ctrl+X to save and exit nano;
Open Nutstore again, and you can log in!!!