wx.FileDialog 中缺少网络共享
我使用 Xubuntu 8.10 和 Nautilus 作为文件管理器(XFCE 桌面不活动,Nautilus 处理它),并且我有一个 wxPython 2.8.8.0 应用程序,其中的 FileBrowseButton 可以按预期工作,但“网络”快捷方式除外文件对话框的左侧丢失了。
我也尝试过其他应用程序:Firefox 显示相同的行为,GIMP 有“网络”快捷方式,而 OpenOffice 2.4 有两者的“混合”(没有“网络”,但它显示 Nautilus 安装共享)
另一件事:如果我安装 fusionsmb,“网络”快捷方式也会显示在我的应用程序中。
由于 fusionsmb (实际上是 smbclient)在 Ubuntu Intrepid 上并不完全稳定,我想避免使用它,所以我的问题是:关于如何强制文件选择器显示网络的任何提示? 也许是 Gnome-VFS 问题?
I'm using Xubuntu 8.10 with Nautilus as file manager (XFCE desktop isn't active, Nautilus handles it), and I have a wxPython 2.8.8.0 application with a FileBrowseButton that works as expected, except for the "Network" shortcut on the left side of the FileDialog, that is missing.
I tried with other applications too: Firefox shows the same behaviour, GIMP has the "Network" shortcut, while OpenOffice 2.4 has a "mix" of the two (no "Network" but it shows Nautilus-mounted shares)
Another thing: if I install fusesmb, the "Network" shortcut does show within my application too.
Since fusesmb (actually, smbclient) isn't completely stable on Ubuntu Intrepid, I'd like to avoid using it, so my question is: any hint on how I could force the file picker to show the Network? Is it a Gnome-VFS problem maybe?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅我的其他问题的答案
See the answer to my other question