Package: gtk3-nocsd / 3-2

Metadata

Package Version Patches format
gtk3-nocsd 3-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
debian specifics in manpage.patch | (download)

gtk3-nocsd.1 | 20 20 + 0 - 0 !
1 file changed, 20 insertions(+)

 add debian specifics to manual page
 Add specifics of the Debian packaging to the gtk3-nocsd(1) manual
 page, i.e. explain how it's integrated into Xsession startup in Debian
 by default.
c64505268575e60322de682ea751660eba8d0e71.patch | (download)

ChangeLog | 7 7 + 0 - 0 !
gtk3-nocsd.c | 27 22 + 5 - 0 !
2 files changed, 29 insertions(+), 5 deletions(-)

 [patch] only cache gtk version check result if gtk is loaded

If in a dynamical program (e.g. using python-gi) Glib is loaded before
Gtk, then the Gtk version check is executed before Gtk is even loaded,
returning FALSE and caching it. This will not disable CSD if Gtk is
loaded later. To circumvent this, cache the value only if we know that
Gtk is loaded.

Fixes github issue #16.