[Touch-packages] [Bug 1568310] Re: BQ E4.5 (OTA-10): gallery-app tries to index thousands of files on the SD card, but should not

2016-06-02 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 gallery-app in Ubuntu.
https://bugs.launchpad.net/bugs/1568310

Title:
  BQ E4.5 (OTA-10): gallery-app tries to index thousands of files on the
  SD card, but should not

Status in Canonical System Image:
  Fix Released
Status in gallery-app package in Ubuntu:
  Fix Released

Bug description:

  The app gallery did not started anymore in my BQ E4.5, it was just
  sitting there and loading  for hours without coming to an end. I 
investigated
  it with strace and lsof and saw the app was searching through all the
  100.000 files (OSM tiles) on my SD card. While the SD card managment app
  supports placing a file there with the name '.nomedia' so the SD Card
  app ignores all files and dirs below:

  $ ls -la /media/phablet/4BDC-71D9/Maps
  total 840900
  drwxr-xr-x  3 phablet phablet  4096 Apr  7 09:25 .
  drwxr-xr-x  8 phablet phablet  4096 Jan  1  1970 ..
  -rw-r--r--  1 phablet phablet 0 Apr  4 14:58 .nomedia
  drwxr-xr-x 19 phablet phablet  4096 Apr  4 14:08 osm

  $ find /media/phablet/4BDC-71D9/Maps/osm | wc -l
  129236

  it seems that the gallery-app does not honor this file '.nomedia'.

  Any idea for a workaround in the gallery-app?

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1568310/+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 1568310] Re: BQ E4.5 (OTA-10): gallery-app tries to index thousands of files on the SD card, but should not

2016-05-19 Thread Launchpad Bug Tracker
This bug was fixed in the package gallery-app -
0.0.67+16.04.20160426-0ubuntu1

---
gallery-app (0.0.67+16.04.20160426-0ubuntu1) xenial; urgency=medium

  * Add linker flag to strip gallery-app binary file (LP: #1570616)
  * Add proper ngettext-style plural forms (LP: #1551149)
  * Check MimeType to verify if it's an image format before adding to
gallery's collection (LP: #1536168)
  * If there is a .nomedia file ignores all files and dirs bellow the
current path (LP: #1568310)
  * Stop using C++ Content Hub API and use QML one instead (LP:
#1568857)
  * Use Settings instead of StateSaver to open gallery always on the
last tab viewed (LP: #1560159)
  * Wait gallery ends collection processing before loading events model
on picker mode (LP: #1569844)

 -- Arthur Mello   Tue, 26 Apr 2016 23:28:09
+

** Changed in: gallery-app (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 gallery-app in Ubuntu.
https://bugs.launchpad.net/bugs/1568310

Title:
  BQ E4.5 (OTA-10): gallery-app tries to index thousands of files on the
  SD card, but should not

Status in Canonical System Image:
  Fix Committed
Status in gallery-app package in Ubuntu:
  Fix Released

Bug description:

  The app gallery did not started anymore in my BQ E4.5, it was just
  sitting there and loading  for hours without coming to an end. I 
investigated
  it with strace and lsof and saw the app was searching through all the
  100.000 files (OSM tiles) on my SD card. While the SD card managment app
  supports placing a file there with the name '.nomedia' so the SD Card
  app ignores all files and dirs below:

  $ ls -la /media/phablet/4BDC-71D9/Maps
  total 840900
  drwxr-xr-x  3 phablet phablet  4096 Apr  7 09:25 .
  drwxr-xr-x  8 phablet phablet  4096 Jan  1  1970 ..
  -rw-r--r--  1 phablet phablet 0 Apr  4 14:58 .nomedia
  drwxr-xr-x 19 phablet phablet  4096 Apr  4 14:08 osm

  $ find /media/phablet/4BDC-71D9/Maps/osm | wc -l
  129236

  it seems that the gallery-app does not honor this file '.nomedia'.

  Any idea for a workaround in the gallery-app?

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1568310/+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 1568310] Re: BQ E4.5 (OTA-10): gallery-app tries to index thousands of files on the SD card, but should not

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

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

Title:
  BQ E4.5 (OTA-10): gallery-app tries to index thousands of files on the
  SD card, but should not

Status in Canonical System Image:
  Fix Committed
Status in gallery-app package in Ubuntu:
  In Progress

Bug description:

  The app gallery did not started anymore in my BQ E4.5, it was just
  sitting there and loading  for hours without coming to an end. I 
investigated
  it with strace and lsof and saw the app was searching through all the
  100.000 files (OSM tiles) on my SD card. While the SD card managment app
  supports placing a file there with the name '.nomedia' so the SD Card
  app ignores all files and dirs below:

  $ ls -la /media/phablet/4BDC-71D9/Maps
  total 840900
  drwxr-xr-x  3 phablet phablet  4096 Apr  7 09:25 .
  drwxr-xr-x  8 phablet phablet  4096 Jan  1  1970 ..
  -rw-r--r--  1 phablet phablet 0 Apr  4 14:58 .nomedia
  drwxr-xr-x 19 phablet phablet  4096 Apr  4 14:08 osm

  $ find /media/phablet/4BDC-71D9/Maps/osm | wc -l
  129236

  it seems that the gallery-app does not honor this file '.nomedia'.

  Any idea for a workaround in the gallery-app?

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1568310/+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 1568310] Re: BQ E4.5 (OTA-10): gallery-app tries to index thousands of files on the SD card, but should not

2016-05-01 Thread Selene Scriven
Gallery-app 2.9.1.1312 partially fixes this.  It doesn't index new files
under a .nomedia marker, but if the .nomedia marker is added after
indexing, gallery-app continues to show those files.  So, at the moment
it is necessary to remove the gallery index database in order to make it
stop showing .nomedia-excluded images.

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

Title:
  BQ E4.5 (OTA-10): gallery-app tries to index thousands of files on the
  SD card, but should not

Status in Canonical System Image:
  In Progress
Status in gallery-app package in Ubuntu:
  In Progress

Bug description:

  The app gallery did not started anymore in my BQ E4.5, it was just
  sitting there and loading  for hours without coming to an end. I 
investigated
  it with strace and lsof and saw the app was searching through all the
  100.000 files (OSM tiles) on my SD card. While the SD card managment app
  supports placing a file there with the name '.nomedia' so the SD Card
  app ignores all files and dirs below:

  $ ls -la /media/phablet/4BDC-71D9/Maps
  total 840900
  drwxr-xr-x  3 phablet phablet  4096 Apr  7 09:25 .
  drwxr-xr-x  8 phablet phablet  4096 Jan  1  1970 ..
  -rw-r--r--  1 phablet phablet 0 Apr  4 14:58 .nomedia
  drwxr-xr-x 19 phablet phablet  4096 Apr  4 14:08 osm

  $ find /media/phablet/4BDC-71D9/Maps/osm | wc -l
  129236

  it seems that the gallery-app does not honor this file '.nomedia'.

  Any idea for a workaround in the gallery-app?

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1568310/+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 1568310] Re: BQ E4.5 (OTA-10): gallery-app tries to index thousands of files on the SD card, but should not

2016-04-22 Thread Bill Filler
** Tags added: system-apps-11

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

Title:
  BQ E4.5 (OTA-10): gallery-app tries to index thousands of files on the
  SD card, but should not

Status in Canonical System Image:
  In Progress
Status in gallery-app package in Ubuntu:
  In Progress

Bug description:

  The app gallery did not started anymore in my BQ E4.5, it was just
  sitting there and loading  for hours without coming to an end. I 
investigated
  it with strace and lsof and saw the app was searching through all the
  100.000 files (OSM tiles) on my SD card. While the SD card managment app
  supports placing a file there with the name '.nomedia' so the SD Card
  app ignores all files and dirs below:

  $ ls -la /media/phablet/4BDC-71D9/Maps
  total 840900
  drwxr-xr-x  3 phablet phablet  4096 Apr  7 09:25 .
  drwxr-xr-x  8 phablet phablet  4096 Jan  1  1970 ..
  -rw-r--r--  1 phablet phablet 0 Apr  4 14:58 .nomedia
  drwxr-xr-x 19 phablet phablet  4096 Apr  4 14:08 osm

  $ find /media/phablet/4BDC-71D9/Maps/osm | wc -l
  129236

  it seems that the gallery-app does not honor this file '.nomedia'.

  Any idea for a workaround in the gallery-app?

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1568310/+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 1568310] Re: BQ E4.5 (OTA-10): gallery-app tries to index thousands of files on the SD card, but should not

2016-04-17 Thread Gregory Opera
Same here - Gallery is ignoring the ".nomedia" file (which should hide
any content in the same directory as this file), whilst other
applications, Scopes and web apps do not...

Folders containing ".nomedia" should not have their content shown in
Gallery.

--

bq Aquaris E5 HD Ubuntu Edition
* OS: Ubuntu 15.04 (OTA-10.1)
* OS build number: OTA-10.1
* Ubuntu Image part: 20160408.4
* Ubuntu build description: Ubuntu 15.04 - armf (20160408-211605)
* Device Image part: 20160329-a9bacdb
* Device build description: VEGETA01A-S23A_BQ_L100EN_2012_160408
* Customisation Image [art: 20160324--36-54-vivid

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

Title:
  BQ E4.5 (OTA-10): gallery-app tries to index thousands of files on the
  SD card, but should not

Status in Canonical System Image:
  In Progress
Status in gallery-app package in Ubuntu:
  In Progress

Bug description:

  The app gallery did not started anymore in my BQ E4.5, it was just
  sitting there and loading  for hours without coming to an end. I 
investigated
  it with strace and lsof and saw the app was searching through all the
  100.000 files (OSM tiles) on my SD card. While the SD card managment app
  supports placing a file there with the name '.nomedia' so the SD Card
  app ignores all files and dirs below:

  $ ls -la /media/phablet/4BDC-71D9/Maps
  total 840900
  drwxr-xr-x  3 phablet phablet  4096 Apr  7 09:25 .
  drwxr-xr-x  8 phablet phablet  4096 Jan  1  1970 ..
  -rw-r--r--  1 phablet phablet 0 Apr  4 14:58 .nomedia
  drwxr-xr-x 19 phablet phablet  4096 Apr  4 14:08 osm

  $ find /media/phablet/4BDC-71D9/Maps/osm | wc -l
  129236

  it seems that the gallery-app does not honor this file '.nomedia'.

  Any idea for a workaround in the gallery-app?

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1568310/+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 1568310] Re: BQ E4.5 (OTA-10): gallery-app tries to index thousands of files on the SD card, but should not

2016-04-12 Thread Arthur Mello
** Changed in: canonical-devices-system-image
   Status: Confirmed => In Progress

** Changed in: gallery-app (Ubuntu)
   Status: Confirmed => In Progress

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

Title:
  BQ E4.5 (OTA-10): gallery-app tries to index thousands of files on the
  SD card, but should not

Status in Canonical System Image:
  In Progress
Status in gallery-app package in Ubuntu:
  In Progress

Bug description:

  The app gallery did not started anymore in my BQ E4.5, it was just
  sitting there and loading  for hours without coming to an end. I 
investigated
  it with strace and lsof and saw the app was searching through all the
  100.000 files (OSM tiles) on my SD card. While the SD card managment app
  supports placing a file there with the name '.nomedia' so the SD Card
  app ignores all files and dirs below:

  $ ls -la /media/phablet/4BDC-71D9/Maps
  total 840900
  drwxr-xr-x  3 phablet phablet  4096 Apr  7 09:25 .
  drwxr-xr-x  8 phablet phablet  4096 Jan  1  1970 ..
  -rw-r--r--  1 phablet phablet 0 Apr  4 14:58 .nomedia
  drwxr-xr-x 19 phablet phablet  4096 Apr  4 14:08 osm

  $ find /media/phablet/4BDC-71D9/Maps/osm | wc -l
  129236

  it seems that the gallery-app does not honor this file '.nomedia'.

  Any idea for a workaround in the gallery-app?

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1568310/+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 1568310] Re: BQ E4.5 (OTA-10): gallery-app tries to index thousands of files on the SD card, but should not

2016-04-12 Thread Launchpad Bug Tracker
** Branch linked: lp:~artmello/gallery-app/gallery-app-fix_1568310

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

Title:
  BQ E4.5 (OTA-10): gallery-app tries to index thousands of files on the
  SD card, but should not

Status in Canonical System Image:
  Confirmed
Status in gallery-app package in Ubuntu:
  Confirmed

Bug description:

  The app gallery did not started anymore in my BQ E4.5, it was just
  sitting there and loading  for hours without coming to an end. I 
investigated
  it with strace and lsof and saw the app was searching through all the
  100.000 files (OSM tiles) on my SD card. While the SD card managment app
  supports placing a file there with the name '.nomedia' so the SD Card
  app ignores all files and dirs below:

  $ ls -la /media/phablet/4BDC-71D9/Maps
  total 840900
  drwxr-xr-x  3 phablet phablet  4096 Apr  7 09:25 .
  drwxr-xr-x  8 phablet phablet  4096 Jan  1  1970 ..
  -rw-r--r--  1 phablet phablet 0 Apr  4 14:58 .nomedia
  drwxr-xr-x 19 phablet phablet  4096 Apr  4 14:08 osm

  $ find /media/phablet/4BDC-71D9/Maps/osm | wc -l
  129236

  it seems that the gallery-app does not honor this file '.nomedia'.

  Any idea for a workaround in the gallery-app?

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1568310/+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 1568310] Re: BQ E4.5 (OTA-10): gallery-app tries to index thousands of files on the SD card, but should not

2016-04-11 Thread Bill Filler
** Tags added: gallery

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

Title:
  BQ E4.5 (OTA-10): gallery-app tries to index thousands of files on the
  SD card, but should not

Status in Canonical System Image:
  Confirmed
Status in gallery-app package in Ubuntu:
  Confirmed

Bug description:

  The app gallery did not started anymore in my BQ E4.5, it was just
  sitting there and loading  for hours without coming to an end. I 
investigated
  it with strace and lsof and saw the app was searching through all the
  100.000 files (OSM tiles) on my SD card. While the SD card managment app
  supports placing a file there with the name '.nomedia' so the SD Card
  app ignores all files and dirs below:

  $ ls -la /media/phablet/4BDC-71D9/Maps
  total 840900
  drwxr-xr-x  3 phablet phablet  4096 Apr  7 09:25 .
  drwxr-xr-x  8 phablet phablet  4096 Jan  1  1970 ..
  -rw-r--r--  1 phablet phablet 0 Apr  4 14:58 .nomedia
  drwxr-xr-x 19 phablet phablet  4096 Apr  4 14:08 osm

  $ find /media/phablet/4BDC-71D9/Maps/osm | wc -l
  129236

  it seems that the gallery-app does not honor this file '.nomedia'.

  Any idea for a workaround in the gallery-app?

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1568310/+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 1568310] Re: BQ E4.5 (OTA-10): gallery-app tries to index thousands of files on the SD card, but should not

2016-04-11 Thread Bill Filler
** Changed in: gallery-app (Ubuntu)
   Importance: Undecided => High

** Changed in: gallery-app (Ubuntu)
 Assignee: (unassigned) => Arthur Mello (artmello)

** Changed in: canonical-devices-system-image
Milestone: None => 11

** Changed in: canonical-devices-system-image
   Importance: Undecided => High

** Changed in: canonical-devices-system-image
   Status: New => Confirmed

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

Title:
  BQ E4.5 (OTA-10): gallery-app tries to index thousands of files on the
  SD card, but should not

Status in Canonical System Image:
  Confirmed
Status in gallery-app package in Ubuntu:
  Confirmed

Bug description:

  The app gallery did not started anymore in my BQ E4.5, it was just
  sitting there and loading  for hours without coming to an end. I 
investigated
  it with strace and lsof and saw the app was searching through all the
  100.000 files (OSM tiles) on my SD card. While the SD card managment app
  supports placing a file there with the name '.nomedia' so the SD Card
  app ignores all files and dirs below:

  $ ls -la /media/phablet/4BDC-71D9/Maps
  total 840900
  drwxr-xr-x  3 phablet phablet  4096 Apr  7 09:25 .
  drwxr-xr-x  8 phablet phablet  4096 Jan  1  1970 ..
  -rw-r--r--  1 phablet phablet 0 Apr  4 14:58 .nomedia
  drwxr-xr-x 19 phablet phablet  4096 Apr  4 14:08 osm

  $ find /media/phablet/4BDC-71D9/Maps/osm | wc -l
  129236

  it seems that the gallery-app does not honor this file '.nomedia'.

  Any idea for a workaround in the gallery-app?

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1568310/+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 1568310] Re: BQ E4.5 (OTA-10): gallery-app tries to index thousands of files on the SD card, but should not

2016-04-11 Thread Pat McGowan
** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Bill Filler (bfiller)

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

Title:
  BQ E4.5 (OTA-10): gallery-app tries to index thousands of files on the
  SD card, but should not

Status in Canonical System Image:
  New
Status in gallery-app package in Ubuntu:
  Confirmed

Bug description:

  The app gallery did not started anymore in my BQ E4.5, it was just
  sitting there and loading  for hours without coming to an end. I 
investigated
  it with strace and lsof and saw the app was searching through all the
  100.000 files (OSM tiles) on my SD card. While the SD card managment app
  supports placing a file there with the name '.nomedia' so the SD Card
  app ignores all files and dirs below:

  $ ls -la /media/phablet/4BDC-71D9/Maps
  total 840900
  drwxr-xr-x  3 phablet phablet  4096 Apr  7 09:25 .
  drwxr-xr-x  8 phablet phablet  4096 Jan  1  1970 ..
  -rw-r--r--  1 phablet phablet 0 Apr  4 14:58 .nomedia
  drwxr-xr-x 19 phablet phablet  4096 Apr  4 14:08 osm

  $ find /media/phablet/4BDC-71D9/Maps/osm | wc -l
  129236

  it seems that the gallery-app does not honor this file '.nomedia'.

  Any idea for a workaround in the gallery-app?

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1568310/+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 1568310] Re: BQ E4.5 (OTA-10): gallery-app tries to index thousands of files on the SD card, but should not

2016-04-10 Thread Tomas Öqvist
I don't know if this is related, but the gallery app on my BQ E4.5 also
takes forever to load pictures. I have filed another bug about this here
https://bugs.launchpad.net/ubuntu/+source/gallery-app/+bug/1568286. Some
additional information:

Gallery app database is 64 KB

Storage divided as follows:
Used by Ubuntu: 2.4 GB
Videos: 131 MB
Audio: 136 MB
Pictures: 432 MB
Other files: 1.1 GB
Used by applications: 584 MB

Total free space: 2.4 GB

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

Title:
  BQ E4.5 (OTA-10): gallery-app tries to index thousands of files on the
  SD card, but should not

Status in gallery-app package in Ubuntu:
  Confirmed

Bug description:

  The app gallery did not started anymore in my BQ E4.5, it was just
  sitting there and loading  for hours without coming to an end. I 
investigated
  it with strace and lsof and saw the app was searching through all the
  100.000 files (OSM tiles) on my SD card. While the SD card managment app
  supports placing a file there with the name '.nomedia' so the SD Card
  app ignores all files and dirs below:

  $ ls -la /media/phablet/4BDC-71D9/Maps
  total 840900
  drwxr-xr-x  3 phablet phablet  4096 Apr  7 09:25 .
  drwxr-xr-x  8 phablet phablet  4096 Jan  1  1970 ..
  -rw-r--r--  1 phablet phablet 0 Apr  4 14:58 .nomedia
  drwxr-xr-x 19 phablet phablet  4096 Apr  4 14:08 osm

  $ find /media/phablet/4BDC-71D9/Maps/osm | wc -l
  129236

  it seems that the gallery-app does not honor this file '.nomedia'.

  Any idea for a workaround in the gallery-app?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gallery-app/+bug/1568310/+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 1568310] Re: BQ E4.5 (OTA-10): gallery-app tries to index thousands of files on the SD card, but should not

2016-04-10 Thread Matthias Apitz
Interestingly, I have in another OTA-10 device the same 100.000 files
below ~phablet/osm and there gallery-app don't take care of them;

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

Title:
  BQ E4.5 (OTA-10): gallery-app tries to index thousands of files on the
  SD card, but should not

Status in gallery-app package in Ubuntu:
  Confirmed

Bug description:

  The app gallery did not started anymore in my BQ E4.5, it was just
  sitting there and loading  for hours without coming to an end. I 
investigated
  it with strace and lsof and saw the app was searching through all the
  100.000 files (OSM tiles) on my SD card. While the SD card managment app
  supports placing a file there with the name '.nomedia' so the SD Card
  app ignores all files and dirs below:

  $ ls -la /media/phablet/4BDC-71D9/Maps
  total 840900
  drwxr-xr-x  3 phablet phablet  4096 Apr  7 09:25 .
  drwxr-xr-x  8 phablet phablet  4096 Jan  1  1970 ..
  -rw-r--r--  1 phablet phablet 0 Apr  4 14:58 .nomedia
  drwxr-xr-x 19 phablet phablet  4096 Apr  4 14:08 osm

  $ find /media/phablet/4BDC-71D9/Maps/osm | wc -l
  129236

  it seems that the gallery-app does not honor this file '.nomedia'.

  Any idea for a workaround in the gallery-app?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gallery-app/+bug/1568310/+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 1568310] Re: BQ E4.5 (OTA-10): gallery-app tries to index thousands of files on the SD card, but should not

2016-04-10 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gallery-app (Ubuntu)
   Status: New => Confirmed

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

Title:
  BQ E4.5 (OTA-10): gallery-app tries to index thousands of files on the
  SD card, but should not

Status in gallery-app package in Ubuntu:
  Confirmed

Bug description:

  The app gallery did not started anymore in my BQ E4.5, it was just
  sitting there and loading  for hours without coming to an end. I 
investigated
  it with strace and lsof and saw the app was searching through all the
  100.000 files (OSM tiles) on my SD card. While the SD card managment app
  supports placing a file there with the name '.nomedia' so the SD Card
  app ignores all files and dirs below:

  $ ls -la /media/phablet/4BDC-71D9/Maps
  total 840900
  drwxr-xr-x  3 phablet phablet  4096 Apr  7 09:25 .
  drwxr-xr-x  8 phablet phablet  4096 Jan  1  1970 ..
  -rw-r--r--  1 phablet phablet 0 Apr  4 14:58 .nomedia
  drwxr-xr-x 19 phablet phablet  4096 Apr  4 14:08 osm

  $ find /media/phablet/4BDC-71D9/Maps/osm | wc -l
  129236

  it seems that the gallery-app does not honor this file '.nomedia'.

  Any idea for a workaround in the gallery-app?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gallery-app/+bug/1568310/+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