all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 3cce1826a738865f0565c61325bac0b6cc06a8ca 474 bytes (raw)
name: gnu/packages/patches/mumble-statistic-25201.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
 
changed usage statistic gathering defaults to off. See <https://bugs.gnu.org/25201>

--- a/src/mumble/Settings.cpp	2020-03-08 15:29:11.897056953 +0100
+++ b/src/mumble/Settings.cpp	2020-03-08 14:11:53.600486793 +0100
@@ -298,7 +298,7 @@
 	bHideInTray = !isUnityDesktop && QSystemTrayIcon::isSystemTrayAvailable();
 #endif
 	bStateInTray = true;
-	bUsage = true;
+	bUsage = false;
 	bShowUserCount = false;
 	bChatBarUseSelection = false;
 	bFilterHidesEmptyChannels = true;

debug log:

solving 3cce1826a7 ...
found 3cce1826a7 in https://yhetil.org/guix/20200308170316.22591-1-mike@rohleder.de/

applying [1/1] https://yhetil.org/guix/20200308170316.22591-1-mike@rohleder.de/
diff --git a/gnu/packages/patches/mumble-statistic-25201.patch b/gnu/packages/patches/mumble-statistic-25201.patch
new file mode 100644
index 0000000000..3cce1826a7

1:12: space before tab in indent.
 	bHideInTray = !isUnityDesktop && QSystemTrayIcon::isSystemTrayAvailable();
1:14: space before tab in indent.
 	bStateInTray = true;
1:17: space before tab in indent.
 	bShowUserCount = false;
1:18: space before tab in indent.
 	bChatBarUseSelection = false;
1:19: space before tab in indent.
 	bFilterHidesEmptyChannels = true;
Checking patch gnu/packages/patches/mumble-statistic-25201.patch...
Applied patch gnu/packages/patches/mumble-statistic-25201.patch cleanly.
warning: 5 lines add whitespace errors.

index at:
100644 3cce1826a738865f0565c61325bac0b6cc06a8ca	gnu/packages/patches/mumble-statistic-25201.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.