Announcement

Collapse
No announcement yet.

CLI for Plasma 5 Clipboard

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    CLI for Plasma 5 Clipboard

    Can anyone tell me how to add to the Plasma 5 clipboard from the CLI? Previously I'd used

    Code:
    [FONT=monospace]qdbus org.kde.klipper /klipper setClipboardContents [/FONT][COLOR=#FFFF54][FONT=monospace][B]"[/B][/FONT][/COLOR][COLOR=#5454FF][FONT=monospace][B]$stdin[/B][/FONT][/COLOR][COLOR=#FFFF54][FONT=monospace][B]"[/B][/FONT][/COLOR]
    But now org.kde.klipper doesn't seem to exist as a service.

    #2
    Klipper vs Clipboard widget

    Have you started the 'klipper' ?

    As default the application Klipper' is not running - the plasma widget Clipboard is the default.




    You could start the application 'klipper' with the command: klipper.




    Then you could have the dbus interface.




    NEXT GENERATION KLIPPER: http://blog.martin-graesslin.com/blo...ation-klipper/
    Last edited by OneLine; Apr 27, 2015, 01:50 PM.
    Have you tried ?

    - How to Ask a Question on the Internet and Get It Answered
    - How To Ask Questions The Smart Way

    Comment


      #3
      Oh, OK. Thanks. Didn't realise that Klipper was still available, but just not running by default.

      I assume I'll need to add it to my autostart list in order for Klipper to load every time I log in?

      Comment


        #4
        ? !

        I assume I'll need to add it to my autostart list in order for Klipper to load every time I log in?
        No - you could click the Klipper 'Quit' button.

        The Klipper will ask what to to do next start.

        Have you tried ?

        - How to Ask a Question on the Internet and Get It Answered
        - How To Ask Questions The Smart Way

        Comment


          #5
          Great. That's all sorted then. Thanks very much.

          Comment

          Working...
          X