linuxmint / mint-y-theme

This is an old repository, please check https://github.com/linuxmint/mint-themes instead.
69 stars 33 forks source link

Cinnamon menu text scrambled #76

Closed zbandhan closed 6 years ago

zbandhan commented 6 years ago

Cinnamon menu's program text cannot render correctly, don't know what internal problem is there. But I solved this problem. I found this problem occurring while hover over categories because Cinnamon cannot render 'text-shadow' properly. If internal problem can be solved in upcoming 18.3 release then close this PR. Otherwise merge it please thus annoying problem keeps hidden till the real problem or bug detection.

zbandhan commented 6 years ago

I mean this problem. look

clefebvre commented 6 years ago

Is that in Virtualbox? Can we get the output of inxi -Gx?

zbandhan commented 6 years ago

No not in Virtualbox. I've edited mint-y theme's Cinnamon Stylesheet directly creating its instance in ~/.theme directory. And it's working in real life. Thank you.

mtwebster commented 6 years ago

Please provide the output of inxi -Gx

zbandhan commented 6 years ago

Graphics: Card: Intel 2nd Generation Core Processor Family Integrated Graphics Controller bus-ID: 00:02.0 Display Server: X.Org 1.18.3 drivers: intel (unloaded: fbdev,vesa) Resolution: 1366x768@60.07hz GLX Renderer: Mesa DRI Intel Sandybridge Mobile GLX Version: 3.0 Mesa 11.2.0 Direct Rendering:

Sorry to delay.

brownsr commented 6 years ago

I used to be able to reproduce that a while back by using text-shadow in the .menu css. It's actually the text from the previous category accessed bleeding into the current one somehow. But I can't now reproduce it on the current master code.

JosephMcc commented 6 years ago

Thanks for finding the source of the problem. This PR won't work because you are only modifying the generated .css files. The text shadow can be removed in this case since it's fully transparent and serves no purpose anyway. I'll submit a proper fix.

JosephMcc commented 6 years ago

Submitted a proper fix here: https://github.com/linuxmint/mint-y-theme/commit/45da4d3aea506a7504751cf8b5e9a536e4d45d2c

Thanks again.