- Load a default keymap when current keymap doesnt exist
This commit is contained in:
parent
1b4d8e7697
commit
c70e62f1d1
@ -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
|
+++ b/xrdp/sesman/startwm.sh 2010-07-08 21:42:26.949667558 -0300
|
||||||
@@ -1,4 +1,4 @@
|
@@ -1,4 +1,4 @@
|
||||||
-#!/bin/sh
|
-#!/bin/sh
|
||||||
+#!/bin/sh -l
|
+#!/bin/bash -l
|
||||||
|
|
||||||
# change the order in line below to run to run whatever window manager you
|
# change the order in line below to run to run whatever window manager you
|
||||||
# want, default to kde
|
# want, default to kde
|
||||||
|
10
xrdp.spec
10
xrdp.spec
@ -4,7 +4,7 @@
|
|||||||
Summary: Open source remote desktop protocol (RDP) server
|
Summary: Open source remote desktop protocol (RDP) server
|
||||||
Name: xrdp
|
Name: xrdp
|
||||||
Version: 0.5.0
|
Version: 0.5.0
|
||||||
Release: 0.10.%{cvs}%{?dist}
|
Release: 0.11.%{cvs}%{?dist}
|
||||||
License: GPLv2+ with exceptions
|
License: GPLv2+ with exceptions
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
URL: http://xrdp.sourceforge.net/
|
URL: http://xrdp.sourceforge.net/
|
||||||
@ -26,6 +26,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|||||||
|
|
||||||
Patch0: xrdp-pam-auth.patch
|
Patch0: xrdp-pam-auth.patch
|
||||||
Patch1: environmnet.patch
|
Patch1: environmnet.patch
|
||||||
|
Patch2: 05-default-keymap.patch
|
||||||
|
|
||||||
Source1: xrdp.init
|
Source1: xrdp.init
|
||||||
Source2: xrdp.sysconfig
|
Source2: xrdp.sysconfig
|
||||||
@ -40,7 +41,7 @@ Buildrequires: libX11-devel
|
|||||||
BuildRequires: libXfixes-devel
|
BuildRequires: libXfixes-devel
|
||||||
|
|
||||||
#vnc-server provides Xvnc (tigervnc-server in fedora)
|
#vnc-server provides Xvnc (tigervnc-server in fedora)
|
||||||
Requires: vnc-server
|
Requires: tigervnc-server-minimal
|
||||||
|
|
||||||
#initscripts requires
|
#initscripts requires
|
||||||
Requires(post): chkconfig
|
Requires(post): chkconfig
|
||||||
@ -61,6 +62,8 @@ terminal server / remote desktop clients.
|
|||||||
%patch0 -p2
|
%patch0 -p2
|
||||||
#fix rhbz #611669
|
#fix rhbz #611669
|
||||||
%patch1 -p2
|
%patch1 -p2
|
||||||
|
#fix keymap
|
||||||
|
%patch2 -p1
|
||||||
|
|
||||||
|
|
||||||
# remove unused modules from xrdp login combobox
|
# 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
|
%attr(0600,root,root) %verify(not size md5 mtime) %{_sysconfdir}/xrdp/rsakeys.ini
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jul 08 2010 Itamar Reis Peixoto <itamar@ispbrasil.com.br> - 0.5.0-0.10.03172010
|
||||||
- fix rhbz #611669 (load environment variables)
|
- fix rhbz #611669 (load environment variables)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user