Arch can not log in
See original GitHub issueDescription
I downloaded the AUR github-desktop-bin and installed, and I follow the step: select File
> Options
> Accounts
then log in, with correct user name and password I can not log in github desktop.
Version
-
GitHub Desktop: Version 1.6.5-linux6
-
Operating system: ArchLinux(Kernel: x86_64 Linux 5.0.7-arch1-1-ARCH)
Steps to Reproduce
- open github-desktop and add my local exist repository.
- add new file in my local repo.
- go in github-desktop and add file then commit
- after commit this happens:
- after inputting correct name and password:
- I try to follow the step: select
File
>Options
>Accounts
then log in, the situation still happen. Error message:
No such interface 'org.freedesktop.Secret.Collection' on object at path /org/freedesktop/secrets/collection/login.
Expected Behavior
Logging in github desktop and can commit files.
Actual Behavior
Authentication failure and
No such interface 'org.freedesktop.Secret.Collection' on object at path /org/freedesktop/secrets/collection/login.
Additional Information
Logs
Issue Analytics
- State:
- Created 4 years ago
- Comments:9 (2 by maintainers)
Top Results From Across the Web
[SOLVED] Can't log-in into Arch(tty) - Arch Linux Forums
Re: [SOLVED] Can't log-in into Arch(tty). No, I tried putting the username root and my own password, same happened. Or are you suggesting ......
Read more >How do I solve a login problem on Arch Linux? - Quora
Looks like the device that holds the home directories did not get mounted. Log in with the command line (ctrl-alt-F2), su root and...
Read more >Complete noob. Can't login after install. : r/archlinux - Reddit
Can 't login after install. So I feel like an idiot for having this problem, but I can't login after installing Arch. It's...
Read more >Repair Arch Linux when Login not possible - YouTube
Hey guys, in this video I talk about how you can repair a broken Arch Linux system into which you cant login anymore....
Read more >After installing linux i am unable to log in my password is correct
When i see this problem i thought somehow i typed wrong password i reset root password at root time init=/bin/bash it work root...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This is my mistake. libsecret is an additional requirement along with gnome-keyring. The package has been updated to 1.6.6 RC2 and includes this change.
Thanks for the report!
@immackay Well, awesome help! You’re right, gnome-keyring-daemon not being started, my bad for not clearly reading the archwiki. Adding the setting to the
.xinitrc
and I can log in.Thanks for helping. Then I close this issue.