qtlocation: Remove geoclue override and remove dbus session configuration#246
Merged
Merged
Conversation
Since Qt6 the geoclue plugin has become part of QtPositioning instead of QtLocation. Additionally, geoclue support has been removed entirely: qt/qtpositioning@3e9dc43 Signed-off-by: Darrel Griët <dgriet@gmail.com>
This removes the dbus configuration originally introduced in AsteroidOS@458d248 as the original geoclue v0 plugin is not longer available on Qt6Positioning. Additionally this fixes a packaging issue for nativesdk-dbus: ERROR: nativesdk-dbus-1.16.2-r0 do_package: QA Issue: nativesdk-dbus: Files/directories were installed but not shipped in any package: /usr/share /usr/share/dbus-1 /usr/share/dbus-1/session.d /usr/share/dbus-1/session.d/session-local.conf Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. nativesdk-dbus: 4 installed and not shipped files. [installed-vs-shipped] Signed-off-by: Darrel Griët <dgriet@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Since Qt6 the geoclue plugin has become part of QtPositioning instead of QtLocation.
Additionally, geoclue support has been removed entirely: qt/qtpositioning@3e9dc43
This also removes the dbus configuration originally introduced in 458d248 as the original geoclue v0 plugin is not longer available on Qt6Positioning.
Additionally this fixes a packaging issue for nativesdk-dbus:
ERROR: nativesdk-dbus-1.16.2-r0 do_package: QA Issue: nativesdk-dbus: Files/directories were installed but not shipped in any package:
/usr/share
/usr/share/dbus-1
/usr/share/dbus-1/session.d
/usr/share/dbus-1/session.d/session-local.conf
Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install.
nativesdk-dbus: 4 installed and not shipped files. [installed-vs-shipped]