[dolphin] [Bug 467809] New: Make Dolphin as a protocol handler for webdav:// dav// smb:// ftp:// etc
Sergey Ponomarev
bugzilla_noreply at kde.org
Sun Mar 26 14:32:24 BST 2023
https://bugs.kde.org/show_bug.cgi?id=467809
Bug ID: 467809
Summary: Make Dolphin as a protocol handler for webdav:// dav//
smb:// ftp:// etc
Classification: Applications
Product: dolphin
Version: unspecified
Platform: Other
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: dolphin-bugs-null at kde.org
Reporter: stokito at gmail.com
CC: kfm-devel at kde.org
Target Milestone: ---
When I clicking in browser on a link like webdav:// then xdg-open is called and
it looks for a registered app that can handle the protocol. If any app supports
the protocol schema then it must declare it in it's *.desktop file.
When installing these desktop files are stored into /usr/share/applications
For example you can add the following line to the dolphin.desktop file
MimeType=x-scheme-handler/dav;x-scheme-handler/davs;x-scheme-handler/webdav;x-scheme-handler/webdavs;
Then you need to execute `sudo update-desktop-database` and after that when
clicking on the webdav://example.com link the Dolphin will be started
We need to add the MimeType line to the file
https://invent.kde.org/system/dolphin/-/blob/master/src/org.kde.dolphin.desktop
The dav:// and davs:// will be added in scope of
https://bugs.kde.org/show_bug.cgi?id=365356
Other protocols like sftp, ftp, fish, etc needs to be added too.
Similar problems are for Gnome Files (Nautilus), Mate Caja and probably others
file manages
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the kfm-devel
mailing list