Melvin-Abraham / Google-Assistant-Unofficial-Desktop-Client

A cross-platform unofficial Google Assistant Client for Desktop (powered by Google Assistant SDK)
Apache License 2.0
3.6k stars 401 forks source link

Wierd window when running assistant #261

Open sheeepdev opened 3 years ago

sheeepdev commented 3 years ago

Describe the bug When i run the assistant it opens a wierd window with a error message which is not properly rendered and displays blocks

To Reproduce Steps to reproduce the behavior:

  1. run g-assist in terminal
  2. get this

Expected behavior run normally

Screenshots image

Desktop (please complete the following information):

sumeshir26 commented 3 years ago

Try updating to 1.0.0-rc. 2

sheeepdev commented 3 years ago

Try updating to 1.0.0-rc. 2

Oops im sorry i am using rc 2 accidentally put rc 1

Melvin-Abraham commented 3 years ago

@sheeepdev Seems like you are using a snap package. This is a text rendering issue in GTK due to some fontconfig issues (see Snapped app not loading fonts on Fedora (and Arch)). As per my testing this issue only shows up for strictly confined snap package (which is the snap published) but not for classic snap app.

You may try to execute the following commands in your terminal to reset fontconfig cache:

sudo rm /var/cache/fontconfig/*
rm ~/.cache/fontconfig/*
fc-cache -r

After executing the above commands, you can view the error message and verify & fix the specific issue in the issue tracker.

sheeepdev commented 3 years ago

@sheeepdev Seems like you are using a snap package. This is a text rendering issue in GTK due to some fontconfig issues (see Snapped app not loading fonts on Fedora (and Arch)). As per my testing this issue only shows up for strictly confined snap package (which is the snap published) but not for classic snap app.

You may try to execute the following commands in your terminal to reset fontconfig cache:

sudo rm /var/cache/fontconfig/*
rm ~/.cache/fontconfig/*
fc-cache -r

After executing the above commands, you can view the error message and verify & fix the specific issue in the issue tracker.

After running these commands, its still the same.

but i discovered that it does work on the appimage version but it gives me the javascript error (the one in faq thats pretty common) but when i do the solution on the faq it doesn't work