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 »

kojq commented on 2023-01-30 19:46 (UTC)

@mazharhussain I believe the check still fails.

mazharhussain commented on 2023-01-30 19:37 (UTC)

@mrUby, Thank you for bringing it to my attention. Just fixed it.

mrUby commented on 2023-01-30 19:24 (UTC)

I'm getting a validity check failure on gdm-settings-2.0.tar.gz when installing with yay. Is anyone else getting that too, or is it me?

mazharhussain commented on 2022-10-16 03:03 (UTC)

If you would like for something to be done about it, please, open an issue on GitHub.

szfs commented on 2022-10-15 13:46 (UTC)

Enable logo isn't working for me. I've tried a couple of different .png files but they don't show up.

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.