Page 10 of 14

Posted: Thu 18 Jul 2013, 02:17
by smokey01
don570 wrote:I did a version for an early version of Fatdog
http://murga-linux.com/puppy/viewtopic. ... 887#669887
but it doesn't work correctly for recent Fatdog versions

Tazoc includes a lot of right click software to make his version
user friendly.
http://www.lhpup.org/

I reccommend him.

_________________________________
There are some difference between LHP and FD. I will have a look and make the appropriate changes for FD621.

Thanks

version 6.6.6

Posted: Tue 23 Jul 2013, 21:05
by don570
New version 6.6.6



Improvements:

Upgraded following :

Bulldog finder 3.1
copy-fast 2.2
ffconvert 1.3.2 by Shinobar
report-system locales

________________________________________________

Posted: Sat 10 Aug 2013, 16:27
by don570
New version 6.6.7
http://www1.datafilehost.com/d/e5ce7628


Improvements:

Upgraded following :

1) build gettext bug fix

2) Introduced puppy-rsync and removed puppy backup
_________________________________________________

Posted: Sun 11 Aug 2013, 18:27
by koulaxizis
don570 wrote:New version 6.6.7
http://www1.datafilehost.com/d/e5ce7628


Improvements:

Upgraded following :

1) build gettext bug fix

2) Introduced puppy-rsync and removed puppy backup

____________________________________________________________
For people who want to translate their language, the pot file can
be downloaded , filled in with your translations and sent back.

I include pinstall.sh script for experts who know how to use MoManager
(tip: devx file must be loaded and script must be located in an
executable path).

pinstall.sh.mo is created. Send that to me. Thanks

_________________________________________________
Thanks for that! :)

Posted: Mon 12 Aug 2013, 18:47
by recobayu
Hi Don570, I follows your right click. this is very great.
I have an idea,
if i select a picture, whatever the format file is (.jpg, .png, or .svg), I can set that picture as wallpaper. So i tried to make this script

Code: Select all

#!/bin/sh
aku=$(basename $1)
cp $aku /usr/share/backgrounds
set_bg /usr/share/backgrounds/$aku
but it failed. If you don't mind, could you repair my script and submit in your rightclick?
thanks.

Posted: Sat 17 Aug 2013, 19:40
by don570
recobayu wrote: If you don't mind, could you repair my script and submit in your rightclick?
I'll see if there's a script that does the job. There are several threads
on the topic.

http://www.murga-linux.com/puppy/viewtopic.php?t=50254
http://www.murga-linux.com/puppy/viewtopic.php?t=77799
___________________________________________

Posted: Sat 17 Aug 2013, 19:55
by don570
New version 6.6.8


Improvements:

Upgraded following :

1) build gettext desktop file removed

2) Introduced Take a shot (TAS) screenshot program and
UExtract-1.1.pet to extract with a right click

3) Bulldog finder upgraded with viewer and installer buttons



_________________________________________________

Posted: Mon 19 Aug 2013, 04:52
by recobayu
Oh, I just realize now, don570.
I copy wrong variable.
The right code is this.

Code: Select all

#!/bin/sh 
 aku=$(basename $1) 
 cp $1 /usr/share/backgrounds 
 set_bg /usr/share/backgrounds/$aku
:D

New version 6.6.9

Posted: Mon 19 Aug 2013, 21:09
by don570
New version 6.6.9
http://www.datafilehost.com/d/54d9b6b1


Improvements:

Upgraded following :

1) Japanese translation of Extract pet included

2) Bulldog finder upgraded - mo files can be converted by bulldog finder
because build_gettext is included - a great feature! :lol:
-recent folders feature
_____________________________________________________________________________________________________________

Posted: Wed 21 Aug 2013, 20:01
by don570
New version 6.7.0


Improvements:

Upgraded following :

1) icon for Abiword
2) Set background picture was put in (thanks to recobayu code)
This allows quick setting of a jpg png or svg image as background.
____________________________________________________________

_________________________________________________

New version 6.7.2

Posted: Thu 29 Aug 2013, 17:28
by don570
New version 6.7.2


Improvements:

Upgraded following :

1) Take a Shot (TAS) to version 1.3 plus locales
2) upgraded UExtract to version 1.5
3) upgraded Baconrecorder to version 4.0 -gettext and bug fix
____________________________________________________________

Posted: Thu 05 Sep 2013, 00:03
by don570
New version 6.7.3
Download site:
http://www.datafilehost.com/d/3d0ea331


Improvements:

Upgraded following :

1) Dutch translation of Bulldog-Finder by Bert
2) Added 4 new script examples to explain refreshing in gtkdialog scripts
3) Bash manual index is put in Start menu - It's hard to find otherwise.

____________________________________________________________

_________________________________________________

Posted: Fri 13 Sep 2013, 01:50
by Q5sys
don570 wrote:I did a version for an early version of Fatdog
http://murga-linux.com/puppy/viewtopic. ... 887#669887
but it doesn't work correctly for recent Fatdog versions

Tazoc includes a lot of right click software to make his version
user friendly.
http://www.lhpup.org/

I reccommend him.

_________________________________
Those scripts that show up in the right click menu - they are easily transferable to fatdog or slackbones. I've bundled a few with Slackbones to help devs out who want to use it as a base.

Posted: Thu 19 Sep 2013, 21:47
by don570
New version 6.7.4
Download site:


Improvements:

Upgraded following :

1) fixed small mistake in Dutch translation
2) Added 3 new script examples to explain SVG image buttons in gtkdialog scripts
3) Baconrecorder now uses svg image button for countdown timer
4) ptm timer has been rewritten so sound file can be left on or turned off
(so computer can be used as an alarm clock in the morning)
5) a folder of svg images can now be viewed easily by mtpaint.
Just right click on a svg image in a folder and select the SVG-viewer.sh

____________________________________________

Posted: Sat 21 Sep 2013, 19:34
by don570
New version 6.7.5
Download site:
http://www1.datafilehost.com/d/00aa27d3


Improvements:


1) Added new Russian translation of Bacon recorder by Rodin
2) Upgraded to UExtract 2.0 (see PAGE)
This does a good job of extracting if 7z is installed.
3) makepet upgraded to version 1.1 (original script by stu90 but
upgraded by me) - It will now warn user if there is no desktop file found
while creating a pet package. Faulty desktop files would be created otherwise!!
____________________________________________________________

For people who want the right clicks to appear in their language,
the pot file can be downloaded , filled in with your translations
and sent back.

I include pinstall.sh script for experts who know how to use MoManager
(tip: devx file must be loaded and script must be located in an
executable path).

pinstall.sh.mo is created. Send that to me. Thanks

_________________________________________________

Posted: Fri 06 Dec 2013, 21:35
by playdayz
Hey don570, I am testing this in Slacko 5.6.3, cuz I can't live without it. Just installed but looks good so far. Thanks.

Posted: Sun 05 Jan 2014, 02:46
by EdD
st downloaded it to upup raring 3.9.9.2, and it doesn't appear in the Fun menu section, though the dialog box indicated that it had been installed. Wondering, does it work in this version of Puppy?

Posted: Sun 05 Jan 2014, 03:11
by Puppus Dogfellow
EdD wrote:st downloaded it to upup raring 3.9.9.2, and it doesn't appear in the Fun menu section, though the dialog box indicated that it had been installed. Wondering, does it work in this version of Puppy?
it only exists as a bunch of right click options in rox--i think don was just buggin' when he set it to say it shows up under fun.

:D

(for real. i've used the last ten or so versions of it--it never shows up under fun.)

Posted: Sun 05 Jan 2014, 13:06
by EdD
Thanks for the reply. Yes, I see it now. The added options show up on a right clock when the cursor is over "file *name*". I was thinking I would have to actually start it to use it.

Posted: Mon 06 Jan 2014, 19:08
by don570
Barry Kauler has recently corrected the dir2pet script so I can put any
category I want. Before it was grabbing one of the categories,
now I'll choose an appropriate one.

_____________________________________

I'll make a new version in a few days. There might be interest in
an Italian version 8)

__________________________________