<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 05/12/2014 08:26 PM, John Gabriele
      wrote:<br>
    </div>
    <blockquote
cite="mid:1399940762.23749.116643097.114A9119@webmail.messagingengine.com"
      type="cite">
      <pre wrap="">On Mon, May 12, 2014, at 11:34 AM, Chris Green wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">On Mon, May 12, 2014 at 11:09:40AM -0700, John Gabriele wrote:
</pre>
        <blockquote type="cite">
          <pre wrap="">Hi,

I'm running as my desktop a stock Debian "Testing" (which is currently
aliased to "jessie") system with Xfce 4.10, and log in graphically via
LightDM.

Where is the proper location to set environment variables? That is, I
tried doing so in ~/.profile, but that file does not appear to be
sourced when logging into the desktop (I think it may when logging in
via text console though).

</pre>
        </blockquote>
        <pre wrap="">Things put into .profile *should* be there when you run the desktop.

You need to export them though,
</pre>
      </blockquote>
      <pre wrap="">
I did export them, though it still fails. Did another quick test; in my
~/.profile, added:

    export FOOBAR="hello"

then logged out, logged in, and tried

    echo $FOOBAR

and get nothing. So, it doesn't look like ~/.profile is getting sourced.

I then tried something else, which I found after more searching around:
I tried creating a ~/.xsessionrc, then put this in it:

    export PATH=$HOME/bin:$HOME/.cabal/bin:$PATH
    export TERM=xterm-256color

logout, login, and then found that `echo $PATH` shows the expected PATH
(with ~/bin and ~/.cabal/bin in it), but `echo $TERM` returns just
"xterm". (?!)

-- John
_______________________________________________
Xfce mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Xfce@xfce.org">Xfce@xfce.org</a>
<a class="moz-txt-link-freetext" href="https://mail.xfce.org/mailman/listinfo/xfce">https://mail.xfce.org/mailman/listinfo/xfce</a>
<a class="moz-txt-link-freetext" href="http://www.xfce.org">http://www.xfce.org</a>
</pre>
    </blockquote>
    Could it be because you're spelling FUBAR incorrectly?<br>
    <br>
    <br>
    <br>
    <div class="moz-signature">-- <br>
      <span style="display: block !important; width: 320px; text-align:
        center; font-family: sans-serif; font-size: 12px;"><a
href="http://www.wunderground.com/cgi-bin/findweather/getForecast?query=zmw:26101.1.99999&bannertypeclick=wu_clean2day"
          title="Parkersburg, West Virginia Weather Forecast"
          target="_blank"><img
            src="cid:part1.03090103.01090204@yahoo.com" alt="Find more
            about Weather in Parkersburg, WV" width="300"></a><br>
        <a
href="http://www.wunderground.com/cgi-bin/findweather/getForecast?query=zmw:26101.1.99999&bannertypeclick=wu_clean2day"
          title="Get latest Weather Forecast updates"
          style="font-family: sans-serif; font-size: 12px"
          target="_blank">Click for weather forecast</a></span></div>
  </body>
</html>