Has anyone tried the Sunflower filemanager yet? I did, after reading this article:
http://www.unixmen.com/software/1747-finally-the-file-manager-of-your-dreams-spotlights-on-the-sunflower... but I get this error:
joe1962:$ ./Sunflower.py
Trying with python2.7...
ImportError: could not import bonobo.ui
Traceback (most recent call last):
File "./application/main.py", line 29, in <module>
app.run()
File "/home/joe1962/downloads/t/Sunflower/application/gui/main_window.py", line 1449, in run
self.create_tab(self.left_notebook, FileList)
File "/home/joe1962/downloads/t/Sunflower/application/gui/main_window.py", line 1482, in create_tab
new_tab = plugin_class(self, notebook, path)
File "/home/joe1962/downloads/t/Sunflower/application/plugins/file_list.py", line 223, in __init__
self._thumbnail_view = ThumbnailView(self)
File "/home/joe1962/downloads/t/Sunflower/application/widgets/thumbnail_view.py", line 45, in __init__
self._factory = gnome.ui.ThumbnailFactory(self._thumbnail_size)
AttributeError: 'module' object has no attribute 'ThumbnailFactory'
... and am not really sure what is missing here. I have all the VL7 python stuff installed, but we don't have a python bonobo package, nor can I find anything like that at slackbuilds.org, slacky.eu or other slackware package sites.