Mat
Mat
It would be great, if this plugin could also store its passwords in kwallet and not just in gnome-keyring.
**Describe the bug** After installing the deb package on a clean Ubuntu 20.04 machine, VSCodium cannot be started because it is missing the library `libX11-xcb.so.1`. That library is contained in...
In the server's source file [utils.c](https://github.com/haiwen/seafile-server/blob/96b33251cefb6cf4e2ef00868c604d6fa39dc218/lib/utils.c#L896), the path of a user's home directory is copied into a buffer twice if on Windows: ```c char new_path[SEAF_PATH_MAX + 1]; char *p =...
The Seadrive client is using the `LoadLibrary` function to dynamically load DLL files during runtime. Those files are loaded without a full path being used which would a file lying...
Similar to #2557 , Seadrive is starting executable files without a path, which could lead to an attacker adding a file with the same name to the CWD of the...
The function `b64encode` of the source file `utils_win.cpp` [does not check the return value] (https://github.com/haiwen/seadrive-gui/blob/8a1e459f1c42a24eec6fcce482398bebf6459e1c/src/utils/utils-win.cpp#L349) of `CryptBinaryToString`. A possible reason for an error returned would be, if the length of...
**Describe the bug** If I am trying to run the installation procedures as outlined in the *Quickstart* section of the documentation, an error occurs du to some incompatibility in a...
### What was a problem? The docker version should not be run with the `--rm`, as this would delete the report right away. ### How this PR fixes the problem?...
Instructions how to build a use a snap package of lxdock. I also updated the *LXD installation* part of the documentation, to primarily suggest a snap based installation, since that...
Update to the documentation how folders are shared. Fixes the 4th box of #122 Questions for @robvdl to complete it: There are two share related attributes defined in the schema:...