Annotation tool for the GNOME desktop. Documentation at: https://daveprowse.github.io/Draw-On-Gnome/ GitHub Page: https://github.com/daveprowse/Draw-On-Gnome ------ Note: This extension accesses the clipboard when you press Ctrl+V to paste images. Credits: This is a fork of the original DrawOnYourScreen by abakkk.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
| Version | Status |
|---|---|
| 11.0 (11) | Active |
| 10.0 (10) | Rejected |
| 9.0 (9) | Active |
| 8.0 (8) | Rejected |
| 7.0 (7) | Inactive |
| 6.0 (6) | Rejected |
| 5.0 (5) | Rejected |
| 4.0 (4) | Inactive |
| 1.6 (3) | Rejected |
| 1.5 (2) | Rejected |
| 1.1 (1) | Rejected |
For version 7.0 I did the following: - Removed the Gdk import. Modified the setCairoSource method so that it only uses Pixbuf. - Added a comment in the addImagesFromClipboard method explaining that the clipboard is only accessed when the user explicitly initiates it. - Added comment to metadata.json to the same effect about the clipboard. - Removed the media directory (and .png file). - Removed the persistent-file-name line item from metadata.json. That's it, thanks!