Write string to file with 3.6

2012-10-20 Thread Baptiste Saleil
Hi there. I'm trying to update my extension for 3.6 Here is my old code : let f = Gio.file_new_for_path(file); let out = f.replace(null, false, Gio.FileCreateFlags.NONE, null); Shell.write_string_to_stream (out, content); This code work perfectly with 3.4 but not 3.6. A file is created in the

Re: Write string to file with 3.6

2012-10-20 Thread Giovanni Campagna
2012/10/20 Baptiste Saleil baptiste.sal...@gmail.com: Hi there. I'm trying to update my extension for 3.6 Here is my old code : let f = Gio.file_new_for_path(file); let out = f.replace(null, false, Gio.FileCreateFlags.NONE, null); Shell.write_string_to_stream (out, content); This code

[Extension Transfer]Anyone like animation?

2012-10-20 Thread Zhuo.M
As the title said, I'd like to transfer my extensions to someone who had the time and passion to maintain or keep on developing. Three extensions of mine are: - window-slide-in - window-rotate-in - window-scale-in Feel free to contact me if you like these extensions :)

[super]+M shortcut

2012-10-20 Thread Tomas M
[super]+M brings the message tray. great. since using the mouse is useless as it is now (delay is annoying). Now to hide the message tray, i would intuitively hit [super]+M again, but instead i have to hit ESC. is this the desired behaviour? can i change this with a keyboard shortcut? i did not

Re: [super]+M shortcut

2012-10-20 Thread Jasper St. Pierre
On Sat, Oct 20, 2012 at 12:28 PM, Tomas M tmezza...@gmail.com wrote: [super]+M brings the message tray. great. since using the mouse is useless as it is now (delay is annoying). Now to hide the message tray, i would intuitively hit [super]+M again, but instead i have to hit ESC. is this the