"yad: cannot get shared memory for key 707791860"

For discussions about programming, programming questions/advice, and projects that don't really have anything to do with Puppy.
Post Reply
Message
Author
User avatar
lamplinux
Posts: 31
Joined: Mon 21 Jan 2019, 06:05
Contact:

"yad: cannot get shared memory for key 707791860"

#1 Post by lamplinux »

Using Victor Ananjevsky's random code on GNU/Linux terminal always works

Is there a better setup to get yad working on Android ?


fkey=$(($RANDOM * $$))

This time I am trying to use it under Androi in an Xserver session as follows and I get the below error.

export DISPLAY 192.168.3.241:0 yad (works but, cannot click buttons)

export PULSE_SERVER=tcp:192.168.3.241:47112

Using

yad 0.38.2

Android 5

XServer XSDL (X11 Server)

UserLand (Debian Terminal -- via SSH, usnamer / pw / local ip)

ERROR:

"yad: cannot get shared memory for key 707791860: Fuction not implemented"

-----------------------------

Post Reply