livanh
livanh
I experienced similar behavior on Linux, while uploading 3 moderately large files (300 MB - 1 GB) at the same time. My guess is that siad is either not releasing...
I use [Syncthing](https://syncthing.net/) for this, once setup it works quite reliably, and doesn't even need a server. Try it! In case of a conflict (e.g. two nodes making modifications while...
I applied the suggestion, except for allocating paths in get_thumbnail_paths(). The reason is that I also modified load_thumbnail_thread() to use get_thumbnail_paths() (for consistency and avoiding repetition). In load_thumbnail_thread(), paths are...
Just dropping my 2 cents here: `startx /etc/X11/Xsession` might work better than `startx /bin/env`, or at least might be worth trying. From what I was able to understand, `/etc/X11/Xsession` loads...
I'm using Debian testing. The session file is `/usr/share/xsessions/lightdm-xsession.desktop` and it is installed by the `lightdm` package. This is its content: > [Desktop Entry] > Version=1.0 > Name=Default Xsession >...