summaryrefslogtreecommitdiff
blob: 8a04fb3acff26356e8e9c89f101924017cee6888 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- Skype4Py-1.0.32.1/Skype4Py/api/posix_dbus.py
+++ Skype4Py-1.0.32.1/Skype4Py/api/posix_dbus.py
@@ -176,7 +176,7 @@
             import os
             if os.fork() == 0: # we're child
                 os.setsid()
-                os.execlp('skype')
+                os.execlp('skype', 'skype')
 
     def shutdown(self):
         import os