You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
The text was updated successfully, but these errors were encountered:
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.
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...
The text was updated successfully, but these errors were encountered: