After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 674915 - [regression] xargs: zenity: terminated by signal 11
[regression] xargs: zenity: terminated by signal 11
Status: RESOLVED OBSOLETE
Product: zenity
Classification: Core
Component: general
3.4.x
Other Linux
: Normal normal
: ---
Assigned To: Zenity Maintainers
Zenity Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-04-27 01:26 UTC by Yann
Modified: 2014-11-05 08:44 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Yann 2012-04-27 01:26:03 UTC
Since Ubuntu 12.04 (zenity 3.4.0), the following zenity --list returns systematically "xargs: zenity: terminated by signal 11" error whatever the user choice.

Here is the code:
choice=$(echo $TAB | xargs zenity --list --hide-header --window-icon=/path/my_icon.png \
  --title="$my_title" --text="$Please_choose_an_item" --column="") || quit_function;

The same code works ok with previous versions of Ubuntu.

Any workaround is welcome :)
Comment 1 David 2012-09-10 18:19:29 UTC
I am also getting an exit code of 11 when using --list with zenity 3.4.0 (in openSUSE 12.2).  It's no possible to tell if Cancel has been clicked, or if a timeout has occurred.

Any progress on moving beyond "unconfirmed"?
Comment 2 Arx Cruz 2014-10-21 14:14:37 UTC
Hello,

It's been a while, I know, but can you guys check if you're still getting this problem with zenity latest version? 

I really appreciate.
Comment 3 Yann 2014-11-03 00:47:53 UTC
hello
I cannot reproduce in Ubuntu 14.04.
Comment 4 David 2014-11-03 01:34:38 UTC
Zenity 3.10.2 eems to be working in OpenSUSE 13.1.
Comment 5 Arx Cruz 2014-11-05 08:44:47 UTC
Cool!

I'm closing this. Feel free to re-open if you think it's necessary