[kdesvn] [Bug 375776] KF5-based doesn't display the authorization dialog for ssh

2017-09-15 Thread Christian Ehrlicher
https://bugs.kde.org/show_bug.cgi?id=375776

--- Comment #10 from Christian Ehrlicher  ---
I fixed it a slightly different way, but should work too ...

https://commits.kde.org/kdesvn/8cdc05717b0636384f22543f43b516fde7439c1e

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdesvn] [Bug 375776] KF5-based doesn't display the authorization dialog for ssh

2017-09-15 Thread Safa Alfulaij
https://bugs.kde.org/show_bug.cgi?id=375776

Safa Alfulaij  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |FIXED

--- Comment #9 from Safa Alfulaij  ---
:-)
3 lines, 3 lines of code.

diff --git a/src/helpers/sshagent.cpp b/src/helpers/sshagent.cpp
index 6e3a9635..e624a6cd 100644
--- a/src/helpers/sshagent.cpp
+++ b/src/helpers/sshagent.cpp
@@ -92,6 +92,9 @@ void SshAgent::askPassEnv()
 qputenv("SSH_ASKPASS", FORCE_ASKPASS);
 #else
 QByteArray pro = BIN_INSTALL_DIR;
+if (!pro.startsWith('/')) {
+pro.prepend('/');
+}
 if (!pro.endsWith('/')) {
 pro.append('/');
 }

>From https://i.imgur.com/6EBFcdV.png to https://i.imgur.com/I6D8ErX.png

Candy for all 

P.S: That's one big promot window..

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdesvn] [Bug 375776] KF5-based doesn't display the authorization dialog for ssh

2017-09-14 Thread Safa Alfulaij
https://bugs.kde.org/show_bug.cgi?id=375776

--- Comment #8 from Safa Alfulaij  ---
I just downloaded the latest (using AUR) and it still have the same exact
problem.
Opening from terminal shows the "Enter passphrase" promot, and from Plasma it
shows that "Unable to connect" ssh problem.
When I switch back to 1.7, it works without changing any of my setup.
It might be a wrong setup, but I really don't know.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdesvn] [Bug 375776] KF5-based doesn't display the authorization dialog for ssh

2017-09-14 Thread Christian Ehrlicher
https://bugs.kde.org/show_bug.cgi?id=375776

--- Comment #7 from Christian Ehrlicher  ---
Did you really try the latest master - it works for me and have no glue why
this should not work.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdesvn] [Bug 375776] KF5-based doesn't display the authorization dialog for ssh

2017-09-14 Thread Safa Alfulaij
https://bugs.kde.org/show_bug.cgi?id=375776

--- Comment #6 from Safa Alfulaij  ---
Any way to debug the roots of the problem? I think I'll go deep and check the
code and recompile it with changes till I reach to the issue, but if I can skip
this it will be better :)

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdesvn] [Bug 375776] KF5-based doesn't display the authorization dialog for ssh

2017-08-08 Thread Christian Ehrlicher
https://bugs.kde.org/show_bug.cgi?id=375776

Christian Ehrlicher  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|UNCONFIRMED |RESOLVED

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdesvn] [Bug 375776] KF5-based doesn't display the authorization dialog for ssh

2017-02-27 Thread Christian Ehrlicher
https://bugs.kde.org/show_bug.cgi?id=375776

--- Comment #5 from Christian Ehrlicher  ---
With latest git version (and also with the one without the changes from Luigi
Toscano), I can not reproduce the behaviour - kdesvnaskpass is opened every
time ...

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdesvn] [Bug 375776] KF5-based doesn't display the authorization dialog for ssh

2017-02-26 Thread Luigi Toscano
https://bugs.kde.org/show_bug.cgi?id=375776

--- Comment #4 from Luigi Toscano  ---
I fixed the code of kdesvnaskpass, few steps of the porting to KF5 were
missing. I could not test if this change fixed the bug, that's why I did not CC
it in the commit message. 
It may have fixed the bug as kdesvnaskpass does not print error messages
related to the command line parser on the console anymore.

This is the commit:
https://commits.kde.org/kdesvn/8be5c9f4f27d3312715c0d60ea6c088ae32283b7

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdesvn] [Bug 375776] KF5-based doesn't display the authorization dialog for ssh

2017-02-26 Thread Christian Ehrlicher
https://bugs.kde.org/show_bug.cgi?id=375776

Christian Ehrlicher  changed:

   What|Removed |Added

 CC||ch.ehrlic...@gmx.de,
   ||luigi.tosc...@tiscali.it

--- Comment #3 from Christian Ehrlicher  ---
Looks like this was already fixed by Luigi Toscano, adding them to this bug

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdesvn] [Bug 375776] KF5-based doesn't display the authorization dialog for ssh

2017-02-14 Thread Safa Alfulaij
https://bugs.kde.org/show_bug.cgi?id=375776

--- Comment #2 from Safa Alfulaij  ---
I faced it even before Plasma 5.8 maybe :-)
Months months ago..

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdesvn] [Bug 375776] KF5-based doesn't display the authorization dialog for ssh

2017-02-14 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=375776

--- Comment #1 from Christoph Feck  ---
If this requires ksshaskpass, and this error only appears in Plasma 5.9, it
could be a duplicate of bug 376228.

-- 
You are receiving this mail because:
You are watching all bug changes.