Your message dated Sun, 23 May 2010 13:32:20 +0000
with message-id <[email protected]>
and subject line Bug#548166: fixed in xfce4-terminal 0.4.5-1
has caused the Debian Bug report #548166,
regarding xfce4-terminal: emailing by mutt from openoffice fails
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.)


-- 
548166: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=548166
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: xfce4-terminal
Version: 0.4.0-1
Severity: important

openoffice file->send by mutt option is not using when xfce4-terminal is
x-terminal-emulator 
changing x-terminal-emulator to xterm or konsole makes this working

openoffice calls something like "x-terminal-emulator -e mutt -e 'set
from="my name"' -a filename" 

i assume the problematic parts are spaces in the arguments (after first
-e switch) which are inproperly handed.

(probably unproper) changes needed to make it work:

link x-terminal-emulator to /usr/bin/xfce4-terminal instead of
/usr/bin/xfce4-terminal.wrapper (the wrapper changes -e switch to -x,
probably has problems with spaces in argument -e, both terminal and mutt
are using -e option)

change senddoc (/usr/lib/openoffice/basis3.1/program/senddoc in my case)
mutt part
from 
${FROM:+-e} ${FROM:+"set from=\"${FROM}\""}
to
${FROM:+-e} ${FROM:+\"set from='${FROM}'\"} 

and save "${MAILER} ..." into a variable and then
call x-terminal-emulator with -e "$cmd" option instead of the value
itself.

however, i have no idea what is affected by these changes. 

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.21-2-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to sk_SK.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages xfce4-terminal depends on:
ii  exo-utils                     0.3.102-1  Utility files for libexo
ii  libatk1.0-0                   1.26.0-1   The ATK accessibility toolkit
ii  libc6                         2.9-25     GNU C Library: Shared libraries
ii  libdbus-1-3                   1.2.16-2   simple interprocess messaging syst
ii  libdbus-glib-1-2              0.82-1     simple interprocess messaging syst
ii  libexo-0.3-0                  0.3.102-1  Library with extensions for Xfce
ii  libglib2.0-0                  2.20.5-1   The GLib library of C routines
ii  libgtk2.0-0                   2.16.6-1   The GTK+ graphical user interface 
ii  libpango1.0-0                 1.24.5-1   Layout and rendering of internatio
ii  libvte9                       1:0.20.5-1 Terminal emulator widget for GTK+ 
ii  libx11-6                      2:1.2.2-1  X11 client-side library
ii  libxfce4util4                 4.6.1-1    Utility functions library for Xfce

Versions of packages xfce4-terminal recommends:
ii  dbus-x11                      1.2.16-2   simple interprocess messaging syst

xfce4-terminal suggests no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: xfce4-terminal
Source-Version: 0.4.5-1

We believe that the bug you reported is fixed in the latest version of
xfce4-terminal, which is due to be installed in the Debian FTP archive:

xfce4-terminal_0.4.5-1.diff.gz
  to main/x/xfce4-terminal/xfce4-terminal_0.4.5-1.diff.gz
xfce4-terminal_0.4.5-1.dsc
  to main/x/xfce4-terminal/xfce4-terminal_0.4.5-1.dsc
xfce4-terminal_0.4.5-1_amd64.deb
  to main/x/xfce4-terminal/xfce4-terminal_0.4.5-1_amd64.deb
xfce4-terminal_0.4.5.orig.tar.gz
  to main/x/xfce4-terminal/xfce4-terminal_0.4.5.orig.tar.gz



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-terminal 
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: SHA512

Format: 1.8
Date: Sun, 23 May 2010 15:02:11 +0200
Source: xfce4-terminal
Binary: xfce4-terminal
Architecture: source amd64
Version: 0.4.5-1
Distribution: unstable
Urgency: low
Maintainer: Debian Xfce Maintainers <[email protected]>
Changed-By: Yves-Alexis Perez <[email protected]>
Description: 
 xfce4-terminal - Xfce terminal emulator
Closes: 548166 576551
Changes: 
 xfce4-terminal (0.4.5-1) unstable; urgency=low
 .
   [ Yves-Alexis Perez ]
   * New upstream snapshot.
   * debian/control:
     - update standards version to 3.8.4.
     - update homepage.
   * debian/patches/
     - 00_binary-name-fix-xfce4-terminal.1 dropped.
     - 01_fix-pref-close-reset-text-properties added, fix “text”
       properties being reset when closing terminal preferences on GTK+ 2.18.9.
   * debian/rules:
     - adjust configure options to use xfce4-terminal name.
     - drop all unneeded adjustements to names at install time.
     - link wrapper manpage to the gzipped terminal one.
     - drop chrpath which seems unneeded anymore.
 .
   [ Lionel Le Folgoc ]
   * debian/xfce4-terminal.wrapper: stole code from gnome-terminal to match
     its behavior on '-x' and '-e'.                              closes: #548166
   * New upstream release:
     - do not fail badly with multiple DISPLAYs.                 closes: #576551
   * debian/patches/01_fix-pref-close-reset-text-properties.patch: dropped,
     included upstream.
   * debian/control: add myself to Uploaders.
Checksums-Sha1: 
 7e188503cb9126494681d221f2eec524c3f8041e 2206 xfce4-terminal_0.4.5-1.dsc
 40864b609381c7acbf73d97a5b0fbdf09969e08d 2136582 
xfce4-terminal_0.4.5.orig.tar.gz
 ab9cddec104eb6e543e81919ed2bbed42df7dd82 8219 xfce4-terminal_0.4.5-1.diff.gz
 4051e20183c5a96402275f8536493250456947c9 1257482 
xfce4-terminal_0.4.5-1_amd64.deb
Checksums-Sha256: 
 8557b0918d7259a6ef2021eb933dfc0feedece104fcd335f3874d6adcde91afe 2206 
xfce4-terminal_0.4.5-1.dsc
 5b3255112d5b2737ed66ba711376eb20784e73f413fe996a32b1588e5d8f7e5e 2136582 
xfce4-terminal_0.4.5.orig.tar.gz
 c6fec6eac9943cba14a52b8d8d7d5cc53cf42862f145489c8b4483734b419d74 8219 
xfce4-terminal_0.4.5-1.diff.gz
 955ea453064efdca21fdfb9ae8e4565a28f52f27bd6d7a869f4042ca339ea88a 1257482 
xfce4-terminal_0.4.5-1_amd64.deb
Files: 
 152b0f6ba337bfd2df3eb507d636e7a9 2206 xfce optional xfce4-terminal_0.4.5-1.dsc
 c06a9a4e12e5638d323f2de70080b0d5 2136582 xfce optional 
xfce4-terminal_0.4.5.orig.tar.gz
 e3c7eb11c09dfcca034a69bdd8ce7ee5 8219 xfce optional 
xfce4-terminal_0.4.5-1.diff.gz
 e593509455ab8a31476271e0af5527ba 1257482 xfce optional 
xfce4-terminal_0.4.5-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iQIcBAEBCgAGBQJL+SmWAAoJEDBVD3hx7wuo1M0P/RSr7zaMc3dheONnAOmgDa5Q
SR/XM/C6en4zccS5aTeUjtqe0ppTyr2HR1kOExV1dDPA1A0DLloSMjTvFM+GpY3R
JMOlpFKDUMM9uoqwue78dKoq+NTgAS2ViYE9Yas+IzLcJNbzubQ7H2K5UtfgYB5y
8aNtkzcE7k/h+eeTigf64KLsE+jNmYWBPkceHpY+86mrvQYkkfhWoR76PpKjjnAO
Hlsi8DN8PB3O48MgS7mvUaZs4P7eiHgVlcHtopOG6yyKB5SlZxE3c+AEPl1/0zK4
wVAJCn2lKrhw1UrSAqmzAGEwPIFIs8b/SPP9blIdM6aOI885ahizhqcE7nQ7cbu2
FdlCPxD7TYFdBPD683ryLVMyq3rEUyZhRZxphHH3ALqOSqXZZ4V1oHhLFoUjlAFd
EqvBIgGazBSZ24mJc8qnn4V4uGEaACXaQj2oyzdNbxRZOxJUjWzLuJQaJhCmF8vO
zPy/VyRdCDOtPeeNIb7PyZRXiqvlCICsudfhIpKF3dIE6G4M90BvC+XhDtFjAqrQ
4xT98xX/MmSjc2XkTzs4mnUl4MJLuWirUWdUzq7ZVwObvAbZsPver2AfrR3dX/vS
zsDh8F8g7PYls0zpg3gG+Xno6keILh5V3pmP1UVZKvarMh3UMtLLYl7ecYUpUR2a
OytbHfBMe/1SU3PAYHFG
=Vkwn
-----END PGP SIGNATURE-----



--- End Message ---
_______________________________________________
Pkg-xfce-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-xfce-devel

Reply via email to