I'm using Ubuntu MATE 18.04 LTS and want to set Yandex.Disk (cloud storage web-service like Google Drive) here to be accessed from GUI.
How should I do this?
I'm using Ubuntu MATE 18.04 LTS and want to set Yandex.Disk (cloud storage web-service like Google Drive) here to be accessed from GUI.
How should I do this?
1. Installation of CLI daemon
First of all we need to download CLI-based official Yandex.Disk client from their repository:
Note: the commands above will add the corresponding APT repository to the system to keep Yandex.Disk updated.
For authorization from terminal run
yandex-disk token username
(where username is your actual username) command and follow its instructions.2. Installation of GUI indicator
Then to have GUI indicator we need to add special PPA to the system:
Finally we can launch the Yandex.Disk Indicator from Applications→Internet menu and follow steps of the wizard. Sometimes wizard need to run twice.
The wizard will create
~/Yandex.Disk
folder (default) and will launch indicator in the tray to inform user about updates and to communicate with daemon:(*) Accessing Yandex.Disk from file manager
For systems without special Yandex.Disk client we have to use Caja file-manager:
Create application-based password on the corresponding page of Yandex.Passport
Open Caja, select Connect to Server and set:
webdav.yandex.ru
;and click Connect.
Note: optionally: you can use it directly by pressing Ctrl+L and writing
davs://webdav.yandex.ru
in the location bar and provide username with application-based password.