You are not logged in.
When I want to start MATLAB, I get the following error
Gtk-Message: 19:13:21.535: Failed to load module "canberra-gtk-module"
So I installed:
1 aur/lib32-libcanberra-gtk3 0.30-2 (+19 0.00%) (Orphaned)
A small and lightweight implementation of the XDG Sound Theme Specification
When I run env I can see that
GTK_MODULES=canberra-gtk-module
So it should be available, shouldn't it?
KDE Plasma, ThinkPad X380 Yoga, Intel Core i7-8550U, Intel UHD Graphics 620, 512GB PCIe-NVMe SSD (OPAL 2.0), 16GB PC4-19200 (2400 MHz)
Offline
You installed the 32 bit libcanberra package for GTK3. MatLab uses GTK2. I think that's the issue.
Do you have "lib32-libcanberra" installed from "multilib"?
Offline
@drcouzelis: Yes, I have lib32-libcanberra installed from multilib. The AUR version also failed, because libcanberra-gtk3 is already inside the filesystem.
KDE Plasma, ThinkPad X380 Yoga, Intel Core i7-8550U, Intel UHD Graphics 620, 512GB PCIe-NVMe SSD (OPAL 2.0), 16GB PC4-19200 (2400 MHz)
Offline
aur matlab doesn't list canberra as a dependency, there may be something mixed up in your gtk2 / gtk3 environment that causes this.
Output of
pactree -r matlab # pactree comes with pacman-contrib
?
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
I did not install MATLAB via AUR, since it is a hassle, so my output is
error: package 'matlab' not found
I just freshly installed Arch, so I don't think something is messed up. I got MATLAB running now, but the message persists, when I run it via terminal. Maybe it is not important
Last edited by gunjah292 (2019-10-28 15:47:09)
KDE Plasma, ThinkPad X380 Yoga, Intel Core i7-8550U, Intel UHD Graphics 620, 512GB PCIe-NVMe SSD (OPAL 2.0), 16GB PC4-19200 (2400 MHz)
Offline
It's GTK's library for sound notifications and the like, unless you rely on anything audio in matlab it's safe to ignore.
Offline