From: Klaas Freitag Date: Thu, 28 Jan 2016 10:44:13 +0000 (+0100) Subject: Nemo Shell Integration: Add missing conversion script. X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~1254^2~34 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=5ae81aa96cea1e4ef77a8f1b4b7b9eb99bde73ed;p=nextcloud-desktop.git 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. --- 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