Page 6 of 14

Posted: Mon 25 Jun 2012, 00:50
by oldyeller
Hello,

Will this work on Slacko 533

Posted: Mon 25 Jun 2012, 18:48
by don570
I've tested it on Slacko 531 so it should work with
future versions. Occasionally developers change a link
or the wording of a right click menu item and that
causes a dead menu item to appear . That can
be fixed by the user by just dragging it to the trash can .

______________________________________________

Posted: Tue 26 Jun 2012, 17:36
by vicmz
It didn't work for me on latest Slacko 5.3.3 menus remain as usual. Works in Wary 5.3 though. Maybe UTF-8 has something to do, I know there's espanol-right-click but I find it outdated compared to the original, which is more fulfeatured.

Posted: Tue 26 Jun 2012, 18:04
by oldyeller
I did have success on Slacko 533

I have already used it to make sfs

New version 1.9.7

Posted: Wed 27 Jun 2012, 23:50
by don570
New version 5.9.7

Download available on first page


I checked on Slacko 533 which has been just released.

I noticed that Slacko doesn't have a method to check MD5sum
so I added my version of Check MD5sum.

It will only be seen when Slacko is used.
A comparison of MD5sums can be made to see if download was successful.

______________________________________________

Posted: Mon 09 Jul 2012, 09:20
by smokey01
Don,

Any chance you have a copy of right-clicks for Fatdog64-600? Wink wink, nudge nudge.

Posted: Mon 09 Jul 2012, 13:42
by russoodle
Thanks Don, working well in Slacko 5.3.2.7 :)

Posted: Mon 09 Jul 2012, 23:23
by don570
Any chance you have a copy of right-clicks for Fatdog64-600?
I don't have a 64 bit machine, just old IBM desktops which
do a great job running linux.

People are free to modify the package anyway they like and post it.

Here are the instructions to make your own package.

1) Extract my package in /root. You will see a folder. Rename the folder
to a different name.

3) Switch Rox so that hidden files are shown. Make modifications
especially in /foldername/root/.config/rox.sourceforge.net/OpenWith/

4) To make the final package --->

Make a temporary work folder and drag all desktop files except one to
this temporary work folder. This fools the application dir2pet
into thinking that there is only one application inside your folder.


Launch the terminal program and type

Code: Select all

dir2pet  foldername
Go through the steps as normal but stop just before end
to put the desktop files back in their proper place
(foldername/usr/share/applications/).

Then finish the process and you will see a finished pet package in
your home folder.

You have fooled dir2pet into thinking that there is only one
application in the package.

__________________________________________________



/

Posted: Tue 10 Jul 2012, 08:53
by smokey01
Thanks Don.

I haven't had a close look at your architecture yet but I think it may be significantly different in Fatdog. I took a risk and installed your latest package to Fatdog and nothing showed up in the rox menu system. FD uses openbox by default, not JWM although I'm not sure if that would make a difference.

I will try your directions and see if I have any luck. I assume right-clicks uses already installed apps which may not be available in FD.

Right-clicks is great and really simplifies use of Linux. I think a lot of people would be happy to see this in FD.

Thanks again.

Posted: Wed 11 Jul 2012, 07:42
by CatDude
Hi

To get right clicks working in Fatdog, you need to create a symlink.
(i used this package: Right-click-5.9.7.pet)

Take a look in here: /root/.config/rox.sourceforge.net
and see what directories you have.

The attached images show:
  • what i had to begin with,
    what i had after installing the Right-click-5.9.7.pet,
    what i had after creating the symlink.
The symlink was created with this command:

Code: Select all

ln -s /root/.config/rox.sourceforge.net/OpenWith /root/.config/rox.sourceforge.net/SendTo
Obviously, this does not mean that every 'Right Click' menu entry will work,
you will need to try them and see if they do or don't.


Hope this helps
CatDude
.

Posted: Sat 14 Jul 2012, 17:37
by don570
Please help me. I don't have a 64 bit computer.

Is it possible to find the version of fatdog
easily such as typing in terminal.....

Code: Select all

cat /etc/puppyversion
If I knew if fatdog was the version that the user was using then
I could install the right clicks in /SendTo.

Then a user could give me a list of right clicks that
are useless and should be delected.

It would be simple to do if someone helped me. :?:

______________________________________________

Version 5.9.8 (July 14)

Posted: Sat 14 Jul 2012, 18:05
by don570
Version 5.9.8 (July 14)

1) HFS images can be made. This is useful in Emulation
of a MAC computer by Puppy linux. This allows files to be
transferred to Client side in the form of an image.
Just put the file(s) you want to transfer into a folder and
make an HFS image ---> it will have .dsk extension

Mini vMac alows image to be dragged to it's window
Basilisk allows the image to be chosen at the time of launch or
else use the file sharing folder.

2) compression 1.5 added

3) dir2iso by shinobar was added but I used old name of script

_____________________________________

Posted: Sat 14 Jul 2012, 21:29
by smokey01
don570 wrote:Please help me. I don't have a 64 bit computer.

Is it possible to find the version of fatdog
easily such as typing in terminal.....

Code: Select all

cat /etc/puppyversion
If I knew if fatdog was the version that the user was using then
I could install the right clicks in /SendTo.

Then a user could give me a list of right clicks that
are useless and should be delected.

It would be simple to do if someone helped me. :?:

______________________________________________

Don,

Code: Select all

cat /etc/puppyversion
does not work but

Code: Select all

uname -a
produces the following results:

Linux fatdog64-52245 3.4.4 #1 SMP Sat Jun 23 18:31:59 GMT 2012 x86_64 GNU/Linux

Posted: Mon 16 Jul 2012, 22:25
by don570
Good!! Thats enough info for a beta :lol:

____________________________________

Posted: Thu 16 Aug 2012, 20:24
by oldyeller
Hello don,

Would you be willing to do one for precise, I would like to include it in the nest build

Cheers

Posted: Fri 17 Aug 2012, 20:56
by RSH
Hello don570.

I have installed version 1.7 but it does not work (mp3 conversion) with paths/files containing spaces (' '). Looks like $t.mp3 should be double quoted (did work then on LazY Puppy).

RSH
conversion_mp3 wrote:rxvt -geometry "85x25-0+0" -e lame -V 3 -m j "$@" "$t.mp3"
It's around line 45...

Posted: Sat 18 Aug 2012, 19:45
by don570
It doesn't surprise me, since I knew almost nothing about loops
when I wrote this script.

I'll look into it this weekend.

_____________________________________________________

Posted: Mon 20 Aug 2012, 23:58
by don570
I found the problem . A couple of variables needed quoting.

I made a new version of conversion audio 1.8
http://murga-linux.com/puppy/viewtopic.php?t=70759
and now I'll get around to making a new version of right click.

________________________________________________

Posted: Fri 24 Aug 2012, 00:14
by don570
new version 5.9.9

-spliting of ISO and SFS files (and recombining) now possible
thanks to RSH work

-Fixed bug in conversion of mp3 and wav files with whitespace in name

-It is now possible to make m3u music list

-XML files can be opened with default browser if flash installed

-Bash reference card added next to text editors in start menu

Posted: Thu 20 Sep 2012, 00:37
by don570
Smokey has made a special 64 bit version for fatdog
(a 64 bit operating system).

I haven't tested it but it should be useful.

http://www.smokey01.com/software/Fatdog ... -5.9.8.pet

____________________________________________________