From 5ae81aa96cea1e4ef77a8f1b4b7b9eb99bde73ed Mon Sep 17 00:00:00 2001 From: Klaas Freitag Date: Thu, 28 Jan 2016 11:44:13 +0100 Subject: [PATCH] Nemo Shell Integration: Add missing conversion script. This script creates the Nemo plugin out of the Nautilus plugin. Both are source compatible, but need to include the right modules depending on the name of the file manager. The script is called by cmake. --- shell_integration/nautilus/createnemoplugin.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 shell_integration/nautilus/createnemoplugin.sh diff --git a/shell_integration/nautilus/createnemoplugin.sh b/shell_integration/nautilus/createnemoplugin.sh new file mode 100755 index 000000000..cc4ff7d10 --- /dev/null +++ b/shell_integration/nautilus/createnemoplugin.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +# this script creates a plugin for nemo, just be replacing +# all occurences of Nautilus with Nemo. + +/usr/bin/sed -i.org -e 's/autilus/emo/g' syncstate_nemo.py -- 2.30.2