Page 1 of 1

bug systray on pi4 Debian GNU/Linux 12

Posted: Mon Mar 04, 2024 3:06 pm
by bugman73
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

Re: bug systray on pi4 Debian GNU/Linux 12

Posted: Mon Mar 04, 2024 6:09 pm
by mk-soft
Linux install descriptions is not up to date ...
sudo apt-get install libappindicator3-dev
And read this: https://www.purebasic.fr/english/viewto ... 77#p616477 :!:

Re: bug systray on pi4 Debian GNU/Linux 12

Posted: Wed Mar 13, 2024 5:29 pm
by bugman73
Thank you for your reply.i will install the librairy

Re: bug systray on pi4 Debian GNU/Linux 12

Posted: Wed Mar 13, 2024 7:48 pm
by mk-soft
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.

Re: bug systray on pi4 Debian GNU/Linux 12

Posted: Fri Aug 09, 2024 5:52 pm
by Fred
Add a note for Raspberry PI OS on wayland