mirror of
https://github.com/mumble-voip/mumble.git
synced 2026-03-03 00:46:56 -05:00
Provide an official 'portable' Mumble for Windows #275
Labels
No labels
GlobalShortcuts
Hacktoberfest
accessibility
acl
asio
audio
bonjour
bsd
bug
build
certificate
ci
client
code
documentation
external-bug
feature-request
gRPC
github
good first issue
help wanted
help-needed
ice
installer
linux
macOS
needs-ckeck-with-latest-version
needs-more-input
overlay
positional audio
priority/P0 - Blocker
priority/P1 - Critical
priority/P2 - Important
priority/P3 - Somewhat important
priority/P4 - Low
public-server-registration
qt
recording
release-management
server
stale-no-response
stale-support
support
task
test
theme
translation
triage
ui
windows
wontfix
x64
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mumble-mumble-voip#275
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mkrautz on GitHub (Jun 20, 2014).
Originally assigned to: @mkrautz on GitHub.
On OS X, having multiple versions of Mumble installed is easy. Simply duplicate the app bundle, and rename to 'Mumble .app'. Tada!
On Windows, it's not so.
For development purposes, it'd be very handy to have a portable version of Mumble available. And since we developers need it, it's most likely also a feature that users would want.
One problem with a portable install is the inability to gain uiAccess=true to peek at global shortcuts from elevated games such as MMOs. Perhaps we'd want to add a notice to the Shortcuts config dialog mentioning that this feature is not enabled to avoid confusion?
Technically, this could be achieved by building with CONFIG+=no-elevation, and then conditionally compiling in the notice when that CONFIG flag is set.
@CydFSA commented on GitHub (Jul 10, 2014):
Try creating an empty Mumble.ini in the folder and using the -m argument (I think it's -m...).
@mkrautz commented on GitHub (Jul 10, 2014):
Yes. That's the process.
But the point of this issue is to provide portable ZIP files for all of our Windows builds, so we can use them for tracking down regressions, security issues, and so on.
A convenient side effect is that it will provide a simple download for users who want a portable install, instead of having to know 'the INI trick'.
@hacst commented on GitHub (Sep 20, 2014):
Imho this isn't essential to have in the 1.3.0 timeframe.
@2wayne commented on GitHub (Nov 10, 2014):
Will this feature be implemented in the near future?
I am asking because I am unsure if the installation registers something which wouldn't make it portable even if you use mumble.ini.
@jagodragon commented on GitHub (Sep 10, 2015):
The problem i've had with this is that when you use the mumble .ini, windows will periodically lock the ini file and make a new one. this results in lost settings... i was attempting to use this to push an already setup mumble to all my guildies... the problem became apparent almost immediately when the complaints started pouring in...
@mkrautz commented on GitHub (Nov 28, 2015):
Reassigning to 1.4.0.
It is not critical for 1.3.0.
@thejustsoul commented on GitHub (Nov 1, 2017):
Some time ago, after a sudden power outage, I was surprised to find that mumble has lost all its settings (mumble.ini). It is folded. It was first observed, generally, programs using .INI configs. It is possible to prevent in the future? But to make a backup config.
Mumble 1.2.19,Win 7 x64.@davidebeatrici commented on GitHub (Nov 1, 2017):
Sorry to hear that.
We already fixed the problem with #3255, it shouldn't happen anymore.
The problem is still there for 1.2.x, as we didn't release a new version after the fix.
@thejustsoul commented on GitHub (Nov 1, 2017):
@davidebeatrici Thank you, when can we expect a new release?
@davidebeatrici commented on GitHub (Nov 1, 2017):
We don't have an ETA yet, but for now you can use development snapshots.
@bilogic commented on GitHub (Oct 8, 2024):
It's
-c/--config, not-m. And from sleuthing, it is a JSON file, not INI.On windows, I found it in
cd %localappdata%\Mumble\Mumble