Package Details: gdm-settings 5.0-1

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: 23
Popularity: 2.24
First Submitted: 2022-01-22 12:08 (UTC)
Last Updated: 2024-12-09 18:55 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

lnoferin commented on 2023-09-10 20:47 (UTC) (edited on 2023-09-10 20:52 (UTC) by lnoferin)

@mazharhuassain trying to compile manually I get these errors:

LANG= ./build_and_run.sh                                        255 ✘ 
ninja: Entering directory `/home/leandro/lavoro/gdm-settings-3.1/build'
[1/1] Generating src/resources/resources_gresource with a custom command FAILED: src/resources/resources.gresource
/usr/bin/glib-compile-resources ../src/resources/gdm-settings.gresource.xml --sourcedir src/resources --sourcedir ../src/resources --internal --generate --target src/resources/resources.gresource --dependency-file src/resources/resources.gresource.d
../src/resources/gdm-settings.gresource.xml: Failed to locate “ui/main-window.ui” in any source directory.
ninja: build stopped: subcommand failed.
Could not rebuild /home/leandro/lavoro/gdm-settings-3.1/build

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.

Aftermath 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