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

Is it possible to hide launcher when icon is clicked #3

Open
abelal opened this issue Apr 25, 2018 · 1 comment
Open

Is it possible to hide launcher when icon is clicked #3

abelal opened this issue Apr 25, 2018 · 1 comment

Comments

@abelal
Copy link

abelal commented Apr 25, 2018

Is it possible that rather than closing (Qt.quit()) the launcher when one of the applications are selected we can simply hide the launcher and show it again when the launched application finishes? I understand that we can use waitForFinished in the process.cpp to at least wait for the subprocess but I am not able to hide/show the launcher...

@alamminsalo
Copy link
Owner

Yes, it would be trivial to accomplish this using a lockfile or something similar for single instance solution (Even dbus messaging?). It would be good to investigate how other launchers have this implemented.

For now, I've decided to keep this clean and simple but incase any poor soul likes to tinker around I'd be happy to take PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants