From b709aed4506ef2a9475bb40962e960bd9f258493 Mon Sep 17 00:00:00 2001 From: Dennis ten Hoove Date: Fri, 15 Mar 2024 03:37:12 +0100 Subject: [PATCH] Add plank to autostart --- .../test-arkanelinux-pantheon/extensions/post-install.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 arkdep-build.d/test-arkanelinux-pantheon/extensions/post-install.sh diff --git a/arkdep-build.d/test-arkanelinux-pantheon/extensions/post-install.sh b/arkdep-build.d/test-arkanelinux-pantheon/extensions/post-install.sh new file mode 100644 index 0000000..4f80de4 --- /dev/null +++ b/arkdep-build.d/test-arkanelinux-pantheon/extensions/post-install.sh @@ -0,0 +1,5 @@ +# Add plank to system-wide autostart, it is done system-wide to ensure Plank starts +# in case the user switches between variants +cp -v $workdir/usr/share/applications/plank.desktop \ + $workdir/etc/xdg/autostart \ + || cleanup_and_quit 'Failed to copy plank.desktop to xdg autostart'