Author |
Message |
01micko

Joined: 11 Oct 2008 Posts: 8670 Location: qld
|
Posted: Sat 12 May 2012, 18:07 Post subject:
pupMd5sum - graphical checksum checker Subject description: GUI - based on winMd5sum |
|
pupMd5sum
.. is a simple md5 checker that copies the functionality of a Windows version. It's tiny and works and is also gettexted (Google Spanish translation included, plus .pot file)
Use the file selector in the first entry to find the file to check, hit "calculate", paste in the actual md5sum provided by the file host in the "compare" entry box and hit the "compare" button.
***Requires gtkdialog4 (in the latest wary/racy/slacko/lupu/dpup)
Changelog
0.3 - first released version
0.4 - added splash for large files as checking takes some time, remove whitespace from compare entry if accidentally copied in extra whitespace
Description |
the pet, has a menu entry in 'utilities'
|

Download |
Filename |
pupmd5sum-0.4.pet |
Filesize |
7.91 KB |
Downloaded |
679 Time(s) |
Description |
How it looks |
Filesize |
19.64 KB |
Viewed |
1330 Time(s) |

|
Description |
Spanish version in action, may need fixing by a native Spanish speaker :) |
Filesize |
28.61 KB |
Viewed |
1275 Time(s) |

|
Description |
The windows version |
Filesize |
38.11 KB |
Viewed |
1326 Time(s) |

|
_________________ Puppy Linux Blog - contact me for access
|
Back to top
|
|
 |
zigbert

Joined: 29 Mar 2006 Posts: 6541 Location: Valåmoen, Norway
|
Posted: Sun 13 May 2012, 03:29 Post subject:
|
|
Don't know if it is of any interest, but you can check md5sum of burnt iso.
Code: | # dd if=/dev/sr0 2> /dev/null | md5sum | cut -f 1 -d " "
1be85dd7cfacdb2f8591daa6bfd923eb
#
#
#
# md5sum /mnt/sdb1/puppy/iso/slacko-5.3.3-highmem-PAE-SCSI.iso | cut -f 1 -d " "
1be85dd7cfacdb2f8591daa6bfd923eb |
And since you are using gtkdialog-splash, you might want to consider the updated version
_________________ Stardust resources
|
Back to top
|
|
 |
zigbert

Joined: 29 Mar 2006 Posts: 6541 Location: Valåmoen, Norway
|
Posted: Sun 13 May 2012, 09:26 Post subject:
|
|
Shame on you
Description |
png only for uploading - please rename
|

Download |
Filename |
md5icon.svg.png |
Filesize |
534 Bytes |
Downloaded |
570 Time(s) |
_________________ Stardust resources
|
Back to top
|
|
 |
shinobar

Joined: 28 May 2009 Posts: 2664 Location: Japan
|
Posted: Sun 01 Jul 2012, 08:40 Post subject:
pupMd5sum-0.4s |
|
#120701 v0.4s shinobar: accept paramater
Plus ROX-right-click
Description |
|

Download |
Filename |
pupmd5sum-0.4s.pet |
Filesize |
8.92 KB |
Downloaded |
537 Time(s) |
Description |
ROX-right-click |
Filesize |
5.73 KB |
Viewed |
1053 Time(s) |

|
_________________ Downloads for Puppy Linux http://shino.pos.to/linux/downloads.html
|
Back to top
|
|
 |
don570

Joined: 10 Mar 2010 Posts: 4985 Location: Ontario
|
Posted: Sat 14 Jul 2012, 14:17 Post subject:
|
|
Note to Shinobar :
I tested it but there is a flaw
If there is any whitespace in path then it screws up.
This line could be the problem
Code: | ENT3=$(echo -n "$ENT3"|sed 's/ //g') #remove whitespace with bad copy/paste |
I suggest something like this code to find the name of the file
Then cd to folder containing file
Then do MD5sum operation
Code: | # find filename by removal between slashes
ENT3NAME="${ENT3##/*/}" |
_____________
|
Back to top
|
|
 |
shinobar

Joined: 28 May 2009 Posts: 2664 Location: Japan
|
Posted: Mon 16 Jul 2012, 08:03 Post subject:
pupMd5sum-0.5 |
|
pupMd5sum-0.5.pet
http://shino.pos.to/party/bridge.cgi?puppy/opt/
#120701 v0.4s shinobar: accept paramater
#120715 v0.5 don570 and shinobar: fix spaces in path name, BASEDIR, more message
_________________ Downloads for Puppy Linux http://shino.pos.to/linux/downloads.html
|
Back to top
|
|
 |
01micko

Joined: 11 Oct 2008 Posts: 8670 Location: qld
|
Posted: Mon 16 Jul 2012, 08:26 Post subject:
|
|
I've added radiobutton for SHA1 too, but haven't merged recent patches, more later..
_________________ Puppy Linux Blog - contact me for access
|
Back to top
|
|
 |
Flash
Official Dog Handler

Joined: 04 May 2005 Posts: 12814 Location: Arizona USA
|
Posted: Tue 17 Jul 2012, 00:41 Post subject:
|
|
PPM said it installed in System but I found it in Utility where it was supposed to be.
|
Back to top
|
|
 |
shinobar

Joined: 28 May 2009 Posts: 2664 Location: Japan
|
Posted: Tue 17 Jul 2012, 21:03 Post subject:
Category |
|
Flash wrote: | PPM said it installed in System but I found it in Utility where it was supposed to be. |
Memo:
The pupMd5sum has:
Categories=X-SetupEntry
The ghasher has:
Categories=Utility;
_________________ Downloads for Puppy Linux http://shino.pos.to/linux/downloads.html
|
Back to top
|
|
 |
01micko

Joined: 11 Oct 2008 Posts: 8670 Location: qld
|
Posted: Tue 31 Jul 2012, 07:27 Post subject:
|
|
This one is patched for sha1 too, choice by radiobutton, however the rox-right-click defaults to md5, I don't think that is too much problem. Maybe a config file can fix that issue in case a user always wants to use sha1. Maybe next time.
Changed the name,icon and updated the .pot and the es translation with google, probably is a very bad translation!
Description |
|

Download |
Filename |
pupchecksum-0.1.pet |
Filesize |
6.64 KB |
Downloaded |
494 Time(s) |
Description |
|
Filesize |
15.26 KB |
Viewed |
879 Time(s) |

|
_________________ Puppy Linux Blog - contact me for access
|
Back to top
|
|
 |
don570

Joined: 10 Mar 2010 Posts: 4985 Location: Ontario
|
Posted: Wed 05 Dec 2012, 20:49 Post subject:
|
|
I made a new pet package adding the best of 01micko
and Shinobar's work plus added more file types
that have a right click (deltas and rpm)
I increased the version number --->pupmd5sum-0.6.pet
I used a new icon.
MD5 and sha-1 are calculated.
Pet package is available in next post...
_________________________________________
Last edited by don570 on Sat 08 Dec 2012, 16:16; edited 1 time in total
|
Back to top
|
|
 |
don570

Joined: 10 Mar 2010 Posts: 4985 Location: Ontario
|
Posted: Sat 08 Dec 2012, 16:15 Post subject:
|
|
I decided to convert the warning messages to Xdialog (from gtkdialog-splash)
since this will allow the package to be installed in more linux distributions.
See next post....
_________________________________________________
Last edited by don570 on Wed 12 Dec 2012, 21:20; edited 1 time in total
|
Back to top
|
|
 |
don570

Joined: 10 Mar 2010 Posts: 4985 Location: Ontario
|
Posted: Wed 12 Dec 2012, 21:19 Post subject:
compatible with thunar |
|
I did a check with Carolina distro which uses Thunar file manager
and realised that compatibility with Thunar is important.
Check under 'SendTo' menu.
__________________________________________________________
Last edited by don570 on Wed 19 Dec 2012, 21:12; edited 1 time in total
|
Back to top
|
|
 |
don570

Joined: 10 Mar 2010 Posts: 4985 Location: Ontario
|
Posted: Wed 19 Dec 2012, 21:11 Post subject:
saving of the MD5 sum |
|
The saving of the MD5 sum is now possible with the
click of a button.
___________________________________________________
Description |
Save md5 sum possible
|

Download |
Filename |
pupmd5sum-1.0.pet |
Filesize |
5.7 KB |
Downloaded |
509 Time(s) |
|
Back to top
|
|
 |
don570

Joined: 10 Mar 2010 Posts: 4985 Location: Ontario
|
Posted: Thu 20 Dec 2012, 21:23 Post subject:
new version 1.0 |
|
version 1.0
1) put in 'Saving to disk' Yaf-splash
2) The text file now will handle spaces in file name
_______________________________________________
|
Back to top
|
|
 |
|