sale13 / romcollectionbrowser

Automatically exported from code.google.com/p/romcollectionbrowser
GNU General Public License v2.0
0 stars 0 forks source link

Glitch While Browsing Files on XBMCbuntu #141

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
This happens anytime a call is made to xbmcgui.Dialog.browse() in XBMCbuntu.

What is the expected output? What do you see instead?
The file browser opens on the left with the default directory of C:/. 
Obviously, this is meaningless in Linux.

What version of the product are you using? On what operating system?
Newest revision on newest Eden release of XBMCbuntu.

Please provide any additional information below.
This one doesn't appear to be your fault, but the XBMC engine thinking it is on 
Windows for a moment. At either rate, it can be fixed on your end by supplying 
a default directory when calling the browser.  For example, I changed line 111 
of wizardconfigxml.py to:

consolePath = dialog.browse(1, 'Path to %s Emulator' %console, 'files', '', 
False, False, '/')

That fixes the issue but obviously will not work on all OS's. A proper default 
directory can be easily supplied.

Original issue reported on code.google.com by rmkr...@gmail.com on 27 Dec 2012 at 9:52

GoogleCodeExporter commented 8 years ago
Thanks for the hint. Will add this in next release.  

Original comment by maloep on 31 Dec 2012 at 9:14