Noticed in my Cauldron vbox test install bug in icewm updated packages,have now bug causing this error anytime install any Mageia rpm in terminal. /usr/share/X11/icewm//menu no such file or directory
Assigning to the registered maintainer.
CC: (none) => marja11Assignee: bugsquad => shlomifSource RPM: (none) => icewm
icewm was moved from /usr/share/X11/icewm/ to /usr/share/icewm/. Output of urpmi with --debug and/or --debug-librpm would be nice to help figuring out what is looking for /usr/share/X11/icewm/menu.
Error message is: run-parts: /etc/menu.d/icewm exited with return code 1 Most likely desktop-common-data is not updated to use new icewm path as it's calling menu update when urpmi installing package.
Update-menus have hardcoded path /etc/menu.d this have to duplicate and add entry to look from new icewm path. if [ -d /etc/menu.d ]; then run-parts $RUN_PARTS_ARG /etc/menu.d
This should be fixed in icewm-1.3.12-10.mga6.
CC: (none) => jani.valimaa
Bug is fixed tested too thanks for fast fix. :)
Status: NEW => RESOLVEDResolution: (none) => FIXED