<?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: Gnome in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/gnome/m-p/3934982#M287973</link>
    <description>hi..&lt;BR /&gt;&lt;BR /&gt;you have to edit first line in /etc/opt/gnome/gdm/gdm.conf&lt;BR /&gt;&lt;BR /&gt;[xdmcp]&lt;BR /&gt;Enable=false &lt;BR /&gt;HonorIndirect=false&lt;BR /&gt;MaxPending=4&lt;BR /&gt;MaxPendingIndirect=4&lt;BR /&gt;MaxSessions=16&lt;BR /&gt;MaxWait=30&lt;BR /&gt;MaxWaitIndirect=30&lt;BR /&gt;Port=177&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[xdmcp]&lt;BR /&gt;Enable=true &amp;lt;= edit &lt;BR /&gt;HonorIndirect=false&lt;BR /&gt;MaxPending=4&lt;BR /&gt;MaxPendingIndirect=4&lt;BR /&gt;MaxSessions=16&lt;BR /&gt;MaxWait=30&lt;BR /&gt;MaxWaitIndirect=30&lt;BR /&gt;Port=177&lt;BR /&gt;</description>
    <pubDate>Thu, 12 Jul 2007 11:55:05 GMT</pubDate>
    <dc:creator>Wind Boy</dc:creator>
    <dc:date>2007-07-12T11:55:05Z</dc:date>
    <item>
      <title>Gnome</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gnome/m-p/3934977#M287968</link>
      <description>I installed Gnome As Hp recommend&lt;BR /&gt;&lt;BR /&gt;the installation done&lt;BR /&gt;&lt;BR /&gt;when i try to connect from Station to server using Reflection X &lt;BR /&gt;&lt;BR /&gt;the result __ Connection Time Out&lt;BR /&gt;&lt;BR /&gt;i need help&lt;BR /&gt;Note: I can Access CDE from my reflection x without any problems</description>
      <pubDate>Tue, 30 Jan 2007 11:24:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gnome/m-p/3934977#M287968</guid>
      <dc:creator>kamal al-azab</dc:creator>
      <dc:date>2007-01-30T11:24:19Z</dc:date>
    </item>
    <item>
      <title>Re: Gnome</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gnome/m-p/3934978#M287969</link>
      <description>Shalom Kamal,&lt;BR /&gt;&lt;BR /&gt;I would check permissions on the .gnome and .gconf directories and files on the user home directories.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 30 Jan 2007 11:41:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gnome/m-p/3934978#M287969</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-01-30T11:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: Gnome</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gnome/m-p/3934979#M287970</link>
      <description>hi kemal;&lt;BR /&gt;1-have you a trusted system ?&lt;BR /&gt;2-before Gnome did you achieve log in CDE session?&lt;BR /&gt;&lt;BR /&gt;regards;&lt;BR /&gt;mustafa</description>
      <pubDate>Tue, 30 Jan 2007 12:04:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gnome/m-p/3934979#M287970</guid>
      <dc:creator>Mustafa Gulercan</dc:creator>
      <dc:date>2007-01-30T12:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: Gnome</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gnome/m-p/3934980#M287971</link>
      <description>sorry about Note. i didn't realize it.&lt;BR /&gt;&lt;BR /&gt;you can workaround this problem by allowing CDE to manage the login process and redirecting the session to a GNOME session.&lt;BR /&gt;&lt;BR /&gt;Pls try following;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SINGLE-USER MODIFICATION&lt;BR /&gt;&lt;BR /&gt;To implement this workaround for a single user, add the following line to the end of the user's $HOME/.dtprofile file: &lt;BR /&gt;&lt;BR /&gt;       exec /etc/opt/gnome/gdm/Sessions/Gnome&lt;BR /&gt;&lt;BR /&gt;SYSTEM-WIDE MODIFICATION&lt;BR /&gt;&lt;BR /&gt;To implement this workaround for all of the users on the system, make the following modifications to the system: &lt;BR /&gt;&lt;BR /&gt;Create an Xsession.d script (i.e., 0020.gnome) in the /etc/dt/config/Xsession.d/ directory.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Add the following line to this new /etc/dt/config/Xsession.d/0020.gnome file: &lt;BR /&gt;&lt;BR /&gt;       exec /etc/opt/gnome/gdm/Sessions/Gnome&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Set the permission and ownership of this file to be rwxr-xr-x (755) root:sys: &lt;BR /&gt;&lt;BR /&gt;       /usr/bin/chmod 755 /etc/opt/gnome/gdm/Sessions/Gnome&lt;BR /&gt;       /usr/bin/chown root:sys /etc/opt/gnome/gdm/Sessions/Gnome&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;NOTE: Xsession.d scripts are sourced in alphanumeric order as each user logs into the system. Customizations are made by placing scripts in the /etc/dt/config/Xsession.d/ directory. This directory structure does not exist by default; therefore, if no customizations have been made on the system, this directory structure may need to be created. &lt;BR /&gt;&lt;BR /&gt;Once these modifications have been implemented on the system, the CDE login banner will appear to allow the user to log into the system; however, the GNOME session will appear after the user is logged in. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards;&lt;BR /&gt;mustafa&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Jan 2007 12:09:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gnome/m-p/3934980#M287971</guid>
      <dc:creator>Mustafa Gulercan</dc:creator>
      <dc:date>2007-01-30T12:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: Gnome</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gnome/m-p/3934981#M287972</link>
      <description>Hi Kamal&lt;BR /&gt;i had the same problem in my RP7420 server&lt;BR /&gt;the solution was :&lt;BR /&gt;1- go to gdm.conf and go to server section in the file , type # in the start of all lines to disable them , thats because some servers in this field cannot accept connection from Reflection X &lt;BR /&gt;&lt;BR /&gt;i tried it and it works now i can access booth CDE and Gnome from Reflection X&lt;BR /&gt;&lt;BR /&gt;Best Regards from me and Tareq&lt;BR /&gt;&lt;BR /&gt;note Please Rate this answer or read how to rate answers that helps solving your problems&lt;BR /&gt;</description>
      <pubDate>Sat, 10 Feb 2007 04:26:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gnome/m-p/3934981#M287972</guid>
      <dc:creator>Eng. Mohammad</dc:creator>
      <dc:date>2007-02-10T04:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: Gnome</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gnome/m-p/3934982#M287973</link>
      <description>hi..&lt;BR /&gt;&lt;BR /&gt;you have to edit first line in /etc/opt/gnome/gdm/gdm.conf&lt;BR /&gt;&lt;BR /&gt;[xdmcp]&lt;BR /&gt;Enable=false &lt;BR /&gt;HonorIndirect=false&lt;BR /&gt;MaxPending=4&lt;BR /&gt;MaxPendingIndirect=4&lt;BR /&gt;MaxSessions=16&lt;BR /&gt;MaxWait=30&lt;BR /&gt;MaxWaitIndirect=30&lt;BR /&gt;Port=177&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[xdmcp]&lt;BR /&gt;Enable=true &amp;lt;= edit &lt;BR /&gt;HonorIndirect=false&lt;BR /&gt;MaxPending=4&lt;BR /&gt;MaxPendingIndirect=4&lt;BR /&gt;MaxSessions=16&lt;BR /&gt;MaxWait=30&lt;BR /&gt;MaxWaitIndirect=30&lt;BR /&gt;Port=177&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Jul 2007 11:55:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gnome/m-p/3934982#M287973</guid>
      <dc:creator>Wind Boy</dc:creator>
      <dc:date>2007-07-12T11:55:05Z</dc:date>
    </item>
  </channel>
</rss>

