You are not logged in.

#1 2007-06-07 22:23:08

heleos
Member
From: Maine, USA
Registered: 2007-04-24
Posts: 678

clipboard tool

The only clipboard I could find doing a search of the forums and AUR were specific clipboards for gnome, xfce, and kde. I'm using fluxbox, and I'm wondering if there is a clipboard besides xclipboard, I'd like one that keeps a global buffer, for lack of a better word. I want to still have things I've copied after the program I copied from is closed.

Offline

#2 2007-06-08 16:06:06

aris002
Member
From: London, UK
Registered: 2004-03-21
Posts: 75

Re: clipboard tool

"wmcliphist" from AUR. It compiles well and works on fluxbox for me.

Offline

#3 2007-06-08 16:10:23

xerverius
Member
From: ~
Registered: 2004-11-02
Posts: 230
Website

Re: clipboard tool

The gnome clipboard manager is also downloadable as a standalone daemon. I'm not using it, but it should work...

http://people.imendio.com/andersca/arch … 0.3.tar.gz

Offline

#4 2007-06-09 00:26:24

dolby
Member
From: 1992
Registered: 2006-08-08
Posts: 1,581

Re: clipboard tool

http://aur.archlinux.org/packages.php?d … s=0&SeB=nd

edit: this pkgbuild is old and should be edited to (at least) install to /usr rather than /opt.

i made a pkgbuild matching my needs. if anyone wants to use it feel free to

pkgname=clipboard-daemon
pkgver=1.0
pkgrel=1
pkgdesc="Clipboard Daemon is a program that keeps the content of your X clipboard in memory"
url="http://members.chello.nl/~h.lai/gnome-clipboard-daemon/"
arch=('i686')
license=('GPL')
depends=('gtk2')
source=(http://members.chello.nl/~h.lai/gnome-clipboard-daemon/$pkgname-$pkgver.tar.bz2)
md5sums=('e81427c7f7b42e3fad89bdd0b384cc4e')

build() {
  cd $startdir/src/$pkgname-$pkgver
  make || return 1
  install -D -m755 $pkgname $startdir/pkg/usr/sbin/$pkgname
}

Last edited by dolby (2007-06-09 13:34:13)


There shouldn't be any reason to learn more editor types than emacs or vi -- mg (1)
[You learn that sarcasm does not often work well in international forums.  That is why we avoid it. -- ewaller (arch linux forum moderator)

Offline

#5 2007-06-09 13:31:03

briest
Member
From: Katowice, PL
Registered: 2006-05-04
Posts: 468

Re: clipboard tool

I use glipper with docker in WindowMaker; wmcliphist has troubles with Unicode data (gtk1...).

Offline

Board footer

Powered by FluxBB