bug systray on pi4 Debian GNU/Linux 12

Found an issue in the documentation ? Please report it here !

Moderator: Documentation Editors

bugman73
New User
New User
Posts: 2
Joined: Mon Mar 04, 2024 10:44 am

bug systray on pi4 Debian GNU/Linux 12

Post 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
User avatar
mk-soft
Always Here
Always Here
Posts: 6242
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: bug systray on pi4 Debian GNU/Linux 12

Post 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 :!:
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
bugman73
New User
New User
Posts: 2
Joined: Mon Mar 04, 2024 10:44 am

Re: bug systray on pi4 Debian GNU/Linux 12

Post by bugman73 »

Thank you for your reply.i will install the librairy
User avatar
mk-soft
Always Here
Always Here
Posts: 6242
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: bug systray on pi4 Debian GNU/Linux 12

Post 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.
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
Fred
Administrator
Administrator
Posts: 18199
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: bug systray on pi4 Debian GNU/Linux 12

Post by Fred »

Add a note for Raspberry PI OS on wayland
Post Reply