Package Details: tvbrowser 4.2.7-1

Git Clone URL: https://aur.archlinux.org/tvbrowser.git (read-only, click to copy)
Package Base: tvbrowser
Description: Java-based TV guide which is easily extensible using plugins
Upstream URL: http://www.tvbrowser.org
Licenses: GPL3
Submitter: None
Maintainer: Bevan
Last Packager: Bevan
Votes: 78
Popularity: 0.000094
First Submitted: 2005-12-28 17:35 (UTC)
Last Updated: 2022-12-30 14:46 (UTC)

Dependencies (5)

Required by (0)

Sources (4)

Latest Comments

1 2 3 4 Next › Last »

kemuzor commented on 2023-11-03 23:04 (UTC)

In my case simply

$ sudo archlinux-java fix

resolved the issue. Afterwards I could start tvbrowser as usual.

Bevan commented on 2023-09-24 19:55 (UTC)

Indeed, I missed to update archlinux-java-run in time for the JDK 21 release. Please update archlinux-java-run to v10 which should fix this error.

gosi commented on 2023-09-24 18:26 (UTC) (edited on 2023-09-24 18:26 (UTC) by gosi)

After a recent jre update I get this error when starting tvbrowser:

$ tvbrowser 
No suitable JVM found.
Available:         java-21-openjdk
Default:           java-21-openjdk
Min. required:     11
Max. required:     20

Adding --max 21 to the start command fixes the issue.

in /usr/bin/tvbrowser:

/usr/bin/archlinux-java-run --min 11 --max 21 ...

Or fixing archlinux-java-run might also be a viable option

Bevan commented on 2023-01-22 11:50 (UTC)

G3ro: I cannot reproduce that issue. I also have openjdk 19 installed and set as default, so it will be used to run tvbrowser. That works for me. Do you get a specific error message when running tvbrowser from the terminal?

G3ro commented on 2023-01-15 22:06 (UTC) (edited on 2023-01-15 22:07 (UTC) by G3ro)

Tvbrowser failed to start.

I assume the Java version used is 19 (as only 11 and 19 are installed on my machine). When I set the --max option to 11 in tvbrowser.sh, tvbrowser starts again.

Bevan commented on 2016-01-06 21:26 (UTC)

@Raimar: This is probably a bug in namcap. The fact that the package includes jar files means that a java runtime is required. java-environment in contrast provides the SDK, which is not needed to run java applications. Compare https://www.archlinux.org/packages/extra/x86_64/jre8-openjdk/ and https://www.archlinux.org/packages/extra/x86_64/jdk8-openjdk/ When I find some time I will investigate this further but I don't see a reason to change the dependencies here.

Raimar commented on 2016-01-06 20:47 (UTC)

Please change dependency from java-runtime to java-environment, because namcap sys: tvbrowser E: Dependency java-environment detected and not included (found class files usr/share/java/tvbrowser/tvbrowser.jar, usr/share/java/tvbrowser/plugins/NewsPlugin.jar) tvbrowser W: Dependency included and not needed ('java-runtime')

cabal commented on 2015-11-22 19:19 (UTC) (edited on 2015-11-22 19:20 (UTC) by cabal)

checking sha256sums failed Überprüfe Gültigkeit der Quell-Dateien mit sha256sums... tvbrowser_3.4.1.0_bin.tar.gz ... Durchgelaufen tvbrowser_logo.svg ... FEHLGESCHLAGEN

Bevan commented on 2015-02-21 13:34 (UTC)

Thank you. I will add it as a dependency in the next package version.

chrisso commented on 2015-02-14 20:32 (UTC)

I got an error when executing tvbrowser: java.lang.UnsatisfiedLinkError: /usr/lib/jvm/java-7-openjdk/jre/lib/amd64/libsplashscreen.so: libgif.so.7: Kann die Shared-Object-Datei nicht öffnen: Datei oder Verzeichnis nicht gefunden (free translation: can't open shared-object-file: file or directory not found) Solution: pacman -S giflib