Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin Customization not working when invoked from another location #8

Closed
planger opened this issue Jan 21, 2021 · 1 comment
Closed

Comments

@planger
Copy link
Collaborator

planger commented Jan 21, 2021

I found one caveat that -pluginCustomization plugin_customization.ini property inside megit.ini its path to plugin_customization.ini is relative therefore megit should be executed within its directory.

What works with hypothetical path /usr/local/megit:

localhost:~:%
cd /usr/local/megit && ./megit

What will be problematic:

localhost:~:%
/usr/local/megit/megit

Workaround can also be to edit megit.ini and set absolute path -pluginCustomization <absolute_path>

Originally posted by @jirkafm in #1 (comment)

jirkafm pushed a commit to jirkafm/megit that referenced this issue Jan 25, 2021
Should fix issue eclipsesource#8.
Should implement things mentioned in #2.
planger added a commit that referenced this issue Feb 8, 2021
Fix for issue #8 and implented things from idea #2
@planger
Copy link
Collaborator Author

planger commented Feb 8, 2021

Fixed via #9

@planger planger closed this as completed Feb 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant