Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [simrel-dev] Fwd: [eclipse-packaging/packages] Eclipse 2025-06 fails to start if CodeTogether's devstyle Darkest Dark theme is installed (Issue #310)

Hi Erik,

Thank you for your feedback. Option #4 is what we decided to go with, along with a little #3.

> In the long term, I would find it helpful if you could create and select new configurations via the command line. You should be able to remove offending plugins without starting the IDE.

That would be nice. In this specific use case, Christoph has offered this as a workaround that you can do without starting the IDE (from this comment on #310):

> Just in case one can delete the plugin from the plugins folder and start with -clean, that's not nice but at least will unblock the startup problem.

HTH
Jonah
~~~
Jonah Graham (he/him)
Kichwa Coders
www.kichwacoders.com


On Sat, 24 May 2025 at 01:17, Erik Brangs via simrel-dev <simrel-dev@xxxxxxxxxxx> wrote:
Hi,

as an end user of Eclipse, I'd prefer 4).

I was using the "Darkest Dark Theme with DevStyle" for a time. It was noticeably darker than the built-in Eclipse themes (black instead of dark gray) and I preferred that. That said, this is not the first time that the DevStyle plugin broke Eclipse. There was an instance where it made all the text in dialogs illegible due to a color mismatch. I was barely able to reset to an older version using the built-in Eclipse dialog for configurations. I think that was in 2024-06. In 2024-09, the Eclipse IDE crashed immediately with the plugin installed (NoSuchMethodError). IIRC I was not able to revert to a working version. I tried using the p2 console to revert but I found it practically unusable for someone not familiar with p2. So I had to reinstall Eclipse IDE. Luckily, I had the preference recorder enabled so I didn't lose any settings. I was merely very, very angry and decided to ditch DevStyle.

I do not see why Eclipse should accommodate a plugin developer that has a history of not adjusting their plugins quickly enough.

In the long term, I would find it helpful if you could create and select new configurations via the command line. You should be able to remove offending plugins without starting the IDE.


On 22.05.25 04:21, Jonah Graham via simrel-dev wrote:
> Hi folks,
>
> Please see below and let me know your thoughts.
>
> Thanks
> Jonah
> ~~~
> Jonah Graham (he/him)
> Kichwa Coders
> www.kichwacoders.com <http://www.kichwacoders.com>
>
>
> ---------- Forwarded message ---------
> From: *Jonah Graham* <notifications@xxxxxxxxxx <mailto:notifications@xxxxxxxxxx>>
> Date: Wed, 21 May 2025 at 22:19
> Subject: [eclipse-packaging/packages] Eclipse 2025-06 fails to start if CodeTogether's devstyle Darkest Dark theme is installed (Issue #310)
> To: eclipse-packaging/packages <packages@xxxxxxxxxxxxxxxxxx <mailto:packages@xxxxxxxxxxxxxxxxxx>>
> Cc: Jonah Graham <jonah@xxxxxxxxxxxxxxxx <mailto:jonah@xxxxxxxxxxxxxxxx>>, Your activity <your_activity@xxxxxxxxxxxxxxxxxx <mailto:your_activity@xxxxxxxxxxxxxxxxxx>>
>
>
> *jonahgraham* created an issue (eclipse-packaging/packages#310) <https://github.com/eclipse-packaging/packages/issues/310>
>
> This is a more suitable location to discuss the issues raised in eclipse-cdt/cdt#1164 <https://github.com/eclipse-cdt/cdt/issues/1164> - here is just a summary.
>
> If you install devstyle Darkest Dark theme <https://marketplace.eclipse.org/content/darkest-dark-theme-devstyle> in Eclipse IDE 2025-06 the IDE will fail to start due to some byte-code manipulation that the plug-in does that breaks <https://github.com/eclipse-cdt/cdt/issues/1164#issuecomment-2884767938> Eclipse startup.
>
> While this problem is not a bug in Eclipse or its projects, the theme is one of the most popular plug-ins on the Eclipse marketplace, with probably 10s of thousands of installs that will be broken if they updated to latest Eclipse release in June. Therefore the damage to Eclipse's users will be large.
>
> Therefore we will need to figure out how to mitigate this for our users. I have reached out to genuitec (see emails in eclipse-cdt/cdt#1164 <https://github.com/eclipse-cdt/cdt/issues/1164>) but as of now they have not proposed a solution and there is very little time to resolve this.
>
> Possible ways forward are:
>
>  1. Revert changes in Eclipse Platform that expose devstyle bug.
>     /This is undesirable as it is not obvious exactly how widespread these reversions may have to be, not how long Eclipse non-API would be held back./
>  2. Make Eclipse more resiliant to such changes.
>     /I don't know if this is feasible, the way that devstyle is byte manipulating and weaving seems very difficult to insulate against/
>  3. Publicizing campaign.
>     /We can just try to publicize this, but the workaround for users if they end up with a broken install is non-trivial to do. Since the IDE won't start you can't simply undo the faulty install. The reality is that most people won't pay attention until they have a broken IDE/
>  4. Add negative p2 requirements preventing the problematic versions of devstyle from being installed at the same time as Eclipse 2025-06.
>     /this will prevent users from installing specific version of devstyle into 2025-06, or prevent Eclipse 2025-03 with devstyle installed from upgrading to 2025-06. The p2 UI here isn't particularly clear as to why the install is being prevented/
>
> I solicit input from the community on what to do here. There is not much time to resolve this, if any change needs to be made in Eclipse Platform we have less than 1 week to come up with a solution.
>
> —
> Reply to this email directly, view it on GitHub <https://github.com/eclipse-packaging/packages/issues/310>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAFF2RF2LQCBRI3XVMZPEQT27UX4DAVCNFSM6AAAAAB5UYTFY2VHI2DSMVQWIX3LMV43ASLTON2WKOZTGA4DCOBTHEZTOMY>.
> You are receiving this because you are subscribed to this thread.Message ID: <eclipse-packaging/packages/issues/310@xxxxxxxxxx>
>
>
> _______________________________________________
> simrel-dev mailing list
> simrel-dev@xxxxxxxxxxx
> To unsubscribe from this list, visit https://accounts.eclipse.org

_______________________________________________
simrel-dev mailing list
simrel-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://accounts.eclipse.org

Back to the top