Skip to content

Commit

Permalink
fix live user panel issue
Browse files Browse the repository at this point in the history
  • Loading branch information
oklopfer authored Feb 12, 2025
1 parent 1837027 commit 42e0e36
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions etc/config/hooks/live/099-install-custom-apps.chroot
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 42e0e36

Please sign in to comment.