j75
j75
Same problem on Ubuntu 20.04 - even with `--no-sandbox` option it spits some warnings ``` [32906:0104/104101.267695:FATAL:platform_shared_memory_region_posix.cc(255)] This is frequently caused by incorrect permissions on /dev/shm. Try 'sudo chmod 1777 /dev/shm'...
No, I have the same issue on Ubuntu 20.04.02 regardless the value of `kernel.unprivileged_userns_clone`! The application tries to start, a gray splashscreen is shown, but stops there! The latest messages...
Yes, it is better after doing that - however, some messages persist: ``` qemu-system-x86_64: warning: dbind: Couldn't connect to accessibility bus: Failed to connect to socket /tmp/dbus-zGkyTiPzBJ: Connection refused pulseaudio:...
For another model (http://www.diyleyuan.com/jc/082V4.html) that uses a 28 pin STC15W408AS, the `define stc15w408as` from the src/hwconfig.h seems to be wrong, as this model has only 2 switches.
The test was done on a Linux Mint distribution: ``` % lsb_release -a No LSB modules are available. Distributor ID: Linuxmint Description: LMDE 4 (debbie) Release: 4 Codename: debbie ```
No, it is not fixed; what this patch is doing is to add `"${VERSION}"` at the end of **TLSFLAG** variable, but this variable worth `-tls1_1` and thus crashes on my...
Yes, it seems now that it works - at the expense of not being able to set the **TLS** version anymore (it was possible before with the **-v** option).
I've tried with other documents too, and with the CLI application - the result is the same, it never works! The folder **/tmp/dangerzone/** does not exist, maybe it is created...
No, I have just installed the debian package: ``` % aptitude show dangerzone Package: dangerzone Version: 0.5.0-1 New: yes State: installed Automatically installed: no Priority: optional Section: python Maintainer: Freedom...
`getenforce` shows **Disabled** but `sudo aa-status` shows a lot of stuff: ``` apparmor module is loaded. 85 profiles are loaded. 72 profiles are in enforce mode. ... ```