GNOME Bugzilla – Bug 631165
Drop application-specific naming in the info file format.
Last modified: 2010-10-02 23:18:31 UTC
There were previously two places where the application name were used in the plugin info format: - the file extension was .appname-plugin - the INI section was [AppName Plugin] This patch drop those and uses a more generic naming: - the file extension is now .plugin - the INI section is now [Plugin] This makes one less (rather useless) value to provide to the engine, and besides it is consistent with what others do in the same field (Mozilla, for instance, uses a single .xpi extension for all the applications using XPInstall). Last but not least, it will also make it easier for us to use the _get_default() scheme...
Created attachment 171563 [details] [review] Drop application-specific naming in the info file format. There were previously two places where the application name were used in the plugin info format: - the file extension was .appname-plugin - the INI section was [AppName Plugin] This patch drop those and uses a more generic naming: - the file extension is now .plugin - the INI section is now [Plugin] This makes one less (rather useless) value to provide to the engine, and besides it is consistent with what others do in the same field (Mozilla, for instance, uses a single .xpi extension for all the applications using XPInstall).
Pushed after receiving agreement from nacho, jessevdk and pwithnall on IRC. Attachment 171563 [details] pushed as 8c6be99 - Drop application-specific naming in the info file format.