#define warn(fmt,arg...) g_warning("%s/%d: " fmt,__FILE__,__LINE__,##arg)
#define BIN_MOUNT "/bin/mount" /* what we mount with */
#define BIN_MOUNT "/bin/pmount" /* what we mount with */
#define BIN_UMOUNT "/bin/umount" /* what we unmount with */
#define BIN_UMOUNT "/bin/pumount" /* what we unmount with */
#define NAUTILUS_COMMAND "/usr/bin/nautilus -n --no-desktop %m"
static struct gvm_configuration config;