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.000043
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

1 2 Next › Last »

rafnov commented on 2024-04-21 01:41 (UTC)

@thenaterhood, I don't know how it started working without an error after another trial o_O not even a single message in commandline.

thenaterhood commented on 2024-04-20 20:35 (UTC)

@rafnov can you provide more information about your setup? I can't reproduce that problem.

rafnov commented on 2024-04-20 11:48 (UTC)

Doesn't work after succesful install:

LANG=C gscreenshot Traceback (most recent call last): File "/usr/bin/gscreenshot", line 33, in <module> sys.exit(load_entry_point('gscreenshot==3.5.0', 'gui_scripts', 'gscreenshot')()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/gscreenshot/frontend/init.py", line 43, in delegate gscreenshot.frontend.gtk.main() File "/usr/lib/python3.11/site-packages/gscreenshot/frontend/gtk/init.py", line 545, in main presenter = Presenter( ^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/gscreenshot/frontend/gtk/init.py", line 56, in init self._show_preview() File "/usr/lib/python3.11/site-packages/gscreenshot/frontend/gtk/init.py", line 511, in _show_preview self._view.update_preview(self._image_to_pixbuf(preview_img)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/gscreenshot/frontend/gtk/init.py", line 497, in _image_to_pixbuf loader = Gtk.gdk.PixbufLoader("pnm") ^^^^^^^^^^^^^^^^^^^^^^^^^^^ gi.repository.GLib.GError: gdk-pixbuf-error-quark: Image type “pnm” is not supported (3)

w4rum commented on 2019-12-22 14:45 (UTC)

@Squiffy: Had the same problem, it's not your machine.

As thenaterhood speculated, it's a problem with cached builds. Doing a clean install (yay will ask for it when doing yay -S gscreenshot) fixes the problem.

Squiffy commented on 2019-11-26 10:45 (UTC) (edited on 2019-11-26 10:50 (UTC) by Squiffy)

That's odd, I tried the same and still have the issue.

If no other are reporting the issue I'll accept it may just be my machine. Thanks for looking into it!

edit: this time I reinstalled gscreenshot without uninstalling first and it worked, thanks for making me tripple check!

thenaterhood commented on 2019-11-23 02:34 (UTC)

Squiffy: I updated my Python and ran into the error you're seeing. Reinstalling gscreenshot fixed it for me.

thenaterhood commented on 2019-11-22 12:56 (UTC)

Acknowledged! I'll look into it. Thanks for the report, Squiffy!

Squiffy commented on 2019-11-18 10:35 (UTC) (edited on 2019-11-18 10:39 (UTC) by Squiffy)

$ 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.8/site-packages/pkg_resources/__init__.py", line 3251, in <module>
    def _initialize_master_working_set():
  File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 3234, in _call_aside
    f(*args, **kwargs)
  File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 3263, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 583, in _build_master
    ws.require(__requires__)
  File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 900, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 786, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'gscreenshot==2.10.2' distribution was not found and is required by the application

AlexWayfer commented on 2018-09-17 13:57 (UTC)

It's working now, thanks!

thenaterhood commented on 2018-09-17 02:47 (UTC)

I made a minor change which I'm hoping will prevent Python from caching builds, which I suspect might be the problem. After doing a build from scratch I stopped seeing the problem. Give it a shot.