Your message dated Tue, 16 Jun 2009 21:55:00 +0000
with message-id <[email protected]>
and subject line Bug#527238: fixed in xfce4-settings 4.6.1-2
has caused the Debian Bug report #527238,
regarding xfce4-settings: xfce4-keyboard-settings does not change repeat delay
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.)
--
527238: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=527238
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: xfce4-settings
Version: 4.6.1-1
Severity: normal
Tags: patch
Since I updated to version 4.6.1, my keyboard repeat delay is very
slow. I cannot set the delay via the xfce4-keyboard-settings dialog.
It is possible to adjust the keyboard repeat rate via this dialog, but
the slider for the delay has no effect at all. It is possible to set
the delay via "xset r rate" on the command line, but if I add such a
line to my .xsessionrc, the setting is later overwritten by the XFCE
setting. So it seems XFCE *can* set the keyboard delay, it just does
not use the value I set in the dialog.
This is the contents of my
~/.config/xfce4/xfconf/xfce-perchannel-xml/keyboards.xml:
<?xml version="1.0" encoding="UTF-8"?>
<channel name="keyboards" version="1.0">
<property name="Default" type="empty">
<property name="KeyRepeat" type="bool" value="true">
<property name="Delay" type="int" value="840"/>
<property name="Rate" type="int" value="50"/>
</property>
</property>
<property name="DefaultKeyRepeat" type="empty">
<property name="Delay" type="int" value="10"/>
</property>
</channel>
Oh, well, looking at this file the error seems to be pretty obvious --
did not do this before :)
So here is a patch:
--- dialogs/keyboard-settings/xfce-keyboard-settings.c~ 2009-03-02
18:48:00.000000000 +0100
+++ dialogs/keyboard-settings/xfce-keyboard-settings.c 2009-05-06
11:56:33.000000000 +0200
@@ -322,7 +322,7 @@
xfconf_g_property_bind (settings->priv->keyboards_channel,
"/Default/KeyRepeat/Rate", G_TYPE_INT, G_OBJECT (xkb_key_repeat_rate_scale),
"value");
xkb_key_repeat_delay_scale = gtk_range_get_adjustment (GTK_RANGE
(glade_xml_get_widget (settings->priv->glade_xml,
"xkb_key_repeat_delay_scale")));
- xfconf_g_property_bind (settings->priv->keyboards_channel,
"/DefaultKeyRepeat/Delay", G_TYPE_INT, G_OBJECT (xkb_key_repeat_delay_scale),
"value");
+ xfconf_g_property_bind (settings->priv->keyboards_channel,
"/Default/KeyRepeat/Delay", G_TYPE_INT, G_OBJECT (xkb_key_repeat_delay_scale),
"value");
/* XSETTINGS */
net_cursor_blink_check = glade_xml_get_widget (settings->priv->glade_xml,
"net_cursor_blink_check");
Cheers,
Sven
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.29-1-686-bigmem (SMP w/2 CPU cores)
Locale: LANG=C, lc_ctype=de...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash
Versions of packages xfce4-settings depends on:
ii libc6 2.9-4 GNU C Library: Shared libraries
ii libcairo2 1.8.6-2+b1 The Cairo 2D vector graphics libra
ii libdbus-glib-1-2 0.80-3 simple interprocess messaging syst
ii libexo-0.3-0 0.3.101-1 Library with extensions for Xfce
ii libglade2-0 1:2.6.4-1 library to load .glade files at ru
ii libglib2.0-0 2.20.0-2 The GLib library of C routines
ii libgtk2.0-0 2.16.1-2 The GTK+ graphical user interface
ii libnotify1 [libnotify1-gtk2. 0.4.5-1 sends desktop notifications to a n
ii libpango1.0-0 1.24.0-3+b1 Layout and rendering of internatio
ii libwnck22 2.24.2-2 Window Navigator Construction Kit
ii libx11-6 2:1.2.1-1 X11 client-side library
ii libxcursor1 1:1.1.9-1 X cursor management library
ii libxfce4util4 4.6.1-1 Utility functions library for Xfce
ii libxfcegui4-4 4.6.1-1 Basic GUI C functions for Xfce4
ii libxfconf-0-2 4.6.1-1 Client library for Xfce4 configure
ii libxi6 2:1.2.1-2 X11 Input extension library
ii libxklavier12 3.9-1 X Keyboard Extension high-level AP
ii libxrandr2 2:1.3.0-2 X11 RandR extension library
ii xfconf 4.6.1-1 utilities for managing settings in
Versions of packages xfce4-settings recommends:
ii aumix 2.8-22 Simple text-based mixer control pr
ii x11-utils 7.4+1 X11 utilities
xfce4-settings suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: xfce4-settings
Source-Version: 4.6.1-2
We believe that the bug you reported is fixed in the latest version of
xfce4-settings, which is due to be installed in the Debian FTP archive:
xfce4-settings_4.6.1-2.diff.gz
to pool/main/x/xfce4-settings/xfce4-settings_4.6.1-2.diff.gz
xfce4-settings_4.6.1-2.dsc
to pool/main/x/xfce4-settings/xfce4-settings_4.6.1-2.dsc
xfce4-settings_4.6.1-2_amd64.deb
to pool/main/x/xfce4-settings/xfce4-settings_4.6.1-2_amd64.deb
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.
Yves-Alexis Perez <[email protected]> (supplier of updated xfce4-settings
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: RIPEMD160
Format: 1.8
Date: Tue, 16 Jun 2009 22:13:49 +0200
Source: xfce4-settings
Binary: xfce4-settings
Architecture: source amd64
Version: 4.6.1-2
Distribution: unstable
Urgency: low
Maintainer: Debian Xfce Maintainers <[email protected]>
Changed-By: Yves-Alexis Perez <[email protected]>
Description:
xfce4-settings - graphical application for managing Xfce settings
Closes: 527238
Changes:
xfce4-settings (4.6.1-2) unstable; urgency=low
.
* debian/patches:
- 01_fix-timeout-startup: avoid timeouting at startup. (Xfce Bug #5040,
Xfce Svn r29991)
- 02_fix-keyrepeat-typo: fix typo in KeyRepeart property name so the
settings is correctly applied. Thanks Sven Marnach! closes: #527238
Checksums-Sha1:
dd67400225518ecb1cf2d25672d602dd22818ca1 1506 xfce4-settings_4.6.1-2.dsc
5d48645ebe6bbc5c8363357b42ae1f0dcc43b5ee 6845 xfce4-settings_4.6.1-2.diff.gz
91d3d349104bd7ce70b26a015b5dcfec55817d08 271762
xfce4-settings_4.6.1-2_amd64.deb
Checksums-Sha256:
5d55d5c0361a47ea4dccdf8fda6b590e853560b98270ca8a1c5d5a29134f6e4a 1506
xfce4-settings_4.6.1-2.dsc
b5b59b0c27c4ad1c296b3b36a025751069557e001abfcca6a0a75a3e8be32dde 6845
xfce4-settings_4.6.1-2.diff.gz
6e4ed820a2fbd2115cc5c4d3a41ffc0b98a72d5962e689c696b323b11b98976f 271762
xfce4-settings_4.6.1-2_amd64.deb
Files:
5a36d1b9a199a413a2d28cf8c58fc102 1506 xfce optional xfce4-settings_4.6.1-2.dsc
e3e5dec7ef25292de25675e1ee84bfc3 6845 xfce optional
xfce4-settings_4.6.1-2.diff.gz
36f23fc999aa41cb00369cc85d1ab6b7 271762 xfce optional
xfce4-settings_4.6.1-2_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEAREDAAYFAko3/cwACgkQTUTAIMXAW66VqQCghUlTBanhz4rqTLYwAxCTM1ju
85EAn1qlNoKoT86jTsFLN3x+Nfvb2dWQ
=TYG8
-----END PGP SIGNATURE-----
--- End Message ---