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 pboddie
Recipients
Date 2005-09-24.16:33:55
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=226443

Configuring KDE to open different types of files requires 
some magic that I don't fully understand. Nevertheless, I 
find that if I create a shell script with executable 
permissions then "kfmclient exec" will run that script, 
whereas "kfmclient openURL" will ask whether I want to run 
it first. That said, "kfmclient exec" probably has closer 
semantics to the win32-supported os.startfile function. 
 
I've uploaded a new version of the module which returns 
the process identifier, along with some exception handling 
around os.startfile. 
 
See this page for related discussion of KDE and GNOME 
application launching: 
http://my.opera.com/community/forums/topic.dml?id=83890 
 
See this thread for upcoming standards: 
http://thread.gmane.org/gmane.linux.xdg.devel/2524 
 
See this page for details of such standards: 
http://www.freedesktop.org/Standards/mime-actions-spec 
History
Date User Action Args
2007-08-23 15:43:59adminlinkissue1301512 messages
2007-08-23 15:43:59admincreate