<?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: HOWTO: GUI Pop-Up Mesage in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/howto-gui-pop-up-mesage/m-p/3280859#M72131</link>
    <description>what about exceutin xterm with a script ?&lt;BR /&gt;&lt;BR /&gt;Hello&lt;BR /&gt;&lt;BR /&gt;pause..&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;&lt;BR /&gt;?&lt;BR /&gt;&lt;BR /&gt;Alvaro&lt;BR /&gt;</description>
    <pubDate>Tue, 25 May 2004 11:51:44 GMT</pubDate>
    <dc:creator>Alvaro Miranda Aguilera</dc:creator>
    <dc:date>2004-05-25T11:51:44Z</dc:date>
    <item>
      <title>HOWTO: GUI Pop-Up Mesage</title>
      <link>https://community.hpe.com/t5/operating-system-linux/howto-gui-pop-up-mesage/m-p/3280853#M72125</link>
      <description>Hello all once again,&lt;BR /&gt;&lt;BR /&gt;For those of you following my millions of posts, our move away from SCO to Linux is going great, there's loads of new things that we can do and I'd like to explore some of the more useful parts of Linux so:&lt;BR /&gt;&lt;BR /&gt;We've just moved everyone away from the insecure execd and over to SSH with PuTTY and with Windows interface. We still use X, we X11 forwarding has been set up and I've got a script that will re-configure people's .profile and .kshrc files to ensure that this will all work correctly.&lt;BR /&gt;&lt;BR /&gt;On top of this, I'd like to check X works by creating a pop-up screen with an OK button and catching the retval of this, or if a certain time-limit hits, kill the pop-up and report an error.&lt;BR /&gt;&lt;BR /&gt;I have no idea how to do this! Windows had the messenger service, which made things easier! Is there any utils to do this? I'm keen not to install anything than the standard apps, so if there's a perl module you need to compile, we won't be keen, it has to come with SuSE Enterprise Linux 8...&lt;BR /&gt;&lt;BR /&gt;Any suggestions guys?&lt;BR /&gt;&lt;BR /&gt;Mike</description>
      <pubDate>Wed, 19 May 2004 07:57:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/howto-gui-pop-up-mesage/m-p/3280853#M72125</guid>
      <dc:creator>Michael Williams_6</dc:creator>
      <dc:date>2004-05-19T07:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: HOWTO: GUI Pop-Up Mesage</title>
      <link>https://community.hpe.com/t5/operating-system-linux/howto-gui-pop-up-mesage/m-p/3280854#M72126</link>
      <description>When I need to pop up a message I use&lt;BR /&gt;smbclient utility on redhat station.&lt;BR /&gt;the syntax is:&lt;BR /&gt;smbclient -M hostname&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 19 May 2004 08:41:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/howto-gui-pop-up-mesage/m-p/3280854#M72126</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2004-05-19T08:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: HOWTO: GUI Pop-Up Mesage</title>
      <link>https://community.hpe.com/t5/operating-system-linux/howto-gui-pop-up-mesage/m-p/3280855#M72127</link>
      <description>A simple solution is "xmessage" which is probably installed already.&lt;BR /&gt; &lt;BR /&gt;For a programable solution, I would think tkperl is the easiest.  You need to install a recent perl and the perltk module from cpan.  You can do quite complex systems with this and it's all perl :)</description>
      <pubDate>Wed, 19 May 2004 08:55:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/howto-gui-pop-up-mesage/m-p/3280855#M72127</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-05-19T08:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: HOWTO: GUI Pop-Up Mesage</title>
      <link>https://community.hpe.com/t5/operating-system-linux/howto-gui-pop-up-mesage/m-p/3280856#M72128</link>
      <description>Thanks Alex, but I'm testing out that the X Display is correctly routed through PuTTY, so using Samba wouldn't help me there.&lt;BR /&gt;&lt;BR /&gt;Thanks Mark, xmessage indeed did exactly what I wanted, even if it was really ugly!!&lt;BR /&gt;&lt;BR /&gt;Long-term I might look at tkperl, unless someone comes up with an even easier solution!&lt;BR /&gt;&lt;BR /&gt;M</description>
      <pubDate>Wed, 19 May 2004 09:26:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/howto-gui-pop-up-mesage/m-p/3280856#M72128</guid>
      <dc:creator>Michael Williams_6</dc:creator>
      <dc:date>2004-05-19T09:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: HOWTO: GUI Pop-Up Mesage</title>
      <link>https://community.hpe.com/t5/operating-system-linux/howto-gui-pop-up-mesage/m-p/3280857#M72129</link>
      <description>Python might be a good solution.  It is intended for sysadmin type tasks and is what is used to implement Red Hat's Red Hat Network (rhn_register, up2date_gnome) and other utilities. &lt;BR /&gt;&lt;BR /&gt;Sys Admin magazine: &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.samag.com/" target="_blank"&gt;http://www.samag.com/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;had a recent series on Python programming.  Don't know if the content is available on the web but the articles seem pretty good and the mag is fairly add-free.</description>
      <pubDate>Thu, 20 May 2004 07:47:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/howto-gui-pop-up-mesage/m-p/3280857#M72129</guid>
      <dc:creator>Rick Beldin</dc:creator>
      <dc:date>2004-05-20T07:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: HOWTO: GUI Pop-Up Mesage</title>
      <link>https://community.hpe.com/t5/operating-system-linux/howto-gui-pop-up-mesage/m-p/3280858#M72130</link>
      <description>If you want a messaging service for unix and win try jabber.&lt;BR /&gt;Pax,r</description>
      <pubDate>Thu, 20 May 2004 09:16:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/howto-gui-pop-up-mesage/m-p/3280858#M72130</guid>
      <dc:creator>Roberto Polli</dc:creator>
      <dc:date>2004-05-20T09:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: HOWTO: GUI Pop-Up Mesage</title>
      <link>https://community.hpe.com/t5/operating-system-linux/howto-gui-pop-up-mesage/m-p/3280859#M72131</link>
      <description>what about exceutin xterm with a script ?&lt;BR /&gt;&lt;BR /&gt;Hello&lt;BR /&gt;&lt;BR /&gt;pause..&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;&lt;BR /&gt;?&lt;BR /&gt;&lt;BR /&gt;Alvaro&lt;BR /&gt;</description>
      <pubDate>Tue, 25 May 2004 11:51:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/howto-gui-pop-up-mesage/m-p/3280859#M72131</guid>
      <dc:creator>Alvaro Miranda Aguilera</dc:creator>
      <dc:date>2004-05-25T11:51:44Z</dc:date>
    </item>
  </channel>
</rss>

