Mihai Moldovan

Results 45 comments of Mihai Moldovan

This is probably a breakage in `dist/obsstoragesetup`. What is happening there is essentially this: 1. sources `/etc/sysconfig/obs-server` 2. sources `/etc/buildhost.config` 3. deletes and recreates workers 4. moves `/etc/buildhost.config` to `/etc/buildhost.config.presets`...

N.B.: even with my fix, that won't help any older installations, merely newer ones. If you want to force `obsstoragesetup` to autogenerate everything again based on the settings in `/etc/sysconfig/obs-server`,...

Thanks. Yeah, I figure that this would require quite some refactoring in the parser. I've never gotten warm with Haskell at all, even though I had to use it as...

It sounds like somehow Ctrl-Alt got stuck in your session. I'm seeing this quite often when switching workspaces, but that wouldn't work in fullscreen mode. Try pressing Ctrl-Alt or clicking...

> Not sure how to interpret this description as mintty draws the cursor itself, including the blinking for which it uses timers. Okay, good, so it's not actually a system-drawn...

Oh, it gets better. I wasn't able to reproduce that with rdesktop. With that (old, unmaintained, ...) client, the cursors always show up, no matter what transparency mode is selected...

There should be no scaling going on. The resolution is set to 1440x900 (yes, the picture doesn't match that, because I cropped it to the relevant viewport). You probably ran...

> Scaling will be going on unless you are rendering an `X*Y` screen fullscreen on another `X*Y` screen. Or unless you don't use a fullscreen mode with either stretching or...

Might well be a freerdp2 issue. So, what RDP client did you use during your tests? mstsc?

I haven't changed the actual code there yet. Yes, for some data I'm using `BoxRec`. `Regions` are not appropriate in this case because they are... special. I don't know of...