Search Criteria
Package Details: gscreenshot 2.15.0-1
Git Clone URL: | https://aur.archlinux.org/gscreenshot.git (read-only, click to copy) |
---|---|
Package Base: | gscreenshot |
Description: | A simple screenshot tool supporting multiple backends |
Upstream URL: | https://github.com/thenaterhood/gscreenshot |
Licenses: | |
Submitter: | thenaterhood |
Maintainer: | thenaterhood |
Last Packager: | thenaterhood |
Votes: | 18 |
Popularity: | 0.000007 |
First Submitted: | 2015-09-06 22:19 |
Last Updated: | 2021-04-13 01:25 |
Dependencies (11)
- gtk3 (gtk3-cosy, gtk3-adwaita-3-32-git, gtk3-git, gtk3-ubuntu, gtk3-no_deadkeys_underline, gtk3-classic, gtk3-patched-filechooser-icon-view, gtk3-typeahead)
- python (python-dbg)
- python-gobject (python-gobject-git)
- python-pillow (python-pillow-git, python-pillow-simd)
- python-setuptools
- scrot (scrot-no-beep, scrot-slabua-git)
- fakeroot (fakeroot-git, fakeroot-tcp) (make)
- gettext (gettext-git) (make)
- slop (slop-git) (optional) – improved region and window selection
- xclip (wl-clipboard-x11, xclip-git) (optional) – command line clipboard support
- xdg-utils (mimi-git, sx-open, busking-git, xdg-utils-git, linopen, xdg-utils-terminal-true-git, xdg-utils-mimeo, xdg-utils-handlr, xdg-utils-slock, mimi-bachoseven-git, mimejs-git) (optional) – for opening screenshot files from gscreenshot
Latest Comments
« First ‹ Previous 1 2
thenaterhood commented on 2018-09-09 16:24
AlexWayfer: Thanks for the heads up, I'll look into it. By any chance, if you've recently updated your Python version, have you tried reinstalling? I occasionally see problems with Python applications having some trouble after Python updates.
AlexWayfer commented on 2018-09-07 14:18
danielrosatto commented on 2017-04-12 02:10
Excelente complemento para openbox
thenaterhood commented on 2016-11-22 01:52
There's work being done on the crash issue at https://github.com/thenaterhood/gscreenshot/issues/36. If you have more information or other issues stop by and log them as well.
stef204 commented on 2016-11-19 22:21
crashes on launch on up-to-date Arch x86_64 system.
% gscreenshot
Traceback (most recent call last):
File "/usr/bin/gscreenshot", line 11, in <module>
load_entry_point('gscreenshot==2.5.6', 'gui_scripts', 'gscreenshot')()
File "/usr/lib/python3.5/site-packages/gscreenshot/frontend/gtk.py", line 238, in main
builder,
File "/usr/lib/python3.5/site-packages/gscreenshot/frontend/gtk.py", line 27, in __init__
self._app.screenshot_full_display()
File "/usr/lib/python3.5/site-packages/gscreenshot/__init__.py", line 49, in screenshot_full_display
self.screenshooter.grab_fullscreen(delay)
File "/usr/lib/python3.5/site-packages/gscreenshot/screenshooter/scrot.py", line 34, in grab_fullscreen
self._call_scrot(['-d', str(delay)])
File "/usr/lib/python3.5/site-packages/gscreenshot/screenshooter/scrot.py", line 83, in _call_scrot
self._image = Image.open(self.tempfile)
AttributeError: module 'PIL.Image' has no attribute 'open'