ClassiCube / MCGalaxy

A Minecraft Classic / ClassiCube server software
GNU General Public License v3.0
172 stars 80 forks source link

Blocks List on Linux Unreadable #651

Closed sylv256 closed 2 years ago

sylv256 commented 2 years ago

image This is on Ubuntu 20.04 using Mono. The only way to make it readable is to use Wine.

UnknownShadow200 commented 2 years ago

Which version of mono are you using? (mono --version)

sylv256 commented 2 years ago

Which version of mono are you using? (mono --version)

Mono JIT compiler version 6.12.0.122

sylv256 commented 2 years ago

here's the logs

tehc@tiny-potato-pc:~$ '/home/tehc/MCGalaxy/MCGalaxy.exe' 
Gtk-Message: 18:03:25.724: Failed to load module "canberra-gtk-module"
SendMessage (56623186, 0xb5, 0x1, (nil))
SendMessage (56623186, 0xb5, 0x1, (nil))
SendMessage (56623186, 0xb5, 0x1, (nil))
SendMessage (56623186, 0xb5, 0x1, (nil))
SendMessage (56623186, 0xb5, 0x1, (nil))
SendMessage (56623186, 0xb5, 0x1, (nil))
SendMessage (56623186, 0xb5, 0x1, (nil))
SendMessage (56623186, 0xb5, 0x1, (nil))
SendMessage (56623186, 0xb5, 0x1, (nil))
SendMessage (56623186, 0xb5, 0x1, (nil))
SendMessage (56623186, 0xb5, 0x1, (nil))
SendMessage (56623186, 0xb5, 0x1, (nil))
UnknownShadow200 commented 2 years ago

I assume that other list boxes in the GUI (Players tab, Settings -> Commands tab) show the same issue?

sylv256 commented 2 years ago

I assume that other list boxes in the GUI (Players tab, Settings -> Commands tab) show the same issue?

Yes

UnknownShadow200 commented 2 years ago

What desktop environment and theme are you using? image

forkiesassds commented 2 years ago

Possibly a dark GTK theme.

UnknownShadow200 commented 2 years ago

Issue happens with Yaru-Dark or Adwaita-Dark themes, will continue investigating to see if can fix

UnknownShadow200 commented 2 years ago

Fixed this issue for all list boxes in 5b774651e36eb7973b989ba5485085c83bcfcb93

However property grids (e.g. map properties, level properties) still have this issue - tracking separately in #659