Re: Extension reviews delayed?

2013-06-20 Thread Schubi
Hi Tim, this sometimes takes a couple of weeks. My last update of one of my extensions took nearly a month for review... Regards, Schubi On 21.06.2013 01:38, Tim Cuthbertson wrote: > My shellshape extension > (https://extensions.gnome.org/extension/294/shellshape/) has had a > pending review for

Re: Need GDBus Service file for org.gnome.Shell

2013-06-20 Thread Bazon Bloch
2013/6/20 Florian Müllner > On Thu, Jun 20, 2013 at 1:31 PM, Bazon Bloch wrote: > > But then is the question: > > Why doesn't it reach Gnome-Shell? > > Because it is running in a different session (and probably even under > a different UID) > Thanks, so I suppose restarting by systemd resume co

Re: Need GDBus Service file for org.gnome.Shell

2013-06-20 Thread Bazon Bloch
Thank you very much, Norman, I'll try that! :-) And concerning your next tip: 2013/6/20 Norman L. Smith > > > You may be able to attack your problem as Simon > suggests: "The correct solution is to fix the extension > so it doesn't need reloading." > > Avoid the error by changing the state of yo

Extension reviews delayed?

2013-06-20 Thread Tim Cuthbertson
My shellshape extension ( https://extensions.gnome.org/extension/294/shellshape/) has had a pending review for about a week now (for my first 3.8-compatible version, which some users are eager for). I'm not complaining if reviewers are simply busy, but this happened once before and it was just due

Re: Nautilus no longer has create new file menu??

2013-06-20 Thread Gabriel Rossetti
Thanks, you are correct. Sorry. On Thu, Jun 20, 2013 at 11:49 PM, Adam Tauno Williams < awill...@whitemice.org> wrote: > On Thu, 2013-06-20 at 23:31 +0200, Gabriel Rossetti wrote: > > Hi All, > > > > I noticed that nautilus no longer has the right-click menu item to > > create a new (empty) file?

Re: Nautilus no longer has create new file menu??

2013-06-20 Thread Adam Tauno Williams
On Thu, 2013-06-20 at 23:31 +0200, Gabriel Rossetti wrote: > Hi All, > > I noticed that nautilus no longer has the right-click menu item to > create a new (empty) file?? Why did you remove it? This was so useful > when you want to quickly create a new file in the current directory > and stick some

Re: Nautilus no longer has create new file menu??

2013-06-20 Thread alex diavatis
You need to create Blank Files (templates) inside templates directory. That was always the case. On Fri, Jun 21, 2013 at 12:31 AM, Gabriel Rossetti < rossetti.gabr...@gmail.com> wrote: > Hi All, > > I noticed that nautilus no longer has the right-click menu item to create > a new (empty) file??

Nautilus no longer has create new file menu??

2013-06-20 Thread Gabriel Rossetti
Hi All, I noticed that nautilus no longer has the right-click menu item to create a new (empty) file?? Why did you remove it? This was so useful when you want to quickly create a new file in the current directory and stick some info inside. Thanks, Gabriel

Re: Need GDBus Service file for org.gnome.Shell

2013-06-20 Thread Florian Müllner
On Thu, Jun 20, 2013 at 1:31 PM, Bazon Bloch wrote: > But then is the question: > Why doesn't it reach Gnome-Shell? Because it is running in a different session (and probably even under a different UID) ___ gnome-shell-list mailing list gnome-shell-list

Re: Need GDBus Service file for org.gnome.Shell

2013-06-20 Thread Norman L. Smith
Hello Bazon, After reading this thread I became curious and poked around the suspend/resume stuff in glib. I put the following bit of code in one of my extensions and found that it worked to (1) notify of the suspend sleep and (2) notify when the resume occurred. const UPowerGlib = imports.gi.UP

Re: Need GDBus Service file for org.gnome.Shell

2013-06-20 Thread Bazon Bloch
Aha, thank you. But then is the question: Why doesn't it reach Gnome-Shell? And what can be done to make it reach Gnome-Shell? Am 20.06.2013 13:15 schrieb "Simon McVittie" < simon.mcvit...@collabora.co.uk>: > On 20/06/13 11:24, Bazon Bloch wrote: > > I got the Error: > > "GDBus.Error:org.freedes

Re: Need GDBus Service file for org.gnome.Shell

2013-06-20 Thread Simon McVittie
On 20/06/13 11:24, Bazon Bloch wrote: > I got the Error: > "GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name > org.gnome.Shell was not provided by any service files" That doesn't necessarily mean it *should* be provided by a .service file, just that something tried to communicate

Need GDBus Service file for org.gnome.Shell

2013-06-20 Thread Bazon Bloch
Hello world: SHORT VERSION: I got the Error: "GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.Shell was not provided by any service files" and indeed, in /usr/share/dbus-1/services there is no service file for org.gnome.Shell. Looking at the other files there, making s