Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: Cannot paste using keyboard in Ubuntu terminal

  1. #1
    Join Date
    Jul 2023
    Beans
    8

    Cannot paste using keyboard in Ubuntu terminal

    I cannot paste using my keyboard in Ubuntu terminal. Copy works (ctrl+c). I have tried ctrl+v, shift ctrl+v and shift insert.
    Last edited by crowcrowcrow; August 6th, 2023 at 10:04 AM.

  2. #2
    Join Date
    Sep 2009
    Location
    Pennsylvania
    Beans
    4,037
    Distro
    Xubuntu

    Re: Cannot paste using keyboard in Ubuntu terminal

    Copy your text. left click in terminal, right click for drop menu, choose "paste". That's the only way that O have ever got it to work.

  3. #3
    #&thj^% is offline I Ubuntu, Therefore, I Am
    Join Date
    Aug 2016
    Beans
    Hidden!

    Re: Cannot paste using keyboard in Ubuntu terminal

    Quote Originally Posted by crowcrowcrow View Post
    I cannot paste in Ubuntu terminal. Copy works (ctrl+c). I have tried ctrl+v, shift ctrl+v and shift insert.
    Can you show us this please:
    Code:
    ps -p$PPID

  4. #4
    Join Date
    Jul 2023
    Beans
    8

    Re: Cannot paste using keyboard in Ubuntu terminal

    ps -p$PPID
    PID TTY TIME CMD
    375 ? 00:00:00 Relay(376)

  5. #5
    Join Date
    May 2008
    Beans
    4,304
    Distro
    Ubuntu 24.04 Noble Numbat

    Re: Cannot paste using keyboard in Ubuntu terminal

    Using Ubuntu 22.04 with Gnome 42.9, here is the result:-
    Code:
    edited@edited-22-04:~$ ps -p$PPID
        PID TTY          TIME CMD
       3241 ?        00:00:00 gnome-terminal-
    edited@edited-22-04:~$
    Copy is Shift + Ctrl + C
    Paste is Shift + Ctrl + V

  6. #6
    Join Date
    Jul 2023
    Beans
    8

    Re: Cannot paste using keyboard in Ubuntu terminal

    @tea for one Please see my original post.

  7. #7
    Join Date
    Jul 2005
    Location
    I think I'm here! Maybe?
    Beans
    Hidden!
    Distro
    Xubuntu 24.04 Noble Numbat

    Re: Cannot paste using keyboard in Ubuntu terminal

    Ctrl+c in terminal does not normally copy the text but cancels whatever process is running, so I'm surprised that you can get copy to work that way.

    As mentioned by tea for one above
    Copy is Shift + Ctrl + C
    Paste is Shift + Ctrl + V

    are the default keyboard shortcuts for copy/paste so something seems strange about what you're seeing with your keyboard shortcuts..

  8. #8
    Join Date
    May 2008
    Beans
    4,304
    Distro
    Ubuntu 24.04 Noble Numbat

    Re: Cannot paste using keyboard in Ubuntu terminal

    Quote Originally Posted by crowcrowcrow View Post
    @tea for one Please see my original post.
    Yes, I have seen your original post.
    However, in post no. 4, you do not report gnome-terminal.
    Your result below:-
    Code:
    ps -p$PPID
    PID TTY TIME CMD
    375 ? 00:00:00 Relay(376)
    Last edited by tea for one; August 5th, 2023 at 08:45 PM.

  9. #9
    #&thj^% is offline I Ubuntu, Therefore, I Am
    Join Date
    Aug 2016
    Beans
    Hidden!

    Re: Cannot paste using keyboard in Ubuntu terminal

    Quote Originally Posted by tea for one View Post
    Yes, I have seen your original post.
    However, in post no. 4, you do not report gnome-terminal.
    Your result below:-
    Code:
    ps -p$PPID
    PID TTY TIME CMD
    375 ? 00:00:00 Relay(376)
    +1
    or in my case
    Code:
    ps -p$PPID
        PID TTY          TIME CMD
       7710 ?        00:03:47 xfce4-terminal
    Are you sure it's gnome-terminal?
    Code:
    apt policy gnome-terminal
    gnome-terminal:
      Installed: (none)
      Candidate: 3.48.0-1ubuntu1
      Version table:
         3.48.0-1ubuntu1 500
            500 http://us.archive.ubuntu.com/ubuntu lunar/main amd64 Packages

  10. #10
    Join Date
    Jun 2010
    Location
    London, England
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Cannot paste using keyboard in Ubuntu terminal

    In Ubuntu 20.04 (and I guess upwards) open the terminal and click on the hamberger icon (3 horizontal lines). Select Preferences. Select Shortcuts. There we see

    Copy = Shift+Ctrl+C Paste = Shift+Ctrl+V

    All the shortcuts are in the Preferences dialog.

    Regards
    It is a machine. It is more stupid than we are. It will not stop us from doing stupid things.
    Ubuntu user #33,200. Linux user #530,530


Page 1 of 2 12 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •