Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
releng:4.14:roadmap:thunar:thunarx-cleanup [2017/11/01 03:16] – [Plugins/components to update] xfdesktop patch andreldm | releng:4.14:roadmap:thunar:thunarx-cleanup [2019/08/29 18:35] (current) – [Thunarx API clean-up] Fix link andreldm | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Thunarx API clean-up ====== | ====== Thunarx API clean-up ====== | ||
- | Since the API soname had to bumped | + | Since the API soname had to bumped to avoid conflicts with GTK3 symbols, it's an appropriate opportunity to remove deprecated Widgets from the Thunar Extension Framework (thunarx), specifically [[https:// |
- | + | ||
- | Considering the effort it would that take replace all GtkAction/ | + | |
+ | Considering the effort it would that take replace all GtkAction/ | ||
==== Provider interfaces affected ==== | ==== Provider interfaces affected ==== | ||
* ThunarxMenuProvider - The interface to extensions that provide additional menu items | * ThunarxMenuProvider - The interface to extensions that provide additional menu items | ||
Line 24: | Line 23: | ||
* [X] thunar-user-customizable-actions (" | * [X] thunar-user-customizable-actions (" | ||
* [X] thunar-wallpaper-plugin (bundled with thunar) | * [X] thunar-wallpaper-plugin (bundled with thunar) | ||
- | * [ ] thunar-actions-plugin | + | * [X] <del>thunar-actions-plugin</ |
* [X] thunar-archive-plugin | * [X] thunar-archive-plugin | ||
- | * [ ] thunar-media-tags-plugin | + | * [X] thunar-media-tags-plugin |
- | * [ ] thunar-shares-plugin | + | * [X] thunar-shares-plugin |
- | * [ ] thunar-vcs-plugin | + | * [X] thunar-vcs-plugin |
- | * [ ] xfdesktop | + | * [X] xfdesktop |
- | * [ ] thunarx-python | + | * [X] thunarx-python |
+ | |||
+ | ==== Compatibility Matrix ==== | ||
+ | |||
+ | ^ Component ^ Thunar 1.6.x ^ Thunar 1.7.x+ ^ Works with both ^ | ||
+ | | xfdesktop | 4.12 | 4.13.2+ | No | | ||
+ | | thunar-archive-plugin | 0.3.1 | 0.4.0 | No | | ||
+ | | thunar-media-tags-plugin | 0.2.1 | 0.3.0 | No | | ||
+ | | thunar-shares-plugin | 0.2.0 | 0.3.0 | No | | ||
+ | | thunar-vcs-plugin | 0.1.5 | 0.2.0 | No | | ||
+ | | thunarx-python | 0.3.0 | 0.5.0 | No | | ||
- | ==== WIP Repositories ==== | ||
- | * https:// | ||
- | * https:// |