Created attachment 1755529 [details] eclipse log file Installation of Eclipse package from Fedora 33 repo finishes without error, but Eclipse does not start when run. Version-Release number of selected component (if applicable): Fedora:33, 64bit Java: OpenJDK 18.0.10+9, mixed mode sharing Eclipse-platform 4.18 1.fc33 How reproducible: Steps to Reproduce: 1. sudo dnf remove eclipse eclipse-equinox-osgi eclipse-emf-core eclipse-swt eclipse-ecf-core 2. rpm -qa | grep eclipse # verified no eclipse packages present 3. sudo dnf install eclipse #installed eclipse-jdt, apiguardian, eclipse-ecf-core, eclipse-emf-core, eclipse-equinox-osgi, eclipse-platform, eclipse-swt 4. open terminal 5. enter "eclipse" Actual results: - get splash screen for fractional second and then a GTK dialog box to check the log file for errors - eclipse does not start - disappointment Expected results: - eclipse to start Additional info: up-to-date Fedora 33 machine Eclipse was installed previously (possibly under Fedora 32)
This package has changed maintainer in Fedora. Reassigning to the new maintainer of this component.
I see the same error, now with Eclipse 4.19.0
Solution: install the sac RPM. This should be added as the required package for eclipse.
I can confirm that installing the sac rpm works. I did a "sudo dnf -y install sac" and am now able to start and use Eclipse. Thanks Vladimir!
sac has Provides: osgi(org.w3c.css.sac) = 1.3.0 and eclipse-platform has Requires: osgi(org.w3c.css.sac) so I don't see how can one install eclipse without sac. What si the exact sac nvre you have installed?
It sounds like you have installed cuda from rpmfusion as in bug 1887176 which creates the exact issue. If this is not the case please reopen and answer my previous question. *** This bug has been marked as a duplicate of bug 1887176 ***