From 42e0e36bc5faa4a2372f2a9ec1440154336baed1 Mon Sep 17 00:00:00 2001 From: oklopfer <104327997+oklopfer@users.noreply.github.com> Date: Wed, 12 Feb 2025 01:41:09 -0500 Subject: [PATCH] fix live user panel issue --- .../hooks/live/099-install-custom-apps.chroot | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/etc/config/hooks/live/099-install-custom-apps.chroot b/etc/config/hooks/live/099-install-custom-apps.chroot index 2c2a6db..14aeaa8 100644 --- a/etc/config/hooks/live/099-install-custom-apps.chroot +++ b/etc/config/hooks/live/099-install-custom-apps.chroot @@ -271,6 +271,20 @@ StartupNotify=false Terminal=false Hidden=false __EOF__ +cat > /home/rhino-live/.config/autostart/appmenu.desktop << __EOF__ +[Desktop Entry] +Encoding=UTF-8 +Version=1.0 +Type=Application +Name=Appmenu Expand Fix +Comment=Force Appmenu Expand Off +Exec=bash -c "xfconf-query -c xfce4-panel -p /plugins/plugin-6/plugins/plugin-6/expand -s false" +OnlyShowIn=XFCE; +RunHook=0 +StartupNotify=false +Terminal=false +Hidden=false +__EOF__ sudo chown "rhino-live" -cR /home/rhino-live/Desktop sudo chown "rhino-live" -cR /home/rhino-live/.config echo -e "[/home/rhino-live/Desktop/calamares.desktop]\nrow=0\ncol=0\n" >> /home/rhino-live/.config/xfce4/desktop/icons.screen.latest.rc