nautilus-folder-icons icon indicating copy to clipboard operation
nautilus-folder-icons copied to clipboard

Function does not take positional arguments

Open AlexAshs opened this issue 2 years ago • 1 comments

Currently meson has issues with building GNOME projects, as documented here: https://github.com/mesonbuild/meson/issues/9441

Because of that issue, meson won't build the project, regardless of whether trying to install from the AUR or manually from git.

To be precise the error message is as follows:

data/meson.build:2:5: ERROR: Function does not take positional arguments.

AlexAshs avatar Jan 13 '22 00:01 AlexAshs

For me it worked to delete line 4 in the data/meson.build file. I deleted the line 'appdata'.

CristianH033 avatar Apr 29 '22 23:04 CristianH033