Hello.
After the last update Pluma does not start anymore. I need this editor for my projects because I love the comfort.
pkg update && pkg upgrade -f
does not help
When I start Pluma from terminal I get these messages:
/usr/local/lib/python3.11/site-packages/gi/module.py:50: Warning: cannot register existing type 'GIRepository'
repository = Repository.get_default()
/usr/local/lib/python3.11/site-packages/gi/module.py:50: Warning: g_once_init_leave_pointer: assertion 'result != 0' failed
repository = Repository.get_default()
/usr/local/lib/python3.11/site-packages/gi/module.py:50: Warning: g_object_new_with_properties: assertion 'G_TYPE_IS_OBJECT (object_type)' failed
repository = Repository.get_default()
I know that are warnings but why are they shown?
Thanks in advance for answers.