Currently when gparted is started it includes the loop devices in the available devices list. Changing the startup
command in .wmx/Applications/gparted from:
exec sudo /usr/local/sbin/gparted
to:
exec sudo /usr/local/sbin/gparted /dev/sd[a-z]
keeps the loop devices off of the devices list. You can append more /dev/ entries to selectively include other devices.