Installer doesn't work in openSUSE

Ran librepcb-installer-0.1.4-linux-x86_64.run as administrator.

Got error messages about Desktop database. Would like to attach InstallationLog.txt but can’t see how? Last few lines are:

    [53497] perform librepcb.stable.app operation: CreateDesktopEntry
    [53497] 	- arguments: librepcb-stable-from-installer.desktop, Name=LibrePCB
    Comment=Design Schematics and PCBs
    GenericName=PCB Designer
    Categories=Development;Engineering;Electronics;
    Type=Application
    Terminal=false
    Icon=org.librepcb.LibrePCB
    Exec=/opt/LibrePCB/stable/bin/librepcb %U
    MimeType=application/x-librepcb-project;
    [53497] Done
    [53497] backup librepcb.stable.app operation: Execute
    [53497] 	- arguments: update-desktop-database, /usr/local/share/applications
    [53497] Done
    [53497] perform librepcb.stable.app operation: Execute
    [53497] 	- arguments: update-desktop-database, /usr/local/share/applications
    [53498] update-desktop-database" started, arguments: "/usr/local/share/applications
    [53500] Warning: The databases in [/usr/local/share/applications] could not be updated.
    [53500] Done
    [53501] Operation \"Execute\" with arguments \"update-desktop-database; /usr/local/share/applications\" failed: Execution failed (Unexpected exit code: 1): \"update-desktop-database /usr/local/share/applications\"
    [53501] Created warning message box "installationErrorWithRetry": "Installer Error", "Error during installation process (librepcb.stable.app):\nExecution failed (Unexpected exit code: 1): \"update-desktop-database /usr/local/share/applications\""
    [163922] backup librepcb.stable.app operation: License
    [163922] 	- arguments:
    [163922] Done
    [163922] perform librepcb.stable.app operation: License
    [163922] 	- arguments:
    [163923] Done
    [163929] Writing maintenance tool: "/opt/LibrePCB/librepcb-maintenance.new"
    [164332] Wrote permissions for maintenance tool.
    [164356] Maintenance tool restart: false.

Hi,

Maybe the command update-desktop-database is simply not available on your system? What distribution are you using? On Debian based distributions the package desktop-file-utils might need to be installed.

Hi,
Thank you for the suggestion. I am running openSUSE LEAP15.1 and update-desktop-database is available. See (from log file snippet given in opening over):
[53497] - arguments: update-desktop-database, /usr/local/share/applications
[53497] Done
What I suspect, is wrong are the arguments? I do not have a:
/usr/local/share/applications
folder?

Maybe you could try the AppImage or the FlatPak version instead? Do those work? https://librepcb.org/download/ (Note: Run the AppImage as regular user, not as root.)