After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 648318 - Shift-insert doesn't paste text
Shift-insert doesn't paste text
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
3.10.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
: 699093 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2011-04-20 15:41 UTC by or
Modified: 2014-04-26 19:22 UTC
See Also:
GNOME target: ---
GNOME version: 3.9/3.10


Attachments
st-entry: Handle <shift>insert (1.00 KB, patch)
2014-04-26 18:01 UTC, Florian Müllner
committed Details | Review

Description or 2011-04-20 15:41:12 UTC
can't paste text from the clipboard into the text fields of gnome-shell.
I tried to paste also with the mouse-wheel and it doesn't work neither.
but when I try to copy, it works.
Comment 1 Jasper St. Pierre (not reading bugmail) 2011-07-21 15:47:06 UTC
Pasting with Ctrl+V should work. PRIMARY selections aren't currently supported.
Comment 2 Jean-André Santoni 2011-11-09 14:55:28 UTC
This is a real usability bug for users used to PRIMARY selections.
Comment 3 Milan Bouchet-Valat 2011-11-09 15:46:52 UTC
or: As Jasper noted, Ctrl+V is supposed to work, and works at least on Fedora. So what distributions are you using, and what versions of the Shell? These are obvious details any decent bug report should provide.

Jean-André: that's another bug, please file it separately if you want the Shell to support that.
Comment 4 Florian Müllner 2011-11-09 15:51:42 UTC
(In reply to comment #3)
> Jean-André: that's another bug, please file it separately if you want the Shell
> to support that.

It *is* another bug, namely bug 645019 :)
Comment 5 or 2011-12-02 10:34:03 UTC
Ctrl+V works great, but Shift+Insert and mouse-wheel click doesn't work.
Comment 6 Akhil Laddha 2012-03-06 08:06:41 UTC
can this bug be marked duplicate of bug 645019 ?
Comment 7 Florian Müllner 2012-03-06 10:33:23 UTC
(In reply to comment #6)
> can this bug be marked duplicate of bug 645019 ?

The reporter has a point in that shift-insert works elsewhere, so let's make this bug about that particular issue.
Comment 8 Alexandre Franke 2013-05-31 11:27:37 UTC
*** Bug 699093 has been marked as a duplicate of this bug. ***
Comment 9 Baptiste Mille-Mathias 2013-12-24 13:03:50 UTC
Hi there

I'm setting the status to NEW as the number of bugs is unmanageable, I hope it gonna help to find accurate bugs
Comment 10 Florian Müllner 2014-04-26 18:01:58 UTC
Created attachment 275224 [details] [review]
st-entry: Handle <shift>insert

GTK+ supports this as alternative to <ctrl>v, so let's do the same
for consistency.
Comment 11 Jasper St. Pierre (not reading bugmail) 2014-04-26 18:33:56 UTC
Review of attachment 275224 [details] [review]:

Works for me.
Comment 12 Florian Müllner 2014-04-26 19:22:16 UTC
Attachment 275224 [details] pushed as 2489716 - st-entry: Handle <shift>insert