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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to