Package Details: qimgv-qt6-kde-git v1.0.3.alpha.r119.g82e6b75-2

Git Clone URL: https://aur.archlinux.org/qimgv-qt6-kde-git.git (read-only, click to copy)
Package Base: qimgv-qt6-kde-git
Description: Qt6 image viewer. Fast, configurable, easy to use. Supports video playback.
Upstream URL: https://github.com/easymodo/qimgv
Keywords: qimgv
Licenses: GPL3
Conflicts: qimgv
Provides: qimgv
Submitter: Gigas002
Maintainer: Gigas002
Last Packager: Gigas002
Votes: 15
Popularity: 1.43
First Submitted: 2021-11-21 12:52 (UTC)
Last Updated: 2024-08-05 13:04 (UTC)

Pinned Comments

Gigas002 commented on 2024-07-23 10:26 (UTC)

Finally fixed the plasma6 stuff and proposed the pr upstream: https://github.com/easymodo/qimgv/pull/556 Hope it'll be merged. For the time being, using the patch. Improved the build process for a bit, by adding ccache to speed up re-compile times. After (if) pr's merged, I think this package will become obsolete, and we'll be able to move to qimgv-git Also, an interesting thing I noticed while fixing the kde blur is that it works with other compositors too (hyprland in my case), I guess you just have to have the kde libs installed on your system also?

Latest Comments

1 2 Next › Last »

noitemstoshow commented on 2024-10-26 01:22 (UTC)

does this package require KDE?


--   Found exiv2, version 0.28.3
CMake Error at CMakeLists.txt:49 (find_package):
  By not providing "FindKF6WindowSystem.cmake" in CMAKE_MODULE_PATH this
  project has asked CMake to find a package configuration file provided by
  "KF6WindowSystem", but CMake did not find one.

  Could not find a package configuration file provided by "KF6WindowSystem"
  with any of the following names:

    KF6WindowSystemConfig.cmake
    kf6windowsystem-config.cmake

  Add the installation prefix of "KF6WindowSystem" to CMAKE_PREFIX_PATH or
  set "KF6WindowSystem_DIR" to a directory containing one of the above files.
  If "KF6WindowSystem" provides a separate development package or SDK, be
  sure it has been installed.


-- Configuring incomplete, errors occurred!
==> ERROR: A failure occurred in build().
    Aborting...

Gigas002 commented on 2024-08-05 13:03 (UTC)

Good catch, thanks!

SoftExpert commented on 2024-08-04 06:08 (UTC)

I had problems building the package, until I changed the way the patch is handled. Here are my modification (only my changes):

...
patch="556.patch"
source=(git+"${url}".git
        $patch
)
md5sums=('SKIP'
         'baa77b45698b38f63c2e7b9a297196fb')

...

prepare() {
    cd "${srcdir}/${_pkgname}"
    patch -p1 -i "${srcdir}/$patch"
    install -d build
}
...

Gigas002 commented on 2024-07-23 10:26 (UTC)

Finally fixed the plasma6 stuff and proposed the pr upstream: https://github.com/easymodo/qimgv/pull/556 Hope it'll be merged. For the time being, using the patch. Improved the build process for a bit, by adding ccache to speed up re-compile times. After (if) pr's merged, I think this package will become obsolete, and we'll be able to move to qimgv-git Also, an interesting thing I noticed while fixing the kde blur is that it works with other compositors too (hyprland in my case), I guess you just have to have the kde libs installed on your system also?

Gigas002 commented on 2024-06-25 01:07 (UTC)

Hey, @lectrode! Thanks for the catch, I've missed it. While I suppose that should work on clean chroot builds, it still prefers qt5 over qt6 if it's installed, at least that's behavior I experience on my machines. I think the patch is needed until upstream explicitly makes qt6 over qt5. Latest commits doesn't do any of this. If @xiota is willing to add something alike my patch to force qt6 then current package can be made obsolete, I agree.

lectrode commented on 2024-06-24 18:26 (UTC) (edited on 2024-06-24 18:27 (UTC) by lectrode)

qimgv-git has a new package maintainer and was updated to support qt6. doesn't look like the source code needs a custom patch anymore.

Batou commented on 2024-04-30 19:18 (UTC)

I gave oculante a try. It's extremely bare-bones in the viewing/management/customization department. I'm not really sure what it's trying to be... GIMP light for scientific use maybe? When viewing images, it can't automatically stretch them to occupy the width or height of the window, can't display webms, can't assign scripts to keystrokes etc etc. Unfortunately, qimgv is the only game in town right now. It's actually scary how far ahead it is of all other image viewers.

Batou commented on 2024-04-30 00:42 (UTC)

@Gigas002 thanks so much. I'll give it a try. But I always come back to qimgv because it gets navigation and customization right. I think the author is in Ukraine and probably mobilized :( Hope someone picks up qimgv and forks it.

Gigas002 commented on 2024-04-28 16:28 (UTC)

Hey, @Batou! Thank you for your kind words! Indeed, the application is not developed very often lately. Without taking in account a patch I created for qt6 migration, I tried implementing/fixing some other stuff in my own branch, but since I lack knowledge of both cpp and qt - even while I could build it with fixes it doesn't work, unfortunately. Anyway, in case you're looking for alternatives, I can recommend oculante for you. Yes, it doesn't handle as much formats, as qimgv does, but it is still a pretty good image viewer, I've been using it as my main application for several months now.

Batou commented on 2024-04-28 01:19 (UTC)

THANK YOU so much @Gigas002 for this fork. This is my fav image viewer and it was so unreliable in the past few months. Now I'm enjoying it again. Nothing else even comes close to qimgv (and I've used every image viewer in AUR over the past decade).

Thanks again! <3.