kio-dropbox

Browse Dropbox as dropbox:/ in Dolphin. No proprietary client, nothing synced to disk.

CI status Latest release License

Screenshots

Linking an account in System Settings
Browsing Dropbox in Dolphin

What it does

Getting started

Arch Linux

Download kio-dropbox-*.pkg.tar.zst from the latest release, then:

sudo pacman -U kio-dropbox-*.pkg.tar.zst

Debian / Ubuntu

Download kio-dropbox_*.deb from the latest release, then:

sudo apt install ./kio-dropbox_*.deb

Fedora / RPM-based distributions

Download kio-dropbox-*.rpm from the latest release, then:

sudo dnf install ./kio-dropbox-*.rpm

From source

git clone https://github.com/timpalpant/kio-dropbox.git
cd kio-dropbox
cmake -S . -B build -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
cmake --build build
sudo cmake --install build

You will need Qt 6 and KDE Frameworks 6 (KIO, KWallet, KCMUtils, KI18n, KCoreAddons, KConfigWidgets, KWidgetsAddons). The full list is in the README.

Log out and back in after installing, so running applications pick up the new protocol and settings page. Then open System Settings → Network → Settings → Dropbox to link an account.

Contributing

Bug reports and patches are welcome — see issues and pull requests. kio-dropbox is free software under the GPL-2.0-or-later.