Skip to main content

Topics

This section allows you to view all Topics made by this member. Note that you can only see Topics made in areas you currently have access to.

Topics - cantanima

1
Otter Browser Forum / Passwords again
Hello

I'm enjoying Otter for the most part and currently using RC2 on Fedora Linux. The password manager saves passwords fine, but how does one retrieve them? When I open the page with the password field, it doesn't get filled in automatically, nor does the context menu (or any menu) offer any way to insert it.

What am I missing?
2
Otter Browser Forum / video under linux
Hi!

I have never seen video work with Otter under Linux. I just downloaded the latest appimage, and when I run it from the command line I repeatedly see these errors (in this particular case it was YouTube but it happens with other sites as well):

Code: [Select]
(otter-browser:32564): GStreamer-WARNING **: Failed to load plugin '/usr/lib64/gstreamer-1.0/libgstlibav.so': /lib64/libharfbuzz.so.0: undefined symbol: FT_Reference_Face

For what it's worth:
  • I'm running an up-to-date Fedora 25, and the problem persists across several machines (desktops, laptop, ...)
  • I've confirmed that the referenced libraries actually exist in the places give in that message
  • What I end up seeing is a black box with the wait animation (rotating white almost-a-circle)


Is it possible to fix this?
3
Otter Browser Forum / Qt version
Hello

I tried to run the latest AppImage of Otter on Linux, in hopes that the password function would work. Alas, it gave me the following error:

Code: [Select]
$ my_applications/otter-browser-0.9.91-weekly180-x86_64.AppImage 
./otter-browser: ./lib/libQt5Core.so.5: version `Qt_5.7' not found (required by /lib64/libQt5Quick.so.5)
./otter-browser: ./lib/libQt5Core.so.5: version `Qt_5.7' not found (required by /lib64/libQt5WebChannel.so.5)

Weekly 175 worked without trouble. Will there be a future version that goes back the earlier requirement? (e.g., the webpage still lists 5.4 as the requirement) If not, should one download 5.7 from Qt and install it? (I did notice they're up to 5.9 now)