Package: mumble Version: 1.2.3-349-g315b5f5-2.2 Severity: wishlist Tags: patch User: [email protected] Usertags: origin-ubuntu raring ubuntu-patch
Dear Maintainer, In Ubuntu, we received a bug report from a user pointing out that the mumble:// URL handler did not work. Attached is a patch to allow the mumble:// URL schema to load Mumble. Launchpad bug: https://bugs.launchpad.net/ubuntu/+source/mumble/+bug/934239 Thanks for considering the patch. -- System Information: Debian Release: wheezy/sid APT prefers raring-updates APT policy: (500, 'raring-updates'), (500, 'raring-security'), (500, 'raring') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.8.0-19-generic (SMP w/4 CPU cores) Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -Nru mumble-1.2.3-349-g315b5f5/debian/changelog mumble-1.2.3-349-g315b5f5/debian/changelog diff -Nru mumble-1.2.3-349-g315b5f5/debian/patches/35-mumble-url-handler mumble-1.2.3-349-g315b5f5/debian/patches/35-mumble-url-handler --- mumble-1.2.3-349-g315b5f5/debian/patches/35-mumble-url-handler 1970-01-01 10:00:00.000000000 +1000 +++ mumble-1.2.3-349-g315b5f5/debian/patches/35-mumble-url-handler 2013-04-24 12:13:41.000000000 +1000 @@ -0,0 +1,17 @@ +Index: mumble/scripts/mumble.desktop +=================================================================== +--- mumble.orig/scripts/mumble.desktop 2013-04-24 12:13:22.797585583 +1000 ++++ mumble/scripts/mumble.desktop 2013-04-24 12:13:36.517585934 +1000 +@@ -8,10 +8,11 @@ + Comment=A low-latency, high quality voice chat program for gaming + Comment[fr]=Un logiciel de chat vocal de haute qualité et de faible latence pour les jeux + Comment[tr]=Oyunlar için yüksek kaliteli ve düşük gecikmeli sesle sohbet programı +-Exec=mumble ++Exec=mumble %u + Icon=mumble + Terminal=false + Type=Application + StartupNotify=false ++MimeType=x-scheme-handler/mumble + Categories=Network;Chat;Qt; + Version=1.0 diff -Nru mumble-1.2.3-349-g315b5f5/debian/patches/series mumble-1.2.3-349-g315b5f5/debian/patches/series --- mumble-1.2.3-349-g315b5f5/debian/patches/series 2012-11-10 12:04:36.000000000 +1100 +++ mumble-1.2.3-349-g315b5f5/debian/patches/series 2013-04-24 12:13:30.000000000 +1000 @@ -1,3 +1,4 @@ +35-mumble-url-handler 02-reject-with-ip-in-log.diff 05-lsb-description.diff 07-use-embedded-celt-baseline

