how to read from UnixInputStream

2011-12-13 Thread binbin
I'm tring to spawn a command and read its output. In the sync way, I find imports.gi.GLib.spawn_command_line_sync is fine. But in the async way, I cannot find any information on dealing with the unix file descriptor. try the code below: glib = imports.gi.GLib; cmd = 'uname -a';

Re: how to read from UnixInputStream

2011-12-13 Thread Giovanni Campagna
Il giorno mar, 13/12/2011 alle 21.11 +0800, binbin ha scritto: I'm tring to spawn a command and read its output. In the sync way, I find imports.gi.GLib.spawn_command_line_sync is fine. But in the async way, I cannot find any information on dealing with the unix file descriptor. try the

Re: Extension security?

2011-12-13 Thread Pauli Virtanen
13.12.2011 02:31, Jonathan Wilkes kirjoitti: So are all reviewed extensions signed with a key that is not kept on a public system, as Alan Cox proposed? I couldn't tell from the About page, nor from the discussions referenced in above responses. There does not seem to be additional

Re: encrypted home directory and GNOME Shell

2011-12-13 Thread Bjoern Schiessle
Di Prettl, On 12/12/11 18:17, Prettl Zsolt wrote: you doesn't have to wait for GNOME 3.4. if you don't wanna. I had the same problem and here is a workaround until the official fix. use udev to hide the partition, here's the rule to do this: make a file

Re: encrypted home directory and GNOME Shell

2011-12-13 Thread Bastien Durel
Le mardi 13 décembre 2011 à 20:57 +0100, Bjoern Schiessle a écrit : Di Prettl, On 12/12/11 18:17, Prettl Zsolt wrote: you doesn't have to wait for GNOME 3.4. if you don't wanna. I had the same problem and here is a workaround until the official fix. use udev to hide the partition, here's

Re: encrypted home directory and GNOME Shell

2011-12-13 Thread Prettl Zsolt
this is a good question. Unfortunately I don't know. Maybe you could identify the samba drive with the UUID or by label instead of/dev/sdx. good luck -Original Message- From: Bastien Durel bast...@geekwu.org To: gnome-shell-list@gnome.org Subject: Re: encrypted home directory and GNOME