flathub / com.amazon.Workspaces

https://flathub.org/apps/details/com.amazon.Workspaces
4 stars 7 forks source link

missing webkit library #1

Closed tidux closed 4 years ago

tidux commented 4 years ago
$ flatpak run com.amazon.Workspaces
Gtk-Message: 13:08:08.306: Failed to load module "canberra-gtk-module"
Gtk-Message: 13:08:08.339: Failed to load module "canberra-gtk-module"
Gtk-Message: 13:08:08.339: Failed to load module "canberra-gtk-module"
Exception in Gtk# callback delegate
  Note: Applications can use GLib.ExceptionManager.UnhandledException to handle the exception.
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation.
 ---> System.DllNotFoundException: Unable to load shared library 'libwebkit2gtk-4.0.so.37' or one of its dependencies. In order to help diagnose loading problems, consider setting the LD_DEBUG environment variable: liblibwebkit2gtk-4.0.so.37: cannot open shared object file: No such file or directory
tidux commented 4 years ago

This happens after providing a valid registration code on next launch.

jimmyjones2 commented 4 years ago

Just to confirm - it connects to the WorkSpace fine first time when the app is newly launched, but when you disconnect from the WorkSpace and reconnect you get the error?

tidux commented 4 years ago

No. Registration code prompt => enter registration code => restart application => receive login screen => enter login credentials => crash because no webkit library

bilelmoussaoui commented 4 years ago

Should be fixed

tidux commented 4 years ago

I can confirm that this works now. Thank you for the fix!