From Fedora Project Wiki

Allow "Windows-style" copy & paste that just works! (By default.)

Summary

Add Parcellite to the default installation and session for Fedora, using the new daemon mode option ( 'parcellite --daemon' ).

Owner

  • Name: NateMartin

Current status

  • Targeted release: Fedora 13
  • Last updated: 2009-11-21
  • Percentage of completion: 0%

Detailed Description

Taken from Parcellite About page

About

Parcellite is a lightweight GTK+ clipboard manager written in C, designed to be small, simple and fast. It sits in your tray and maintains a history of clipboard entries.

Features
  1. Keeps a clipboard history.
  2. Various view options to display items the way you like it.
  3. Daemon mode; guard your clipboard contents when you close applications.
  4. Global hotkeys to display your items quickly.
  5. Perform custom commands using clipboard contents.

The Daemon Mode

Runs completely in the background and transparent to the end user. When an application is closed, the contents of the clipboard (if copied from the just-closed window) are generally lost. This is a source of frustration for many users who have just switched from Windows to Linux. The daemon mode option of Parcellite allows for pasting said contents into another application after the first application is closed. This is the behavior that many Windows users have come to expect. The result can be achieved without adding extra visible options or icons commonly associated with full-featured clipboards. There is no need for added complexity or point-and-click interaction – just press Ctrl-V (as opposed to some program-specific combination which the typical user would not know about).

Benefit to Fedora

  1. Reduces chance for losing work or information.
  2. Lessons barrier to Linux adoption.
  3. Scores user-friendliness points.
  4. Makes Fedora more attractive compared with other distributions.

Scope

  1. Requires updating the default session to include 'parcellite -d.'
  2. Requires waiting for the next stable release of Parcellite (0.9). (Currently in SVN.)
  3. Requires some method for notifying users who prefer to use another clipboard manager (or including self-deactivation).

Test Plan

  1. Quality Assurance – make sure it works for "everyone."

User Experience

  1. Open Application-A
  2. Select text
  3. Press Ctrl-C
  4. Close Application-A
  5. Open Application-B
  6. Press Ctrl-V
  7. "Hey! It works!"

Dependencies

  • Parcellite 0.9 or greater (Currently in SVN)

Contingency Plan

  • Hold off implementation

Documentation

Release Notes