i get a similar error from gtk -- my vim is built with gtk3 and i've had that problem so long i've taken all offsets out of all my scripts and just move the window after it's painted
this is one of those problems where everyone points the finger at everyone else... my os is opensuse On Wed, Nov 14, 2018 at 3:27 PM Mun <[email protected]> wrote: > > Hi Tony, > > On Wed, Nov 14, 2018 at 1:18 PM Tony Mechelynck > <[email protected]> wrote: > > > > On Wed, Nov 14, 2018 at 9:34 PM Mun <[email protected]> wrote: > > > > > > Hi all, > > > > > > I'm not sure when this started, but it was sometime after v8.1 patch > > > 119 . I'm on v8.1 patch 524 now, and when I start vim thusly (e.g.): > > > $ vim -u NONE -U NONE --noplugin -g -geometry 80x40+100 .vimrc > > > > > > I get the following error on my console (although, vim seems to work just > > > fine): > > > > > > (gvim:5756): Gdk-CRITICAL **: IA__gdk_window_get_origin: assertion > > > `GDK_IS_WINDOW (window)' failed > > > > > > If instead I execute the following: > > > $ vim -geometry 80x40 .vimrc > > > > > > All is well; no error. The only real difference is that I am not > > > placing the window at an offset. > > > > > > I get the same results on the following systems: > > > 1. Red Hat Enterprise Linux v6.8 > > > 2. Ubuntu 16.04.5 LTS > > > > > > In both cases I am using GTK2. > > > > > > Is this a vim issue? Or did I miss something that would require > > > action on my part? > > > > > > Best regards, > > > > Have you tried specifying not one but two values (Δx and Δy, as shown > > at ":help -geometry-example")? E.g. -geometry 80x40+100+0 for a > > horizontal offset, or -geometry 80x40+0+10 for a vertical offset? > > Good question: Yes, I have. That also causes the error to be output. > I chose to only show the delta-X because in my mind that implied that > any offset--even to only one dimension--caused the problem. But I > probably should have been more verbose about the situation. My > apologies. > > Kind regards, > > -- > Mun > > -- > -- > 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.
