Re: need lib notify sub

2017-08-14 Thread ToddAndMargo

On 08/14/2017 02:07 AM, ToddAndMargo wrote:



On Monday, August 14, 2017 04:45 PM, ToddAndMargo wrote:

On 08/06/2017 11:01 PM, ToddAndMargo wrote:

Hi All,

If you upgraded from Fedora 25 to 26, you will notice that
notify send (libnotify) stopped working.  (It works
in fresh installs of Fedora 26.)

https://bugzilla.gnome.org/show_bug.cgi?id=785583

Since I need to learn the stuff anyway, would someone
point me to an GTK::Simple example that would replace

run ( '/usr/bin/notify-send', '-u', 'normal', '-t',
   '8000', '-i', "$InfoPng", "$IAm: $NotifyStr" );

This pops up for 8 seconds and then dies on its own.
If you click anywhere is dies as well.

And I do need to learn GTK::simple.

Many thanks,
-T





Anyone?




On 08/14/2017 02:05 AM, Richard Hainsworth wrote:
 > Todd,
 >
 > I did this for you a while ago.
 >
 > Look at the module 'Inform' on the modules.perl6.org page. The module is
 > in a public github repository. Module is base on GTK::Simple, but I
 > stripped out stuff to make it quicker to load.
 >
 > The examples on GTK::Simple are great for learning - it's the way I did.
 >
 > Richard

Thank you!


Red Hat doesn't seem to be paying any attention to
this one at all

https://bugzilla.gnome.org/show_bug.cgi?id=785583


Re: need lib notify sub

2017-08-14 Thread ToddAndMargo



On Monday, August 14, 2017 04:45 PM, ToddAndMargo wrote:

On 08/06/2017 11:01 PM, ToddAndMargo wrote:

Hi All,

If you upgraded from Fedora 25 to 26, you will notice that
notify send (libnotify) stopped working.  (It works
in fresh installs of Fedora 26.)

https://bugzilla.gnome.org/show_bug.cgi?id=785583

Since I need to learn the stuff anyway, would someone
point me to an GTK::Simple example that would replace

run ( '/usr/bin/notify-send', '-u', 'normal', '-t',
   '8000', '-i', "$InfoPng", "$IAm: $NotifyStr" );

This pops up for 8 seconds and then dies on its own.
If you click anywhere is dies as well.

And I do need to learn GTK::simple.

Many thanks,
-T





Anyone?




On 08/14/2017 02:05 AM, Richard Hainsworth wrote:
> Todd,
>
> I did this for you a while ago.
>
> Look at the module 'Inform' on the modules.perl6.org page. The module is
> in a public github repository. Module is base on GTK::Simple, but I
> stripped out stuff to make it quicker to load.
>
> The examples on GTK::Simple are great for learning - it's the way I did.
>
> Richard

Thank you!


Re: need lib notify sub

2017-08-14 Thread ToddAndMargo

On 08/06/2017 11:01 PM, ToddAndMargo wrote:

Hi All,

If you upgraded from Fedora 25 to 26, you will notice that
notify send (libnotify) stopped working.  (It works
in fresh installs of Fedora 26.)

https://bugzilla.gnome.org/show_bug.cgi?id=785583

Since I need to learn the stuff anyway, would someone
point me to an GTK::Simple example that would replace

run ( '/usr/bin/notify-send', '-u', 'normal', '-t',
   '8000', '-i', "$InfoPng", "$IAm: $NotifyStr" );

This pops up for 8 seconds and then dies on its own.
If you click anywhere is dies as well.

And I do need to learn GTK::simple.

Many thanks,
-T





Anyone?


Re: need lib notify sub

2017-08-07 Thread ToddAndMargo
On Mon, Aug 7, 2017 at 8:01 AM, ToddAndMargo > wrote:


Hi All,

If you upgraded from Fedora 25 to 26, you will notice that
notify send (libnotify) stopped working.  (It works
in fresh installs of Fedora 26.)

https://bugzilla.gnome.org/show_bug.cgi?id=785583


Since I need to learn the stuff anyway, would someone
point me to an GTK::Simple example that would replace

run ( '/usr/bin/notify-send', '-u', 'normal', '-t',
   '8000', '-i', "$InfoPng", "$IAm: $NotifyStr" );

This pops up for 8 seconds and then dies on its own.
If you click anywhere is dies as well.

And I do need to learn GTK::simple.

Many thanks,
-T



On 08/07/2017 12:30 AM, Fernando Santagata wrote:

Hello Todd,

You can access libnotify directly from Rakudo using this:

https://modules.perl6.org/search?q=desktop%3A%3Anotify

HTH
--
Fernando Santagata



Very sweet.

Problem:

1) Lib-notify is broken on two of my Fedora mahicnes
   I upgraded from Fedora 25 to 26.  See
   https://bugzilla.gnome.org/show_bug.cgi?id=785583

2) I don't learn GTK::simple.

Rats!

I am writing down your module if I need it in the future.

Thank you anyway.
-T

--
~~
Computers are like air conditioners.
They malfunction when you open windows
~~


Re: need lib notify sub

2017-08-07 Thread Fernando Santagata
Hello Todd,

You can access libnotify directly from Rakudo using this:

https://modules.perl6.org/search?q=desktop%3A%3Anotify

HTH

On Mon, Aug 7, 2017 at 8:01 AM, ToddAndMargo  wrote:

> Hi All,
>
> If you upgraded from Fedora 25 to 26, you will notice that
> notify send (libnotify) stopped working.  (It works
> in fresh installs of Fedora 26.)
>
> https://bugzilla.gnome.org/show_bug.cgi?id=785583
>
> Since I need to learn the stuff anyway, would someone
> point me to an GTK::Simple example that would replace
>
> run ( '/usr/bin/notify-send', '-u', 'normal', '-t',
>   '8000', '-i', "$InfoPng", "$IAm: $NotifyStr" );
>
> This pops up for 8 seconds and then dies on its own.
> If you click anywhere is dies as well.
>
> And I do need to learn GTK::simple.
>
> Many thanks,
> -T
>
>
> --
> ~~
> Computers are like air conditioners.
> They malfunction when you open windows
> ~~
>



-- 
Fernando Santagata