Bug 473032 - Protocol should default to sftp instead of mailto.
Summary: Protocol should default to sftp instead of mailto.
Status: REPORTED
Alias: None
Product: dolphin
Classification: Applications
Component: bars: location (show other bugs)
Version: unspecified
Platform: Other Other
: NOR normal
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-08-05 11:12 UTC by AvidSeeker
Modified: 2023-08-05 11:12 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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