Package Details: turbovnc 3.1.1-2

Git Clone URL: https://aur.archlinux.org/turbovnc.git (read-only, click to copy)
Package Base: turbovnc
Description: A derivative of Virtual Network Computing that is tuned to provide peak performance for 3D and video workloads
Upstream URL: http://www.turbovnc.org/
Licenses: GPL-2.0-or-later
Conflicts: tigervnc, tigervnc-git, tightvnc, tightvnc-git
Submitter: kfgz
Maintainer: PlasticSoup
Last Packager: PlasticSoup
Votes: 34
Popularity: 0.33
First Submitted: 2013-06-03 18:29 (UTC)
Last Updated: 2024-03-08 02:29 (UTC)

Dependencies (23)

Required by (0)

Sources (3)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

angelv commented on 2021-03-24 17:52 (UTC)

With java-8-openjdk, when I try to install the new (2.2.6) version I get the following error (it was compiling OK with previous (2.2.5) version. Should I upgrade the jdk version?

/rfb/TightDecoder.java:599: error: cannot access TJDecompressor private TJDecompressor tjd; ^ bad class file: /usr/share/java/turbojpeg.jar(org/libjpegturbo/turbojpeg/TJDecompressor.class) class file has wrong version 58.0, should be 52.0

patryk commented on 2020-12-21 10:28 (UTC) (edited on 2020-12-21 10:29 (UTC) by patryk)

I have had a problem with compilation because of jre14. Currently working solution is the installation of jdk13-openj9-bin and execute command archlinux-java set java-13-j9. When you force compilation with jre14 by hand then vncviewer generate many error logs.

AsmundEr commented on 2020-04-10 20:27 (UTC) (edited on 2020-04-10 20:30 (UTC) by AsmundEr)

I can't get the Sourceforge download to work correctly anymore. Maybe they changed something?

But the project also hosts releases on Github, so perhaps it's better to get the tarball from there? Current one:

https://github.com/TurboVNC/turbovnc/archive/2.2.4.tar.gz

Edit: strangely enough, I encounter this problem only on one machine. Maybe our corporate domain blocks Sourceforge or something like this.

Markus00000 commented on 2019-06-25 15:12 (UTC) (edited on 2019-10-11 08:21 (UTC) by Markus00000)

If you get this error:

CMake Error at /usr/share/cmake-3.14/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
  Could NOT find Java (missing: Java_JAR_EXECUTABLE Java_JAVAC_EXECUTABLE
  Java_JAVAH_EXECUTABLE Java_JAVADOC_EXECUTABLE) (found version "1.8.0_222")
Call Stack (most recent call first):
  /usr/share/cmake-3.14/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE)
  /usr/share/cmake-3.14/Modules/FindJava.cmake:332 (find_package_handle_standard_args)
  java/CMakeLists.txt:1 (find_package)

Check the default Java environment:

$ archlinux-java status

Then set it to a compatible one:

# archlinux-java set java-13-openjdk

hcartiaux commented on 2019-04-22 13:23 (UTC)

Both packages provide the same command /bin/vncviewer and /bin/vncserver ?

ozz commented on 2019-04-22 13:19 (UTC)

Then, test and send a patch

I was planning to but I'm asking WHY it's marked as conflicting. Is there a problem or unknown? Thanks

hcartiaux commented on 2019-04-22 12:19 (UTC) (edited on 2019-04-22 12:19 (UTC) by hcartiaux)

@newbthenewbd Done, with the downside that we now depend indirectly on the JDK

hcartiaux commented on 2019-04-22 12:04 (UTC)

I'd like to be able to have both available like they are on other distros (eg. Ubuntu).

Then, test and send a patch

d.sa commented on 2019-04-21 11:01 (UTC)

FYI I hit this error.

CMake Error at /usr/share/cmake-3.14/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
  Could NOT find Java (missing: Java_JAR_EXECUTABLE Java_JAVAC_EXECUTABLE
  Java_JAVAH_EXECUTABLE Java_JAVADOC_EXECUTABLE) (found version "1.8.0_212")
Call Stack (most recent call first):
  /usr/share/cmake-3.14/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE)
  /usr/share/cmake-3.14/Modules/FindJava.cmake:332 (find_package_handle_standard_args)
  java/CMakeLists.txt:1 (find_package)