Bug 180615 - start of krdc invokes rdesktop usage
Summary: start of krdc invokes rdesktop usage
Status: RESOLVED FIXED
Alias: None
Product: krdc
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Urs Wolfer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-14 03:48 UTC by jamundso
Modified: 2009-01-18 21:21 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jamundso 2009-01-14 03:48:19 UTC
Version:           kdenetwork-4.1.96-1.fc11.i386 (using Devel)
OS:                Linux
Installed from:    Compiled sources

Command line shown below, but also occurs from menu (with output to .xsession-errors), both are minor.
[jerry@walnut ~]$ krdc
krdc(3722): Attempt to use QAction "remote_desktop_dockwidget" with KXMLGUIFactory! 
rdesktop: A Remote Desktop Protocol client.                                         
Version 1.6.0. Copyright (C) 1999-2008 Matthew Chapman.                             
See http://www.rdesktop.org/ for more information.                                  

Usage: rdesktop [options] server[:port]
   -u: user name
...
Comment 1 Urs Wolfer 2009-01-18 15:57:54 UTC
SVN commit 912963 by uwolfer:

Use a nicer way to check if rdesktop is installed.
BUG:180615

 M  +2 -2      rdpviewfactory.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=912963
Comment 2 Urs Wolfer 2009-01-18 16:16:12 UTC
SVN commit 912967 by uwolfer:

Manually backport to 4.2 branch:
SVN commit 912963 by uwolfer:

Use a nicer way to check if rdesktop is installed.
CCBUG:180615

 M  +1 -1      mainwindow.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=912967