diff --git a/desktop/mate/atril/pspec.xml b/desktop/mate/atril/pspec.xml
old mode 100755
new mode 100644
diff --git a/desktop/mate/atril/translations.xml b/desktop/mate/atril/translations.xml
old mode 100755
new mode 100644
diff --git a/desktop/mate/caja-extensions/pspec.xml b/desktop/mate/caja-extensions/pspec.xml
old mode 100755
new mode 100644
index c81aab6331..ec06aedab0
--- a/desktop/mate/caja-extensions/pspec.xml
+++ b/desktop/mate/caja-extensions/pspec.xml
@@ -35,11 +35,11 @@
mate-desktop
- /usr/lib
+ /usr/lib/caja
+ /usr/lib/caja-sendto
/usr/share/man
/usr/share/doc
- /usr/bin/
- /usr/share/MateConf
+ /usr/bin
/usr/share/glib-2.0/
/usr/share/caja
/usr/share/locale
diff --git a/desktop/mate/caja-extensions/translations.xml b/desktop/mate/caja-extensions/translations.xml
old mode 100755
new mode 100644
index ef88324340..220ad45b1d
--- a/desktop/mate/caja-extensions/translations.xml
+++ b/desktop/mate/caja-extensions/translations.xml
@@ -8,11 +8,11 @@
caja-extensions-devel
- Development files for caja-extensions
+ Caja eklentileri için geliştirme dosyaları
caja-extensions-doc
caja-extensions için belgeler
-
\ No newline at end of file
+
diff --git a/desktop/mate/mate-screensaver/pspec.xml b/desktop/mate/mate-screensaver/pspec.xml
index b85b3d1112..35efddecdf 100644
--- a/desktop/mate/mate-screensaver/pspec.xml
+++ b/desktop/mate/mate-screensaver/pspec.xml
@@ -33,7 +33,6 @@
xorg-proto
xmlto
intltool
-
@@ -48,7 +47,6 @@
glib2
pango
libX11
-
libXext
dbus-glib
libnotify
diff --git a/desktop/mate/mate-sensors-applet/actions.py b/desktop/mate/mate-sensors-applet/actions.py
index 065f005947..973fc514d0 100644
--- a/desktop/mate/mate-sensors-applet/actions.py
+++ b/desktop/mate/mate-sensors-applet/actions.py
@@ -12,7 +12,7 @@ from pisi.actionsapi import get
def setup():
shelltools.export("LDFLAGS", "%s -ldl" % get.LDFLAGS())
autotools.configure("--prefix=/usr \
- --libexecdir=/usr/lib \
+ --libexecdir=/usr/lib/mate-sensors-applet \
--disable-static \
--disable-schemas-compile \
--enable-libnotify \
@@ -25,8 +25,6 @@ def build():
autotools.make()
def install():
- pisitools.dodir("/usr/lib/mate-sensors-applet/plugins")
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
- #autotools.install()
pisitools.dodoc("README", "NEWS", "ChangeLog", "AUTHORS", "COPYING")
diff --git a/desktop/mate/mate-session-manager/pspec.xml b/desktop/mate/mate-session-manager/pspec.xml
index a4239fa787..57c0462fa8 100644
--- a/desktop/mate/mate-session-manager/pspec.xml
+++ b/desktop/mate/mate-session-manager/pspec.xml
@@ -25,7 +25,6 @@
mate-common
python3-devel
libXtst-devel
-
dbus-glib-devel
pangox-compat-devel
@@ -42,7 +41,6 @@
libICE
libX11
libXau
-
libXtst
libXext
dbus-glib
@@ -72,4 +70,4 @@
ayhanyalcinsoy@pisilinux.org
-
\ No newline at end of file
+
diff --git a/desktop/mate/mate-settings-daemon/actions.py b/desktop/mate/mate-settings-daemon/actions.py
index 2f391006cd..aa2db672c1 100644
--- a/desktop/mate/mate-settings-daemon/actions.py
+++ b/desktop/mate/mate-settings-daemon/actions.py
@@ -13,6 +13,7 @@ from pisi.actionsapi import get
def setup():
pisitools.dosed("data/org.mate.peripherals-touchpad.gschema.xml.in", "false", "true")
autotools.configure("--enable-pulse \
+ --libexecdir=/usr/lib/mate-settings-daemon \
--disable-static \
--disable-schemas-compile \
--enable-polkit \
diff --git a/desktop/mate/mate-settings-daemon/pspec.xml b/desktop/mate/mate-settings-daemon/pspec.xml
index d7214f3e9d..6be7c30a18 100644
--- a/desktop/mate/mate-settings-daemon/pspec.xml
+++ b/desktop/mate/mate-settings-daemon/pspec.xml
@@ -64,7 +64,7 @@
/usr/share/man/
/usr/share/icons
/usr/share/dbus-1
- /usr/libexec
+ /usr/lib/mate-settings-daemon
/usr/share/glib-2.0
/usr/share/polkit-1
/usr/share/locale
diff --git a/desktop/mate/mate-system-monitor/files/side.png b/desktop/mate/mate-system-monitor/files/side.png
old mode 100755
new mode 100644
index 403731a06f..8999a2b0e4
Binary files a/desktop/mate/mate-system-monitor/files/side.png and b/desktop/mate/mate-system-monitor/files/side.png differ
diff --git a/desktop/mate/mozo/actions.py b/desktop/mate/mozo/actions.py
index bcd3bfa185..2a8709fac0 100644
--- a/desktop/mate/mozo/actions.py
+++ b/desktop/mate/mozo/actions.py
@@ -11,7 +11,7 @@ from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
- shelltools.export("PYTHON","python3")
+ shelltools.export("PYTHON","/usr/bin/python3")
autotools.configure("--prefix=/usr")
def build():