-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Using cmd:// url breaks icon download and http plugin #238
Copy link
Copy link
Closed
Milestone
Description
When the url entry is populated with cmd://{CMD_HERE} {URL_HERE} it breaks icon download and http plugin.
Expected Behavior
When you download an icon or use the http plugin the url would be extracted from the url string, ignoring the cmd prefix.
Current Behavior
The entire url entry is used.
Possible Solution
Create a function that "hunts" for the actual url in the url entry using the http|s prefix as a clue. This substring would then be passed to the requesting functionality.
Steps to Reproduce (for bugs)
- Create an entry and assign the URL entry to: cmd://firefox https://www.google.com
- Attempt to download the icon
- Icon download will fail
Your Environment
This happens in all environments
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels