This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author cvrebert
Recipients Arfrever, Hobson.Lane, Roman.Evstifeev, benjamin.peterson, cvrebert, eric.araujo, ganadist, giampaolo.rodola, pitrou, r.david.murray, rosslagerwall, smarnach, vstinner
Date 2012-04-23.18:21:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335205294.3.0.646383706382.issue3177@psf.upfronthosting.co.za>
In-reply-to
Content
The xdg-open source code (http://cgit.freedesktop.org/xdg/xdg-utils/tree/scripts/xdg-open ) shows that exit code 4 is used whenever an invocation of another opener script (e.g. kde-open, gnome-open) fails for any reason besides said script not being installed. So I'm not so sure we can jump to the conclusion that 4 automatically means FileNotFound.
History
Date User Action Args
2012-04-23 18:21:34cvrebertsetrecipients: + cvrebert, pitrou, vstinner, giampaolo.rodola, benjamin.peterson, eric.araujo, ganadist, Arfrever, r.david.murray, rosslagerwall, smarnach, Roman.Evstifeev, Hobson.Lane
2012-04-23 18:21:34cvrebertsetmessageid: <1335205294.3.0.646383706382.issue3177@psf.upfronthosting.co.za>
2012-04-23 18:21:33cvrebertlinkissue3177 messages
2012-04-23 18:21:33cvrebertcreate