hust-marx / firebreath

Automatically exported from code.google.com/p/firebreath
0 stars 0 forks source link

Name and version attributes are not visible in Chromium (on ubuntu 10.10) #161

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. create a plugin with fbgen.py.
2. list the plugins in the chromium browser chrome:plugins.

What is the expected output? What do you see instead?
I expect the plugin to be listed with the name and version. 
But no name and version is to be seen.

What version of FireBreath are you using? On what operating system and
browsers?
Tested with firebreath 1.3, 1.4 RC1 and dev branch.
Browser is chromium 9.0.597.107~r75357-0ubuntu0.10.10.1 on ubuntu 10.10.

Original issue reported on code.google.com by gena...@googlemail.com on 4 Mar 2011 at 2:28

GoogleCodeExporter commented 9 years ago
I have fixed the issue with the name and description not showing up; I don't 
know how to make version show up; as far as I can tell it's being returned 
correctly, so there must be something about it that I don't understand.

Original comment by taxilian on 4 Mar 2011 at 4:58

GoogleCodeExporter commented 9 years ago

Original comment by richarda...@gmail.com on 8 Mar 2011 at 1:43

GoogleCodeExporter commented 9 years ago
Just updated the firebreath-dev. Did prepmake.sh examples. 
Put the *.so in ~/.mozilla/plugins. Cleared the cache of Chromium. 
Went to chrome:plugins clicked details and I still see no name for the plugin.

Am I doing it wrong? Is there any meta-data that I need to provide besides the 
PluginConfig.cmake? Other plugins like VLC & flash have their names shown on 
the chrome:plugins page. They are nothing but *.so files.

Original comment by gena...@googlemail.com on 8 Mar 2011 at 11:52