You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the session running Xwayland (I have a hard time describing the screenshot below),
there is an error that seems to occur only specifically when trying to start firefox-esr.
In addition, the Falkon release on Debian bookworm presents a bug related to /dev/shm permissions,
with a suggested solution of changing the permission of this path to 1777.
Helper: Starting...
=! Can't get peer creds: Invalid argument
=! Can't get peer creds: Invalid argument
=! Can't get peer creds: Invalid argument
=! Can't get peer creds: Invalid argument
=! Can't get peer creds: Invalid argument
=! Can't get peer creds: Invalid argument
I'm not sure if this is relevant, but I got an stderr message while running ( S=install-libwrapdroid.sh ; "$TERMSH" copy -f -fu "https://raw.githubusercontent.com/green-green-avk/AnotherTerm-scripts/master/$S" -tp . && chmod 755 $S && ./$S )
debconf: delaying package configuration, since apt-utils is not installed
Cloning into 'libwrapdroid'...
server.c: In function 'main':
server.c:396:20: warning: unused parameter 'argc' [-Wunused-parameter]
396 | int main(const int argc, char **const argv) {
| ~~~~~~~~~~^~~~
server.c:396:39: warning: unused parameter 'argv' [-Wunused-parameter]
396 | int main(const int argc, char **const argv) {
| ~~~~~~~~~~~~~^~~~
At top level:
server.c:69:12: warning: 'readString' defined but not used [-Wunused-function]
69 | static int readString(const int sock, char *const buf, const uint16_t len) {
| ^~~~~~~~~~
server.c:65:12: warning: 'writeField' defined but not used [-Wunused-function]
65 | static int writeField(const int sock, const void *const v, const size_t l) {
| ^~~~~~~~~~
common.c: In function 'sendFds':
common.c:61:10: warning: variable-length array bound is unknown [-Wvla-larger-than=]
61 | char cmsg_buf[cmsg_space] __attribute__((aligned(_Alignof(struct cmsghdr))));
| ^~~~~~~~
In file included from shm-sysv.c:7:
common-cli.h:22:12: warning: 'writeString' defined but not used [-Wunused-function]
22 | static int writeString(const int sock, const char *const v) {
| ^~~~~~~~~~~
common-cli.h:18:12: warning: 'writeU32' defined but not used [-Wunused-function]
18 | static int writeU32(const int sock, const uint32_t v) {
| ^~~~~~~~
The text was updated successfully, but these errors were encountered:
The problem persists in the same way or something have changed?
I'm sorry, but the problem persists in the same way. I was wondering if, by any chance, it might have worked on your end, maybe with some emulation of my device properties?
I'm encountering an issue with shared memory on my non-rooted Android phone running AnLinux Debian rootfs armhf.
Despite a potential lapse in installing shared memory APIs emulation, Xwayland seems to be functioning.
I attempted an upgrade to bookworm, but the problem persists.
Any insights or guidance would be greatly appreciated.
On the session running Xwayland (I have a hard time describing the screenshot below),
there is an error that seems to occur only specifically when trying to start
firefox-esr
.In addition, the Falkon release on Debian bookworm presents a bug related to
/dev/shm
permissions,with a suggested solution of changing the permission of this path to 1777.
I'm not sure if this is relevant, but I got an stderr message while running
( S=install-libwrapdroid.sh ; "$TERMSH" copy -f -fu "https://raw.githubusercontent.com/green-green-avk/AnotherTerm-scripts/master/$S" -tp . && chmod 755 $S && ./$S )
The text was updated successfully, but these errors were encountered: