How to reset the countdown timer and start a again?

How can I reset the countdown timer?
image

Hi @abbazs!

If I clearly understood what you want, I think you already found it.
Just click on the applet to stop countdown and reset timer:

:upside_down_face:

1 Like

No it does not work, the whole dialog is lockedup. And I cant start another countdown timer. It is like in a session I can use the countdown timer only once.

Sure, it was too simple… :no_mouth:

No such issue reported on Github.

Have you tried uninstalling the applet?

sudo apt purge budgie-countdown-applet && sudo autoremove

…and reinstalling it after opening a new session and updating the system?

sudo apt update && sudo apt upgrade && sudo apt install budgie-countdown-applet

In addition to the excellent advice given by @jlb try restarting the panel via rhe following terminal command and do a countdown. Any messages displayed when the countdown completes? (Copy paste the output from the terminal here)

nohup budgie-panel --replace &

Hello, I had run into the same issue (running Void Linux with the budgie-extras package from Cereus). There is indeed an error at the completion of the countdown, it turns out that the applet tried to run ogg123 which I had not installed on my system. Installing vorbis-tools solved the issue for me.

1 Like