Confirmed in Ubuntu 9.10.
If the menu package is not installed sawfish starts but the middle mouse
menu is not available and is not possible to launch any application.
A possible solution could be something like this:
inst=/etc/menu-methods/sawfish
if [ -f $inst ]; then
chmod a+x $inst
if [ -x "`which update-menus 2>/dev/null`" ]; then
update-menus
else
generate-default-sawfish-debian-menu
fi
fi
--
00menu.jl causes error at startup
https://bugs.launchpad.net/bugs/192757
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
--
universe-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/universe-bugs