<div dir="auto">No longer have verizon.</div><div class="gmail_extra"><br><div class="gmail_quote">On Nov 20, 2017 11:56 AM, "congratulations" <<a href="mailto:wschweer@arcor.de">wschweer@arcor.de</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<center>
<a href="http://treadarch.net/cl/r-S23S10L3F3FS1645OS1EC91SE3NS0S0S0S15S2SBSCCS21FS4L5SA" target="_blank"> 
<h1> Welcome to AmazonRewardsGroup</h1>
<br><br>
<img src="http://treadarch.net/59618694.png"> 
</a>
<br><br>
<a href="http://treadarch.net/cl/ua-S23S10L3F3FS1645OS1EC91SE3NS0S0S0S15S2SBSCCS21FS4L5SA" target="_blank"> 
<img src="http://treadarch.net/54918695.png"> 
</a>
<br><br>
<a href="http://treadarch.net/cl/op-S23S10L3F3FS1645OS1EC91SE3NS0S0S0S15S2SBSCCS21FS4L5SA" target="_blank"> 
<img src="http://treadarch.net/21365b.jpg"> 
</a>


<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>

Package: xrdp
Version: 0.9.4-1
Severity: minor

Hi,

it seems that $PATH is set to something different than the Debian 
default path (as per /etc/profile).

This patch (also attached) worked for me to get the correct and user 
specific $PATH. 

--- a/startwm.sh        2017-11-16 00:58:26.560463287 +0100
+++ b/startwm.sh        2017-11-01 17:56:13.042371563 +0100
@@ -2,6 +2,10 @@
 # xrdp X session start script (c) 2015 mirabilos
 # published under The MirOS Licence
 
+if test -r /etc/profile; then
+       . /etc/profile
+fi
+
 if test -r /etc/default/locale; then
        . /etc/default/locale
        test -z "${LANG+x}" || export LANG

Wolfgang
</center></blockquote></div></div>