Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Color of layout indicator text is green when antialiasing in font.conf is turned on #71

Open
max-dw-i opened this issue Dec 10, 2020 · 0 comments

Comments

@max-dw-i
Copy link

Expected behaviour

The layout indicator text should be the same as the theme text color.

Actual behaviour

The layout indicator text is green'ish with antialiasing turned on when text is light (when themes with the black text are used everything is ok).

Steps to reproduce the behaviour

Make a font config file in ~/.config/fontconfig/fonts.conf with antialiasing turned on:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
    <match target="font">
        <edit name="antialias" mode="assign">
            <bool>true</bool>
        </edit>
        <edit name="hinting" mode="assign">
            <bool>true</bool>
        </edit>
        <edit name="hintstyle" mode="assign">
            <const>hintslight</const>
        </edit>
        <edit name="rgba" mode="assign">
            <const>rgb</const>
        </edit>
        <edit name="autohint" mode="assign">
            <bool>false</bool>
        </edit>
        <edit name="lcdfilter" mode="assign">
            <const>lcddefault</const>
        </edit>
    </match>
</fontconfig>

and that's what I get:

Screenshot at 2020-12-10 21-27-57

MATE general version

1.24.1

Package version

libmatekbd v.1.24.1

Linux Distribution

Tested on Manjaro and Ubuntu MATE 20.10

Link to bugreport of your Distribution

Not distro-specific

P.S.

It's not the first mention of the bug: #28 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant