I'm using xfce4 on Archlinux, and when I try to install desktopfolder with yay encountered with: ``` ../data/meson.build:27:5: ERROR: Function does not take positional arguments. ``` it's probably something wrong with meason found solutions here: https://github.com/mikelolasagasti/revelation/issues/87 1. edited /usr/lib/python3.10/site-packages/mesonbuild/modules/i18n.py and removed the @noPosArgs 2. reinstalled revelation with yay -S revelation (same error as before then)