Package Details: gluon-scenebuilder 23.0.1-1

Git Clone URL: https://aur.archlinux.org/gluon-scenebuilder.git (read-only, click to copy)
Package Base: gluon-scenebuilder
Description: Open-source drag & drop UI design tool for JavaFX (Java 8) by Gluon (binary)
Upstream URL: https://gluonhq.com/products/scene-builder/
Licenses: BSD
Conflicts: javafx-scenebuilder
Submitter: pa314159
Maintainer: pa314159
Last Packager: pa314159
Votes: 1
Popularity: 0.54
First Submitted: 2021-03-28 18:36 (UTC)
Last Updated: 2024-12-29 15:24 (UTC)

Latest Comments

teacher4711 commented on 2025-03-31 09:22 (UTC) (edited on 2025-03-31 09:31 (UTC) by teacher4711)

SceneBuilder does not show in the applications menu.

The symlink gluon-scenebuilder.desktop in /usr/share/applications, which links to /opt/scenebuilder/lib/scenebuilder-SceneBuilder.desktop, is broken.

Removing the ../.. for the symlinks in the PKGBUILD should fix the issue. Moreover, I think the first symlink is unnecessary.

ln -s /opt/scenebuilder/bin/SceneBuilder $pkgdir/usr/bin/SceneBuilder
ln -s /opt/scenebuilder/lib/scenebuilder-SceneBuilder.desktop $pkgdir/usr/share/applications/$pkgname.desktop
ln -s /opt/scenebuilder/lib/SceneBuilder.png $pkgdir/usr/share/pixmaps/$pkgname.png

YisusDragon commented on 2024-12-20 09:47 (UTC)

Hello,

As of 2024-12-20, there's a new version available - 23.0.1, released on October 16, 2024, as stated on the Upstream URL.

I would appreciate it if the package could be updated to the latest version.

Thank you for your work!