-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
I'm getting some weird issues running ImageView on an HPC Cluster.
using the following code:
]add ImageView
]add FileIO
]add TestImages
using ImageView, FileIO, TestImages
mri = testimage("mri");
imshow(mri);
I get an image window with no frame and issues with the player, with the following errors:
(process:335): Gtk-WARNING **: 12:56:57.808: Unable to acquire session bus: Failed to execute child process ?dbus-launch? (No such file or directory)
Gtk-WARNING **: 13:07:59.421: Unable to acquire the address of the accessibility bus: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files. If you are attempting to run GTK without a11y support, GTK_A11Y should be set to 'none'.
I get this error when I open the contrast popup (which also doesn't load with a frame.
(process:268): Gtk-WARNING **: 15:10:31.820: Broken accounting of active state for widget 0x9055860(GtkPopover)
I'm not sure how many of these are issues with the cluster and how many of these are issues with the compatibility of GTKObservables or ImageView with the cluster.
Metadata
Metadata
Assignees
Labels
No labels