Many warnings re: shared object files when edit settings

When I go into Edit->Settings, I get a whole pile of messages re: shared object files, permissions etc. This only happens the first time, subsequent Edit->Settings produce no new messages.

Did I not install something or something?

NOTE: I am using the following apparmor profile to avoid fatal sandbox exception:

abi <abi/4.0>,
include <tunables/global>

profile logicappimage /home/ssteiner/Applications/Logic-2.4.14-linux-x64.AppImage flags=(default_allow) {userns,
  # Site-specific additions and overrides. See local/README for details.
  include if exists <local/logicappimage>
}

NOTE1: Running with –no-sandbox does not produce the warnings below.

The message(s):

Warning: /usr/lib/x86_64-linux-gnu/libvulkan_intel.so: cannot open shared object file: Permission denied
Warning: loader_icd_scan: Failed loading library associated with ICD JSON /usr/lib/x86_64-linux-gnu/libvulkan_intel.so. Ignoring this JSON
Warning: loader_scanned_icd_add: Could not get 'vkCreateInstance' via 'vk_icdGetInstanceProcAddr' for ICD libGLX_nvidia.so.0
Warning: loader_get_json: Failed to open JSON file nouveau_icd.x86_64.json
Warning: /usr/lib/x86_64-linux-gnu/libvulkan_radeon.so: cannot open shared object file: Permission denied
Warning: loader_icd_scan: Failed loading library associated with ICD JSON /usr/lib/x86_64-linux-gnu/libvulkan_radeon.so. Ignoring this JSON
Warning: loader_get_json: Failed to open JSON file lvp_icd.x86_64.json
Warning: loader_get_json: Failed to open JSON file intel_hasvk_icd.x86_64.json
Warning: loader_get_json: Failed to open JSON file virtio_icd.x86_64.json
Warning: vkCreateInstance: Found no drivers!
Warning: vkCreateInstance failed with VK_ERROR_INCOMPATIBLE_DRIVER
    at CheckVkSuccessImpl (../../third_party/dawn/src/dawn/native/vulkan/VulkanError.cpp:88)
    at CreateVkInstance (../../third_party/dawn/src/dawn/native/vulkan/BackendVk.cpp:458)
    at Initialize (../../third_party/dawn/src/dawn/native/vulkan/BackendVk.cpp:344)
    at Create (../../third_party/dawn/src/dawn/native/vulkan/BackendVk.cpp:266)
    at operator() (../../third_party/dawn/src/dawn/native/vulkan/BackendVk.cpp:521)

Steve

P.S.: Edit->Settings opens a dialog whose title is “Preferences.” :face_with_raised_eyebrow:

@saleae2 Interesting… what Linux distro are you running?

Also, when the errors appear upon opening the Preferences window (sorry about the naming inconsistency by the way, we should fix that), do you notice any particular issues, perhaps by modifying any of the settings?