** Also affects: pida
Importance: Undecided
Status: New
--
gvim complains about "gtk_form_set_static_gravity: assertion `static_gravity_supported' failed" in the shell it's started from
https://bugs.launchpad.net/bugs/402188
You received this bug notification because you are a member of PIDA,
which is subscribed to PIDA.
** Also affects: gtk via
http://bugzilla.gnome.org/show_bug.cgi?id=590442
Importance: Unknown
Status: Unknown
** Changed in: gtk
Status: Unknown => Fix Committed
** Changed in: pida
Status: New => Invalid
** Changed in: vim (Ubuntu)
Status: New => Confirmed
** Also affects: vim via
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=545168
Importance: Unknown
Status: Unknown
** Also affects: vim (Debian) via
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=545168
Importance: Unknown
Status: Unknown
** Changed in: vim
Status: Unknown => Fix Committed
--
Binary package hint: vim
When running gvim (from vim-gnome) from a gnome-terminal, the terminal
will get spammed with the following message:
** (gvim:5944): CRITICAL **: gtk_form_set_static_gravity: assertion
`static_gravity_supported' failed
A few times on startup, and then every time a new window is opened
inside vim (for example, when using :split)
gvim works fine otherwise, it's just annoying to get these warnings.
** Affects: gtk
Importance: Unknown
Status: Fix Released
** Affects: pida
Importance: Undecided
Status: Invalid
** Affects: vim
Importance: Unknown
Status: Fix Committed
** Affects: vim (Ubuntu)
Importance: Undecided
Status: Confirmed
** Affects: vim (Debian)
Importance: Unknown
Status: Fix Committed
** Affects: vim (Gentoo Linux)
Importance: Undecided
Status: New
** Project changed: bzr-pida => pida
** Changed in: pida
Status: Invalid => Confirmed
Yup, bug still here in the current Karmic files.
Vik :v)
As a temporary workaround until it is fixed, you can declare an alias
for gvim in your .bashrc pointed to 'gvim 2>/dev/null'. This will
suppress all stderr messages, including this one, but bear in mind that
if gvim encounters any other errors that would normally be reported via
stderr, these will not be shown either.
https://launchpad.net/~jk-ozlabs/+archive/vim
Fixes the bug for me.
** Changed in: vim
Status: Fix Committed => Fix Released
Comment #9 suggests this atrocious bug has been present since Karmic.
Why has it not been fixed? Who is accountable?
The page explains how and when bug fixes are applied in stable releases like karmic.
For now the bug the bug is fixed in debian and will be fixed in Lucd Lynx once the package is pulled from debian.
As to why this bug wasn't fixed in time: Maybe there were more urgent
issues to fix than this and the maintainers never had the time for it?
Regards Yofel
PS: why not use vim if you're already on the command line?
Launchpad lacks a setting that will tell people that this bug will be
fixed for 10.04 but not for 9.10, so the folks using 9.10 will stop
posting "affects me too" reports. ( By the way, should the "this bug
affects me too" link on the top of the page be made more obvious? )
"Bugs which do not fit under above categories, but (1) have an obviously
safe patch and (2) affect an application rather than critical
infrastructure packages (like X.org or the kernel)."
apply? (From the web site about stable releases).
i added 2 lines in my /home/alain/.bash_aliases
alias gvim="gvim -reverse 2>/dev/null"
alias tvim="gvim --servername localhost --remote-silent-tab 2>/dev/null"
regards.
** Description changed:
Binary package hint: vim
When running gvim (from vim-gnome) from a gnome-terminal, the terminal
will get spammed with the following message:
** (gvim:5944): CRITICAL **: gtk_form_set_static_gravity: assertion
`static_gravity_supported' failed
A few times on startup, and then every time a new window is opened
inside vim (for example, when using :split)
gvim works fine otherwise, it's just annoying to get these warnings.
+
+ Bug fixed in upstream patch #257
+ http://ftp.vim.org/pub/vim/patches/7.2/7.2.257
+ applied in debian/unstable and should be synced for lucid.
** Attachment added: "vim_7.2.245-2ubuntu2.1.debdiff"
http://launchpadlibrarian.net/35716623/vim_7.2.245-2ubuntu2.1.debdiff
Binary package hint: vim
When running gvim (from vim-gnome) from a gnome-terminal, the terminal
will get spammed with the following message:
** (gvim:5944): CRITICAL **: gtk_form_set_static_gravity: assertion
`static_gravity_supported' failed
A few times on startup, and then every time a new window is opened
inside vim (for example, when using :split)
gvim works fine otherwise, it's just annoying to get these warnings.
- Bug fixed in upstream patch #257
+ Bug fixed in upstream patch #257
http://ftp.vim.org/pub/vim/patches/7.2/7.2.257
applied in debian/unstable and should be synced for lucid.
--
** Changed in: vim (Ubuntu)
Status: Confirmed => Triaged
enter the commands
:!echo $VIM
and
:!echo $VIMRUNTIME
I report having successfully build vim from source including all the
latest official patches using aap
(http://www.a-a-p.org/ports.html,
the package "aap" should be installd beforehand lkewise all the build dependencies "apt-get build-dep vim-gnome")
and do not observe any warnings or erros in the console when I start
gvim. I hope this will help to somebody.
---------------
vim (2:7.2.330-1ubuntu1) lucid; urgency=low
[ Michael Bienia ]
* Merge with Debian unstable (LP: #509900):
- Highlight Breaks in debian/control (LP: #498303).
- [7.2.257] GTK 2.17: lots of assertion error messages (LP: #402188).
* Remaining changes:
- debian/runtime/vimrc: "syntax on" is a sane default for non-tiny vim.
- runtime/syntax/debcontrol.vim:
+ Add "metapackages" to the list of valid sections.
- runtime/syntax/grub.vim:
+ Add Ubuntu-specific 'quiet' keyword.
- Drop vim-lesstif package and lesstif2-dev build-dependency.
- Enable Python interpreter on basic builds.
- Rename Vcs-* to XS-Debian-Vcs-*.
* runtime/ftplugin/debchangelog.vim: Use python-launchpadlib (and LP API)
instead of python-launchpad-bugs for bug completion for Ubuntu
(forwarded to Debian as bug #566841).
* src/configure.in, src/auto/configure:
As MODLIBS from python's config/Makefile includes LOCALMODLIBS which
shouldn't be used and breaks the build with newer python versions, use
BASEMODLIBS instead of MODLIBS (forwarded to Debian as bug #566842;
LP: #534251).
[ Colin Watson ]
* Add Launchpad integration to the Help menu if launchpad-integration is
installed (LP: #453103).
vim (2:7.2.330-1) unstable; urgency=low
* [34a85b6] Update README for patches 285 - 330
- [1aee41b] [7.2.294] when using TEMPDIRS dir name could get too long
(Closes: #544682)
- [f3ea2c2] [7.2.300] file descriptors not closed when executing external
command (Closes: #290507)
- [f3ce928] [7.2.324] a negative column argument in setpos() may cause a
crash (Closes: #563071)
* [fd76420] Sync runtime files
- NetRW updated to handle 'equalalways' being set, but window sizes not
being equal. (Closes: #346089)
* debian/control:
- [49f131e] Add Depends: ${misc:Depends} to all binary stanzas.
- [8973628] Bump Standards-Version, no changes required
- [12ac9a3] Remove Pierre Habouzit from Uploaders.
vim (2:7.2.284-1) unstable; urgency=low
* syntax/debcontrol.vim:
- [b997413] Add highlighting of Breaks field (Closes: #541989)
- [05a38bf] Recognize lpia and kopensolaris-i386. (Closes: #543207)
* [a85b832] Update README for patches 246 - 259
- [669e098] [7.2.256] GTK font dialog doesn't have a default when
'guifont' not set (Closes: #307158)
- [f4ed8fc] [7.2.257] GTK 2.17: lots of assertion error messages (Closes:
#545168)
* [83583c3] Add Ubuntu's next release, lucid, to the Debian-related runtime
files.
* [87f3b00] update-runtime: Use -A option for git-add so deleted files
are committed.
* [60cbb45] Sync runtime files
- Updated remind.vim syntax file. (Closes: #536770)
- Fix typos in Japanese vimtutor. (Closes: #539577)
* [96dca67] Move html docs from /u/s/d/vim-common/html to /u/s/d/vim-
doc/html.
* [9fec1cd] Use usr_toc.html for the usermanual Index page.
* [fbacb18] Update README for patches 268 - 284
- [76d3dad] [7.2.283] GTK: changing font doesn't keep the window maximized
(Closes: #466088)
* [6e51684] debsources.vim: Recognize rc-buggy (alias for experimental).
(Closes: #553525)
-- Colin Watson <cjwa...@ubuntu.com> Mon, 08 Mar 2010 17:08:44 +0000
** Changed in: vim (Ubuntu)
Status: Triaged => Fix Released
:%s/to Lucid.\+$/to a different distribution/
Well why don't you fix it then?
Andrew
> You received this bug notification because you are a direct subscriber
> of the bug.
>
> Status in GTK+ GUI Toolkit: Fix Released
> Status in NULL Project: Invalid
> Status in Python Integrated Development Application: Confirmed
> Status in Vi IMproved: Fix Released
> Status in “vim” package in Ubuntu: Fix Released
> Status in “vim” package in Debian: Fix Released
> Status in “vim” package in Gentoo Linux: New
>
> Bug description:
> Binary package hint: vim
>
> When running gvim (from vim-gnome) from a gnome-terminal, the terminal will
> get spammed with the following message:
>
> ** (gvim:5944): CRITICAL **: gtk_form_set_static_gravity: assertion
> `static_gravity_supported' failed
>
> A few times on startup, and then every time a new window is opened inside
> vim (for example, when using :split)
>
> gvim works fine otherwise, it's just annoying to get these warnings.
>
> Bug fixed in upstream patch #257
> http://ftp.vim.org/pub/vim/patches/7.2/7.2.257
> applied in debian/unstable and should be synced for lucid.
>
>
>
> To unsubscribe from this bug, go to:
> https://bugs.launchpad.net/gtk/+bug/402188/+subscribe