Térence Clastres

Results 82 comments of Térence Clastres

In addition to the `BadWindow (invalid Window parameter)`` error I also get ``` Could not create transient scope for PID 1003902: GDBus.Error:org.freedesktop.DBus.Error.UnixProcessIdUnknown: Process with ID 1003902 does not exist. ```...

To be able to `#use "topfind"`, I had to first do `let () = Topdirs.dir_directory (Sys.getenv "OCAML_TOPLEVEL_PATH")` My `OCAML_TOPLEVEL_PATH` is `/home/terence/.opam/default/lib/toplevel`. I see the kernel.json exports this env by running...

I just tested your rebased PR, is this the correct behaviour ? [log.txt](https://github.com/FeralInteractive/gamemode/files/4493628/log.txt) I see all the wine processes with the same priority.

Ah ok thanks. So if wineserver isn't touched why does it have the renice value I set? ![image](https://user-images.githubusercontent.com/12665563/79587779-545c2080-80d3-11ea-9eca-1e7859131c89.png)

I used ` gamemoderun wine64 program` is that the same? Blacklisting worked. Do you plan to include more things into this PR with the "draft" mark? EDIT: replacing wine64 by...

```#0 0x00007f888fe0e37f in poll () at /usr/lib/libc.so.6 #1 0x00007f889046d1df in () at /usr/lib/libbd_utils.so.2 #2 0x00007f889046d795 in bd_utils_exec_and_capture_output () at /usr/lib/libbd_utils.so.2 #3 0x00007f888d411b93 in () at /usr/lib/libbd_fs.so.2 #4 0x000055b7ecb39673 in get_filesystem_size...

`udevadm monitor` doesn't show any event when udiskd is stuck. ~~However while looking at my debug packages I found that I had a `systemd-debug` package installed for systemd 247 while...