KIO GDrive: Difference between revisions

From KDE Community Wiki
No edit summary
(Add changelog + download links)
Line 21: Line 21:


= Build from source =
= Build from source =
* Latest stable release: v1.0.2
* Source tarball: download.kde.org/stable/kio-gdrive/1.0.2/src/kio-gdrive-1.0.2.tar.xz
* Signature: download.kde.org/stable/kio-gdrive/1.0.2/src/kio-gdrive-1.0.2.tar.xz
* Signature key fingerprint: <tt>F07D85CAA18ACF46A346FD017C7FC6EA8633B4EA</tt>
== Build on Linux ==
== Build on Linux ==


Line 37: Line 43:


If you have problems building from source, feel free to ask for help in the #kde-devel irc channel.
If you have problems building from source, feel free to ask for help in the #kde-devel irc channel.
= Changelog =
== v1.0.0 ==
First stable release
== v1.0.1 ==
Fixed a bug that caused the login dialog to show up again after authentication (bugs [https://bugs.kde.org/show_bug.cgi?id=367988 367988], [https://bugs.kde.org/show_bug.cgi?id=369581 369581]).
== V1.0.2 ==
Fixed copy-pasting from <tt>gdrive://</tt> URLs to local disk (bug [https://bugs.kde.org/show_bug.cgi?id=369619 369619]).


= Discussions =  
= Discussions =  

Revision as of 10:12, 5 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

  • Latest stable release: v1.0.2
  • Source tarball: download.kde.org/stable/kio-gdrive/1.0.2/src/kio-gdrive-1.0.2.tar.xz
  • Signature: download.kde.org/stable/kio-gdrive/1.0.2/src/kio-gdrive-1.0.2.tar.xz
  • Signature key fingerprint: F07D85CAA18ACF46A346FD017C7FC6EA8633B4EA

Build on 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.

Changelog

v1.0.0

First stable release

v1.0.1

Fixed a bug that caused the login dialog to show up again after authentication (bugs 367988, 369581).

V1.0.2

Fixed copy-pasting from gdrive:// URLs to local disk (bug 369619).

Discussions

Links

How to Contribute

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