Pierre Ossman (ThinLinc team)
Pierre Ossman (ThinLinc team)
For object references, alabaster uses this styling (since objects are wrapped in a ``): ```css pre, tt, code { font-family: 'Consolas', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', monospace;...
In our build system we sometimes use `$LIBRARY_PATH` rather than `$LDFLAGS` to control where the compiler searches for libraries. It would be a nice future feature if that variable could...
This is a regression caused by #5 and commit 26dc57de. Some downstream reports: https://bugzilla.redhat.com/show_bug.cgi?id=1149893 https://bugzilla.redhat.com/show_bug.cgi?id=1237146 Not sure if Gnome or colord is to blame here, but it was colord that...
### Summary I am trying to deploy package files over a heterogeneous environment and trying to avoid having to duplicate things for each different distro. As such I want to...
Our smart card code currently doesn't reset properly. There are two times when this is needed: * When asked by the server (when we get `PAKID_CORE_SERVER_ANNOUNCE`) * When the connection...
Allows you to more easily select a subset of algorithms you want to use, without also overriding the priority, or enabling something that is no longer deemed safe to use.
POSIX doesn't specify the internal layout of the `fd_set` object, so let's not assume it is just a bit mask. This increases compatibility with systems that have a different layout....
**Describe the bug** Things like `This is veryimportant!` isn't currently properly handled by our translations. It is currently split up in to `This is`, `very` and `important!` which makes it...
Browsers are moving to deprecate the user agent string in favour of a more flexible "client hints" system. As we currently do some checks based on user agent we need...
Expose a simple and stable API to override default settings, and force settings that users shouldn't be able to change. Fixes #1159.