Fix for bug TC-1496. This allows uninstall to work when done from ssh 69/26069/1 accepted/tizen/ivi/20140818.070649 submit/tizen_ivi/20140815.163908
authorBrian Jones <brian.j.jones@intel.com>
Thu, 14 Aug 2014 23:33:55 +0000 (16:33 -0700)
committerBrian Jones <brian.j.jones@intel.com>
Thu, 14 Aug 2014 23:34:24 +0000 (16:34 -0700)
Change-Id: I3319f58c51d5ab20b0089aee1ccbd1cb6a72db12

packaging/modello-installer.changes
packaging/modello-installer.spec

index 1677022..fe0a8b1 100644 (file)
@@ -1,3 +1,6 @@
+* Thu Aug 14 2014 Brian Jones <brian.j.jones@intel.com> accepted/tizen/ivi/20140626.043347-1-g506e424
+- Fix for bug TC-1496.  This allows uninstall to work when done from ssh
+
 * Wed Jun 25 2014 brianjjones <brian.j.jones@intel.com> accepted/tizen/ivi/20140526.130801-2-g16cd2d4
 - Updating spec file to work with Multi user changes - TC-1257
 
index 24d1394..95f3528 100644 (file)
@@ -64,6 +64,8 @@ done
 
 source %_sysconfdir/tizen-platform.conf
 
+export DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/5000/dbus/user_bus_socket"
+
 for list3 in $(su %{MODELLO_INSTALL_USER} -c "xwalkctl" | grep Modello | cut -c 1-32)
 do
        echo "Uninstalling $list3"