summarylogtreecommitdiffstats
path: root/fix-components.patch
blob: 957ab31e6c182abdc1af76fe29727f8074cee4ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
diff --git a/session/mate-wayland-components.sh b/session/mate-wayland-components.sh
index 7209c6d..8b20103 100755
--- a/session/mate-wayland-components.sh
+++ b/session/mate-wayland-components.sh
@@ -23,7 +23,7 @@ done) &
 
 (pgrep "wayfire"
 while true; do
-polkit-mate-authentication-agent-1
+/usr/lib/mate-polkit/polkit-mate-authentication-agent-1
 
 if ! pgrep "wayfire" ; then
        break
@@ -32,7 +32,7 @@ done) &
 
 (pgrep "wayfire"
 while  true; do
-mate-notification-daemon
+/usr/lib/mate-notification-daemon/mate-notification-daemon
 
 if ! pgrep "wayfire" ; then
        break
@@ -41,7 +41,7 @@ done) &
 
 (pgrep "wayfire"
 while  true; do
-GDK_BACKEND=x11 mate-settings-daemon
+GDK_BACKEND=x11 /usr/lib/mate-settings-daemon/mate-settings-daemon
 
 if ! pgrep "wayfire" ; then
        break