Aggh.
Nothing irritates me more than if some new feature is pushed down without being thought out clearly.
So, it looks like sometime within the last couple months someone thought it would be a good idea to integrate git (yes, regular CLI git) with Kwallet, and now it's likely an update has been pushed down that does this.
Problem though is that CLI git unlike any of the Git viewers, regular git is not a GUI app so now is complaining about the usual dbus errors associated with launching a KDE app from the CLI.
As follows:
Code:
# git push origin gh-pages
ksshaskpass(19634)/kdeui (kdelibs): Session bus not found
To circumvent this problem try the following command (with Linux and bash)
export $(dbus-launch)
KCrash: Application 'ksshaskpass' crashing...
KCrash: Attempting to start /usr/lib64/kde4/libexec/drkonqi from kdeinit
Warning: connect() failed: : No such file or directory
KCrash: Attempting to start /usr/lib64/kde4/libexec/drkonqi directly
drkonqi(19635)/kdeui (kdelibs): Session bus not found
To circumvent this problem try the following command (with Linux and bash)
export $(dbus-launch)
error: unable to read askpass response from '/usr/lib/ssh/ssh-askpass'
Username for 'https://github.com': ^[
ksshaskpass(19691)/kdeui (kdelibs): Session bus not found
To circumvent this problem try the following command (with Linux and bash)
export $(dbus-launch)
KCrash: Application 'ksshaskpass' crashing...
KCrash: Attempting to start /usr/lib64/kde4/libexec/drkonqi from kdeinit
Warning: connect() failed: : No such file or directory
KCrash: Attempting to start /usr/lib64/kde4/libexec/drkonqi directly
drkonqi(19692)/kdeui (kdelibs): Session bus not found
To circumvent this problem try the following command (with Linux and bash)
export $(dbus-launch)
error: unable to read askpass response from '/usr/lib/ssh/ssh-askpass'
Password for 'https://github.com':
fatal: Authentication failed
Frankly, I'm not interesting in storing my non-KDE apps credentials like CLI git in kwallet. Only maybe if I was using a KDE GUI git viewer.
Any thoughts how to undo this new dependency with khaskpass?
TIA,
TSU
No comments:
Post a Comment