We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
gtksourceview3
The text was updated successfully, but these errors were encountered:
Seems similar to #38
Sorry, something went wrong.
Appears to be caused by missing config - fixed by sudo snapper create-config /
sudo snapper create-config /
No branches or pull requests
Also, the dependencies for Fedora are missing. I had to install
gtksourceview3
to be able to run it.The text was updated successfully, but these errors were encountered: