Configurable reminder, does it exist ?

Miscellaneous tools
Post Reply
Message
Author
totolanio
Posts: 202
Joined: Sun 04 Jan 2015, 02:19

Configurable reminder, does it exist ?

#1 Post by totolanio »

Hello,

Do you know if there is a configurable reminder/memo on puppy (or a .deb) ?

Something which would work like this, you write a message and you set up a date for when it will show up such as :

- 02/18/2015 (february)
- every monday of the year (very useful :P)
- every two days at 4:00 AM for example
- well you see my point maybe ?

Also, if it could even do more like playing a sound.
Or settings like :
- always visible until closed
- show only 30 seconds


and things like that


EDIT : I found OSMO on google and it's in puppy apparently (couldn't find it first because of it's approximative translation in french), dunno if it can do the job, i'll check it later if you confirm !

totolanio
Posts: 202
Joined: Sun 04 Jan 2015, 02:19

#2 Post by totolanio »

Osmo doesn't notify me in any way when the date is reached... no sound alert even if the box is ticked, :'(

someone uses it ?
Main puppy used : LxPup tahr.
[url=http://www.murga-linux.com/puppy/viewtopic.php?t=97623]Multiple package installer/remover.[/url]

User avatar
rufwoof
Posts: 3690
Joined: Mon 24 Feb 2014, 17:47

#3 Post by rufwoof »

My Osmo sounds both a alarm and flashes (if you set the blink option and have the tray icon option checked)

And can be set to reoccur tasks
Attachments
i2.jpg
(45.88 KiB) Downloaded 264 times
i1.jpg
(47.76 KiB) Downloaded 258 times

totolanio
Posts: 202
Joined: Sun 04 Jan 2015, 02:19

#4 Post by totolanio »

I already set it up like that, but the blink event.

I'll try it but well...
Main puppy used : LxPup tahr.
[url=http://www.murga-linux.com/puppy/viewtopic.php?t=97623]Multiple package installer/remover.[/url]

User avatar
Semme
Posts: 8399
Joined: Sun 07 Aug 2011, 20:07
Location: World_Hub

#5 Post by Semme »

You could script your own dialog box with gxmessage and have Pschedule time the alert.

Code: Select all

#!/bin/sh
play /usr/share/sounds/ok.wav | gxmessage Yes Totolanio, it exists!
Attachments
note2go.jpg
(12.76 KiB) Downloaded 232 times
Last edited by Semme on Fri 06 Feb 2015, 15:19, edited 1 time in total.

User avatar
SFR
Posts: 1800
Joined: Wed 26 Oct 2011, 21:52

#6 Post by SFR »

totolanio wrote:someone uses it ?
I do.

Usually Osmo is configured to use play command, which is not present in majority of Pups, to play sounds.
Go to: Osmo -> Preferences -> General -> Sound Player
and change, whatever there is, to:

Code: Select all

aplay %s
(see 2nd screenshot by Rufwoof)

Also, if you haven't done it yet, you need Osmo to be launched at every boot, e.g. by creating this symlink:

Code: Select all

ln -s `which osmo` /root/Startup/
Additionaly, check Start minimised checkbox in Preferences -> General.

Moreover, if you want a window to pop-up on the screen at alarm time, just go to Advanced tab (while creating a task) and type, for instance:

Code: Select all

xmessage "Reminder"
into Alarm command text field.

Greetings!
[color=red][size=75][O]bdurate [R]ules [D]estroy [E]nthusiastic [R]ebels => [C]reative [H]umans [A]lways [O]pen [S]ource[/size][/color]
[b][color=green]Omnia mea mecum porto.[/color][/b]

totolanio
Posts: 202
Joined: Sun 04 Jan 2015, 02:19

#7 Post by totolanio »

Semme, your idea is nice ! But I'll stick with Osmo for now since I managed to make it work thanks to JackSFR (or SFR dunno)

It was the "aplay" thing that solved it.

I put osmo in the startup applications instead of making a symlink which I will never remember.
Main puppy used : LxPup tahr.
[url=http://www.murga-linux.com/puppy/viewtopic.php?t=97623]Multiple package installer/remover.[/url]

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

#8 Post by don570 »

Zigbert's pschedule is the simple way to pop a message at a regular time,
and pclock or puppy clock can use pmusic to play an mp3 file as an alarm

totolanio
Posts: 202
Joined: Sun 04 Jan 2015, 02:19

#9 Post by totolanio »

don570 wrote:Zigbert's pschedule is the simple way to pop a message at a regular time,
and pclock or puppy clock can use pmusic to play an mp3 file as an alarm
Thank you for the info ! I may switch to this solution
Main puppy used : LxPup tahr.
[url=http://www.murga-linux.com/puppy/viewtopic.php?t=97623]Multiple package installer/remover.[/url]

totolanio
Posts: 202
Joined: Sun 04 Jan 2015, 02:19

#10 Post by totolanio »

With osmo i got some problems so i switched to pclock and it works fine but it's a bit limited.

Do you know some similar tools but more configurable ? for example if i want to set an alarm every 4 days (and there are 7 days :P so it can't work with "alarm every monday" for example)

I don't think puppy clock can do that, but maybe i'm wrong
Main puppy used : LxPup tahr.
[url=http://www.murga-linux.com/puppy/viewtopic.php?t=97623]Multiple package installer/remover.[/url]

Post Reply