Bug 225777

Summary: Provide a dialog for creating kio urls
Product: [Frameworks and Libraries] kio Reporter: Johannes Wienke <languitar>
Component: generalAssignee: David Faure <faure>
Status: RESOLVED INTENTIONAL    
Severity: wishlist CC: aspotashev, markus, nate
Priority: NOR    
Version: 4.3   
Target Milestone: ---   
Platform: Arch Linux   
OS: Unspecified   
Latest Commit: Version Fixed In:
Bug Depends on:    
Bug Blocks: 217494    

Description Johannes Wienke 2010-02-06 23:43:20 UTC
Version:            (using KDE 4.3.4)
Installed from:    Archlinux Packages

In bug 217494 we had a discussion that there is currently no dedicated user interface support in kio for creating connections or kio urls. This is needed for users that do not know how to set up a url correctly or even don't know which protocols are supported by kio. Moreover it would be hard for client application developers to create such a dialog because it would constantly get out of sync with kio.

There are several requirements we have identified for such a dialog / widget:
1. all supported protocols must be visible to the user
2. it should be predefineable in code which protocol is selected
3. a list of valid protocols should be accessible so that eg. we could generate an export plugin entry for every protocol

We also had the idea to use knetattach for this embedded in a normal file dialog or url requester but this doesn't work.
Comment 1 Markus Gaugusch 2011-01-23 19:08:12 UTC
I've also run across this bug (see bug 264045).
Comment 2 Nate Graham 2018-05-08 17:30:48 UTC
There are plenty of user interfaces for this. For example to access smb:// KIOSlaves, you navigate to the Network using the Places panel. Other than this type of thing, I'm not sure that exposing implementation details of this nature is going to be worth it.