- Load a default keymap when current keymap doesnt exist

This commit is contained in:
Itamar Reis Peixoto 2010-10-04 02:21:37 -03:00
parent 1b4d8e7697
commit c70e62f1d1
2 changed files with 9 additions and 3 deletions

View File

@ -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

View File

@ -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@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@ispbrasil.com.br> - 0.5.0-0.10.03172010
- fix rhbz #611669 (load environment variables)