We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a063815 commit b6de4baCopy full SHA for b6de4ba
1 file changed
docs/linux/installer.sh
@@ -395,8 +395,8 @@ EOF
395
fi
396
397
if [[ "$XDG_CURRENT_DESKTOP" =~ LXQt ]]; then
398
- if command -v lxqt-config &> /dev/null; then
399
- lxqt-config --clear-cache
+ if command -v xdg-desktop-menu &> /dev/null; then
+ xdg-desktop-menu forceupdate
400
401
402
# Set Phoenix Code as the default application for the MIME types
@@ -744,8 +744,8 @@ uninstall() {
744
745
746
747
748
749
750
751
else
0 commit comments