I have bluefin-dx installed on a laptop (Dell G15 5515 Ryzen Ed) connected to an external screen.
I’m usually working with laptop screen closed, and bluetooth mouse and keyboard.
All is well, but when I turn off the external screen and come back after a while, I’m witnessing the following behaviour:
I have to open the laptop lid in order to wake it up because it doesn’t respond to mouse/keyboard commands. (I understand that it may be to BT)
Some apps (including vscode) are not shown as running in the Dock, but they are still live as per Mission Center Apps list. Also the processes I’ve started in vscode terminal are also live.
Some questions:
Is there any way to prevent app windows from disappearing after wake?
If it’s not possible, how do I get again the specific vscode UI to appear, without launching a new vscode window?
Strange.
Since we’re in long shot territory:
If you look in the app overview, do you have more than one vscode?
At times, I’ve had a couple due to installing in a distrobox, etc.
Investigating further the issue, I saw that it’s maybe a vscode issue (or its flatpak?) because it’s happening also when I quit vscode from the x button on its title bar.
If I have started a process (let’s say erlang’s beam) then by closing in this way there is a remnant process called “common” below “Visual Studio Code” in the running apps list, but no “code” (!!) which is the actual parent vscode process.
I’ve also changed vscode setting: "terminal.integrated.confirmOnExit": "always",
which resulted in a nice vscode dialog question window on exit, but the result is the same : conmon is still running and underneath the beam.smp process.