Sanjeev

Results 18 comments of Sanjeev

changing the backend fixes it ``` backend = "xrender" # Backend to use: "xrender" or "glx". ```

this bugs appeared after upgrading xserver-xorg-video-intel from 2.21.15 to 2.99.917

workaround , by disabling all of the glx driver OPTIONS since it causes popup to become invisible(except stencil), ``` #glx-copy-from-front = false; # Useful with --glx-swap-method, # glx-use-copysubbuffermesa = true;...

through github topics 'music-player'

github [pages](http://pages.github.com/) can help since list is getting bigger

linux build is definitely possible, made the build after minimal changes, @SquareBottle kudos that stratgr helped you

true, i'll lose self updating ability, other than that i haven't notice anything major missing when built on linux,but didn't use any of the third party modules as finding development...

@Amolith, it can compiled in linux, i;ve been using it after some patches

typo,it's capital `C`atch, changes are in my fork

there is also strange behaviour with gcc, which goes away after switching to clang, ie following will throw error in gcc ` no matching function for call to 'rect::rect()'` but...