Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 589058 Details for
Bug 693518
gnome-base/gsettings-desktop-schemas-3.32 breaks <=x11-wms/mutter-3.30.2-r4 on touchscreens
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Preposed Patch
0028-backends-Update-to-new-output-setting-for-tablets-to.patch (text/plain), 1.72 KB, created by
Ethan Steinbrecher
on 2019-09-04 21:03:34 UTC
(
hide
)
Description:
Preposed Patch
Filename:
MIME Type:
Creator:
Ethan Steinbrecher
Created:
2019-09-04 21:03:34 UTC
Size:
1.72 KB
patch
obsolete
>From 5515618aa40d7703f67ab1a7b81c83e14706d31b Mon Sep 17 00:00:00 2001 >From: Fabio Valentini <decathorpe@gmail.com> >Date: Tue, 16 Jul 2019 10:29:01 +0200 >Subject: [PATCH 28/28] backends: Update to new "output" setting for > tablets/touchscreens > >--- > src/backends/meta-input-settings.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/src/backends/meta-input-settings.c b/src/backends/meta-input-settings.c >index 42540dd27..4c69f8be4 100644 >--- a/src/backends/meta-input-settings.c >+++ b/src/backends/meta-input-settings.c >@@ -829,7 +829,7 @@ meta_input_settings_find_monitor (MetaInputSettings *input_settings, > gchar **edid; > > priv = meta_input_settings_get_instance_private (input_settings); >- edid = g_settings_get_strv (settings, "display"); >+ edid = g_settings_get_strv (settings, "output"); > n_values = g_strv_length (edid); > > if (n_values != 3) >@@ -1172,7 +1172,7 @@ mapped_device_changed_cb (GSettings *settings, > const gchar *key, > DeviceMappingInfo *info) > { >- if (strcmp (key, "display") == 0) >+ if (strcmp (key, "output") == 0) > update_device_display (info->input_settings, settings, info->device); > else if (strcmp (key, "mapping") == 0) > update_tablet_mapping (info->input_settings, settings, info->device); >@@ -2086,7 +2086,7 @@ meta_input_settings_cycle_tablet_output (MetaInputSettings *input_settings, > edid[1] = ""; > edid[2] = ""; > } >- g_settings_set_strv (info->settings, "display", edid); >+ g_settings_set_strv (info->settings, "output", edid); > > meta_display_show_tablet_mapping_notification (meta_get_display (), > device, pretty_name); >-- >2.21.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 693518
: 589058