Hi folks.

When I try to run one of my Python applications (http://stromberg.dnsalias.
org/~strombrg/hcm.html) using a very recent built of GTK+ (gobject
introspection), I get lots of toggle buttons, as expected.

However, when I click one of those toggle buttons, the visual change is
almost imperceptible.

The button is actually toggling - it's giving the desired result (a host or
command is selected).  It's just hard to tell by looking at it, if the
button is toggled or not.

The exact same Python code (version of hcm) gives good toggle buttons if I
run it on an older build of GTK / gobject introspection.

I tried changing themes, but that did not appear to help.  I can tell the
theme is at least partially engaged, because some of the colors in my app
change.  But the toggle buttons still don't look very toggled.

Also, I'm getting a warning when the app starts.  I don't know if it could
be related or not, but it is a little pesky.  BTW, this is in an fvwm2 in a
VNC session.  The text of the warning is:
** (hcm:31357): WARNING **: Couldn't register with accessibility bus: Did
not receive a reply. Possible causes include: the remote application did
not send a reply, the message bus security policy blocked the reply, the
reply timeout expired, or the network connection was broken.
Xlib:  extension "XInputExtension" missing on display ":1".

Does anyone have any suggestions?  I miss being able to tell which buttons
I've clicked!

I'm using self-built:

./at-spi2-atk/at-spi2-atk-2.24.0.tar.xz
./at-spi2-core/at-spi2-core-2.24.0.tar.xz
./atk/atk-2.24.0.tar.xz
./autoconf/autoconf-2.69.tar.xz
./cairo/cairo-1.14.8.tar.xz
./fontconfig/fontconfig-2.12.1.tar.bz2
./freetype2/freetype-2.7.tar.bz2
./gdk-pixbuf/gdk-pixbuf-2.36.6.tar.xz
./glib/glib-2.52.1.tar.xz
./gobject-introspection/gobject-introspection-1.52.1.tar.xz
./graphene/graphene-1.6.0.tar.xz
./gtk+/gtk+-3.22.12.tar.xz
./harfbuzz/harfbuzz-1.4.5.tar.bz2
./libjpeg/jpegsrc.v9b.tar.gz
./libtiff/tiff-4.0.7.tar.gz
./pango/pango-1.40.5.tar.xz
./pixman/pixman-0.34.0.tar.gz
./pkg-config/pkg-config-0.28.tar.xz
./py2cairo/py2cairo-1.10.0.tar.xz
./pycairo/pycairo-git-2017-04-11.tar.xz
./pygobject-3.24.1.tar.xz
./ragel/ragel-7.0.0.9.tar.gz
./xinput/libXi-1.7.9.tar.bz2
./zlib/zlib-1.2.11.tar.gz


...with CPython 2.7 and CPython 3.[0123456].

BTW,varying the Python interpreter version doesn't appear to make a
difference - they all give the excessively subtle toggle button appearance.

Thanks!
_______________________________________________
gtk-list mailing list
gtk-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to