Skip to content

Commit b6de4ba

Browse files
committed
fix: lubuntu paner update
1 parent a063815 commit b6de4ba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/linux/installer.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -395,8 +395,8 @@ EOF
395395
fi
396396

397397
if [[ "$XDG_CURRENT_DESKTOP" =~ LXQt ]]; then
398-
if command -v lxqt-config &> /dev/null; then
399-
lxqt-config --clear-cache
398+
if command -v xdg-desktop-menu &> /dev/null; then
399+
xdg-desktop-menu forceupdate
400400
fi
401401
fi
402402
# Set Phoenix Code as the default application for the MIME types
@@ -744,8 +744,8 @@ uninstall() {
744744
fi
745745

746746
if [[ "$XDG_CURRENT_DESKTOP" =~ LXQt ]]; then
747-
if command -v lxqt-config &> /dev/null; then
748-
lxqt-config --clear-cache
747+
if command -v xdg-desktop-menu &> /dev/null; then
748+
xdg-desktop-menu forceupdate
749749
fi
750750
fi
751751
else

0 commit comments

Comments
 (0)