luebking / qarma

Zenity Clone for Qt5/Qt6
GNU General Public License v2.0
94 stars 18 forks source link

Progress dialog hangs infinitely , no --auto-close #49

Closed stefonarch closed 2 years ago

stefonarch commented 2 years ago

Example: calculate md5sum of an .iso file: md5sum any_file.iso | qarma --progress --title="$commandName" --text="calculating md5sum" --pulsate --auto-close

The qarma window never exits.

stefonarch commented 2 years ago

Thanks, you're fast I see :)