From b4efbd01ffa74dd24a0e24df536229e8c08ef31a Mon Sep 17 00:00:00 2001 From: mirkobrombin Date: Mon, 5 Sep 2022 13:35:36 +0200 Subject: [PATCH] add flatpak, snap, apt backend also connect some widgets --- ubuntu_smoother/gtk/window.ui | 10 +++--- ubuntu_smoother/meson.build | 3 ++ ubuntu_smoother/models/__init__.py | 0 ubuntu_smoother/models/config.py | 7 +++++ ubuntu_smoother/models/meson.build | 10 ++++++ ubuntu_smoother/models/preset.py | 6 ++++ ubuntu_smoother/utils/__init__.py | 0 ubuntu_smoother/utils/apt.py | 44 +++++++++++++++++++++++++++ ubuntu_smoother/utils/checks.py | 10 ++++++ ubuntu_smoother/utils/configurator.py | 39 ++++++++++++++++++++++++ ubuntu_smoother/utils/flatpak.py | 25 +++++++++++++++ ubuntu_smoother/utils/meson.build | 13 ++++++++ ubuntu_smoother/utils/snap.py | 18 +++++++++++ ubuntu_smoother/window.py | 25 +++++++++++++++ 14 files changed, 205 insertions(+), 5 deletions(-) create mode 100644 ubuntu_smoother/models/__init__.py create mode 100644 ubuntu_smoother/models/config.py create mode 100644 ubuntu_smoother/models/meson.build create mode 100644 ubuntu_smoother/models/preset.py create mode 100644 ubuntu_smoother/utils/__init__.py create mode 100644 ubuntu_smoother/utils/apt.py create mode 100644 ubuntu_smoother/utils/checks.py create mode 100644 ubuntu_smoother/utils/configurator.py create mode 100644 ubuntu_smoother/utils/flatpak.py create mode 100644 ubuntu_smoother/utils/meson.build create mode 100644 ubuntu_smoother/utils/snap.py diff --git a/ubuntu_smoother/gtk/window.ui b/ubuntu_smoother/gtk/window.ui index 80618d5..03aedd8 100644 --- a/ubuntu_smoother/gtk/window.ui +++ b/ubuntu_smoother/gtk/window.ui @@ -38,7 +38,7 @@ fill true - + Let's Start center