> gnome-control-center-printer-renderer produces no output on the raspi.
the code basically does
context = gdk_window_create_gl_context (gtk_widget_get_window (win),
NULL);
if (!context)
return NULL;
gdk_gl_context_make_current (context);
renderer = g_strdup ((char *) glGetString (GL_RENDERER));
so either the gl context is failing or glGetString isn't returning a
value
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1964601
Title:
I have no processor!
Status in gnome-control-center package in Ubuntu:
Confirmed
Bug description:
At least according to gnome-control-center anyway.
Running the Ubuntu Desktop for Raspberry Pi image on a Pi 400 (or a Pi
4B), selecting Settings, then the "About" page shows that gnome-
control-center thinks the processor is "", the graphics are "unknown",
and apparently so is the disk capacity!
I admit it's a trivial thing, but it's been this way since at least
hirsute, and it'd be nice to see something vaguely sane in there at
some point :)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1964601/+subscriptions
--
Mailing list: https://launchpad.net/~desktop-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help : https://help.launchpad.net/ListHelp