Bug report #7444
Coordinate capture does not copy in the clipboard on Linux
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | - | ||
Category: | C++ Plugins | ||
Affected QGIS version: | master | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | No | Resolution: | |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 16405 |
Description
Here the same, on Gnome3
Associated revisions
History
#1 Updated by Larry Shaffer over 11 years ago
Hi Paolo,
Works fine on Mac 10.7.5 and Win 7 with latest master.
However, I can confirm it does not copy to clipboard under Ubuntu 12.04 (default Unity window manager).
#2 Updated by Giovanni Manghi over 11 years ago
- Status changed from Open to Feedback
works here on win7/master. Will test Mint/master.
#3 Updated by Paolo Cavallini over 11 years ago
- Subject changed from Coordinate capture does not copy in the clipboard to Coordinate capture does not copy in the clipboard on Linux
#4 Updated by Giovanni Manghi over 11 years ago
- Status changed from Feedback to Open
confirmed, does not work on linux.
#5 Updated by Daniel Vaz over 11 years ago
I look at the code and when user click on the button "Start capture", the source code checks for X11 presence, if we are on X11 you can access the coordinate through middle button mouse.
If not (OSX and Windows) you can access via CTRL + V.
#6 Updated by Daniel Vaz over 11 years ago
Fixed in https://github.com/qgis/Quantum-GIS/pull/744
Now the coordinate is available in middle mouse button and ctrl+v
#7 Updated by Jürgen Fischer over 11 years ago
- Status changed from Open to Closed
Fixed in changeset 5569b0af0dd36a1060f148dff37ae9b2bcd3e507.