Re: grahical md5 checksum?
On Mon, Nov 09, 2009 at 02:09:45PM +0000, Liviu Andronic wrote:
> Dear all
> Does Debian have any graphical utility that can compute md5 checksums?
> I am looking for something non-KDE-based similar to wxChecksums [1].
You are looking app to run md5sum on a GUI dropped file ... THis can be
done under Gnome type GUI by creating launcher.
http://www.debian.org/doc/manuals/debian-reference/ch12.en.html#_shell_script_example_with_zenity
This is a bit complicated example of running some script. Forget about
script there but see
You may wish to create launcher on the desktop with command set
something like "/usr/local/bin/gmkrs02 %d".
%d and other documented in gnome launcher doc is your friend. (It may
%have been %f for file...)
Osamu
Reply to: