Search found 1 match

by Tod
Wed Oct 09, 2019 8:52 pm
Forum: Plugins
Topic: v2.0.3 create_plugin.py looking for config.glade?
Replies: 1
Views: 3414

v2.0.3 create_plugin.py looking for config.glade?

Hi Deluged people. I've used create_plugin.py as suggested in the wiki . Is the generated plugin supposed to work out of the box? It has the below code which tries to load config.glade - but this file does not exist (only config.ui). class Gtk3UI(Gtk3PluginBase): def enable(self): self.builder = Gtk...