[Touch-packages] [Bug 1364475] Re: /usr/lib/arm-linux-gnueabihf/thumbnailer/vs-thumb:*** Error in `/usr/lib/arm-linux-gnueabihf/thumbnailer/vs-thumb': double free or corruption (fasttop): ADDR ***

2014-09-05 Thread Jussi Pakkanen
*** This bug is a duplicate of bug 1365509 *** https://bugs.launchpad.net/bugs/1365509 ** This bug has been marked a duplicate of bug 1365509 Videos fail to play from gallery app -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 1365908] Re: mediascanner respawns on supposedly blacklisted video

2014-09-05 Thread Jussi Pakkanen
** Package changed: mediascanner (Ubuntu) = mediascanner2 (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mediascanner2 in Ubuntu. https://bugs.launchpad.net/bugs/1365908 Title: mediascanner respawns on supposedly

[Touch-packages] [Bug 1365908] Re: mediascanner respawns on supposedly blacklisted video

2014-09-05 Thread Jussi Pakkanen
This is extremely strange. This happens also with a version compiled from trunk. The problem seems to be that MediaStore will claim that a file is not broken even if the file in question is in the database. sqlite3 ~/.cache/mediascanner-2.0/mediastore.db select * from broken_files; gives

[Touch-packages] [Bug 1364466] Re: /usr/bin/mediascanner-service-2.0:*** Error in `mediascanner-service-2.0': double free or corruption (fasttop): ADDR ***

2014-09-08 Thread Jussi Pakkanen
** Changed in: mediascanner2 (Ubuntu) Status: Confirmed = Invalid -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mediascanner2 in Ubuntu. https://bugs.launchpad.net/bugs/1364466 Title:

[Touch-packages] [Bug 1362818] Re: no previews showing up for recorded videos in camera/gallery/video scope

2014-09-08 Thread Jussi Pakkanen
** Package changed: thumbnailer (Ubuntu) = gst-plugins-bad1.0 (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to camera-app in Ubuntu. https://bugs.launchpad.net/bugs/1362818 Title: no previews showing up for

[Touch-packages] [Bug 1366777] Re: qmlscene crashed while running music-app autopilot tests

2014-09-09 Thread Jussi Pakkanen
This text: what(): Tried to open a db with an unsupported schema version. means that an old version of Mediascanner's database is being used. This can be caused, among other things, by the following: - not properly wiping ~/.cache/mediascanner-2.0 between tests - installing a new version of MS

[Touch-packages] [Bug 1366777] Re: qmlscene crashed while running music-app autopilot tests

2014-09-09 Thread Jussi Pakkanen
To be absolutely sure that Mediascanner is properly initialised, do the equivalent to the following commands: stop mediascanner-service-2.0 rm -rf ~/.cache/mediascanner-2.0 start mediascanner-service-2.0 wait until Mediascanner has finished scanning directories If you want to be exact about the

[Touch-packages] [Bug 1336675] Re: SIM unlock - UI hangs when user enters wrong PIN

2014-09-10 Thread Jussi Pakkanen
With system-image 27 this does not happen any more. Typing the wrong PIN causes the dialog to come up again and then typing the right PIN unlocks as expected. ** Changed in: indicator-network (Ubuntu) Status: Triaged = Incomplete ** Changed in: unity8 (Ubuntu) Status: Triaged =

[Touch-packages] [Bug 1332306] Re: Hot-swapped SIMs should be detected and prompt user to reboot

2014-09-10 Thread Jussi Pakkanen
With krillin image 27 the Present signal is _not_ sent. I tested both with gdbus and monitor-ofono. The status claims fix released, though, so something is amiss. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 1319586] Re: FTBFS on latest glib

2014-09-11 Thread Jussi Pakkanen
** Changed in: indicator-network (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to indicator-network in Ubuntu. https://bugs.launchpad.net/bugs/1319586 Title: FTBFS on latest glib

[Touch-packages] [Bug 1366018] Re: Not clear in Wi-Fi settings whether you are connected

2014-09-11 Thread Jussi Pakkanen
Not reproducible in the indicator either. ** Changed in: indicator-network (Ubuntu) Status: New = Incomplete -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to indicator-network in Ubuntu.

[Touch-packages] [Bug 1320828] Re: /usr/lib/arm-linux-gnueabihf/indicator-network/indicator-network-service:11:SimUnlockDialog::state:ModemManager::Private::ofono_disappeared:ModemManager::Private::Pr

2014-09-11 Thread Jussi Pakkanen
** Changed in: indicator-network (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to indicator-network in Ubuntu. https://bugs.launchpad.net/bugs/1320828 Title:

[Touch-packages] [Bug 1366391] Re: re-prompted for already-known password when switching networks

2014-09-11 Thread Jussi Pakkanen
If you are connected to network 1, start connecting to network 2 and then cancel, the expected behaviour is to return the network status to how it was i.e. connected to network 1. The system should not ask you to retype a password for a network that you have already joined once. If your behaviour

[Touch-packages] [Bug 1332306] Re: Hot-swapped SIMs should be detected and prompt user to reboot

2014-09-12 Thread Jussi Pakkanen
According to ofono guys this feature should have landed by today's image. But it still does not work: {ConnectionManager} [/ril_0] Attached = True {ConnectionManager} [/ril_0] Bearer = umts {Modem} [/ril_0] Powered = False {Modem} [/ril_0] Online = False {Modem} [/ril_0] Interfaces = [] {Modem}

[Touch-packages] [Bug 1332306] Re: Hot-swapped SIMs should be detected and prompt user to reboot

2014-09-12 Thread Jussi Pakkanen
According to ofono guys this feature should have landed by today's image. But it still does not work: {ConnectionManager} [/ril_0] Attached = True {ConnectionManager} [/ril_0] Bearer = umts {Modem} [/ril_0] Powered = False {Modem} [/ril_0] Online = False {Modem} [/ril_0] Interfaces = [] {Modem}

[Touch-packages] [Bug 1368519] Re: /usr/lib/arm-linux-gnueabihf/indicator-network/indicator-network-service:6:__gnu_cxx::__verbose_terminate_handler:__cxxabiv1::__terminate:std::terminate:__cxxabiv1::

2014-09-12 Thread Jussi Pakkanen
The backtrace only shows worker thread, meaning the exception is thrown and leaked fully inside dbus-cpp. That makes this a bug in dbus-cpp, not indicator-network. ** Also affects: dbus-cpp (Ubuntu) Importance: Undecided Status: New ** Changed in: indicator-network (Ubuntu)

[Touch-packages] [Bug 1362133] Re: Rebooting after disabling wifi leaves wifi in wrong state (enabled but doesn't show networks)

2014-09-12 Thread Jussi Pakkanen
The output of nmcli is this: nmcli d DEVICE TYPE STATE /ril_1 gsm disconnected /ril_0 gsm disconnected wlan0 802-11-wireless unavailable The top bar icon shows that wifi is off but indicator-network shows it to be on. --

[Touch-packages] [Bug 1362133] Re: Rebooting after disabling wifi leaves wifi in wrong state (enabled but doesn't show networks)

2014-09-12 Thread Jussi Pakkanen
** Attachment added: krillin.png https://bugs.launchpad.net/ubuntu/+source/indicator-network/+bug/1362133/+attachment/4202252/+files/krillin.png -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to indicator-network in Ubuntu.

[Touch-packages] [Bug 1362133] Re: Rebooting after disabling wifi leaves wifi in wrong state (enabled but doesn't show networks)

2014-09-12 Thread Jussi Pakkanen
More output: dbus-send --dest=com.canonical.indicator.network --print-reply /com/canonical/indicator/network org.gtk.Actions.Describe string:wifi.enable method return sender=:1.40 - dest=:1.83 reply_serial=2 struct { boolean true signature array [ variant

[Touch-packages] [Bug 1332306] Re: Hot-swapped SIMs should be detected and prompt user to reboot

2014-09-12 Thread Jussi Pakkanen
The test above was done with krillin, image 32, ofono version 1.12.bzr6876+14.10.20140904~rtm-0ubuntu1. The test was done by starting the monitor script and then ejecting the SIM card. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 1362133] Re: Rebooting after disabling wifi leaves wifi in wrong state (enabled but doesn't show networks)

2014-09-12 Thread Jussi Pakkanen
On Mako the command outputs are exactly the same. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to indicator-network in Ubuntu. https://bugs.launchpad.net/bugs/1362133 Title: Rebooting after disabling wifi leaves wifi in

[Touch-packages] [Bug 1368492] Re: crash opening image file

2014-09-15 Thread Jussi Pakkanen
This backtrace does not make any sense. ThumbnailCache object exists: #3 0xacebec62 in ThumbnailCache::get_if_exists (this=0x7641d4 but ThumbnailCachePrivate does not: #2 ThumbnailCachePrivate::get_cache_file_name (this=0x0 I went through the code but found no code path that could possibly

[Touch-packages] [Bug 1368492] Re: crash opening image file

2014-09-15 Thread Jussi Pakkanen
The plot thickens. Compiling with asan on ARM gives the following for downloadertest: Program received signal SIGSEGV, Segmentation fault. 0x in ?? () (gdb) bt #0 0x in ?? () #1 0xb6b19344 in pthread_cond_init () from /usr/lib/arm-linux-gnueabihf/libasan.so.1 #2 0xb6a70e96 in

[Touch-packages] [Bug 1368492] Re: crash opening image file

2014-09-15 Thread Jussi Pakkanen
On build 40 the attached image does not crash the gallery. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to thumbnailer in Ubuntu. https://bugs.launchpad.net/bugs/1368492 Title: crash opening image file Status in

[Touch-packages] [Bug 1362150] Re: [Greeter] SIM PIN unlock usability needs improving

2014-09-15 Thread Jussi Pakkanen
If we allow fullscreen apps (and even if we don't) there is no possible way to prevent password phishing attacks. Any app can draw a fake SIM unlock dialog that looks pixel-to-pixel identical to the real thing. -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1368492] Re: crash opening image file

2014-09-15 Thread Jussi Pakkanen
I followed your steps to the letter (except that ~/.cache/com.ubuntu .gallery-app should be ~/.cache/com.ubuntu.gallery) and got no crash. The reason for rtm being old is that we have a silo (line 14 in the spreadsheet) which has been fully tested but QA has not signed off on it for reasons we

[Touch-packages] [Bug 1369539] Re: mediascanner-service-2.0 crashed while creating thumbnails

2014-09-18 Thread Jussi Pakkanen
*** This bug is a duplicate of bug 1364466 *** https://bugs.launchpad.net/bugs/1364466 Mediascanner does not generate thumbnails. It has never done so, that is thumbnailer's job. What is happening here is that gstreamer metadata extractor is buggy and crashes on some files. This is a known

[Touch-packages] [Bug 1371502] [NEW] Update fails with image 245 and silo 19

2014-09-19 Thread Jussi Pakkanen
Public bug reported: On Mako I reflashed to image 245 using --boostrap. Then I added new system-image-cli from silo 19. After killing the dbus service I did system-settings - about this phone - updates - check for updates. The system tells that there is an update and prompts to install it. After

[Touch-packages] [Bug 1371313] Re: [krillin] Wi-Fi toggle disappears from menu when Wi-Fi disabled

2014-09-22 Thread Jussi Pakkanen
I did this and it works in that the toggle button does not disappear. Toggling it off and on makes wifi go off and on. Toggling it again makes the wifi go off and _not_ come back. This might be partially triggered by the device going to sleep (blanking the screen) or not. It's not 100% clear. --

[Touch-packages] [Bug 1294303] Re: Mediascanner-service-2 process is killing HD and consumes lot of CPU

2014-09-23 Thread Jussi Pakkanen
To prevent Mediascanner from scanning files on an external hd, add a .nomedia file as described in comment 8. It will also be slow to scan only the first time. Once it has scanned the directories, it caches the results and does not do it again, even if you unplug and replug your drive. -- You

[Touch-packages] [Bug 1354543] Re: mediascanner fails to watch removable devices if /media/$USER doesn't exist when starting

2014-08-11 Thread Jussi Pakkanen
The core question is why does not /media/$USER exist when Mediascanner is starting? It does exist on the desktop. Could this be a timing issue or is the configuration completely different? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 1354543] Re: mediascanner fails to watch removable devices if /media/$USER doesn't exist when starting

2014-08-11 Thread Jussi Pakkanen
The way Mediascanner currently gets to know about mounted drives is a bit hacky as it listens to inotify events in that directory. Is there a more reliable way of getting mount/unmount events from the system? Maybe over dbus? -- You received this bug notification because you are a member of

[Touch-packages] [Bug 1348236] Re: Fails to scan mp3 and consumes all the system memory when scanning

2014-08-12 Thread Jussi Pakkanen
That mp3 file is causing problems with GStreamer itself. To replicate, simply do apt-get install gstreamer1.0-plugins-base-apps gst-discoverer-1.0 Existance.mp3 On the desktop it works just fine. On the phone this happens: Analyzing file:///home/phablet/mdtest/Existance.mp3 Done discovering

[Touch-packages] [Bug 1356331] Re: /usr/lib/arm-linux-gnueabihf/thumbnailer/vs-thumb:5:g_malloc0_n:gst_amc_codec_get_input_buffers:gst_amc_video_dec_configure_self:gst_amc_video_dec_set_format:gst_vid

2014-08-13 Thread Jussi Pakkanen
The backtrace shows that the crash happens in GStreamer's video decoding pipeline. This is a bug in GStreamer, not thumbnailer. Furthermore this bug is not really fixable unless someone provides a test file that invokes the crash. -- You received this bug notification because you are a member

[Touch-packages] [Bug 1356331] Re: /usr/lib/arm-linux-gnueabihf/thumbnailer/vs-thumb:5:g_malloc0_n:gst_amc_codec_get_input_buffers:gst_amc_video_dec_configure_self:gst_amc_video_dec_set_format:gst_vid

2014-08-13 Thread Jussi Pakkanen
On a closer look the crash happens when trying to allocate 8 bytes with glib, which makes this most likely a duplicate of bug 1346821. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to thumbnailer in Ubuntu.

[Touch-packages] [Bug 1303962] Re: please integrate mediascanner2 and media-hub with apparmor

2014-08-14 Thread Jussi Pakkanen
Mediascanner does not do thumbnailing at all. All of that is done by the thumbnailer library + service. Those should be confined already, but in case they are not, here's the skinny: - there are two kinds of thumbnails: those created from files and those that are downloaded (album art) - for

[Touch-packages] [Bug 1356331] Re: /usr/lib/arm-linux-gnueabihf/thumbnailer/vs-thumb:5:g_malloc0_n:gst_amc_codec_get_input_buffers:gst_amc_video_dec_configure_self:gst_amc_video_dec_set_format:gst_vid

2014-08-14 Thread Jussi Pakkanen
** Also affects: gst-plugins-bad1.0 (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gst-plugins-bad1.0 in Ubuntu. https://bugs.launchpad.net/bugs/1356331 Title:

[Touch-packages] [Bug 1357348] Re: Cannot play sound files due to apparmor permission issue

2014-08-15 Thread Jussi Pakkanen
** Changed in: mediascanner2 (Ubuntu) Status: Triaged = In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mediascanner2 in Ubuntu. https://bugs.launchpad.net/bugs/1357348 Title: Cannot play sound files due

[Touch-packages] [Bug 1357348] Re: Cannot play sound files due to apparmor permission issue

2014-08-15 Thread Jussi Pakkanen
** Changed in: mediascanner2 Status: New = In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mediascanner2 in Ubuntu. https://bugs.launchpad.net/bugs/1357348 Title: Cannot play sound files due to apparmor

[Touch-packages] [Bug 1191934] Re: orientation wrong in playback for recorded videos

2014-10-17 Thread Jussi Pakkanen
Videoflip does not work because the pipeline is not emitting the orientation tag. I wrote a test app to dump all tags and ran it with GST_DEBUG=3. In the output we find this: 0:00:00.034587209 32036 0x7f047c0522d0 WARN qtdemux qtdemux_types.c:202:qtdemux_type_get: unknown

[Touch-packages] [Bug 1191934] Re: orientation wrong in playback for recorded videos

2014-10-17 Thread Jussi Pakkanen
The core issue is in gstreamer, so I filed an upstream bug: https://bugzilla.gnome.org/show_bug.cgi?id=738681 ** Bug watch added: GNOME Bug Tracker #738681 https://bugzilla.gnome.org/show_bug.cgi?id=738681 -- You received this bug notification because you are a member of Ubuntu Touch

[Touch-packages] [Bug 1382283] Re: wifi toggle interrupts sound playback

2014-10-17 Thread Jussi Pakkanen
This is not a bug in indicator-network. The same issue can be triggered from the command line with this: dbus-send --system --print-reply --dest=org.freedesktop.URfkill /org/freedesktop/URfkill org.freedesktop.URfkill.FlightMode boolean:true -- You received this bug notification because you are

[Touch-packages] [Bug 1281598] Re: Local music sometimes not shown in music scope until a search is done

2014-10-20 Thread Jussi Pakkanen
** Branch unlinked: lp:~jpakkane/thumbnailer/videoflip -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity-scope-mediascanner in Ubuntu. https://bugs.launchpad.net/bugs/1281598 Title: Local music sometimes not shown in

[Touch-packages] [Bug 1191934] Re: orientation wrong in playback for recorded videos

2014-10-22 Thread Jussi Pakkanen
So if you only have silo 3 - nothing should change (orientation is incorrect) If you have both 3 and 16 - orientation should be correct. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to qtubuntu-camera in Ubuntu.

[Touch-packages] [Bug 285998] Re: mv or rm of any XDG user dir causes its definition to change to wrong, oversimple $HOME/

2014-10-22 Thread Jussi Pakkanen
** Changed in: mediascanner2 Status: New = In Progress ** Changed in: mediascanner2 (Ubuntu) Status: Confirmed = In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mediascanner2 in Ubuntu.

[Touch-packages] [Bug 1364466] Re: /usr/bin/mediascanner-service-2.0:*** Error in `mediascanner-service-2.0': double free or corruption (fasttop): ADDR ***

2014-10-23 Thread Jussi Pakkanen
This issue can be triggered without any Mediascanner involmement at all. Just issue the following command: gst-discoverer--1.0 /path/to/files/* Note that you _must_ pass all files to the command line at once. Looping over the list and invoking gst-discoverer-1.0 on each one separately does not

[Touch-packages] [Bug 1383357] Re: enabling flight mode shows airplane + 2g icon

2014-10-29 Thread Jussi Pakkanen
Attached is a dbus dump trace of when this happens. The only difference is that it displays a 3G icon rather than a 2G one. ** Attachment added: dbus_trace.zip https://bugs.launchpad.net/ubuntu/+source/indicator-network/+bug/1383357/+attachment/4247977/+files/dbus_trace.zip -- You received

[Touch-packages] [Bug 1386109] Re: com.ubuntu.connectivity1.NetworkingStatus.Status is always online

2014-10-30 Thread Jussi Pakkanen
Indicator-network's online status only reports what networkmanager tells it. There is no actual logic there. Since poking networkmanager seems to fix the issue this seems to indicate that the issue is in networkmanager and not indicator-network. ** Also affects: network-manager (Ubuntu)

[Touch-packages] [Bug 1386109] Re: com.ubuntu.connectivity1.NetworkingStatus.Status is always online

2014-10-30 Thread Jussi Pakkanen
Albert: since you can make this happen, could you please test when NetworkManager sends its state signal. To do that use dbus-monitor to check the signals that get sent out. Address: org.freedesktop.NetworkManager Object: /org/freedesktop/NetworkManager Interface: org.freedesktop.NetworkManager

[Touch-packages] [Bug 1386109] Re: com.ubuntu.connectivity1.NetworkingStatus.Status is always online

2014-10-30 Thread Jussi Pakkanen
** Changed in: network-manager (Ubuntu) Status: New = Confirmed ** Changed in: indicator-network Status: Confirmed = Invalid -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to network-manager in Ubuntu.

[Touch-packages] [Bug 1368492] Re: crash opening image file

2014-09-24 Thread Jussi Pakkanen
Since this can't be reproduced any more (or ever), lowering priority to high. Bill, can you try with the newest image? If it does not crash any more, then just close this bug. Thanks. ** Changed in: thumbnailer (Ubuntu) Status: Confirmed = Incomplete ** Changed in: thumbnailer (Ubuntu)

[Touch-packages] [Bug 1358750] Re: [Video aggregator] New videos are added to the video scope only after reboot

2014-09-25 Thread Jussi Pakkanen
Could you do the following: - clear all media, unplug the sd card and reboot (reinstall is also good) - start phablet-shell - do tail -f .cache/upstart/mediascanner-2.0.log - insert SD card You should get logging output telling what files mediascanner is finding and inserting into the database.

[Touch-packages] [Bug 1368492] Re: crash opening image file

2014-09-25 Thread Jussi Pakkanen
With the description in comment #11, I can reproduce. But it still does not give any explanation on why this is happening. :( -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to thumbnailer in Ubuntu.

[Touch-packages] [Bug 1343341] Re: /usr/lib/arm-linux-gnueabihf/indicator-network/indicator-network-service:6:__gnu_cxx::__verbose_terminate_handler:__cxxabiv1::__terminate:std::terminate:__cxxabiv1::

2014-09-29 Thread Jussi Pakkanen
** Branch linked: lp:~jpakkane/indicator-network/youknowwhat ** Changed in: indicator-network (Ubuntu) Status: Confirmed = In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to indicator-network in Ubuntu.

[Touch-packages] [Bug 1368492] Re: crash opening image file

2014-09-29 Thread Jussi Pakkanen
I instrumented thumbnailer to print some text when it is created and called. Then I copied images to the Pictures directory and clicked around. It turns out that ThumbnailGenerator::requestImage is never called. The generated thumbnails do not appear in ~/.cache/thumbnails either (which they

[Touch-packages] [Bug 1358750] Re: [Video aggregator] New videos are added to the video scope only after reboot

2014-09-29 Thread Jussi Pakkanen
** Changed in: mediascanner2 Status: New = In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mediascanner2 in Ubuntu. https://bugs.launchpad.net/bugs/1358750 Title: [Video aggregator] New videos are added

[Touch-packages] [Bug 1376500] Re: [regression] thumbnails and image previews displayed wrong

2014-10-02 Thread Jussi Pakkanen
This is a bug in the camera app. It produces jpg files whose exif thumbnails have incorrect aspect ratio. Attached is a raw thumbnail extracted from a jpg produced with the camera. Thumbnailer uses the embedded exif image if it exists (this is the change mentioned above) because scaling the full

[Touch-packages] [Bug 1376500] Re: thumbnails in metadata generated incorrectly

2014-10-02 Thread Jussi Pakkanen
There is a MR to temporarily disable exif thumbnails here: https://code.launchpad.net/~jpakkane/thumbnailer/aspectworkaround/+merge/236925 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to qtubuntu-camera in Ubuntu.

[Touch-packages] [Bug 1376500] Re: thumbnails in metadata generated incorrectly

2014-10-06 Thread Jussi Pakkanen
** Changed in: thumbnailer (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 qtubuntu-camera in Ubuntu. https://bugs.launchpad.net/bugs/1376500 Title: thumbnails in metadata

[Touch-packages] [Bug 1376219] Re: qmlscene crashed with SIGABRT in __gnu_cxx::__verbose_terminate_handler() in music_app

2014-10-07 Thread Jussi Pakkanen
It's hard to tell because this bug does not have upstart.mediascanner-2.0.log.txt but this probably has the same root cause as #1378113. What is happening is that somehow multiple instances of the Mediascanner daemon are running at the same time (or someone else has opened the db in rw mode, which

[Touch-packages] [Bug 1368492] Re: crash opening image file

2014-10-07 Thread Jussi Pakkanen
How about I make a MR that rips out the provider from UI toolkit and we just try it and see if anything breaks? Or are there subtle bug sources that I as a non-qt expert am not aware of? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 1368492] Re: crash opening image file

2014-10-08 Thread Jussi Pakkanen
If one uses the packages from the linked MR, thumbnails in the gallery app stop working and print this error: file:///usr/share/click/preinstalled/com.ubuntu.gallery/2.9.1.1084/rc/qml/OrganicView/OrganicMediaList.qml:165:24: QML QQuickImage: Invalid image provider:

[Touch-packages] [Bug 1368492] Re: crash opening image file

2014-10-08 Thread Jussi Pakkanen
I fixed the imports in gallery-app. When using the packages combining the two linked branches, things work for me. Bill, can you try them and verify if this fixes the crashes for you? If we merge these branches as is then all programs that used import Ubuntu.Components instead of

[Touch-packages] [Bug 1368492] Re: crash opening image file

2014-10-09 Thread Jussi Pakkanen
** Changed in: thumbnailer (Ubuntu) Status: Confirmed = Invalid -- 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/1368492 Title: crash opening image file Status

[Touch-packages] [Bug 1368492] Re: crash opening image file

2014-10-09 Thread Jussi Pakkanen
I have done the first two and asked for review for the ui toolkit change. Could one of you approve the gallery-app one (it has test flakiness according to Jenkins but that is unrelated to this change)? -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1368492] Re: crash opening image file

2014-10-09 Thread Jussi Pakkanen
** Changed in: ubuntu-ui-toolkit Status: Confirmed = In Progress ** Changed in: gallery-app (Ubuntu) Status: New = In Progress ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New = In Progress -- You received this bug notification because you are a member of Ubuntu Touch

[Touch-packages] [Bug 1383357] Re: enabling flight mode shows airplane + 2g icon

2014-10-31 Thread Jussi Pakkanen
Combing through the log we find these kinds of things: method call sender=:1.132 - dest=org.freedesktop.NetworkManager serial=121 path=/; interface=org.freedesktop.DBus.Properties; member=Get string org.freedesktop.NetworkManager.Connection.Active string Devices method call sender=:1.133 -

[Touch-packages] [Bug 1383357] Re: enabling flight mode shows airplane + [2g|3g] icon

2014-11-05 Thread Jussi Pakkanen
The reason this is happening is that NetworkManager is not sending the proper signal. In the log we should find a signal sent with value 20. This is not there. If you do 'nmcli nm' when your phone is in this state, it will get fixed (nm reinitializes its state and sends the signal it should have

[Touch-packages] [Bug 1391286] Re: Fails to generate thumbnail for small videos recorded with camera-app

2014-11-17 Thread Jussi Pakkanen
What happens here is that thumbnailer calls the gst_app_sink_pull_preroll function which fails. The documentation (http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins- base-libs/html/gst-plugins-base-libs-appsink.html#gst-app-sink-pull- preroll) says that this returns null if EOS

[Touch-packages] [Bug 1278894] Re: mediascanner-service-2.0 crashed with SIGSEGV

2014-08-18 Thread Jussi Pakkanen
** Changed in: mediascanner2 Status: New = Invalid ** Changed in: mediascanner2 (Ubuntu) Status: Confirmed = Invalid -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gst-fluendo-mp3 in Ubuntu.

[Touch-packages] [Bug 1286596] Re: mediascanner-service-2.0 crashed with SIGABRT in __gnu_cxx::__verbose_terminate_handler()

2014-08-18 Thread Jussi Pakkanen
** Changed in: mediascanner2 (Ubuntu) Status: Confirmed = Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mediascanner2 in Ubuntu. https://bugs.launchpad.net/bugs/1286596 Title: mediascanner-service-2.0

[Touch-packages] [Bug 1325374] Re: Apport using up all cpu

2014-08-18 Thread Jussi Pakkanen
Is this still happening with precise? ** Changed in: apport (Ubuntu) Status: New = Incomplete ** Changed in: mediascanner2 (Ubuntu) Status: New = Incomplete -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 1348236] Re: Fails to scan mp3 and consumes all the system memory when scanning

2014-08-20 Thread Jussi Pakkanen
It works perfectly now. Thanks. ** Changed in: mediascanner2 (Ubuntu) Status: Confirmed = Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mediascanner2 in Ubuntu. https://bugs.launchpad.net/bugs/1348236

[Touch-packages] [Bug 1356331] Re: /usr/lib/arm-linux-gnueabihf/thumbnailer/vs-thumb:5:g_malloc0_n:gst_amc_codec_get_input_buffers:gst_amc_video_dec_configure_self:gst_amc_video_dec_set_format:gst_vid

2014-08-22 Thread Jussi Pakkanen
** Changed in: thumbnailer (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gst-plugins-bad1.0 in Ubuntu. https://bugs.launchpad.net/bugs/1356331 Title:

[Touch-packages] [Bug 1343341] Re: /usr/lib/arm-linux-gnueabihf/indicator-network/indicator-network-service:6:__gnu_cxx::__verbose_terminate_handler:__cxxabiv1::__terminate:std::terminate:__cxxabiv1::

2014-08-26 Thread Jussi Pakkanen
** Changed in: indicator-network (Ubuntu) Status: Triaged = In Progress ** Changed in: indicator-network (Ubuntu RTM) Status: Triaged = In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 1273625] Re: Mediascanner2 should provide a QML interface that satisfies the needs of music-app

2014-08-27 Thread Jussi Pakkanen
** Changed in: mediascanner2 Status: In Progress = Fix Released ** Changed in: mediascanner2 (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 mediascanner2 in Ubuntu.

[Touch-packages] [Bug 1357348] Re: Cannot play sound files due to apparmor permission issue

2014-08-27 Thread Jussi Pakkanen
** Changed in: mediascanner2 Status: In Progress = Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mediascanner2 in Ubuntu. https://bugs.launchpad.net/bugs/1357348 Title: Cannot play sound files due to

[Touch-packages] [Bug 1361056] Re: Identical songs have different durations

2014-08-27 Thread Jussi Pakkanen
Please run: gst-discoverer-1.0 your mp3 file on both of these files. If it reports a different duration, please reassign this bug to GStreamer. Thanks. ** Changed in: mediascanner2 (Ubuntu) Status: New = Incomplete -- You received this bug notification because you are a member of

[Touch-packages] [Bug 1346821] Re: media-hub-server uses all system's memory (sigkill send to init)

2014-09-02 Thread Jussi Pakkanen
** Changed in: mediascanner Status: In Progress = Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gst-fluendo-mp3 in Ubuntu. https://bugs.launchpad.net/bugs/1346821 Title: media-hub-server uses all

[Touch-packages] [Bug 1364466] Re: /usr/bin/mediascanner-service-2.0:*** Error in `mediascanner-service-2.0': double free or corruption (fasttop): ADDR ***

2014-09-03 Thread Jussi Pakkanen
The first stack trace is unfortunately useless. The second one seems to be a bug in GStreamer. That's probably Jim Hodapp's domain. Mediascanner has protection against files that cause GStreamer to crash the process from under it. It remembers broken files and skips them when it is restarted.

[Touch-packages] [Bug 1363314] Re: App fails to launch on up-to-date utopic desktop

2014-09-03 Thread Jussi Pakkanen
** Changed in: thumbnailer Status: New = In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to qtmultimedia-opensource- src in Ubuntu. https://bugs.launchpad.net/bugs/1363314 Title: App fails to launch on

[Touch-packages] [Bug 1343341] Re: /usr/lib/arm-linux-gnueabihf/indicator-network/indicator-network-service:6:__gnu_cxx::__verbose_terminate_handler:__cxxabiv1::__terminate:std::terminate:__cxxabiv1::

2014-09-03 Thread Jussi Pakkanen
** Changed in: indicator-network (Ubuntu) Status: Confirmed = Fix Released ** Changed in: indicator-network (Ubuntu RTM) Status: Confirmed = Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 1348789] Re: /usr/lib/arm-linux-gnueabihf/indicator-network/indicator-network-service:6:__gnu_cxx::__verbose_terminate_handler:__cxxabiv1::__terminate:std::terminate:__cxxabiv1::

2014-09-04 Thread Jussi Pakkanen
** Changed in: indicator-network (Ubuntu) Status: New = In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to indicator-network in Ubuntu. https://bugs.launchpad.net/bugs/1348789 Title:

[Touch-packages] [Bug 1343592] Re: /usr/lib/arm-linux-gnueabihf/indicator-network/indicator-network-service:11:ModemManager::Private::ofono_appeared:ModemManager::Private::Private:ModemManager::ModemM

2014-09-04 Thread Jussi Pakkanen
Those error pages don't seem to have stack traces on them. How would one get them, debugging this without one is difficult. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to indicator-network in Ubuntu.

[Touch-packages] [Bug 1355386] Re: /usr/lib/arm-linux-gnueabihf/indicator-network/indicator-network-service:11:begin:core::Signal:operator:std::_Function_handler:operator

2014-09-04 Thread Jussi Pakkanen
This has not occurred in about a month so it probably got fixed as part of some other commit. Closing. Feel free to reopen if this happens again. ** Changed in: indicator-network (Ubuntu) Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu

[Touch-packages] [Bug 1362818] Re: no previews showing up for recorded videos in camera/gallery/video scope

2014-09-05 Thread Jussi Pakkanen
Looking at the console output of gallery-app, we find this: (vs-thumb:5892): GLib-ERROR **: /build/buildd/glib2.0-2.41.3/./glib/gmem.c:353: overflow allocating 4294967274*8 bytes Thumbnail generator failed: Unknown error when trying to extract video screenshot, return value was �.

[Touch-packages] [Bug 1365558] Re: Some video format plays correctly but have no preview in scope.

2014-09-05 Thread Jussi Pakkanen
) ** Changed in: gst-plugins-bad1.0 (Ubuntu) Assignee: Jussi Pakkanen (jpakkane) = (unassigned) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to thumbnailer in Ubuntu. https://bugs.launchpad.net/bugs/1365558 Title: Some video

[Touch-packages] [Bug 1348236] Re: Fails to scan mp3 and consumes all the system memory when scanning

2014-07-25 Thread Jussi Pakkanen
This is most likely the same issue as bug #1346821 and caused by a GStreamer update. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mediascanner2 in Ubuntu. https://bugs.launchpad.net/bugs/1348236 Title: Fails to scan mp3

[Touch-packages] [Bug 1335281] Re: new sqlite3 causes mediascanner2 MediaStoreTest.query_short test to fail

2014-07-25 Thread Jussi Pakkanen
We fixed this ages ago. Apparently we just forgot to tell --fixes to bzr. Closing. ** Changed in: mediascanner2 (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 sqlite3 in

[Touch-packages] [Bug 1347381] Re: mediascanner memory

2014-07-25 Thread Jussi Pakkanen
*** This bug is a duplicate of bug 1348236 *** https://bugs.launchpad.net/bugs/1348236 ** This bug has been marked a duplicate of bug 1348236 Fails to scan mp3 and consumes all the system memory when scanning -- You received this bug notification because you are a member of Ubuntu Touch

[Touch-packages] [Bug 1339792] Re: Panel network icon - too much latency when network type changes

2014-11-27 Thread Jussi Pakkanen
Using i-n-sniffer it can be seen that the icon updates when ofono sends a dbus signal telling that modem connection quality has changed. This probably means that some event has been missed, so either: 1) i-n does not respond properly to some event it is getting 2) either ofono or NetworkManager

[Touch-packages] [Bug 1339792] Re: Panel network icon - too much latency when network type changes

2014-11-27 Thread Jussi Pakkanen
As requested by Antti, here's the i-n-sniffer log. This starts with wifi killswitch enabled and the indicator showing the 3G icon. Wlan killswitch changed to: 0 NetworkManager properties changed: WirelessEnabled false NetworkManager properties changed: WirelessEnabled true NetworkManager

[Touch-packages] [Bug 1319698] Re: Gallery app shows pictures abnormally if target directory or file name contained Chinese text .

2015-02-04 Thread Jussi Pakkanen
** Changed in: thumbnailer (Ubuntu Trusty) Status: New = In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to thumbnailer in Ubuntu. https://bugs.launchpad.net/bugs/1319698 Title: Gallery app shows pictures

[Touch-packages] [Bug 1319698] Re: Gallery app shows pictures abnormally if target directory or file name contained Chinese text .

2015-02-03 Thread Jussi Pakkanen
I will get this done tomorrow. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to thumbnailer in Ubuntu. https://bugs.launchpad.net/bugs/1319698 Title: Gallery app shows pictures abnormally if target directory or file name

[Touch-packages] [Bug 1319698] Re: Gallery app shows pictures abnormally if target directory or file name contained Chinese text .

2015-02-06 Thread Jussi Pakkanen
Tested version 1.1+14.04.20150205-0ubuntu1 on trusty desktop and this bug has been fixed. ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to thumbnailer in

[Touch-packages] [Bug 1410260] Re: Image provider blocking the UI thread

2015-01-19 Thread Jussi Pakkanen
Qt's documentation says this: To force asynchronous image loading, even for image sources that do not have the asynchronous property set to true, you may pass the QQuickImageProvider::ForceAsynchronousImageLoading flag to the image provider constructor. This ensures that all image requests for

[Touch-packages] [Bug 1414566] Re: Video and Photos scopes are blank when mediascanner is working.

2015-01-27 Thread Jussi Pakkanen
** Branch linked: lp:~jpakkane/mediascanner2/rtmupdate -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity-scope-mediascanner in Ubuntu. https://bugs.launchpad.net/bugs/1414566 Title: Video and Photos scopes are blank

[Touch-packages] [Bug 285998] Re: mv or rm of any XDG user dir causes its definition to change to wrong, oversimple $HOME/

2015-01-26 Thread Jussi Pakkanen
** Changed in: mediascanner2 Status: In Progress = Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mediascanner2 in Ubuntu. https://bugs.launchpad.net/bugs/285998 Title: mv or rm of any XDG user dir

[Touch-packages] [Bug 1384295] Re: Mediascanner2 scanning playlists (m3u) files

2015-01-26 Thread Jussi Pakkanen
** Changed in: mediascanner2 Status: In Progress = Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mediascanner2 in Ubuntu. https://bugs.launchpad.net/bugs/1384295 Title: Mediascanner2 scanning

[Touch-packages] [Bug 1391368] Re: Thumbnail generation is slow when requesting a sourceSize that needs to be rescaled

2015-01-25 Thread Jussi Pakkanen
I did some testing and rescaling a 1024ish image to 360ish takes on the order of 0.05 seconds. Thus is it unlikely that scaling is the cause of this slowdown. Is this still happening on newest images that have Florian's fix from above? -- You received this bug notification because you are a

  1   2   >