Skip to content

Draft: Nautilus Extension Manager

Corey Berla requested to merge wip/corey/ext-manager into main

This is very much a work in progress (not ready for review, there's probably issues and leaks everywhere). But putting it here for high level input.

nautilus-ext-app is a separate process that exclusively handles the extension modules. nautilus calls the NautilusExtensionManager dbus (soon to be service) when it requires extension information. NautilusExtensionManager calls NautilusFileImpl in order to retrieve NautilusFile details.

Edited by Corey Berla

Merge request reports