| Summary: | ssh:// links not working in Plasma 5.18.2 and Frameworks 5.67.0 | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-kio | Reporter: | Christian González <chgonzalezg> |
| Component: | general | Assignee: | David Faure <faure> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | a.samirh78, hoperidesalone, kdelibs-bugs-null, nate, schwancarl, ugo.viti |
| Priority: | VHI | Keywords: | regression |
| Version First Reported In: | 5.67.0 | ||
| Target Milestone: | --- | ||
| Platform: | Neon | ||
| OS: | Linux | ||
| Latest Commit: | https://commits.kde.org/kio/14b7f2c7ee72bbf500625122a4b51c81f02e421f | Version Fixed/Implemented In: | 5.69 |
| Sentry Crash Report: | |||
|
Description
Christian González
2020-02-27 15:35:20 UTC
I can confirm this bug on master. This is a very annoying bug for us. Our workflow has been seriously affected. I'm even looking to other desktops for the first time in more than 10 years. Is there a known workaround? Can I help to better diagnose the problem? FWIW, a proposed fix is at https://phabricator.kde.org/D27999 (In reply to Ahmad Samir from comment #3) > FWIW, a proposed fix is at https://phabricator.kde.org/D27999 Thank you! Hope it gets aproved soon. (In reply to Christian González from comment #4) > (In reply to Ahmad Samir from comment #3) > > FWIW, a proposed fix is at https://phabricator.kde.org/D27999 > > Thank you! Hope it gets aproved soon. Waiting fixed upstream, right now use this "brutal" quick workaround, using KDE 4 kde-open instead KDE 5 kde-open5 (tested on Fedora Core 31 and KDE 5.68): $ sudo mv /usr/bin/kde-open5 /usr/bin/kde-open5.dist && sudo ln -s /usr/bin/kde-open /usr/bin/kde-open5 (In reply to Ugo Viti from comment #5) > Waiting fixed upstream, right now use this "brutal" quick workaround, using > KDE 4 kde-open instead KDE 5 kde-open5 (tested on Fedora Core 31 and KDE > 5.68): > > $ sudo mv /usr/bin/kde-open5 /usr/bin/kde-open5.dist && sudo ln -s > /usr/bin/kde-open /usr/bin/kde-open5 THANK YOU!!! You've saved my life :-) Git commit 14b7f2c7ee72bbf500625122a4b51c81f02e421f by Ahmad Samir.
Committed on 19/03/2020 at 20:37.
Pushed by ahmadsamir into branch 'master'.
[DesktopExecParser] Open {ssh,telnet,rlogin}:// urls with ktelnetservice
Summary: Extend krununittest to test ktelnetservice.
Test Plan:
$ kde-open5 ssh://user@1.1.1.1
outputs:
command= "ktelnetservice5 %u" args= ("ktelnetservice5 %u", "ssh://user@1.1.1.1")
kf5.kio.core: couldn't create slave: "klauncher said: Unknown protocol 'ssh'.\n"
and you get a message box with "File not found: ssh://user@1.1.1.1".
Apply diff then try again, now a terminal window is launched by
ktelnetservice5 and ssh is invoked as expected.
FIXED-IN: 5.69
Reviewers: #frameworks, dfaure, sitter, meven, feverfew, ngraham
Reviewed By: dfaure, feverfew, ngraham
Subscribers: ngraham, kde-frameworks-devel
Tags: #frameworks
Differential Revision: https://phabricator.kde.org/D27999
M +25 -0 autotests/krununittest.cpp
M +1 -0 autotests/krununittest.h
M +3 -0 src/core/desktopexecparser.cpp
https://commits.kde.org/kio/14b7f2c7ee72bbf500625122a4b51c81f02e421f
|