<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi all,<br>
<br>
I just uploaded a plugin, "Custom Launcher". It can be used to c
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1">
ustomize your own actions to launch your preferred apps or commands
within QGIS.<br>
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1">
<a href="http://plugins.qgis.org/plugins/customlauncher/">http://plugins.qgis.org/plugins/customlauncher/</a><br>
(video demo is here
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1">
<a href="http://www.youtube.com/v/B6811zAuXhw&hd=1">http://www.youtube.com/v/B6811zAuXhw&hd=1</a>
)<br>
<br>
Can someone test this on windows (mac?) with a shell command, to see
if everything is ok?<br>
<br>
<br>
Also, when using shell commands, subprocess.Popen is called using
shell=True and This is not recommended in python doc.<br>
However, I consider it is safe in my plugin since the action is
saved in the application settings and NOT in the project settings. <br>
Indeed, there might be safety issues, as you could open someone
else's project with a "rm -rf /" command hidden in an action. But
this is not the case.<br>
And if someone takes time to modify something in QGIS, he could do
any other hack.<br>
Do you agree on this?<br>
<br>
<br>
Greetings<br>
<br>
Denis<br>
</body>
</html>