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

How can I solve the problem where macos uses windterm and pops up a window every time it restarts? #2100

Closed
xingyue52077 opened this issue Jan 23, 2024 · 5 comments
Assignees
Labels
bug Something isn't working

Comments

@xingyue52077
Copy link

"I am using macOS, and every time I restart the system, there is a popup when using the software. How can I set it to not show the popup?"
Snipaste_2024-01-23_21-08-31

@SnDream
Copy link

SnDream commented Jan 24, 2024

Linux is also affected by this issue.

As a work around, edit global/wind.config

@@ -62,7 +62,7 @@
   "terminal.mouseTracking.move": true,
   "terminal.mouseTracking.rightClick": false,
   "terminal.mouseTracking.wheel": true,
-  "terminal.reimportShellSessions": true,
+  "terminal.reimportShellSessions": false,
   "terminal.screen.pasteDialog": true,
   "terminal.startupSessions": "LastSessions",
   "terminal.rightClickAction": "ShowMenu",

or

find user.config in your windterm config path
Backup user.config and add this line:

    "terminal.reimportShellSessions" : false,

(noting the comma placement)

@xingyue52077
Copy link
Author

Thank you very much for your answer, the problem is solved.

@kingToolbox
Copy link
Owner

I confirm that this is a bug, I will fix it. Please stay tuned, thank you.

@rain2307
Copy link

还有

@kingToolbox
Copy link
Owner

WindTerm 2.7.0 Prerelease 2 has addressed this issue, but the macOS version may not be released until the end of the month. Please be patient. Thank you.

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

No branches or pull requests

4 participants