André Hentschel : wineusr: Use more startup paths.

Alexandre Julliard julliard at winehq.org
Mon May 24 07:43:26 CDT 2010


Module: docs
Branch: master
Commit: e112426f898eab8bdd7ed713d777b23cbcb3f5dd
URL:    http://source.winehq.org/git/docs.git/?a=commit;h=e112426f898eab8bdd7ed713d777b23cbcb3f5dd

Author: André Hentschel <nerv at dawncrow.de>
Date:   Wed May 19 16:46:29 2010 +0200

wineusr: Use more startup paths.

---

 en/wineusr-bugs.sgml |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/en/wineusr-bugs.sgml b/en/wineusr-bugs.sgml
index 7d91502..859679b 100644
--- a/en/wineusr-bugs.sgml
+++ b/en/wineusr-bugs.sgml
@@ -39,10 +39,12 @@
 	<para>
 	  This sometimes helps, too:
 
-	  Try to use both
-	  <command>wine prg.exe</command>
-	  and
+	  Try
 	  <command>wine x:\\full\\path\\to\\prg.exe</command>
+	  ,
+	  <command>wine ~/.wine/drive_c/full/path/to/prg.exe</command>
+	  and
+	  <command>cd ~/.wine/drive_c/full/path/to/ && wine prg.exe</command>
 	</para>
       </sect2>
 




More information about the wine-cvs mailing list