flathub / flathub/ch.tigerjython.TigerJython2
Gtk | Failing to load modules
- Dominant language
- No language data
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
_OS_: Fedora Linux v. 43
---
Hello. Failing to load modules that exist should indicate that components to search for are not defined in code.
```
$ flatpak run ch.tigerjython.TigerJython2
TigerJython 2.40 [Sept-5-2024]
On Java 21/Linux
Using Jython 2.9.1rc2-DEV [Sep-29-2021]
Gtk-Message: 11:51:40.793: Failed to load module "canberra-gtk-module"
Gtk-Message: 11:51:40.793: Failed to load module "pk-gtk-module"
```
Module names may vary depending on the Linux distribution.
```
$ find /usr/lib64/gtk-?.0/ -type f -name *canberra-gtk*-module.so* \
-o -name *pk-gtk*-module.so*
/usr/lib64/gtk-2.0/modules/libcanberra-gtk-module.so
/usr/lib64/gtk-3.0/modules/libcanberra-gtk3-module.so
/usr/lib64/gtk-3.0/modules/libpk-gtk-module.so
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.