cinnamon.nemo-with-extensions: Fix duplicate right-click menu items

This commit is contained in:
Bobby Rong 2023-01-08 11:26:08 +08:00
parent c90f3e3dee
commit 2cdd4df899
No known key found for this signature in database

View File

@ -24,6 +24,10 @@ symlinkJoin {
--set "NEMO_PYTHON_EXTENSION_DIR" "$out/share/nemo-python/extensions"
done
# Don't populate the same nemo actions twice when having this globally installed
# https://github.com/NixOS/nixpkgs/issues/190781#issuecomment-1365601853
rm -r $out/share/nemo/actions
# Point to wrapped binary in all service files
for file in "share/dbus-1/services/nemo.FileManager1.service" \
"share/dbus-1/services/nemo.service"