GirkovArpa / temps-lite

A smart, good-looking little app which tries to speak your language the way you are used to.
MIT License
43 stars 2 forks source link

Temps -lite does not work any more under Linux #40

Open papioara opened 4 months ago

papioara commented 4 months ago

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.

Auswahl_087 Auswahl_088