Pamac manager 與 manjaro hello 啓動不了

剛開始用 Linux 和 Manjaro 一週。昨天提示有升級就按下升級了。之後發現“加入或移除軟體” pamac manager 啓動不了。之後,嘗試卸掉原本的版本,撞了 10.0.0Beta2 的版本。現在算是多嘗試幾次,有機會可以打開的。可是同時也發現 Manjaro Hello 這個完全啓動不了。

通過 Terminal 啓動的話,輸入 pamac-manager 會出現這樣的訊息:

** Message: 07:34:01.569: flatpak_plugin.vala:345: last flathub appstream refresh is older than 6
** Message: 07:34:01.571: flatpak_plugin.vala:346: refreshing flathub appstream data

(process:4324): GLib-GIO-WARNING **: 07:34:02.391: /etc/xdg/kde-mimeapps.list contains a [Added Associations] group, but it is not permitted here. Only the non-desktop-specific mimeapps.list file may add or remove associations.

(pamac-manager:4324): GLib-GIO-CRITICAL **: 07:34:02.406: g_application_run: assertion ‘acquired_context’ failed

而 manjaro-hello 則出現這樣的畫面

(manjaro-hello:7373): Gtk-WARNING **: 08:07:32.609: Theme parsing error: gtk.css:2:33: Failed to import: Error opening file /home/simwc/.config/gtk-3.0/window_decorations.css: No such file or directory.

(manjaro-hello:7373): Gtk-WARNING **: 08:07:32.622: Theme parsing error: gtk.css:68:35: The style property GtkButton:child-displacement-x is deprecated and shouldn't be used anymore. It will be removed in a future version

(manjaro-hello:7373): Gtk-WARNING **: 08:07:32.623: Theme parsing error: gtk.css:69:35: The style property GtkButton:child-displacement-y is deprecated and shouldn't be used anymore. It will be removed in a future version

(manjaro-hello:7373): Gtk-WARNING **: 08:07:32.624: Theme parsing error: gtk.css:73:46: The style property GtkScrolledWindow:scrollbars-within-bevel is deprecated and shouldn't be used anymore. It will be removed in a future version
Traceback (most recent call last):
  File "/usr/bin/manjaro-hello", line 409, in <module>
    hello = Hello()
  File "/usr/bin/manjaro-hello", line 172, in __init__
    manager.get_modules(self)
  File "/usr/bin/manjaro-hello", line 30, in get_modules
    app.load(window)
  File "/usr/bin/manjaro-hello", line 80, in load
    from application_utility.browser.application_browser import ApplicationBrowser
  File "/usr/lib/python3.8/site-packages/application_utility/browser/application_browser.py", line 26, in <module>
    from application_utility.config.hello_config import HelloConfig
  File "/usr/lib/python3.8/site-packages/application_utility/config/hello_config.py", line 25, in <module>
    from application_utility.browser.config import Config
  File "/usr/lib/python3.8/site-packages/application_utility/browser/config.py", line 27, in <module>
    from .data import Data
  File "/usr/lib/python3.8/site-packages/application_utility/browser/data.py", line 31, in <module>
    gi.require_version("Pamac", "9.0")
  File "/usr/lib/python3.8/site-packages/gi/__init__.py", line 129, in require_version
    raise ValueError('Namespace %s not available for version %s' %
ValueError: Namespace Pamac not available for version 9.0

有沒有高手知道是什麼原因和解決問題的方法?

謝謝

Manjaro Hello 的问题似乎与 Pamac 的版本有关,可能还是需要装回稳定版的 Pamac。你用的桌面环境是哪个?