linux - Network-aware wx.FileDialog -
I am using wx.FileDialog in a wxPython 2.8.8.0 application, under Xubuntu 8.10. My problem is that it is not aware of the communication network, so I can not see Samba's shares.
I think this problem also suffers other applications (Firefox, sluggish ...) so I would like to ask where I should say how to work it.
Should this dialogue be network-aware already? Am I forgetting something? Can there be some library? Or should I write my own implementation? thanks a lot!
Robin Dunn himself told me that
uses the "basic" GTK file dialog Like other apps, so there is nothing that wx can do about it.
As a workaround I was finishing network browsing through installing gvfs-fuse and $ HOME / .gvfs. Little Calcutta but it works.
Comments
Post a Comment