At https://bugzilla.redhat.com/show_bug.cgi?id=989098 a Fedora 19 user reported that with 1.1.5, the command line functionality no longer works:
ALL USERS - Please post the output of this command when reporting on this bug:
set 2>&1|grep -v "SSH|CVS|SVN|USER|UID=|HOME=|HIST"
The grep should remove most user-specific info.
This is with 1.1.4:
$ echo Test | parcellite
parcellite found
CLI fifo 6 PRI fifo 5
Using cli fifo for write
writing 'Test
'
$ parcellite -c
parcellite found
CLI fifo 6 PRI fifo 5
Using cli fifo for write
writing ''
Test
However with 1.1.5, one cannot pipe something to parcellite any longer.
echo Test | parcellite
Unable to access XDG_SESSION_COOKIE for pid 6953
Unable to access XDG_SESSION_COOKIE for pid 6956
** (parcellite:6956): WARNING **: Binding '<ctrl><alt>X' failed!</alt></ctrl>
** (parcellite:6956): WARNING **: Binding '<ctrl><alt>H' failed!</alt></ctrl>
** (parcellite:6956): WARNING **: Binding '<ctrl><alt>A' failed!</alt></ctrl>
** (parcellite:6956): WARNING **: Binding '<ctrl><alt>P' failed!</alt></ctrl>
^C
I have to abort parcellite and the content never makes it to the clipboard.
SVN 427 and later should be fixed. Will close with 1.1.6
Diff: