Re: Gnome 3 is not ready for netbooks

2011-07-17 Thread Allan E. Registos
On 7/15/2011 4:41 PM, Emmanuele Bassi wrote: I am painfully aware of the shortcomings of Gnome applications with regards to netbooks and their abysmal resolutions. this, though, has nothing to do with the shell; the shell cannot modify the applications. this mailing list[0] is the development m

Re: Gnome 3 is not ready for netbooks

2011-07-17 Thread Allan E. Registos
On 7/15/2011 4:41 PM, Emmanuele Bassi wrote: this mailing list[0] is the development mailing list of gnome-shell. it's not the list for Gnome 3, nor it's the mailing list for the control center, evolution, nautilus or whatever other part of Gnome. Ah ic, this is a development ML for the shell, u

Re: Restarting gnome-shell

2011-07-17 Thread Lech Karol Pawłaszek
On 07/15/2011 12:01 PM, Lech Karol Pawłaszek wrote: [...] >> without restarting my Xsession. (Ctrl+Alt+Bkspc). Alt+F2+r doesn't work [...] > CTRL+F2 and type "r" should do the trick. :-/ ...and yes - I should learn to read. Sorry for the noise. -- Lech Karol Pawłaszek "You will never see me f

Re: Trouble finding GIR constructor for Soup.Cookie

2011-07-17 Thread Ricardo Gladwell
Hi Florian, Thanks for the feedback. On 07/17/2011 12:47 PM, Florian Max wrote: Maybe you forgot to import the soup namespace? I can successfully call and use other Soup objects, for example the following executes successfully without error in the same source file: let message = Soup.Messa

Re: Trouble finding GIR constructor for Soup.Cookie

2011-07-17 Thread Florian Max
2011/7/17 Ricardo Gladwell > However, I'm getting problems trying to figure out the constructor for > the Soup.Cookie object. I've tried: > > let cookie = Soup.Cookie.new("SID", "", ".google.com", "/", -1); > let cookie = Soup.Cookie.c_new("SID", "", ".google.com", "/", -1); > let cookie = new So

Trouble finding GIR constructor for Soup.Cookie

2011-07-17 Thread Ricardo Gladwell
Hi Guys I'm new to Gnome development, looking to create a Gnome Shell extension for google reader using JavaScript. However, I'm getting problems trying to figure out the constructor for the Soup.Cookie object. I've tried: let cookie = Soup.Cookie.new("SID", "", ".google.com", "/", -1); let cook