Bernmeister
Bernmeister
@sidosoft I just tested the latest version of the indicator in Lubuntu 18.04 and all is good. I have not tested with Lubuntu 16.04 but given it will be out...
@ghost I presume you want to run the script (or an amended version) from the reddit post (there seems to be an updated version on GitHub too). If so, why...
I suspect that [this](https://bugs.launchpad.net/indicator-sysmonitor/+bug/1264965/comments/2) will do the trick - setting a hint into the set_label() will stop the changing width.
Perhaps you could install `my-weather-indicator`: ``` sudo add-apt-repository ppa:atareao/atareao sudo apt-get update sudo apt-get install my-weather-indicator ```
When you say "click or right-click the indicator" do you mean the indicator icon? If so, Ubuntu treats the left and right click as the same thing. Also, Ubuntu does...
Ubuntu Unity, by design, treats the left and right click as the same thing when clicking on an indicator icon (including the text). The only exception is the middle click...
I think using the `--use-pep517` flag when installing, as mentioned above, is good enough to get over the issue, at least on systems that now strongly encourage (_enforce_) using a...
Using ```3.7.7.1``` on Ubuntu 20.04 I ran the test script as is, but put in some debug statements into ```next_pass()```: ``` def next_pass(self, body, singlepass=True): """Return the next rising, culmination,...
@kerel-fs I have somewhat of a workaround which I use and may be of use to you. Instead of passing in ```singlepass = True```, I pass in ```False``` and then...
If you could provide a complete test script which reproduces the issue, that would help to start diagnosing...