Installing the 2X client on 64-bit Ubuntu

Discussion in 'Parallels Client for Linux' started by kevinm9, Mar 13, 2014.

  1. kevinm9

    kevinm9 Bit poster

    Messages:
    3
    For anyone else out there trying to get the 2X client working on current 64-bit versions of Ubuntu.

    I found a guide at https://superuser.com/questions/584137/ ... bit-ubuntu that covered most of what was needed. However 2X client was still dumping core due to missing 32-bit libqtdbus4 libraries. The steps below worked on 64-bit 14.04 beta. I haven't tried, but they'll probably work on 13.10 as well.

    sudo dpkg --add-architecture i386
    sudo apt-get update
    sudo dpkg -i 2XClient.deb
    sudo apt-get -f install
    apt-get install libstdc++6:i386 libxpm4:i386 libxml2:i386 libqtdbus4:i386
     
  2. andrews8

    andrews8 Hunter

    Messages:
    166
    Thanks for contacting 2X Forums and your feedback.

    Our developers are monitoring the amount of interest in the 2X Linux Client which is at the moment 32bit only, and should there be enough interest in the 64bit client we'll consider a more permanent release.

    If you have any further feedback please let us know.
     
  3. niXon

    niXon Junior Member

    Messages:
    11
    thanks,
    I tried that on ubuntu 14.04 64bit

    works, but unstable, after few minutes disconnect session (rdp)
    pity..
     
  4. Zoaky

    Zoaky Bit poster

    Messages:
    2
    Hello

    Is there any update on the 2X Client for Ubuntu 64bit?

    Regards
    Zoaky
     
  5. karsta62

    karsta62 Bit poster

    Messages:
    3
    I'm interested on any linux rdp client that can do two way audio.
    I' trying to install this on a 64bit kubuntu 14.04, but:

    sudo dpkg -i 2xclient.deb
    (Reading database ... 239429 files and directories currently installed.)
    Preparing to unpack 2xclient.deb ...
    Unpacking 2xclient (11.1.2092) over (11.1.2092) ...
    Unregistering tuxclient url-protocol handler in google chrome Local State file
    Setting up 2xclient (11.1.2092) ...
    Registering tuxclient url-protocol handler in kde services folder
    /var/lib/dpkg/info/2xclient.postinst: 39: /var/lib/dpkg/info/2xclient.postinst: cannot create /home/username/.kde/share//services/tuxclient.protocol: Directory nonexistent
    dpkg: error processing package 2xclient (--install):
    subprocess installed post-installation script returned error exit status 2
    Processing triggers for shared-mime-info (1.2-0ubuntu3) ...
    Unknown media type in type 'all/all'
    Unknown media type in type 'all/allfiles'
    Unknown media type in type 'uri/mms'
    Unknown media type in type 'uri/mmst'
    Unknown media type in type 'uri/mmsu'
    Unknown media type in type 'uri/pnm'
    Unknown media type in type 'uri/rtspt'
    Unknown media type in type 'uri/rtspu'
    Processing triggers for desktop-file-utils (0.22-1ubuntu1) ...
    Processing triggers for mime-support (3.54ubuntu1) ...
    Errors were encountered while processing:
    2xclient


    The chrome app works but audio is only one way. I can hear windows but not record. Headset unusable
     
  6. karsta62

    karsta62 Bit poster

    Messages:
    3
    Ignore my previous post. I found the binary and it worked. However there is no two way audio which I need.
     
  7. Zoaky

    Zoaky Bit poster

    Messages:
    2
    Client doesn't work on 64bit Centos 7 either
     
  8. emeitner

    emeitner Bit poster

    Messages:
    7
    If we decide to switch to 2X RDP we will have 60+ Ubuntu 14.04 64-bit machines that will require a working client. A native 64-bit client would be excellent.

    I found that after installing the package the client would not run. Running from a terminal reveals:
    /opt/2X/Client/bin/2XClient: error while loading shared libraries: libxml2.so.2: cannot open shared object file: No such file or directory

    I installed the missing dependency:
    apt-get install libxml2:i386


    Using 2X Linux Debian package:
    Version: 12.0.2270
    MD5: 0a375eb4f20c6c6cf10e9c2992994846 /tmp/2xclient.deb

    Ubuntu 12.04/amd64 and 14.04/amd64
     
  9. kevinm9

    kevinm9 Bit poster

    Messages:
    3
    We are preparing to roll out 64-bit Ubuntu Linux servers to 300+ remote locations. We can get the 32-bit 2X to work using the hacks above, but it would obviously be preferable it have a 64-bit clean binary. Can you advise us when a 64-bit 2X client for Linux will be available?
     
  10. niXon

    niXon Junior Member

    Messages:
    11
    Is there any way to install rdp client on ubuntu 64-bit ?
     
  11. jpc

    jpc Pro

    Messages:
    435
    @niXon AFAIK it should still work. Did you try to follow the OP's suggestion?
     
  12. niXon

    niXon Junior Member

    Messages:
    11
    where to find is OP suggestion ?
     
  13. jpc

    jpc Pro

    Messages:
    435
    First post in this thread with the link to stack overflow. (OP = Original Poster)
     
  14. FrancuI

    FrancuI Bit poster

    Messages:
    2
    hy! for 2X client working very well on current 64-bit versions of Ubuntu. i try it
     
    Last edited by a moderator: Jan 13, 2018
  15. niXon

    niXon Junior Member

    Messages:
    11
  16. niXon

    niXon Junior Member

    Messages:
    11
    it works on 16.04. 64bit
     
    jpc likes this.

Share This Page