Comment 1 for bug 1731359

Revision history for this message
Jonathan Starnes (datsots) wrote :

Solved on my hardware.

The function p_list_drives creates a list with null values, similar to the one below. Later in the function p_lisdz this data is placed into a zenity dialog via an unquoted variable. Quoting this variable allows zenity to correctly use the data. Quoting the array variables on lines 1391 & 1401 allowed the script work for me.

"" " 4M" "" " 4M" "built-in device"
"" " 4M" "" " 4M" "built-in device"
"sda" "PNY_USB_2.0_FD" "30.5G" "usb" "USB or memory card"
"mmcblk0" "HBG4a2" "29.1G" "mmc" "USB or memory card"