Page 5 of 8

Posted: Tue 15 Feb 2011, 13:40
by zigbert
Version 1.0
See main post

Changelog
- Faster startup
- Language support
- Reorganized main gui
- Different outfit for fields that user edits and those pSchedule edits.

bad install in wary quickset 503

Posted: Tue 08 Mar 2011, 20:15
by don570
There was a bad install of pschedule in wary quickset 503.

I've warned shinobar
http://www.murga-linux.com/puppy/viewto ... 377#502377

To prevent this from happening again, it might be helpful to
change the .desktop file

Code: Select all

[Desktop Entry]
Encoding=UTF-8
Name=Pschedule task on time
Icon=mini-clock.xpm
Comment=Pschedule task on time
Exec=/usr/local/pschedule/pschedule
Terminal=false
Type=Application
Categories=X-SystemSchedule
GenericName=Pschedule task on time
I would suggest changing the line
Exec=/usr/local/pschedule/pschedule

to

Code: Select all

Exec=/usr/local/bin/pschedule

That will force users to install properly or it won't work at all.

___________________________________

Posted: Sat 12 Mar 2011, 17:43
by zigbert
done


Thanks
Sigmund

Posted: Sun 20 Mar 2011, 08:13
by zigbert
Version 1.0.1
See main post


Changelog
- Bugfix: Detect macrolanguage (fr, en..) when lang contains utf or similar post info.
- Bugfix: translation of 'task' and 'time' in editor (thanks to etiennep)
- Bugfix: Exec-path in .desktop file (thanks to don570)
- Bugfix: Troubles after unstalling NLS. (thanks to shinobar) --> see line 46 pmusic
- NLS_ Added: $Time

pschedule 101

Posted: Sat 02 Apr 2011, 18:30
by don570
Using lucid puppy 5.2.......


I couldn't get pschedule 1.0.1 to show in French
so I had to stick with pschedule 1.0

_______________________________

Also I recommend that you change the name of
'fr_ca:french' to 'fr:french'

This will make the application show in French
without the need to create a link.

______________________________

Re: pschedule 101

Posted: Sat 16 Apr 2011, 18:47
by zigbert
don570 wrote:Using lucid puppy 5.2.......


I couldn't get pschedule 1.0.1 to show in French
so I had to stick with pschedule 1.0

_______________________________

Also I recommend that you change the name of
'fr_ca:french' to 'fr:french'

This will make the application show in French
without the need to create a link.

______________________________
Got it - added to todo-list


Sigmund

Posted: Mon 25 Apr 2011, 22:55
by Geoffrey
Thanks for this, one small problem, if I can call it that, the link buttons in the about box didn't work for me.
I added BROWSER="defaultbrowser" to the top of the pschedule script and that fixed it.

Posted: Wed 27 Apr 2011, 19:17
by zigbert
Geoffrey
Got it, thank you


Sigmund

APPDIR >> PROGPATH

Posted: Thu 02 Jun 2011, 18:36
by rodin.s
Localization does not work. In /usr/local/pschedule/pschedule $APPDIR should be replaced with $PROGPATH.

Re: APPDIR >> PROGPATH

Posted: Fri 03 Jun 2011, 18:48
by zigbert
rodin.s wrote:Localization does not work. In /usr/local/pschedule/pschedule $APPDIR should be replaced with $PROGPATH.
Thank you. Don570 complained about this ages ago, and I have simply forgotten. Sorry.


Sigmund

Posted: Fri 03 Jun 2011, 18:54
by zigbert
Version 1.0.2
See main post

- Bugfix: View webpages from About-dialog (thanks to Geoffrey)
- Bugfix: Language detection (rodin.s)

Posted: Sat 04 Jun 2011, 06:26
by zigbert
bump

backup a pupsave file

Posted: Sat 24 Sep 2011, 19:15
by don570
I describe how to backup a pupsave file at a scheduled time
at this page
http://www.murga-linux.com/puppy/viewto ... 279#567279

_________________________________________________

Puppy Backup

Posted: Thu 03 May 2012, 23:06
by don570
I wrote about using Pschedule with Puppy Backup
HERE

This method will allow the user to back up his favorite folders overnite
on a regular basis.

It's quite simple and it just needs enough hard disk space
for the mirroring to be done completely and keep your
computer on overnite.

An external USB hard drive would be good for this purpose
and they're quite cheap now.

Mirroring of an entire partition to a folder is possible.

Make sure that the mirror folder is initially empty.

______________________________________________

Posted: Fri 20 Jul 2012, 00:20
by don570
Is it possible to filter out crond lines that begin with #
i.e. are obvious comments.

I'm trying to use pschedule with Porteus distribution
and it works surprising well except for all the comments.

I tried the following line to filter them out in
line 13 of func_cron_to_human

Code: Select all

	cat /var/spool/cron/crontabs/$USER | sed "/^#/d" | sed -e "s/ /{ð®SSSđþ}/g" | sed -e "s/*/{ð®STARđþ}/g" > /tmp/pschedule-forloop
However I found that Delete key wouldn't work which is
important to me.

_______________________________________________

Posted: Sat 21 Jul 2012, 17:03
by zigbert
Dear Don
I am sorry to say that I don't have the capacity to support other distros. If someone provide a patch, I will of course consider to add it.


Sigmund

Posted: Sat 21 Jul 2012, 20:35
by don570
It still runs fine in Porteus without any changes.
But only as the root user.

I'm using it with puppy clock.

_______________________________

Posted: Mon 23 Jul 2012, 22:50
by don570
I was able to fix the problem (in the Porteus distribution)
of comments showing in the list of jobs
with a simple addition of few lines of code
near start of 'pschedule' script so that the cleaning is performed
always at open ( actually the cleaning is only required once
but I didn't want to write complicated code)

The guest user doesn't have this problem fortunately. :)

Code: Select all

# remove comment lines
killall -q crond
cat  /var/spool/cron/crontabs/root | sed "/^#/d" > /tmp/pschedule_temp
mv -f /tmp/pschedule_temp /var/spool/cron/crontabs/root
crond

__________________________________________________

Posted: Mon 23 Jul 2012, 23:28
by don570
For those who are adventurous...

There is now Porteus versions of pschedule and puppy clock.

http://porteus.org/forum/viewtopic.php? ... 139#p10139

________________________________________

Posted: Wed 25 Jul 2012, 21:11
by zigbert
Version 1.0.3
See main post

Changelog
- Requires at least gtkdialog-0.8
- Link to cron-list when going straight to cron-editor from external program.
- Bugfix: Do not allow more than one detected langauge. (thanks to shinobar)
- NLS: Added: Show_all_tasks