kde-applications.menu and associated problems

2006-11-08 Thread Kevin Krammer
Hi folks,

it seems that the whole XDG menu handling is not as easy as I thought.
Fixing the spec violation (kde-applications-merged) but keeping 
kde-applications.menu opened a new problem (#397057)

Basically it is triggered by this
http://svn.debian.org/wsvn/pkg-kde/trunk/packages/kdelibs/debian/patches/18_applications_menu_rename.diff?op=file&rev=0&sc=0

The problem is that the internal code assumes that the base part of the 
filename, i.e. without the .menu extension, is also the prefix for 
the "-merged" directory.

It is based on the idea that there is only one applications.menu and the 
option for desktop specific menu prefixes, e.g. "kde-" for 
kde-applications.menu, has only been introduced recently and is thus not yet 
supported by KDE.

The attached patch implements the handling of this new prefix environment 
variable and Waldo Bastian, the core developer who implemented the menu spec 
thinks it is acceptable, so I am going to commit it to KDE.

However this is new code and thus not tested very well.

A couple of options:

1) check if applications.menu can be shared with the other desktops. This 
would obviously be optimal, because it does not require to change any DE's 
code

2) apply the attached patch (or sync with upstream once I have committed) and 
reverted the above mentioned kdelibs patch. This also requires 
XDG_MENU_PREFIX to be set to "kde-", which could be done in /usr/bin/startkde 
or through an environment extender in /usr/env
Since supporting this variable is a new thing, a variant of this would be to 
hardcode the string to "kde-", i.e. not do getenv(), or maybe just for the 
version of Etch
+   QString xdgMenuPrefix = "kde-"; 

3) keep the current code and install a symlink from kde-applcations-merged to 
applications-merged

4) revert to the behavior where KDE has kde-applications-merged. This breaks 
the installing of third party menus (#392807), so it could be a problem for 
LSB (not sure if this version of LSB covers this already)

Cheers,
Kevin

-- 
Kevin Krammer, KDE developer, xdg-utils developer
KDE user support, developer mentoring
Index: vfolder_menu.cpp
===
--- vfolder_menu.cpp	(Revision 603088)
+++ vfolder_menu.cpp	(Arbeitskopie)
@@ -772,9 +772,29 @@
   return QString::null;
}
 
-   QString baseName = QDir::cleanDirPath(m_docInfo.baseDir + fileName);
-   QString result = locate("xdgconf-menu", baseName);
+   QString result;
 
+   QString xdgMenuPrefix = QString::fromLocal8Bit(getenv("XDG_MENU_PREFIX"));
+   if (!xdgMenuPrefix.isEmpty())
+   {
+  QFileInfo fileInfo(fileName);
+
+  QString fileNameOnly = fileInfo.fileName();
+  if (!fileNameOnly.startsWith(xdgMenuPrefix))
+ fileNameOnly = xdgMenuPrefix + fileNameOnly;
+
+  QString baseName = QDir::cleanDirPath(m_docInfo.baseDir +
+fileInfo.dirPath() + "/" +
+fileNameOnly);
+  result = locate("xdgconf-menu", baseName);
+   }
+
+   if (result.isEmpty())
+   {
+   QString baseName = QDir::cleanDirPath(m_docInfo.baseDir + fileName);
+   result = locate("xdgconf-menu", baseName);
+   }
+
return result;
 }
 


pgp9WLP703eov.pgp
Description: PGP signature


Processed: kdesktop: kdesktop_lock fails to renew Kerberos tickets with pam_krb5

2006-11-08 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> found 374394 3.5.5a-2
Bug#374394: kdesktop: kdesktop_lock fails to renew Kerberos tickets with 
pam_krb5
Bug#376803: kdesktop: kdesktop_lock fails to renew Kerberos tickets with 
pam_krb5
Bug marked as found in version 3.5.5a-2.

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#394998: Korganizer won't open from system tray

2006-11-08 Thread Marcus Better
tag 394998 fixed-upstream
thanks

This seems to be fixed in 3.5.5.dfsg.1-1. Please check and close this bug. 
(Shouldn't the BTS forwarding thingy detect that it has been fixed upstream?)

Marcus



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Processed: Korganizer won't open from system tray

2006-11-08 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tag 394998 fixed-upstream
Bug#394998: Korganizer won't open from system tray
Tags were: patch
Tags added: fixed-upstream

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#397635: kmail: reply fails when original sender address contains umlaut AND comma

2006-11-08 Thread Jürgen Braun
Package: kmail
Version: 4:3.5.5.dfsg.1-1
Severity: important

*** Please type your report below this line ***

When replying to a mail that has an original sender name that contains an 
umlaut AND a comma, the recipients of the newly generated mail is broken into 
two parts. example:

sender-address
 "Braun, Jürgen" <[EMAIL PROTECTED]>
gets broken to
 Braun
 Jürgen <[EMAIL PROTECTED]>
in two separate To: Fields. That leads to an email that is send to Jürgen at 
the right address and to Braun with an incorrect Mail-Address.

When the name doesn't contain an umlaut, everything is fine
When the name contains an umlaut but doesn't contain a comma, everything works 
fine too.
The problem only exist if the Name contains an umlaut AND a comma.



-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-jb
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) (ignored: 
LC_ALL set to [EMAIL PROTECTED])

Versions of packages kmail depends on:
ii  kdebase-kio-plugins4:3.5.5a-2core I/O slaves for KDE
ii  kdelibs4c2a4:3.5.5a.dfsg.1-2 core libraries and binaries for 
al
ii  kdepim-kio-plugins 4:3.5.5-1 KDE pim I/O Slaves
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D 
graphi
ii  libaudio2  1.8-2 The Network Audio System (NAS). 
(s
ii  libc6  2.3.6.ds1-7   GNU C Library: Shared libraries
ii  libfontconfig1 2.4.1-2   generic font configuration 
library
ii  libfreetype6   2.2.1-5   FreeType 2 font engine, shared 
lib
ii  libgcc11:4.1.1-19GCC support library
ii  libice61:1.0.1-2 X11 Inter-Client Exchange library
ii  libidn11   0.6.5-1   GNU libidn library, 
implementation
ii  libjpeg62  6b-13 The Independent JPEG Group's JPEG 
ii  libkcal2b  4:3.5.5-1 KDE calendaring library
ii  libkdepim1a4:3.5.5-1 KDE PIM library
ii  libkleopatra1  4:3.5.5-1 KDE GnuPG interface libraries
ii  libkmime2  4:3.5.5-1 KDE MIME interface library
ii  libkpimidentities1 4:3.5.5-1 KDE PIM user identity information 
ii  libksieve0 4:3.5.5-1 KDE mail/news message filtering 
li
ii  libmimelib1c2a 4:3.5.5-1 KDE mime library
ii  libpng12-0 1.2.8rel-7PNG library - runtime
ii  libqt3-mt  3:3.3.7-1 Qt GUI Library (Threaded runtime 
v
ii  libsm6 1:1.0.1-3 X11 Session Management library
ii  libstdc++6 4.1.1-19  The GNU Standard C++ Library v3
ii  libx11-6   2:1.0.3-2 X11 client-side library
ii  libxcursor11.1.7-4   X cursor management library
ii  libxext6   1:1.0.1-2 X11 miscellaneous extension 
librar
ii  libxft22.1.8.2-8 FreeType-based font drawing 
librar
ii  libxi6 1:1.0.1-3 X11 Input extension library
ii  libxinerama1   1:1.0.1-4.1   X11 Xinerama extension library
ii  libxrandr2 2:1.1.0.2-4   X11 RandR extension library
ii  libxrender11:0.9.1-3 X Rendering Extension client 
libra
ii  libxt6 1:1.0.2-2 X11 toolkit intrinsics library
ii  perl   5.8.8-6.1 Larry Wall's Practical Extraction 
ii  zlib1g 1:1.2.3-13compression library - runtime

Versions of packages kmail recommends:
ii  procmail  3.22-16Versatile e-mail processor

-- no debconf information

-- 
Freundliche Gruesse

Juergen Braun
Senior System Consultant

IQDoQ GmbH
Document Management Company of MATERNA
Theodor-Heuss-Strasse 59 * 61118 Bad Vilbel * Germany
phone: +49 6101 806 223  * fax: +49 6101 806 590
mobile: +49 175 2624437  * [EMAIL PROTECTED]
http://www.iqdoq.com * http://www.iqdoq.de



Bug#397637: kdeutils: FTBFS: build-depends on tpctl, which was removed from testing

2006-11-08 Thread Lucas Nussbaum
Package: kdeutils
Version: 4:3.5.5-1
Severity: serious
Justification: FTBFS on i386, very likely to fail everywhere else
Usertags: grid5000

Hi,

During a rebuild of all packages in etch, I discovered that your package
failed to build on i386.

Your package build-depends on tpctl, which was removed from testing, and
is unlikely to get back into testing soon, due to #392235 and #392239.

About the archive rebuilt: The rebuilt was done on about 30 AMD64 nodes
of the Grid'5000 platform, using a chroot containing an etch i386
environment (not unstable).  Internet was not accessible from the build
nodes. The builds were processed as root, in a clean chroot environment.

About Grid'5000:
The Grid'5000 project aims at building a highly reconfigurable
experimental Grid platform gathering 9 sites and featuring a total of
5000 CPUs. Its main purpose is to serve as an experimental testbed for
research in Grid Computing.  To learn more about Grid'5000, read
https://www.grid5000.fr/

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#397677: kfax: Cannot open file with Cyrillic's chars in filename

2006-11-08 Thread Ужинский Борис
Package: kfax
Version: 4:3.3.2-2sarge4
Severity: important


I've got error "Cannot open file /home/user/fax/.tif"
when I try open a file with Cyrillic's chars in filename:
user$ ls
тест.tif
user$ locale
LANG=ru_RU.KOI8-R
LC_ALL=ru_RU.KOI8-R
user$ kfax /home/user/тест.tif
TIFFOpen: /home/user/.tif: Cannot open.

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.16-1-686
Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R) (ignored: 
LC_ALL set to ru_RU.KOI8-R)

Versions of packages kfax depends on:
ii  kdelibs4   4:3.3.2-6.4   KDE core libraries
ii  kviewshell 4:3.3.2-2sarge4   KDE generic framework for viewer a
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libc6  2.3.2.ds1-22  GNU C Library: Shared libraries an
ii  libfam0c1022.7.0-6   client library to control the FAM
ii  libgcc11:3.4.3-13GCC support library
ii  libice64.3.0.dfsg.1-14sarge1 Inter-Client Exchange library
ii  libidn11   0.5.13-1.0GNU libidn library, implementation
ii  libjpeg62  6b-10 The Independent JPEG Group's JPEG
ii  libpng12-0 1.2.8rel-1PNG library - runtime
ii  libqt3c102-mt  3:3.3.4-3 Qt GUI Library (Threaded runtime v
ii  libsm6 4.3.0.dfsg.1-14sarge1 X Window System Session Management
ii  libstdc++5 1:3.3.5-13The GNU Standard C++ Library v3
ii  libtiff-tools  3.7.2-3   TIFF manipulation and conversion t
ii  libtiff4   3.7.2-3   Tag Image File Format (TIFF) libra
ii  libx11-6   4.3.0.dfsg.1-14sarge1 X Window System protocol client li
ii  libxext6   4.3.0.dfsg.1-14sarge1 X Window System miscellaneous exte
ii  libxrender10.8.3-7   X Rendering Extension client libra
ii  xlibs  4.3.0.dfsg.1-14sarge1 X Keyboard Extension (XKB) configu
ii  zlib1g 1:1.2.2-4.sarge.2 compression library - runtime

-- no debconf information



Bug#397689: konqueror: Enabling SSLv2 breaks loading of some page

2006-11-08 Thread Kevin Baradon
Package: konqueror
Version: 4:3.5.5a.dfsg.1-1
Severity: normal

When "Use SSLv2" is checked in Konqueror config dialog, loading of 
https://vpn.minatec.inpg.fr fails, with the following message (translated from 
french) : 

A problem occured while loading https://vpn.minatec.inpg.fr :
Unable to connect to host vpn.minatec.inpg.fr.

Unchecking "Use SSLv2" in Konqueror config fix this problem.
I also tried w3m and this problem doesn't occur.

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) (ignored: 
LC_ALL set to [EMAIL PROTECTED])

Versions of packages konqueror depends on:
ii  kcontrol   4:3.5.5a.dfsg.1-1 control center for KDE
ii  kdebase-kio-plugins4:3.5.5a.dfsg.1-1 core I/O slaves for KDE
ii  kdelibs4c2a4:3.5.5a.dfsg.1-3 core libraries and binaries for al
ii  kdesktop   4:3.5.5a.dfsg.1-1 miscellaneous binaries and files f
ii  kfind  4:3.5.5a.dfsg.1-1 file-find utility for KDE
ii  libacl12.2.41-1  Access control list shared library
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libattr1   2.4.32-1  Extended attribute shared library
ii  libaudio2  1.8-2 The Network Audio System (NAS). (s
ii  libc6  2.3.6.ds1-8   GNU C Library: Shared libraries
ii  libfontconfig1 2.4.1-2   generic font configuration library
ii  libfreetype6   2.2.1-5   FreeType 2 font engine, shared lib
ii  libgamin0 [libfam0]0.1.7-4   Client library for the gamin file 
ii  libgcc11:4.1.1-19GCC support library
ii  libice61:1.0.1-2 X11 Inter-Client Exchange library
ii  libidn11   0.6.5-1   GNU libidn library, implementation
ii  libjpeg62  6b-13 The Independent JPEG Group's JPEG 
ii  libkonq4   4:3.5.5a.dfsg.1-1 core libraries for Konqueror
ii  libpng12-0 1.2.8rel-7PNG library - runtime
ii  libqt3-mt  3:3.3.7-1 Qt GUI Library (Threaded runtime v
ii  libsm6 1:1.0.1-3 X11 Session Management library
ii  libstdc++6 4.1.1-19  The GNU Standard C++ Library v3
ii  libx11-6   2:1.0.3-2 X11 client-side library
ii  libxcursor11.1.7-4   X cursor management library
ii  libxext6   1:1.0.1-2 X11 miscellaneous extension librar
ii  libxft22.1.8.2-8 FreeType-based font drawing librar
ii  libxi6 1:1.0.1-3 X11 Input extension library
ii  libxinerama1   1:1.0.1-4.1   X11 Xinerama extension library
ii  libxrandr2 2:1.1.0.2-4   X11 RandR extension library
ii  libxrender11:0.9.1-3 X Rendering Extension client libra
ii  libxt6 1:1.0.2-2 X11 toolkit intrinsics library
ii  zlib1g 1:1.2.3-13compression library - runtime

konqueror recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#394998: marked as done (Korganizer won't open from system tray)

2006-11-08 Thread Debian Bug Tracking System
Your message dated Wed, 8 Nov 2006 23:49:00 +0100 (CET)
with message-id <[EMAIL PROTECTED]>
and subject line Korganizer won't open from system tray
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: korganizer
Version: 4:3.5.5-1
Severity: normal
Tags: patch

The problem is known and fixed upstream:
http://bugs.kde.org/show_bug.cgi?id=135513
Would be nice if you could include this in Debian too.
*t

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (50, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages korganizer depends on:
ii  kdelibs4c2a4:3.5.5a.dfsg.1-1 core libraries and binaries for al
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
hi  libaudio2  1.8-2 The Network Audio System (NAS). (s
ii  libc6  2.3.6.ds1-4   GNU C Library: Shared libraries
hi  libfontconfig1 2.4.1-2   generic font configuration library
hi  libfreetype6   2.2.1-5   FreeType 2 font engine, shared lib
hi  libgcc11:4.1.1-16GCC support library
ii  libice61:1.0.1-2 X11 Inter-Client Exchange library
ii  libidn11   0.6.5-1   GNU libidn library, implementation
hi  libjpeg62  6b-13 The Independent JPEG Group's JPEG 
ii  libkcal2b  4:3.5.5-1 KDE calendaring library
ii  libkdepim1a4:3.5.5-1 KDE PIM library
ii  libkpimexchange1   4:3.5.5-1 KDE PIM Exchange library
ii  libkpimidentities1 4:3.5.5-1 KDE PIM user identity information 
ii  libpng12-0 1.2.8rel-5.2  PNG library - runtime
ii  libqt3-mt  3:3.3.6-4 Qt GUI Library (Threaded runtime v
ii  libsm6 1:1.0.1-3 X11 Session Management library
ii  libstdc++6 4.1.1-16  The GNU Standard C++ Library v3
ii  libx11-6   2:1.0.0-9 X11 client-side library
hi  libxcursor11.1.7-4   X cursor management library
ii  libxext6   1:1.0.1-2 X11 miscellaneous extension librar
hi  libxft22.1.8.2-8 FreeType-based font drawing librar
ii  libxi6 1:1.0.1-3 X11 Input extension library
ii  libxinerama1   1:1.0.1-4.1   X11 Xinerama extension library
ii  libxrandr2 2:1.1.0.2-4   X11 RandR extension library
ii  libxrender11:0.9.1-3 X Rendering Extension client libra
ii  libxt6 1:1.0.2-2 X11 toolkit intrinsics library
ii  perl   5.8.8-6.1 Larry Wall's Practical Extraction 
ii  zlib1g 1:1.2.3-13compression library - runtime

Versions of packages korganizer recommends:
ii  kghostview4:3.5.5-1  PostScript viewer for KDE

-- no debconf information

--- End Message ---
--- Begin Message ---

On Wed, 8 Nov 2006, Marcus Better wrote:


tag 394998 fixed-upstream
thanks

This seems to be fixed in 3.5.5.dfsg.1-1. Please check and close this bug.


Confirmin, works again here. Thanks a lot Marcus for the reminder!


(Shouldn't the BTS forwarding thingy detect that it has been fixed upstream?)


Yup it should AFAIK.
*t

--

  Tomas Pospisek
  http://sourcepole.com -  Linux & Open Source Solutions

--- End Message ---


kdepim 4:3.5.5.dfsg.1-1 MIGRATED to testing

2006-11-08 Thread Debian testing watch
FYI: The status of the kdepim source package
in Debian's testing distribution has changed.

  Previous version: 4:3.5.5-1
  Current version:  4:3.5.5.dfsg.1-1

-- 
This email is automatically generated; [EMAIL PROTECTED] is responsible.
See http://people.debian.org/~henning/trille/ for more information.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Processed: bug 388619 is forwarded to http://bugs.kde.org/show_bug.cgi?id=137066

2006-11-08 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.9.23
> forwarded 388619 http://bugs.kde.org/show_bug.cgi?id=137066
Bug#388619: knetwalk: Knetwalk still crashes when solved
Noted your statement that Bug has been forwarded to 
http://bugs.kde.org/show_bug.cgi?id=137066.

>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Processed: tagging 388619

2006-11-08 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.9.23
> tags 388619 - unreproducible
Bug#388619: knetwalk: Knetwalk still crashes when solved
Tags were: unreproducible
Tags removed: unreproducible

>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Processed: reassign 347757 to knetwalk

2006-11-08 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.9.23
> reassign 347757 knetwalk
Bug#347757: kdegames: crash on completing a game
Bug#383442: knetwalk crash on ending a game
Bug reassigned from package `kdegames' to `knetwalk'.

>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Processed: forcibly merging 388619 383442 347757 361514

2006-11-08 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.9.23
> forcemerge 388619 383442 347757 361514
Bug#388619: knetwalk: Knetwalk still crashes when solved
Bug#347757: kdegames: crash on completing a game
Bug#361514: knetwalk: Segmentation fault when solved
Bug#383442: knetwalk crash on ending a game
Forcibly Merged 347757 361514 383442 388619.

>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]