Problem with the loop at Chrominium
Closed this issue · 4 comments
Equalibrium commented
Hey,
First at all thank you for this amazing player.
Even if I click OK after the presentation, shrink .zip or close, then the player starts a loop, it closes and open automatic.
TomFreudenberg commented
Hi, it sounds, that zenity has changed some result codes in 12.04. I will move and test on 12.04.
Thanx for Feedback
TomFreudenberg commented
Yes, zenity has changed something, so function __menu() must be updated.
The if statement
if [[ "$?" -eq 0 ]]; then
should be
if [[ -n "${OPTION}" ]]; then
TomFreudenberg commented
Hi Equalibrium, please check for issue on launching chromium at
TomFreudenberg commented
Fixed by Release 1.0-4