Replies: 1 comment 1 reply
-
The reason I only package Flatpak is because the environment is controlled. Going through all dependencies on all platforms and DE's is kind of a pain ;) If you want to run it locally, you need to get whatever is required for GTK4 apps. This is not in the requirements, because the Gnome flatpak runtime provides this. maybe this helps: https://archlinux.org/packages/extra/x86_64/gtk4/ |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
flatpak is currently not working so I wanted to try running the GUI from the terminal so I did the following
python -m venv /home/zany130/.local/pip/venvs/goldwarden
(this creates a container to install python libraries this is needed because pip is disabled on arch)/home/zany130/.local/pip/venvs/goldwarden/bin/pip install tendo
to install tendo (install -r python3-requirements.json
givesERROR: Invalid requirement: '{' (from line 1 of python3-requirements.json)
/home/zany130/.local/pip/venvs/goldwarden/bin/python goldwarden_ui_main.py
to run the GUI but it fails withBeta Was this translation helpful? Give feedback.
All reactions