patlefort

Results 21 comments of patlefort

> We could viably treat an empty volume label (i.e. `file:///path`) as meaning "use the first[*] filesystem that contains this file". That would be very similar code to what we...

Xbox elite controller 2 here: Y and X buttons are swapped using the `gamepad` preset. Swapping them in the profile was simple enough.

Definitively a big problem. This function only work if src and dst have the same alignment. It will also miss a few bytes at the end if size is >...

A little debugging show that it is stuck on https://github.com/Plagman/gamescope/blob/2a09fbcb695102e9a990ed7cf1fdc350397a58f1/src/wlserver.cpp#L1211 Adding a timeout fix the issue, however I don't know why it is stuck there.

> How did you add this timeout? By changing -1 in that line to a value in milliseconds, like 1000.

Bumped against this issue. If steam was open source, it would be fixed in minutes so c'mon Valve.

I would also really like an option to disable the feature. It affects some games where they will intentionally throttle to save power and also cut off sound while unfocused....

Or is there a good alternative? Everything I have tried so far is buggy and crash prone.

Same issue here on my Volla 22 phone running RC version of ubuntu touch based on ubuntu 20.04 (Focal). I have not noticed the problem on desktop.

My use case involve running commands that output information that I want to output to the user, but these commands are running inside functions that produces values. The only way...