Alexander Patrakov

Results 45 issues of Alexander Patrakov

If _ICC_PROFILE is set on the root window to something that is not a valid ICC profile, then compiz-cms crashes and takes down the whole compiz. This can be triggered...

Currently, if a window is partially on one output and partially on another, the LUT from the "first" covered output is applied. This is incorrect, especially because decorations of maximized...

To reproduce: Install Firefox (or maybe Iceweasel) Install Compiz and Compiz-CMS Set the correct color profile for colord Notice that Firefox is, by default, excluded from color-correction by Compiz-CMS Configure...

Netboot.xyz uses mfsbsd to install FreeBSD over the network: https://github.com/antonym/netboot.xyz/blob/master/src/freebsd.ipxe Unfortunately, trying to install FreeBSD via booting from https://boot.netboot.xyz fails now, with a "permission denied" error: ![Screenshot](https://user-images.githubusercontent.com/2943163/65821141-1ab4ec80-e24b-11e9-933d-73333817895b.png) I have debugged...

In a test VM, I got fsremap OOM-killed. I think it is a good idea to add protection against this, by having fsremap (or maybe even the fstransform script?) write...

enhancement

Starting with [this commit](https://github.com/qemu/qemu/commit/0cd089e937f28a1f6f4db711f643df36f8f5dfe3), QEMU exposes the USB tablet as a pointing device in a way compatible with Mac OS X. So the driver is not needed. It would be...

The Teredo server at trex.fi is still alive, and you can get a public IPv6 address with it. Use miredo on Linux. Then, some dynamic DNS, and voila, you can...

**Describe the bug** If the framebuffer image is scaled, then the proportions between the on-screen image and the mouse pointer are wrong. E.g., if the program shows (in the framebuffer)...

bug
patchwelcome

### EasyEffects Version 6.2.5 ### What package are you using? Arch (easyeffects) ### Distribution Arch Linux ### Describe the bug EasyEffects src/echo_canceller.cpp file contains: ``` speex_echo_cancellation(echo_state_L, data_L.data(), probe_L.data(), filtered_L.data()); speex_echo_cancellation(echo_state_R,...

enhancement

I have put LXC web panel behind Apache, so that it handles https for me, and did this: ``` ProxyPass "/" "http://127.0.0.1:5000/" ``` Result: when I log out, Flask the...