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

Local .htm files do not open #125

Closed
YellowSM opened this issue Jan 27, 2019 · 3 comments
Closed

Local .htm files do not open #125

YellowSM opened this issue Jan 27, 2019 · 3 comments
Labels

Comments

@YellowSM
Copy link

I run the launcher with the file name as an argument: chrlauncher.exe d:\temp\1.htm
But it is not transmitted to the Chromium. An empty tab opens.
But if I run as: chrlauncher.exe file://d:\temp\1.htm it works.
What's wrong?

I'm using version 2.5.4 of launcher (x64)

@Peter-Pwn
Copy link

Looks like all "random" arguments send to the launcher are ignored.

To solve the problem with double clicking a html file you can change the registry key HKEY_CLASSES_ROOT\chrlauncherHTML\shell\open\command "C:\YOUR_DIR\chrlauncher.exe" "%1" to "C:\YOUR_DIR\chrlauncher.exe" file://"%1"

@YellowSM
Copy link
Author

Yeah, that's exactly what I did.
But I think that the launcher should work transparently and pass all the parameters to the browser, cutting only its own parameters.

@henrypp henrypp added the bug label Feb 10, 2019
@henrypp henrypp closed this as completed Feb 10, 2019
@jboxberger
Copy link

jboxberger commented Dec 30, 2019

Hello,
i think there is the same problem is with the .url files - is there already a fix for the .htm/.html files?
By opening i get the error.

image

Content of a .url File
[InternetShortcut] URL=https://github.com/henrypp/chrlauncher/issues/125

Example .url File
url-example.zip

Kind Regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants