GNOME Secrets won’t open

  • Open
  • quality assurance status badge
Details
2 participants
  • Maxim Cournoyer
  • Navajeeth
Owner
unassigned
Submitted by
Navajeeth
Severity
normal
Merged with

Debbugs page

Navajeeth wrote 8 months ago
(name . bug-guix@gnu.org)(address . bug-guix@gnu.org)
aj_0EKupexN3gPpus9C1uMslJfjDtEPNSxqr4bcrZavBBbt_7WnDUvBpwiIne6ogwszN6lXr43Rk5DLbLXI_6iBfOI_80sN0H_pvLSTcd3s=@proton.me
The GNOME Secrets app packaged with Guix—as ‘secrets’—isn’t able to launch (its graphical app). I get the following trace from trying to launch it from the terminal, which hints that it hasn’t been packaged with everything it needs:

Toggle quote (16 lines)
> Traceback (most recent call last):
> File "/gnu/store/vqi0akg7snbn6p23v1c97wy9ri7jvc8s-secrets-6.5/bin/.secrets-real", line 66, in <module>
> main()
> File "/gnu/store/vqi0akg7snbn6p23v1c97wy9ri7jvc8s-secrets-6.5/bin/.secrets-real", line 57, in main
> from gsecrets.application import Application
> File "/gnu/store/vqi0akg7snbn6p23v1c97wy9ri7jvc8s-secrets-6.5/lib/python3.10/site-packages/gsecrets/application.py", line 10, in <module>
> from gsecrets.widgets.mod import load_widgets
> File "/gnu/store/vqi0akg7snbn6p23v1c97wy9ri7jvc8s-secrets-6.5/lib/python3.10/site-packages/gsecrets/widgets/mod.py", line 6, in <module>
> from gsecrets.password_generator_popover import PasswordGeneratorPopover
> File "/gnu/store/vqi0akg7snbn6p23v1c97wy9ri7jvc8s-secrets-6.5/lib/python3.10/site-packages/gsecrets/password_generator_popover.py", line 8, in <module>
> from gsecrets.password_generator import generate as generate_pwd
> File "/gnu/store/vqi0akg7snbn6p23v1c97wy9ri7jvc8s-secrets-6.5/lib/python3.10/site-packages/gsecrets/password_generator.py", line 7, in <module>
> import pwquality
>
> ModuleNotFoundError: No module named 'pwquality'

—Navajeeth
Attachment: file
Maxim Cournoyer wrote 6 months ago
control message for bug #72271
(address . control@debbugs.gnu.org)
87frq85aad.fsf@gmail.com
merge 72271 58285
quit
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 72271@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 72271
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help