-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Timer Countdown Is Missing #3
Comments
We use github.com/getlantern/systray for placing icon and text in the notification area. No code in this app controls the appearance of that. I am not able to reproduce your issue using the default themes in Fedora or Ubuntu. Could it have something to do with the black theme you are using? (Perhaps try switching theme to a light theme?).
The software gets installed as $GOPATH/bin/gotime |
Sorry for not addressing this properly before. (I've updated the install instructions in the README with the info below) When "go get" is invoked with the "-u" flag, they will download and build the latest code directly from this repository at the time of the invocation of the command. The full command is
PS, no code changes has been made since you opened this issue, so it should not be necessary for you. I hope this answers your question! |
@thedward do you know which desktop environment / taskbar you're running? i have the same problem but using i3bar, which is rather niche and i'm not surprised if it does something funky causing this functionality to break. |
I am running Debian Jessie (9).
I see the hourglass icon, but when I start a timer there is no countdown shown.
I was expecting to see something like:
but instead I see:
Eventually the timer will end and I'll get an alert.
I see the same behavior with the stopwatch, which is even funnier.
It is not obvious to me how I would find the version of the app, but I can tell you I just installed it using:
The text was updated successfully, but these errors were encountered: