Skip to content
This repository has been archived by the owner on Sep 1, 2024. It is now read-only.

Latest commit

 

History

History
19 lines (14 loc) · 601 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 601 Bytes

Thunar Dropbox

Thunar Dropbox is a plugin for Thunar that adds context-menu items from Dropbox. This plugin does not come with Dropbox itself, you will need to install that separately.

Thunar-Dropbox

Dependencies

Depending on your distribution you might have to install libthunarx-2.

Installation from sources

python2 ./waf configure
python2 ./waf build
sudo python2 ./waf install

Note: the provided waf does not work correctly with python3, so make sure you use python2 to run these commands.