#1 Ami (COV) | Add Browsers to dropdown, how?

Closed
opened 1 year ago by tordenflesk · 1 comments

I don't use any of the hard-coded browsers in utils.py. Adding / Replacing them causes the plugin to disappear from / not load in Picard.

"win32": {
    "Chrome": [
        "C:/Program Files/Google/Chrome/Application/chrome.exe",
        "C:/Program Files (x86)/Google/Chrome/Application/chrome.exe"
    ],
    "Firefox": [
        "C:/Program Files/Mozilla Firefox/firefox.exe",
        "C:/Program Files (x86)/Mozilla Firefox/firefox.exe"
    ],
    "Edge": [
        "C:/Program Files/Microsoft/Edge/Application/msedge.exe",
        "C:/Program Files (x86)/Microsoft/Edge/Application/msedge.exe"
    ],
    "Supermium": [
        "C:\Users\Tordenflesk\AppData\Local\Supermium\Application\chrome.exe --disable-direct-write"
    ],
    "Basilisk": [
        "C:\Users\Tordenflesk\scoop\apps\Basilisk\current\basilisk.exe"
    ],
    "Floorp": [
        "C:\Users\Tordenflesk\scoop\apps\libportable-floorp\current\core\floorp.exe"
    ]
},
I don't use any of the hard-coded browsers in utils.py. Adding / Replacing them causes the plugin to disappear from / not load in Picard. "win32": { "Chrome": [ "C:/Program Files/Google/Chrome/Application/chrome.exe", "C:/Program Files (x86)/Google/Chrome/Application/chrome.exe" ], "Firefox": [ "C:/Program Files/Mozilla Firefox/firefox.exe", "C:/Program Files (x86)/Mozilla Firefox/firefox.exe" ], "Edge": [ "C:/Program Files/Microsoft/Edge/Application/msedge.exe", "C:/Program Files (x86)/Microsoft/Edge/Application/msedge.exe" ], "Supermium": [ "C:\Users\Tordenflesk\AppData\Local\Supermium\Application\chrome.exe --disable-direct-write" ], "Basilisk": [ "C:\Users\Tordenflesk\scoop\apps\Basilisk\current\basilisk.exe" ], "Floorp": [ "C:\Users\Tordenflesk\scoop\apps\libportable-floorp\current\core\floorp.exe" ] },
SuperSaltyGamer commented 1 year ago
Owner

Replace "\" in the path with "/"

Replace "\" in the path with "/"
Sign in to join this conversation.
No Label
No Milestone
No assignee
2 Participants
Loading...
Cancel
Save
There is no content yet.