Hi everyone,
I loaded purebasic version 6.10 b7 on my Raspberry Pi 4 (Debian GNU/Linux 12 (bookworm)").
The addsystray() function causes an invalid memory access error.
to cause the bug I ran the directory sample.
Is this a bug?
Thank you
bug systray on pi4 Debian GNU/Linux 12
Moderator: Documentation Editors
Re: bug systray on pi4 Debian GNU/Linux 12
Linux install descriptions is not up to date ...

And read this: https://www.purebasic.fr/english/viewto ... 77#p616477sudo apt-get install libappindicator3-dev

My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
Re: bug systray on pi4 Debian GNU/Linux 12
Thank you for your reply.i will install the librairy
Re: bug systray on pi4 Debian GNU/Linux 12
Wellcome 
Unfortunately the libappinidicator (libayatana-appindicator3) does not work with LXDE Wayland for Raspberry from Debian. It has not been updated yet.
Therefore the icons are not displayed under Wayland.
But with LXDE X11 the icons work.
You can switch from Wayland to X11 with 'sudo raspi-config' until it has been fixed.

Unfortunately the libappinidicator (libayatana-appindicator3) does not work with LXDE Wayland for Raspberry from Debian. It has not been updated yet.
Therefore the icons are not displayed under Wayland.
But with LXDE X11 the icons work.
You can switch from Wayland to X11 with 'sudo raspi-config' until it has been fixed.
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
Re: bug systray on pi4 Debian GNU/Linux 12
Add a note for Raspberry PI OS on wayland