cinnamon-settings True Traceback (most recent call last): File "/usr/share/cinnamon/cinnamon-settings/modules/cs_user.py", line 4, in <module> import pam ModuleNotFoundError: No module named 'pam' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py", line 720, in <module> window = MainWindow() File "/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py", line 301, in __init__ for module in modules: File "/usr/share/cinnamon/cinnamon-settings/modules/cs_user.py", line 7, in <module> import PAM ModuleNotFoundError: No module named 'PAM' Не хватает зависимости на python3-module-PAM
Не буду открывать второй баг. File "/usr/share/cinnamon/cinnamon-desktop-editor/cinnamon-desktop-editor.py", line 425, in <module> Main() File "/usr/share/cinnamon/cinnamon-desktop-editor/cinnamon-desktop-editor.py", line 352, in __init__ editor = LauncherEditor(self.orig_file, self.launcher_cb) File "/usr/share/cinnamon/cinnamon-desktop-editor/cinnamon-desktop-editor.py", line 62, in __init__ self.builder.add_from_file(self.ui_file) gi.repository.GLib.Error: gtk-builder-error-quark: /usr/share/cinnamon/cinnamon-desktop-editor/launcher-editor.ui:70:1 Invalid object type 'XAppIconChooserButton' (6) Не хватает зависимости на python3-module-xapps-overrides У меня дежавю. Эти зависимости добавляли ручками в прошлый релиз.
А вот оно что: 2019-07-04 Юрий Седунов - spec: dropped a batch of manual python3/typelib dependencies, used rpm-build-{python3,gir} to generate automatic ones. removed obsolete gconf and telepathy stuff. updated other (build)dependencies.
Щас исправлю.
cinnamon-4.2.0-alt4 -> sisyphus: Tue Jul 09 2019 Yuri N. Sedunov <aris@altlinux> 4.2.0-alt4 - added dconf to requires - data: added python3-module-{PAM,xapps-overrides} dependencies (ALT #36995),