skeezix
Internal Development
Probably zenity file picker is a red herring --
Note that when you eject SD card while somethign is still holding onto it, and stick it back in, it'll get remounted to a new mountpoint. (ie: boot with an SD in SD1 on the left, and it'll be /media/mmcblk0p1 (for example.) If you eject and reinsert, it shoudl stay as /media/mmcblk0p1, but sometimes will become /media/mmcblk1p1, and then repeat it again, and you fget /media/mmcblk2p1, etc. Nuymber getting larger each time.)
Hotfix #2 will plug a hole in minimenu which was hanging onto the SD when it shouldn't; some other apps do too. (xfce does not have that problem.)
So if you're in minimenu pre hotfix #2, and insert/eject/insert/eject, the SD cards name in /media will be getting higher each time.
Now, when szenity's (gtk) file picker shows the options on the left, it does get itself thoroughly confused at this point, a bug in the file picker probably -- ie: it'll show mmcblk0p1 and mmcbl1p1, but your actual SD card is n+1, or mmcblk2p1 in this case. The card name will be shown, but not mountable (file picker bug), and it'll be showing 0->n-1 filname for the mmcblk device (file picker bug), but you can still navigate there through /media in the right side -- go to '/media' or '/' and work your way up.. works every time.
So the file picker is certainly buggy when things are acting a little goofy, but I'm not sure thats the source of any problem.
I'd say check again after hotfix #2 goes out, which fixes a few things..
jeff
Note that when you eject SD card while somethign is still holding onto it, and stick it back in, it'll get remounted to a new mountpoint. (ie: boot with an SD in SD1 on the left, and it'll be /media/mmcblk0p1 (for example.) If you eject and reinsert, it shoudl stay as /media/mmcblk0p1, but sometimes will become /media/mmcblk1p1, and then repeat it again, and you fget /media/mmcblk2p1, etc. Nuymber getting larger each time.)
Hotfix #2 will plug a hole in minimenu which was hanging onto the SD when it shouldn't; some other apps do too. (xfce does not have that problem.)
So if you're in minimenu pre hotfix #2, and insert/eject/insert/eject, the SD cards name in /media will be getting higher each time.
Now, when szenity's (gtk) file picker shows the options on the left, it does get itself thoroughly confused at this point, a bug in the file picker probably -- ie: it'll show mmcblk0p1 and mmcbl1p1, but your actual SD card is n+1, or mmcblk2p1 in this case. The card name will be shown, but not mountable (file picker bug), and it'll be showing 0->n-1 filname for the mmcblk device (file picker bug), but you can still navigate there through /media in the right side -- go to '/media' or '/' and work your way up.. works every time.
So the file picker is certainly buggy when things are acting a little goofy, but I'm not sure thats the source of any problem.
I'd say check again after hotfix #2 goes out, which fixes a few things..
jeff