<?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 Where is SESSIONTYPE set up? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/where-is-sessiontype-set-up/m-p/3748720#M787464</link>
    <description>I have two machines, pic2004 and pic2025. User accounts are kept on a third machine, uxhome2 and are 'distributed' using NIS, so that the user sees exactly the same on pic2004 and pic2025.&lt;BR /&gt;&lt;BR /&gt;I have a .xsession file in the users home directory, so that when they log in, they don't get access to any terminal windows, but only particular application programs.&lt;BR /&gt;&lt;BR /&gt;This works fine on pic2004, but on pic2025, they get a normal CDE session with access to terminal windows.&lt;BR /&gt;&lt;BR /&gt;.dtprofile is obviously the same, as are /usr/dt/config/Xconfig. The only difference between the /etc/dt/config/Xconfigs is one has a different Dtlogin*language setting.&lt;BR /&gt;&lt;BR /&gt;I've got a suspicion that the issue may be due to the SESSIONTYPE variable.&lt;BR /&gt;&lt;BR /&gt;Can anyone tell me where this is set up - not where I should change it, but where it is actually set up in the first instance?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Gary</description>
    <pubDate>Fri, 10 Mar 2006 10:28:35 GMT</pubDate>
    <dc:creator>Gary Cooper_1</dc:creator>
    <dc:date>2006-03-10T10:28:35Z</dc:date>
    <item>
      <title>Where is SESSIONTYPE set up?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/where-is-sessiontype-set-up/m-p/3748720#M787464</link>
      <description>I have two machines, pic2004 and pic2025. User accounts are kept on a third machine, uxhome2 and are 'distributed' using NIS, so that the user sees exactly the same on pic2004 and pic2025.&lt;BR /&gt;&lt;BR /&gt;I have a .xsession file in the users home directory, so that when they log in, they don't get access to any terminal windows, but only particular application programs.&lt;BR /&gt;&lt;BR /&gt;This works fine on pic2004, but on pic2025, they get a normal CDE session with access to terminal windows.&lt;BR /&gt;&lt;BR /&gt;.dtprofile is obviously the same, as are /usr/dt/config/Xconfig. The only difference between the /etc/dt/config/Xconfigs is one has a different Dtlogin*language setting.&lt;BR /&gt;&lt;BR /&gt;I've got a suspicion that the issue may be due to the SESSIONTYPE variable.&lt;BR /&gt;&lt;BR /&gt;Can anyone tell me where this is set up - not where I should change it, but where it is actually set up in the first instance?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Gary</description>
      <pubDate>Fri, 10 Mar 2006 10:28:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/where-is-sessiontype-set-up/m-p/3748720#M787464</guid>
      <dc:creator>Gary Cooper_1</dc:creator>
      <dc:date>2006-03-10T10:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: Where is SESSIONTYPE set up?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/where-is-sessiontype-set-up/m-p/3748721#M787465</link>
      <description>Hi Gary, &lt;BR /&gt;&lt;BR /&gt;Check these threads, &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=96383" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=96383&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=296846" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=296846&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I think, it should be in $HOME/.dtprofile&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Fri, 10 Mar 2006 10:42:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/where-is-sessiontype-set-up/m-p/3748721#M787465</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-03-10T10:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: Where is SESSIONTYPE set up?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/where-is-sessiontype-set-up/m-p/3748722#M787466</link>
      <description>3 ways via SESSIONTYPE=&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;in /usr/dt/bin/Xsession&lt;BR /&gt;&lt;BR /&gt;on a per user in .dtprofile&lt;BR /&gt;&lt;BR /&gt;or create file in /etc/dt/config/Xsession.d/##.xdm&lt;BR /&gt;with perms 555</description>
      <pubDate>Fri, 10 Mar 2006 10:42:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/where-is-sessiontype-set-up/m-p/3748722#M787466</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2006-03-10T10:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: Where is SESSIONTYPE set up?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/where-is-sessiontype-set-up/m-p/3748723#M787467</link>
      <description>Arun, I'd already check previous postings, but thanks anyhow.&lt;BR /&gt;&lt;BR /&gt;Alex, Hi! SESSIONTYPE is not currently set in any of the three places that you mention. /usr/dt/bin/Xsession actually tests for SESSIONTYPE, so I guess it should be set up before /usr/dt/bin/Xsession is called.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Gary</description>
      <pubDate>Fri, 10 Mar 2006 11:00:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/where-is-sessiontype-set-up/m-p/3748723#M787467</guid>
      <dc:creator>Gary Cooper_1</dc:creator>
      <dc:date>2006-03-10T11:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: Where is SESSIONTYPE set up?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/where-is-sessiontype-set-up/m-p/3748724#M787468</link>
      <description>Hi Chaps,&lt;BR /&gt;&lt;BR /&gt;I got to the bottom is this problem and thought you may be interested in what the fix was, so here goes...&lt;BR /&gt;&lt;BR /&gt;As part of an application installation, /usr/dt/config/Xsession gets cutomised and given a new name (it now checks for the existance of ~/.xsession when deciding which window manager to use). A corresponding entry is made in /usr/dt/config/Xconfig, so that the new Xsession is used.&lt;BR /&gt;&lt;BR /&gt;This would have been OK, except for the fact that there was also an unmodified Xconfig in /etc/dt/config - this file was being picked up in preference to the one in /usr.&lt;BR /&gt;&lt;BR /&gt;Anyway, I made the customisation to the file in /etc and the user's environment was just fine after that.&lt;BR /&gt;&lt;BR /&gt;Thanks again for your help.&lt;BR /&gt;&lt;BR /&gt;Gary</description>
      <pubDate>Tue, 14 Mar 2006 03:31:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/where-is-sessiontype-set-up/m-p/3748724#M787468</guid>
      <dc:creator>Gary Cooper_1</dc:creator>
      <dc:date>2006-03-14T03:31:12Z</dc:date>
    </item>
  </channel>
</rss>

