[regression] xargs: zenity: terminated by signal 11

Bug #989343 reported by YannUbuntu
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
OS-Uninstaller
Invalid
Wishlist
Unassigned
Zenity
Expired
Medium
zenity (Ubuntu)
Confirmed
Undecided
Unassigned

Bug Description

Since Ubuntu 12.04, 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 on 10.04, 11.04, 11.10.

Any workaround is welcome :)

YannUbuntu (yannubuntu)
Changed in os-uninstaller:
status: New → Triaged
Changed in zenity:
importance: Unknown → Medium
status: Unknown → New
Revision history for this message
YannUbuntu (yannubuntu) wrote :

Any idea about how to workaround this ?

(because of this bug, OS-Uninstaller is 100% KO in 12.04).

Changed in os-uninstaller:
importance: Undecided → Critical
Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in zenity (Ubuntu):
status: New → Confirmed
Revision history for this message
YannUbuntu (yannubuntu) wrote :

I found a workaround : i write the TAB chain in a text file, then use :
choice=$(cat TAB.txt | zenity --list --hide-header --window-icon=/path/my_icon.png \
  --title="$my_title" --text="$Please_choose_an_item" --column="") || quit_function;

Hope this helps.

Changed in os-uninstaller:
status: Triaged → Invalid
importance: Critical → Wishlist
Changed in zenity:
status: New → Expired
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.