:: discover-snap-6.6.2-1 and discover-6.6.2-1.1 are in conflict.
EDIT: Ok I think I misunderstood what this package was. It's not just a snap backend for discover. It's the entire discover app and replaces the one from arch repo.
| Git Clone URL: | https://aur.archlinux.org/discover-snap.git (read-only, click to copy) |
|---|---|
| Package Base: | discover-snap |
| Description: | KDE and Plasma resources management GUI |
| Upstream URL: | https://kde.org/plasma-desktop/ |
| Keywords: | discover kde snap snapd |
| Licenses: | LGPL |
| Conflicts: | discover |
| Provides: | discover |
| Submitter: | droidman |
| Maintainer: | LechTheMitch |
| Last Packager: | LechTheMitch |
| Votes: | 11 |
| Popularity: | 0.000000 |
| First Submitted: | 2018-10-17 22:52 (UTC) |
| Last Updated: | 2026-03-05 13:37 (UTC) |
:: discover-snap-6.6.2-1 and discover-6.6.2-1.1 are in conflict.
EDIT: Ok I think I misunderstood what this package was. It's not just a snap backend for discover. It's the entire discover app and replaces the one from arch repo.
:: discover-snap-6.5.0-1 and discover-6.6.1-1.1 are in conflict
Latest discover is 6.6.0, the sha256 of the source is d1bdfa46b5104de6dac2ddda72efac7c1d5261dc318d1e4a7e8cdac6e9d8e645
@LechTheMitch That did the trick. Thanks a lot!
@piepmax Could you try uninstalling snap and snapd-glib then installing the discover-snap package via your aur helper of choice, if the issue still persists run: sudo rm /usr/include/snapd-qt-2/Snapd/snapdqt_global.h.
This should hopefully fix your problem as I have tried it on my main system and a VM that didn't have the package installed before and everything worked as expected.
Unfortunately it still doesn't work: /usr/include/snapd-qt-2/Snapd/snapdqt_global.h exists in filesystem
Now with the release of snapd-glib v1.70 everything should be working as expected and you can install the package using an AUR helper without intervention
@piepmax please try these steps
1- Uninstall snapd-glib
2- Clone this repo (https://github.com/LechTheMitch/snapd-glib-pkgbuild) and Build snapd-glib from it
3- Delete the /src and /pkg from from your discover-snap PKGBUILD folder
If done correctly everything should work
Edit: Please don't use any aur helpers during the installation as they will break it
Unfortunately still results in errors regarding @LechTheMitch workaround
This package sadly requires manual intervention for installation until the new version of snapd-glib releases.
1- please install snapd-glib first
2- clone this package(You will find an extra file called "snapdqt_global.h")
3- copy it to "/usr/include/snapd-qt-2/Snapd/" (sudo cp ./snapdqt_global.h /usr/include/snapd-qt-2/Snapd/)
4- run makepkg -si
Pinned Comments
LechTheMitch commented on 2025-06-05 22:54 (UTC)
Now with the release of snapd-glib v1.70 everything should be working as expected and you can install the package using an AUR helper without intervention