Bug 473032

Summary: Protocol should default to sftp instead of mailto.
Product: [Applications] dolphin Reporter: AvidSeeker <avidseeker7>
Component: bars: locationAssignee: Dolphin Bug Assignee <dolphin-bugs-null>
Status: REPORTED ---    
Severity: normal CC: kfm-devel
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Other   
Latest Commit: Version Fixed In:

Description AvidSeeker 2023-08-05 11:12:57 UTC
SUMMARY

Dolphin defaults to mailto procotol when it detects '@` symbol in the address bar. It should default to sftp instead.

STEPS TO REPRODUCE
0. Have a local server running on IP 192.168.1.2
1. Edit the location bar
2. Type in: user@192.168.1.2
3. Enter

OBSERVED RESULT
```
mailto:
Invalid protocl
```

EXPECTED RESULT
Launch sftp://user@192.168.1.2