Bug 36995 - Не хватает зависимостей для cinnamon-settings
Summary: Не хватает зависимостей для cinnamon-settings
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: cinnamon (show other bugs)
Version: unstable
Hardware: all Linux
: P3 major
Assignee: Антон Мидюков
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks: 33000 36990
  Show dependency tree
 
Reported: 2019-07-09 09:44 MSK by Антон Мидюков
Modified: 2019-07-09 11:51 MSK (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Антон Мидюков 2019-07-09 09:44:41 MSK
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
Comment 1 Антон Мидюков 2019-07-09 09:53:20 MSK
Не буду открывать второй баг.

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

У меня дежавю. Эти зависимости добавляли ручками в прошлый релиз.
Comment 2 Антон Мидюков 2019-07-09 10:00:02 MSK
А вот оно что:

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.
Comment 3 Yuri N. Sedunov 2019-07-09 10:36:45 MSK
Щас исправлю.
Comment 4 Repository Robot 2019-07-09 11:51:26 MSK
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),