Your message dated Tue, 26 Mar 2013 15:32:59 +0000
with message-id <[email protected]>
and subject line Bug#701619: fixed in gsettings-desktop-schemas 3.8.0-1
has caused the Debian Bug report #701619,
regarding gsettings-desktop-schemas: Updating gnome-themes-standard to 3.7.90
broke switching windows in gnome-shell 3.6
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
701619: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=701619
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: gsettings-desktop-schemas
Version: 3.7.90-1
Severity: normal
Tags: patch
Control: affects -1 gnome-shell
Dear maintainers,
After updating gnome-themes-standard to 3.7.90, Alt-Tab combination does
no longer switch windows in gnome-shell. This happens because gnome-shell
3.6 uses 'switch-windows' combination for switching windows, while in
GNOME 3.8 there are two different keys: 'switch-applications' and
'switch-windows'.
Please apply the attached patch that will fix this. It can be dropped when
gnome-shell gets updated to 3.8.
Cheers,
--
Dmitry Shachnev
-- System Information:
Debian Release: 7.0
APT prefers unstable
APT policy: (700, 'unstable'), (500, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 3.2.0-4-686-pae (SMP w/4 CPU cores)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages gsettings-desktop-schemas depends on:
ii dconf-gsettings-backend [gsettings-backend] 0.12.1-3
gsettings-desktop-schemas recommends no packages.
gsettings-desktop-schemas suggests no packages.
-- no debconf information
Index: debian/patches/series
===================================================================
--- debian/patches/series (revision 36801)
+++ debian/patches/series (working copy)
@@ -1 +1,2 @@
01_no_metacity_theme.patch
+02_fix_alt-tab_in_gnome-shell_3.6.patch
Index: debian/patches/02_fix_alt-tab_in_gnome-shell_3.6.patch
===================================================================
--- debian/patches/02_fix_alt-tab_in_gnome-shell_3.6.patch (revision 0)
+++ debian/patches/02_fix_alt-tab_in_gnome-shell_3.6.patch (working copy)
@@ -0,0 +1,32 @@
+Description: Move Alt+Tab shortcut to 'switch-windows' key
+ GNOME Shell 3.6 doesn't yet know about switch-applications key, so
+ it reads 'search-windows' instead. This patch can be dropped when
+ GNOME Shell gets updated to 3.7.x.
+Author: Dmitry Shachnev <[email protected]>
+Forwarded: not-needed
+Last-Update: 2013-02-25
+
+Index: gsettings-desktop-schemas-3.7.90/schemas/org.gnome.desktop.wm.keybindings.gschema.xml.in.in
+===================================================================
+--- gsettings-desktop-schemas-3.7.90.orig/schemas/org.gnome.desktop.wm.keybindings.gschema.xml.in.in 2013-02-25 15:26:36.568757469 +0400
++++ gsettings-desktop-schemas-3.7.90/schemas/org.gnome.desktop.wm.keybindings.gschema.xml.in.in 2013-02-25 15:26:49.512756942 +0400
+@@ -76,7 +76,7 @@
+ <_summary>Reverse switch windows of an application</_summary>
+ </key>
+ <key name="switch-applications" type="as">
+- <default><![CDATA[['<Super>Tab','<Alt>Tab']]]></default>
++ <default><![CDATA[['<Super>Tab']]]></default>
+ <_summary>Switch applications</_summary>
+ </key>
+ <key name="switch-applications-backward" type="as">
+@@ -84,8 +84,8 @@
+ <_summary>Reverse switch applications</_summary>
+ </key>
+ <key name="switch-windows" type="as">
+- <default>[]</default>
+- <_summary>Switch windows</_summary>
++ <default><![CDATA[['<Alt>Tab']]]></default>
++ <_summary>Switch applications</_summary>
+ </key>
+ <key name="switch-windows-backward" type="as">
+ <default>[]</default>
Index: debian/changelog
===================================================================
--- debian/changelog (revision 36801)
+++ debian/changelog (working copy)
@@ -1,3 +1,11 @@
+gsettings-desktop-schemas (3.7.90-2) UNRELEASED; urgency=low
+
+ * Fix Alt+Tab combination not working in GNOME 3.6 by moving that
+ shortcut from "switch-applications" to "switch-windows" key
+ (02_fix_alt-tab_in_gnome-shell_3.6.patch).
+
+ -- Dmitry Shachnev <[email protected]> Mon, 25 Feb 2013 15:33:22 +0400
+
gsettings-desktop-schemas (3.7.90-1) experimental; urgency=low
[ Josselin Mouette ]
--- End Message ---
--- Begin Message ---
Source: gsettings-desktop-schemas
Source-Version: 3.8.0-1
We believe that the bug you reported is fixed in the latest version of
gsettings-desktop-schemas, which is due to be installed in the Debian FTP
archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Emilio Pozuelo Monfort <[email protected]> (supplier of updated
gsettings-desktop-schemas package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Tue, 26 Mar 2013 15:53:06 +0100
Source: gsettings-desktop-schemas
Binary: gsettings-desktop-schemas gsettings-desktop-schemas-dev
gir1.2-gdesktopenums-3.0
Architecture: source all i386
Version: 3.8.0-1
Distribution: experimental
Urgency: low
Maintainer: Debian GNOME Maintainers
<[email protected]>
Changed-By: Emilio Pozuelo Monfort <[email protected]>
Description:
gir1.2-gdesktopenums-3.0 - GObject introspection for GSettings desktop-wide
schemas
gsettings-desktop-schemas - GSettings deskop-wide schemas
gsettings-desktop-schemas-dev - Development files for GSettings desktop-wide
schemas
Closes: 701619
Changes:
gsettings-desktop-schemas (3.8.0-1) experimental; urgency=low
.
* New upstream release.
* debian/control.in:
+ Add breaks on gnome-shell (<< 3.7.90). Closes: #701619.
+ Add breaks on gnome-settings-daemon (<< 3.7.90) and
nautilus (<< 3.7.92) for the draw-background key removal.
Checksums-Sha1:
daf59fc20615df5bcafae7a7a4041cfa7f645310 1942
gsettings-desktop-schemas_3.8.0-1.dsc
5eb43f06efcad3b1312e0a5901196428de2e616b 439508
gsettings-desktop-schemas_3.8.0.orig.tar.xz
ff0cf94fc4f19c49fb70d6f7d6180a5f67240476 4137
gsettings-desktop-schemas_3.8.0-1.debian.tar.gz
c61da8243c76db213416b2495cc91fec5aca55b9 345170
gsettings-desktop-schemas_3.8.0-1_all.deb
7248490bcce381483ee6e297e125f6381c7e5d64 9866
gsettings-desktop-schemas-dev_3.8.0-1_i386.deb
dc6f9550cc910a31f6261e34540af803ee5222ab 9222
gir1.2-gdesktopenums-3.0_3.8.0-1_i386.deb
Checksums-Sha256:
3d0cb77e556fa7e8864a3b4726f435fba1a4f72ccafc4775197443f66001282a 1942
gsettings-desktop-schemas_3.8.0-1.dsc
9583384299c3b8cc21f99327a84527d3e7e55a26ada35ea81522dc4c05a5ae0c 439508
gsettings-desktop-schemas_3.8.0.orig.tar.xz
3b68c2a6ceae33128ebc1634e063ea7baec93955ef7b3b13afc6923332fb3811 4137
gsettings-desktop-schemas_3.8.0-1.debian.tar.gz
c07852820819d5d93fed5c4b3f6b64d540f51c992a0d7cc7a94cce803224b0d5 345170
gsettings-desktop-schemas_3.8.0-1_all.deb
e349c0eea146f09dedcb7b1a9d067c740b23b9d71410371e1ced204dd559debe 9866
gsettings-desktop-schemas-dev_3.8.0-1_i386.deb
cabcca738ba9fcf83ab475570bf677ceb8ae7def73df0259cccc01e88edddc43 9222
gir1.2-gdesktopenums-3.0_3.8.0-1_i386.deb
Files:
ae0c8ba764732b993719b4c4bb784ed4 1942 gnome optional
gsettings-desktop-schemas_3.8.0-1.dsc
b42dd36beb8af4eb1056d2b782d962e7 439508 gnome optional
gsettings-desktop-schemas_3.8.0.orig.tar.xz
45a6ad1b822ec9ca5794f84c3277370c 4137 gnome optional
gsettings-desktop-schemas_3.8.0-1.debian.tar.gz
46b5ebb533f6bd9dc9d6112aa9d5c591 345170 gnome optional
gsettings-desktop-schemas_3.8.0-1_all.deb
17dcb15157d7b20044d5e2380c88594d 9866 gnome optional
gsettings-desktop-schemas-dev_3.8.0-1_i386.deb
d68adf65c5bcdc8e3fca70e5ef2a9070 9222 gnome optional
gir1.2-gdesktopenums-3.0_3.8.0-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iEYEARECAAYFAlFRvDQACgkQhTV17EoIsv5q6gCgsGK25MbUvnIs06m0eYKbMRio
QVcAnAp4Kcspb1epfLDd9Z+U3HFKwsmq
=gfry
-----END PGP SIGNATURE-----
--- End Message ---