Page 1 of 1

pupMd5sum - graphical checksum checker

Posted: Sat 12 May 2012, 22:07
by 01micko
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

Posted: Sun 13 May 2012, 07:29
by zigbert
Don't know if it is of any interest, but you can check md5sum of burnt iso.

Code: Select all

# 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

Image

Posted: Sun 13 May 2012, 13:26
by zigbert
Shame on you :D

Image

pupMd5sum-0.4s

Posted: Sun 01 Jul 2012, 12:40
by shinobar
#120701 v0.4s shinobar: accept paramater
Plus ROX-right-click

Posted: Sat 14 Jul 2012, 18:17
by don570
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: Select all

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: Select all

# find filename by removal between slashes
ENT3NAME="${ENT3##/*/}"


_____________

pupMd5sum-0.5

Posted: Mon 16 Jul 2012, 12:03
by shinobar
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

Posted: Mon 16 Jul 2012, 12:26
by 01micko
I've added radiobutton for SHA1 too, but haven't merged recent patches, more later..

Posted: Tue 17 Jul 2012, 04:41
by Flash
PPM said it installed in System but I found it in Utility where it was supposed to be.

Category

Posted: Wed 18 Jul 2012, 01:03
by shinobar
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;

Posted: Tue 31 Jul 2012, 11:27
by 01micko
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!

Posted: Thu 06 Dec 2012, 00:49
by don570
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...

_________________________________________

Posted: Sat 08 Dec 2012, 20:15
by don570
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. :lol:
See next post....
_________________________________________________

compatible with thunar

Posted: Thu 13 Dec 2012, 01:19
by don570
I did a check with Carolina distro which uses Thunar file manager
and realised that compatibility with Thunar is important.

Check under 'SendTo' menu.

Image

__________________________________________________________

saving of the MD5 sum

Posted: Thu 20 Dec 2012, 01:11
by don570
The saving of the MD5 sum is now possible with the
click of a button.

___________________________________________________

new version 1.0

Posted: Fri 21 Dec 2012, 01:23
by don570
version 1.0

1) put in 'Saving to disk' Yaf-splash

2) The text file now will handle spaces in file name

_______________________________________________

Posted: Tue 29 Jan 2013, 01:11
by don570
Version 1.1 available here

I made a proper gettext translation into French German and Spanish
and decided to give it a webpage by itself. It requires
gettext to be installed.

_______________________________________________