flathub / org.jabref.jabref

https://flathub.org/apps/details/org.jabref.jabref
4 stars 1 forks source link

Jabref failed to run on raspberry pi 4 with raspbian 10 #2

Open lucifuge opened 3 years ago

lucifuge commented 3 years ago

Description of the problem

Trying to launch jabref return an error

System

Step to reproduce the error

  1. Install jabref with flatpak from flathub:
pi@raspberrypi:~ $ flatpak install flathub org.jabref.jabref

Note that the directories 

\'/var/lib/flatpak/exports/share\'
\'/home/pi/.local/share/flatpak/exports/share\'

are not in the search path set by the XDG_DATA_DIRS environment variable, so
applications installed by Flatpak may not appear on your desktop until the
session is restarted.

Looking for matches…
Required runtime for org.jabref.jabref/arm/stable (runtime/org.freedesktop.Platform/arm/19.08) found in remote flathub
Do you want to install it? [Y/n]: y

org.jabref.jabref permissions:
    network      x11     dri     file access [1]

    [1] home

        ID                              Arch Branch Remote  Download
 1. [✓] org.freedesktop.Platform        arm  19.08  flathub 123,3 MB / 214,7 MB
 2. [✓] org.freedesktop.Platform.Locale arm  19.08  flathub 133,9 kB / 318,3 MB
 3. [✓] org.jabref.jabref               arm  stable flathub 178,7 MB / 179,1 MB

Installation complete.
  1. Launch jabref:
pi@raspberrypi:~ $ flatpak run org.jabref.jabref

Note that the directories 

'/var/lib/flatpak/exports/share'
'/home/pi/.local/share/flatpak/exports/share'

are not in the search path set by the XDG_DATA_DIRS environment variable, so
applications installed by Flatpak may not appear on your desktop until the
session is restarted.

/app/bin/JabRef-launcher: ligne 3: /app/lib/runtime/bin/java : impossible d'exécuter le fichier binaire : Erreur de format pour exec()
LyzardKing commented 3 years ago

The flatpak version of jabref only works on amd64 for now. I'll look at possible solutions soon.

bonnebulle commented 2 years ago

same here maybe using Snap craft or other ? Some news (am searching)

LyzardKing commented 2 years ago

The snap as well is (for now) only built on amd64 arch. For other architectures it must be built from source, which is more complex. I'm looking into it, but any help is welcome