Package Details: gdm-settings 4.4-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: 18
Popularity: 1.96
First Submitted: 2022-01-22 12:08 (UTC)
Last Updated: 2024-06-16 06:48 (UTC)

Latest Comments

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

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?

mar04 commented on 2023-04-14 17:05 (UTC)

I get this error while trying to build it.

[28/29] Generating src/resources/blueprints with a custom command
usage: blueprint-compiler [-h] [--version] command ...

positional arguments:
  command
    compile      Compile blueprint files
    batch-compile
             Compile many blueprint files at once
    port         Interactive porting tool
    lsp          Run the language server (for internal use by IDEs)
    help         Show this message

optional arguments:
  -h, --help     show this help message and exit
  --version      show program's version number and exit
[29/29] Generating src/resources/resources_gresource with a custom command
FAILED: src/resources/resources.gresource
/usr/bin/glib-compile-resources ../gdm-settings-3.1/src/resources/gdm-settings.gresource.xml --sourcedir src/resources --sourcedir 
../gdm-settings-3.1/src/resources --internal --generate --target src/resources/resources.gresource --dependency-file 
src/resources/resources.gresource.d
../gdm-settings-3.1/src/resources/gdm-settings.gresource.xml: Failed to locate “ui/main-window.ui” in any source directory.
ninja: build stopped: subcommand failed.

neuronestanco commented on 2023-04-14 15:47 (UTC)

I already tried but it returns the same error