Package Details: splashtop-business 3.7.0.0-2

Git Clone URL: https://aur.archlinux.org/splashtop-business.git (read-only, click to copy)
Package Base: splashtop-business
Description: Splashtop Business. Remotely access your desktop from any device from anywhere!
Upstream URL: https://www.splashtop.com/business
Keywords: business remote splashtop
Licenses: proprietary
Provides: splashtop-business
Submitter: Tab
Maintainer: agsimmons0
Last Packager: agsimmons0
Votes: 5
Popularity: 0.30
First Submitted: 2022-02-11 00:36 (UTC)
Last Updated: 2024-09-21 21:02 (UTC)

Latest Comments

1 2 Next › Last »

dhtseany commented on 2024-04-11 18:12 (UTC)

I'm coming off a fresh installation of Arch with Gnome, the package installs OK but then it errors out with the following missing file error: splashtop-business: error while loading shared libraries: libxdo.so.3: cannot open shared object file: No such file or directory

The fix is to install xdotool so I'd recommend adding that as a dependency.

agsimmons0 commented on 2024-03-09 20:49 (UTC)

@ingvij I'm using the latest version of libjxl and haven't experienced this error. Does this occur immediately on launch, or after performing some specific action? Does the application crash?

ingvij commented on 2024-02-28 13:22 (UTC)

I'm getting errors from libjxl when using 3.6.0, maybe because it was recently updated to 0.10 and splashtop is using 0.9. I'll revert locally, but maybe 3.5 is also using libjxl, so it might make sense to add it as a requirement to the package as well..

terminate called after throwing an instance of '[02/28/24 14:17:38] [STB.I]:[Init] AudioDecoderCelt init success sample_rate: 44100, frame_size: 960
std::runtime_error'
  what():  libjxl.so.0.9: cannot open shared object file: No such file or directory
zsh: IOT instruction (core dumped)  splashtop-business

RoobiBoi commented on 2024-02-07 01:21 (UTC) (edited on 2024-02-07 01:22 (UTC) by RoobiBoi)

For those still having issues running the software pertaining to ffmpeg. Installing/ reinstalling these packages fixed this for me.

pacman -S ffmpeg, pacman -S ffmpeg4.4

webdawg commented on 2023-11-18 12:33 (UTC) (edited on 2023-11-18 12:33 (UTC) by webdawg)

They have a new version out. Make sure to grab the snapshot, for splashtop.install. Here is the PKGBUILD for this:

# Maintainer: Tab Fitts <tfitts [at] spryservers [dot] net>
pkgname=splashtop-business
pkgver=3.5.2.0
pkgrel=1
pkgdesc="Splashtop Business. Remotely access your desktop from any device from anywhere!"
arch=('x86_64')
url="https://www.splashtop.com/business"
license=('Proprietary')
depends=('bash-completion' 'curl>=7.47.0' 'ffmpeg' 'gcc>=3.0' 'hicolor-icon-theme' 'keyutils>=1.5.6' 'libpulse' 'libxcb>=1.3' 'qt5-base>=5.5.0' 'gtk3>=3.5.12' 'gdk-pixbuf2' 'tracker3-docs' 'util-linux-libs' 'xcb-util>=0.4.0' 'xcb-util-keysyms>=0.4.0' 'binutils' 'libxrandr' 'libxfixes' 'uriparser')
provides=('splashtop-business')
options=('!strip')
install=${pkgname}.install
source=("https://download.splashtop.com/linuxclient/${pkgname}_Ubuntu_v${pkgver}_amd64.tar.gz")
sha512sums=('ad307b322704f2996ce16bf82842c14ba687f118367fb3da980018d53773bcd92ab7eadb69f7526f5ef1a2115f84e125573eed9b56e2d0c07ac44b32a8f8598f')

prepare(){
    tar xzf ${pkgname}_Ubuntu_v${pkgver}_amd64.tar.gz
    ar -x splashtop-business_Ubuntu_amd64.deb
}

package(){

    # Extract package data
    tar xf data.tar.xz -C "${pkgdir}"

}

airclay commented on 2023-04-10 23:02 (UTC)

I've had success just grabbing Splashtop 3.5.0.0 too but on both xfce and gnome environments I had to also install ffmpeg4.4 as well

agsimmons0 commented on 2023-03-30 02:32 (UTC)

ffmpeg (now?) provides libavcodec.so.58 . I just edited the PKGBUILD locally to use version Splashtop 3.5.0.0 and it seems to build and run correctly.

dano5 commented on 2023-03-03 12:16 (UTC)

I see no possible way of installing ffmpeg58, tried manually updating splashtop-business to latest available as well, same issue there... I think we're out of luck until Splashtop fixes their package dependencies.

splashtop-business: error while loading shared libraries: libavcodec.so.58: cannot open shared object file: No such file or directory