Summary: | Remote shortcut on desktop no longer opened by Dolphin | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Ian Goddard <iankde> |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | a.samirh78, faure, kfm-devel, nate |
Priority: | NOR | ||
Version: | 20.12.2 | ||
Target Milestone: | --- | ||
Platform: | Debian stable | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Ian Goddard
2021-09-08 21:59:38 UTC
Can confirm. Not sure if this is a Dolphin issue or a general KIO issue though. Could you post more detailed steps to reproduce the bug? how do you create a remote folder link with Dolphin? You can reproduce the issue by creating a desktop file with the contents listed in the original report: [Desktop Entry] Charset= Icon=folder-remote Name=Willow Type=Link URL=ftp://ian@willow:21/share I was able to reproduce the issue with that. (In reply to Ahmad Samir from comment #2) > Could you post more detailed steps to reproduce the bug? how do you create a > remote folder link with Dolphin? As Nate syas, you can create a desktop file with the appropriate text but otherwise, click on Remote>Network>Add Network Folder and follow the wizard. (In reply to Nate Graham from comment #1) > Can confirm. > > Not sure if this is a Dolphin issue or a general KIO issue though. I wasn't sure where it should go either but I'm not familiar with the options and Dolphin seemed a reasonable starting point. Seems to work here and the (s)ftp server I tested with was opened in dolphin. Try: kioclient5 exec ~/.local/share/remoteview/<filename>.desktop and post any output here. (If you get no output, try first running `export QT_LOGGING_RULES="*kio*=true;"` then run the kioclient5 command again). (In reply to Ahmad Samir from comment #6) > Seems to work here and the (s)ftp server I tested with was opened in dolphin. > > Try: > kioclient5 exec ~/.local/share/remoteview/<filename>.desktop > > and post any output here. (If you get no output, try first running `export > QT_LOGGING_RULES="*kio*=true;"` then run the kioclient5 command again). kf.kio.core: "/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/kdeconnect.so" supports protocols ("kdeconnect") kf.kio.core: "/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/trash.so" supports protocols ("trash") kf.kio.core: "/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/archive.so" supports protocols ("ar", "sevenz", "tar", "zip") kf.kio.core: "/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/smb.so" supports protocols ("cifs", "smb") kf.kio.core: "/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/http.so" supports protocols ("http", "https", "webdav", "webdavs") kf.kio.core: "/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/ftp.so" supports protocols ("ftp") kf.kio.core: "/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/ghelp.so" supports protocols ("ghelp") kf.kio.core: "/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/file.so" supports protocols ("file") kf.kio.core: "/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/remote.so" supports protocols ("remote") kf.kio.core: "/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/help.so" supports protocols ("help") kf.kio.core: "/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/recentlyused.so" supports protocols ("recentlyused") Hmmm. ftp is included! (In reply to Ian Goddard from comment #7) > (In reply to Ahmad Samir from comment #6) > > Seems to work here and the (s)ftp server I tested with was opened in dolphin. > > > > Try: > > kioclient5 exec ~/.local/share/remoteview/<filename>.desktop > > > > and post any output here. (If you get no output, try first running `export > > QT_LOGGING_RULES="*kio*=true;"` then run the kioclient5 command again). > > kf.kio.core: "/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/kdeconnect.so" > supports protocols ("kdeconnect") > kf.kio.core: "/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/trash.so" > supports protocols ("trash") > kf.kio.core: "/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/archive.so" > supports protocols ("ar", "sevenz", "tar", "zip") > kf.kio.core: "/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/smb.so" supports > protocols ("cifs", "smb") > kf.kio.core: "/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/http.so" > supports protocols ("http", "https", "webdav", "webdavs") > kf.kio.core: "/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/ftp.so" supports > protocols ("ftp") > kf.kio.core: "/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/ghelp.so" > supports protocols ("ghelp") > kf.kio.core: "/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/file.so" > supports protocols ("file") > kf.kio.core: "/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/remote.so" > supports protocols ("remote") > kf.kio.core: "/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/help.so" > supports protocols ("help") > kf.kio.core: "/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/recentlyused.so" > supports protocols ("recentlyused") > > > Hmmm. ftp is included! On second thoughts I suppose it isn't s surprise. I suppose it's the library that Dolphon uses so it must be there. The problem is that unless Dolphin is specifically told to handle all .desktops it doesn't handle ftps. |