Package Details: cropgui 0.7-2

Git Clone URL: https://aur.archlinux.org/cropgui.git (read-only, click to copy)
Package Base: cropgui
Description: a simple tool for lossless jpeg cropping
Upstream URL: https://github.com/jepler/cropgui
Licenses: GPL
Submitter: jose1711
Maintainer: jose1711
Last Packager: jose1711
Votes: 15
Popularity: 0.90
First Submitted: 2010-05-15 21:14 (UTC)
Last Updated: 2024-05-04 20:11 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

eniac commented on 2021-12-21 18:08 (UTC) (edited on 2021-12-21 18:08 (UTC) by eniac)

Tried both cropgui-git and cropgui, I always get the following error, any idea?

Stepconf encountered an error
Traceback:
File "/usr/bin/cropgui", line 223, in <module>
wa = display.get_primary_monitor().get_workarea()
AttributeError: 'NoneType' object has no attribute 'get_workarea'

Rhinoceros commented on 2021-12-17 08:07 (UTC)

Thanks for opening the issue @jose1711

jose1711 commented on 2021-12-17 08:04 (UTC)

@Rhinoceros Yes, can confirm this. https://github.com/jepler/cropgui/issues/94

Rhinoceros commented on 2021-12-17 00:14 (UTC)

I rebuilt for python 3.10 and cropgui is failing to launch for me. Anyone else with this problem?

Rhinoceros commented on 2020-07-22 13:49 (UTC)

Works fine for me:

$ pacman -Ql cropgui
cropgui /usr/
cropgui /usr/bin/
cropgui /usr/bin/cropgui
cropgui /usr/lib/
cropgui /usr/lib/python3.8/
cropgui /usr/lib/python3.8/site-packages/
cropgui /usr/lib/python3.8/site-packages/cropgui.glade
cropgui /usr/lib/python3.8/site-packages/cropgui_common.py
cropgui /usr/lib/python3.8/site-packages/filechooser.py
cropgui /usr/lib/python3.8/site-packages/stock-rotate-270-16.png
cropgui /usr/lib/python3.8/site-packages/stock-rotate-90-16.png
cropgui /usr/share/
cropgui /usr/share/applications/
cropgui /usr/share/applications/cropgui.desktop
cropgui /usr/share/pixmaps/
cropgui /usr/share/pixmaps/cropgui.png

How are you installing it?

dreieck commented on 2020-07-22 13:46 (UTC)

Regarding this and this problems, I added the following at the end of the install()-function:

  install -d -m 755 "$pkgdir/usr/bin"
  install -d -m 755 "$pkgdir/usr/share"
  mv -v "$pkgdir/sbin"/* "$pkgdir/usr/bin/"
  mv -v "$pkgdir/share"/* "$pkgdir/usr/share/"
  rmdir -v "$pkgdir/sbin" "$pkgdir/share"

dreieck commented on 2020-07-22 13:42 (UTC)

It creates a directory /share. It is a non-standard one.

Do you want to have /usr/share insteas?

dreieck commented on 2020-07-22 13:34 (UTC)

Wants to create /sbin, which it should not (it is a symlink to /usr/bin):

(1/1) checking for file conflicts                                                                            [################################################################] 100%
error: failed to commit transaction (conflicting files)
cropgui: /sbin exists in filesystem (owned by filesystem)
Errors occurred, no packages were upgraded.

Rhinoceros commented on 2020-05-19 23:16 (UTC)

Thanks for the update, but it's broken.

==> ERROR: Integrity checks (md5) differ in size from the source array.

You have one item in the source array, and two in the md5sums.

ax34 commented on 2020-04-19 00:35 (UTC)

i suggest to take a deeper look into install.sh script.

And what should i do with it? I'm not a maintainer nor a developer of cropgui.