[Touch-packages] [Bug 1524424] Re: Storage computations are incorrect

2016-04-12 Thread Pat McGowan
** Changed in: canonical-devices-system-image
   Status: Fix Committed => Fix Released

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

Title:
  Storage computations are incorrect

Status in Canonical System Image:
  Fix Released
Status in click package in Ubuntu:
  Confirmed
Status in ubuntu-system-settings package in Ubuntu:
  Fix Released

Bug description:
  The other files count on the storage page appears to be much larger
  than it really is, reporting 15 to 2.0 GB on most devices.

  The files in .cache and .local should be counted as part of the Used
  by apps total

  Other should subtract the amount used by apps

   property real otherSize: diskSpace -
   freediskSpace -
   usedByUbuntu -
   backendInfo.moviesSize -
   backendInfo.picturesSize -
   backendInfo.audioSize
  with these changes the counts are correct

  Used by Ubuntu varies greatly between devices:
  mako shows 5.1 GB
  krrilin shows 3.4 GB, 
  Arale 1 shows 5.4 GB
  Arale 2 shows 2.9 GB

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1524424/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1524424] Re: Storage computations are incorrect

2016-02-27 Thread Jean-Baptiste Lallement
** Changed in: canonical-devices-system-image
   Status: Confirmed => Fix Committed

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

Title:
  Storage computations are incorrect

Status in Canonical System Image:
  Fix Committed
Status in click package in Ubuntu:
  Confirmed
Status in ubuntu-system-settings package in Ubuntu:
  Fix Released

Bug description:
  The other files count on the storage page appears to be much larger
  than it really is, reporting 15 to 2.0 GB on most devices.

  The files in .cache and .local should be counted as part of the Used
  by apps total

  Other should subtract the amount used by apps

   property real otherSize: diskSpace -
   freediskSpace -
   usedByUbuntu -
   backendInfo.moviesSize -
   backendInfo.picturesSize -
   backendInfo.audioSize
  with these changes the counts are correct

  Used by Ubuntu varies greatly between devices:
  mako shows 5.1 GB
  krrilin shows 3.4 GB, 
  Arale 1 shows 5.4 GB
  Arale 2 shows 2.9 GB

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1524424/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1524424] Re: Storage computations are incorrect

2016-02-26 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-system-settings -
0.3+16.04.20160226-0ubuntu1

---
ubuntu-system-settings (0.3+16.04.20160226-0ubuntu1) xenial; urgency=medium

  * Subtract amount used by apps when computing otherSize (LP: #1524424)

 -- Ken VanDine   Fri, 26 Feb 2016 12:32:49
+

** Changed in: ubuntu-system-settings (Ubuntu)
   Status: In Progress => Fix Released

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

Title:
  Storage computations are incorrect

Status in Canonical System Image:
  Confirmed
Status in click package in Ubuntu:
  Confirmed
Status in ubuntu-system-settings package in Ubuntu:
  Fix Released

Bug description:
  The other files count on the storage page appears to be much larger
  than it really is, reporting 15 to 2.0 GB on most devices.

  The files in .cache and .local should be counted as part of the Used
  by apps total

  Other should subtract the amount used by apps

   property real otherSize: diskSpace -
   freediskSpace -
   usedByUbuntu -
   backendInfo.moviesSize -
   backendInfo.picturesSize -
   backendInfo.audioSize
  with these changes the counts are correct

  Used by Ubuntu varies greatly between devices:
  mako shows 5.1 GB
  krrilin shows 3.4 GB, 
  Arale 1 shows 5.4 GB
  Arale 2 shows 2.9 GB

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1524424/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1524424] Re: Storage computations are incorrect

2015-12-14 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: click (Ubuntu)
   Status: New => Confirmed

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

Title:
  Storage computations are incorrect

Status in Canonical System Image:
  Confirmed
Status in click package in Ubuntu:
  Confirmed
Status in ubuntu-system-settings package in Ubuntu:
  In Progress

Bug description:
  The other files count on the storage page appears to be much larger
  than it really is, reporting 15 to 2.0 GB on most devices.

  The files in .cache and .local should be counted as part of the Used
  by apps total

  Other should subtract the amount used by apps

   property real otherSize: diskSpace -
   freediskSpace -
   usedByUbuntu -
   backendInfo.moviesSize -
   backendInfo.picturesSize -
   backendInfo.audioSize
  with these changes the counts are correct

  Used by Ubuntu varies greatly between devices:
  mako shows 5.1 GB
  krrilin shows 3.4 GB, 
  Arale 1 shows 5.4 GB
  Arale 2 shows 2.9 GB

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1524424/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1524424] Re: Storage computations are incorrect

2015-12-11 Thread Sebastien Bacher
** Changed in: ubuntu-system-settings (Ubuntu)
   Status: New => In Progress

** Changed in: ubuntu-system-settings (Ubuntu)
   Importance: Undecided => Low

** Changed in: ubuntu-system-settings (Ubuntu)
 Assignee: (unassigned) => Ken VanDine (ken-vandine)

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

Title:
  Storage computations are incorrect

Status in Canonical System Image:
  Confirmed
Status in click package in Ubuntu:
  New
Status in ubuntu-system-settings package in Ubuntu:
  In Progress

Bug description:
  The other files count on the storage page appears to be much larger
  than it really is, reporting 15 to 2.0 GB on most devices.

  The files in .cache and .local should be counted as part of the Used
  by apps total

  Other should subtract the amount used by apps

   property real otherSize: diskSpace -
   freediskSpace -
   usedByUbuntu -
   backendInfo.moviesSize -
   backendInfo.picturesSize -
   backendInfo.audioSize
  with these changes the counts are correct

  Used by Ubuntu varies greatly between devices:
  mako shows 5.1 GB
  krrilin shows 3.4 GB, 
  Arale 1 shows 5.4 GB
  Arale 2 shows 2.9 GB

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1524424/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1524424] Re: Storage computations are incorrect

2015-12-10 Thread Pat McGowan
Yes one of the 3 issues is that bug
The branch here fixes issue 2

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

Title:
  Storage computations are incorrect

Status in Canonical System Image:
  Confirmed
Status in click package in Ubuntu:
  New
Status in ubuntu-system-settings package in Ubuntu:
  New

Bug description:
  The other files count on the storage page appears to be much larger
  than it really is, reporting 15 to 2.0 GB on most devices.

  The files in .cache and .local should be counted as part of the Used
  by apps total

  Other should subtract the amount used by apps

   property real otherSize: diskSpace -
   freediskSpace -
   usedByUbuntu -
   backendInfo.moviesSize -
   backendInfo.picturesSize -
   backendInfo.audioSize
  with these changes the counts are correct

  Used by Ubuntu varies greatly between devices:
  mako shows 5.1 GB
  krrilin shows 3.4 GB, 
  Arale 1 shows 5.4 GB
  Arale 2 shows 2.9 GB

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1524424/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1524424] Re: Storage computations are incorrect

2015-12-09 Thread Pat McGowan
** Also affects: click (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Storage computations are incorrect

Status in Canonical System Image:
  Confirmed
Status in click package in Ubuntu:
  New
Status in ubuntu-system-settings package in Ubuntu:
  New

Bug description:
  The other files count on the storage page appears to be much larger
  than it really is, reporting 15 to 2.0 GB on most devices.

  The files in .cache and .local should be counted as part of the Used
  by apps total

  Other should subtract the amount used by apps

   property real otherSize: diskSpace -
   freediskSpace -
   usedByUbuntu -
   backendInfo.moviesSize -
   backendInfo.picturesSize -
   backendInfo.audioSize
  with these changes the counts are correct

  Used by Ubuntu varies greatly between devices:
  mako shows 5.1 GB
  krrilin shows 3.4 GB, 
  Arale 1 shows 5.4 GB
  Arale 2 shows 2.9 GB

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1524424/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1524424] Re: Storage computations are incorrect

2015-12-09 Thread Rodney Dawes
I'm pretty sure this is a duplicate of bug #145

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

Title:
  Storage computations are incorrect

Status in Canonical System Image:
  Confirmed
Status in click package in Ubuntu:
  New
Status in ubuntu-system-settings package in Ubuntu:
  New

Bug description:
  The other files count on the storage page appears to be much larger
  than it really is, reporting 15 to 2.0 GB on most devices.

  The files in .cache and .local should be counted as part of the Used
  by apps total

  Other should subtract the amount used by apps

   property real otherSize: diskSpace -
   freediskSpace -
   usedByUbuntu -
   backendInfo.moviesSize -
   backendInfo.picturesSize -
   backendInfo.audioSize
  with these changes the counts are correct

  Used by Ubuntu varies greatly between devices:
  mako shows 5.1 GB
  krrilin shows 3.4 GB, 
  Arale 1 shows 5.4 GB
  Arale 2 shows 2.9 GB

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1524424/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp