On 6/27/21 1:49 PM, John Mellor wrote:
On 2021-06-27 9:18 a.m., Patrick Dupre wrote:
Hello,
Trying to run scilab under fedora34 '/usr/local/scilab-6.1.0/bin/scilab) from the files available on the scilab web site, I get Gtk-Message: 15:06:56.350: Failed to load module "pk-gtk-module"
dnf repoquery --whatprovides 'pk-gtk-module' does not provide any information
rpmfind provides PackageKit-gtk3-module (/usr/lib64/gnome-settings-daemon-3.0/gtk-modules/pk-gtk-module.desktop /usr/lib64/gtk-3.0/modules/libpk-gtk-module.so)
Package PackageKit-gtk3-module-1.2.3-1.fc34.x86_64 is already installed
I am not sure about what I should do
That sounds like /usr/lib64/gtk-3.0/modules/libpk-gtk-module.so is not in LD_LIBRARY_PATH.
Or else the application included its own copy that isn't linking to something else.