On 2026-07-10 12:44:48 +0200, Vincent Lefevre wrote: > Just after typing the first character of the password to unlock > the database (after starting otpclient), I get the following > error in the terminal: > > couldn't lock 16384 bytes of memory (gtk): Cannot allocate memory
This error message actually comes from the GTK4 library /usr/lib/x86_64-linux-gnu/libgtk-4.so.1 However, libraries should normally not output error messages to stderr, but pass the error to the caller. -- Vincent Lefèvre <[email protected]> - Web: <https://www.vinc17.net/> 100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/> Work: CR INRIA - computer arithmetic / Pascaline project (LIP, ENS-Lyon)

