Fernando Ayats
Fernando Ayats
I have the same issue on a Xiaomi with Android 12. Here is the crash log: Click to expand ``` java.lang.RuntimeException: An error occurred while executing doInBackground() at android.os.AsyncTask$4.done(Unknown Source:27)...
After some system updates now it works as intended 👍
I got the same error on NixOS KDE, and don't know if it is related to the build system or else. What I have also tried: - Build the package...
From what I have investigated, it seems that a different environment in KDE causes a bug in python-xlib: https://github.com/python-xlib/python-xlib/issues/207#issuecomment-905194636 The mentioned patch to xlib seems to solve the issue: ```diff...
It would be nice to move it to $XDG_RUNTIME_DIR instead
``` $ findmnt $XDG_RUNTIME_DIR TARGET SOURCE FSTYPE OPTIONS /run/user/1000 tmpfs tmpfs rw,nosuid,nodev,relatime,size=3269616k,nr_inodes=817404,mode=700,uid=1000,gid=100 ```
I had a similiar problem when booting, the systemd service started but it showed the warning: ` [WARN] Error adding device /dev/hidraw3: Invalid function ID` I also read about a...
Speaking of that string, wasn't it supposed to be automatically updated?
This issue is not limited to Bismuth, but it also happened to me using AwesomeWM. The setting General > Startup > Open previous windows and tabs, will make Firefox remember...
After research a bit, this seems to be an open issue in Firefox (see [bugzilla#686747](https://bugzilla.mozilla.org/show_bug.cgi?id=686747), [bugzilla#1630251](https://bugzilla.mozilla.org/show_bug.cgi?id=1630251)) `privacy.resistFingerprinting = true` in `about:config` seems to be a workaround for this problem