I have ever come across the same problem,u can try as follows: --------------------------------------------------------------------------------------------- cat ~/.gnome2/Vim (if not exists,new it !!!)
[Placement] Dock=Toolbar\\0,0,0,0\\Menubar\\0,0,0,0 #I think the above may be the configure of window for gnome(not sure). #Change it to the follow [Placement] Dock=Toolbar\\0,1,0,0\\Menubar\\0,0,0,0 --------------------------------------------------------------------------------------------- Hope to help U.Best Regards On Jun 15, 5:03 pm, Joachim Hofmann <[email protected]> wrote: > On 14.06.2011 18:59, Fernando Morais wrote: > > > > > > > > > > > Try this to make it come back ;) > > > "remove menu bar > > :set guioptions-=m > > > "remove toolbar > > :set guioptions-=T > > > addmenu bar > > :set guioptions+=m > > > "add toolbar > > :set guioptions+=T > > On the toolbar, it works. > But on the menu bar, nothing happens, no menu bar :-( > > Joachim > > > > > > > > > > > > > 2011/6/14 Joachim Hofmann <[email protected] > > <mailto:[email protected]>> > > > Hello, > > > I installed > > Ubuntu 11.04 > > Gnome 2.32.1 > > and gvim, in addition my personal (g)vimrc, menu etc, and > > everinthing worked fine. > > > But suddenly, the menu bar is not displayed any more. :-( > > I noticed a bunch of messages in the Terminal: > > ( Gtk-WARNING **: Invalid input string ) > > ... > > > I guess it happened after I installed RapidSVN, a gnome Client for > > Subversion. > > I googled and found something about fileencoding and made some > > attemps, but no success. > > > The Gui Toolbar is visible > > I can execute menus by cmdline, e.g. emenu File.Open ... works. > > > VIM - Vi IMproved 7.3 (2010 Aug 15, compiled Mar 24 2011 07:07:34) > > Inklusive der Korrekturen: 1-35 > > Ver�ndert von [email protected] > > <mailto:[email protected]> > > �bersetzt von buildd@ > > Riesige Version mit GTK2-GNOME GUI. > > > Scripts are sourced: > > 1: /usr/share/vim/vimrc > > 2: /usr/share/vim/vim73/debian.vim > > 3: /usr/share/vim/vim73/syntax/syntax.vim > > 4: /usr/share/vim/vim73/syntax/synload.vim > > 5: /usr/share/vim/vim73/syntax/syncolor.vim > > 6: /usr/share/vim/vim73/filetype.vim > > 7: /usr/share/vim/vim73/menu.vim > > 8: /usr/share/vim/vim73/lang/menu_de_de.utf-8.vim > > 9: /usr/share/vim/vim73/lang/menu_de_de.latin1.vim > > 10: /usr/share/vim/vim73/autoload/paste.vim > > 11: /home/joachim/.vimrc > > 12: /usr/share/vim/vim73/plugin/getscriptPlugin.vim > > 13: /usr/share/vim/vim73/plugin/gzip.vim > > 14: /usr/share/vim/vim73/plugin/matchparen.vim > > 15: /usr/share/vim/vim73/plugin/netrwPlugin.vim > > 16: /usr/share/vim/vim73/plugin/rrhelper.vim > > 17: /usr/share/vim/vim73/plugin/spellfile.vim > > 18: /usr/share/vim/vim73/plugin/tarPlugin.vim > > 19: /usr/share/vim/vim73/plugin/tohtml.vim > > 20: /usr/share/vim/vim73/plugin/vimballPlugin.vim > > 21: /usr/share/vim/vim73/plugin/zipPlugin.vim > > 22: /usr/share/vim/gvimrc > > 23: /home/joachim/.gvimrc > > 24: /usr/share/vim/vim73/syntax/nosyntax.vim > > 25: /usr/share/vim/vim73/scripts.vim > > 26: /usr/share/vim/vim73/syntax/help.vim > > > Any Idea to isolate this? > > Or should I try another version of gvim? > > > Thank You > > Joachim > > > -- > > You received this message from the "vim_use" maillist. > > Do not top-post! Type your reply below the text you are replying to. > > For more information, visithttp://www.vim.org/maillist.php > > > -- > > Pedro > > -- > > You received this message from the "vim_use" maillist. > > Do not top-post! Type your reply below the text you are replying to. > > For more information, visithttp://www.vim.org/maillist.php > > -- > Joachim Hofmann > Systementwickler > > toptarif.de > Sparen bei Vertr�gen. > > Toptarif Internet GmbH, Sch�nhauser Allee 6-7, D-10119 Berlin > Tel.: +49 (30) 41717 847 | Fax: +49 (30) 41717 849 > eMail: [email protected] | Web: > > http://www.toptarif.de > > Amtsgericht Charlottenburg, HRB 113287 B > Gesch�ftsf�hrer: Thies Sander, Rainer Brosch -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
