Add file manager integration install/uninstall logic

Implements actual extension file creation for Nautilus (Python
extension), Nemo (.nemo_action files), Thunar (custom actions XML),
and Dolphin (KDE service menu .desktop). Each extension creates a
"Process with Pixstrip" submenu with all presets listed. Toggle
switches in welcome wizard and settings now call install/uninstall.
This commit is contained in:
2026-03-06 15:37:25 +02:00
parent 5bdeb8a2e3
commit b50147404a
4 changed files with 471 additions and 17 deletions

View File

@@ -3,6 +3,7 @@ pub mod discovery;
pub mod encoder;
pub mod error;
pub mod executor;
pub mod fm_integration;
pub mod loader;
pub mod operations;
pub mod pipeline;