[systemsettings] [Bug 409518] Visiting Fonts KCM changes antialliasing settings without warning

2019-07-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=409518

gszymas...@short.pl changed:

   What|Removed |Added

 CC||gszymas...@short.pl

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 409518] Visiting Fonts KCM changes antialliasing settings without warning

2019-07-24 Thread Michael
https://bugs.kde.org/show_bug.cgi?id=409518

--- Comment #28 from Michael  ---
I can confirm, the issue is fixed for me (Plasma 5.16.3, Frameworks 5.60.0, Qt
5.13.0, 5.2.2-arch1-1).
Thank you.

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 409518] Visiting Fonts KCM changes antialliasing settings without warning

2019-07-24 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=409518

Antonio Rojas  changed:

   What|Removed |Added

   Version Fixed In||5.16.4

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 409518] Visiting Fonts KCM changes antialliasing settings without warning

2019-07-24 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=409518

Antonio Rojas  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED
  Latest Commit||https://commits.kde.org/pla
   ||sma-desktop/b0f1d6620d78235
   ||e5b85defab880d68129f7a4e9

--- Comment #27 from Antonio Rojas  ---
Git commit b0f1d6620d78235e5b85defab880d68129f7a4e9 by Antonio Rojas.
Committed on 24/07/2019 at 06:03.
Pushed by arojas into branch 'Plasma/5.16'.

Properly initialize oldStart and oldEnd in PreviewImageProvider::requestImage

Otherwise they may not get assigned any value if the xft exclude range is
(0,0), which will make them write random values to the xft exclude range later.

Differential Revision: https://phabricator.kde.org/D22707

M  +1-1kcms/fonts/previewimageprovider.cpp

https://commits.kde.org/plasma-desktop/b0f1d6620d78235e5b85defab880d68129f7a4e9

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 409518] Visiting Fonts KCM changes antialliasing settings without warning

2019-07-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=409518

Nate Graham  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |---
 Status|NEEDSINFO   |CONFIRMED

--- Comment #26 from Nate Graham  ---
Thanks so much Antonio!

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 409518] Visiting Fonts KCM changes antialliasing settings without warning

2019-07-23 Thread Josh Freeno
https://bugs.kde.org/show_bug.cgi?id=409518

--- Comment #25 from Josh Freeno  ---
I have still got this problem as of today. It has done several times today
already.

Operating System: Arch Linux 
KDE Plasma Version: 5.16.3
KDE Frameworks Version: 5.60.0
Qt Version: 5.13.0
Kernel Version: 5.2.2-arch1-1-ARCH
OS Type: 64-bit

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 409518] Visiting Fonts KCM changes antialliasing settings without warning

2019-07-23 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=409518

--- Comment #24 from Antonio Rojas  ---
(In reply to Antonio Rojas from comment #23)
Alright, found the issue. This is indeed a (very tricky) case of uninitialized
variables. The problem is in PreviewImageProvider::requestImage, which saves
the xft exclude range to temporary variables oldStart, oldEnd which are not
initialized, then sets the exclude range to (0,0) to perform some computations,
and finally restores the old exclude range from the oldStart, oldEnd variables.

The issue comes up when the original exclude range is (0,0), in which case
xft.getExcludeRange does not assign any value to the variables. So, at the end,
the exclude range was set to whatever random values these variables were
storing.

Fixed in https://phabricator.kde.org/D22707 by properly initializing the
variables.

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 409518] Visiting Fonts KCM changes antialliasing settings without warning

2019-07-23 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=409518

--- Comment #23 from Antonio Rojas  ---
Alright, found the issue. This is indeed a (very tricky) case of uninitialized
variables. The problem is in PreviewImageProvider::requestImage, which saves
the

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 409518] Visiting Fonts KCM changes antialliasing settings without warning

2019-07-23 Thread Filip Fila
https://bugs.kde.org/show_bug.cgi?id=409518

Filip Fila  changed:

   What|Removed |Added

 CC||filipfila@gmail.com

--- Comment #22 from Filip Fila  ---
[Manjaro] I also experienced this.

It was triggered by changing the font and then it wouldn't stop happening.

I deleted fonts.conf in the home dir and generated it with qt5ct. Haven't
touched the Fonts kcm since and have been left alone by the bug.

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 409518] Visiting Fonts KCM changes antialliasing settings without warning

2019-07-23 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=409518

Antonio Rojas  changed:

   What|Removed |Added

 CC||aro...@archlinux.org

--- Comment #21 from Antonio Rojas  ---
I can reproduce, investigating - it's unrelated to
08ec9a036bf5b3ee102938ad332f624adc1060b9

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 409518] Visiting Fonts KCM changes antialliasing settings without warning

2019-07-23 Thread mthw0
https://bugs.kde.org/show_bug.cgi?id=409518

--- Comment #20 from mthw0  ---
I (OP) have checked and I don't seem to have this problem anymore. 
I remember deleting "~/.config/kcmfonts" but I am not sure if it is what fixed
this.

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 409518] Visiting Fonts KCM changes antialliasing settings without warning

2019-07-23 Thread Fabian Vogt
https://bugs.kde.org/show_bug.cgi?id=409518

Fabian Vogt  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|CONFIRMED   |NEEDSINFO

--- Comment #19 from Fabian Vogt  ---
I still cannot reproduce this bug on openSUSE TW, and I'm trying quite hard.

I noticed that all reports about this bug seem to come from users of Arch or
derivatives, so maybe it's something with compile options or other library
versions.

Can someone build it with -fsanitize=address and/or run with valgrind?
I think that we're chasing some uninitialized variables.

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 409518] Visiting Fonts KCM changes antialliasing settings without warning

2019-07-22 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=409518

Nate Graham  changed:

   What|Removed |Added

 CC||fab...@ritter-vogt.de

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 409518] Visiting Fonts KCM changes antialliasing settings without warning

2019-07-21 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=409518

Patrick Silva  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 409518] Visiting Fonts KCM changes antialliasing settings without warning

2019-07-21 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=409518

Nate Graham  changed:

   What|Removed |Added

 CC||slartibar...@gmail.com

--- Comment #18 from Nate Graham  ---
*** Bug 410072 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 409518] Visiting Fonts KCM changes antialliasing settings without warning

2019-07-21 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=409518

--- Comment #17 from Nate Graham  ---
I suspect this broke with
https://cgit.kde.org/plasma-desktop.git/commit/?id=08ec9a036bf5b3ee102938ad332f624adc1060b9

Bhushan, could you take a look?

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 409518] Visiting Fonts KCM changes antialliasing settings without warning

2019-07-21 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=409518

Nate Graham  changed:

   What|Removed |Added

 CC||freefreen...@gmail.com

--- Comment #16 from Nate Graham  ---
*** Bug 409374 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 409518] Visiting Fonts KCM changes antialliasing settings without warning

2019-07-16 Thread petrk
https://bugs.kde.org/show_bug.cgi?id=409518

--- Comment #15 from petrk  ---
"Skip antialiasing for range" 0-99 toggles itself.

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 409518] Visiting Fonts KCM changes antialliasing settings without warning

2019-07-16 Thread petrk
https://bugs.kde.org/show_bug.cgi?id=409518

petrk  changed:

   What|Removed |Added

 CC||pepk...@gmail.com

--- Comment #14 from petrk  ---
I'm affected unfortunately. Happens when switching to and from "font
management".

There's also some other trigger because I had to look at awful kana when I
opened Audacious this morning.

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 409518] Visiting Fonts KCM changes antialliasing settings without warning

2019-07-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=409518

Nate Graham  changed:

   What|Removed |Added

   Severity|normal  |major
   Priority|NOR |VHI

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 409518] Visiting Fonts KCM changes antialliasing settings without warning

2019-07-14 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=409518

Patrick Silva  changed:

   What|Removed |Added

 CC||parag.l...@gmail.com

--- Comment #13 from Patrick Silva  ---
*** Bug 409793 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 409518] Visiting Fonts KCM changes antialliasing settings without warning

2019-07-12 Thread Michael
https://bugs.kde.org/show_bug.cgi?id=409518

Michael  changed:

   What|Removed |Added

 CC||finod...@protonmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 409518] Visiting Fonts KCM changes antialliasing settings without warning

2019-07-12 Thread mthw0
https://bugs.kde.org/show_bug.cgi?id=409518

--- Comment #12 from mthw0  ---
Since nobody mentioned this, this issue doesn't seem to exist on Wayland.

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 409518] Visiting Fonts KCM changes antialliasing settings without warning

2019-07-12 Thread mthw0
https://bugs.kde.org/show_bug.cgi?id=409518

mthw0  changed:

   What|Removed |Added

Version|5.16.2  |5.16.3

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 409518] Visiting Fonts KCM changes antialliasing settings without warning

2019-07-12 Thread Postix
https://bugs.kde.org/show_bug.cgi?id=409518

Postix  changed:

   What|Removed |Added

 CC||n...@kde.org

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 409518] Visiting Fonts KCM changes antialliasing settings without warning

2019-07-12 Thread Postix
https://bugs.kde.org/show_bug.cgi?id=409518

Postix  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 409518] Visiting Fonts KCM changes antialliasing settings without warning

2019-07-12 Thread Postix
https://bugs.kde.org/show_bug.cgi?id=409518

Postix  changed:

   What|Removed |Added

 CC||pos...@posteo.eu

--- Comment #10 from Postix  ---
Created attachment 121483
  --> https://bugs.kde.org/attachment.cgi?id=121483=edit
fonts.conf;

There are several  with different antialiasing settings. I
suspect that the font config file generating got broken.

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 409518] Visiting Fonts KCM changes antialliasing settings without warning

2019-07-12 Thread Postix
https://bugs.kde.org/show_bug.cgi?id=409518

--- Comment #11 from Postix  ---
I can fully confirm mthw0's and shscs911's descriptions. 

 System
Operating System: Manjaro Linux 
KDE Plasma Version: 5.16.2
KDE Frameworks Version: 5.59.0
Qt Version: 5.13.0
Kernel Version: 5.1.16-1-MANJARO

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 409518] Visiting Fonts KCM changes antialliasing settings without warning

2019-07-10 Thread shscs911
https://bugs.kde.org/show_bug.cgi?id=409518

--- Comment #9 from shscs911  ---
(In reply to mthw0 from comment #8)

> How does it happen for you then?

It happened when I was changing Splash Screens and re-logined. All the fonts
were non anti-aliased including the notifications. After unchecking `Exclude
range 0-99` and re-login, it was back to normal. After a shutdown and fresh
start, everything was normal including notification fonts, but in the middle of
browsing in Firefox it changed. One tab was normal, but the next tab onwards,
fonts were non anti-aliased. I had recently installed and removed Deepin DE and
found some leftover config in `~/.config/fontconfig/conf.d/`. Is it somehow
related? Sorry for the rant.

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 409518] Visiting Fonts KCM changes antialliasing settings without warning

2019-07-10 Thread mthw0
https://bugs.kde.org/show_bug.cgi?id=409518

--- Comment #8 from mthw0  ---
(In reply to shscs911 from comment #7)
> Happens to me even without opening `Font Settings`.

How does it happen for you then?

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 409518] Visiting Fonts KCM changes antialliasing settings without warning

2019-07-10 Thread shscs911
https://bugs.kde.org/show_bug.cgi?id=409518

shscs911  changed:

   What|Removed |Added

 CC||mayavi.n...@gmail.com

--- Comment #7 from shscs911  ---
Happens to me even without opening `Font Settings`.

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 409518] Visiting Fonts KCM changes antialliasing settings without warning

2019-07-10 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=409518

Christoph Feck  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=409374

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 409518] Visiting Fonts KCM changes antialliasing settings without warning

2019-07-10 Thread Christopher
https://bugs.kde.org/show_bug.cgi?id=409518

Christopher  changed:

   What|Removed |Added

 CC||c.roux_at...@protonmail.com

--- Comment #6 from Christopher  ---
Also happens to me randomly, this is annoying, I hope it will get fixed soon 

(・ω・`)

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 409518] Visiting Fonts KCM changes antialliasing settings without warning

2019-07-09 Thread mthw0
https://bugs.kde.org/show_bug.cgi?id=409518

--- Comment #5 from mthw0  ---
(In reply to Bhushan Shah from comment #4)
> can you also pastebin ~/.config/fontconfig/fonts.conf?

I don't have this one.

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 409518] Visiting Fonts KCM changes antialliasing settings without warning

2019-07-09 Thread Bhushan Shah
https://bugs.kde.org/show_bug.cgi?id=409518

--- Comment #4 from Bhushan Shah  ---
can you also pastebin ~/.config/fontconfig/fonts.conf?

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 409518] Visiting Fonts KCM changes antialliasing settings without warning

2019-07-09 Thread mthw0
https://bugs.kde.org/show_bug.cgi?id=409518

mthw0  changed:

   What|Removed |Added

 CC||matejm98m...@gmail.com

--- Comment #3 from mthw0  ---
https://pastebin.com/a8zYh3y7 and https://pastebin.com/55bjLyTi

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 409518] Visiting Fonts KCM changes antialliasing settings without warning

2019-07-09 Thread Bhushan Shah
https://bugs.kde.org/show_bug.cgi?id=409518

Bhushan Shah  changed:

   What|Removed |Added

 CC||bhus...@gmail.com

--- Comment #2 from Bhushan Shah  ---
Can you provide ~/.config/kdeglobals and ~/.config/kcmfontrc files?

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 409518] Visiting Fonts KCM changes antialliasing settings without warning

2019-07-07 Thread Gianluca Pettinello
https://bugs.kde.org/show_bug.cgi?id=409518

Gianluca Pettinello  changed:

   What|Removed |Added

 CC||gianluca.pettinello@gmail.c
   ||om

--- Comment #1 from Gianluca Pettinello  ---
Same for me

-- 
You are receiving this mail because:
You are watching all bug changes.