rhinstaller / initial-setup

The Initial Setup utility takes care of post-installation configuration of an installed system.
GNU General Public License v2.0
27 stars 32 forks source link

Use Anaconda DBus read-write properties #141

Closed poncovka closed 2 years ago

poncovka commented 2 years ago

Anaconda is replacing Set.* methods with with read-write properties to clean up the DBus API and simplify unit testing with mocked DBus objects.

Depends on: https://github.com/rhinstaller/anaconda/pull/3789

poncovka commented 2 years ago

Rebased and tested.