
Verify checksums within Dolphin
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
UPDATED: New version works with Plasma5. MD5, SHA1 and SHA256 checksums supported.
Simple desktop file that adds checking md5sum, sha1 and sha256 to Dolphin via right clicking on any iso file.
To enable this function for all users, copy file to /usr/share/kservices5/ServiceMenus/.
For single user only access ~/.local/share/kservices5/ServiceMenus/ (your distro may use a slightly different location).
In either case make sure it's executable.
If you prefer to have the function available for all filetypes rather than just iso's - simply change the line
MimeType=application/x-iso;application/x-cd-image;inode/ISO-image;
to
MimeType=all/all;
If you prefer Clipboard rather than Notifier, install xsel and change the Exec line to:
Exec=md5sum %F | xsel -b
REQUIRES: libnotify-bin, xsel
migzulk
1 year ago
Report
marwell
1 year ago
Report
hugolia
6 years ago
sudo apt-get install libnotify-bin
:)
Report
Seniazi
8 years ago
Report
Seniazi
8 years ago
It's here http://kde-look.org/content/show.php?content=154999
Report
prowlerxpla
8 years ago
ciao, pier.:-)
Report
oshunluvr
8 years ago
If you're not getting the info - it's likely a problem with your notifier.
You can change the location to the clipboard (see the above post)
Report
snock
8 years ago
Report
oshunluvr
8 years ago
Anyway: If you want to use the clipboard, install xsel and use
Exec=md5sum %F | xsel -b
Report
Xplorer4x4
8 years ago
Report
oshunluvr
8 years ago
Report
Emdek
8 years ago
It don't need to be put in system directory. ;-)
It's enough to put it into:
~/.kde/share/kde4/services/ServiceMenus/
(or .kde4, depends on path used by distribution)
Also I'm not sure if it should be restricted to CD /DVD images, it's useful for all files (especially binary ones).
Report
oshunluvr
8 years ago
Good to point out the difference - thanks.
Report
Emdek
8 years ago
In your place I would put both paths wit annotation that one will enable it to all users and other only for current user.
Report
oshunluvr
8 years ago
Report
Emdek
8 years ago
Report
gcala
8 years ago
Report
Emdek
8 years ago
Report