B00merang-Project / Windows-10

Windows 10 Light theme for Linux (GTK)
http://b00merang.weebly.com/windows-10.html
GNU General Public License v3.0
812 stars 113 forks source link

Missing radiocheck boxes on one computer #194

Closed tonydiep closed 3 years ago

tonydiep commented 3 years ago

On one of my computers the theme doesn't show combo boxes in menus

For instance Nautilus should show Sidebar [ ] but the combo box does not show. Other themes show the combo box properly.

tonydiep commented 3 years ago

The release from 2017 shows the combo box properly. https://www.gnome-look.org/p/1216281/

Elbullazul commented 3 years ago

Please upload an image of the issue, and another one of how it's supposed to look

tonydiep commented 3 years ago

Missing combo box beside 'Sidebar', missing lines between menu items

Missing combo box beside 'Sidebar'

How it's supposed to look

How it's supposed to look

Elbullazul commented 3 years ago

do you see the checkbox in other apps? For example, in the settings for Gedit (text editor).

I want to know if the issue is only for this type of menu or a theme-wide issue

tonydiep commented 3 years ago

I do see it in other apps. For instance with the screenshot tool radio buttons are missing. Using the Windows-10-master variant fixes it.

Elbullazul commented 3 years ago

are you using a release version? If so, which one?

tonydiep commented 3 years ago

This happens on release version 10.3.2 Centos 8.2 Gnome Version 3.32.2 Intel® HD Graphics 515 (Skylake GT2)

Elbullazul commented 3 years ago

where did you get the theme from?

tonydiep commented 3 years ago

To make sure we're talking about the same release, I downloaded it from the link you provided and confirmed that the problem is there.

Elbullazul commented 3 years ago

ok, just wanted to make shure it was not an old version of the theme.

I'll have a look at this later today

tonydiep commented 3 years ago

The problem does not appear on my desktop with AMD® Verde graphics But does appear on my laptop with Intel® HD Graphics 515 (Skylake GT2) graphics Both computers are Centos 8.2 on Gnome Version 3.32.2

Elbullazul commented 3 years ago

oh dear. if you run

killall nautilus
nautilus

in the terminal, do any errors show up?

tonydiep commented 3 years ago

Here's something that should help triage. The problem appears in Wayland. But it does not appear under X11

tonydiep commented 3 years ago

I have tried killing nautilus and restarting nautilus. The problem still occurs. The problem happens in other programs such as the gnome screenshot program.

Elbullazul commented 3 years ago

I want to know if there is any error messages when you open it from the terminal after killing it. Do you get any?

tonydiep commented 3 years ago

There are no error messages

Elbullazul commented 3 years ago

does the latest master fix this? 2cdf207 addresses the issue

Elbullazul commented 3 years ago

https://github.com/B00merang-Project/Windows-10/issues/178 is related and fixed, assuming it fixes this as well (can't test HiDPI myself)

tonydiep commented 3 years ago

I can confirm the current master on Github fixes the problem. The check boxes and radio buttons are visible. Thank you very much for fixing it!