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

Lose libpeas dependency #1502

Closed
wants to merge 20 commits into from
Closed

Lose libpeas dependency #1502

wants to merge 20 commits into from

Conversation

jeremypw
Copy link
Collaborator

@jeremypw jeremypw commented Dec 27, 2024

Fix #1498

  • Use gmodule-2.0 directly
  • Implement only the necessary parts of libpeas in PluginManager (based on the equivalent class in io.elementary.files)
  • Update code style a bit, add some headers
  • Move some code into PastbinDialog.vala where it is actually used

NOTE: All the plugins are loaded and made resident in the same way as Files. They are activated and deactivated (but not unloaded) as required. When deactivated the interface signals are disconnected.

Need to check all plugins still work as expected.

@kaixoo kaixoo mentioned this pull request Dec 30, 2024
2 tasks
@jeremypw
Copy link
Collaborator Author

Closing in favor of migrating to libpeas-2 for now.

@jeremypw jeremypw closed this Dec 30, 2024
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

Successfully merging this pull request may close these issues.

Refactor the plugin system to not use libpeas
1 participant