snapcrafters / eclipse

A community-maintained package to easily install Eclipse on Linux
MIT License
8 stars 11 forks source link

Support user `dropins` directory #50

Closed ryanmkurtz closed 1 year ago

ryanmkurtz commented 1 year ago

What changes would you like?

My project relies on the dropins directory to automate the installation of our Eclipse plugin. Since the one in /snap/eclipse/dropins cannot be used (read-only filesystem), I tried creating ~/snap/eclipse/current/<arch>/dropins and dropped my archive in, but it didn't seem to pick it up. It would be great if this worked.

Any extra information?

No response

ThyMYthOS commented 1 year ago

See https://www.ibm.com/support/pages/configuring-additional-eclipse-dropins-directories how to configure extra dropins directories.

ryanmkurtz commented 1 year ago

Thank you. I haven't tried it yet but I assume that will work for me.