KIO GDrive: Difference between revisions

From KDE Community Wiki
(First draft)
 
No edit summary
Line 19: Line 19:
kioclient5 exec gdrive:/
kioclient5 exec gdrive:/
</syntaxhighlight>
</syntaxhighlight>
= Build from source =
== Linux ==
Assuming that you have all the dependencies already installed, just do:
<syntaxhighlight lang="bash">
git clone git://anongit.kde.org/kio-gdrive.git
cd kio-gdrive
mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
sudo make install
kdeinit5 # or just re-login
</syntaxhighlight>
{{Warning|On some distro (e.g. Archlinux) installing in a different prefix (such as <tt>/usr/local</tt>) might not work.}}
If you have problems building from source, feel free to ask for help in the #kde-devel irc channel.
= Discussions =
* Mailing list: https://mail.kde.org/mailman/listinfo/kde-devel
* IRC: <tt>#kde-devel</tt> channel
= Links =
* Bugs: https://bugs.kde.org/enter_bug.cgi?product=kio-gdrive&format=guided
* Git repo: https://phabricator.kde.org/diffusion/219/
* Phabricator project: https://phabricator.kde.org/tag/kio_gdrive/
= How to Contribute =
Upload patches for review here: https://phabricator.kde.org/differential/diff/create/

Revision as of 15:07, 4 October 2016

KIO GDrive is a KIO slave that enables KIO-aware applications (such as Dolphin, Kate or Gwenview) to access and edit Google Drive files on the cloud.

How to install

Distro XXX

TODO: add installation instructions for Distro XXX

Distro YYY

TODO: add installation instructions for Distro YYY

Usage

Just open your application menu and look for "Google Drive". You should find a Desktop file that will open Dolphin with the gdrive:// URL already set.

You can do the same from the command line as well:

kioclient5 exec gdrive:/

Build from source

Linux

Assuming that you have all the dependencies already installed, just do:

git clone git://anongit.kde.org/kio-gdrive.git
cd kio-gdrive
mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
sudo make install
kdeinit5 # or just re-login

Warning

On some distro (e.g. Archlinux) installing in a different prefix (such as /usr/local) might not work.


If you have problems building from source, feel free to ask for help in the #kde-devel irc channel.

Discussions

Links

How to Contribute

Upload patches for review here: https://phabricator.kde.org/differential/diff/create/