From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news2.google.com!npeer03.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post02.iad.highwinds-media.com!news.flashnewsgroups.com-b7.4zTQh5tI3A!not-for-mail Newsgroups: comp.lang.ada Subject: Re: Using the Clipboard in Linux References: From: Stephen Leake Date: Sun, 08 Nov 2009 04:52:29 -0500 Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (windows-nt) Cancel-Lock: sha1:wu9Vnq15W+NgtM0Q7Xj8RRznknI= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@flashnewsgroups.com Organization: FlashNewsgroups.com X-Trace: b5e784af694dee197caa707687 Xref: g2news2.google.com comp.lang.ada:9030 Date: 2009-11-08T04:52:29-05:00 List-Id: Alex writes: > I've written an application in windows that involves writing to the > clipboard. I'm trying to write a version to work in Linux (Ubuntu 9.04 is > what I'm developing on) and am struggling to get started with Florist. Linux the operating system kernel doesn't have a clipboard. X Windows does, and particular window managers may have other variations on it. So you need to look in X Windows documentation, not Linux documentation. -- -- Stephe