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

Can't quit some apps entirely #333

Open
sauntor opened this issue Oct 4, 2023 · 3 comments
Open

Can't quit some apps entirely #333

sauntor opened this issue Oct 4, 2023 · 3 comments
Labels
Needs Design Waiting for input from the UX team

Comments

@sauntor
Copy link

sauntor commented Oct 4, 2023

What Happened?

Some apps leaves some background processes after quit/exit, (Steam, for example).

Steps to Reproduce

Take Steam for example)

  1. install Steam: sudo apt install steam
  2. launch Steam and login
  3. click X(close button on the top right corner) or Steam ->Exit
  4. open terminal, and run ps ax | grep steam
  5. then, there will be some output lines like the following:
   2156 ?        S      0:00 sh -c steam-runtime-launcher-service --alongside-steam
   2158 ?        Sl     0:00 steam-runtime-launcher-service --alongside-steam

Expected Behavior

No process left after quit the app.

OS Version

7.x (Horus)

Software Version

Latest release (I have run all updates)

Log Output

No response

Hardware Info

No response

@lenemter lenemter added the Needs Design Waiting for input from the UX team label Oct 5, 2023
@sauntor
Copy link
Author

sauntor commented Oct 5, 2023

There's also an extra problem:
Some apps which stays in background after close, can not reopen the main window by click the desktop icon from the menu, i.e. QQ (install via flatpak install com.qq.QQ or download it from https://im.qq.com/linuxqq/index.shtml, launch it, login, then close the main window, finally re-launch it from menu)

@tintou
Copy link
Member

tintou commented Oct 5, 2023

This is an issue with the apps, please fill an issue to the apps upstream.

@sauntor
Copy link
Author

sauntor commented Oct 6, 2023

This is an issue with the apps, please fill an issue to the apps upstream.

But it works perfectly on ubuntu and openSUSE, no matter installed via deb or flatpak. It may be caused by the same problem as mentioned in the top section.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Design Waiting for input from the UX team
Projects
None yet
Development

No branches or pull requests

3 participants