question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Arch can not log in

See original GitHub issue

Description

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

  1. open github-desktop and add my local exist repository.
  2. add new file in my local repo.
  3. go in github-desktop and add file then commit
  4. after commit this happens: 2019-04-23-201620_581x452_scrot
  5. after inputting correct name and password: 2019-04-23-201639_660x260_scrot
  6. 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

2019-04-23.desktop.production.log

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:9 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
immackaycommented, Apr 26, 2019

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!

1reaction
CanftIncommented, Apr 28, 2019

@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.

dbus-update-activation-environment --systemd DISPLAY
eval $(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh)
export SSH_AUTH_SOCK

Thanks for helping. Then I close this issue.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found