Skip to content

Commit 388c7a8

Browse files
committed
Updated autostart files to support GNOME 49, as broken by change of session manager. Fixes #26.
1 parent c86a588 commit 388c7a8

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
[Desktop Entry]
2-
Name=Mending Wall Restore
3-
Exec=@bindir@/mendingwallcli --restore
2+
Name=Mending Wall
3+
Exec=sh -c "@bindir@/mendingwallcli --restore && @bindir@/mendingwalld"
44
Icon=org.indii.mendingwall
5-
Comment=Restore themes and menus at initialization, then exit
5+
Comment=Restore themes and menus at initialization, then watch themes and menus
66
Terminal=false
77
Type=Application
88
Categories=Settings
99
Keywords=;
10-
X-GNOME-Autostart-Phase=Initialization
1110
NotShowIn=KDE
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
[Desktop Entry]
2-
Name=Mending Wall Restore
3-
Exec=flatpak run --command=@bindir@/mendingwallcli org.indii.mendingwall --restore
2+
Name=Mending Wall
3+
Exec=sh -c "flatpak run --command=@bindir@/mendingwallcli org.indii.mendingwall --restore && flatpak run --command=@bindir@/mendingwalld org.indii.mendingwall"
44
Icon=org.indii.mendingwall
5-
Comment=Restore themes and menus at initialization, then exit
5+
Comment=Restore themes and menus at initialization, then watch themes and menus
66
Terminal=false
77
Type=Application
88
Categories=Settings
99
Keywords=;
10-
X-GNOME-Autostart-Phase=Initialization
1110
NotShowIn=KDE

data/org.indii.mendingwall.watch.desktop.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[Desktop Entry]
2-
Name=Mending Wall Watch
2+
Name=Mending Wall for KDE
33
Exec=@bindir@/mendingwalld
44
Icon=org.indii.mendingwall
55
Comment=Save and watch themes and menus
@@ -9,3 +9,4 @@ Categories=Settings
99
Keywords=;
1010
StartupNotify=true
1111
DBusActivatable=true
12+
OnlyShowIn=KDE

data/org.indii.mendingwall.watch.desktop.in-flatpak

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[Desktop Entry]
2-
Name=Mending Wall Watch
2+
Name=Mending Wall for KDE
33
Exec=flatpak run --command=@bindir@/mendingwalld org.indii.mendingwall
44
Icon=org.indii.mendingwall
55
Comment=Save and watch themes and menus
@@ -9,3 +9,4 @@ Categories=Settings
99
Keywords=;
1010
StartupNotify=true
1111
DBusActivatable=true
12+
OnlyShowIn=KDE

0 commit comments

Comments
 (0)