Search Criteria
Package Details: gscreenshot 3.7.0-1
Package Actions
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: | 19 |
Popularity: | 0.000001 |
First Submitted: | 2015-09-06 22:19 (UTC) |
Last Updated: | 2024-11-10 23:53 (UTC) |
Dependencies (16)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-gobject (python-gobject-gitAUR)
- python-pillow (python-pillow-gitAUR)
- python-setuptools
- scrot
- slop (slop-gitAUR)
- fakeroot (fakeroot-gitAUR, fakeroot-tcpAUR) (make)
- gettext (gettext-gitAUR) (make)
- go-md2man (optional) – for generating the manpage at build (or use pandoc)
- pandoc (pandoc-sile-gitAUR, pandoc-static-gitAUR, pandoc-binAUR, pandoc-cli) (optional) – for generating the manpage at build (or use go-md2man)
- python-dbus (optional) – required when using the XDG desktop portal backend
- slurp (slurp-gitAUR) (optional) – for region selecton on Wayland
- wl-clipboard (wl-clipboard-gitAUR, wl-clipboard-rs-gitAUR, wl-clipboard-rsAUR) (optional) – Wayland clipboard support
- xclip (wl-clipboard-x11AUR, xclip-gitAUR) (optional) – command line clipboard support
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, xdg-utils-handlrAUR, openerAUR, xdg-utils-mimeoAUR, mimejs-gitAUR) (optional) – for opening screenshot files from gscreenshot
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 doingyay -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)
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)
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.
1 2 Next › Last »