<?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 Configuration in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cde-configuration/m-p/2589257#M32659</link>
    <description>You can actually delete a control like the mail button in a user specific .fp file.&lt;BR /&gt;It is described in "man dtfpfpile".&lt;BR /&gt;~/.dt/types/nomail.fp -&lt;BR /&gt;CONTROL Mail&lt;BR /&gt;{&lt;BR /&gt;  TYPE icon&lt;BR /&gt;  CONTAINER_NAME Top&lt;BR /&gt;  CONTAINER_TYPE BOX&lt;BR /&gt;  DELETE True&lt;BR /&gt;}</description>
    <pubDate>Wed, 03 Oct 2001 19:09:51 GMT</pubDate>
    <dc:creator>Mike Stroyan</dc:creator>
    <dc:date>2001-10-03T19:09:51Z</dc:date>
    <item>
      <title>CDE Configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cde-configuration/m-p/2589254#M32656</link>
      <description>Is there an easier way to individually take away buttons on a CDE desktop other than moving the /usr/dt/appconfig/types/C/dtwm.fp and creating a customized one in everyones $HOME/.dt/types directory?  &lt;BR /&gt;&lt;BR /&gt;Is there a configuration file that states use the /usr/dt/appconfig/types/C/dtwm.fp only if there isn't one in the users home directory?</description>
      <pubDate>Wed, 03 Oct 2001 16:12:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cde-configuration/m-p/2589254#M32656</guid>
      <dc:creator>Jason Berendsen</dc:creator>
      <dc:date>2001-10-03T16:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: CDE Configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cde-configuration/m-p/2589255#M32657</link>
      <description>Hi Jason,&lt;BR /&gt;If you want to take away button for everyone here is the process.&lt;BR /&gt;&lt;BR /&gt;for example disabling Screen saver button&lt;BR /&gt;1. cp /usr/dt/app-defaults/C/Dtstyle /etc/dt/app-defaults/C&lt;BR /&gt;&lt;BR /&gt;2. Edit /etc/dt/app-defaults/C/Dtstyle and remove the word&lt;BR /&gt;     "screen" as shown below:&lt;BR /&gt;&lt;BR /&gt;     Change this line:&lt;BR /&gt;&lt;BR /&gt;     Dtstyle*componentList:  Color Font Backdrop Keyboard Mouse Beep&lt;BR /&gt;     Screen Dtwm Startup&lt;BR /&gt;&lt;BR /&gt;     To:&lt;BR /&gt;&lt;BR /&gt;     Dtstyle*componentList:  Color Font Backdrop Keyboard Mouse Beep&lt;BR /&gt;     Dtwm Startup&lt;BR /&gt;&lt;BR /&gt;Note: This change will remove the Screensaver option from the Style manager.&lt;BR /&gt;&lt;BR /&gt;3. Edit /etc/dt/config/C/sys.resources and add the following two&lt;BR /&gt;     lines:&lt;BR /&gt;&lt;BR /&gt;     dtsession*extension.saverTimeout: 0&lt;BR /&gt;     dtsession*extension.lockTimeout: 0&lt;BR /&gt;&lt;BR /&gt;Note: These two settings will disable the screen saver and screen lock, respectively.&lt;BR /&gt;&lt;BR /&gt;4. To make these changes take effect for all users, remove their&lt;BR /&gt;     $HOME/.dt directories&lt;BR /&gt;&lt;BR /&gt;Sachin</description>
      <pubDate>Wed, 03 Oct 2001 16:56:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cde-configuration/m-p/2589255#M32657</guid>
      <dc:creator>Sachin Patel</dc:creator>
      <dc:date>2001-10-03T16:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: CDE Configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cde-configuration/m-p/2589256#M32658</link>
      <description>I'm actually looking for the opposite.  For instance how would I take away the mail button from specific users, not from all users?</description>
      <pubDate>Wed, 03 Oct 2001 17:14:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cde-configuration/m-p/2589256#M32658</guid>
      <dc:creator>Jason Berendsen</dc:creator>
      <dc:date>2001-10-03T17:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: CDE Configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cde-configuration/m-p/2589257#M32659</link>
      <description>You can actually delete a control like the mail button in a user specific .fp file.&lt;BR /&gt;It is described in "man dtfpfpile".&lt;BR /&gt;~/.dt/types/nomail.fp -&lt;BR /&gt;CONTROL Mail&lt;BR /&gt;{&lt;BR /&gt;  TYPE icon&lt;BR /&gt;  CONTAINER_NAME Top&lt;BR /&gt;  CONTAINER_TYPE BOX&lt;BR /&gt;  DELETE True&lt;BR /&gt;}</description>
      <pubDate>Wed, 03 Oct 2001 19:09:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cde-configuration/m-p/2589257#M32659</guid>
      <dc:creator>Mike Stroyan</dc:creator>
      <dc:date>2001-10-03T19:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: CDE Configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cde-configuration/m-p/2589258#M32660</link>
      <description>Mike,&lt;BR /&gt;&lt;BR /&gt;I couldn't find any information on dtfpfpile, but I used your example and it was exactly what I needed.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Jason&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Oct 2001 11:42:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cde-configuration/m-p/2589258#M32660</guid>
      <dc:creator>Jason Berendsen</dc:creator>
      <dc:date>2001-10-04T11:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: CDE Configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cde-configuration/m-p/2589259#M32661</link>
      <description>That dtfpfpile should really be dtfpfile.</description>
      <pubDate>Thu, 04 Oct 2001 18:44:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cde-configuration/m-p/2589259#M32661</guid>
      <dc:creator>Mike Stroyan</dc:creator>
      <dc:date>2001-10-04T18:44:02Z</dc:date>
    </item>
  </channel>
</rss>

