mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-02 12:47:49 +02:00
* Add LocalSend send action in Nautilus * Reuse Nautilus install script in migration * Detect LocalSend via PATH * Verify Flatpak LocalSend is installed * Check Flatpak LocalSend with flatpak info
5 lines
177 B
Bash
5 lines
177 B
Bash
EXTENSIONS_DIR="$HOME/.local/share/nautilus-python/extensions"
|
|
|
|
mkdir -p "$EXTENSIONS_DIR"
|
|
cp "$OMARCHY_PATH/default/nautilus-python/extensions/localsend.py" "$EXTENSIONS_DIR/"
|