semperai / amica

Amica is an open source interface for interactive communication with 3D characters with voice synthesis and speech recognition.
https://heyamica.com
MIT License
581 stars 92 forks source link

Can't launch AppImage on Arch Linux #80

Open Vorlent opened 4 months ago

Vorlent commented 4 months ago

I am not sure what exactly the problem is but I can't run this locally

[vorlent@thrudgelmir Downloads]$ chmod +x ./amica_0.2.0_amd64.AppImage 
[vorlent@thrudgelmir Downloads]$ ./amica_0.2.0_amd64.AppImage 

(amica:41427): GLib-GIO-ERROR **: 22:19:57.463: Settings schema 'org.gnome.settings-daemon.plugins.xsettings' does not contain a key named 'antialiasing'
Trace/breakpoint trap (core dumped)

My current quickfix is:

GDK_BACKEND=x11 ./amica_0.2.0_amd64.AppImage

so it could be related to missing Wayland support.

The performance is still pretty bad. image

On the other hand, the browser demo works extremely well for me. I love it. Thanks for creating this!

Tsunami014 commented 3 months ago

I have the same issue...