feat: drop localization D-Bus interface#2684
Merged
Conversation
e3f69ac to
528f7e5
Compare
jreidinger
approved these changes
Sep 2, 2025
jreidinger
approved these changes
Sep 2, 2025
bmwiedemann
pushed a commit
to bmwiedemann/openSUSE
that referenced
this pull request
Jan 17, 2026
…32 via SR 1327355 https://build.opensuse.org/request/show/1327355 by user IGonzalezSosa + dimstar_suse - Properly disable BLS according to the selected product (gh#agama-project/agama#3011). - Version 19.pre - Introduce the version 2 of the HTTP API (gh#agama-project/agama#2997). - Drop most of the services because they have been ported to Rust. - Adapt the storage D-Bus service API to the new approach. - Fix systemd target import from AutoYaST profiles (gh#agama-project/agama#2826). - Do not build on 32bit arches (like i586) and PPC64-BE, the dependant libsuseconnect does not support these (bsc#1251846) - Version 18 - Use a version of yast2-iscsi-client that fixes the errors reported at bsc#1247711. - Do not use the D-Bus interface for localization (gh#agama-project/agama#2684).
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.
Problem
At mid-term, we would like to get rid of the
agama-dbus-serverbinary. For that, we need to drop theorg.opensuse.Agama1.Localeandorg.opensuse.Agama1.Questionsinterfaces from D-Bus.Solution
This PR removes the
org.opensuse.Agama1.Locale. This D-Bus interface only existed to make it possible for D-Bus service to get the current locales configuration. After changing the approach to theorg.opensuse.Agama1.LocaleMixinapproach, it is not needed anymore.Testing