Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Installing FastX Client on Linux ====== Create the install directory from FastX tarball, link it to a common spot, and set permissions on it so everyone can read/execute: <code> cd /opt tar xvzf ~/FastX3-3.2.16.rhel7.x86_64.tar.gz mv /opt/FastX3 /opt/FastX3-3.2.16 ln -s /opt/FastX3-3.2.16 /opt/FastX3 chmod -R 755 /opt/FastX3/ chown -R root:root /opt/FastX3/ </code> Create symlink to /usr/local/bin/FastX2 to add the launcher to everyone's PATH: <code> ln -s /opt/FastX3/FastX3 /usr/local/bin/FastX3 </code> Create .desktop file at ''%%/usr/share/applications/FastX3.desktop%%'' with the contents: <code> [Desktop Entry] Version=1.0 Name=FastX 3 Comment=Use FastX 3 to connect to workstations Exec=/usr/local/bin/FastX3 Path=/opt/FastX3/ Icon=/usr/share/icons/mate/32x32/places/gtk-network.png Terminal=false Type=Application Categories=Utility; </code> Set permissions on the .desktop file: <code> chmod 755 /usr/share/applications/FastX3.desktop chown root:root /usr/share/applications/FastX3.desktop </code> Enjoy! wiki/sysadmin/install_fastx.txt Last modified: 2025/01/07 12:37by Greg