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

Mumble overlay should work as soon as you launch games on Linux #1273

Open
NothingMuchHereToSay opened this issue May 30, 2014 · 5 comments
Open
Labels
feature-request This issue or PR deals with a new feature help wanted Good community contribution opportunities linux overlay

Comments

@NothingMuchHereToSay
Copy link

I'm on Ubuntu 14.04 64 bit and I think it's ludicrous to have to type in a command to launch the Mumble overlay.

@Kissaki
Copy link
Member

Kissaki commented Jun 14, 2014

Do you have a suggestion how to technically solve this?
Does Ubuntu, or better yet a GNU/Linux service provide this functionality?

@mkrautz
Copy link
Contributor

mkrautz commented Jun 14, 2014

The ugly way would be to set LD_PRELOAD globally, in such a way that all programs have that environment variable set. Not that I'd recommend doing it in this way, but it should be possible, I think. (It is on OS X, but might require more hackery on Linux).

Another possibility is to ask Valve nicely to allow you to be able to set environment variables for games in the same way you can set command line args. Alternatively, running Steam with mumble-overlay might already make any launched games inherit Steam's LD_PRELOAD, though who knows - they have their own overlay as well...

And there are other possibilities as well, since this is Linux we're talking about. The problem is just finding a method that the community as a whole would accept. :-)

@ghost
Copy link

ghost commented Feb 14, 2023

Why not just add a button to the tool bar that turns the overlay on and off for all platforms? If I recall correctly, Windows has processes it listens for. This way people can turn it on and off at will for the applications they want or don't want to use it with.

@Krzmbrzl
Copy link
Member

The question would remain how this shall be done? Setting LD_PRELOAD can only be done globally or when starting a given process. So that wouldn't work.

@Krzmbrzl Krzmbrzl added feature-request This issue or PR deals with a new feature help wanted Good community contribution opportunities and removed ubuntu labels Feb 14, 2023
@hjri
Copy link

hjri commented May 1, 2024

With vulkan you just can have a global systemwide overlay layer akin to mangohud or steam overlay or https://github.com/nowrep/obs-vkcapture with mumble itself deciding which apps get the overlay and which don't.

What I don't understand is why wiki/documentation says that vulkan is supported on linux "since 1.3.0" so is there support for it or not?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request This issue or PR deals with a new feature help wanted Good community contribution opportunities linux overlay
Projects
None yet
Development

No branches or pull requests

6 participants