# File src/demos/gtk_demo_plugins/core/Workbench.rb, line 19
  def app_start()
    construct_workbench
    @logger.debug { "Adding workbench plugin as observer to plugman" }
    PlugMan.add_observer(self)
    @logger.debug { "Starting GUI." }
    Gtk.main
  end