Displaying 20 results from an estimated 5000 matches similar to: "winefile can't create folder?"
2007 Apr 08
1
winefile/explorer hardcoded ? HKEY_CLASSES_ROOT\Folder\shell\open\command ignored
Winefile seems to be hardcoded when it comes to opening folders. No
matter what I do it always pops up. I tried deleting
HKEY_CLASSES_ROOT\Folder and nothing changed.
What can I do to convince wine to open folders with /usr/bin/nautilus
? I allready made it open ordinary files with gnome-open.
--
Who logs in to gdm? Not I, said the duck.
2006 Jan 19
1
winefile shows drives as NTFS - is this correct?
I am having consistent difficulty with write access and installing
applications. The errors show up as write protect errors or not enough
disk space errors. 'winefile' shows the disks as being NTFS. Is this
correct or is it a winefile anomaly? Are these conditions related? What
is the correct file system type? How can this be managed? 'winecfg' does
not seem to allow
2006 Jun 18
2
winefile vs wine problem
I am new to Linux and wine. I installed a program and it runs fine from
inside winefile but when run from wine command line it only loads the
main part of the program and the modules don't work. I have searched
for an answer, but can't find one. What am I missing what is the
difference between winefile and wine when starting an application?
The reason for wanting to run from wine
2011 Jan 18
2
Surprise Thread Preemptions
Hi,
I would like to know about which threads will be preempted by which on my OpenSolaris machine.
Therefore, I ran a multithreaded program "myprogram" with 32 threads on my 24-core Solaris machine. I make sure that each thread of my program has same priority (priority zero), so that we can reduce priority inversions (saving preemptions -- system overhead). However, I ran the following
2009 May 01
2
Shared clipboard, drag and drop, Linux <> Wine 1.1.20
Can Wine be set up to allow "drag and drop" between Ubuntu 9.04 Nautilus 2.26.2 file manager and a Windows app running in Wine?
The Windows application is the "Yamaha File Utility" v1.1.0 which allows MIDI files to be transferred to a Yamaha CLP-150 Clavinova digital piano. Unfortunately, the software relies on drag and drop for the file transfer. In native Windows, I would
2009 Aug 08
1
How to pass flags (arguments) to an application
Hi everyone. I have a problem running a Windows appilcation with wine.
The application is a Acucobol program.
When I run "wine wrun32.exe myprogram" it works ok.
When I run "wine wrun32.exe -C config.cfg myprogram" wine says
myprogram doesn't exist.
Any help?
--
Marcelo Arroyo
2010 May 01
4
Re: Access HTTPS/SSL enabled sites
Gert van den Berg wrote:
> On Wed, Jan 6, 2010 at 08:52, matvrix <wineforum-user at winehq.org> wrote:
>
> > crypt32 has to be "Native, Builtin"
> >
> >
> But if its not included with IE, you need to copy it for Windows,
> otherwise the wine buildin gets used...
In /usr/lib/wine is a crypt32.dll.so.
How can I use the crypt32.dll from a windows
2003 Jan 08
3
Errors running R in Batch mode under Win2000
I have made many different attempts to run a R program in Batch mode. I run a DOS command like:
C:\Progra~1\R\rw1061\bin\rterm.exe -q --no-restore --no-save myprogram.R out.txt
What happens:
1. DOS Shell starts up well
2. R starts
3. I get the messages:
"ARGUMENT 'myprogram.R' __ignored__"
"ARGUMENT 'out.txt' __ignored__"
4. R Shell is ready to
2012 Jan 21
1
recomile a dll file in R
dear all,
I created a dll file from a fortran program. How I can recompile it in R? I
use "dyn.load(F:/myprogram.dll)" without any error but when I run
"source(F:/myprogram.r)" this error occurs:
"Error in file(file, "r", encoding = encoding) :
cannot open the connection
In addition: Warning message:
In file(file, "r", encoding = encoding) :
2005 Oct 09
3
Exploring Folders
Hi,
my company develops Windows applications and we are trying to get them to work correctly under Wine. We have two outstanding issues
1. Toolbars - the generic icons do not list (ie STD_DELETE). Currently posted under Bugzilla
2. We provide menu links to open a folder using the Win32 API command
ShellExecute(hwndDlg, NULL, szFolder, NULL, NULL, SW_SHOWNORMAL);
(szFolder is the folder
2007 Dec 10
1
Question re: RWinEdt conflicting with my WinEdt
Hi,
This is a question regarding the RWinEdt package for R. I have WinEdt
5.5, RWinEdt 1.7-9, and R 2.6.0 on WindowsXP.
Somehow my configuration or start up files between RWinEdt and WinEdt
are getting confused. Usually when I open either one, the last files I
was working on *with that program* are opened automatically. So if I
last used mydoc.tex in WinEdt and myprogram.R in RWinEdt those
2018 Nov 26
3
CentOS 7 bash perhaps off topic
hi all,
I have a small script that seems to be exiting and hitting the sleep 60...
The smwebsocket just connects to the web socket provided and outputs the
data. This works manually.
the myprogram just opens a database and writes the line...
My desire is to run the smwebsocket, connect to the websocket and output
the data (line by line) when we get a line that matches Location take that
line
2009 Feb 24
4
bigest part of vector
Hi, may be simle question, but a do not find it anywhere.
Is there same function like max() ,but giving more results.
max() give 1number-maximum
I need funcion what give p bigest number.
many thanks
--
View this message in context: http://www.nabble.com/bigest-part-of-vector-tp22188901p22188901.html
Sent from the R help mailing list archive at Nabble.com.
2009 Sep 23
1
Strange behaviour with global variable in C
I understand global variables can be a bad idea, but even so I would like to
understand what is going on here...
### DESCRIPTION OF PROGRAM ###
...I have a strange bug on a global variable in some C code which I am compiling
using
$ MAKEFLAGS="CFLAGS=-g -O0" R CMD SHLIB myProgram.c
the global variable in question is the log likelihood. In an old version of the
program I initialized
2007 Mar 19
0
Re: Multiple users without write permission on "drive_c"
Grischa Stegemann <grix7-usenet@yahoo.de> wrote:
> I have a multiuser environment with lots of users. Some of them are supposed to
> use a program running with wine. The problem is how to make the users in
> question use a global "drive_c" directory without giving them write permissions
> to it?
>
> So far I have a wrapper script which copies a '.wine'
2008 Apr 15
1
Running Windows console program
Hello,
I have a Windows console program (not DOS) which must give me a console output. I run program using such command "wine myprogram.exe" in a bash window. Wine shows me no error, but I don't see any output of myprogram.exe
Thank you for any suggestions. :)
2004 Dec 10
2
Mysql configuration interface
Hello,
I trying to configure asterisk to store sip and iax2 user in a mysql
database.
All goes well, but my problem is when i try to add a new user (sip or iax).
I have look for an aplication with a web interface that lets us manage
the user account in asterisk without success .
How could I manage the users without making sql query throw the mysqlclient?
Do you know any application that
2007 Dec 01
3
wine-users Digest, Vol 29, Issue 1
Eric Weir wrote:
>> I decided to make my installation more "up-to-date" by uninstalling and
>> reinstalling. I've uninstalled and reinstalled twice now, and each time
>> the only thing in the /.wine folder is two registry files -- no Windows
>> folders, no drive-c. Of course, when I try to run Wine, it fails. What's
>> going on? What can I do?
2009 Jan 25
4
Too much functionality in WINE
Does anyone know of a way to compile a LITE wine - like a zinfandel I guess? I just want to be able to use - wine /mypathto/myprogram.exe.
such as --disable-dev --without-notepad --without-ie....
After compiling wine 1.1.13 it works quite well... at least the parts of it that I have tested. There are so many things included that I will never use that basically just take up space. For instance
2011 Nov 16
1
Difference in gnome between centos <> fedora
Hello,
I've on my home PC CentOS 6 and Fedora 13 on different disks. When I log
on the gnome enviroment at Fedora knows exactly which programm was started
at which desktop (for example: thunderbird on desktop 1, firefox on
desktop 2, nautilus on desktop 3, ..). The same procedure on Centos takes
all programs on the first desktop, so I must arrange the programs on the
right desktop.