Page 2 of 2 FirstFirst 12
Results 11 to 19 of 19

Thread: Run a graphical application remotely

  1. #11
    Join Date
    Apr 2005
    Location
    Stockholm, Sweden
    Beans
    331
    Distro
    Kubuntu 7.10 Gutsy Gibbon

    Re: Run a graphical application remotely

    this was some great stuff...thank you.

    Do I understand it correctly that the app that you will run will do its computing or processing on the server?

  2. #12
    Join Date
    Apr 2005
    Location
    Stockholm, Sweden
    Beans
    331
    Distro
    Kubuntu 7.10 Gutsy Gibbon

    Re: Run a graphical application remotely

    from my ubuntu machine i tried doing ssh -X <IP> "/usr/kde/3.5/bin/kwrite"
    to my gentoo machine

    but it spits out:
    kwrite: cannot connect to X server

    You know what I missed? Any config?

  3. #13
    Join Date
    Mar 2005
    Beans
    37

    Launch Application By Command Line

    I use XLiveCD to run a remote graphical application, but I learned 2 things from this thread.

    1) That you can run the specific app with 1 command:
    ssh -X [server ip address] [program that you want to run]
    2) How to find out the names of the application to be used from the command line:
    (If you want to find out what a program is called, drag the appropriate menu item to your desktop, right click on it to view its properties and look at the Launcher tab. The program name is in the Command box.)
    I think that "Properties" menu option should be available from a right-click from the menu in the first place, but at least now I know this method. Maybe you should put this tip under its own entry somewhere. Thanks jonny.

  4. #14
    Join Date
    May 2006
    Location
    Chicago
    Beans
    30
    Distro
    Ubuntu 6.10 Edgy

    Re: Run a graphical application remotely

    Nice, way eaiser than the last time i tired to do this. WAY EASIER.

  5. #15
    Join Date
    Dec 2004
    Beans
    297

    Re: Run a graphical application remotely

    Quote Originally Posted by GoldBuggie
    Do I understand it correctly that the app that you will run will do its computing or processing on the server?
    You understand correctly. It means that you can use a low spec machine as the local box.

  6. #16
    Join Date
    Dec 2004
    Beans
    297

    Re: Run a graphical application remotely

    Quote Originally Posted by GoldBuggie
    from my ubuntu machine i tried doing ssh -X <IP> "/usr/kde/3.5/bin/kwrite"
    to my gentoo machine

    but it spits out:
    kwrite: cannot connect to X server

    You know what I missed? Any config?
    I never use kwrite so I don't know what the problem is here. I have found that a few apps don't work over SSH, and maybe kwrite is one of them.

    You might get more luck if you make your ssh connection first (just use ssh -X [server name] ) and then try to run the app.

  7. #17
    Join Date
    Apr 2005
    Location
    Not-So-Sunny Hawaii
    Beans
    Hidden!

    Re: Run a graphical application remotely

    i use this for doing things on my headless server... works like a charm

    plus, i can run MythTV inside a window and stream stuff to the laptop... not as fast as local, but definately usable
    So... a 1337 java programmer walks into a bar...

  8. #18
    Join Date
    May 2006
    Location
    The Netherlands
    Beans
    2

    Re: Run a graphical application remotely

    Quote Originally Posted by dabear
    Download the command line version of putty (plink.exe) and install xming. Now you can reach your ubuntu from a windows machine.

    I am doing that now, although the fonts are small, it works perfectly.

    evolution from ubuntu running in windows
    Works great, thanks a lot for the tips. Only thingy is that I always have to save my configuration file or else an error will occur.

    Quick setup:

    - install SSH on your Ubuntu machine.
    - Download Xming for Windows and Install in on your machine.
    - Download Plink.exe (used to remote acces the ubuntu machine)

    Well then start XLaunch and follow the instructions, should work like a charm.

    *****

  9. #19
    Join Date
    Oct 2004
    Location
    フィリ&
    Beans
    189

    Re: Run a graphical application remotely

    Have you tried FreeNX?

    Here's a fellow Ubuntu user who has done it. (In case it's down, here's google cache of the site.

    The Ubuntu Wiki entry.

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •