Hi, My application uses QClipboard's setText function (not in selection mode) for copied text. It works fine while the app is running, but the clipboard is always empty after exiting the application. This occurs on both Linux (PyQt 3.16 and Qt 3.3.6) and Windows (Qt 2.3). Any ideas? Is some sort of inappropriate garbage collection going on? Thanks, Doug.