Giter VIP home page Giter VIP logo

Comments (5)

holle avatar holle commented on September 13, 2024 1

The openSUSE Team is already aware and working on a solution:
https://bugzilla.opensuse.org/show_bug.cgi?id=1202169

from .github.

akurtakov avatar akurtakov commented on September 13, 2024

You're most likely facing eclipse-platform/eclipse.platform.swt#281 . Please make sure you fully update your Suse and tell us the webkitgtk version you have installed.

from .github.

holle avatar holle commented on September 13, 2024

Hi @akurtakov,

thanks for the quick reply. It looks as if in fact I am running the affected webkitgtk version:

libwebkit2gtk-4_1-0-2.36.5-150400.4.9.1.x86_64
libwebkit2gtk-4_0-37-2.36.5-150400.4.9.1.x86_64

I will attempt to downgrade the rpms manually.

Cheers,
Holger

from .github.

holle avatar holle commented on September 13, 2024

Howto/Tip:
This "Hack" worked for me (thanks again to @akurtakov for pointing out the real problem):

Downloaded the "old" rpms (ymmv):

Then unpacked all those RPMs "next" to my eclipse installation folder (mine is /workspace/eclipse-binaries):

cd /workspace/eclipse-binaries
rpm2cpio <RPM> | cpio -id
# rinse and repeat for each rpm

The above created the "normal" file structure usr/lib usr/lib64 usr/share etc...
Then I added the .../usr/lib64 path as an ld preload to my startup script:

#!/bin/sh
export GIT_SSH=/usr/bin/ssh
export LD_LIBRARY_PATH=/workspace/eclipse-binaries/usr/lib64
cd /workspace/eclipse-binaries/eclipse-jee-2022-06-R
./eclipse $* &

And now everything seems to work properly :-)

Hope this helps others until we have a fixed version available.
Cheers,
Holger

from .github.

akurtakov avatar akurtakov commented on September 13, 2024

Make sure you report this to suse devs.

from .github.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.