Author Topic: Setting up a remote desktop for Ubuntu  (Read 5664 times)

Steve

  • This 49%er supports Romney
  • Just a Jackass
  • *
  • Posts: 16120
  • Karma: +31/-410
  • Mr. Mom
Re: Setting up a remote desktop for Ubuntu
« Reply #15 on: September 20, 2008, 07:56:29 PM »
What do you mean? I dont see any reason why you couldnt use it.....like i said though this is all new to me, maybe im misunderstanding.

post_count++;
hey ethic if you and i were both courting lily allen..... oh wait, which one of us has a relationship that lasted more than the bus ride home?

Mike

  • Jackass In Charge
  • Posts: 11257
  • Karma: +168/-32
  • Ex Asshole - a better and more caring person.
Re: Setting up a remote desktop for Ubuntu
« Reply #16 on: September 20, 2008, 08:27:27 PM »
ok then, dumb question:  What is the command to start it up?  Went with gnome

Steve

  • This 49%er supports Romney
  • Just a Jackass
  • *
  • Posts: 16120
  • Karma: +31/-410
  • Mr. Mom
Re: Setting up a remote desktop for Ubuntu
« Reply #17 on: September 20, 2008, 08:32:02 PM »
startx

then

gnome-session

to start it automatically i *think* its

echo "exec gnome-session" > ~/.xinitrc

then

startx

Thats from memory but it was mandrake i was using i think. Try this also

http://ubuntuforums.org/showthread.php?t=97404
hey ethic if you and i were both courting lily allen..... oh wait, which one of us has a relationship that lasted more than the bus ride home?

Mike

  • Jackass In Charge
  • Posts: 11257
  • Karma: +168/-32
  • Ex Asshole - a better and more caring person.
Re: Setting up a remote desktop for Ubuntu
« Reply #18 on: September 20, 2008, 09:12:06 PM »
Got it to come up but it took too long to load and covered both screens.  meh

Steve

  • This 49%er supports Romney
  • Just a Jackass
  • *
  • Posts: 16120
  • Karma: +31/-410
  • Mr. Mom
Re: Setting up a remote desktop for Ubuntu
« Reply #19 on: September 20, 2008, 09:26:54 PM »
high load time? My laptop takes about 10-15 second to load from dead to the login screen but once i login everything loads almost instantly....
hey ethic if you and i were both courting lily allen..... oh wait, which one of us has a relationship that lasted more than the bus ride home?

Mike

  • Jackass In Charge
  • Posts: 11257
  • Karma: +168/-32
  • Ex Asshole - a better and more caring person.
Re: Setting up a remote desktop for Ubuntu
« Reply #20 on: September 20, 2008, 10:46:18 PM »
Nah, but you gonna remember that it is shoving a lot of info over the ethernet.

Steve

  • This 49%er supports Romney
  • Just a Jackass
  • *
  • Posts: 16120
  • Karma: +31/-410
  • Mr. Mom
Re: Setting up a remote desktop for Ubuntu
« Reply #21 on: September 20, 2008, 11:06:31 PM »
Yea thats true. Dumah might have some ideas, i have no remote exp with nix yet.
hey ethic if you and i were both courting lily allen..... oh wait, which one of us has a relationship that lasted more than the bus ride home?

Mike

  • Jackass In Charge
  • Posts: 11257
  • Karma: +168/-32
  • Ex Asshole - a better and more caring person.
Re: Setting up a remote desktop for Ubuntu
« Reply #22 on: September 21, 2008, 12:47:16 AM »
From what I've read it seems like VNC is a better route to go if I want to do that.  I think you can pipe it through an SSH connection at the same time.  Only problem is that I'll have to open that port up on my router and it is a pain (shitty router interface)

Steve

  • This 49%er supports Romney
  • Just a Jackass
  • *
  • Posts: 16120
  • Karma: +31/-410
  • Mr. Mom
Re: Setting up a remote desktop for Ubuntu
« Reply #23 on: September 21, 2008, 12:53:31 AM »
its been a while since i did any local port configuring, but do you need to open the port for local connections? I think you can VNC to the machine without opening the port on the router. I think thats only for inbound traffic from outside the LAN.

Unless your remoting to a machine outside the network, but i got the impression this is all at your house.
hey ethic if you and i were both courting lily allen..... oh wait, which one of us has a relationship that lasted more than the bus ride home?

Mike

  • Jackass In Charge
  • Posts: 11257
  • Karma: +168/-32
  • Ex Asshole - a better and more caring person.
Re: Setting up a remote desktop for Ubuntu
« Reply #24 on: September 21, 2008, 01:13:58 AM »
House, work, school, etc :P

The pidgin thing was mainly for work ;)

Steve

  • This 49%er supports Romney
  • Just a Jackass
  • *
  • Posts: 16120
  • Karma: +31/-410
  • Mr. Mom
Re: Setting up a remote desktop for Ubuntu
« Reply #25 on: September 21, 2008, 01:22:06 AM »
ahhh my bad. What kind of router is it? Even my embarq one isnt THAT bad and thats borderline horrendous interface.
hey ethic if you and i were both courting lily allen..... oh wait, which one of us has a relationship that lasted more than the bus ride home?

Dumah

  • Jackass IV
  • Posts: 960
  • Karma: +21/-6
Re: Setting up a remote desktop for Ubuntu
« Reply #26 on: September 21, 2008, 02:33:17 AM »
Hmm, is it possible to use the desktop manager in this configuration?

If you want to do that you might as well Remote Desktop into the machine instead of using SSH tunneling

Mike

  • Jackass In Charge
  • Posts: 11257
  • Karma: +168/-32
  • Ex Asshole - a better and more caring person.
Re: Setting up a remote desktop for Ubuntu
« Reply #27 on: September 23, 2008, 02:41:51 PM »
Hmmm this is weird. Everytime I run pidgin I get
Quote
libnm_glib_nm_state_cb: dbus returned an error.
  (org.freedesktop.DBus.Error.AccessDenied) A security policy in place prevents this sender from sending this message to this recipient, see message bus configuration file (rejected message had interface "org.freedesktop.NetworkManager" member "state" error name "(unset)" destination "org.freedesktop.NetworkManager")
and
Quote
(pidgin:26829): GStreamer-CRITICAL **:
Trying to dispose element fakesink, but it is not in the NULL state.
You need to explicitly set elements to the NULL state before
dropping the final reference, to allow them to clean up.
Whats more I start pidgin as a background process and today tried dumping stderr and stdout to /dev/null and it still won't shut the fuck up.

BTW Pidgin works so I couldn't care less about the errors.