search for: winepath

Displaying 20 results from an estimated 81 matches for "winepath".

2010 Apr 12
4
Winepath on Mac
I am trying to use winepath to convert between the WINE native file path and the normal Mac native filepath. Unfortunately, I do not seem to be able to return the logical Mac UNIX path when using winepath: Macintosh:~ tpatko$ /Applications/Firefly/WINE/bin/wine winepath -u Z:\Applications\Firefly\BENCH1.out /Users/tpatko/.w...
2006 Apr 29
3
Making R talk to Win/OpenBUGS in Linux (again)
...essfully installed R2WinBUGS on linux systems and I've got a small test case that I'd like to ask about. Since rbugs is a linux adaptation of R2WinBUGS, and R2WinBUGS is now buildable on Linux, it looks like R2WinBUGS may be the way to go. But it fails. The error centers around the "WINEPATH" setting. I've learned that wine has a function "winepath" that returns information that programs can use, and I've fiddled this lots of ways, but it fails, saying Error in paste(WINEPATH, "-w", x) : object "WINEPATH" not found library(R2WinBUGS) I hop...
2006 May 20
3
How long is winepath available?
Hello! Can someone provide me an estimate or relevant source of information on how long is command winepath available or from wich version of wine? I would need this as I work on some R[1] package R2WinBUGS[2] that calls a Windows program WinBUGS[3] and that program needs windows paths. Currently winepath or parsing of .wine/config is used and I wonder if I can remove fiddling with .wine/.config. Please...
2006 Aug 02
1
WINEPATH disappeared?
About 5 months ago we looked at porting some of our custom inhouse applications to wine. We make heavy use of the PATH variable to set which dll's get used by our apps. I just installed the wine 0.9.16 redhat rpm and WINEPATH doesn't seem to work anymore. The only documentation I could find on it was this snippet from Dec 2002. RCS file: /home/wine/wine/documentation/running.sgml,v retrieving revision 1.13 diff -u -r1.13 running.sgml --- documentation/running.sgml 19 Oct 2002 01:00:04 -0000 1.13 +++ documentation/r...
2007 Jul 26
2
error in using R2WinBUGS on Ubuntu 6.10 Linux
...eters=c("alpha0","alpha1","alpha12","alpha2","sigma"), n.chains=2,n.iter=10000,n.burnin=1000, bugs.directory="/home/meyerjp/.wine/drive_c/Program Files/WinBUGS14/", working.directory="/home/meyerjp/rasch/working", debug=FALSE, WINEPATH="/usr/bin/winepath", newWINE=TRUE)
2008 Nov 05
2
open torrents with utorrent or other?(gnome)
you can in gnome right click and associate a file type to be opened with an application! just right click, properties, open with -> add blah blah blah ... you know the drill, its not the issue here. but what I should write as command to prompt gnome to open utorrent, add the torrent file, and do whatever i want?
2009 May 30
2
How convert Linux path to Windows path like "cygpath" does?
I'm forced to use Windows at work, so I make very heavy use of Cygwin (http://cygwin.com/), a very wonderful thing. One way I use it is with this handy little shell script: Code: #!/bin/sh MSO="/cygdrive/c/Program Files/Microsoft Office/OFFICE11" if [ -n "$1" ]; then "$MSO"/WORDVIEW.EXE "$(cygpath -w "$@")" & else
2010 Jun 04
2
How to determine if file is within the prefix/bottle or not?
I'd like to put a warning into my application that warns the user if they try to store their document inside the prefix/bottle. (In other words I want to help the user avoid putting user data under the "drive_c" folder.) I know that some folders are redirects, such as C:\Users\{user}\Desktop refers to the Desktop folder in the user's real profile, so this is safe, as well as
2011 Sep 15
1
Using unix paths in console mode wine apps
...quot;pg_config" for 3rd party code to tell the include dir, compile flags, etc: [zozo at localhost postgis-1.5.3]$ /usr/x86_64-w64-mingw32/sys-root/mingw/bin/pg_config.exe --pgxs Z:/usr/X86_~FWL/sys-root/mingw/lib/POST~SMW/pgxs/src/MAKE~WLE/pgxs.mk This path doesn't exist as is but "winepath --unix" can convert it to a more useful one. Is there an environment variable or a winecfg setting so applications always use the unix path? Best regards, Zolt?n B?sz?rm?nyi
2010 Jan 19
1
Help on using WinBUGS on Mac
...t;mu.theta", "sigma.theta") schools.sim <- bugs (data, inits, parameters, model.file="schoolsmodel.bug", n.chains=3, n.iter=1000, bugs.directory="/Applications/WinBUGS14", WINE="/Applications/Darwine/Wine.bundle/Contents/bin/wine", WINEPATH="/Applications/Darwine/Wine.bundle/Contents/bin/winepath", useWINE=TRUE,clearWD=FALSE) It still did not work, and the same error message occurred, plus some error message from R: fixme:keyboard:RegisterHotKey (0x10058,13,0x00000002,3): stub err:ole:CoGetClassObject class {0003000a...
2007 Aug 07
1
[Fwd: Re: Dead keyboard]
...w to know which ones and where? Any help on this one would be very appreciated. Jos? > By definition if you cannot access it you cannot run programs from it. But > you of course can. > First, if you want to convert Windows path to UNIX path run something like > this: > > winepath "C:\Program Files\Corel\Ventura 10/Programs/ventura.exe" > > And you will get the output (it may vary for your system but if you didn't > tweak WINEPREFIX environment variable it will be very similar to example > below; "~" means your home directory): > &gt...
2007 Mar 19
4
exec: 29: /usr/bin/wine: not found
Hi, I?ve installed wine on Ubuntu 6.10 64bit using the following guide : http://www.ubuntuforums.org/showthread.php?t=185557 but, when I type winecfg in Terminal I get the following error : exec: 29: /usr/bin/wine: not found Dunno if it may help, but here?s a terminal shot of when wine was getting installed. matt@ubuntu:~/Desktop$ dpkg -x lib libartsc0_1.3.2-3_amd64.deb
2009 Jan 25
1
Passing arguments during OLE
Environment: Ubuntu 8.01, Wine 1.0.0, fresh installs. I'm trying to get Irfanview (yes I know about the alleged clone. It isn't) to work as an "open with" program for .jpg files. I have placed it in the "open with" table When I click (gnome) on a .jpg, Irfanview opens with a blank screen. I've done some experimenting and it appears that the arguments are not
2002 Dec 05
1
Shell script for launching wineapps from a unix file manager
All, Did a little research and found this little trick that works well. First create this batch file and modify to your system. winword ------------------------------------ FNAME=`wine -- winepath -l "$1"` wine -- "/wine/c/Program Files/Microsoft Office/Office/WINWORD.exe" "$FNAME" ------------------------------------ chmod a+x winword and put it some where in the path then associate any .doc to be opened with 'winword' and it works great. I have also u...
2002 Dec 06
0
Betr: wine-users digest, Vol 1 #1353 - 2 msgs
...le manager >To: Wine Users <wine-users@winehq.com> > >All, > >Did a little research and found this little trick that >works well. > >First create this batch file and modify to your >system. > >winword >------------------------------------ >FNAME=`wine -- winepath -l "$1"` >wine -- "/wine/c/Program Files/Microsoft >Office/Office/WINWORD.exe" "$FNAME" >------------------------------------ > >chmod a+x winword and put it some where in the path >then associate any .doc to be opened with 'winword' >and i...
2008 May 25
5
Registry override?
I first installed kchmviewer. I then created the file run_prog: #!/bin/sh $1 "`wine winepath -u "$2"`" I tested by running from a terminal run_prog kchmviewer c:\MyChmFile.chm This worked fine I edited the registry entry for chm.file to /usr/bin/run_prog kchmviewer %1 > > Note: > While researching regedit I noticed the reference to wineprefixcreate at: > ht...
2008 Jul 01
4
How Do You Issue a Filename to Open in Open With?
How Do You Issue a Filename to Open in Open With? I want to allow win32's Repligo to open .rgo files in KDE. The string I'm using but doesn't work is ; Code: env WINEPREFIX="/home/default/.wine" wine "C:\Program Files\Cerience\RepliGo Viewer\RepliGoView.exe" %U Repligo is a fantastic PDF style document viewer and especially fast and good for PDA's. You
2008 Oct 13
3
Need help with an old VB application
...full path ( Z:/xxx/yy/oowriter ). The path is correct and the Writer opens quickly but with an error message like "/C:/Programs/xxx/yyy/1.RTF does not exist" I think the application use some " Shell (application,document) " to open the docs. What can i do in this case ? I think winepath or other registry tricks cannot apply. Please i need help, i've just spent many ours without results. Thank you
2009 Jul 01
1
Newb question - CHM files - Best method to view
...se excuse my first couple of probably quite a few newb questions. Are there still probs with viewing chm files? If I browse to the chm file and just launch it seems fine until I try search for a subject. I search, find what I'm looking for, click it and the help file closes. If I use wine hh / winepath windows path it launches but if I click search I can't try the search, it's just greyed out. Also if I use the path method the pictures (logos etc) don't load and it crashes when I close. Any thoughts?
2010 Jun 25
2
Sysinternals autorunsc.exe
Hi all, Sysinternals have just released a version of their autoruns command line tool that's capable of scanning an offline windows install for images configured to start automatically (very useful for tracking down malware). How likely is it that it could be made to run under wine on Ubuntu? I've got to the point where I have my NTFS partition mounted, I then issue the command: --- $