1) Welche Java-Version du hast. Gib als User in der Konsole "java -version" ein. Es sollte mindestens Java 17 sein.
root@diso:/home/alois# java -version
java version "17.0.6" 2023-01-17 LTS
Java(TM) SE Runtime Environment (build 17.0.6+9-LTS-190)
Java HotSpot(TM) 64-Bit Server VM (build 17.0.6+9-LTS-190, mixed mode, sharing)
2) Stelle sicher, dass du in "/home/<username>/.jameica" Schreibrechte hast. Durch deine Experimente als Root könnte es sein,
dass die Berechtigungen falsch sind
user@diso:~$ ls -la | grep .jameica
drwxr-xr-x 6 user users 12288 Apr 29 23:14 .jameica
user@diso:~$ ls -la .jameica
insgesamt 127372
drwxr-xr-x 6 user users 12288 Apr 29 23:14 .
drwxr-xr-x 154 user users 12288 Apr 30 2025 ..
drwxr-xr-x 2 user users 4096 Mär 25 22:24 cfg
drwxr-xr-x 6 user users 4096 Apr 29 21:41 hibiscus
-rw-r--r-- 1 user users 13059846 Apr 24 14:17 jameica-backup-20250424__09_10_42.zip
-rw-r--r-- 1 user users 13059834 Apr 25 01:38 jameica-backup-20250424__20_31_46.zip
:
:
:
3) Stelle sicher, dass die Bibliothek "libgthread" installiert ist. Siehe forum/topic.php?p=175723#real175723
Habe hier gesucht
https://packages.debian.org/cg…&arch=i386
und das gefunden:
user@diso:~$ ls /usr/lib/i386-linux-gnu/libgthread-2.0.so.0
libgthread-2.0.so.0 libgthread-2.0.so.0.5800.3
4) Stelle sicher, dass auf deinem System GTK3 installiert ist.
Habe nach libgtk-3-0 gesucht - ist das die richtige?
user@diso:~$ dpkg -s libgtk-3-0
Package: libgtk-3-0
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 8981
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: amd64
Multi-Arch: same
Source: gtk+3.0
Version: 3.24.5-1
Provides: gtk3-binver-3.0.0
Depends: adwaita-icon-theme, hicolor-icon-theme, shared-mime-info, libatk-bridge2.0-0 (>= 2.5.3), libatk1.0-0 (>= 2.15.1), libc6 (>= 2.14), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.14.0), libcolord2 (>= 0.1.10), libcups2 (>= 1.6.0), libepoxy0 (>= 1.4.3), libfontconfig1 (>= 2.12.6), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 2.30.1), libglib2.0-0 (>= 2.55.2), libharfbuzz0b (>= 1.2.6), libjson-glib-1.0-0 (>= 0.12.0), libpango-1.0-0 (>= 1.42.0), libpangocairo-1.0-0 (>= 1.41.0), libpangoft2-1.0-0 (>= 1.41.0), librest-0.7-0 (>= 0.7), libsoup2.4-1 (>= 2.4.0), libwayland-client0 (>= 1.9.91), libwayland-cursor0 (>= 1.9.91), libwayland-egl1 (>= 1.15.0), libx11-6 (>= 2:1.4.99.1), libxcomposite1 (>= 1:0.3-1), libxcursor1 (>> 1.1.2), libxdamage1 (>= 1:1.1), libxext6, libxfixes3, libxi6 (>= 2:1.2.99.4), libxinerama1, libxkbcommon0 (>= 0.5.0), libxml2 (>= 2.6.27), libxrandr2 (>= 2:1.5.0), libgtk-3-common (>= 3.24.5-1)
Recommends: libgtk-3-bin
Suggests: gvfs, librsvg2-common
Description: GTK+ graphical user interface library
GTK+ is a multi-platform toolkit for creating graphical user
interfaces. Offering a complete set of widgets, GTK+ is suitable
for projects ranging from small one-off tools to complete application
suites.
.
This package contains the shared libraries.
Homepage:
https://www.gtk.org/