Den Kasyanov

Results 3 comments of Den Kasyanov

With version 0.15.1 installed using apt changing settings with `gsettings set org.gnome.pomodoro.plugins.gnome indicator-type text` and `gsettings set org.gnome.pomodoro.plugins.gnome indicator-type short-text` had no effect. ![image](https://user-images.githubusercontent.com/34678129/70870910-5047b700-1faa-11ea-89a6-617d4a0bdbda.png)

To anyone who still has the same issue, you may need to bump the version in gettext path. What worked for me now: `LDFLAGS=-L/opt/homebrew/Cellar/gettext/0.21.1/lib ...` I used `pip-sync` against uWSGI...

It's 2024 and this is what I now use to install this library on Apple Silicon Mac `LDFLAGS="-L/opt/homebrew/Cellar/gettext/0.22.5/lib -L/opt/homebrew/Cellar/openssl@3/3.2.1/lib" pip install "uWSGI==2.0.24"` Make sure relevant versions are specified