Skip to main content

Plugins for the Thunar file browser

Project description

🖱️ 🛠️ Thunar Plugins

This Python package extends the Thunar file manager and provides a way for other Python packages to do the same without worrying about Thunar finding them.

✨ Features Added to Thunar

  • ✅ a settings menu to en-/disable plugins added by this or other Python packages

  • 🔗 creating links to a file or folder

  • ☑️ Calculating various checksums of files

  • 🗓️ planned: all features from thunar-custom-actions

  • 🔄 Git Annex support:

    • git annex sync|add|get|drop|lock|unlock
    • branch switching
    • metadata-driven views
    • editing metadata in the file properties dialog

Git Annex metadata editing in Thunar's properties dialog Git Annex Thunar context menu

📦 Installation

arch-logo manjaro-logo

If you are on an Arch-based Linux, you can install the python-thunar-plugins-git package from the AUR:

# using yay, you may of course use your favourite AUR installer
pacman -Syu yay
yay -Syu python-thunar-plugins-git

In this case you might only have to restart Thunar to see the new plugins:

thunar -q

Other Platforms: Installation from PyPI

☝️ Prerequisites

For these Thunar plugins to work, you will need to have installed:

# Install this package from PyPI:
pip install thunar-plugins

# Install the latest development version:
pip install git+https://gitlab.com/nobodyinperson/thunar-plugins

# Install from the repository root
git clone https://gitlab.com/nobodyinperson/thunar-plugins
cd thunar-plugins
pip install .

If that fails, try python3 -m pip install --user ... instead of just pip install ...

⚡ Troubleshooting

  • try thunar -q or log out and back in if the plugins aren't shown in Thunar
  • run thunar -q and then THUNARX_PYTHON_DEBUG=all THUNAR_PLUGINS_LOGLEVEL=debug thunar to debug
  • run thunar-plugins activate (or python3 -m thunar_plugins activate) to place the activator script (should be done upon installation)
  • run thunar-plugins deactivate to deactivate plugins

➕ Adding More Plugins

This thunar_plugins package can act as a stepping stone for other packages that add plugins to Thunar: The activator script loads all thunar_plugin entry points provided by any installed Python package. So if another package provides a Thunar plugin (e.g. a new context menu entry) with class mypackage.mymodule.mysubmodule.MyThunarPlugin, that package may adjust its setup.cfg like this and stop caring about how to tell Thunar where the plugin can be found:

[options]
install_requires = thunar_plugins

[options.entry_points]
thunar_plugin =
    my-thunar-plugin = mypackage.mymodule.mysubmodule:MyThunarPlugin

For proper display in the thunar-plugins settings dialog, every Python Thunar plugin class registered like this should also have a short name and a one-sentence description string attribute.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

thunar-plugins-1.4.0.tar.gz (137.0 kB view details)

Uploaded Source

Built Distribution

thunar_plugins-1.4.0-py3-none-any.whl (50.9 kB view details)

Uploaded Python 3

File details

Details for the file thunar-plugins-1.4.0.tar.gz.

File metadata

  • Download URL: thunar-plugins-1.4.0.tar.gz
  • Upload date:
  • Size: 137.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.1

File hashes

Hashes for thunar-plugins-1.4.0.tar.gz
Algorithm Hash digest
SHA256 c4d72a64063952f7c89de9f708d0fbaa921e55d165821d4d95bd433f64a103a6
MD5 6eb3204f4515255b6d0980accc03c67c
BLAKE2b-256 8d843b2d1f21525fc0890a9f7f535ebd6ced20344c05ebce52130eb77eb9ea09

See more details on using hashes here.

File details

Details for the file thunar_plugins-1.4.0-py3-none-any.whl.

File metadata

File hashes

Hashes for thunar_plugins-1.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d7ce4b423a589bb1e96d8ad4a38b08eee5a2da413cd613ceea02ab903d05112d
MD5 d926900f0a017cdba0d826ebde4e4ca6
BLAKE2b-256 fad0bb0987e2adba33aa2650c8b92d04fa10dd9c732fb16c9e9e8ebb368eea8d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page