Skip Menu |

This queue is for tickets about the Gtk2 CPAN distribution.

Report information
The Basics
Id: 84482
Status: open
Priority: 0/
Queue: Gtk2

People
Owner: Nobody in particular
Requestors: SRANDALLS [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.247
Fixed in: (no value)



Subject: GtkStatusIcon.t Unreliable
I recommend that the test file GtkStatusIcon.t be skipped as unreliable. I have been recreating it in C and compiling directly with gtk+-2.24.17 library. Issues are: 1) No file name available from GtkIconInfo object accessed from default GtkIconTheme (tried all look-up flags). 2) Status Icon is not embedded outside of main loop. 3) System tray and icon geometry are ficticious - and so warns the caveat in the Gtk2's documentation for 'gtk_status_icon_get_geometry()'. 4) I DID manage to get a semblance of the test to work interactively - in a main loop. Show quoted text
>uname -a
Linux slackware 3.2.29-smp #2 SMP Mon Sep 17 13:16:43 CDT 2012 i686 Intel(R) Pentium(R) M processor 1.73GHz GenuineIntel GNU/Linux
On Sun Apr 07 02:20:50 2013, SRANDALLS wrote: Show quoted text
> >uname -a
> Linux slackware 3.2.29-smp #2 SMP Mon Sep 17 13:16:43 CDT 2012 i686 > Intel(R) Pentium(R) M processor 1.73GHz GenuineIntel GNU/Linux
Also: Show quoted text
>perl --version
This is perl 5, version 16, subversion 3 (v5.16.3) built for i486-linux-thread-multi ...