similar to: Agent

Displaying 20 results from an estimated 4000 matches similar to: "Agent"

2001 Dec 05
1
Agent spell checker behavior
Howdy, I've got an interesting behavior change in Agent in Wine as compared to Agent in Windows. (And it doesn't have to do with the Clipboard ;-) When I spell check an email in Agent(Windows), and I get a word not found, I get a window that shows the not found word with a highlighted suggested correction. When I spell check an email in Agent(Wine) the same thing happens except the
2001 Dec 05
2
Agent sending mail behavior
Howdy, (I'm just full of questions, today. :-) When I send an email from Agent I get the following output: === fixme:mdi:MDIRefreshMenu partially function stub fixme:ras:RasEnumConnectionsA (0x412b13f8,0x405c64cc,0x405c6514),stub! fixme:ras:RasEnumConnectionsA RAS support is not implemented ! Configure program to use LAN connection/winsock instead ! === I didn't realize I was using RAS
2002 Mar 25
1
sane?
Howdy, I've been regularly using the CVS tree for updating wine for a few months now, and with only a few problems caused by my relative Linux OS newbieness, I must say that it's been a dandy experience. So, I've tried again today, and I get the following error, with having changed nothing in my method (but maybe my system?) since my last update: make[2]: Entering directory
2001 Dec 04
2
Agent Clipboard issues revisited
Howdy, It seems that there's a bit of a problem with Agent accessing the KDE Clipboard through Wine. (Or is it the X Clipboard?) If I start a managed wine Agent session and try to copy from Agent, the copied info shows up in the KDE Clipboard. If I try to paste highlighted text from the console into Agent, it works also. Once. The second (and subsequent tries) don't work. It
2001 Dec 09
1
Drive letters
Howdy, In my continuing effort to get Agent up and as functional as possible, I'm now looking into launching applications. For example, if I have a .jpg file attached to an email, double clicking it should be able to open an application (like gimp) to view the attachment. I've run into a couple of problems with this. The first is that gimp tries to open a file called F:\temp\xyz.jpg.
2001 Dec 04
1
Wine newbie needs help, please!
Hi everyone- This is to all of you out there who are experts with wine. I need to run Lotus Notes 5.0.8 on my linux desktop. I hear the only way to do this is to have wine run it for you. well...i downloaded the version of wine for RH 7.0, got it installed, seem to have it configured, or maybe thats my problem. I run windows NT, so I had to get the dll files from a website that has win98
2001 Dec 03
1
Some Agent clipboard issues
Howdy, I've installed wine and Agent under Linux, and frankly, I'm very very impressed. I'm brand new to the Wine community and I had no idea that, well, this was possible. I think I've still got a lot to do to get it to work properly (e.g., I think I saw something about font conversion.) but there's one thing that I'm not sure where to begin looking. I want to copy some
2002 Feb 17
1
Multiple Agent works!
Howdy, I hadn't tired this in a while, but on a lark I thought I'd give it a go. (I've been quite pre-occupied with some personal matters lately.) I'm running successfully multiple instances of Agent simultaneously. I'm not sure when the fix went in that fixed this, or who did it, but, THANKYOUTHANKYOUTHANKYOUTHANKYOU!!! Oliver "A very happy wine user who hopes to help
2002 Mar 30
1
Winever
Howdy, Is there any particular reason to run one winever parameter as opposed to another. Is it for API compatibility's sake? Is it for bug compatibility's sake? Thanks, ==================================================== Oliver Sampson olsam@quickaudio.com http://www.oliversampson.com
2001 Dec 04
0
Running Agent with Opera under Wine
Howdy, I've put a little help section on my web page for running Agent under Wine and using Opera. http://www.oliversampson.com/computer/#Agent If there's anything I've forgotten or should add, just let me know. Thanks, ==================================================== Oliver Sampson olsam@quickaudio.com http://www.oliversampson.com
2001 Sep 05
2
wine config file.
Most instructions for installing Wine suggest that you modify the wine.cfg file that comes with the distro, but with Mandrake 7.1 this appears to be a blank file. I have written a very simple config file, but though it seems to work, I feel that it is probably not extensive enough to run Wine at its best. Is there anywhere I can download a typical file that I can modify to suit my system. There
2001 Dec 06
0
Program installation
Howdy, It seems that there are three ways to get a Windows program into a Linux system and to be run under wine. 1) (For Linux only machines.) Copy the Program file directory onto the Linux file system and run locally, and run with wine --debugmsg +module,+file in order to find out which .dlls are missing and should be copied over from the Windows. 2) Install the program onto the local Linux
2001 Dec 10
0
Staroffice compatibility
So, I thought I'd install staroffice on my system. (It didn't really install correctly, but hey, that's a topic for a different usenet group.) Once I had it installed under the /opt directory structure, when I tried to fire up my wineified email client, I got a host of errors referring to fonts. Then when Agent opened, it immediately crashed with an error to the effect of
2002 Apr 22
0
Access
Howdy, I've got a program (Catraxx) that's an .exe based on the Access database Engine. Just copying the install directory (like I did with Agent) doesn't seem to work. I see from the AppDB that Access seems to work pretty well under Wine. Is there some other tack I should try, like trying to install the app natively? Any other suggestions? Thanks,
2002 Dec 27
1
OT: cvs passwd scripting
Howdy and sorry 'bout the OT: I'd like to write a script that once a week updated my wine CVS sources for me. There's just one catch: I don't know how to give a response to the passwd for the cvs tree from a script. I checked out the advanced bash scripting at tldp.org, but I couln't get Standard I/O rerouting to do what I wanted. Could someone give me a pointer, or point me
2009 Apr 01
2
bzero() before free()
Hi guys I've been browsing the code and at many places I found the following odd sequence: char * string=malloc(somesize); ? bzero(string,strlen(string)); free(string); I really don't see why you would zero a string and free the memory immediately afterwards? Any idea why this is done? Thanks! Met vriendelijke groet Best regards Bien ? vous Miguel SANDERS ArcelorMittal Gent UNIX
2005 Sep 21
1
ldap: No password in reply
Greetings, I'm trying to set up dovecot with ldap (and postfix) by following the page on the wiki. I configured everything, but something is wrong: dovecot: Sep 21 12:03:59 Info: auth(default): client in: AUTH 1 PLAIN service=IMAP secured lip=157.193.40.36 rip=157.193.44.68 dovecot: Sep 21 12:03:59 Info: auth(default): client out: CONT 1 dovecot: Sep 21 12:03:59 Info:
2018 Apr 24
1
data.table not available as win binary for R 3.5 yet?
Dear all, to my astonishment data.table cannot be installed on R 3.5 Windows. When checking the package page, the Windows binary is available for download. When checking the server however, I can't seem to find data.table. Also install.packages() says the package is only available in source form and may need compilation. Compiling using Rtools 35 is no problem. Is this merely an issue of
2019 Oct 11
2
New matrix function
I think you are confusing package and function here. Plus some of the R Core packages, that you mention, contain functions that should probably be replaced by functions with better implementation from packages on CRAN. Best regards Morgan On Fri, 11 Oct 2019 15:22 Joris Meys, <jorismeys at gmail.com> wrote: > > > On Fri, Oct 11, 2019 at 3:55 PM Morgan Morgan <morgan.emailbox
2018 May 30
1
CRAN checks give errors when no tests are included
Dear all, as a follow-up to the question asked on R-package-devel (see link below): Someone sent a package to CRAN with a few problems. There's more things wrong with the submission, but one thing that really caught my eye was the following error: Warning message: running command '"C:/PROGRA~1/R/R-33~1.2/bin/x64/R" CMD BATCH --vanilla "testthat.R"