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

mangoapp: Select unique SysV message queue #1502

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ColinKinloch
Copy link

@ColinKinloch ColinKinloch commented Dec 8, 2024

This allows multiple mangoapp instances to run on the same system.

If MANGOAPP_MQ_KEY is set mangoapp attempts to connect to an existing message queue created when MANGOAPP_MQ_KEY was set (e.g. by gamescope).
If this fails it mangoapp continues to use the previous implementation. This allows it to work with old versions of gamescope.

The control message queue is left as is.

Works with ValveSoftware/gamescope#1660 (details there)

This allows multiple mangoapp instances to run on the same system.
@ColinKinloch ColinKinloch changed the title mangoapp: Use POSIX message queues mangoapp: Select unique SysV message queue Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant