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 b6de4ba commit eb359d2Copy full SHA for eb359d2
docs/linux/installer.sh
@@ -397,6 +397,9 @@ EOF
397
if [[ "$XDG_CURRENT_DESKTOP" =~ LXQt ]]; then
398
if command -v xdg-desktop-menu &> /dev/null; then
399
xdg-desktop-menu forceupdate
400
+ echo -e "${YELLOW}Please log out and log back in to see Phoenix Code in the panel.${RESET}"
401
+ else
402
+ echo -e "${RED}Failed to update LXQt menu. Please log out and log back in to see Phoenix Code in the panel.${RESET}"
403
fi
404
405
# Set Phoenix Code as the default application for the MIME types
0 commit comments