[Bugs] #3410 UNSP: Browse should enable plugins
Sugar Labs Bugs
bugtracker-noreply at sugarlabs.org
Mon Apr 16 07:34:51 EDT 2012
#3410: Browse should enable plugins
------------------------------------------+---------------------------------
Reporter: manuq | Owner: manuq
Type: defect | Status: new
Priority: Unspecified by Maintainer | Milestone: 0.96
Component: Browse | Version: Git as of bugdate
Severity: Unspecified | Keywords: 12.1.0
Distribution: OLPC | Status_field: Unconfirmed
------------------------------------------+---------------------------------
Comment(by manuq):
This piece of Python code will show the plugins that are available in the
system for WebKit:
{{{
from gi.repository import WebKit
db = WebKit.WebPluginDatabase()
for p in db.get_plugins():
print p.get_name(), p.get_path()
}}}
--
Ticket URL: <http://bugs.sugarlabs.org/ticket/3410#comment:5>
Sugar Labs <http://sugarlabs.org/>
Sugar Labs bug tracking system
More information about the Bugs
mailing list