[Bug 192757] Re: 00menu.jl causes error at startup
Massimo Dal Zotto
dz at debian.org
Sun Nov 15 08:21:37 UTC 2009
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 at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
More information about the universe-bugs
mailing list