goldwarden icon indicating copy to clipboard operation
goldwarden copied to clipboard

Running Gui without flatpak (unsandboxed)

Open Mte90 opened this issue 1 month ago • 5 comments

As usual I was trying the latest version for my ticket and running the UI and I got this running from source as /home/mte90/Desktop/kde/goldwarden/gui/goldwarden_ui_main.py:

starting goldwarden daemon /usr/bin/goldwarden
running locked status daemon
[INF] [10:40] [Goldwarden > Keyring] >>> Creating new memguard keyring
[INF] [10:40] [Goldwarden > Agent] >>> Agent listening on /home/mte90/.goldwarden.sock...
[WRN] [10:40] [Goldwarden > Agent] >>> Could not monitor idle: The name org.gnome.Mutter.IdleMonitor was not provided by any .service files
[INF] [10:40] [Goldwarden > SSH] >>> SSH Agent listening on /home/mte90/.goldwarden-ssh-agent.sock
listening for pinentry /usr/bin/goldwarden
[INF] [10:40] [Goldwarden > Agent] >>> Received pinentry registration request
[INF] [10:40] [Goldwarden > Agent] >>> Pinentry registration success: true
Traceback (most recent call last):
  File "/home/mte90/Desktop/kde/goldwarden/gui/src/gui/settings.py", line 30, in on_activate
    self.load()
  File "/home/mte90/Desktop/kde/goldwarden/gui/src/gui/settings.py", line 36, in load
    builder = load_template("settings.ui")
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/mte90/Desktop/kde/goldwarden/gui/src/gui/resource_loader.py", line 10, in load_template
    builder.add_from_file(pathprefix + ".templates/" + path)
gi.repository.GLib.GError: g-file-error-quark: Apertura del file «./src/gui/.templates/settings.ui» non riuscita: File or directory not exist (4)
create authenticated connection
[INF] [10:40] [Goldwarden > Agent] >>> Verified: true

Mte90 avatar May 06 '24 08:05 Mte90