Re: Customizing Gnome shell extensions during the installation

2012-07-29 Thread Tim
presumably you would still need to recompile schemas for the override files to work? `glib-compile-schemas /usr/share/glib-2.0/schemas/` On 30/07/12 13:34, Danishka Navin wrote: can some one send me a working configuration file? so, i can

Re: Customizing Gnome shell extensions during the installation

2012-07-29 Thread Danishka Navin
can some one send me a working configuration file? so, i can test using it and identify the issue on my side. thanks, On Sat, Jul 28, 2012 at 1:49 PM, Danishka Navin wrote: > > > On Sat, Jul 28, 2012 at 1:23 PM, Jasper St. Pierre > wrote: > >> Instead of 30 extensions, try enabling just one or

Re: How to get uint64 from Gio.FileInfo

2012-07-29 Thread Yaa101
Hi Mz, Output from your uint64 is seconds. I have been there, just use a javascript Date() object and feed it seconds * 1000 as it ticks in milliseconds. Here is a routine I used in a project recently to enlighten. _dateString: function (seconds) { let desktopSettings = new Gio.Se

reload network applet

2012-07-29 Thread Pedro Francisco
Hello! Since gnome-shell's network applet doesn't work well on 3G device plug ( https://bugzilla.redhat.com/show_bug.cgi?id=745454 ), is there any way to reload the network applet using looking glass or something like that? Or using d-bus? -- Pedro ___

How to get uint64 from Gio.FileInfo

2012-07-29 Thread Mz
Hi, Guys and Girls Weird thing happened when I am trying to get File attribute from Gio.FileInfo a = Gio.file_new_for_path('/home/meng/test') //a new file I just created. b = a.query_info(Gio.FILE_ATTRIBUTE_TIME_MODIFIED,0,null) c = b.get_attribute_uint64(Gio.FILE_ATTRIBUTE_TIME_MODIFIED) //retu

Re: Using JS to write to file under /sys

2012-07-29 Thread Иво Георгиев
2012/7/28 Alessandro Crismani : > Il 27/07/2012 01:04, Alessandro Crismani ha scritto: > >> but I get an error that sounds like: >> >> root at alessandro-sammy in /data/Documenti/Linux/SammySettings >> # LC_ALL=C gjs SammySettings.js >> JS ERROR: !!! Exception was: Error: Error invoking >> G