Package Details: jxplorer 3.3.1.2-3

Git Clone URL: https://aur.archlinux.org/jxplorer.git (read-only, click to copy)
Package Base: jxplorer
Description: Java LDAP browser and editor
Upstream URL: http://jxplorer.org/
Licenses: custom
Submitter: wizetek
Maintainer: None
Last Packager: meanjollies
Votes: 53
Popularity: 0.000020
First Submitted: 2010-02-19 04:13 (UTC)
Last Updated: 2018-07-04 19:57 (UTC)

Dependencies (4)

Required by (0)

Sources (2)

Latest Comments

1 2 3 4 Next › Last »

mkolassa commented on 2018-05-03 18:35 (UTC) (edited on 2018-05-03 18:36 (UTC) by mkolassa)

In case others have the issue of the installer file returning code 127, you might need to install lib32-glibc for a missing /lib/ld-linux.so.2.

$ strace ./jxplorer-3.3.1.2-linux-installer.run
execve("./jxplorer-3.3.1.2-linux-installer.run", ["./jxplorer-3.3.1.2-linux-install"...], 0x7ffe3e1c5220 /* 35 vars */) = 0
strace: [ Process PID=27343 runs in 32 bit mode. ]
mmap(0xc6d000, 4096, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0xc6d000) = 0xc6d000
readlink("/proc/self/exe", "/tmp/jxplorer/jxplorer-3.3.1.2-l"..., 4096) = 50
mmap(0x8048000, 1108457, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x8048000
mprotect(0x8048000, 1108454, PROT_READ|PROT_EXEC) = 0
mmap(0x8157000, 42979, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0x10f000) = 0x8157000
mprotect(0x8157000, 42976, PROT_READ|PROT_WRITE) = 0
mmap(0x8162000, 15736, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x8162000
brk(0x8166000)                          = 0x84dd000
open("/lib/ld-linux.so.2", O_RDONLY)    = -1 ENOENT (No such file or directory)
exit(127)                               = ?
+++ exited with 127 +++

BanderasPL commented on 2017-10-26 07:57 (UTC) (edited on 2017-10-27 09:08 (UTC) by BanderasPL)

Font problem with jdk 9. jdk7 work property.

evilhamsterman commented on 2017-06-07 21:37 (UTC)

I created a patch that switches to using github for download and fixes the issue with the .desktop file being malformed diff --git a/PKGBUILD b/PKGBUILD index c0e12b8..8740c2b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,14 +3,14 @@ pkgname=jxplorer pkgver=3.3.1.2 -pkgrel=2 +pkgrel=3 pkgdesc='Java LDAP client' url='http://jxplorer.org/' license=('custom') arch=('any') depends=('java-runtime') -makedepends=('setconf') -source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/version%20${pkgver}/$pkgname-$pkgver-linux-installer.run") +makedepends=('gendesk') +source=("https://github.com/pegacat/${pkgname}/releases/download/v${pkgver}/jxplorer-${pkgver}-linux-installer.run") sha256sums=('7ff5ff0a124d8e16d7688ae093cfcd859f4be3104f3455cc59d4b15d55a61ffa') prepare() { @@ -25,11 +25,7 @@ EOF --mode unattended \ --prefix "$srcdir/$pkgname" - cd "$pkgname" - setconf JXplorer.desktop Version "$pkgver" - setconf JXplorer.desktop Comment "$pkgdesc" - setconf JXplorer.desktop Icon "/opt/jxplorer/images/logo_32_trans.gif" - setconf JXplorer.desktop Exec "/opt/jxplorer/jsxplorer.sh" + gendesk --pkgname "$pkgname" --pkgdesc "$pkgdesc" --exec "/usr/bin/jxplorer" -n } package() { @@ -44,8 +40,8 @@ package() { chmod 777 "$pkgdir/opt/$pkgname/plugins/" install -Dm755 "$pkgname.run" "$pkgdir/usr/bin/$pkgname" - install -Dm644 "$pkgname/JXplorer.desktop" \ - "$pkgdir/usr/share/applications/JXplorer.desktop" + install -Dm644 "$pkgname.desktop" "$pkgdir/usr/share/applications/JXplorer.desktop" + install -Dm644 "$pkgname/images/JX128.png" "$pkgdir/usr/share/pixmaps/$pkgname.png" # Cleanup rm -f "$pkgdir/opt/$pkgname/"{uninstall,*.desktop,*.bat}

gokcen commented on 2017-01-18 11:09 (UTC)

There is no Exec line in my desktop file.

lovelycuppatea commented on 2016-11-01 13:17 (UTC)

@xyproto would you mind updating the PKGBUILD to either use the github link or fix the sourceforge link please? Currently can't install the package due to sourceforge link being incorrect.

lovelycuppatea commented on 2016-10-09 15:33 (UTC)

Developer kindly linked to the github project on his site to prove ownership of github project. changing source line to the below works: source=("https://github.com/pegacat/${pkgname}/releases/download/v${pkgver}/jxplorer-${pkgver}-linux-installer.run")

k0n24d commented on 2016-10-06 09:05 (UTC)

Looking at http://jxplorer.org/ it seems the project switched over to github. It would make sense to get the downloads from there (https://github.com/pegacat/jxplorer/releases)

ktrls commented on 2016-10-02 09:50 (UTC)

@stef204, update PKGBUILD with the url posted by ImNtReal. This solves. Ehi WiZeTeK, come on let's fix it ;)

stef204 commented on 2016-09-30 22:00 (UTC)

the source url gives a 404 error. can you please fix?