← Back to team overview

touch-packages team mailing list archive

[Bug 1380120] Re: Manage Scopes -> All Is Unusable

 

a session upstart job that flushes the cache after upgrades should be shipped (with lxc-android-config or ubuntu-touch-session)
i.e call it /usr/share/upstart/sessions/clear-qml-caches.conf with the following content (untested, but should work):


# This allows to flush all app caches when
# a new image version arrives

start on :sys:boot-hooks WHEN=new-version

pre-start script
    # clear all QML app caches on image upgrade
    CACHEDIR="$HOME/.cache/QML"
    [ -e $CACHEDIR ] && rm -rf  $CACHEDIR/*
end script

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1380120

Title:
  Manage Scopes -> All Is Unusable

Status in “unity8” package in Ubuntu:
  Incomplete
Status in “qtdeclarative-opensource-src” package in Ubuntu RTM:
  New

Bug description:
  This only happens when upgraded with deltas:

  $ ubuntu-device-flash --channel=ubuntu-touch/ubuntu-rtm/14.09-proposed --revision=96
  and OTA to r100

  Steps:
  1. Got to manage scopes
  2. Click all

  Observed: The UI is unusable as in attached picture

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1380120/+subscriptions


References