Re: Extension problem with lockscreen

2014-06-08 Thread Florian Müllner
On Sun, Jun 8, 2014 at 11:39 PM, Norman L. Smith wrote: > I am copying this to the list. It is worth sharing. Ugh, yeah - this was obviously meant as reply-all, sorry. Cheers, Florian ___ gnome-shell-list mailing list gnome-shell-list@gnome.org https:/

Re: Extension problem with lockscreen

2014-06-08 Thread Norman L. Smith
Thanks Florian. Its good to learn something new. I am copying this to the list. It is worth sharing. Thanks again, Norman On Sun, 2014-06-08 at 20:48 +0200, Florian Müllner wrote: > On Sat, Jun 7, 2014 at 1:07 PM, Norman L. Smith wrote: > > #!/usr/bin/env bash > > pid=`ps -ef | grep $USER | gr

Re: Extension problem with lockscreen

2014-06-08 Thread Thiago Bellini Ribeiro
On Sat, Jun 7, 2014 at 8:07 AM, Norman L. Smith wrote: > On Sat, 2014-06-07 at 08:48 +0100, Neil Bird wrote: >> Around about 06/06/14 17:18, Thiago Bellini Ribeiro scribbled ... >> > I was crazy those days because I could not find the reason. Also, I >> > can't find where the log is those days. >>

Re: Extension problem with lockscreen

2014-06-07 Thread Neil Bird
Around about 07/06/14 16:37, Neil Bird scribbled ... I'm only getting a single “Logs begin” line of out your script ATM, but I'm not fiddling either, so I'll give it a bash next time I have to play with an extension. Hah, my mistake, I got screenfulls! Thanks! -- [phoenix@fnx ~]# rm -f .

Re: Extension problem with lockscreen

2014-06-07 Thread Neil Bird
Around about 07/06/14 12:07, Norman L. Smith scribbled ... F20 uses journalctl and systemd for sure. The following script is handy for viewing Gnome Shell logging. It displays the log entries for the current session. You can use alacate to put it in the overview menu apps and make it a favorit

Re: Extension problem with lockscreen

2014-06-07 Thread Norman L. Smith
On Sat, 2014-06-07 at 08:48 +0100, Neil Bird wrote: > Around about 06/06/14 17:18, Thiago Bellini Ribeiro scribbled ... > > I was crazy those days because I could not find the reason. Also, I > > can't find where the log is those days. > >Seconded: I'm on F20 / GNOME 3.10 and I've not a clue

Re: Extension problem with lockscreen

2014-06-07 Thread Tim
On 07/06/14 17:48, Neil Bird wrote: > Around about 06/06/14 17:18, Thiago Bellini Ribeiro scribbled ... >> I was crazy those days because I could not find the reason. Also, I >> can't find where the log is those days. > > Seconded: I'm on F20 / GNOME 3.10 and I've not a clue where gnome-shell &

Re: Extension problem with lockscreen

2014-06-07 Thread Neil Bird
Around about 06/06/14 17:18, Thiago Bellini Ribeiro scribbled ... I was crazy those days because I could not find the reason. Also, I can't find where the log is those days. Seconded: I'm on F20 / GNOME 3.10 and I've not a clue where gnome-shell & extension errors/output are now going. Is

Re: Extension problem with lockscreen

2014-06-06 Thread Thiago Bellini Ribeiro
So, I think I solved it. Before I was connecting some signals and not disconnecting on disable, so probably they got duplicated connections when it was reactivated again. The strange part still is that, if this was totally true, I should be able to reproduce it by disabling/enabling, but the issue

Extension problem with lockscreen

2014-06-06 Thread Thiago Bellini Ribeiro
Hi guys, Since gnome-shell 3.10, my extension is behaving weirdly after a screen lock and unlock. This is my extension: https://extensions.gnome.org/extension/258/notifications-alert-on-user-menu/ What is happening: Notifications alert will blink the unified menu while there's an unread notifica

Re: Extension problem

2013-11-27 Thread Carlos Soriano Sánchez
You need to add a layout manager for St.Widget, here's the patch: --- /home/csoriano/Downloads/notesSam/view.js +++ /home/csoriano/.local/share/gnome-shell/extensions/ no...@sam.sambull.org/view.js @@ -6,6 +6,7 @@ const Lang = imports.lang; const Mainloop = imports.mainloop; const St = imports.

Re: Extension problem

2013-11-27 Thread Sam Bull
Does nobody have any idea how to fix the odd padding on this? On Mon, 2013-11-11 at 22:47 +, Sam Bull wrote: > Having a small problem with the visual appearance of my extension. > > I've previously been using an St.BoxLayout widget for my notes. But, it > seems in 3.10, this will no longer al

Extension problem

2013-11-11 Thread Sam Bull
Think this might have been blocked due to attachments, resending with links instead. Having a small problem with the visual appearance of my extension. I've previously been using an St.BoxLayout widget for my notes. But, it seems in 3.10, this will no longer allow me to overlap the close buttons.

Re: Upload extension problem

2013-01-21 Thread Stefano Ciancio
HiJasper, first of all thanks for your help. I tried creating the zip package under Windows and ArchLinux (zip-3.0.3), but the result is the same. Please note that with the same distro (Fedora 17, zip-3.0-4.fc17.x86_64, libzip-0.10.1-1.fc17.x86_64) I have created two packages for other exten

Re: Upload extension problem

2013-01-18 Thread Jasper St. Pierre
I've managed to reproduce on the EGO server. It seems that zlib is returning: zlib.error('Error -3 while decompressing: invalid distance too far back',) But I haven't figured out why or where, yet. Test scripts run on that machine work fine. While I continue investigation, can you try and find a

Re: Upload extension problem

2013-01-18 Thread Stefano Ciancio
Hi all, I cannot upload any new version of my extension Connection Manager (https://extensions.gnome.org/extension/45/connection-manager/). Does anyone know how I can fix? Thanks. On 20/12/2012 08:44, Stefano Ciancio wrote: Hi Jasper, I have the same error ("500 - Internal Server Error")

Re: Upload extension problem

2012-12-19 Thread Jasper St. Pierre
OK, I've spotted and fixed several errors with the site. Is it still failing for you? On Tue, Dec 18, 2012 at 4:43 AM, Jasper St. Pierre wrote: > I'm looking into it now. It seems to be erroring out inside the code that > parses the metadata.json file, but it might take me a bit to find the bug.

Re: Upload extension problem

2012-12-18 Thread Jasper St. Pierre
I'm looking into it now. It seems to be erroring out inside the code that parses the metadata.json file, but it might take me a bit to find the bug. On Tue, Dec 18, 2012 at 3:02 AM, Stefano Ciancio wrote: > Hi all, > > I have a problem to update my extension in extensions.gnome.org site. > > Af

Upload extension problem

2012-12-18 Thread Stefano Ciancio
Hi all, I have a problem to update my extension in extensions.gnome.org site. After extension submit I get the error "500 - Internal Server Error". I also fill a bug (https://bugzilla.gnome.org/show_bug.cgi?id=689994) on gnome bugzilla. How can I fix this? Thanks ___