similar to: xclip and wine

Displaying 7 results from an estimated 7 matches similar to: "xclip and wine"

2009 Apr 17
2
win32-clipboard issues and support for additional formats
Hi, Currently the GetClipboardData() function is declared in windows-pr so that it returns a pointer. I guess my reasoning was that I was only worried about dealing with text at the time, so it was the easiest thing to do. But, I''d like to support more formats beyond text, i.e. images. However, this can cause a segfault. If you copy a jpeg image to the clipboard first, for example, and
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
2010 Nov 11
1
setting up Dovecot
Hello there, I am a new user of Dovecot. I am using version 1.2.12. Here is the config file: I attached the dovecot.conf file as a screenshot using dovecot -n because I am blind and haven't quite figured out how to copy from the terminal to Gnome yet. My intentions here are as follows: 1. To allow only pop3s because I want to use ssl for security. 2. I am going to be using fetchmail
2013 Mar 15
0
Wine release 1.5.26
The Wine development release 1.5.26 is now available. What's new in this release (see below for details): - OpenGL support in the Mac driver. - Clipboard and drag&drop support in the Mac driver. - Improvements to the URL cache. - Some fixes for ARM binaries. - SPARC platform no longer supported. - Various bug fixes. The source is available from the following locations:
2024 Feb 17
1
certain pipe() use cases not working in r-devel
I've now tested with: > R.version.string [1] "R Under development (unstable) (2024-02-16 r85931)" and all of the previously mentioned examples now work as expected on macOS. Thanks for the quick fix, Jenny On Thu, Feb 15, 2024 at 8:02?AM Tomas Kalibera <tomas.kalibera at gmail.com> wrote: > > On 2/14/24 23:43, Jennifer Bryan wrote: > > Hello, > > >
2024 Feb 14
2
certain pipe() use cases not working in r-devel
Hello, I've noticed a specific type of pipe() usage that works in released R, but not in r-devel. In 4.3.2 on macOS, I can write to a connection returned by pipe(), i.e. "hello, world" prints here: > R.version.string [1] "R version 4.3.2 (2023-10-31)" > con <- pipe("cat") > writeLines("hello, world", con) hello, world But in r-devel on
2005 Feb 16
7
Easy cut & paste from Excel to R?
Hi! Is it possible to easily cut & paste data from an Excel spreadsheet to an R edit( ) grid or to variable? It seems that R cannot handle the cell delimiters Excel hands over. Regards, Werner