Date: Thu, 21 Apr 2005 16:08:53 -0500 From: Rusty Nejdl <rnejdl@ringofsaturn.com> To: Michael Nottebrock <michaelnottebrock@gmx.net> Cc: kde@freebsd.org Subject: Re: [kde-freebsd] FreeBSD Port kdenetwork3-3.4.0 Message-ID: <20050421210853.GA90412@tethys.ringofsaturn.com> In-Reply-To: <200504212109.27221.michaelnottebrock@gmx.net> References: <1345.12.148.147.242.1114100692.squirrel@mail.ringofsaturn.com> <200504212109.27221.michaelnottebrock@gmx.net>
next in thread | previous in thread | raw e-mail | index | archive | help
--ZGiS0Q5IWpPtfppv Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Michael, I've never done this before, so I just had a big learning experience. I think that this works correctly as the port now generates this executable correctly. Rusty Nejdl Michael Nottebrock(michaelnottebrock) wrote: > On Thursday, 21. April 2005 18:24, Rusty Nejdl wrote: > > > If you guys could put a patch into the kdenetwork3 port for this, that > > would be completely appreciated. > > Could you provide one? > > -- > ,_, | Michael Nottebrock | lofi@freebsd.org > (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org > \u/ | K Desktop Environment on FreeBSD | http://freebsd.kde.org --ZGiS0Q5IWpPtfppv Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="patch-krdpview.cpp" --- krdc/rdp/krdpview.cpp.orig Thu Feb 3 16:52:10 2005 +++ krdc/rdp/krdpview.cpp Thu Apr 21 14:37:11 2005 @@ -210,8 +210,8 @@ if(!m_user.isEmpty()) { *m_process << "-u" << m_user; } if(!m_password.isEmpty()) { *m_process << "-p" << m_password; } *m_process << "-X" << ("0x" + QString::number(m_container->winId(), 16)); - *m_process << (m_host + ":" + QString::number(m_port)); *m_process << "-a" << QString::number(hp->colorDepth()); + *m_process << (m_host + ":" + QString::number(m_port)); connect(m_process, SIGNAL(processExited(KProcess *)), SLOT(processDied(KProcess *))); connect(m_process, SIGNAL(receivedStderr(KProcess *, char *, int)), SLOT(receivedStderr(KProcess *, char *, int))); connect(m_container, SIGNAL(embeddedWindowDestroyed()), SLOT(connectionClosed())); --ZGiS0Q5IWpPtfppv--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050421210853.GA90412>