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

Doesn't auto start when username contains a space #726

Closed
M1kep opened this issue Jan 2, 2024 · 0 comments
Closed

Doesn't auto start when username contains a space #726

M1kep opened this issue Jan 2, 2024 · 0 comments
Labels
bug electron Electron related issues next-release-resolved This issue will be solved in the next release

Comments

@M1kep
Copy link

M1kep commented Jan 2, 2024

Describe the bug

After installation I started getting file open dialogs whenever I'd start my computer. This lead me to:

https://answers.microsoft.com/en-us/windows/forum/all/why-do-i-get-a-log-file-on-startup-of-my-laptop/66467fa4-4732-483b-927a-406bae1c6059

As well as: https://www.winhelponline.com/blog/open-with-dialog-appears-login/

It looks like the startup entry that is created is not quoted causing the startup to not execute CSDM:
Current Value:
C:\Users\Some Username With Space\AppData\Local\Programs\cs-demo-manager\cs-demo-manager.exe --login --minimized

Expected value:
"C:\Users\Some Username With Space\AppData\Local\Programs\cs-demo-manager\cs-demo-manager.exe "--login --minimized

Demo links

No response

Steps to reproduce

  1. Launch application
  2. Goto settings
  3. Set "System Startup Behavior" to Yes or Minimized
    a. Check registry entry at HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\com.akiver.csdm
    b. Restart

Expected behavior

Registry entry to quote path to executable, and application to startup on restart.

How often does this bug happen?

Every time

Log file

No relevant entries.

Environment information

Version: 3.1.0
Windows 10

Additional context

electron/electron#32657

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug electron Electron related issues next-release-resolved This issue will be solved in the next release
Projects
None yet
Development

No branches or pull requests

2 participants