Skip to content
Snippets Groups Projects
Commit 0901e1ef authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

arctica-greeter: correct gsettings path

parent 082cb90f
No related branches found
No related tags found
No related merge requests found
...@@ -17,8 +17,7 @@ ...@@ -17,8 +17,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# #
VERSION=1 VERSION=2
. ./config . ./config
# Custom settings # Custom settings
...@@ -80,6 +79,9 @@ EOF ...@@ -80,6 +79,9 @@ EOF
chmod 755 orca-arctica-wrapper chmod 755 orca-arctica-wrapper
echo orca-arctica-wrapper /usr/bin >> debian/arctica-greeter.install echo orca-arctica-wrapper /usr/bin >> debian/arctica-greeter.install
# correct gsettings path
sed 's/org.mate.settings-daemon.plugins/org.mate.SettingsDaemon.plugins/' -i src/settings-daemon.vala
changelog "Adapted for Trisquel" changelog "Adapted for Trisquel"
compile compile
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment