Package Details: opentx-companion-bin 2.3.14-1

Git Clone URL: https://aur.archlinux.org/opentx-companion-bin.git (read-only, click to copy)
Package Base: opentx-companion-bin
Description: Models and settings editor for the OpenTX open source firmware.
Upstream URL: http://www.open-tx.org/
Licenses: GPL
Conflicts: companion, companion9x-svn
Provides: companion
Submitter: alexmeyer
Maintainer: alexmeyer
Last Packager: bjin
Votes: 5
Popularity: 0.000000
First Submitted: 2019-06-13 13:46 (UTC)
Last Updated: 2021-08-14 08:09 (UTC)

Latest Comments

sstudi commented on 2024-02-23 18:46 (UTC)

https://downloads.open-tx.org/2.3/release/companion/linux/companion23_2.3.15_amd64.deb is available, version 2.3.15 no more and an update is required

smendez commented on 2020-04-23 18:05 (UTC) (edited on 2020-04-23 18:16 (UTC) by smendez)

I went ahead and looked further into this and the following pseudo-diff shows my local edit that I tested which works.


PKGBUILD:
..
..
.
cd "${pkgdir}"

mv usr/local/bin usr/bin

- mv usr/local/lib usr/lib + cp -r usr/local/lib usr/lib # Use copy because we still want files in /usr/lobal/lib. They are used by simulator

mv lib/* usr/lib rm -r lib

Feel free to audit and incorporate.

Thanks!

smendez commented on 2020-04-23 13:24 (UTC)

FYI, I just installed this (currently version 2.3.7-1) and I am getting the "Warning Simulator for this Firmware is not yet available" message.

When running from the command line, I see this:

[D] SimulatorLoader::registerSimulators():55 - [simulator.interface.loader] Searching for simulators in "." matching pattern ("-simulator.so") [D] SimulatorLoader::registerSimulators():83 - [simulator.interface.loader] Found libraries: ("none") [D] SimulatorLoader::registerSimulators():55 - [simulator.interface.loader] Searching for simulators in "/usr/local/lib/companion23" matching pattern ("-simulator.so") [D] SimulatorLoader::registerSimulators():83 - [simulator.interface.loader] Found libraries: ("none")

The workaround below suggested by stackoverflow128 worked for me. Another workaround is to launch companion23 from the /usr/lib/companion23 directory.

Can you please look into this?

alexmeyer commented on 2019-06-17 19:41 (UTC)

@stackoverflow128 good catch, thanks. I pushed a fix for that, should be good now!

stackoverflow128 commented on 2019-06-17 18:59 (UTC)

To fix the error "Warning Simulator for this Firmware is not yet available ." run the following command.

cp /usr/lib/companion22/libopentx-* /usr/local/lib/companion22/