Trying to Browse C: drive from menu - nothing happens. On right click menu/edit menu/wine/browse C: drive/properties - command row : .wine/dosdevices/c: I have tried to put xdg-open in front. Also tried to add ~/ in front of .wine. Nothing seems to open my c: drive. Terminalcodes I have tried results in "no such file" or simular. I have one program in Wine, and it works ! I need to enter some of it's files......
finnipinni wrote:> Trying to Browse C: drive from menu - nothing happens. > On right click menu/edit menu/wine/browse C: drive/properties - command row : .wine/dosdevices/c: >Plain Wine doesn't add any such menu item; it's added by your distro to their packages. If it doesn't work, report the problem to your distro.> Nothing seems to open my c: drive. > Terminalcodes I have tried results in "no such file" or simular.What exactly have you entered in the terminal? Assuming you're using the default wineprefix it should be Code: cd ~/.wine/drive_c Or just set your file manager to show hidden files and browse .wine/drive_c like you would any other directory.
Tanks for responding dimesio. I am not familiar with terms you are using, sorry to say. cd ~/.wine/drive_c in terminal nothing happens "Or just set your file manager to show hidden files and browse .wine/drive_c like you would any other directory." I do not know how to do this, but sounds like what I need ?
On Thu, Mar 17, 2011 at 8:59 AM, finnipinni <wineforum-user at winehq.org> wrote:> Tanks for responding dimesio. > I am not familiar with terms you are using, sorry to say. > cd ~/.wine/drive_c in terminal nothing happens >Can you do the following in a console session: [code] cd $HOME ls -a [/code] Review the listing and advise if you can locate a directory called .wine. Please advise if this directory exists in the listing. Did you by chance use sudo or su - to run Wine? Thank you James McKenzie