Zenity Glib warning? What does it mean? Is it important?

Asked by honest_abe

(zenity:1947): GLib-WARNING **: /build/buildd/glib2.0-2.40.2/./glib/giounix.c:410
Error while getting flags for FD: Bad file descriptor (9)

Here is the code:
myfalse="FALSE"

FileDir=`let Count=1
   while [ $Count -lt ${#line[@]} ]; do
   echo $myfalse
   echo "${DisplayLine[$Count]}"
 Count=$((Count+1))
done | zenity --list --radiolist --timeout 60 --width 500 --height 400 \
     --text "Select Topic on which you want to answer questions" \
     --column "Topic" --column "Select one of these" `

The code works. The directories are found and displayed and if the user selects one, FileDir does contain the selected directory name. However, the above message is sent to standard error.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu zenity Edit question
Assignee:
No assignee Edit question
Solved by:
Manfred Hampl
Solved:
Last query:
Last reply:
Revision history for this message
Best Manfred Hampl (m-hampl) said :
#1

This seems to be a known error https://bugzilla.gnome.org/show_bug.cgi?id=675705 but I do not find any information how to tackle it.

Revision history for this message
honest_abe (bb5874da) said :
#2

Thanks Manfred Hampl, that solved my question.

Revision history for this message
honest_abe (bb5874da) said :
#3

Thanks. As long as it doesn't indicate a real problem, I can redirect the standard error.