Linux Buchhaltung: Unterschied zwischen den Versionen

Aus Vosp.info
Wechseln zu:Navigation, Suche
Zeile 5: Zeile 5:
 
* Allgemein
 
* Allgemein
 
** https://www.mustangproject.org/einvoices/?lang=de&pk_campaign=quba&pk_source=hp
 
** https://www.mustangproject.org/einvoices/?lang=de&pk_campaign=quba&pk_source=hp
 +
 +
 +
= Fakturama =
 +
 +
== Fehler ubuntu 24.04 ==
 +
 +
* Lösung
 +
<source lang=bash>
 +
sudo ln -sf /usr/lib/x86_64-linux-gnu/libwebkit2gtk-4.1.so.0 /usr/lib/x86_64-linux-gnu/libwebkit2gtk-4.0.so.37
 +
</source>
 +
 +
* Fehlermeldung
 +
<source lang=bash>
 +
...
 +
SWT Webkit: Warning, You are using an old version of webkitgtk. (pre 2.4) BrowserFunction functionality will not be available
 +
SWT WebKit: error initializing DBus server, dBusServer == 0
 +
09:13:11.981 [Equinox Log Thread - Equinox Container: 4d97e918-48fa-439b-a975-bfa6b8f4c330] ERROR org.eclipse.osgi - Anwendungsfehler
 +
org.eclipse.swt.SWTError: No more handles because there is no underlying browser available.
 +
Please ensure that WebKit with its GTK 3.x bindings is installed (WebKit2 API level is preferred). Additionally, please note that GTK4 does not currently have Browser support.
 +
...
 +
</source>

Version vom 27. Dezember 2024, 08:28 Uhr



Fakturama

Fehler ubuntu 24.04

  • Lösung
sudo ln -sf /usr/lib/x86_64-linux-gnu/libwebkit2gtk-4.1.so.0 /usr/lib/x86_64-linux-gnu/libwebkit2gtk-4.0.so.37
  • Fehlermeldung
...
SWT Webkit: Warning, You are using an old version of webkitgtk. (pre 2.4) BrowserFunction functionality will not be available
SWT WebKit: error initializing DBus server, dBusServer == 0
09:13:11.981 [Equinox Log Thread - Equinox Container: 4d97e918-48fa-439b-a975-bfa6b8f4c330] ERROR org.eclipse.osgi - Anwendungsfehler
org.eclipse.swt.SWTError: No more handles because there is no underlying browser available.
Please ensure that WebKit with its GTK 3.x bindings is installed (WebKit2 API level is preferred). Additionally, please note that GTK4 does not currently have Browser support.
...