2017-06-16 1:26 GMT+09:00 Charles E Campbell <[email protected]>:
> Hello: > > I just got around to updating vim -- and am now getting a "critical" > error message. > > ** (gvim:1416): CRITICAL **: murrine_style_draw_box: assertion 'width >= > -1' failed > Not exactly the same as this, but a very similar issue was already discussed and addressed in vim_dev: https://groups.google.com/ forum/#!searchin/vim_use/gvim$20critical$20error%7Csort: relevance/vim_use/MFVqg4vHHrs/pInInPhx09sJ , which eventually refers to the posts #22 and #24 of https://bugs.launchpad.net/ubuntu/+source/light-themes/+bug/538499 In short, to suppress the warning, you need to edit ${prefix}/<theme name>/gtk-2.0/gtkrc to replace GtkRange::trough-under-steppers = 0 with GtkRange::trough-under-steppers = 1 Usually, ${prefix} is /usr/share/themes or $HOME/.themes; tweak it in accordance with your installation of gtk themes. Please note that, in the thread of the latter link, they primarily talked about emacs and the assertion 'height >= -1' (Yes, 'height' in place of 'width'). So I'm not 100% sure if that will address your issue, too. <snip> > > So I tried configuring with gtk3; I now get the following messages with > .vim -g : > (gvim:5903): Gtk-WARNING **: GtkNotebook 0x1d831d0 is mapped but visible > child GtkEventBox 0x1d85160 is not mapped > <snip> This issue has been discussed here and in github several times so far :) Probably the latest is https://github.com/vim/vim/issues/1149 Please consider upgrading your gtk+3 to 3.18 or later. > I think I'll continue to use my older version of vim for the nonce. > VIM - Vi IMproved 8.0 (2016 Sep 12, compiled Mar 13 2017 15:53:41) > Included patches: 1-446, 446-455 > Does anyone see Vim losing any of its functionality due to the mentioned warnings? I've been asking the same question again and again every time people raised the same issue, but haven't got any reply to them yet. So let me ask the same question for sure, though I haven't concluded and won't conclude that gvim has no issue about that based on the fact that I got no reply. > Regards, > Chip Campbell > Regards, Kazunobu Kuriyama > > -- > -- > You received this message from the "vim_dev" 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 > > --- > You received this message because you are subscribed to the Google Groups > "vim_dev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- -- You received this message from the "vim_dev" 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 --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
