From b10378221e624ef03ada52bbccd6e4fc6f43370b Mon Sep 17 00:00:00 2001 From: Brian Jones Date: Thu, 14 Aug 2014 16:33:55 -0700 Subject: [PATCH] Fix for bug TC-1496. This allows uninstall to work when done from ssh Change-Id: I3319f58c51d5ab20b0089aee1ccbd1cb6a72db12 --- packaging/modello-installer.changes | 3 +++ packaging/modello-installer.spec | 2 ++ 2 files changed, 5 insertions(+) diff --git a/packaging/modello-installer.changes b/packaging/modello-installer.changes index 1677022..fe0a8b1 100644 --- a/packaging/modello-installer.changes +++ b/packaging/modello-installer.changes @@ -1,3 +1,6 @@ +* Thu Aug 14 2014 Brian Jones 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 accepted/tizen/ivi/20140526.130801-2-g16cd2d4 - Updating spec file to work with Multi user changes - TC-1257 diff --git a/packaging/modello-installer.spec b/packaging/modello-installer.spec index 24d1394..95f3528 100644 --- a/packaging/modello-installer.spec +++ b/packaging/modello-installer.spec @@ -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" -- 2.7.4