[xrdp] - Load a default keymap when current keymap doesnt exist

Itamar Reis Peixoto itamarjp at fedoraproject.org
Mon Oct 4 05:21:44 UTC 2010


commit c70e62f1d1e00682688331ee257e0dd82a4e3c85
Author: Itamar Reis Peixoto <itamar at itamar.ispbrasil.com.br>
Date:   Mon Oct 4 02:21:37 2010 -0300

    - Load a default keymap when current keymap doesnt exist

 environmnet.patch |    2 +-
 xrdp.spec         |   10 ++++++++--
 2 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/environmnet.patch b/environmnet.patch
index d8d2fd0..e7ccc0d 100644
--- a/environmnet.patch
+++ b/environmnet.patch
@@ -3,7 +3,7 @@ diff -ruNp a/xrdp/sesman/startwm.sh b/xrdp/sesman/startwm.sh
 +++ b/xrdp/sesman/startwm.sh	2010-07-08 21:42:26.949667558 -0300
 @@ -1,4 +1,4 @@
 -#!/bin/sh
-+#!/bin/sh -l
++#!/bin/bash -l
  
  # change the order in line below to run to run whatever window manager you
  # want, default to kde
diff --git a/xrdp.spec b/xrdp.spec
index b0bdf7e..507cccb 100644
--- a/xrdp.spec
+++ b/xrdp.spec
@@ -4,7 +4,7 @@
 Summary:   Open source remote desktop protocol (RDP) server
 Name:      xrdp
 Version:   0.5.0
-Release:   0.10.%{cvs}%{?dist}
+Release:   0.11.%{cvs}%{?dist}
 License:   GPLv2+ with exceptions
 Group:     Applications/Internet
 URL:       http://xrdp.sourceforge.net/
@@ -26,6 +26,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Patch0: xrdp-pam-auth.patch
 Patch1: environmnet.patch
+Patch2: 05-default-keymap.patch
 
 Source1: xrdp.init
 Source2: xrdp.sysconfig
@@ -40,7 +41,7 @@ Buildrequires:  libX11-devel
 BuildRequires:  libXfixes-devel
 
 #vnc-server provides Xvnc (tigervnc-server in fedora)
-Requires: vnc-server
+Requires: tigervnc-server-minimal
 
 #initscripts requires
 Requires(post): chkconfig
@@ -61,6 +62,8 @@ terminal server / remote desktop clients.
 %patch0 -p2
 #fix rhbz #611669
 %patch1 -p2
+#fix keymap
+%patch2 -p1
 
 
 # remove unused modules from xrdp login combobox
@@ -178,6 +181,9 @@ rm -rf %{buildroot}
 %attr(0600,root,root) %verify(not size md5 mtime) %{_sysconfdir}/xrdp/rsakeys.ini
 
 %changelog
+* Mon Oct 04 2010 Itamar Reis Peixoto <itamar at ispbrasil.com.br> - 0.5.0-0.11.03172010
+- Load a default keymap when current keymap doesnt exist
+
 * Thu Jul 08 2010 Itamar Reis Peixoto <itamar at ispbrasil.com.br> - 0.5.0-0.10.03172010
 - fix rhbz #611669 (load environment variables)
 


More information about the scm-commits mailing list