Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Gtk4Prep] Remove Gdk.beep () #2422

Closed
wants to merge 1 commit into from
Closed

Conversation

jeremypw
Copy link
Collaborator

Gdk.beep () does not exist in Gtk4

@danirabbit
Copy link
Member

Looks like it's just been moved to be per display https://valadoc.org/gtk4/Gdk.Display.beep.html

@jeremypw
Copy link
Collaborator Author

@danirabbit Ah, thanks. If we keep this, should it respect the org.gnome.desktop.sound event-sounds setting? I am not keen on in-app beeps when the user's attention doesn't need attracting - they do not give any further information.

@danirabbit
Copy link
Member

@jeremypw beep is used when there was some kind of input but the task can't be completed. Like when you're in an empty text entry and try backspace. It's acknowledging the input was accepted but there's nothing to do in response to it.

I think it should respect the settings for alert sounds and screen flashing automatically

@jeremypw
Copy link
Collaborator Author

OK, thanks. I'll leave this in then.

@jeremypw jeremypw closed this Mar 12, 2024
@jeremypw jeremypw deleted the jeremypw/gtk4prep-nobeep branch March 12, 2024 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants