kopr12
kopr12
I have this issue with mpv, you watch something and if you press 'f' or double click the window it goes fullscreen, but it's not a 'real' fullscreen, when you...
Also tried latest git and used `ewmhFullscreen` , same thing, except I don't need to use the switch with mpv
I managed to get it kinda solved by changing in `EwmhDesktops.hs` this line `windows $ W.sink win` with `windows $ W.float win $ W.RationalRect (1/6) (1/6) (2/3) (2/3)`, kinda because...
Thank you, this one works. I don't know if the result is good though, I mean the message isn't recovered, so that's good but now I wonder why. ``` CACHE_HIT_THRESHOLD...
I tried with several different values and it produced some chars instead of '?' but I was not able to get original message, I'll try later to run it in...
Your patch have some problems to apply but simply replacing `rdtscp(&junk)` with `rdtsc()` works indeed, I'll leave this open and @Eugnis can close it if he decides to implement this...
With `_mm_mfence` I get worse results, usually it's just '?' , commenting that line out produces some chars of the original message. btw meltdown attack example works fine on core2...
For me it doesn't show color emojis at all I have them working in terminal, wm, dmenu, but in dunst they don't show, there's just empty space instead of emoji...
Problem is in Pango or Cairo, most likely it's just Pango. Tried to search what else is using Pango on my system and see if emojis would show up and...
It puzzles me that you and others in this thread are displaying them at all, never mind the digits issue. I've tried 3 versions of Pango, 1.42, 1.44 and 1.46...