mdouchin
mdouchin
I love the full screen notification, but I still think it can be dismissed too easily : move the mouse or ALT+Tab (which I use a lot when switching between...
You can use a custom action to lock the screen with `xtrlock` ```bash sudo apt install xtrlock ``` Command: `xtrlock -b & sleep $(duration) && pkill xtrlock`
hum, the example above does not work, I do not know why. The same command works in a shell. Perhaps the `&&` ?
I manage to do it via a bash script `~/pomodoro_bloc_screen.sh` which contains ```bash xtrlock -b & sleep $1 && pkill xtrlock ``` This script `~/pomodoro_bloc_screen.sh` should be made executable via...
I am mainly interested in a way to share the pictures taken by QField. I have a question to help me understand the limitations: * QField can import the files...
I correct myself. If I understood well, QField cannot really "read and write" files in `Download/some_folder` but can probably only use a specific Android API allowing to perform only a...
Gentle ping. Any news on this topic please ?
Correct !
No more, but I would like to have @rldhont opinion on this :D
Indeed, the previous code seems awkward : the edition Layers were set only when Spatialite was NOT available ??? It seems this PR would remove the annoying "Spatialite not available"...