Skip to content
This repository has been archived by the owner on Mar 11, 2018. It is now read-only.

Nautilus Integration

Andy Holmes edited this page Sep 11, 2017 · 5 revisions

Nautilus showing Context Menu Integration

Nautilus integration is an optional feature and requires:

  • Nautilus Python Bindings
    • Fedora: nautilus-python
    • Ubuntu: python-nautilus
  • Nautilus GIR
    • Fedora: nautilus-extensions
    • Ubuntu: gir1.2-nautilus-3.0

See the Contributing page for guidelines about contributing support for other file managers.

Technical Details

When enabled a symbolic link will be made from nautilus-send-mconnect.py in the extension directory to ~/.local/share/nautilus-python/extensions/, after which a notification will appear advising you to restart Nautilus with button titled Restart (alternatively you may run nautilus -q in a terminal). Be warned, restarting Nautilus will close any currently open windows. The same notification will appear when disabled and the symbolic link will be removed.

Clone this wiki locally