https://bugs.kde.org/show_bug.cgi?id=475208

--- Comment #1 from Fred M <dark_foo...@yahoo.fr> ---
I workarounded like this : 

sleep 10
vgdb detailed_snapshot my_output.out
while [[ $? != 0 ]]; do
  sleep 60
  vgdb detailed_snapshot my_output.out
done

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to