similar to: Clipboard X->win

Displaying 20 results from an estimated 5000 matches similar to: "Clipboard X->win"

2001 Apr 10
2
Stars! kills X-Server
While playing Stars! wine sometimes kills the X-Server. This happend infrequently in all Versions of wine I tried, but this time I managed to generate a bugreport. I use wine with managed windows, this seems to be the most stable setting for Stars. To start wine I used wine -debugmsg +relay -language De_DE -- stars\!.exe -s -m >& ~/`date +winedebug_%Y%m%d.txt` | wolfgang@erwin:~>
2001 Feb 02
1
\ in wineshelllink?
Bernhard Mogens Ege wrote: > > I was wondering if KDE handles desktop shortcuts differently than > Gnome. I installed Netscape 4.7 and got a link on my Desktop that > looks like this: > > [Desktop Entry] > Name=Netscape Communicator > Exec=wine "C:\Program Files\Netscape\Communicator\Program\Netscape.exe" > Type=Application > Comment= >
2001 Feb 20
1
I need some help for using wine
hello, wich rpm must i download if i have glibc-2.1.92 ? (redhat 7.0) Yves ----- Original Message ----- From: <wine-users-request@winehq.com> To: <wine-users@winehq.com> Sent: Thursday, February 15, 2001 11:25 PM Subject: wine-users digest, Vol 1 #330 - 9 msgs > Send wine-users mailing list submissions to > wine-users@winehq.com > > To subscribe or unsubscribe via the
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
2004 Jan 14
2
automatic "paste" filter to paste only the commands from a transcript on the clipboard
Just for fun (and actually because I would use it too) I wrote a version of the "paste" menu command that assumes the clipboard contains a transcript, and just pastes the commands from it into the R console window (Windows GUI only). So, if something like this: > foo <- + 33 > foo * 3 [1] 99 > foo [1] 33 is on the clipboard, then the "paste commands" menu
2001 Feb 02
2
Ye olde INT 33h
On Tue, 30 Jan 2001, Eduardo Costa wrote: > Does anybody know if Wine will support the INT 33h (I think it's an > alias to "DPMI") ? I want to play my old classic DOS games, but in > Windoze they crash (don't know why - I hate this O$), and Wine doesn't > support this interrupt. Try dosemu (www.dosemu.org). Runs almost all non-DPMI programs and quite a few DPMI
2019 May 23
2
writing Unicode text to the Windows clipboard
Hello, I'm interested in moving text from and to the clipboard that cannot necessarily be represented in the native encoding. So, really, this is about Windows. I can successfully read from the clipboard by specifying the format that corresponds to unicode text. From R >=2.7.0, it seems you should also be able to write unicode text to the Windows clipboard.
2006 Dec 13
0
W2k domain join fails Samba 3 pdc
I cannot join any windows clients to my samba 3 pdc. I am seeing these logs in my samba log.machinename when I am attempting to join it to the domain. I am using an OpenLDAP backend hosted on the pdc. I can su, or ssh into the pdc with ldap only accounts without problem. [2006/12/13 12:36:05, 2] lib/smbldap.c:smbldap_open_connection(722) smbldap_open_connection: connection opened [2006/12/13
2009 Sep 18
1
Reading clipboard with read.delim("clipboard") crash (PR#13957)
Full_Name: Liam Gretton Version: 2.9.2 OS: openSUSE 11.1 (x86_64) Submission from: (NULL) (143.210.13.77) Reading a large number of rows of delimited data via the clipboard results in a segfault or double free error. I've tested copying from various applications, but gedit will do. This problem exists in the openSUSE-supplied 2.8.1, I've just built 2.9.2 to see if it's still there,
2006 May 04
1
a clipboard problem while using R2HTML
I followed the examples of previous posts about R2HTML to practice exporting a data to a clipboard, but the result is not as smooth as I had expected: library(R2HTML) data(iris) HTML(iris, file("clipboard","w"), append=FALSE) I got an error message: > HTML(iris, file("clipboard","w"), append=FALSE) Error in file("clipboard", "w")
2003 Nov 08
5
accessing windows clipboard from load and save (PR#4999)
Full_Name: Gabor Grothendieck Version: 1.7.1 OS: Windows 2000 Submission from: (NULL) (207.35.143.81) save(x,ascii=TRUE,file("clipboard")) works but load(file("clipboard")) does not. Even better would be if save(x,ascii=TRUE,"clipboard") and load("clipboard") worked as that would provide consistency with
2005 Oct 28
2
3.0.20b seems to ignore "ldap user suffix"
Excerpts from smb.conf: passdb backend = ldapsam:ldap://localhost ldap admin dn = cn=admin,dc=arch,dc=uni-karlsruhe,dc=de ldap group suffix = ou=groups ldap machine suffix = ou=computer ldap suffix = o=archipool,dc=arch,dc=uni-karlsruhe,dc=de ldap ssl = no ldap user suffix = ou=aktiv,ou=Accounts The system wide ldap suffix is a different one
2001 Feb 02
2
Write problems
When i start a program like excel or something else it works. But i can't save my work to hd. I think there is something wrong with te read/write permissions of the hd.... How can i correct that ? Sent via Deja.com http://www.deja.com/
2001 Oct 09
2
crash on priviledged instruction
Hello, is it possible to make a work around for the crash ? The crashing program is the installer of the T-Online software (CD from 29.04.1999). Tsch?? Stefan -------------- next part -------------- 08243b48:Call KERNEL.49: GETMODULEFILENAME(0x09c6,09c7:89da,0x0104) ret=060f:10ae ds=09c7 08243b48:Ret KERNEL.49: GETMODULEFILENAME() retval=0x000f ret=060f:10ae ds=09c7 08243b48:Call KERNEL.127:
2009 Apr 28
2
problems with clipboard
Hi I'm a mac user. I have problems loading data from mac excel in R. I'm using these script: >library(utils) >data2 <- read.table(file("clipboard"), header =T, sep ="\t") ____but this is the message that I have from R_____ Error in open.connection(file, "r") : cannot open the connection In addition: Warning message: In open.connection(file,
2006 Oct 29
2
write to clipboard under Linux
Dear all, I am trying to use the clipboard when writing a table. Typing: write.table(object, file="clipboard") leads to the message: Fehler in file(file, ifelse(append, "a", "w")) : 'mode' f?r die Zwischenablage muss unter Unix 'r' sein My interpretation is that I am not allowed to write into the clipboard from a program called from R. Is there a
2006 Aug 26
2
Importing data from clipboard on Mac OSX
Dear R users, I am trying to get data from the clipboard into R on MacOSX. I tried the following, but got an error message: read.delim("clipboard") Error in file(file, "r") : unable to open connection In addition: Warning message: unable to contact X11 display Obviously, I'm not running R using X11. I'm wondering, can I import data from the clipboard on MacosX?
2003 Nov 05
1
save(iris,file="clipboard",ascii=TRUE)
Is this a bug? I thought that "clipboard" could always be substituted for a filename when dealing with ASCII files. > data(iris) > save(iris,ascii=TRUE,file="clipboard") Error in file(file, "wb") : `mode' for the clipboard must be `r' or `w' Also this (where gclip is a utility found at unxutils.sourceforge.net that copies its standard input to the
2006 Mar 08
1
Clipboard connections (PR#8668)
Full_Name: Will Gray Version: R 2.2.1 OS: WinXP SP2 Submission from: (NULL) (160.129.18.69) I've been using R with a text editor (Tinn-R) and using a feature of the editor that sends code to a running R session. Sometimes it is convenient to use the command "source(file('clipboard'))" to send whole blocks of code. However, this quickly fills up the limit of 50
2001 Feb 12
3
win_patitions-access
Hello, I'm using dual boot system and have windows partitions on my disk. The problem is that I can't write to it as user (copy files etc). I'm also unable to chage permissions or owner. So wine can' access them. I looked up fstab man and related issues but still didn't find solution. Thanks in advance Serge Yastreilov