<?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: CDE problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cde-problem/m-p/2551805#M28228</link>
    <description>Just create the file:&lt;BR /&gt;&lt;BR /&gt;~/.dt/sessions/sessionexit&lt;BR /&gt;&lt;BR /&gt; - that should do the trick.&lt;BR /&gt;&lt;BR /&gt;Robin.</description>
    <pubDate>Thu, 12 Jul 2001 09:59:38 GMT</pubDate>
    <dc:creator>Robin Wakefield</dc:creator>
    <dc:date>2001-07-12T09:59:38Z</dc:date>
    <item>
      <title>CDE problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cde-problem/m-p/2551799#M28222</link>
      <description>Hello, &lt;BR /&gt;I want execute a command when I  logout from a cde session  in a particular user.&lt;BR /&gt;is there any way to customize the exit procedure? I mean, like sessiontc in login way.&lt;BR /&gt;&lt;BR /&gt;Thanks,</description>
      <pubDate>Thu, 12 Jul 2001 09:31:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cde-problem/m-p/2551799#M28222</guid>
      <dc:creator>Ana Lizcano</dc:creator>
      <dc:date>2001-07-12T09:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: CDE problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cde-problem/m-p/2551800#M28223</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;See here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0xc9c5d08cc06fd511abcd0090277a778c,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0xc9c5d08cc06fd511abcd0090277a778c,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 12 Jul 2001 09:40:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cde-problem/m-p/2551800#M28223</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-07-12T09:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: CDE problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cde-problem/m-p/2551801#M28224</link>
      <description>yes exactly the same as sessionetc create a script but call it sessionexit and place it in $HOME/.dt/sessions as with sessionetc see CDE advaced users guide pg 36 and beware the typo .... the directory they suggest = $HOME/.dt which is WRONG see above !</description>
      <pubDate>Thu, 12 Jul 2001 09:41:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cde-problem/m-p/2551801#M28224</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2001-07-12T09:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: CDE problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cde-problem/m-p/2551802#M28225</link>
      <description>JRF - looks like I've got competition ! must get faster ;)</description>
      <pubDate>Thu, 12 Jul 2001 09:43:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cde-problem/m-p/2551802#M28225</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2001-07-12T09:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: CDE problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cde-problem/m-p/2551803#M28226</link>
      <description>insert in your .profile:&lt;BR /&gt;&lt;BR /&gt;trap "path_of_your_script" 0&lt;BR /&gt;&lt;BR /&gt;and the script wiil be executed when you exit from the session</description>
      <pubDate>Thu, 12 Jul 2001 09:46:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cde-problem/m-p/2551803#M28226</guid>
      <dc:creator>federico_3</dc:creator>
      <dc:date>2001-07-12T09:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: CDE problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cde-problem/m-p/2551804#M28227</link>
      <description>Hi Alex!&lt;BR /&gt;&lt;BR /&gt;...ah, my friend, but I can only count on one hand what I know about CDE!  :-))&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 12 Jul 2001 09:46:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cde-problem/m-p/2551804#M28227</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-07-12T09:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: CDE problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cde-problem/m-p/2551805#M28228</link>
      <description>Just create the file:&lt;BR /&gt;&lt;BR /&gt;~/.dt/sessions/sessionexit&lt;BR /&gt;&lt;BR /&gt; - that should do the trick.&lt;BR /&gt;&lt;BR /&gt;Robin.</description>
      <pubDate>Thu, 12 Jul 2001 09:59:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cde-problem/m-p/2551805#M28228</guid>
      <dc:creator>Robin Wakefield</dc:creator>
      <dc:date>2001-07-12T09:59:38Z</dc:date>
    </item>
  </channel>
</rss>

