Skip to content
Snippets Groups Projects
Verified Commit 683ea855 authored by Sebastian Krzyszkowiak's avatar Sebastian Krzyszkowiak
Browse files

d/patches: ephy-embed-prefs: Disable back/forward navigation gestures

parent 326e2f6b
No related branches found
No related tags found
1 merge request!21ephy-embed-prefs: Disable back/forward navigation gestures
From: Sebastian Krzyszkowiak <sebastian.krzyszkowiak@puri.sm>
Date: Tue, 9 May 2023 19:13:06 +0200
Subject: ephy-embed-prefs: Disable back/forward navigation gestures
They don't work very well and they hurt the browsing experience.
Back and forward buttons are easily accessible in the UI, so
disable the gestures until they're fixed.
---
embed/ephy-embed-prefs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/embed/ephy-embed-prefs.c b/embed/ephy-embed-prefs.c
index d55f286..5fc5569 100644
--- a/embed/ephy-embed-prefs.c
+++ b/embed/ephy-embed-prefs.c
@@ -575,7 +575,7 @@ ephy_embed_prefs_init (gpointer user_data)
{
guint i;
- webkit_settings = webkit_settings_new_with_settings ("enable-back-forward-navigation-gestures", TRUE,
+ webkit_settings = webkit_settings_new_with_settings ("enable-back-forward-navigation-gestures", FALSE,
"enable-fullscreen", !is_session_phosh (),
"enable-developer-extras", TRUE,
"enable-dns-prefetching", TRUE,
......@@ -4,3 +4,4 @@ pureos/tests-Disable-create_delete_dir-test.patch
pureos/header-bar-Hide-keyboard-shortcuts-button-on-mobile.patch
pureos/Disable-fullscreen.patch
pureos/firefox-sync-dialog-Use-GtkHeaderBar.patch
pureos/ephy-embed-prefs-Disable-back-forward-navigation-gestures.patch
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment