Just some notes and comments on the excellent MIA-RC1.
I would keep editing/adding to this same entry but edit seems to be limited to 1 day?
In Thunar custom actions, change “Check md5sum” to “Create md5sum”:
-> Create md5sum
-> Creates md5sum of the selected file
-> zenity --info --title=“Create md5 for %n” --text="$(md5sum %f)"
I use a “Verify md5sum” that works like this on a correctly formed *.md5 (needs xterm) :
-> Verify MD5sum
-> Verify MD5 sum of selected *.md5
-> xterm -fg gold -bg black -geom 60x6 -hold -e ‘md5sum -c %F’
I will work with zenity a bit. So far I can’t get it to work as desired.
There is some inconsistency in how Thunar will open a terminal. If cursor is over a file, it refuses. If cursor is over a directory, it will open in the director? Probably something I did?
@editing entry
you are right…editing is time limited, for good reason, to 1 ~ hour (59 minutes more precisely…)
@1 and @2
it seems that our sense for what some word means in english is far from perfect…you are absolutely right.
According to a dictionary, “to verify” assumes the number you’re checking has a truth value, which is exactly case in verifying MD5 number/sum.
So, we will fix this, as you suggest
@3
I dont know…on right click, “Open terminal here” working as expected everywhere in thunar/desktop etc, in our test iso?
@Filip,
Thanks, that does what I was trying to do.
This gives a notice that it’s working…zenity --info --title="Check md5 for %n" --text="$(md5sum -c %F)" | zenity --progress --auto-closeZenity gives nicer output than plain xterm. Maybe I don’t need xterm any more?
With that, progress bar pulsates back & forth, making for a better indication.
The reason why it can’t be made to actually fill up like a normal progress bar, is 'cause md5sum doesn’t output anything while it “works”, giving you no way to tell at what percentage it is.
Yep, can save you from having to write simple things in Python/C/whatever just to get a GUI.
On that note, there is even better dialog then zenity, called yad.
You can do much more with it, hovewer we don’t have it in repos yet. If you’d like to try it, get it from Sparky linux repo.
@htop
You can run it in any terminal.
xfce4-terminal -e htop ## supports geometry setting as well
Going back to the WhiskerMenu to see what breaks it.
This isn’t the first time that it’s done that to me,
In other Debian installs. Curious, but it’s still a good app.
Yes, I’ve been exposed to yad, but never really tried it.
I’d like to see an up-to-date version in the repo,
close to yad-0.27.0.tar.xz,
Understand that it extends zenity quite a lot
Going to play with it a while.
Thanks!