Hi, All
Can someone please check if this fix https://github.com/geany/geany-plugins/pull/79 makes sence:

Images were not loaded, b'couse of getting defined
DBGPLUG_DATA_DIR "${PKGDATADIR}/debugger".

OS: ArchLinux

the problem is that waf defines DBGPLUG_DATA_DIR as 
-DDBGPLUG_DATA_DIR="${PKGDATADIR}/debugger"
instead of :
-DDBGPLUG_DATA_DIR="/usr/local/share/geany-plugins/debugger"


Thanks!