Christian Kujau
Christian Kujau
When compiling with newer GCC versions the following warning is emitted: ----------------------------------------------------------------------- In file included from /usr/include/string.h:495, from net.c:57: In function ‘strncat’, inlined from ‘read_remote.part.0’ at net.c:168:4: /usr/include/bits/string_fortified.h:136:10: warning: ‘__builtin___strncat_chk’...
* Removed commented out macro to prevent: warning: Macro expanded in comment on line 133: %{_libdir}/jitsi/ * Removed ant-nodeps build dependency to prevent: error: Failed build dependencies: ant-nodeps is needed...
When I "Quick Connect" to e.g. 127.0.0.1:1234 and 127.0.0.1:5678, only "127.0.0.1" is shown in CoRD's window. Switching between sessions works, but I cannot tell from the window title which session...
Barnacle 0.6.7 here on Android 4.3 here, everything works, but: in "Settings", I can only choose "WEP" in "Wireless Encryption". Any plans to support WPA2 in the near future?
**Describe the bug** When running `fwupdtool` the following message is printed for some commands: ``` FuPluginIntelMe failed to get public key using /fpf/OemCred: generic failure [0xb] ``` Note: this error...
**Describe the bug** Just installed v0.13.0 and wanted to show the help menu, all while running in a [GNU/screen](https://www.gnu.org/software/screen/) session and a string `11;rgb:1e1e/1e1e/1e1e` is printed to stdout. **To Reproduce**...
The convert() function was missing a OutFileAlreadyExistsException. With that added, issue #194 should be fixed.
OK, this is not really a bug (yet), more like an enhancement request: with Python2 now in [EOL](https://devguide.python.org/devcycle/#end-of-life-branches) status, `afraid-autologin` needs to be ported to Python3. By someone. Better yet,...
Coming across the same warning that was reported in [PR#929](https://github.com/dehydrated-io/dehydrated/pull/929 "Suppress openssl warning about reading from stdin") this is my attempt to disable this warning. Instead of discarding stderr in...
**Describe the issue** Debian 12 (arm64) is installed as a headless VM and is running just fine. But when the host system is put to sleep while the VM is...