-
-
Notifications
You must be signed in to change notification settings - Fork 51
WIP: Support replace argument adding replace flag #627
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
Conversation
|
After replace, using the monitor in Below the output of starting wingpanel with replace, it freezing and then me killing it from another session. |
|
I understand I might not need to add manual argument handling for |
Have you tried moving |
|
@vjr thanks for the tip, but doesn't seem to help. |
@peteruithoven I added Now it appears to work but I don't know what was re-spawning wingpanel before this PR, so don't know if this is really working as it should. |
|
@vjr Looking at your diff.
You can really simply call Are you using Wayland? I'm using Wayland. |
Yes I am using the replace option Yes I removed the Yes I moved your Yes I simply call Yes I'm using Wayland (secure) session. Cheers! |
|
It is not possible to replace the application launched by Gala, Gala need to be the one launching it for now, there is no alternative as we don't have the required API to "adopt" an app launched by some other process |
|
Ah... Thanks for clarifying this @tintou. In that case I'll abort this for now. |
Fixes: #626
Currently still freezes the system when
--replace--gapplication-replaceis used. Not sure why yet.Any support on this is more than welcome.