先支持一下堅(jiān)果云網(wǎng)盤,對(duì)于多電腦工作來(lái)說(shuō)非常方便,擺脫了U盤或硬盤等移動(dòng)介質(zhì)的束縛!
在Ubuntu 20.04版本(或更新之后的版本)安裝堅(jiān)果云網(wǎng)盤后會(huì)出現(xiàn)啟動(dòng)白屏的現(xiàn)象,在網(wǎng)上搜了很多方法均未得到解決,多次嘗試之后終于解決!
- 首先安裝vim(很多系統(tǒng)沒(méi)有預(yù)安裝vim):
sudo apt-get vim
輸入密碼后安裝vim;
- 打開堅(jiān)果云官網(wǎng)下載界面(https://www.jianguoyun.com/s/downloads)
),按照源代碼的方式安裝堅(jiān)果云(下載deb文件安裝的方式我沒(méi)有嘗試,請(qǐng)小伙伴們自由選擇嘗試):1.jpg
之后打開終端使用源代碼安裝:
1.jpg
$> sudo apt-get install gvfs-bin python3-gi gir1.2-appindicator3-0.1
$> wget https://www.jianguoyun.com/static/exe/installer/nutstore_linux_dist_x64.tar.gz -O /tmp/nutstore_bin.tar.gz
$> mkdir -p ~/.nutstore/dist && tar zxf /tmp/nutstore_bin.tar.gz -C ~/.nutstore/dist
$> ~/.nutstore/dist/bin/install_core.sh
安裝完成后終端內(nèi)會(huì)出現(xiàn):
To launch Nutstore application, click system menu item:Applications > Internet > Nutstore
Please note that plugins for Dolphin and Thunar are not available currently.
的字樣;
- 修改vim設(shè)置:
打開終端,輸入:
vim ~/.nutstore/dist/conf/nutstore.properties
在打的界面最后一行會(huì)出現(xiàn)
#enalbe webUI when it possible
webui.enable=true
- 點(diǎn)擊鍵盤上的i鍵,使vim進(jìn)入編輯模式(此時(shí)終端內(nèi)的左下角會(huì)出現(xiàn)INSERT的字樣);
5.將webui.enable=true修改為webui.enable=false - 按Esc鍵保存退出vim;
7.vim的具體操作可以參考Ubuntu保存退出vim編輯器_口袋里的跳跳糖-CSDN博客_ubuntu退出vim編輯模式; - 再次打開堅(jiān)果云,就可以登錄了?。?!
Enjoy yourself!

