Package Details: dataexplorer 3.8.5-1

Git Clone URL: https://aur.archlinux.org/dataexplorer.git (read-only, click to copy)
Package Base: dataexplorer
Description: Graphical tool to analyze data, gathered from various hardware devices.
Upstream URL: http://savannah.nongnu.org/projects/dataexplorer
Keywords: analytics battery charging graph hardware statistic
Licenses: GPL3
Submitter: aaronfischer
Maintainer: aaronfischer
Last Packager: aaronfischer
Votes: 5
Popularity: 0.000155
First Submitted: 2012-10-21 11:33 (UTC)
Last Updated: 2024-03-12 12:56 (UTC)

Pinned Comments

aaronfischer commented on 2017-08-07 13:14 (UTC) (edited on 2023-02-13 20:31 (UTC) by aaronfischer)

Bump to version 3.3.0 and switch to sha256 for file hashing. If you have problems with the PGP signatures, you need to import and sign the key from Winfried Bruegmann first.

gpg --recv-key 5EA6D73C6706D261118024746F1B47F2E5758C39 gpg --lsign 5EA6D73C6706D261118024746F1B47F2E5758C39 y

Latest Comments

1 2 3 Next › Last »

dreieck commented on 2023-05-16 18:42 (UTC)

sha512 Hash verification of downloaded files fails:

==> Validating source files with sha512sums...
    dataexplorer-3.7.7-src.tar.gz ... Passed
    dataexplorer-3.7.7-src.tar.gz.sig ... Passed
    40-FTDI.rules ... Passed
    40-FTDI.rules.sig ... FAILED
    40-MosChip.rules ... Passed
    40-MosChip.rules.sig ... FAILED
    40-ProfilicTechnology.rules ... Passed
    40-ProfilicTechnology.rules.sig ... FAILED
    40-SiliconLabs.rules ... Passed
    40-SiliconLabs.rules.sig ... FAILED
    dataexplorer.sh ... Passed
    deviceproperties-editor.sh ... Passed

Regards!

aaronfischer commented on 2023-02-13 20:31 (UTC)

Thanks, fixed it.

dreieck commented on 2023-02-13 18:18 (UTC)

dataexplorer.sh and maybe deviceproperties-editor.sh need to be added to the source-array:

install: cannot stat '/home/[...]/.cache/yay/dataexplorer/src/dataexplorer.sh': No such file or directory

Thanks for maintaining!

aaronfischer commented on 2023-02-13 16:20 (UTC)

@dreieck: Thank you for your support on this. I think i found the problem and adjusted the package accordingly. It seems that DataExplorer only works with java-17-openjdk.

dreieck commented on 2023-01-17 17:18 (UTC) (edited on 2023-01-17 17:18 (UTC) by dreieck)

Thanks, @aaronfischer, for providing the workaround and for also confirming the problem in the upstream report.

I cannot select /dev/ttyS1 (I see no serial port at all in DataExplorer; the only one my machine has is /dev/ttyS1, a real non-USB RS232-UART ; /dev/ttyS0 is something internal), I have to investigate if it is because the default Java runtime is version 19 or because non-USB serial ports are blacklisted in DataExplorer. I can check in some days.

aaronfischer commented on 2023-01-17 13:26 (UTC)

Thank you @dreieck for reporting the bug upstream. I've added a ugly hotfix until the problem is solves properly upstream. I've also upgraded the jdk dependency to 17.

dreieck commented on 2023-01-13 19:20 (UTC) (edited on 2023-01-13 20:14 (UTC) by dreieck)

According to this comment, it seems that it is a build or dependency issue. There it was possible to build and install and run without problems.

Do you get this problem, too?

dreieck commented on 2023-01-13 14:50 (UTC)

Null pointer exception reported → here.

aaronfischer commented on 2023-01-12 23:31 (UTC)

Fixed the railed signature checks. Please try again. For the null pointer exception: Can you open a bug report upstream? (http://savannah.nongnu.org/bugs/?group=dataexplorer&func=additem)

dreieck commented on 2023-01-09 11:15 (UTC)

It fails to start for me with a java.lang.NullPointerException:

java -jar -Xms64m -Xmx3092m ./DataExplorer.jar
argument
java.lang.NullPointerException: Cannot read field "width" because the return value of "gde.config.Settings.getWindow()" is null
    at gde.ui.DataExplorer.execute(DataExplorer.java:406)
    at gde.GDE.main(GDE.java:544)

Any idea what could be done to get it working?

Also note that according to upstream website, GTK needs to be a dependency (I don't know which version). I have both GTK2 and GTK3 installed.