https://bugs.kde.org/show_bug.cgi?id=394992

            Bug ID: 394992
           Summary: Falkon uses the wrong paths for loading
                    OpenGL/OpenGL-ES libraries
           Product: Falkon
           Version: unspecified
          Platform: Debian unstable
                OS: Linux
            Status: UNCONFIRMED
          Severity: crash
          Priority: NOR
         Component: general
          Assignee: now...@gmail.com
          Reporter: jm.ouwerk...@gmail.com
  Target Milestone: ---

During startup Falkon attempts to load the following libraries:
 - /usr/bin/libEGL.so
 - /usr/bin/libGLESv2.so

On Debian these do not exist, not even as a symlink to a compatible .so. On
Debian, the OpenGL libraries are located in /usr/lib/$machine-triplet e.g.
/usr/lib/x86-linux-gnu and there may not be any symlink for compatibility so it
is important SO versioning is honoured (i.e. there may not be any such thing as
a libEGL.so anywhere on the system, instead there may be a libEGL.so.0 or
something like it).

Additionally, adjusting LD_LIBRARY_PATH has no effect -- indicating that these
paths may be "hardcoded" into Falkon.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to