Comment 10 for bug 776499

Revision history for this message
Santiago Franco (santiago-franco) wrote :

Hi,

gvim (with and without -f) from the unity application search window works fine now
From shell:
gvim -f opens a partial menu list with only 3 items for me, all of them refer to add ons: Tools, Bash, C++. All the other menus are missing.

gvim without -f from shell is missing all the menu. entries.

Creating the function gvim "function gvim () { /usr/bin/gvim -f $* & }" and then running gvim from the same shell has the same partial menu as simply running gvim -f from the shell.

Cheers