Package Details: gdm-settings 3.1-2

Git Clone URL: https://aur.archlinux.org/gdm-settings.git (read-only, click to copy)
Package Base: gdm-settings
Description: A settings app for Gnome's Login Manager, GDM
Upstream URL: https://gdm-settings.github.io
Licenses: AGPL3
Submitter: mazharhussain
Maintainer: mazharhussain
Last Packager: mazharhussain
Votes: 15
Popularity: 0.25
First Submitted: 2022-01-22 12:08 (UTC)
Last Updated: 2023-04-16 05:49 (UTC)

Latest Comments

1 2 3 4 5 Next › Last »

mazharhussain commented on 2023-04-18 17:26 (UTC)

Maybe try installing other AUR packages that use blueprint-compiler during build. A list of programs built with blueprint is provided here.

arash12ir commented on 2023-04-16 10:24 (UTC)

@neuronestanco : It's available in Chaotic repository, so you can download and install it without the need to build.

mazharhussain commented on 2023-04-16 06:01 (UTC)

@neuronestanco Everything on your system seems to be fine. I don't know why meson wouldn't pass the arguments to blueprint-compiler. It seems to call other programs with arguments just fine.

Maybe try compiling the app manually?

wget https://github.com/gdm-settings/gdm-settings/archive/refs/tags/v3.1.tar.gz -O gdm-settings-3.1.tar.gz
tar --extract --file=gdm-settings-3.1.tar.gz
cd gdm-settings-3.1
./build_and_run.sh

mazharhussain commented on 2023-04-16 05:50 (UTC)

@yochananmarqos Sorry, forgot about that. Have updated it now.

yochananmarqos commented on 2023-04-15 15:09 (UTC)

Please update the URL to https://gdm-settings.github.io/ and the source URL to https://github.com/gdm-settings/gdm-settings

neuronestanco commented on 2023-04-15 13:59 (UTC)

blueprint-compiler batch-compile
usage: blueprint-compiler batch-compile [-h]
                                        output-dir input-dir filenames
                                        [filenames ...]
blueprint-compiler batch-compile: error: too few arguments

mazharhussain commented on 2023-04-15 13:07 (UTC)

Does blueprint-compiler batch-compile command (without any additional arguments) print a two line error message or a full length help message?

mar04 commented on 2023-04-14 18:37 (UTC)

same output for me

neuronestanco commented on 2023-04-14 18:04 (UTC) (edited on 2023-04-14 18:18 (UTC) by neuronestanco)

@mar04 this is the same error happening to me... anyway:

@archlinux ~]$ type blueprint-compiler meson ninja
blueprint-compiler is /usr/bin/blueprint-compiler
meson is /usr/bin/meson
ninja is /usr/bin/ninja

mazharhussain commented on 2023-04-14 17:17 (UTC)

What is the output of type blueprint-compiler meson ninja command?