squalou / google-chat-linux

source of a fork of google-chat-linux unofficial client from robyf
50 stars 10 forks source link

Task bar icon is always grey when online, notification problems #87

Closed goferek closed 8 months ago

goferek commented 8 months ago

I am experiencing issues with the app that revolve around the visibility of the app icon and notification problems because of it. The app icon is consistently greyed out and doesn't show new notifications. image

squalou commented 8 months ago

hm, interesting issue, how do you launch the app ?

Can you try to launch it from terminal and see whatever errors might be logged ?

could be either icons that are not reachable (I may have botched the packages), or they exist but satus is not updated.

goferek commented 8 months ago

I installed the app from snap and I'm launching it from start menu. Logs from running google-chat-electron in console:


Gtk-Message: 15:31:50.324: Failed to load module "xapp-gtk3-module"
Driver does not support the 0x46a6 PCI ID.
libGL error: failed to create dri screen
libGL error: failed to load driver: iris
Driver does not support the 0x46a6 PCI ID.
libGL error: failed to create dri screen
libGL error: failed to load driver: iris
(node:112783) DeprecationWarning: Got: "options.family" was never documented, please use "options.dnsLookupIpVersion"
(Use `google-chat-electron --trace-deprecation ...` to show where the warning was created)
[112880:1215/153150.427394:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
Driver does not support the 0x46a6 PCI ID.
[112783:1215/153152.145786:ERROR:object_proxy.cc(623)] Failed to call method: org.freedesktop.ScreenSaver.GetActive: object_path= /org/freedesktop/ScreenSaver: org.freedesktop.DBus.Error.NotSupported: This method is not implemented
squalou commented 8 months ago

Arf

guess what : I've just restarted mine to check the errors ... and now I have the same issue as you : all gray.

So : regarding the error messages you can ignore them (I don't have graphical drivers ones, I have the last one, as usual)

My bet : Google dit AGAIN change things, like the name of the icons or whatever.

As I can reproduce it ... I bet I'll be able to find a way to detect new messages again ... hopefully. Stay tuned :)

EDIT

confirmed, favicon names changed from _r2 to _r3, they added colors in official ones, I fix it quickly

squalou commented 8 months ago

see release 5.27.22-4

goferek commented 8 months ago

Installed the new release and it looks good :smiley: thanks for quick fix