-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
bug: Quickask - Jan processes dangling in background after quitting on Windows #2356
Comments
Currently, if we are enabling QuickAsk, we will display Jan in tray. Which means Jan still running even user clicked close on main window. I think multiple processes shown in task manager is normal for electron app. Visual studio code has same behavior. But the issue that you captured (QuickAsk display installing extension) is a bug. We troubleshoot this issue in PR #2543 I will retest, follow your steps and update. |
Ah yes, upon checking, most apps have this behavior. I've noticed this with
Notion, 1Pass, Nordvpn, etc. I think having Jan persist as a process when
the window is closed is OK.
Can users click a button to `Quit Jan` in which case we fully terminate the
process?
Re bug; yes that's separate. Thanks!
…On Mon, Apr 1, 2024 at 3:11 PM NamH ***@***.***> wrote:
Currently, if we are enabling QuickAsk, we will display Jan in tray. Which
means Jan still running even user clicked close on main window.
I think multiple processes shown in task manager is normal for electron
app. Visual studio code has same behavior.
Screenshot.2024-04-01.at.14.07.25.png (view on web)
<https://github.com/janhq/jan/assets/10397206/cafccc9e-8c1f-4244-a6b2-5b09bbb7a698>
But the issue that you captured (QuickAsk display installing extension) is
a bug. We troubleshoot this issue in PR #2543
<#2543>
I will retest, follow your steps and update.
—
Reply to this email directly, view it on GitHub
<#2356 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQVWFCG37IH6V2736IAB5YTY3ECCDAVCNFSM6AAAAABEWDFX6SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMRZGI4DMNJSHE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I can't reproduce this issue after the fix. @Van-QA , please help us to re-validate. Thank you 🙏 |
As of now, on Windows even with Quick Ask OFF, closing Jan app (using the red X button) will not fully terminate all processes, and from that, users cannot reopen that Jan app. Jan v0.4.10-363 |
Describe the bug
A clear and concise description of what the bug is.
-v0.4.8-322
Steps to reproduce
Steps to reproduce the behavior:
cmd+j
Why it's a problem
Jan disappears from TaskManager > Apps, so the app is theoretically not running.
But the 5 dangling processes are forever running as background processes.
Albeit not taking up much resources
Questions
x
on windows?The text was updated successfully, but these errors were encountered: