Package Details: photoqt 4.9.2-1

Git Clone URL: https://aur.archlinux.org/photoqt.git (read-only, click to copy)
Package Base: photoqt
Description: Fast and highly configurable image viewer with a simple and nice interface.
Upstream URL: http://photoqt.org/
Licenses: GPL2
Conflicts: photoqt-bin, photoqt-bin-debug
Provides: photoqt-debug
Submitter: archtux
Maintainer: luspi
Last Packager: luspi
Votes: 106
Popularity: 0.002252
First Submitted: 2013-08-11 21:50 (UTC)
Last Updated: 2025-06-26 10:29 (UTC)

Latest Comments

« First ‹ Previous 1 .. 5 6 7 8 9 10 11 12 13 14 Next › Last »

rtfreedman commented on 2018-02-22 21:30 (UTC)

The proper arch is: arch=('x86_64') An install file is not needed - pacman takes care of desktop/icon updates

luspi commented on 2016-12-14 14:17 (UTC)

Thanks, saphiren, it should be working again now!

saphiren commented on 2016-12-14 07:17 (UTC)

Source tarball is not downloading properly - attempting to access it gives access denied error which is saved under the tarball's filename: ERROR getting source down info: Access denied for user ''@'<my IP address>' (using password: NO) Had a friend on a different ISP confirm that they can't access it either - it's not just me.

MaJia321 commented on 2016-06-09 10:59 (UTC)

@luspi I think the crash caused by Pax/Grsecurity Kernel, now it solved by # setfattr -n user.pax.flags -vm /usr/bin/photoqt THX

luspi commented on 2016-05-29 12:09 (UTC) (edited on 2016-05-29 12:31 (UTC) by luspi)

Hm, okay, I'm not able to re-produce it on Gnome3. Lets try this: Start the debugger with photoqt: $ gdb photoqt (you might need to install gdb first) Type 'run' to start the process. Once it crashes, type in 'bt', that will tell you roughly at which point the crash occured (which class). Hopefully, that will give us a hint as to what's causing the crash... Edit: It might be a good idea to move it away from the comment section here to emails. You can email the output of gdb to my address, Lukas _at_ photoqt _dot_ org

luspi commented on 2016-05-28 02:24 (UTC) (edited on 2016-05-28 13:28 (UTC) by luspi)

That's odd, it works just fine here... Do you get any other output besides this? Try starting PhotoQt with the '--verbose' command line switch, is anything else printed to the screen? Edit: I'm not sure if the problem in issue #16 on GitLab is related to this...

luspi commented on 2016-05-18 11:08 (UTC)

Added dependency. Thanks, honorabrutroll!