Menu

#99 1.1.5 breaks CLI functionality

Stable_Release
closed-fixed
None
5
2013-08-05
2013-07-28
No

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.

Discussion

  • rickyrockrat

    rickyrockrat - 2013-07-30
    • status: open --> pending-fixed
    • assigned_to: rickyrockrat
     
  • rickyrockrat

    rickyrockrat - 2013-07-30

    SVN 427 and later should be fixed. Will close with 1.1.6

     
  • rickyrockrat

    rickyrockrat - 2013-07-30
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,4 +1,10 @@
    -At https://bugzilla.redhat.com/show_bug.cgi?id=989098 a Fedora 19 user reported that with 1.1.5, the commandline functionaility no longer works:
    +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:
    
     
  • rickyrockrat

    rickyrockrat - 2013-08-05
    • status: pending-fixed --> closed-fixed
     

Log in to post a comment.