similar to: No subject

Displaying 20 results from an estimated 20000 matches similar to: "No subject"

2001 Mar 30
2
wine releases and Pegasus Mail
On a RedHat 6.2 (with the latest RH updates) I have been using wine (compiled from source with ./configure-make depend-make) to run Pegasus Mail 3.12c for the last 12-15 months. It has had (and still has) its ups and downs. I am using wine with real Windows, not 'fake'. Early on Pegasus Mail (PM) crashed when trying to add attachments, but slowly things improved, until (and
1998 Aug 13
0
summary of replies to [strange stuff in 'last' command]
Sheldon E. Newhouse writes: > Anyone have ideas on what this output from the 'last' command means? > > TIA, > -sen > > xF*@**** otify ***@ Sat Aug 1 20:52 still logged in > xF*@**** otify ***@ Sat Aug 1 20:52 - 20:52 (00:00) > xF*@**** otify ***@ Sat Aug 1 20:52 - 20:52 (00:00) >
2007 Apr 27
0
Error: An unusual circumstance has arisen in the nesting of readline input
Hi, If I have warnings converted to errors, and if I plot a simple plot and then resize and move the plot's window many times, I eventually get an error "Display list redraw incomplete", and after a while an endlessly repeating error "An unusual circumstance has arisen in the nesting of readline input". I cannot stop it using Ctrl-C (Ctrl-Z works though). I'm
2006 Aug 13
1
Eclipse 3.2 with JVM 1.5.08
(Yes, I know that there's a version for Linux. I'm even using it!) here the bug report for a simple start: bojan@linux:~/Desktop/Downloads/eclipse> wine /home/bojan/.wine/drive_c/Program\ Files/Java/jdk1.5.0_08/bin/java -jar startup.jar fixme:msg:PeekMessageW PM_QS_xxxx flags (0040) are not handled fixme:oleacc:CreateStdAccessibleObject 0x2003a -4
2004 Mar 15
0
Re: glitch - win98 and driver download
This was the answer to a question posed on the Samba list almost a year ago. The following regarding Windows 98 printer names seemed to get lost: In windows 98, printer name: ---------------------------- > 13 characters: printer offline <= 13 but > 8: ppd doesn't download, can print with adobe drivers <= 8: full functionality I also tried an 8.3 printername: testtest.tst, which
2012 Sep 09
1
Error msg in rpanel
I am working on the r panel package. Now if i have a function that uses a radiogroup button, and if i attempt to run the function from inside the rpanel menu, i get this error: Error in panel$intname : $ operator is invalid for atomic vectors However if i run the function per se i.e. not from inside the rpanel menu, but by calling it independently, the above error doesn't appear. Here is a
2011 Mar 16
0
[GIT PULL] elflink changes
Hi, I picked up the following patches from Liu Aleaxander that he sent to the mailing list last year. They add some new features to the command line interface code and fix a couple of bugs. The following changes since commit 9ded45991b4fc83b40af963feb773ddca2589d74: ldlinux: Parse and store the "onerror" command line (2011-03-09 14:32:36 +0000) are available in the git repository
2010 Jan 22
0
No subject
to only show shares that the user has access too, but I don't believe it is possible. To remedy this, I tried to create a share called "share". Then create subdirectories under that using UNIX groups. I am using a group sticky bit in conjunction with create mask = 770 to keep the perms straight. Here is the share: [share] nt acl support = no path =
2008 Apr 03
0
Applications staying open in Gnome
CentOs 5.1 updated with Gnome as desktop. I notice that after a reboot some applications reappear mysteriously. It seems that the last application that was closed *before* reboot reappears. For instance I had gedit appearing for some time, opened with a blank "unknown document". Now I'm getting the hardware manager/soundcard section opened on the desktop each time I reboot
2001 Dec 17
0
Microsoft Antitrust Remedy proposal, take 3
I've learned a fair bit since putting together my essay on the States' proposed remedies. In particular, Microsoft's response to the States was enlightening; it pointed out the parts of the Court of Appeals ruling that need to be heeded when fashioning a remedy. I now feel that the States' proposal has little chance of being accepted by the judge. The Proposed Final Judgment
2008 Mar 31
0
redraw priorities
Hey, I've recently investigated problems Swfdec has when running cpu-intensive Flash files and could need some suggestions on how to best fix it. There should be other apps that have had the same problem after all. During a run of Swfdec (either stand-alone or as part of a browser), there's the following events happening: 1. write audio 2. user interaction 3. repaint 4. advance the state
2010 Oct 22
1
Display list redraw incomplete when exporting plots
I was just wondering if anyone knows what could be the problem with my exporting of plots. Below is the error messages I get when trying to export my plots (all error messages at the same time). I do get a file produced which works but I don't know why these messages appear. Doesn't matter if it is a pdf or a png or any other format I export to. Also, when exporting to png I get
2008 Dec 01
1
Dreamweaver CS4 bugs
Hi all, I've been using Dreamweaver CS4 with WINE for the last couple of days, here are a couple of bugs that I noticed. WINE buglist for Adobe Dreamweaver CS4 Version 10.0 Build 4117: Shift doesn't work in the listbox but ctrl does (for example, when using the recordset window) After opening some menus, the menus do not disappear, not even when minimizing, and stay there until the
2002 Jul 02
0
PAMAuthenticationViaKbdInt no
If I set it to "no", should I still be able to login with a typed-in password? I get messages such as these: --- Jul 2 12:23:39 remedy.udel.edu sshd[6811]: [ID 800047 local4.debug] debug1: userauth-request for user ed service ssh-connection method password Jul 2 12:23:39 remedy.udel.edu sshd[6811]: [ID 800047 local4.debug] debug1: attempt 1 failures 1 Jul 2 12:23:39 remedy.udel.edu
2005 Oct 27
1
Howto Disable Direct draw wine 0.9
Hi, Sorry for this newbie question. I have a old piece of software called 'Titanic Explorer'. It makes heavy use of QuickTime within the application's front-end. The problem it all works great except that the screen doesn't redraw correctly. Looking at the application database, it seems that most versions of QuickTime suffer from redraw problems and the workaround is to disable
2010 Apr 02
1
Plots don't update with xlab, etc. What am I doing wrong.
Hi, I've been struggling with this problem the last few days and finally discovered it's happening at a very fundamental level. Going through Stephen Turner's tutorial on ggplot2, I entered these base graphics commands: > with(diamonds, plot(carat,price)) > with(diamonds, plot(carat,price), xlab="Weight in Carats", ylab="Price in USD",
2011 Nov 05
1
set seed for random draws
Hello, all! I need help on these two problems: 1) If I want to randomly draw numbers from standard normal (or other distributions) in loops e.g.: ty=0; ks=0 for (i in 1:5) { set.seed(14537+i) k<-rnorm(1) ks[i]<-.3*k+.9 if (ty==0) { while ((ks<.2)||(ks>3)) { #set.seed(13237+i*100) k<-rnorm(1)
2011 Jan 19
1
Re: Problem BMC Remedy User Version 7.0.01 on ubuntu 8.10
Hello all, Just wondering if I can breathe some life back into this thread? I am attempting to run BMC remedy with WINE on Ubuntu as described in the subject. After using winetricks I got a little further.... After adding msxml3 && msxml4 to the libraries (native, builtin) for WINE I got much further........ I can now run BMC remedy client on Ubuntu from WINE and connect to the
2001 May 02
3
Weird graphical glitches while running notes.
My system is a debian/unstable box. I'm running daily cvs snapshots of wine and Lotus Notes R5.07. The problem is that it seems like wine isn't getting the redraw messages from the application or wine isn't sending the redraw messages to the application. So I get large areas of the program blank/black/see through to old gfx. It especially occurs with frames/framsets in notes. For
2001 Feb 01
0
screen doesn't handle redrawing properly (PR#837)
Hi. As far as I understand it, there is a list of graphic primitives stored for a device. So for example, when I iconify/deiconify an X11 window, the plot will be redrawn. Now screen (split.screen and friends) appear not to handle this list properly, the list is reset or not reset at odd times. The commands below will show clearly what I mean. There are two effects: - After splitting the