Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • L Librem Manager
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 9
    • Issues 9
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.

  • Francois Techene
  • Librem Manager
  • Issues
  • #5
Closed
Open
Issue created Mar 09, 2021 by Todd Weaver@todd

Gtk-CRITICAL upon libremmanager execution

todd@librem-13v2:~/Projects/librem-manager/_build$ libremmanager 

(libremmanager:642498): Gtk-CRITICAL **: 10:52:50.321: Error building template class 'LibremManagerWindow' for an instance of type 'LibremManagerWindow': .:88:1 Invalid object type 'HdyStatusPage'

(libremmanager:642498): VTE-WARNING **: 10:52:50.326: (../src/vtepty.cc:667):bool _vte_pty_spawn_sync(VtePty*, const char*, const char* const*, const char* const*, GSpawnFlags, GSpawnChildSetupFunc, gpointer, GDestroyNotify, GPid*, int, GCancellable*, GError**): runtime check failed: ((spawn_flags & ignored_spawn_flags()) == 0)

(libremmanager:642498): Gtk-CRITICAL **: 10:52:50.331: Error building template class 'Librem5FlashView' for an instance of type 'Librem5FlashView': .:66:1 Invalid object type 'HdyStatusPage'
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/gi/_gtktemplate.py", line 95, in <lambda>
    lambda s: init_template(s, cls, base_init_template)
  File "/usr/lib/python3/dist-packages/gi/_gtktemplate.py", line 118, in init_template
    raise RuntimeError(
RuntimeError: Handler '_on_accept_warning' was declared with @Gtk.Template.Callback but was not present in template
Traceback (most recent call last):
  File "/usr/local/share/libremmanager/libremmanager/main.py", line 55, in do_activate
    win = LibremManagerWindow(application=self)
  File "/usr/local/share/libremmanager/libremmanager/window.py", line 68, in __init__
    self.init_views()
  File "/usr/local/share/libremmanager/libremmanager/window.py", line 87, in init_views
    self.librem_5_view = Librem5View(self.device_manager, self.navigate_to, self.navigate_back)
  File "/usr/local/share/libremmanager/libremmanager/librem_5_view.py", line 63, in __init__
    self.flash_view     = Librem5FlashView(device_manager, navigate_back_cb)
  File "/usr/local/share/libremmanager/libremmanager/librem_5_flash_view.py", line 76, in __init__
    self._init_view()
  File "/usr/local/share/libremmanager/libremmanager/librem_5_flash_view.py", line 95, in _init_view
    self.librem_version_row.bind_name_model(versions_list, Handy.ValueObject.dup_string)
AttributeError: 'NoneType' object has no attribute 'bind_name_model'

Assignee
Assign to
Time tracking