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