Package Details: gdm-settings 4.3-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: 17
Popularity: 1.50
First Submitted: 2022-01-22 12:08 (UTC)
Last Updated: 2024-02-29 04:10 (UTC)

Latest Comments

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

eda2z commented on 2022-09-30 14:24 (UTC)

Thanks for the tip @mazharhussain, I created an issue.

mazharhussain commented on 2022-09-30 01:33 (UTC) (edited on 2022-09-30 01:37 (UTC) by mazharhussain)

@eda2z, could you create an issue on this app's GitHub repo?

https://github.com/realmazharhussain/gdm-settings/issues/new?assignees=&labels=bug&template=bug_report.yml

eda2z commented on 2022-09-28 19:21 (UTC) (edited on 2022-09-28 19:21 (UTC) by eda2z)

I apologize for the following mess. I have no idea how to format the call stack so it looks non-ugly.

eda2z commented on 2022-09-28 19:15 (UTC) (edited on 2022-09-28 20:04 (UTC) by eda2z)

It appears that a recent update broke gdm-settings. If I just click on the icon it hangs. If I run it from the command line I get the following:

[ed@spike ~]$ gdm-settings Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/gdm_settings/app.py", line 104, in do_activate self.window = GdmSettingsWindow(self) File "/usr/lib/python3.10/site-packages/gdm_settings/window.py", line 79, in init self.add_pages() File "/usr/lib/python3.10/site-packages/gdm_settings/window.py", line 96, in add_pages add_page('appearance', ('Appearance'), pages.AppearancePageContent(self)) File "/usr/lib/python3.10/site-packages/gdm_settings/pages/appearance.py", line 41, in __init__ self.bind_to_gsettings() File "/usr/lib/python3.10/site-packages/gdm_settings/pages/appearance.py", line 80, in bind_to_gsettings bind_comborow_by_enum(self.background_type_comborow, File "/usr/lib/python3.10/site-packages/gdm_settings/bind_utils.py", line 47, in bind_comborow_by_enum bind_by_enum(settings, key, comborow, 'selected', enum, flags) File "/usr/lib/python3.10/site-packages/gdm_settings/bind_utils.py", line 40, in bind_by_enum bind_with_mapping(settings, key, widget, property, flags, File "/usr/lib/python3.10/site-packages/gdm_settings/bind_utils.py", line 123, in bind_with_mapping key_changed(settings, key) File "/usr/lib/python3.10/site-packages/gdm_settings/bind_utils.py", line 95, in key_changed widget.set_property(prop, key_to_prop(settings[key], user_data)) File "/usr/lib/python3.10/site-packages/gdm_settings/bind_utils.py", line 34, in enum_name_to_value return enum[name].value File "/usr/lib/python3.10/enum.py", line 440, in __getitem__ return cls._member_map[name] KeyError: 'Image'

Scotty_Trees commented on 2022-06-11 08:52 (UTC)

From upstream James Westman announces:

I’ve released blueprint-compiler v0.2.0, the first tagged release! If you’re using blueprint in a project, I highly recommend using this tag instead of the main branch, to avoid any breakage as the language develops toward 1.0. You can do this with "tag": "v0.2.0" in your flatpak manifest and revision = v0.2.0 in blueprint-compiler.wrap.

mazharhussain commented on 2022-06-02 05:30 (UTC)

@logothete, try reinstalling blueprint-compiler-git. Maybe that'll help.

logothete commented on 2022-06-01 19:42 (UTC)

Installation via Yay is failing with errors like:


[6/15] Generating 'src/blueprints/gdm-settings.p/top-bar-page.ui'.
FAILED: src/blueprints/gdm-settings.p/top-bar-page.ui 
/usr/bin/blueprint-compiler compile ../gdm-settings-0.5.3/src/blueprints/top-bar-page.blp --output src/blueprints/gdm-settings.p/top-bar-page.ui
Traceback (most recent call last):
  File "/usr/bin/blueprint-compiler", line 22, in <module>
    from blueprintcompiler import main
ModuleNotFoundError: No module named 'blueprintcompiler'

The same error repeats for 7-14/15. blueprint-compiler-git is installed as a make dependency, so I can't figure out why this would happen unless there's some typo hiding away somewhere.

mazharhussain commented on 2022-03-31 07:52 (UTC)

Fixed.

Check dependency appstream has been removed and replaced by appstream-glib in the PKGBUILD.

yochananmarqos commented on 2022-03-30 14:29 (UTC)

This requires appstream-glib (appstream-util) to run the 'Validate appstream file' test, not appstream (appstream-cli).

dhbahr commented on 2022-03-01 07:49 (UTC)

installing blueprint-compiler-git manually first does work though