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 364553 - Run with arguments is confusing
Run with arguments is confusing
Status: RESOLVED FIXED
Product: dogtail
Classification: Deprecated
Component: Framework
CVS HEAD
Other Linux
: Normal normal
: ---
Assigned To: Dogtail Maintainers
Dogtail Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-10-23 21:08 UTC by Nickolay V. Shmyrev
Modified: 2006-10-23 21:20 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Nickolay V. Shmyrev 2006-10-23 21:08:07 UTC
because procedural run() contactenates app and arguments, this call doesn't work:

run('evince','./test-encrypt.pdf',)

instead it should be (note the space before arguments)

run('evince',' ./test-encrypt.pdf',)

I suggest to insert this space automatically
Comment 1 Zack Cerza 2006-10-23 21:20:55 UTC
You're absolutely correct. I've just fixed this in CVS. Thanks! :)