Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic: [EN] Remote Control Suggestions?  (Read 2784 times)

dlalias2k1

  • Guest
[EN] Remote Control Suggestions?
« on: 2014/05/02, 04:53:18 »
Since updating, I'm not able to get Splashtop or X2Go to easily run with the new KDE and other updates.


[size=78%]KRFB works fine, but it won't work until I login. [/size]Anyone got a recommendation for X remote control?

Offline devil

  • Administrator
  • User
  • *****
  • Posts: 4.842
Re: Remote Control Suggestions?
« Reply #1 on: 2014/05/02, 07:24:17 »
Unfortunately your phrase: 'since updating' says nothing at all.


greetz
devil

dlalias2k1

  • Guest
Re: Remote Control Suggestions?
« Reply #2 on: 2014/05/02, 08:07:17 »
I used updating poorly. I mean installing the December release onto a new machine, the following remote apps no longer work "out of the box":


Splashtop (Won't run cause of dependency issues, it requires older versions of libpulse0 and libx264-123)
X2Go  (Won't run for some unknown reason, Log only shows an SSH connection and then that it disconnects after authentication but before it can launch the remote session, I'm planning on turning verbosity up to get more information)
Tightvncserver (Attempting to run creates a session, but attempting to connect to said session results in plasma-desktop crashing)


"x11vnc -create" works with xvfb, but is less than ideal for it's overhead.
I'm in progress of working through the X2Go issue, since it's my weapon of choice, unfortunately one of the apps I need, requires desktop access. So I was wondering if anyone had any other easy remote screen suggestions in the mean time.

Offline towo

  • Administrator
  • User
  • *****
  • Posts: 2.938
Re: Remote Control Suggestions?
« Reply #3 on: 2014/05/02, 12:39:44 »
Quote
Splashtop (Won't run cause of dependency issues, it requires older versions of libpulse0 and libx264-123)

No problem here.

Code: [Select]
~
towo:Defiant> dpkg -l | egrep "splashtop|libpulse0|libx264"
ii  libpulse0:amd64                                   5.0-2                              amd64        PulseAudio client libraries
ii  libpulse0:i386                                    5.0-2                              i386         PulseAudio client libraries
ii  libx264-123:amd64                                 2:0.123.2189+git35cf912-1          amd64        x264 video coding library
ii  libx264-133:amd64                                 2:0.133.2339+git585324f-2+b1       amd64        x264 video coding library
ii  libx264-142:amd64                                 2:0.142.2389+git956c8d8-4          amd64        x264 video coding library
ii  splashtop-streamer                                2.2.5.0-1                          amd64        Splashtop Remote Streamer
Ich gehe nicht zum Karneval, ich verleihe nur manchmal mein Gesicht.

dlalias2k1

  • Guest
Re: Remote Control Suggestions?
« Reply #4 on: 2014/05/02, 21:19:12 »

Preparing to unpack Splashtop_Streamer_Ubuntu_1210_v2.2.5.0_amd6 4.deb ...
Unpacking splashtop-streamer (2.2.5.0-1) ...
dpkg: dependency problems prevent configuration of splashtop-streamer:
 splashtop-streamer depends on libpulse0 (>= 1:0.99.1); however:
  Version of libpulse0:amd64 on system is 5.0-2.


dpkg: error processing package splashtop-streamer (--install):
 dependency problems - leaving unconfigured
Processing triggers for desktop-file-utils (0.22-1) ...
Processing triggers for mime-support (3.54) ...
Errors were encountered while processing:
 splashtop-streamer






If I use ignore-depends I can get it to install, but then it wants to remove the package next time I run apt-get. How did you get around that, If I may ask?

Offline devil

  • Administrator
  • User
  • *****
  • Posts: 4.842
Re: Remote Control Suggestions?
« Reply #5 on: 2014/05/02, 22:13:41 »
Did you try apt-get -f install when it hints you on the dependencies?




greetz
devil

dlalias2k1

  • Guest
Re: Remote Control Suggestions?
« Reply #6 on: 2014/05/02, 22:24:01 »
Yep, It removes splashtop.



>apt-get -s -f install
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Correcting dependencies... Done
The following packages will be REMOVED:
  splashtop-streamer
0 upgraded, 0 newly installed, 1 to remove and 845 not upgraded.


Offline towo

  • Administrator
  • User
  • *****
  • Posts: 2.938
Re: Remote Control Suggestions?
« Reply #7 on: 2014/05/02, 22:59:21 »
You have to unpack the deb, fix the control-file for the dependencies , repack to deb and install it.
Ich gehe nicht zum Karneval, ich verleihe nur manchmal mein Gesicht.