Since maybe two weeks my copy of temps-lite which I have happily been using for a long time does not work any more in Linux Mint. It cannot seem to get the location, although everything is entered correctly in the settings including the API key. When I run it from Terminal, I get these errors:
/home/home/falter/Downloads/temps-lite/target/release/./temps-lite
WARNING:CSS: in @font-face statement, failed to install font at (this://app/rubik.css(5))
WARNING:CSS: in @font-face statement, failed to install font at (this://app/rubik.css(9))
WARNING:CSS: in @font-face statement, failed to install font at (this://app/rubik.css(13))
ERROR:TIS: WARNING:Task ended with unhandled error:
ERROR:TIS: at refresh
ERROR:TIS: Error: 400
(temps-lite:2068456): GLib-CRITICAL **: 21:35:49.245: Source ID 1439 was not found when attempting to remove it
(temps-lite:2068456): GLib-CRITICAL **: 21:35:51.012: Source ID 1783 was not found when attempting to remove it
ERROR:TIS: WARNING:Task ended with unhandled error:
ERROR:TIS: at refresh
ERROR:TIS: Error: 400
(temps-lite:2068456): GLib-CRITICAL **: 21:37:09.362: Source ID 5711 was not found when attempting to remove it
ERROR:TIS: WARNING:Task ended with unhandled error:
ERROR:TIS: at refresh
ERROR:TIS: Error: 400
ERROR:TIS: WARNING:Task ended with unhandled error:
ERROR:TIS: at refresh
ERROR:TIS: Error: 400
ERROR:TIS: WARNING:Task ended with unhandled error:
ERROR:TIS: at refresh
ERROR:TIS: Error: 400
ERROR:TIS: WARNING:Task ended with unhandled error:
ERROR:TIS: at refresh
Can someone tell me what they mean or how maybe to fix them? Unfortunately I am not knowledgeable enough...
Any suggestion is very welcome.
P.S.: Under Win 11 the latest version runs perfectly well. Under Linux the source does not compile with
cargo build --release
either. it fails with errors. Maybe I should post them in a separate thread.
Since maybe two weeks my copy of temps-lite which I have happily been using for a long time does not work any more in Linux Mint. It cannot seem to get the location, although everything is entered correctly in the settings including the API key. When I run it from Terminal, I get these errors:
Can someone tell me what they mean or how maybe to fix them? Unfortunately I am not knowledgeable enough...
Any suggestion is very welcome.
P.S.: Under Win 11 the latest version runs perfectly well. Under Linux the source does not compile with
cargo build --release
either. it fails with errors. Maybe I should post them in a separate thread.