I'm developing a gnome shell extensions, which should execute a Python program. It includes:
GLib.spawn_sync(null, ['python', '-c', '"import os"'], null, 4, null)
This line make the entire shell crash, even if I run it in the looking glass.
|
I'm developing a gnome shell extensions, which should execute a Python program. It includes:
This line make the entire shell crash, even if I run it in the looking glass.
| ||||
|
feedback
|
|
You should not | |||
feedback
|