Package Details: gscreenshot 3.5.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: GPL
Submitter: thenaterhood
Maintainer: thenaterhood
Last Packager: thenaterhood
Votes: 20
Popularity: 0.000050
First Submitted: 2015-09-06 22:19 (UTC)
Last Updated: 2024-03-17 02:51 (UTC)

Dependencies (15)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2

thenaterhood commented on 2018-09-09 16:24 (UTC)

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 (UTC)

> gscreenshot
Traceback (most recent call last):
  File "/usr/bin/gscreenshot", line 6, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3105, in <module>
    @_call_aside
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3089, in _call_aside
    f(*args, **kwargs)
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3118, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 578, in _build_master
    ws.require(__requires__)
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 895, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 781, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'gscreenshot==2.10.0' distribution was not found and is required by the application

danielrosatto commented on 2017-04-12 02:10 (UTC)

Excelente complemento para openbox

thenaterhood commented on 2016-11-22 01:52 (UTC)

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 (UTC)

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'