<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Automatically Executing .PROFILE when using XTERM in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/automatically-executing-profile-when-using-xterm/m-p/2895820#M820182</link>
    <description>You may need to edit your .dtprofile to uncomment the last line:&lt;BR /&gt;&lt;BR /&gt;DTSOURCEPROFILE=true&lt;BR /&gt;&lt;BR /&gt;This will cause CDE to source your .profile after it has run .dtprofile and set up your CDE environment.</description>
    <pubDate>Mon, 03 Feb 2003 22:31:39 GMT</pubDate>
    <dc:creator>Brian M Rawlings</dc:creator>
    <dc:date>2003-02-03T22:31:39Z</dc:date>
    <item>
      <title>Automatically Executing .PROFILE when using XTERM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automatically-executing-profile-when-using-xterm/m-p/2895817#M820179</link>
      <description>How can I automatically execute .PROFILE when I open up  a new XTERM window.&lt;BR /&gt;&lt;BR /&gt;I am using Korn Shell.</description>
      <pubDate>Mon, 03 Feb 2003 21:14:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automatically-executing-profile-when-using-xterm/m-p/2895817#M820179</guid>
      <dc:creator>oradba</dc:creator>
      <dc:date>2003-02-03T21:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically Executing .PROFILE when using XTERM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automatically-executing-profile-when-using-xterm/m-p/2895818#M820180</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Add -ls option to xterm.&lt;BR /&gt;&lt;BR /&gt;$xterm -ls&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Mon, 03 Feb 2003 21:19:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automatically-executing-profile-when-using-xterm/m-p/2895818#M820180</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-02-03T21:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically Executing .PROFILE when using XTERM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automatically-executing-profile-when-using-xterm/m-p/2895819#M820181</link>
      <description>Let's add something extra to Sridhar's suggestion. This opens a new session window and you can still use the existing one.&lt;BR /&gt;&lt;BR /&gt;$ xterm -ls +sb -sl 20s -title hostname &amp;amp;&lt;BR /&gt;&lt;BR /&gt;also for more options to experiment with:&lt;BR /&gt;&lt;BR /&gt;$ xterm -help</description>
      <pubDate>Mon, 03 Feb 2003 22:01:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automatically-executing-profile-when-using-xterm/m-p/2895819#M820181</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-02-03T22:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically Executing .PROFILE when using XTERM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automatically-executing-profile-when-using-xterm/m-p/2895820#M820182</link>
      <description>You may need to edit your .dtprofile to uncomment the last line:&lt;BR /&gt;&lt;BR /&gt;DTSOURCEPROFILE=true&lt;BR /&gt;&lt;BR /&gt;This will cause CDE to source your .profile after it has run .dtprofile and set up your CDE environment.</description>
      <pubDate>Mon, 03 Feb 2003 22:31:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automatically-executing-profile-when-using-xterm/m-p/2895820#M820182</guid>
      <dc:creator>Brian M Rawlings</dc:creator>
      <dc:date>2003-02-03T22:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically Executing .PROFILE when using XTERM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automatically-executing-profile-when-using-xterm/m-p/2895821#M820183</link>
      <description>Regardless of whether your using xterm or dtterm, you don't have to uncomment the line in the .dtprofile file. The '-ls' option both 'xterm' and 'dtterm' will bypass the .dtprofile file. Have a look at the man pages for both 'xterm' and 'dtterm' or 'xterm -help' or 'dtterm -help'</description>
      <pubDate>Mon, 03 Feb 2003 22:53:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automatically-executing-profile-when-using-xterm/m-p/2895821#M820183</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-02-03T22:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically Executing .PROFILE when using XTERM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automatically-executing-profile-when-using-xterm/m-p/2895822#M820184</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;how about using your "$HOME/.Xdefaults" text file and include a line like:&lt;BR /&gt;XTerm*loginShell: true&lt;BR /&gt;XTerm*background: white&lt;BR /&gt;XTerm*foreground: black&lt;BR /&gt;&lt;BR /&gt;Next time your login graphically (CDE) is should work (if you're in a "fail safe" session it should work immediately). The colours are only to show that this is working.&lt;BR /&gt;If you don't want to logoff/login you can "merge" the new contents of your ".Xdefaults" with:&lt;BR /&gt;xrdb -merge $HOME/.Xdefaults&lt;BR /&gt;&lt;BR /&gt;The next "xterm" you start (regardless of "-n" options) it should *contain* a login shell, and show black characters on white...&lt;BR /&gt;&lt;BR /&gt;FWIW,&lt;BR /&gt;Wodisch&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Feb 2003 23:30:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automatically-executing-profile-when-using-xterm/m-p/2895822#M820184</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2003-02-03T23:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically Executing .PROFILE when using XTERM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automatically-executing-profile-when-using-xterm/m-p/2895823#M820185</link>
      <description>Edit your $HOME/.dtprofile to uncomment the last line: &lt;BR /&gt;&lt;BR /&gt;DTSOURCEPROFILE=true &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Feb 2003 02:56:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automatically-executing-profile-when-using-xterm/m-p/2895823#M820185</guid>
      <dc:creator>Lino Martinez</dc:creator>
      <dc:date>2003-02-05T02:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically Executing .PROFILE when using XTERM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automatically-executing-profile-when-using-xterm/m-p/2895824#M820186</link>
      <description>Bravo!&lt;BR /&gt;&lt;BR /&gt;This is fantastic!&lt;BR /&gt;&lt;BR /&gt;Such a simple thing..and so useful!!&lt;BR /&gt;Thanks all!</description>
      <pubDate>Wed, 05 Feb 2003 06:58:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automatically-executing-profile-when-using-xterm/m-p/2895824#M820186</guid>
      <dc:creator>Leon Allen</dc:creator>
      <dc:date>2003-02-05T06:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically Executing .PROFILE when using XTERM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automatically-executing-profile-when-using-xterm/m-p/2895825#M820187</link>
      <description>Bravo!&lt;BR /&gt;&lt;BR /&gt;This is fantastic!&lt;BR /&gt;&lt;BR /&gt;Such a simple thing..and so useful!!&lt;BR /&gt;Thanks all!</description>
      <pubDate>Wed, 05 Feb 2003 06:59:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automatically-executing-profile-when-using-xterm/m-p/2895825#M820187</guid>
      <dc:creator>Leon Allen</dc:creator>
      <dc:date>2003-02-05T06:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically Executing .PROFILE when using XTERM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automatically-executing-profile-when-using-xterm/m-p/2895826#M820188</link>
      <description>Bravo!&lt;BR /&gt;&lt;BR /&gt;This is fantastic!&lt;BR /&gt;&lt;BR /&gt;Such a simple thing..and so useful!!&lt;BR /&gt;Thanks all!</description>
      <pubDate>Wed, 05 Feb 2003 07:01:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automatically-executing-profile-when-using-xterm/m-p/2895826#M820188</guid>
      <dc:creator>Leon Allen</dc:creator>
      <dc:date>2003-02-05T07:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically Executing .PROFILE when using XTERM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automatically-executing-profile-when-using-xterm/m-p/2895827#M820189</link>
      <description>Bravo!&lt;BR /&gt;&lt;BR /&gt;This is fantastic!&lt;BR /&gt;&lt;BR /&gt;Such a simple thing..and so useful!!&lt;BR /&gt;Thanks all!</description>
      <pubDate>Wed, 05 Feb 2003 07:02:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automatically-executing-profile-when-using-xterm/m-p/2895827#M820189</guid>
      <dc:creator>Leon Allen</dc:creator>
      <dc:date>2003-02-05T07:02:24Z</dc:date>
    </item>
  </channel>
</rss>

