overlay-scrollbar crashes on GtkOffscreenWindow
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
overlay-scrollbar (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
In my application i'm use GtkOffscreenWindow as parent window when hide main window.
Crash happens when overlay-scrollbar is child of GtkOffscreenWindow,
and user change dconf settings com.canonical.
To reproduce:
install my program from ppa https:/
run altyo from gnome-terminal
hide it (alt+<tilda> by default)
change setting in dconf com.canonical.
to normal and then back to overlay-auto
result: program will crash
my application sources available there https:/
ubuntu 12.10 x86_64
overlay-
Probably overlay scrollbar should check is priv->tail_window and priv->bar_window mapped, before create new gdk window.
description: | updated |