Skip to content

Instantly share code, notes, and snippets.

@sander
Created February 25, 2009 17:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sander/70302 to your computer and use it in GitHub Desktop.
Save sander/70302 to your computer and use it in GitHub Desktop.
$ PATH=bin:$PATH jhbuild shell
$ cd Broncode/gnome-shell/gnome-shell/src
$ DISPLAY=:0 ./gnome-shell
Traceback (most recent call last):
File "./gnome-shell", line 226, in <module>
kill_gnome_panel(gnome_panel_pid)
File "./gnome-shell", line 49, in kill_gnome_panel
"-p", pid], stdout=devnull, stderr=devnull)
File "/usr/lib/python2.5/subprocess.py", line 444, in call
return Popen(*popenargs, **kwargs).wait()
File "/usr/lib/python2.5/subprocess.py", line 594, in __init__
errread, errwrite)
File "/usr/lib/python2.5/subprocess.py", line 1153, in _execute_child
raise child_exception
TypeError: execv() arg 2 must contain only strings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment