Discussion:
[Gramps-devel] deprecation warnings
Paul Franklin
2017-07-05 17:45:35 UTC
Permalink
I am having a private conversation with a user, about
a problem he is having in alpha2, and he sent a crash
report which had these deprecation warnings. I don't
know if anything can be done, so I am just alerting you
GUI folks out there, in case you can do something.

Notice that the three errors are not exactly the same.

p.s. I would guess that since at least two of you run
ARCH that you will be able to reproduce it/these.

Thanks.

=========================================
Python version: 3.6.1 (default, Mar 27 2017, 00:27:06) [GCC 6.3.1 20170306]
BSDDB version: 6.2.4 (5, 3, 28)
sqlite version: 3.19.3 (2.6.0)
Gramps version: 5.0.0-alpha2
LANG: en_US.UTF-8
OS: Linux
Distribution: 4.11.7-1-ARCH

GTK version : 3.22.16
gobject version: 3.24.1
cairo version : (1, 13, 3)


(Gramps.py:16860): Gtk-WARNING **: Theme parsing error: gtk.css:68:35: The
style property GtkButton:child-displacement-x is deprecated and shouldn't be
used anymore. It will be removed in a future version

(Gramps.py:16860): Gtk-WARNING **: Theme parsing error: gtk.css:69:35: The
style property GtkButton:child-displacement-y is deprecated and shouldn't be
used anymore. It will be removed in a future version

(Gramps.py:16860): Gtk-WARNING **: Theme parsing error: gtk.css:73:46: The
style property GtkScrolledWindow:scrollbars-within-bevel is deprecated and
shouldn't be used anymore. It will be removed in a future version
Serge Noiraud
2017-07-06 08:46:39 UTC
Permalink
Hi,
Post by Paul Franklin
I am having a private conversation with a user, about
a problem he is having in alpha2, and he sent a crash
report which had these deprecation warnings. I don't
know if anything can be done, so I am just alerting you
GUI folks out there, in case you can do something.
Notice that the three errors are not exactly the same.
p.s. I would guess that since at least two of you run
ARCH that you will be able to reproduce it/these.
Thanks.
=========================================
Python version: 3.6.1 (default, Mar 27 2017, 00:27:06) [GCC 6.3.1 20170306]
BSDDB version: 6.2.4 (5, 3, 28)
sqlite version: 3.19.3 (2.6.0)
Gramps version: 5.0.0-alpha2
LANG: en_US.UTF-8
OS: Linux
Distribution: 4.11.7-1-ARCH
GTK version : 3.22.16
gobject version: 3.24.1
cairo version : (1, 13, 3)
(Gramps.py:16860): Gtk-WARNING **: Theme parsing error: gtk.css:68:35: The
style property GtkButton:child-displacement-x is deprecated and shouldn't be
used anymore. It will be removed in a future version
I think this is related to the Gtk version : 3.22.16
Post by Paul Franklin
(Gramps.py:16860): Gtk-WARNING **: Theme parsing error: gtk.css:69:35: The
style property GtkButton:child-displacement-y is deprecated and shouldn't be
used anymore. It will be removed in a future version
(Gramps.py:16860): Gtk-WARNING **: Theme parsing error: gtk.css:73:46: The
style property GtkScrolledWindow:scrollbars-within-bevel is deprecated and
shouldn't be used anymore. It will be removed in a future version
Serge

Loading...