summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcontrol-center4
1 files changed, 2 insertions, 2 deletions
diff --git a/control-center b/control-center
index 27e2df7b..677e0387 100755
--- a/control-center
+++ b/control-center
@@ -119,7 +119,7 @@ my $isWiz = -e "/usr/sbin/drakwizard";
my $isRpmDrake = -e "/usr/sbin/rpmdrake";
my $isParkRpmDrake = -e "/usr/sbin/park-rpmdrake";
my $isWebAdmin = -e "/usr/bin/mdkwebadmin";
-my $isRfbDrake = -e "/usr/X11R6/bin/rfbdrake";
+my $isRfbDrake = -e "/usr/bin/rfbdrake";
my $isDrakStats = -e "/usr/sbin/drakstats";
my $application_driven_menu;
@@ -578,7 +578,7 @@ my %programs =
"Remote Control" =>
{
- binary => "$xbindir/rfbdrake",
+ binary => "$bindir/rfbdrake",
embedded => 1,
description => N("Remote Control (Linux/Unix, Windows)"),
long_description => N("Remote Control of another machine (Linux/Unix, Windows)"),