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!

"post-text" itemprop = "text">

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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -