[ create a new paste ] login | about

Link: http://codepad.org/XJWeenUB    [ raw code | output | fork ]

dryhay - Python, pasted on Dec 5:
1
2
3
4
5
6
7
8
import subprocess

path01 = "/usr/bin/gedit"
file01 = "test.txt"
subprocess.Popen([path01,file01])

#returns error:
#(gedit:6555): GLib-GIO-CRITICAL **: g_dbus_connection_get_capabilities: assertion `G_IS_DBUS_CONNECTION (connection)' failed


Output:
1
Disallowed system call: SYS_pipe


Create a new paste based on this one


Comments: