Package Details: qt6gtk2 0.2-3

Git Clone URL: https://aur.archlinux.org/qt6gtk2.git (read-only, click to copy)
Package Base: qt6gtk2
Description: GTK+2.0 integration plugins for Qt6
Upstream URL: https://github.com/trialuser02/qt6gtk2
Keywords: GTK2 integration plugin Qt6
Licenses: GPL2
Groups: therepoclub
Conflicts: qt6gtk2-git
Submitter: TheRepoClub
Maintainer: Jeff_WuYo
Last Packager: Jeff_WuYo
Votes: 21
Popularity: 0.58
First Submitted: 2021-01-02 13:25 (UTC)
Last Updated: 2022-10-01 18:59 (UTC)

Latest Comments

killajoe commented on 2023-07-22 11:18 (UTC) (edited on 2023-07-22 11:21 (UTC) by killajoe)

@Tio thats the thing indeed.. not really something i think off everytime.. but i see: https://aur.archlinux.org/cgit/aur.git/tree/qt6gtk2.hook?h=qt6gtk2

Tio commented on 2023-05-27 10:10 (UTC)

@killajoe I think you have to rebuild this package in order to work. Every-time QT6 gets an update you have to rebuild this package.

killajoe commented on 2023-05-25 22:52 (UTC)

seems this version is incompatible with latest qt6 update? (6.5.1-1) got this when stating qt6 apps:


Cannot mix incompatible Qt library (6.5.0) with this library (6.5.1) [1] 129876 IOT instruction (core dumped) telegram-desktop


elppans commented on 2023-03-30 00:30 (UTC)

Olá!

Dá erro ao tentar instalar:

Project ERROR: gtk+-2.0 development package not found
make: *** [Makefile:73: sub-src-qt6gtk2-style-make_first] Error 3
make: ** Esperando que outros processos terminem.
Project ERROR: gtk+-2.0 development package not found
make: *** [Makefile:48: sub-src-qt6gtk2-qtplugin-make_first] Error 3
==> ERRO: Uma falha ocorreu em build().
    Abortando...
 -> erro ao construir: qt6gtk2

Porém já está instalado o pacote gtk2, então não sei o que fazer:

pacman -Qs ^gtk
...
local/gtk2 2.24.33-2
    GObject-based multi-platform GUI toolkit (legacy)
...

Jeff_WuYo commented on 2022-09-13 18:09 (UTC)

Hi, yrlf, Sorry for late reply, thanks for your suggestion, I've updated it and added the hooks for warning.

yrlf commented on 2022-06-26 14:47 (UTC) (edited on 2022-06-26 14:47 (UTC) by yrlf)

Hi! Every time Qt6 updates, qt6gtk2 needs to be rebuilt, otherwise Qt6 applications crash on launch due to incompatible Qt libraries.

qt5-styleplugins faces a similar problem every time Qt5 updates, but we recently added a pacman hook to tell users to rebuild. (https://aur.archlinux.org/packages/qt5-styleplugins#comment-871320)

Please consider adding a pacman hook like this into e.g. /usr/share/libalpm/hooks/90-qt6gtk2.hook:

[Trigger]
Type = Package
Operation = Upgrade
Target = qt6-base

[Action]
Description = Qt6 Upgrade Warning
When = PostTransaction
Exec = /usr/bin/echo "[WARNING] qt6-base was updated, qt6 applications will break until qt6gtk2 is rebuilt."