Bug 464482 - Expose PluginSpecs to the plugin
Summary: Expose PluginSpecs to the plugin
Status: REPORTED
Alias: None
Product: Falkon
Classification: Applications
Component: extensions (other bugs)
Version First Reported In: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: David Rosca
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-01-18 23:54 UTC by Juraj
Modified: 2023-01-18 23:54 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Juraj 2023-01-18 23:54:24 UTC
SUMMARY
The plugin itself does not have access to its own metadata which Falkon reads.
These metadata contains:  name, description, author, version, icon.

OBSERVED RESULT
There is no easy access to the metadata from within plugin itself.

EXPECTED RESULT
Plugin has an easy access to the metadata.

ADDITIONAL INFORMATION
This should be available to C++, Python and QML plugins.