Comment 6 for bug 998276

Revision history for this message
su_v (suv-lp) wrote :

<off-topic>
> launching Inkscape in a sub-shell without global menu integration, e.g. like this:
> $ (unset UBUNTU_MENUPROXY; inkscape)

Alternatively one could define an alias (in ~/.bash_aliases):
inkscape="UBUNTU_MENUPROXY= inkscape"

For additional tips how to disable the global menu per application, see e.g.
<http://askubuntu.com/questions/6784/is-it-possible-to-make-indicator-appmenu-ignore-a-specific-application>
</off-topic>