Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Opening link with Chrome Private Profile does not open the link in Incognito window #66

Closed
magesh-memorres opened this issue Jan 10, 2024 · 4 comments
Assignees
Labels
bug Something isn't working core
Milestone

Comments

@magesh-memorres
Copy link

Opening the link with Chrome Private Profile does not open the link in the Incognito window
But when I select Edge (Chromium-based) it works fine.

Chrome version: 120.0.6099.216 (Official Build) (64-bit)
Edge version: 120.0.2210.121 (Official build) (64-bit)
Browser Tamer version: 3.6.2
lmGui Version: 1.89.9 docking version

How to reproduce

  1. Click any link
  2. Select the chrome private profile option

image

This is my config.ini file

fallback = chrome:Default
open_method = pick


[browser:firefox]
name = Mozilla Firefox
cmd = C:\Program Files\Mozilla Firefox\firefox.exe
hidden = n
subtype = firefox


[browser:firefox:Profile0]
name = Primary
arg = "%url%" -P "default-release"


[browser:firefox:private]
name = Private
arg = -private-window "%url%"
icon = C:\Program Files\Mozilla Firefox\firefox.exe
subtype = incognito
order = 1


[browser:chrome]
name = Google Chrome
cmd = C:\Program Files\Google\Chrome\Application\chrome.exe
hidden = n
subtype = chromium


[browser:chrome:Default]
name = Person 1
arg = "%url%" "--profile-directory=Default"


[browser:chrome:InPrivate]
name = Private
arg = "%url%" -inprivate
subtype = incognito
order = 1


[browser:msedge]
name = Microsoft Edge
cmd = C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe
hidden = n
subtype = chromium


[browser:msedge:Default]
name = Personal
arg = "%url%" "--profile-directory=Default"
icon = C:\Users\username\AppData\Local\Microsoft\Edge\User Data\Default\Edge Profile Picture.png


[browser:msedge:InPrivate]
name = Private
arg = "%url%" -inprivate
subtype = incognito
order = 1


[popularity]
msedge:Default = 14
msedge:InPrivate = 1
chrome:Default = 48
chrome:InPrivate = 4

@magesh-memorres
Copy link
Author

Updating the args helped to fix this. perhaps changing -inprivate to -incognito fixes this

image

@aloneguid
Copy link
Owner

Uh makes sense, thank you! I'll be adding the fix in the next patch.

@aloneguid aloneguid self-assigned this Jan 23, 2024
@aloneguid aloneguid added bug Something isn't working core labels Jan 26, 2024
@aloneguid aloneguid added this to the 3.7.0 milestone Jan 26, 2024
@aloneguid aloneguid modified the milestones: 3.7.0, 3.7.2 Feb 2, 2024
@aloneguid
Copy link
Owner

Please try 3.7.2. You need to re- discover browsers to pick up updated configuration.

@magesh-memorres
Copy link
Author

Yup works as expected. closing the issue.

Thanks for your work on this 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working core
Projects
None yet
Development

No branches or pull requests

2 participants