diff -Nru ubuntu-xboxdrv-20140427/debian/changelog ubuntu-xboxdrv-20140428/debian/changelog --- ubuntu-xboxdrv-20140427/debian/changelog 2014-04-28 02:24:30.000000000 +0000 +++ ubuntu-xboxdrv-20140428/debian/changelog 2014-04-28 13:47:57.000000000 +0000 @@ -1,8 +1,14 @@ +ubuntu-xboxdrv (20140428-1) trusty; urgency=low + + * Removing attempt to raise a global notification. + + -- Rael Gugelmin Cunha Mon, 28 Apr 2014 10:48:03 -0300 + ubuntu-xboxdrv (20140427-1) trusty; urgency=low * Adding support for multiple controllers. - -- Rael Gugelmin Cunha Sun, 24 Apr 2014 23:24:50 -0300 + -- Rael Gugelmin Cunha Sun, 27 Apr 2014 23:24:50 -0300 ubuntu-xboxdrv (20140424-1) trusty; urgency=low diff -Nru ubuntu-xboxdrv-20140427/debian/install ubuntu-xboxdrv-20140428/debian/install --- ubuntu-xboxdrv-20140427/debian/install 2014-04-28 02:22:47.000000000 +0000 +++ ubuntu-xboxdrv-20140428/debian/install 2014-04-28 13:37:32.000000000 +0000 @@ -1,6 +1,4 @@ etc/init/xboxdrv.conf etc/init etc/default/xboxdrv /etc/default etc/pm/sleep.d/xboxdrv /etc/pm/sleep.d -usr/bin/xboxdrv_on_connect /usr/bin -usr/bin/xboxdrv_on_disconnect /usr/bin usr/share/applications/unity-joystick-panel.desktop usr/share/applications diff -Nru ubuntu-xboxdrv-20140427/etc/init/xboxdrv.conf ubuntu-xboxdrv-20140428/etc/init/xboxdrv.conf --- ubuntu-xboxdrv-20140427/etc/init/xboxdrv.conf 2014-04-28 02:22:47.000000000 +0000 +++ ubuntu-xboxdrv-20140428/etc/init/xboxdrv.conf 2014-04-28 13:45:35.000000000 +0000 @@ -10,5 +10,5 @@ if [ -f /etc/default/xboxdrv ] ; then . /etc/default/xboxdrv fi - xboxdrv --daemon --silent --dbus disabled $XBOXDRV_OPTIONS --on-connect /usr/bin/xboxdrv_on_connect --on-disconnect /usr/bin/xboxdrv_on_disconnect --detach-kernel-driver --next-controller --detach-kernel-driver --next-controller --detach-kernel-driver --next-controller --detach-kernel-driver + xboxdrv --daemon --silent --dbus disabled $XBOXDRV_OPTIONS --detach-kernel-driver --next-controller --detach-kernel-driver --next-controller --detach-kernel-driver --next-controller --detach-kernel-driver end script diff -Nru ubuntu-xboxdrv-20140427/usr/bin/xboxdrv_on_connect ubuntu-xboxdrv-20140428/usr/bin/xboxdrv_on_connect --- ubuntu-xboxdrv-20140427/usr/bin/xboxdrv_on_connect 2014-04-28 02:14:45.000000000 +0000 +++ ubuntu-xboxdrv-20140428/usr/bin/xboxdrv_on_connect 1970-01-01 00:00:00.000000000 +0000 @@ -1,6 +0,0 @@ -if [ -z "$1" ] - then - echo "No argument supplied" - else - notify-send "Joystick Connected" "New joystick connected at device $1" -i jstest-gtk -fi diff -Nru ubuntu-xboxdrv-20140427/usr/bin/xboxdrv_on_disconnect ubuntu-xboxdrv-20140428/usr/bin/xboxdrv_on_disconnect --- ubuntu-xboxdrv-20140427/usr/bin/xboxdrv_on_disconnect 2014-04-28 02:15:11.000000000 +0000 +++ ubuntu-xboxdrv-20140428/usr/bin/xboxdrv_on_disconnect 1970-01-01 00:00:00.000000000 +0000 @@ -1,6 +0,0 @@ -if [ -z "$1" ] - then - echo "No argument supplied" - else - notify-send "Joystick Disconnected" "Joystick disconnected from device $1" -i jstest-gtk -fi