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

Command line switches #534

Closed
Jasantes opened this issue Oct 25, 2024 · 15 comments
Closed

Command line switches #534

Jasantes opened this issue Oct 25, 2024 · 15 comments

Comments

@Jasantes
Copy link

Mypal.exe -p opens the browser directly, not the profile manager.

@zanud
Copy link

zanud commented Oct 26, 2024

Mypal.exe -p opens the browser directly, not the profile manager.

Should it? Neither "-h" nor "--help" promise this (because they do not exist too 😄).

mypal --ProfileManager does work.

@Feodor2
Copy link
Owner

Feodor2 commented Oct 26, 2024

These things are to be the same as firefoxes

  "  -P <profile>       Start with <profile>."
  "  --profile <path>   Start with profile at <path>."
  "  --migration        Start with migration wizard."
  "  --ProfileManager   Start with ProfileManager."
  "  --no-remote        Do not accept or send remote commands; implies  --new-instance."
  "  --new-instance     Open new instance, not a new window in running instance."
  "  --UILocale <locale> Start with <locale> resources as UI Locale."
  "  --safe-mode        Disables extensions and themes for this session."
  Also  -purgecaches  needed after messing with js code inside the browser or extensions.

@Feodor2 Feodor2 closed this as completed Oct 26, 2024
@Feodor2 Feodor2 changed the title Profile manager not working Command line switches Oct 26, 2024
@zanud
Copy link

zanud commented Oct 26, 2024

How to obtain a complete list of command line parameters from Mypal? Unlike Firefox, -?, -h, --help do not work.

@Jasantes
Copy link
Author

Jasantes commented Oct 27, 2024

mypal.exe --ProfileManager doesn't work for me either.

Mypal 68.14 portable in Win7/32.

@zanud
Copy link

zanud commented Oct 27, 2024

mypal.exe --ProfileManager doesn't work for me either.

PM

Mypal 68.14 portable in Win7/32.

What is "Mypal portable"? Is it Mypal processed by some utility? Or original Mypal in a portable mode? If the latter, then in which one exactly? (there are 3 different ones)

@Jasantes
Copy link
Author

mypal-68.14.4.en-US.win32 located in D:\ with a new profile in the app folder.
Works perfectly except the PM, which stopped working after a few days.

@zanud
Copy link

zanud commented Oct 27, 2024

mypal-68.14.4.en-US.win32 located in D:\ with a new profile in the app folder.

If "the app folder" is a subfolder of Mypal's folder, then how do you get Mypal to use this profile?

@Jasantes
Copy link
Author

Part of Mypal folder:
Capture

@Jasantes
Copy link
Author

Jasantes commented Oct 27, 2024

Do you know Firefox?
about:profiles > Create a New Profile...
This is really portable!

@zanud
Copy link

zanud commented Oct 27, 2024

This is really portable!

Nope. When you create profile in this way, Mypal stores path to it into %appdata%\Mypal68\profiles.ini. And when you will launch Mypal on another system later, it will not find this profile automatically.

If you want a really portable way, you should either provide a --profile command line switch (see @Feodor2 message above), or use "pmprt.mod" or "pmundprt.mod" flag file.

(I use mypal --profile Profile on my computer routinely.)

@Jasantes
Copy link
Author

Jasantes commented Oct 27, 2024

Ok, I see it's similar to chrome.exe --user-data-dir=
But the profile manager not working is NOT SOLVED.

@zanud
Copy link

zanud commented Oct 28, 2024

But the profile manager not working is NOT SOLVED.

What happens when you use mypal --ProfileManager? Browser just opens window?
Does this happen on all your computers or only on one/some of them?

@Jasantes
Copy link
Author

Just like I said, it opens Mypal directly, not PM.
But ATENTION: I solved it...
Just deleted pmprt.mod in browser folder!!!
That's amazing, because that file was empty, 0KB.

@zanud
Copy link

zanud commented Oct 28, 2024

Just deleted pmprt.mod in browser folder!!!

I mentioned this file yesterday. Because of https://github.com/Feodor2/Mypal68/wiki/Portable

That's amazing, because that file was empty, 0KB.

Exactly as designed. It's a flag file, its content is irrelevant, but only its presence.

@Jasantes
Copy link
Author

Thank you, something is always learned.

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

No branches or pull requests

3 participants