[papercut] CTRL-V doesnt paste in gpaint
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
One Hundred Papercuts |
Invalid
|
Undecided
|
Matt Wheeler | ||
gpaint (Ubuntu) |
Fix Released
|
Wishlist
|
Unassigned |
Bug Description
Binary package hint: gpaint
In karmic, press PrtScn to take a screenshot and then click the "copy to clipboard" button and then start "gpaint" and press CTRL-V. Nothing happens because CTRL-V is not bound to paste inside gpaint (gpaint has perfectly working "paste" functionality though, it's just that the devs forgot to hook up CTRL-V as a shortcut keybinding. Other stuff inside gpaint does have shortcut keys setup though, check out the image menu for example).
Fixing this involves opening the gpaint.glade file in the root directory of the source package. Here you will see existing shortcut keys being setup, like for example the "accelerator" below:
...then just fine the one for the "paste" menu item in the "edit" menu and bind CTRL-V as an accelerator for that item (and do CTRL-C for copy while at it).
This is a great newbie bug for someone looking to make their first contribution to Ubuntu.
ProblemType: Bug
Architecture: amd64
Date: Tue Oct 6 19:35:46 2009
DistroRelease: Ubuntu 9.10
Package: gpaint 0.3.3-2.1ubuntu1
ProcEnviron:
LANG=en_US.UTF-8
SHELL=/bin/bash
ProcVersionSign
SourcePackage: gpaint
Uname: Linux 2.6.31-11-generic x86_64
Changed in gpaint (Ubuntu): | |
assignee: | nobody → Matt Wheeler (funkyhat) |
Changed in hundredpapercuts: | |
assignee: | nobody → Matt Wheeler (funkyhat) |
Changed in gpaint (Ubuntu): | |
status: | Incomplete → New |
Changed in gpaint (Ubuntu): | |
assignee: | Matt Wheeler (funkyhat) → fabrice_sp (fabricesp) |
status: | New → In Progress |
Changed in hundredpapercuts: | |
status: | New → Invalid |
Here is the patch - I added a few extra keyboard shortcuts, looks like it didn't have any at all.