Browse Dropbox as dropbox:/ in Dolphin. No proprietary client, nothing synced to disk.
dropbox:/ — in Dolphin, in file dialogs, anywhere KDE opens a URL.
Download kio-dropbox-*.pkg.tar.zst from the
latest release,
then:
sudo pacman -U kio-dropbox-*.pkg.tar.zst
Download kio-dropbox_*.deb from the
latest release,
then:
sudo apt install ./kio-dropbox_*.deb
Download kio-dropbox-*.rpm from the
latest release,
then:
sudo dnf install ./kio-dropbox-*.rpm
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.
Bug reports and patches are welcome — see issues and pull requests. kio-dropbox is free software under the GPL-2.0-or-later.