[mate-desktop] 01/02: debian/patches: Add 1000_global_menu_support.diff (LP: #1675956)

Martin Wimpress flexiondotorg-guest at moszumanska.debian.org
Sat Mar 25 00:10:49 UTC 2017


This is an automated email from the git hooks/post-receive script.

flexiondotorg-guest pushed a commit to branch ubuntu/zesty
in repository mate-desktop.

commit ba275b0921c4d5b32ca098d543eee320e2eaa363
Author: Martin Wimpress <martin.wimpress at ubuntu.com>
Date:   Sat Mar 25 00:08:26 2017 +0000

    debian/patches: Add 1000_global_menu_support.diff (LP: #1675956)
---
 debian/patches/1000_global_menu_support.diff | 21 +++++++++++++++++++++
 debian/patches/series                        |  1 +
 2 files changed, 22 insertions(+)

diff --git a/debian/patches/1000_global_menu_support.diff b/debian/patches/1000_global_menu_support.diff
new file mode 100644
index 0000000..f2fabaf
--- /dev/null
+++ b/debian/patches/1000_global_menu_support.diff
@@ -0,0 +1,21 @@
+diff --git a/schemas/org.mate.interface.gschema.xml.in b/schemas/org.mate.interface.gschema.xml.in
+index 72cb9b8..c80068c 100644
+--- a/schemas/org.mate.interface.gschema.xml.in
++++ b/schemas/org.mate.interface.gschema.xml.in
+@@ -160,6 +160,16 @@
+       <summary>Titlebar layout of GTK3 client-side decorated windows</summary>
+       <description>This setting determines which buttons should be put in the titlebar of client-side decorated windows, and whether they should be placed at the left of right. See https://developer.gnome.org/gtk3/stable/GtkSettings.html#GtkSettings--gtk-decoration-layout.</description>
+     </key>
++    <key name="gtk-shell-shows-app-menu" type="b">
++      <default>false</default>
++      <summary>Use a global menubar for displaying application menus</summary>
++      <description> This setting determines where application menu will be displayed - in a window or on a panel with MenuModel protocol. See https://developer.gnome.org/gtk3/stable/GtkSettings.html#GtkSettings--gtk-shell-shows-app-menu.</description>
++    </key>
++    <key name="gtk-shell-shows-menubar" type="b">
++      <default>false</default>
++      <summary>Use a global menubar for displaying window menubars</summary>
++      <description> This setting determines where window menubars will be displayed - in a window or on a panel with MenuModel protocol. See https://developer.gnome.org/gtk3/stable/GtkSettings.html#GtkSettings--gtk-shell-shows-menubar.</description>
++    </key>
+     <key name="automatic-mnemonics" type="b">
+       <default>true</default>
+       <summary>Only show mnemonics on when the Alt key is pressed</summary>
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..c36d04f
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+1000_global_menu_support.diff

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/mate-desktop.git



More information about the pkg-mate-commits mailing list