anyproto / anytype-ts

Official Anytype client for MacOS, Linux, and Windows
https://anytype.io
Other
3.64k stars 215 forks source link

Key is not shown #729

Open WesleyAC opened 1 month ago

WesleyAC commented 1 month ago

Have you read a contributing guide?

Current Behavior

When setting up a new install of Anytype, the key / seed phrase is not shown and cannot be copied to the clipboard. The key is also not shown in the vault settings page.

Expected Behavior

The key is shown and can be copied.

Steps To Reproduce

  1. Run Anytype
  2. Create a new vault
  3. Click "Get my key"

Environment

Anytype tech info:

OS version: linux x64 5.15.149
App version: 0.40.8
Build number: build on 2024-04-25 13:28:54 +0000 UTC at #4ec64b016e2be3a5229dc865452c066f653e209c
Library version: v0.33.2

I am running anytype via the NixOS package.

Anything else?

2024-05-19_16 30 01_624x204 2024-05-19_15 09 25_1221x931 2024-05-19_15 09 20_1225x886

ra3orblade commented 1 month ago

You need libsecret and gnome keyring installed as dependencies, ask on forum please. https://community.anytype.io/t/archlinux-version-does-not-keep-me-logged-in/21005/6

Haze-sh commented 1 month ago

I can reproduce this on 2 linux machines, I have libsecret and gnome-keyring both installed on the machine.

hellodword commented 2 weeks ago

Maybe related https://github.com/nix-community/home-manager/issues/1454

Works for me when I'm using Sway and services.gnome.gnome-keyring.enable = true in nixos-module, while the services.gnome-keyring.enable = true in home-manager is not working.