GLib-Critical errors in Ubuntu 18.04
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
0
down vote
favorite
I'm having a lot of trouble after upgrading to 18.04. Certain GUI applications that use the GTK library are failing to start, throwing the error:
GLib-GObject-WARNING **: 03:16:28.378: cannot register existing type 'GdkDisplayManager'
GLib-CRITICAL **: 03:16:28.378: g_once_init_leave: assertion 'result != 0' failed
GLib-GObject-CRITICAL **: 03:16:28.378: g_object_new_with_properties: assertion 'G_TYPE_IS_OBJECT (object_type)' failed
I went to test out if I could get GTK apps to work in python and that also fails. Trying the simple example scripts from the official GTK tutorial leads to import failures, particularly:
File "test.py", line 1, in <module>
import gi
ModuleNotFoundError: No module named 'gi'`
I've tried to reinstall all the appropriate packages to no avail:
sudo apt install --reinstall python-gi python-gi-cairo python3-gi python3-gi-cairo gir1.2-gtk-3.0
python gtk
add a comment |Â
up vote
0
down vote
favorite
I'm having a lot of trouble after upgrading to 18.04. Certain GUI applications that use the GTK library are failing to start, throwing the error:
GLib-GObject-WARNING **: 03:16:28.378: cannot register existing type 'GdkDisplayManager'
GLib-CRITICAL **: 03:16:28.378: g_once_init_leave: assertion 'result != 0' failed
GLib-GObject-CRITICAL **: 03:16:28.378: g_object_new_with_properties: assertion 'G_TYPE_IS_OBJECT (object_type)' failed
I went to test out if I could get GTK apps to work in python and that also fails. Trying the simple example scripts from the official GTK tutorial leads to import failures, particularly:
File "test.py", line 1, in <module>
import gi
ModuleNotFoundError: No module named 'gi'`
I've tried to reinstall all the appropriate packages to no avail:
sudo apt install --reinstall python-gi python-gi-cairo python3-gi python3-gi-cairo gir1.2-gtk-3.0
python gtk
»» import gi «« : No "gi" â packages.ubuntu.com/bionic/amd64/python-gi/filelist ... But you can use e.g.from gi.repository import Gtk
(example from the file GUI_Main.py : app-name = APP-Tool.)
â Knud Larsen
May 16 at 13:27
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I'm having a lot of trouble after upgrading to 18.04. Certain GUI applications that use the GTK library are failing to start, throwing the error:
GLib-GObject-WARNING **: 03:16:28.378: cannot register existing type 'GdkDisplayManager'
GLib-CRITICAL **: 03:16:28.378: g_once_init_leave: assertion 'result != 0' failed
GLib-GObject-CRITICAL **: 03:16:28.378: g_object_new_with_properties: assertion 'G_TYPE_IS_OBJECT (object_type)' failed
I went to test out if I could get GTK apps to work in python and that also fails. Trying the simple example scripts from the official GTK tutorial leads to import failures, particularly:
File "test.py", line 1, in <module>
import gi
ModuleNotFoundError: No module named 'gi'`
I've tried to reinstall all the appropriate packages to no avail:
sudo apt install --reinstall python-gi python-gi-cairo python3-gi python3-gi-cairo gir1.2-gtk-3.0
python gtk
I'm having a lot of trouble after upgrading to 18.04. Certain GUI applications that use the GTK library are failing to start, throwing the error:
GLib-GObject-WARNING **: 03:16:28.378: cannot register existing type 'GdkDisplayManager'
GLib-CRITICAL **: 03:16:28.378: g_once_init_leave: assertion 'result != 0' failed
GLib-GObject-CRITICAL **: 03:16:28.378: g_object_new_with_properties: assertion 'G_TYPE_IS_OBJECT (object_type)' failed
I went to test out if I could get GTK apps to work in python and that also fails. Trying the simple example scripts from the official GTK tutorial leads to import failures, particularly:
File "test.py", line 1, in <module>
import gi
ModuleNotFoundError: No module named 'gi'`
I've tried to reinstall all the appropriate packages to no avail:
sudo apt install --reinstall python-gi python-gi-cairo python3-gi python3-gi-cairo gir1.2-gtk-3.0
python gtk
edited May 16 at 7:34
muru
129k19271460
129k19271460
asked May 16 at 7:20
Astrum
1115
1115
»» import gi «« : No "gi" â packages.ubuntu.com/bionic/amd64/python-gi/filelist ... But you can use e.g.from gi.repository import Gtk
(example from the file GUI_Main.py : app-name = APP-Tool.)
â Knud Larsen
May 16 at 13:27
add a comment |Â
»» import gi «« : No "gi" â packages.ubuntu.com/bionic/amd64/python-gi/filelist ... But you can use e.g.from gi.repository import Gtk
(example from the file GUI_Main.py : app-name = APP-Tool.)
â Knud Larsen
May 16 at 13:27
»» import gi «« : No "gi" â packages.ubuntu.com/bionic/amd64/python-gi/filelist ... But you can use e.g.
from gi.repository import Gtk
(example from the file GUI_Main.py : app-name = APP-Tool.)â Knud Larsen
May 16 at 13:27
»» import gi «« : No "gi" â packages.ubuntu.com/bionic/amd64/python-gi/filelist ... But you can use e.g.
from gi.repository import Gtk
(example from the file GUI_Main.py : app-name = APP-Tool.)â Knud Larsen
May 16 at 13:27
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1036825%2fglib-critical-errors-in-ubuntu-18-04%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
»» import gi «« : No "gi" â packages.ubuntu.com/bionic/amd64/python-gi/filelist ... But you can use e.g.
from gi.repository import Gtk
(example from the file GUI_Main.py : app-name = APP-Tool.)â Knud Larsen
May 16 at 13:27