Bug#702295: zenity: [PATCH] this patch should solve the problem

2014-05-25 Thread intrigeri
Control: found -1 3.12.1-1
Control: forwarded -1 https://bugzilla.gnome.org/show_bug.cgi?id=670496
Control: tag -1 + upstream

Hi,

 There is an attached patch that solves the problem, [...]

Thank you for reporting this bug to Debian, and for attaching a patch.

I can reproduce the bug on Wheezy and current sid. It is causing
a blocker issue for the next release of Tails
(https://labs.riseup.net/code/issues/7234).

I confirm the proposed patch fixes this specific problem on sid, but
I have no idea if it may cause regressions. I am going to 1.
forward this patch upstream so that they can evaluate it; 2. apply it
in Tails to fix the bug caused there.

Just for the record, this bug has also been reported:

  * upstream:
https://bugzilla.gnome.org/show_bug.cgi?id=670496

  * in Fedora:
https://bugzilla.redhat.com/show_bug.cgi?id=754431

  * many times in Ubuntu:
https://bugs.launchpad.net/ubuntu/+source/zenity/+bug/1206760
https://bugs.launchpad.net/ubuntu/+source/zenity/+bug/1273981
https://bugs.launchpad.net/ubuntu/+source/zenity/+bug/1166257
https://bugs.launchpad.net/ubuntu/+source/zenity/+bug/1087520

Cheers,
--
  intrigeri
  | GnuPG key @ https://gaffer.ptitcanardnoir.org/intrigeri/intrigeri.asc
  | OTR fingerprint @ https://gaffer.ptitcanardnoir.org/intrigeri/otr.asc


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#702295: zenity: [PATCH] this patch should solve the problem

2013-03-06 Thread Thanatermesis
Package: zenity
Version: 3.4.0-2
Followup-For: Bug #702295

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

There is an attached patch that solves the problem, it should be applied
to the file /usr/share/zenity/zenity.ui that is included in the package
zenity-common

Thanks


- -- System Information:
Debian Release: 7.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-4-686-pae (SMP w/2 CPU cores)
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages zenity depends on:
ii  libc6   2.13-38
ii  libgdk-pixbuf2.0-0  2.26.1-1
ii  libglib2.0-02.33.12+really2.32.4-5
ii  libgtk-3-0  3.4.2-6
ii  libnotify4  0.7.5-1
ii  libpango1.0-0   1.30.0-1
ii  libwebkitgtk-3.0-0  1.8.1-3.4
ii  libx11-62:1.5.0-1
ii  zenity-common   3.4.0-2

zenity recommends no packages.

zenity suggests no packages.

- -- no debconf information

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCAAGBQJRN79UAAoJEKLHmb/f+NfCsk8P/2CVQUuam+2PnvaVdt/IsZLy
VIbfcscxJQil8TuZdQoxvRiczWaaDgDdQdTPKgEcVIM1wnN2/VgrnelbZZjB3S9q
XSWSb0I2M1kJPqn56IXXNmzlnuOQTuiRqsvwA8PYYdH9qASubdDu0bgZ8ylCJQTO
ZTH3whPTixWN6HVrcO4t0mXB0OqJ+D58R7FRCIao73rAoool2rui+KAOkcOm4DYP
nQYbo4Fz+eqUJKNXsGrqBSWhKDfFn/WpeZ3Bp1VyR+t4Y7nbPns3azkDB8V5P5P9
m1DsWEsUyBO5IOdvJzFAZRYWS7bW6RQh948VDpO1ZxFiugMiVslp0SoqzXSviQqI
zV0l7pkyie8IxRAteLNlq6qiVfwMzOo89oWZ/35mRSZNz1tHENA9TLvU5ZKRueLk
TrHUsDzWAX4tZdBra50HHcXqAPQ3EZaiuyjPc3e4QTBweXVlFh1Ot2c+o5Qccnhi
n8i/3UEYr773siG6KLgoaW3KoXJxDV//1EqbYR7iXWaSQURlAtHMOk3lKW8wu8bM
lbXqVPkl8g4fvr48BZpQD2a+fjCTPf64YRMha20hSju0sbVenzU4nhyJR4qX9DMf
TBWaH2mubPsNe85uU3XbfOVrGtNVjAqsWfnvcBOV6sCWSCpMy38Y5pxbHrSeBg3v
LpufV5mY+QBXOQn7PpPf
=+wTA
-END PGP SIGNATURE-
--- a/usr/share/zenity/zenity.ui
+++ b/usr/share/zenity/zenity.ui
@@ -1,6 +1,6 @@
 ?xml version=1.0 encoding=UTF-8?
 interface
-  !-- interface-requires gtk+ 2.6 --
+  !-- interface-requires gtk+ 3.0 --
   object class=GtkAdjustment id=adjustment1
 property name=upper100/property
 property name=step_increment1/property
@@ -27,6 +27,7 @@
 child
   object class=GtkButton id=zenity_calendar_cancel_button
 property name=labelgtk-cancel/property
+property name=use_action_appearanceFalse/property
 property name=visibleTrue/property
 property name=can_focusTrue/property
 property name=can_defaultTrue/property
@@ -43,6 +44,7 @@
 child
   object class=GtkButton id=zenity_calendar_ok_button
 property name=labelgtk-ok/property
+property name=use_action_appearanceFalse/property
 property name=visibleTrue/property
 property name=can_focusTrue/property
 property name=has_focusTrue/property
@@ -161,6 +163,7 @@
 child
   object class=GtkButton id=zenity_entry_cancel_button
 property name=labelgtk-cancel/property
+property name=use_action_appearanceFalse/property
 property name=visibleTrue/property
 property name=can_focusTrue/property
 property name=can_defaultTrue/property
@@ -177,6 +180,7 @@
 child
   object class=GtkButton id=zenity_entry_ok_button
 property name=labelgtk-ok/property
+property name=use_action_appearanceFalse/property
 property name=visibleTrue/property
 property name=can_focusTrue/property
 property name=can_defaultTrue/property
@@ -268,6 +272,7 @@
 child
   object class=GtkButton id=zenity_error_ok_button
 property name=labelgtk-ok/property
+property name=use_action_appearanceFalse/property
 property name=visibleTrue/property
 property name=can_focusTrue/property
 property name=can_defaultTrue/property
@@ -323,6 +328,7 @@
 property name=use_markupTrue/property
 property name=wrapTrue/property
 property name=selectableTrue/property
+property name=ellipsizestart/property
   /object
   packing
 property name=expandFalse/property
@@ -367,6 +373,7 @@
 child
   object class=GtkButton id=zenity_forms_cancel_button
 property name=labelgtk-cancel/property
+property name=use_action_appearanceFalse/property
 property name=visibleTrue/property
 property name=can_focusTrue/property
 property name=receives_defaultTrue/property
@@ -382,6 +389,7 @@
 child
   object class=GtkButton id=zenity_forms_ok_button
 property