Your message dated Thu, 15 May 2008 07:02:06 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#481086: fixed in xfce4-panel 4.4.2-5
has caused the Debian Bug report #481086,
regarding xfce4-panel: plugins ignore multiscreen environment
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.)
--
481086: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=481086
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: xfce4-panel
Version: 4.4.2-4.2
Severity: normal
Tags: patch
Some plugins ignore the screen they are on in a multiscreen (i.e. :0.0
and :0.1) display, and always launch on the primary screen.
Attached is a patch that fixes that problem. It is already in svn, see
r26937 in the 4_4 branch.
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.24-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages xfce4-panel depends on:
ii exo-utils 0.3.4-6 Utility files for libexo
ii libatk1.0-0 1.22.0-1 The ATK accessibility toolkit
ii libc6 2.7-10 GNU C Library: Shared libraries
ii libcairo2 1.6.4-1+b1 The Cairo 2D vector graphics libra
ii libexo-0.3-0 0.3.4-6 Library with extensions for Xfce
ii libfontconfig1 2.5.0-2 generic font configuration library
ii libfreetype6 2.3.5-1+b1 FreeType 2 font engine, shared lib
ii libglib2.0-0 2.16.3-2 The GLib library of C routines
ii libgtk2.0-0 2.12.9-3 The GTK+ graphical user interface
ii libice6 2:1.0.4-1 X11 Inter-Client Exchange library
ii libpango1.0-0 1.20.2-2 Layout and rendering of internatio
ii libpixman-1-0 0.10.0-2 pixel-manipulation library for X a
ii libpng12-0 1.2.27-1 PNG library - runtime
ii libsm6 2:1.0.3-1+b1 X11 Session Management library
ii libstartup-notificatio 0.9-1 library for program launch feedbac
ii libx11-6 2:1.0.3-7 X11 client-side library
ii libxfce4mcs-client3 4.4.2-3 Client library for Xfce4 configure
ii libxfce4mcs-manager3 4.4.2-3 Manager library for Xfce4 configur
ii libxfce4util4 4.4.2-2 Utility functions library for Xfce
ii libxfcegui4-4 4.4.2-4 Basic GUI C functions for Xfce4
ii libxrender1 1:0.9.4-1 X Rendering Extension client libra
ii zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime
xfce4-panel recommends no packages.
-- no debconf information
Index: plugins/launcher/launcher-dialog.c
===================================================================
--- plugins/launcher/launcher-dialog.c (revision 26936)
+++ plugins/launcher/launcher-dialog.c (revision 26937)
@@ -1334,6 +1334,9 @@
GTK_STOCK_CLOSE, GTK_RESPONSE_OK,
NULL);
+ gtk_window_set_screen (GTK_WINDOW (ld->dlg),
+ gtk_widget_get_screen (GTK_WIDGET (plugin)));
+
g_object_set_data (G_OBJECT (plugin), "dialog", ld->dlg);
g_object_set_data (G_OBJECT (plugin), "launcher-dialog", ld);
Index: plugins/pager/pager.c
===================================================================
--- plugins/pager/pager.c (revision 26936)
+++ plugins/pager/pager.c (revision 26937)
@@ -340,6 +340,9 @@
GTK_STOCK_CLOSE, GTK_RESPONSE_OK,
NULL);
+ gtk_window_set_screen (GTK_WINDOW (dlg),
+ gtk_widget_get_screen (GTK_WIDGET (plugin)));
+
g_object_set_data (G_OBJECT (plugin), "dialog", dlg);
gtk_window_set_position (GTK_WINDOW (dlg), GTK_WIN_POS_CENTER);
--- End Message ---
--- Begin Message ---
Source: xfce4-panel
Source-Version: 4.4.2-5
We believe that the bug you reported is fixed in the latest version of
xfce4-panel, which is due to be installed in the Debian FTP archive:
xfce4-panel-dbg_4.4.2-5_amd64.deb
to pool/main/x/xfce4-panel/xfce4-panel-dbg_4.4.2-5_amd64.deb
xfce4-panel-dev_4.4.2-5_amd64.deb
to pool/main/x/xfce4-panel/xfce4-panel-dev_4.4.2-5_amd64.deb
xfce4-panel_4.4.2-5.diff.gz
to pool/main/x/xfce4-panel/xfce4-panel_4.4.2-5.diff.gz
xfce4-panel_4.4.2-5.dsc
to pool/main/x/xfce4-panel/xfce4-panel_4.4.2-5.dsc
xfce4-panel_4.4.2-5_amd64.deb
to pool/main/x/xfce4-panel/xfce4-panel_4.4.2-5_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-panel 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: Thu, 15 May 2008 08:48:41 +0200
Source: xfce4-panel
Binary: xfce4-panel xfce4-panel-dev xfce4-panel-dbg
Architecture: source amd64
Version: 4.4.2-5
Distribution: unstable
Urgency: low
Maintainer: Debian Xfce Maintainers <[EMAIL PROTECTED]>
Changed-By: Yves-Alexis Perez <[EMAIL PROTECTED]>
Description:
xfce4-panel - The Xfce4 desktop environment panel
xfce4-panel-dbg - debugging informations for xfce4-panel
xfce4-panel-dev - The Xfce4 panel development files
Closes: 481086
Changes:
xfce4-panel (4.4.2-5) unstable; urgency=low
.
* debian/patches:
- 01_fix-dnd-file-panel added, fix a crash when drag & droping a file over
the panel. (Xfce #3815, r26669).
- 02_fix-screen-config-dialog added, fix multiscreen support for
configuration dialogs. (Xfce r26937). closes: #481086
* debian/rules: use quilt make rule.
* debian/control: remove Martin Loschwitz from Uploaders:. Thanks for the
work!
Checksums-Sha1:
0e43c7e9a0767055a103bb9062e0066985983c95 1437 xfce4-panel_4.4.2-5.dsc
5a17ecdee3b57bce5b909574a7ff5e682e195039 17609 xfce4-panel_4.4.2-5.diff.gz
3ea5f2b01c96b1431de9be7835a6266ab0fbb00b 498152 xfce4-panel_4.4.2-5_amd64.deb
a4c5325f9aad2fb728c557800fae4a4ee07211ec 93452
xfce4-panel-dev_4.4.2-5_amd64.deb
6a11a7ce0ec9b93270cd8acd7824de7a3c092ec2 499630
xfce4-panel-dbg_4.4.2-5_amd64.deb
Checksums-Sha256:
c273c0f95b7e846f80f3be209259373bcf9de7698136dbbeeac3ad2b178468a3 1437
xfce4-panel_4.4.2-5.dsc
d681ca0ea9e51f67bc5a9e0576986143e33e34a97b720c8361363a87f85dcc19 17609
xfce4-panel_4.4.2-5.diff.gz
bbfb39458867f448af93ed7ded3d87358115dc4f610ff9c5aa0f1f5e7353fe13 498152
xfce4-panel_4.4.2-5_amd64.deb
b2920260c77ae5fcbad8f6274aafff0532f5b494c81827d032ce6c68a2ec0960 93452
xfce4-panel-dev_4.4.2-5_amd64.deb
f3d4245c3810a726dae6d76e532ca6b8d603c13938809a605adb99f359c73e30 499630
xfce4-panel-dbg_4.4.2-5_amd64.deb
Files:
4745d53a8fccff6d5cde97db6162b504 1437 x11 optional xfce4-panel_4.4.2-5.dsc
1c1f390ee090827c8dbb413078fbcccc 17609 x11 optional xfce4-panel_4.4.2-5.diff.gz
6e804e58d4eedb23131d6989eac37225 498152 x11 optional
xfce4-panel_4.4.2-5_amd64.deb
c2f25b0655c603b50a7306769c89e22a 93452 devel optional
xfce4-panel-dev_4.4.2-5_amd64.deb
fd9a52ba07d78a3eba1ce361d89f20cc 499630 x11 extra
xfce4-panel-dbg_4.4.2-5_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFIK96BTUTAIMXAW64RAs3KAKCjK2DInx0JrL2AEgoPodSHlOpEeACfWrD/
k2rPMnvZwCSLK8mMUT18qO8=
=x47C
-----END PGP SIGNATURE-----
--- End Message ---