wok-current view slitaz-boot-scripts/stuff/fix-openbox-menu-link.patch @ rev 25792

Fix openbox menu, label keymap on lxpanel and add miss it translation for tazpkg
author Stanislas Leduc <shann@slitaz.org>
date Tue Oct 07 05:55:24 2025 +0000 (2 weeks ago)
parents
children 345e3c7dcfd9
line source
1 --- a/etc/init.d/system.sh
2 +++ b/etc/init.d/system.sh
3 @@ -60,6 +60,11 @@
4 echo "$tz" > /etc/TZ
5 fi
7 +# Ensure Openbox menu is linked correctly
8 +case "${LANG%%_*}" in
9 + de|fr|it|ru) ln -sf menu.${LANG%%_*}.xml /etc/xdg/openbox/menu.xml ;;
10 +esac
11 +
12 # Activate an eventual swap file or partition
13 if ! grep -q 'noswap' /proc/cmdline; then
14 if blkid | grep -q 'TYPE="swap"'; then