linuxmint / cinnamon

A Linux desktop featuring a traditional layout, built from modern technology and introducing brand new innovative features.
GNU General Public License v2.0
4.53k stars 735 forks source link

Pango warnings with GtkScale (Cinnamon) #9384

Open Compyx opened 4 years ago

Compyx commented 4 years ago
Debian 10.4, kernal 4.19.0-9-amd64, not using Mint
Cinnamon 3.8.8
Gtk3 3.24.5
GLib 2.58.3
Cairo 1.16.0
Pango 1.42.3
gcc 8.3.0, clang 11 (this is very switchable and has more versions, so it depends)

GFX: nvidia 1060GTX-3GB, driver 418.113-1

`

Issue

Pango bitches about layout != NULL.

Steps to reproduce

Install Debian with Cinnamon, then install task-desktop-gnome.

Expected behaviour

No "Pango-CRITICAL" warnings, like all our devs and users have, except me. Something is a little wrong with Cinnamon I think, when using Gnome Hell or Mate, I get no warnings. Even a release from xmas last year won't trigger any warnings.

Other information

Normal source: https://sourceforge.net/p/vice-emu/code/HEAD/tree/ Better, threaded UI: https://github.com/dqh-github/vice-experiments (checkout the ui-exp branch)

mtwebster commented 4 years ago

Have you tried a different gtk theme? I'll check out that program.

leigh123linux commented 4 years ago

Try a newer cinnamon version as 3.8.8 is EOL. Shouldn't Debian fix this?, task-desktop-gnome isn't our problem.

https://packages.debian.org/sid/task-desktop

Compyx commented 4 years ago

And so we go in circles. Everyone blames everyone.

If I or Debian should update to fix this issue, there should be reason. Maybe at least point me to a bug report or a commit that fixes the issue I have?

mtwebster commented 4 years ago

Have you tried a different gtk theme?

Compyx commented 4 years ago

I did before. But now I switched everything to 'BlackMate' and I don't get warnings (just using Mate also makes the warnings go away). When I switch back to 'default'/'Adwaita', the warnings pop up again.