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 125337 - gdialog doesn't handle spaces
gdialog doesn't handle spaces
Status: RESOLVED FIXED
Product: zenity
Classification: Core
Component: general
unspecified
Other Windows
: Normal normal
: ---
Assigned To: Zenity Maintainers
Zenity Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-10-23 19:44 UTC by Peter Åstrand
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.3/2.4


Attachments
Fix for arguments with spaces (588 bytes, patch)
2003-10-28 09:53 UTC, Peter Åstrand
none Details | Review

Description Peter Åstrand 2003-10-23 19:44:14 UTC
(Originally submitted to the RedHat Bugzilla (bug 107731), but I guess it
belongs here)

Description of problem:
The gdialog compatibility wrapper for zenity doesn't handle arguments with
spaces. 

Version-Release number of selected component (if applicable):
gnome-utils2.4.0-1

Here's an example that gives a very strange result:

gdialog --title "My title" --radiolist "My list" 400 500 5 1 "First choice"
on 2
"Second choice" off
Comment 1 Peter Åstrand 2003-10-28 09:53:21 UTC
Created attachment 20992 [details] [review]
Fix for arguments with spaces
Comment 2 Glynn Foster 2003-11-12 01:03:34 UTC
Thanks for the patch. I've applied this to HEAD and will be doing a
release shortly.