TomFreudenberg/preziplayer

Problem with the loop at Chrominium

Closed this issue · 4 comments

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.

Hi, it sounds, that zenity has changed some result codes in 12.04. I will move and test on 12.04.

Thanx for Feedback

Yes, zenity has changed something, so function __menu() must be updated.

The if statement

if [[ "$?" -eq 0 ]]; then

should be

if [[ -n "${OPTION}" ]]; then

Hi Equalibrium, please check for issue on launching chromium at

#4

Fixed by Release 1.0-4