ubuntu20.04LTS安裝堅果雲的解決方案
(不知道爲什麼輸入法只能打繁體,但我真的是大陸北方網友[狗頭])
ubunt20.04LTS安裝堅果雲可能會出現一些問題,比如說打不開或者打開之後是空白頁面,剛剛詢問了客服,獲得了解決方案。
安裝堅果雲
參考堅果雲官網的源碼安裝方式
官網源碼安裝鏈接
- Resolve package dependencies
sudo apt-get install libglib2.0-dev libgtk2.0-dev libnautilus-extension-dev gvfs-bin python3-gi gir1.2-appindicator3-0.1
- Download source code of Nutstore plugin for Nautilus: nutstore_linux_src_installer.tar.gz
wget https://www.jianguoyun.com/static/exe/installer/nutstore_linux_src_installer.tar.gz
- Decompress,compile and install the plugin
tar zxf nutstore_linux_src_installer.tar.gz
cd nutstore_linux_src_installer && ./configure && make
sudo make install
- Relauch Nautilus
nautilus -q
- Run this command to download and install other binary files
./runtime_bootstrap
解決打不開/打開之後是空白的問題
vim ~/.nutstore/dist/conf/nutstore.properties
把
#enable webUI when it is possible
webui.enable=true
中的true換成false
再打開堅果雲就正常了