trying to install this via the pkgbuild from the aur on arch linux. this is the error i get
/home/mark/build/rofi-file-browser-extended-git/src/rofi-file-browser-extended/src/filebrowser.c: In function ‘file_browser_get_icon’:
/home/mark/build/rofi-file-browser-extended-git/src/rofi-file-browser-extended/src/filebrowser.c:280:43: error: too few arguments to function ‘rofi_icon_fetcher_query’
280 | fbcmd->icon_fetcher_request = rofi_icon_fetcher_query ( fbcmd->icon_name, height );
trying to install this via the pkgbuild from the aur on arch linux. this is the error i get
/home/mark/build/rofi-file-browser-extended-git/src/rofi-file-browser-extended/src/filebrowser.c: In function ‘file_browser_get_icon’: /home/mark/build/rofi-file-browser-extended-git/src/rofi-file-browser-extended/src/filebrowser.c:280:43: error: too few arguments to function ‘rofi_icon_fetcher_query’ 280 | fbcmd->icon_fetcher_request = rofi_icon_fetcher_query ( fbcmd->icon_name, height );
make[2]: [CMakeFiles/filebrowser.dir/build.make:118: CMakeFiles/filebrowser.dir/src/icons.c.o] Error 1 make[1]: [CMakeFiles/Makefile2:85: CMakeFiles/filebrowser.dir/all] Error 2 make: *** [Makefile:136: all] Error 2