From kopete-devel Sat Sep 27 14:28:16 2008 From: =?UTF-8?B?UGFsaSBSb2jDoXI=?= Date: Sat, 27 Sep 2008 14:28:16 +0000 To: kopete-devel Subject: [kopete-devel] Cant send winpopup message Message-Id: <48DE4300.2050202 () gmail ! com> X-MARC-Message: https://marc.info/?l=kopete-devel&m=122254685503362 MIME-Version: 1 Content-Type: multipart/mixed; boundary="--===============1802288524==" This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --===============1802288524== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig5907ED0467DFFDC707C58C2C" This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig5907ED0467DFFDC707C58C2C Content-Type: multipart/mixed; boundary="------------050302080407010304000003" This is a multi-part message in MIME format. --------------050302080407010304000003 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hello,
if I send winpopup message in lastest svn version kopete, this message never delever on specifid pc, but no error kopete show.

I found, where is problem. In libwinpopup.cpp WinPopupLib::sendMessage isn't args to send message via smbclient.
I fix this error and sending patch. Can you add this to svn (I dont have svn account)?

--
Pali Roh=C3=A1r
pali.rohar@gmail.com
--------------050302080407010304000003 Content-Type: text/x-patch; name="send.patch" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline; filename="send.patch" --- libwinpopup.cpp 2008-09-27 16:01:34.000000000 +0200 +++ .svn/text-base/libwinpopup.cpp.svn-base 2008-08-28 14:16:45.000000000= +0200 @@ -323,7 +323,7 @@ QProcess *sender =3D new QProcess(this); QStringList args; args << "-M" << Destination << "-N" << "-"; - sender->start(smbClientBin, args); + sender->start(smbClientBin); sender->write(Body.toLocal8Bit()); sender->closeWriteChannel(); } --------------050302080407010304000003-- --------------enig5907ED0467DFFDC707C58C2C Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFI3kMAi/DJPQPkQ1IRAq5bAKCbE+DJtikx4mI/n0MDUhSibalU2gCcCgnm qhRfoGejUYukQeeN3n9V+bE= =0aOm -----END PGP SIGNATURE----- --------------enig5907ED0467DFFDC707C58C2C-- --===============1802288524== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ kopete-devel mailing list kopete-devel@kde.org https://mail.kde.org/mailman/listinfo/kopete-devel --===============1802288524==--