You are not logged in.
i just installed hyprland and when i launch edge it shows that sync isn't working and im signed out of everything, then i have to go back to plasma and sign into every thing again and when i enter hyprland again it signs me out of everything AGAIN.
Offline
If you setup PW store with kwallet in Plasma you need to start kwallet as part of your hyprland session so that edge can access the keystore.
You probably want to do https://wiki.archlinux.org/title/KDE_Wa … d_Chromium regardless and then run kwalletd6 as part of your hyprland session or alternatively: https://wiki.archlinux.org/title/KDE_Wa … activation
Offline
Mod note: moving to AUR Issues
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
If you setup PW store with kwallet in Plasma you need to start kwallet as part of your hyprland session so that edge can access the keystore.
You probably want to do https://wiki.archlinux.org/title/KDE_Wa … d_Chromium regardless and then run kwalletd6 as part of your hyprland session or alternatively: https://wiki.archlinux.org/title/KDE_Wa … activation
No, it's still the same situation. KWalletd6 is already running.
Some code in my Hyprland configuration:
# 密码
# exec-once = gnome-keyring-daemon --start
exec-once = /usr/lib/pam_kwallet_init
exec-once = kwalletd6
┌─ longyinstudio@archlinux ? ~ took 5m39s zsh
└─❯ ps aux | grep kwallet
longyin+ 18186 0.0 0.2 321020 43152 ? Sl 13:24 0:00 /usr/bin/kwalletd6 --pam-login 12 13
longyin+ 36326 0.0 0.0 9712 6004 pts/1 S+ 16:57 0:00 grep --color=auto --exclude-dir=.bzr --exclude-dir=CVS --exclude-dir=.git --exclude-dir=.hg --exclude-dir=.svn --exclude-dir=.idea --exclude-dir=.tox --exclude-dir=.venv --exclude-dir=venv kwallet
Last edited by longyinstudio (2025-03-09 10:46:08)
Offline
Please use [code][/code] tags. Edit your post in this regard.
Did you see https://wiki.archlinux.org/title/KDE_Wa … d_Chromium and tried to explicitly select the password store via an edge commandline parameter?
Online
Please use [code][/code] tags. Edit your post in this regard.
Did you see https://wiki.archlinux.org/title/KDE_Wa … d_Chromium and tried to explicitly select the password store via an edge commandline parameter?
Thank you very much. After I configured ~/.config/microsoft-edge-stable-flags.conf, there were no more problems.
~/.config/microsoft-edge-stable-flags.conf :
# 解决切换kde到hypr,edge丢失网站登陆状态 https://wiki.archlinux.org/title/KDE_Wallet#KDE_Wallet_for_Chrome_and_Chromium
# 如果是gnome用gnome-libsecret,还可以是第三方的,等等
--password-store=kwallet6
Offline
\o/
Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.
Online