r54972 - in /packages/unstable/libcanberra/debian: changelog patches/03_onlyshowin_unity.patch patches/series
jbicha at users.alioth.debian.org
jbicha at users.alioth.debian.org
Sun Dec 3 21:45:17 UTC 2017
Author: jbicha
Date: Sun Dec 3 21:45:17 2017
New Revision: 54972
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=54972
Log:
Add 03_onlyshowin_unity.patch: Play login sound in Unity too (if enabled)
Added:
packages/unstable/libcanberra/debian/patches/03_onlyshowin_unity.patch
Modified:
packages/unstable/libcanberra/debian/changelog
packages/unstable/libcanberra/debian/patches/series
Modified: packages/unstable/libcanberra/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libcanberra/debian/changelog?rev=54972&op=diff
==============================================================================
--- packages/unstable/libcanberra/debian/changelog [utf-8] (original)
+++ packages/unstable/libcanberra/debian/changelog [utf-8] Sun Dec 3 21:45:17 2017
@@ -2,9 +2,10 @@
* gnome-session-canberra: Drop wrong manual dependency on libcanbera-gtk0
It already depends on the correct libcanberra-gtk3-0
- * Install GTK+ 3 module for unity-settings-daemon too
* Have libcanberra0 depend on sound-theme-freedesktop since it is required
by the freedesktop.org draft Sound Theme specification (LP: #790608)
+ * Install GTK+ 3 module for unity-settings-daemon too
+ * Add 03_onlyshowin_unity.patch: Play login sound in Unity too (if enabled)
-- Jeremy Bicha <jbicha at debian.org> Sat, 02 Dec 2017 01:13:21 -0500
Added: packages/unstable/libcanberra/debian/patches/03_onlyshowin_unity.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libcanberra/debian/patches/03_onlyshowin_unity.patch?rev=54972&op=file
==============================================================================
--- packages/unstable/libcanberra/debian/patches/03_onlyshowin_unity.patch (added)
+++ packages/unstable/libcanberra/debian/patches/03_onlyshowin_unity.patch [utf-8] Sun Dec 3 21:45:17 2017
@@ -0,0 +1,19 @@
+Description: Play login sound in Unity too
+ if it's enabled (it's disabled by default in Ubuntu)
+Author: Michael Terry <michael.terry at canonical.com>
+Bug-Ubuntu: https://launchpad.net/bugs/803519
+Bug: https://bugs.freedesktop.org/show_bug.cgi?id=38883
+
+Index: libcanberra/src/libcanberra-login-sound.desktop.in
+===================================================================
+--- libcanberra.orig/src/libcanberra-login-sound.desktop.in 2011-07-01 15:02:59.870772598 +0100
++++ libcanberra/src/libcanberra-login-sound.desktop.in 2011-07-01 15:03:03.554772637 +0100
+@@ -3,7 +3,7 @@
+ Name=GNOME Login Sound
+ Comment=Plays a sound whenever you log in
+ Exec=@bindir@/canberra-gtk-play --id="desktop-login" --description="GNOME Login"
+-OnlyShowIn=GNOME;
++OnlyShowIn=GNOME;Unity;
+ AutostartCondition=GSettings org.gnome.desktop.sound event-sounds
+ X-GNOME-Autostart-Phase=Application
+ X-GNOME-Provides=login-sound
Modified: packages/unstable/libcanberra/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libcanberra/debian/patches/series?rev=54972&op=diff
==============================================================================
--- packages/unstable/libcanberra/debian/patches/series [utf-8] (original)
+++ packages/unstable/libcanberra/debian/patches/series [utf-8] Sun Dec 3 21:45:17 2017
@@ -1,2 +1,3 @@
undefined_reference.diff
gtk_dont_assume_x11.patch
+03_onlyshowin_unity.patch
More information about the pkg-gnome-commits
mailing list