Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Freezes / Stuck when trying to create new snapshot on Fedora 38 #60

Open
K0-RR opened this issue Oct 18, 2023 · 2 comments
Open

Freezes / Stuck when trying to create new snapshot on Fedora 38 #60

K0-RR opened this issue Oct 18, 2023 · 2 comments

Comments

@K0-RR
Copy link

K0-RR commented Oct 18, 2023

Traceback (most recent call last):
  File "/usr/local/lib/python3.11/site-packages/snappergui/mainWindow.py", line 94, in on_create_snapshot
    newSnapshot = snapper.CreateSingleSnapshot(dialog.config,
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib64/python3.11/site-packages/dbus/proxies.py", line 141, in __call__
    return self._connection.call_blocking(self._named_service,
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib64/python3.11/site-packages/dbus/connection.py", line 634, in call_blocking
    reply_message = self.send_message_with_reply_and_block(
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
dbus.exceptions.DBusException: error.unknown_config: org.freedesktop.DBus.Error.Failed

Also, the dependencies for Fedora are missing. I had to install gtksourceview3 to be able to run it.

@K0-RR
Copy link
Author

K0-RR commented Oct 18, 2023

Seems similar to #38

@K0-RR
Copy link
Author

K0-RR commented Oct 18, 2023

Appears to be caused by missing config - fixed by sudo snapper create-config /

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant