KIO GDrive: Difference between revisions

From KDE Community Wiki
(Add neon)
(Update changelog)
Line 45: Line 45:
= Build from source =
= Build from source =


* Latest stable release: <code>v1.0.3</code>
* Latest stable release: <code>v1.0.4</code>
* Source tarball: http://download.kde.org/stable/kio-gdrive/1.0.3/src/kio-gdrive-1.0.3.tar.xz
* Source tarball: http://download.kde.org/stable/kio-gdrive/1.0.4/src/kio-gdrive-1.0.4.tar.xz
* Signature: http://download.kde.org/stable/kio-gdrive/1.0.3/src/kio-gdrive-1.0.3.tar.xz.sig
* Signature: http://download.kde.org/stable/kio-gdrive/1.0.4/src/kio-gdrive-1.0.4.tar.xz.sig
* Signature key fingerprint: <tt>F07D85CAA18ACF46A346FD017C7FC6EA8633B4EA</tt>
* Signature key fingerprint: <tt>F07D85CAA18ACF46A346FD017C7FC6EA8633B4EA</tt>


Line 84: Line 84:


Stop trashing all account files on account removal.
Stop trashing all account files on account removal.
== v1.0.4 ==
* Fixed an issue that would make some files hidden (bug [https://bugs.kde.org/show_bug.cgi?id=371954 371954]
* Added <tt>TryExec</tt> key in the .desktop file.


= Discussions =  
= Discussions =  

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

Archlinux

pacman -S kio-gdrive

Gentoo

emerge kde-misc/kio-gdrive

KDE Neon

sudo apt install kio-gdrive

openSUSE

KIO GDrive is available as part of openSUSE Tumbleweed and is regularly updated there. Use YaST or zypper to install kio-gdrive.

openSUSE Leap users can find it in the KDE:Extra third-party repository.

FreeBSD

KIO GDrive is available in the [email protected] development svn repository: http://area51.pcbsd.org/branches/plasma5 in net/kio-gdrive

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

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).

v1.0.3

Stop trashing all account files on account removal.

v1.0.4

  • Fixed an issue that would make some files hidden (bug 371954
  • Added TryExec key in the .desktop file.

Discussions

Links

How to Contribute

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