[Lazarus] workaround for trayicon.hint is ok with Manjaro XFCE
John Landmesser
jmlandmesser at gmx.de
Wed Feb 16 21:29:06 CET 2022
if i use this script to start my application
> #! /bin/bash
> # Lazarus App mit gesetzter Umgebungsvariablen starten
> # APPIND Debug : User choosing to use Traditional SysTray
> export LAZUSEAPPIND=NO
> /run/media/john1/ntfs1/PROJEKTE/Lazarus/Sanduhr/Sanduhr
TrayIcon.hint works again :-)
But it's easier to set
> LCLWidgetType:=qt5
in project settings.
But good to know this alternative!!
More information about the lazarus
mailing list