<?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 simple script for rdesktop in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/simple-script-for-rdesktop/m-p/4755083#M59575</link>
    <description>hi&lt;BR /&gt;&lt;BR /&gt;I'm looking for a simple script, running on the xfce desktop, asking me for the IP address or server name and starting rdesktop session.</description>
    <pubDate>Fri, 18 Feb 2011 22:18:34 GMT</pubDate>
    <dc:creator>'chris'</dc:creator>
    <dc:date>2011-02-18T22:18:34Z</dc:date>
    <item>
      <title>simple script for rdesktop</title>
      <link>https://community.hpe.com/t5/operating-system-linux/simple-script-for-rdesktop/m-p/4755083#M59575</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;I'm looking for a simple script, running on the xfce desktop, asking me for the IP address or server name and starting rdesktop session.</description>
      <pubDate>Fri, 18 Feb 2011 22:18:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/simple-script-for-rdesktop/m-p/4755083#M59575</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2011-02-18T22:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: simple script for rdesktop</title>
      <link>https://community.hpe.com/t5/operating-system-linux/simple-script-for-rdesktop/m-p/4755084#M59576</link>
      <description>Hi chris,&lt;BR /&gt;&lt;BR /&gt;This simple python script should do trick :) . I wrote it within a few minutes and i have not tested it well. Feel free to hack and use it as you wish&lt;BR /&gt;&amp;lt;-----------------------------------------&amp;gt;&lt;BR /&gt;from tkinter import *&lt;BR /&gt;import os&lt;BR /&gt;class RemoteDesktopFrontEnd:&lt;BR /&gt;    def __init__(self,master):&lt;BR /&gt;        frame = Frame(master)&lt;BR /&gt;        frame.pack()&lt;BR /&gt;        self.username_label = Label(master,text="Username")&lt;BR /&gt;        self.username_label.pack()&lt;BR /&gt;        self.username_textbox = Entry(master)&lt;BR /&gt;        self.username_textbox.pack()&lt;BR /&gt;        self.password_label = Label(master,text="Password")&lt;BR /&gt;        self.password_label.pack()&lt;BR /&gt;        self.password_textbox = Entry(master,show="*")&lt;BR /&gt;        self.password_textbox.pack()&lt;BR /&gt;        self.ip_label = Label(master , text=" IP ")&lt;BR /&gt;        self.ip_label.pack();&lt;BR /&gt;        self.ip_textbox = Entry(master)&lt;BR /&gt;        self.ip_textbox.pack()&lt;BR /&gt;        self.login_button = Button(master,text="Login",command=self.do_login)&lt;BR /&gt;        self.login_button.pack()&lt;BR /&gt;    def do_login(self):&lt;BR /&gt;        self.command_to_execute = "rdesktop -k en-us -a 16 -u "+ self.username_textbox.get() + " -p "+self.password_textbox.get() +" " + self.ip_textbox.get() &lt;BR /&gt;        os.system(self.command_to_execute)&lt;BR /&gt;        &lt;BR /&gt;&lt;BR /&gt;rootWidget=Tk()&lt;BR /&gt;rdesktopApp =RemoteDesktopFrontEnd(rootWidget)&lt;BR /&gt;rootWidget.mainloop()&lt;BR /&gt;&lt;BR /&gt;Truly Evil &lt;BR /&gt;Lucifer Megacruel</description>
      <pubDate>Mon, 21 Feb 2011 07:57:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/simple-script-for-rdesktop/m-p/4755084#M59576</guid>
      <dc:creator>Lucifer Megacruel</dc:creator>
      <dc:date>2011-02-21T07:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: simple script for rdesktop</title>
      <link>https://community.hpe.com/t5/operating-system-linux/simple-script-for-rdesktop/m-p/4755085#M59577</link>
      <description>hi chris,&lt;BR /&gt;&lt;BR /&gt;check this link : &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.linuxquestions.org/questions/debian-26/simple-x-rdesktop-client-for-xfce-860765/" target="_blank"&gt;http://www.linuxquestions.org/questions/debian-26/simple-x-rdesktop-client-for-xfce-860765/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;2nd respons from this user :gradinaruvasile&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Simple.&lt;BR /&gt;Run this from terminal:&lt;BR /&gt;....&lt;BR /&gt;&lt;BR /&gt;i think it could be a solution for you.&lt;BR /&gt;&lt;BR /&gt;mikap</description>
      <pubDate>Mon, 21 Feb 2011 08:26:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/simple-script-for-rdesktop/m-p/4755085#M59577</guid>
      <dc:creator>Michal Kapalka (mikap)</dc:creator>
      <dc:date>2011-02-21T08:26:10Z</dc:date>
    </item>
  </channel>
</rss>

