[Touch-packages] [Bug 1366230] Re: Whitespace causes random character deletions

2014-09-08 Thread Bill Filler
** Changed in: ubuntu-keyboard (Ubuntu)
 Assignee: (unassigned) = Michael Sheldon (michael-sheldon)

** Tags added: rtm14

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

Title:
  Whitespace causes random character deletions

Status in Ubuntu Keyboard:
  New
Status in “ubuntu-keyboard” package in Ubuntu:
  Confirmed

Bug description:
  Frustrating bug that has been around since I started dogfooding ubuntu
  on my nexus 4 - somwhere around the 180 image mark. Am currently
  running devel-proposed 223 on mako.

  Have tested this in multiple apps, including the default Notes, Quick
  Memo, Touchwriter - all have the same issue. Typing and deletion work
  fine initally, until I create an empty line - see below for an
  example:

  Example---
  Here I'm typing a usual line... about to make a space

  Here I'm typing after the space, etc.
  ---End Example--

  When I go back to edit the first line, as soon as I delete characters
  at the end of the line, the line below jumps up, and deletes a number
  of those characters. See below for the example:

  Example---
  Here I'm typing a usual line... about to make ae I'm typing after the space, 
etc.
  ---End Example--

  This makes storing notes on the device, and any editing with the
  keyboard, extremely difficult. I notice this only seems to happen when
  there is whitespace in between lines - otherwise keyboard is fine. I'm
  filing this report as a keyboard bug, as it's the only linking thread
  I can see between these programs.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-keyboard/+bug/1366230/+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 1358968] Re: gallery_app.tests.test_photo_viewer.TestPhotoViewer.test_share_button is failing since image #175

2014-09-08 Thread Bill Filler
** Changed in: gallery-app
   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/1358968

Title:
  gallery_app.tests.test_photo_viewer.TestPhotoViewer.test_share_button
  is failing since image #175

Status in Gallery App:
  Fix Released
Status in “gallery-app” package in Ubuntu:
  Fix Released

Bug description:
  This test has been unstable for a long time, but it has failed on
  every single execution since image #175.

  Latest result:
  
http://ci.ubuntu.com/smokeng/utopic/touch/mako/200:20140819.2:20140811.1/9800/gallery_app/1556521/

  test-log: {{{
  21:11:33.930 WARNING testcase:115 - No tracing available - install the 
python-autopilot-trace package!
  21:11:33.938 WARNING testcase:162 - Process manager backend unavailable, 
application snapshot support disabled.
  21:11:33.975 DEBUG __init__:217 - Launching gallery-app via click package.
  21:11:33.976 INFO _launcher:280 - Attempting to launch click application 
'(default)' from click package  'com.ubuntu.gallery' and URIs ''
  21:11:34.748 INFO _launcher:120 - Attempting to launch application 
'com.ubuntu.gallery_gallery_2.9.1.1043' with URIs '' via upstart-app-launch
  21:11:43.100 INFO logging:45 - MainScreen: Open a tab. Arguments 
('eventsTab',). Keyword arguments: {}.
  21:11:43.148 DEBUG dbus:353 - Selecting objects of type Tab with attributes: 
{}
  21:11:43.280 INFO logging:45 - MainScreen: Open a tab. Arguments (1,). 
Keyword arguments: {}.
  21:11:43.369 DEBUG dbus:353 - Selecting objects of type Tab with attributes: 
{}
  21:11:43.450 DEBUG dbus:353 - Selecting objects of type Tab with attributes: 
{}
  21:11:43.646 DEBUG dbus:353 - Selecting objects of type QQuickItem with 
attributes: {'objectName': 'eventPhoto'}
  21:11:43.925 INFO logging:45 - MainScreen: Close the toolbar if it's opened. 
Arguments (). Keyword arguments: {}.
  21:11:43.971 INFO logging:45 - Toolbar: Close the toolbar if it's opened. 
Arguments (). Keyword arguments: {}.
  21:11:44.100 DEBUG _uinput:541 - Dragging from 384,1136 to 384,1279
  21:11:46.305 DEBUG dbus:353 - Selecting objects of type QQuickItem with 
attributes: {'objectName': 'eventPhoto'}
  21:11:46.390 DEBUG dbus:353 - Selecting objects of type QQuickImage with 
attributes: {}
  21:11:46.543 DEBUG dbus:353 - Selecting objects of type QQuickImage with 
attributes: {}
  21:11:46.680 DEBUG _common:45 - Moving to object's globalRect coordinates.
  21:11:46.681 DEBUG _uinput:470 - Tapping at: 164,528
  21:11:51.417 INFO logging:45 - MainScreen: Open the toolbar if it's not 
already opened. Arguments (). Keyword arguments: {}.
  21:11:51.474 INFO logging:45 - Toolbar: Open the toolbar if it's not already 
opened. Arguments (). Keyword arguments: {}.
  21:11:52.617 INFO logging:45 - MainScreen: Open the toolbar if it's not 
already opened. Arguments (). Keyword arguments: {}.
  21:11:52.673 INFO logging:45 - Toolbar: Open the toolbar if it's not already 
opened. Arguments (). Keyword arguments: {}.
  21:11:52.838 DEBUG _common:45 - Moving to object's globalRect coordinates.
  21:11:52.839 INFO logging:45 - Toolbar: Open the toolbar if it's not already 
opened. Arguments (). Keyword arguments: {}.
  21:11:52.910 DEBUG _common:45 - Moving to object's globalRect coordinates.
  21:11:52.910 DEBUG _uinput:470 - Tapping at: 687,1208
  21:12:13.381 DEBUG runtest:172 - Deleting /home/phablet/Pictures
  21:12:14.247 DEBUG runtest:172 - Restoring backed up pics to 
/home/phablet/Pictures
  }}}

  Traceback (most recent call last):
File /home/phablet/autopilot/gallery_app/tests/test_photo_viewer.py, line 
119, in test_share_button
  share_picker = self.photo_viewer.get_share_peer_picker()
File /home/phablet/autopilot/gallery_app/emulators/photo_viewer.py, line 
40, in get_share_peer_picker
  objectName=sharePicker)
File /usr/lib/python3/dist-packages/autopilot/introspection/dbus.py, line 
296, in wait_select_single
  return self.select_single(type_name, **kwargs)
File /usr/lib/python3/dist-packages/autopilot/introspection/dbus.py, line 
245, in select_single
  raise StateNotFoundError(type_name_str, **kwargs)
  autopilot.exceptions.StateNotFoundError: Object not found with name 
'ContentPeerPicker' and properties {'objectName': 'sharePicker'}.

  Tips on minimizing the occurrence of this failureare available here:
  
http://developer.ubuntu.com/api/devel/ubuntu-14.10/python/autopilot/faq/troubleshooting.html

To manage notifications about this bug go to:
https://bugs.launchpad.net/gallery-app/+bug/1358968/+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 1267260] Re: Facebook icon missing when sharing an image

2014-09-08 Thread Bill Filler
** Changed in: gallery-app
   Status: In Progress = Invalid

** Changed in: gallery-app (Ubuntu)
   Status: In Progress = 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/1267260

Title:
  Facebook icon missing when sharing an image

Status in Gallery App:
  Invalid
Status in “gallery-app” package in Ubuntu:
  Invalid

Bug description:
  When sharing an image, my Facebook account information is shown at the
  top of the screen, next to an empty UbuntuShape that I assume is
  supposed to contain the Facebook icon.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gallery-app/+bug/1267260/+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 1364310] Re: The new album title and subtitle can not be translated

2014-09-08 Thread Bill Filler
** Changed in: gallery-app (Ubuntu)
   Status: New = In Progress

** Changed in: gallery-app (Ubuntu)
   Importance: Undecided = High

** Changed in: gallery-app (Ubuntu)
 Assignee: (unassigned) = Ugo Riboni (uriboni)

-- 
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/1364310

Title:
  The new album title and subtitle can not be translated

Status in Gallery App:
  In Progress
Status in Ubuntu Translations:
  Triaged
Status in “gallery-app” package in Ubuntu:
  In Progress

Bug description:
  When creating a new album the title and subtitle are always in
  English. These strings should be localizable.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gallery-app/+bug/1364310/+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 1357616] Re: keyboard is not translated

2014-09-08 Thread Bill Filler
** Changed in: ubuntu-keyboard (Ubuntu)
   Importance: Undecided = Critical

** Changed in: ubuntu-keyboard
   Status: In Progress = Fix Released

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

Title:
  keyboard is not translated

Status in Ubuntu Keyboard:
  Fix Released
Status in Ubuntu Translations:
  Triaged
Status in “ubuntu-keyboard” package in Ubuntu:
  Fix Released

Bug description:
  This project has no pot file and is not set up for translations with
  launchpad.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-keyboard/+bug/1357616/+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 1234130] Re: Gallery app does not refresh thumbnails correctly

2014-09-08 Thread Bill Filler
** Also affects: gallery-app
   Importance: Undecided
   Status: New

** Changed in: gallery-app
   Importance: Undecided = High

** Changed in: gallery-app
 Assignee: (unassigned) = Ugo Riboni (uriboni)

** Changed in: gallery-app
   Status: New = 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/1234130

Title:
  Gallery app does not refresh thumbnails correctly

Status in Gallery App:
  In Progress
Status in QT Ubuntu Camera:
  New
Status in “gallery-app” package in Ubuntu:
  In Progress

Bug description:
  PRE-REQUISITE:
  Delete all images from the gallery

  TEST CASE:
  1. Take a photo using the camera app
  2. Load the gallery app and view the thumbnail of the image just taken
  3. Select the thumbnail and delete it from gallery (gallery should be blank)
  4. Switch back to camera app, leaving gallery running
  5. Take another photo using the camera (take it of something different to the 
first image)
  6. Switch back to the gallery app

  EXPECTED RESULT:
  The new image thumbnail should be displayed in the gallery

  ACTUAL RESULT:
  The old thumbnail image from the first image is displayed. When you press the 
thumbnail the new image loads.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: gallery-app 0.0.67+13.10.20130924.1-0ubuntu2
  Uname: Linux 3.4.0-3-mako armv7l
  ApportVersion: 2.12.5-0ubuntu1
  Architecture: armhf
  Date: Wed Oct  2 11:46:02 2013
  InstallationDate: Installed on 2013-10-01 (0 days ago)
  InstallationMedia: Ubuntu Saucy Salamander (development branch) - armhf 
(20131001.3)
  MarkForUpload: True
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  SourcePackage: gallery-app
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gallery-app/+bug/1234130/+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 1359404] Re: Symbol page switch back should match other platforms

2014-09-08 Thread Bill Filler
** Changed in: ubuntu-keyboard (Ubuntu)
   Status: New = In Progress

** Changed in: ubuntu-keyboard
   Status: New = In Progress

** Changed in: ubuntu-keyboard (Ubuntu)
   Importance: Medium = High

** Changed in: ubuntu-keyboard
   Importance: Medium = High

** Tags added: 20014-09-14

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

Title:
  Symbol page switch back should match other platforms

Status in Ubuntu Keyboard:
  In Progress
Status in “ubuntu-keyboard” package in Ubuntu:
  In Progress

Bug description:
  Currently the automatic switch back from certain characters on the symbol 
page only happens with ? and !, this makes it difficult to type a sentence like:
  This is so awesome

  We should check what other platform's keyboards do and match the keys
  they automatically switch back on.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-keyboard/+bug/1359404/+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 1335007] Re: Can't use pinyin for Chinese in browser URL bar due to Qt.ImhUrlCharactersOnly

2014-09-08 Thread Bill Filler
** Tags added: 20014-09-25

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

Title:
  Can't use pinyin for Chinese in browser URL bar due to
  Qt.ImhUrlCharactersOnly

Status in Ubuntu Keyboard:
  Confirmed
Status in “ubuntu-keyboard” package in Ubuntu:
  Confirmed

Bug description:
  With Chinese pinyin input method enabled, open the browser, tap the
  URL bar/ search bar, type n and i. You should see 你 as a word
  prediction. In fact no words show up.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-keyboard/+bug/1335007/+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 1359404] Re: Symbol page switch back should match other platforms

2014-09-08 Thread Bill Filler
** Tags removed: 20014-09-14
** Tags added: touch-2014-09-11

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

Title:
  Symbol page switch back should match other platforms

Status in Ubuntu Keyboard:
  In Progress
Status in “ubuntu-keyboard” package in Ubuntu:
  In Progress

Bug description:
  Currently the automatic switch back from certain characters on the symbol 
page only happens with ? and !, this makes it difficult to type a sentence like:
  This is so awesome

  We should check what other platform's keyboards do and match the keys
  they automatically switch back on.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-keyboard/+bug/1359404/+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 1366230] Re: Whitespace causes random character deletions

2014-09-08 Thread Bill Filler
** Changed in: ubuntu-keyboard
   Status: New = Confirmed

** Changed in: ubuntu-keyboard
   Importance: Undecided = High

** Changed in: ubuntu-keyboard
 Assignee: (unassigned) = Michael Sheldon (michael-sheldon)

** Tags added: touch-2014-09-25

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

Title:
  Whitespace causes random character deletions

Status in Ubuntu Keyboard:
  Confirmed
Status in “ubuntu-keyboard” package in Ubuntu:
  Confirmed

Bug description:
  Frustrating bug that has been around since I started dogfooding ubuntu
  on my nexus 4 - somwhere around the 180 image mark. Am currently
  running devel-proposed 223 on mako.

  Have tested this in multiple apps, including the default Notes, Quick
  Memo, Touchwriter - all have the same issue. Typing and deletion work
  fine initally, until I create an empty line - see below for an
  example:

  Example---
  Here I'm typing a usual line... about to make a space

  Here I'm typing after the space, etc.
  ---End Example--

  When I go back to edit the first line, as soon as I delete characters
  at the end of the line, the line below jumps up, and deletes a number
  of those characters. See below for the example:

  Example---
  Here I'm typing a usual line... about to make ae I'm typing after the space, 
etc.
  ---End Example--

  This makes storing notes on the device, and any editing with the
  keyboard, extremely difficult. I notice this only seems to happen when
  there is whitespace in between lines - otherwise keyboard is fine. I'm
  filing this report as a keyboard bug, as it's the only linking thread
  I can see between these programs.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-keyboard/+bug/1366230/+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 1323852] Re: [sdk] key magnifier should be bigger in size and larger in font

2014-09-08 Thread Bill Filler
** Tags added: touch-2014-09-25

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

Title:
  [sdk] key magnifier should be bigger in size and larger in font

Status in Ubuntu Keyboard:
  In Progress
Status in Ubuntu UX bugs:
  Triaged
Status in “ubuntu-keyboard” package in Ubuntu:
  In Progress

Bug description:
  the magnifier should be taller and display the letter in a larger
  font. currently it's hard to see it as it feels too close to finger.
  Look at iOS and Android to get some ideas.

  Also we shouldn't use the key magnifier on the number layout but
  instead change the key to a selected (pressed) state as it looks quite
  bad currently

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-keyboard/+bug/1323852/+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 1366230] Re: Whitespace causes random character deletions

2014-09-08 Thread Bill Filler
*** This bug is a duplicate of bug 1357360 ***
https://bugs.launchpad.net/bugs/1357360

** This bug has been marked a duplicate of bug 1357360
   Deleting characters at the end of a line in the middle of multi-line text 
joins lines

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

Title:
  Whitespace causes random character deletions

Status in Ubuntu Keyboard:
  Confirmed
Status in “ubuntu-keyboard” package in Ubuntu:
  Confirmed

Bug description:
  Frustrating bug that has been around since I started dogfooding ubuntu
  on my nexus 4 - somwhere around the 180 image mark. Am currently
  running devel-proposed 223 on mako.

  Have tested this in multiple apps, including the default Notes, Quick
  Memo, Touchwriter - all have the same issue. Typing and deletion work
  fine initally, until I create an empty line - see below for an
  example:

  Example---
  Here I'm typing a usual line... about to make a space

  Here I'm typing after the space, etc.
  ---End Example--

  When I go back to edit the first line, as soon as I delete characters
  at the end of the line, the line below jumps up, and deletes a number
  of those characters. See below for the example:

  Example---
  Here I'm typing a usual line... about to make ae I'm typing after the space, 
etc.
  ---End Example--

  This makes storing notes on the device, and any editing with the
  keyboard, extremely difficult. I notice this only seems to happen when
  there is whitespace in between lines - otherwise keyboard is fine. I'm
  filing this report as a keyboard bug, as it's the only linking thread
  I can see between these programs.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-keyboard/+bug/1366230/+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 1356891] Re: incorrect swedish layout

2014-09-08 Thread Bill Filler
** Changed in: ubuntu-keyboard
   Status: In Progress = Fix Released

** Changed in: ubuntu-keyboard
   Importance: Undecided = High

** Changed in: ubuntu-keyboard (Ubuntu)
   Status: New = Fix Released

** Changed in: ubuntu-keyboard (Ubuntu)
   Importance: Undecided = High

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

Title:
  incorrect swedish layout

Status in Ubuntu Keyboard:
  Fix Released
Status in “ubuntu-keyboard” package in Ubuntu:
  Fix Released

Bug description:
  The layout of the OSK for Swedish is not correct. See attachment #1.

  Å Ä Ö should be placed more in line of the desktop keyboard layout,
  see attachment #2.

  
  2: http://www.words4ublog.com/wp-content/uploads/2013/06/Keyboard-Layout.jpg

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-keyboard/+bug/1356891/+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 1342981] Re: Korean layout for Ubuntu Touch

2014-09-08 Thread Bill Filler
** Changed in: ubuntu-keyboard (Ubuntu)
   Importance: Undecided = High

** Changed in: ubuntu-keyboard
   Status: New = Confirmed

** Changed in: ubuntu-keyboard
   Importance: Undecided = High

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

Title:
  Korean layout for Ubuntu Touch

Status in Ubuntu Keyboard:
  Confirmed
Status in “ubuntu-keyboard” package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu Touch currently lacks Korean keyboard layout.
  As Korean translation for Ubuntu Touch is almost done, Korean keyboard layout 
is the only obstacle to mass deployment of Ubuntu Touch in Korea.

  It is assumed that Korean layout in 'Onboard' (in Ubuntu Desktop) may
  be handy for devs to base off the new Korean mobile keyboard layout.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-keyboard/+bug/1342981/+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 1342247] Re: OSK behaviour in webapp ( webapp-container )

2014-09-08 Thread Bill Filler
please open a bug against the google maps webapp as it should switch to
use the new UbuntuWebView and then the issue will be fixed

** Changed in: ubuntu-keyboard
   Status: New = Won't Fix

** Changed in: webbrowser-app
   Status: New = Won't Fix

** Changed in: webbrowser-app (Ubuntu)
   Status: New = Won't Fix

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

Title:
  OSK behaviour in webapp ( webapp-container )

Status in Ubuntu Keyboard:
  Won't Fix
Status in Web Browser App:
  Won't Fix
Status in “webbrowser-app” package in Ubuntu:
  Won't Fix

Bug description:
  In the google-maps webapp (a click package on ubuntu touch by Timo 
Leppiniemi), the osk handles default upper- and lowercase settings the wrong 
way around. When you start typing text, the first letter will be in lowercase 
and all the following in uppercase. Expected would ofcourse be the opposite. I 
have only seen this happen within this particular app.
  I am on ubuntu touch utopic channel devel r  #119. Device: Mako

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-keyboard/+bug/1342247/+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 1335007] Re: Can't use pinyin for Chinese in browser URL bar due to Qt.ImhUrlCharactersOnly

2014-09-08 Thread Bill Filler
** Tags removed: 20014-09-25
** Tags added: touch-2014-09-25

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

Title:
  Can't use pinyin for Chinese in browser URL bar due to
  Qt.ImhUrlCharactersOnly

Status in Ubuntu Keyboard:
  Confirmed
Status in “ubuntu-keyboard” package in Ubuntu:
  Confirmed

Bug description:
  With Chinese pinyin input method enabled, open the browser, tap the
  URL bar/ search bar, type n and i. You should see 你 as a word
  prediction. In fact no words show up.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-keyboard/+bug/1335007/+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 1290031] Re: Support japanese language

2014-09-08 Thread Bill Filler
** Tags added: touch-2014-09-25

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

Title:
  Support japanese language

Status in Ubuntu Keyboard:
  In Progress
Status in “ubuntu-keyboard” package in Ubuntu:
  In Progress

Bug description:
  Please support to input japanese language from ubuntu-keyboard.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-keyboard/+bug/1290031/+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 1256265] Re: keys sometimes get stuck in selected state

2014-09-08 Thread Bill Filler
** Tags added: touch-2014-09-25

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

Title:
  keys sometimes get stuck in selected state

Status in Ubuntu Keyboard:
  In Progress
Status in “ubuntu-keyboard” package in Ubuntu:
  In Progress

Bug description:
  I was typing a phone number pretty quickly into the messaging app.
  Part way through one of the numbers (7) stuck down, it didn't repeat, but the 
pop up which shows the key you pressed stuck up. See screenshot.
  I carried on typing and other keys didn't stick, and that key didn't come 
down.

  It only went away when the keyboard was re-opened after the screen
  locked and was unlocked and I tapped another field.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: ubuntu-keyboard 0.99.trunk.phablet2+14.04.20131126-0ubuntu1
  Uname: Linux 3.4.0-3-mako armv7l
  ApportVersion: 2.12.7-0ubuntu1
  Architecture: armhf
  Date: Fri Nov 29 10:27:27 2013
  InstallationDate: Installed on 2013-11-29 (0 days ago)
  InstallationMedia: Ubuntu Trusty Tahr (development branch) - armhf (20131129)
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   SHELL=/bin/bash
  SourcePackage: ubuntu-keyboard
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-keyboard/+bug/1256265/+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 1362222] Re: Auto-capitalization caps the first two letters

2014-09-08 Thread Bill Filler
*** This bug is a duplicate of bug 1366779 ***
https://bugs.launchpad.net/bugs/1366779

** This bug has been marked a duplicate of bug 1366779
   First and second letter is capitalised when searching for an app

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

Title:
  Auto-capitalization caps the first two letters

Status in “ubuntu-keyboard” package in Ubuntu:
  New

Bug description:
  Seems related to bug #1264860, but no accents here.

  Just type something in dash search with auto caps enabled, the first
  two letters get typed in caps.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: ubuntu-keyboard (not installed)
  ProcVersionSignature: Ubuntu 3.16.0-10.15-generic 3.16.1
  Uname: Linux 3.16.0-10-generic x86_64
  NonfreeKernelModules: nvidia wl
  ApportVersion: 2.14.6-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Aug 27 17:36:09 2014
  SourcePackage: ubuntu-keyboard
  SystemImageInfo: Error: [Errno 2] Nie ma takiego pliku ani katalogu: 
'system-image-cli'
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-keyboard/+bug/136/+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 1358224] Re: Don't display 'Settings' in OSK's menu when the device is locked

2014-09-08 Thread Bill Filler
** Also affects: ubuntu-keyboard
   Importance: Undecided
   Status: New

** Changed in: ubuntu-keyboard (Ubuntu)
   Importance: Undecided = High

** Changed in: ubuntu-keyboard
   Importance: Undecided = High

** Changed in: ubuntu-keyboard (Ubuntu)
 Assignee: (unassigned) = Michael Sheldon (michael-sheldon)

** Changed in: ubuntu-keyboard
 Assignee: (unassigned) = Michael Sheldon (michael-sheldon)

** Tags added: rtm14 touch-2014-09-25

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

Title:
  Don't display 'Settings' in OSK's menu when the device is locked

Status in Ubuntu Keyboard:
  New
Status in “ubuntu-keyboard” package in Ubuntu:
  New

Bug description:
  When a device is locked by a pass-phrase and OSK is configured with several 
kb layouts (which is the case if he selects a non-english locale during initial 
setup), the user can still launch (but not use) OSK's settings by revealing the 
keyboard, tapping the 'Globe icon' then tapping on 'Settings'.
  Then he taps on 'Emergency call' when OSK settings screens finishes loading, 
it is very briefly displayed on top of the dialer and the screen lock 
reappears. If the user  quickly tap on the settings screen it makes the dialer 
unusable and the device must be rebooted.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: ubuntu-keyboard 0.99.trunk.phablet2+14.10.20140815-0ubuntu1
  Uname: Linux 3.4.0-5-mako armv7l
  ApportVersion: 2.14.5-0ubuntu4
  Architecture: armhf
  Date: Mon Aug 18 12:13:54 2014
  InstallationDate: Installed on 2014-08-18 (0 days ago)
  InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf 
(20140818-020205)
  SourcePackage: ubuntu-keyboard
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-keyboard/+bug/1358224/+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 1364060] Re: blue cursor handle too small

2014-09-08 Thread Bill Filler
** Also affects: ubuntu-ui-toolkit
   Importance: Undecided
   Status: New

** No longer affects: ubuntu-keyboard (Ubuntu)

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

Title:
  blue cursor handle too small

Status in Ubuntu UI Toolkit:
  New

Bug description:
  The blue convex pentagon used as a cursor to allow editing of text
  boxes is too small.

  As a result of this, it is necessary (for me atleast) to cover the
  entire shape when moving the cursor meaning you cannot actually see
  where there cursor is being moved too (since the small shape and the
  crucial part of the text field are then covered by a finger.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1364060/+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 1338682] Re: Keyboard prevent bottom(and side) edge from being activated

2014-09-08 Thread Bill Filler
this needs to be fixed in qtmir, not ubuntu-keyboard

** Changed in: ubuntu-keyboard (Ubuntu)
   Status: New = Won't Fix

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

Title:
  Keyboard prevent bottom(and side) edge from being activated

Status in “ubuntu-keyboard” package in Ubuntu:
  Won't Fix

Bug description:
  When the keyboard is visible the bottom edge can't be activated.
  Similar the side edges can't be activated over the keyboard.

  In the browser click on a text field, keyboard opens. Now you can't
  get to the address bar since the bottom edge is covered by the
  keyboard.

  In the terminal a lot of useful features in the bottom edge can no
  longer be reached once the keyboard show up.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-keyboard/+bug/1338682/+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 1349884] Re: maliit server crashed while trying to enter urls in the browser

2014-09-08 Thread Bill Filler
please take a look at the crash file to see what caused this

** Changed in: ubuntu-keyboard (Ubuntu)
   Importance: Undecided = High

** Changed in: ubuntu-keyboard (Ubuntu)
   Status: New = Triaged

** Changed in: ubuntu-keyboard (Ubuntu)
 Assignee: (unassigned) = Michael Sheldon (michael-sheldon)

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

Title:
  maliit server crashed while trying to enter urls in the browser

Status in “ubuntu-keyboard” package in Ubuntu:
  Triaged

Bug description:
  mako running 157

  Took a long time to show anything and the OSK appeared as a blank grey box
  Then the server crashed (attached)
  Once the server  restarted things restored to normal.
  I also could not get back to the dash until a suspend resume.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-keyboard/+bug/1349884/+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 1355700] Re: Two spaces erroneously translates to fullstop-space every time

2014-09-08 Thread Bill Filler
There is an option in system-settings Auto Punctuation where you can
disable this feature.

** Changed in: ubuntu-keyboard (Ubuntu)
   Status: Confirmed = Invalid

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

Title:
  Two spaces erroneously translates to fullstop-space every time

Status in “ubuntu-keyboard” package in Ubuntu:
  Invalid

Bug description:
  space-space translates to fullstop-space, which is not wanted in many 
situations.
  I have no keyboard helping options enabled in system settings - language  
text.

  Open any app which has a text input including browser and the new clock 
reboot- alarm screen.
  Press space multiple times - perhaps to pad some text. Each space-space 
turns into fullstop-space, which might be useful on the first occasion, but 
if you're putting in 10 spaces to pad some text, you get a load of full stops. 
See screenshots.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-keyboard/+bug/1355700/+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 1355108] Re: OSK invisible after turning off/on screen

2014-09-08 Thread Bill Filler
** Changed in: ubuntu-keyboard (Ubuntu)
   Status: New = Fix Released

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

Title:
  OSK invisible after turning off/on screen

Status in “ubuntu-keyboard” package in Ubuntu:
  Fix Released

Bug description:
  Steps to reproduce:

   1) open messaging app, start new chat, focus chat text box, see that OSK 
comes up
   2) turn off the screen by briefly pressing the power button
   3) turn the screen back on by briefly pressing the power button again

  Expected result: the chat text box is still focused and the OSK is
  visible

  Actual result: the chat text box is not focused, the OSK is invisible,
  yet space for it is reserved on screen

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: ubuntu-keyboard 0.99.trunk.phablet2+14.10.20140730.1-0ubuntu1
  Uname: Linux 3.4.67 armv7l
  ApportVersion: 2.14.5-0ubuntu4
  Architecture: armhf
  Date: Mon Aug 11 12:13:54 2014
  InstallationDate: Installed on 2014-08-11 (0 days ago)
  InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf 
(20140811-020205)
  SourcePackage: ubuntu-keyboard
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-keyboard/+bug/1355108/+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 1330439] Re: Toggle vibration when pressing keys

2014-09-08 Thread Bill Filler
there is a setting for this in system-settings Language and Text now

** Changed in: ubuntu-keyboard (Ubuntu)
   Status: New = Fix Released

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

Title:
  Toggle vibration when pressing keys

Status in “ubuntu-keyboard” package in Ubuntu:
  Fix Released

Bug description:
  There is no way to disable the vibration when the keys are pressed on
  the default keyboard.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-keyboard/+bug/1330439/+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 1330443] Re: Add more keyboard layouts

2014-09-08 Thread Bill Filler
To add a new keyboard, do propose an MR silimiar to this one for Serbian 
keyboard:
https://code.launchpad.net/~danilo/ubuntu-keyboard/serbian-layout/+merge/229876

** Changed in: ubuntu-keyboard (Ubuntu)
   Importance: Undecided = Wishlist

** Changed in: ubuntu-keyboard (Ubuntu)
   Status: New = Confirmed

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

Title:
  Add more keyboard layouts

Status in “ubuntu-keyboard” package in Ubuntu:
  Confirmed

Bug description:
  Please add support for Keyboard layouts like: Colemak, Dvorak etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-keyboard/+bug/1330443/+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 1239624] Re: Keyboard disappears

2014-09-08 Thread Bill Filler
** Changed in: ubuntu-keyboard (Ubuntu)
   Status: New = Invalid

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

Title:
  Keyboard disappears

Status in “ubuntu-keyboard” package in Ubuntu:
  Invalid

Bug description:
  Keyboard disappears after use on 3 or 4 apps, have to restart mobile
  device to send messages or do any typing for that matter.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-keyboard/+bug/1239624/+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 1307116] Re: Caps Lock switches input source several times instead of just one

2014-09-08 Thread Bill Filler
** No longer affects: ubuntu-keyboard (Ubuntu)

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

Title:
  Caps Lock  switches input source several times instead of just one

Status in “unity-settings-daemon” package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 14.04 beta, upgraded April 12, 2014 from Ubuntu 13.10

  I have two input sources - English and Russian. I've set up Caps
  Lock key at Systems Settings-Text Entry-Switch to next source
  using. Now if I am pressing Caps Lock the source indicator quickly
  changes its state as En-Ru-En-Ru-En (or Ru-En-Ru), so actually
  input source never changes. Using other keys (or combinations) to
  change input source works as intended, changes En to Ru and vice
  versa.

  * Updated 2014.05.17:

  After clean Install of Ubuntu 14.04 and assigning Caps Lock as input
  source switcher all was worked as intended. But after turning on On
  Screen Keyboard bug striked back.

  Just found a condition to repeat this bug (two or more input sources -
  languages - must be configured in system):

  1. Set Caps Lock as input source change button
  2. At System Settings - Universal Access - Typing turn on On Screen 
Keyboard
  3. Reboot
  4. Now the On Screen Keyboard is on screen and pressing Caps Lock in text 
input field (gedit, for example) quickly changes input source several times.

  After hiding keyboard from screen such behaviour remains until On
  Screen Keyboard will be completely turned off in System Settings -
  Universal Access.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-settings-daemon/+bug/1307116/+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 1366314] Re: security issue? auto suggest seems to copy credentials into clipboard

2014-09-08 Thread Bill Filler
*** This bug is a duplicate of bug 1361732 ***
https://bugs.launchpad.net/bugs/1361732

** This bug has been marked a duplicate of bug 1361732
   predictive keyboard pastes text across focus changes

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

Title:
  security issue? auto suggest seems to copy credentials into clipboard

Status in “ubuntu-keyboard” package in Ubuntu:
  New

Bug description:
  on todays image (krillin rtm-proposed r21) with ONLY auto suggest
  language option on I get:

  13:57  asac 1. kill terminal
  13:57  asac 2. open terminal and enter pin
  13:57  asac 3. click in terminal pastes my pin :)

  obviously not good for security. Think might be bad.

  Seems its not getting to dictionary at least:

  13:58  asac 4. /me uses backspace to delete
  13:58  asac 5. type ls
  13:58  asac 6. type first digit of pin - does not suggest my pin

  This doesn't happen if I turn auto suggestion off. Not sure if the
  paste is what doesn't happen or the clipboarding doesn't happen.
  Surely important to check out and know for sure.

  We should check other credential prompts too: pin lock screen, sim pin
  etc.

  Haven't tried, but I assume UITK password fields and browser dont have
  that, but might be worth checking.

  Thanks!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-keyboard/+bug/1366314/+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 1356180] Re: MMS messages are displayed twice with dual sim installed

2014-09-08 Thread Bill Filler
** Changed in: telepathy-ofono
   Status: New = Fix Released

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

Title:
  MMS messages are displayed twice with dual sim installed

Status in Telepathy Ofono:
  Fix Released
Status in “telepathy-ofono” package in Ubuntu:
  Fix Released

Bug description:
  build 185
  krillin
  install 2 sim cards
  recv an mms message on the ubuntu phone
  it is displayed twice in the message thread
  this only happens if you recv mms with both sim cards installed, it works 
fine with only a single sim card installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/telepathy-ofono/+bug/1356180/+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 1332306] Re: Hot-swapped SIMs should be detected and prompt user to reboot

2014-09-08 Thread Bill Filler
** Changed in: telephony-service (Ubuntu)
 Assignee: Gustavo Pichorim Boiko (boiko) = Tiago Salem Herrmann (tiagosh)

** Changed in: telephony-service
 Assignee: Gustavo Pichorim Boiko (boiko) = Tiago Salem Herrmann (tiagosh)

** Tags added: touch-2014-09-25

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

Title:
  Hot-swapped SIMs should be detected and prompt user to reboot

Status in Telephony Service:
  Confirmed
Status in “ofono” package in Ubuntu:
  Fix Released
Status in “telepathy-ofono” package in Ubuntu:
  Confirmed
Status in “telephony-service” package in Ubuntu:
  Confirmed

Bug description:
  Our telephony stack doesn't support hot-swapping of SIM cards.  If a
  user hot-swaps a SIM, the telephony stack will become unusable.

  The telephony-service should detect when this happens and display a
  snap-decision informing the user that they need to restart their
  device.

To manage notifications about this bug go to:
https://bugs.launchpad.net/telephony-service/+bug/1332306/+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 1356176] Re: only sims that are populated should be displayed

2014-09-08 Thread Bill Filler
** Changed in: telephony-service (Ubuntu)
   Status: New = Fix Released

** Changed in: telephony-service
   Status: New = Fix Released

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

Title:
  only sims that are populated should be displayed

Status in Telephony Service:
  Fix Released
Status in “telephony-service” package in Ubuntu:
  Fix Released

Bug description:
  krillin
  build 185
  I have  a dual sim phone but only one sim installed. messaging-app and 
address-book show options for both sims, including prompting for which to use 
as a default the first time the app is run.

  Should not show any of the dual sim options in those apps if only one
  sim is installed even if there are two physical slots.

To manage notifications about this bug go to:
https://bugs.launchpad.net/telephony-service/+bug/1356176/+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 1347908] Re: vibration attack/duration should be less

2014-09-08 Thread Bill Filler
** Changed in: telephony-service
   Status: Confirmed = Fix Released

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

Title:
  vibration attack/duration should be less

Status in Telephony Service:
  Fix Released
Status in “telephony-service” package in Ubuntu:
  Fix Released

Bug description:
  we should turn down the intensity of the vibration and its length when
  receiving a text message. Feels to heavy right now. Compare to Android
  and Iphone and try to match that.

To manage notifications about this bug go to:
https://bugs.launchpad.net/telephony-service/+bug/1347908/+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 1359849] Re: call notifications show unknown briefly before showing contact name

2014-09-08 Thread Bill Filler
** Changed in: telephony-service (Ubuntu)
 Assignee: Tiago Salem Herrmann (tiagosh) = Gustavo Pichorim Boiko (boiko)

** Changed in: telephony-service
 Assignee: Tiago Salem Herrmann (tiagosh) = Gustavo Pichorim Boiko (boiko)

** Tags added: touch-2014-09-11

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

Title:
  call notifications show unknown briefly before showing contact name

Status in Telephony Service:
  New
Status in “telephony-service” package in Ubuntu:
  New
Status in “unity-notifications” package in Ubuntu:
  Invalid

Bug description:
  build 203 on krillin

  When receing a call from a contact in your address book that has an
  avatar, the notification is first shown with Unknown caller and
  default avatar before switching to the correct name and avatar.

  The name and avatar should be fetched before displaying the
  notification such that when it's shown it's correct right away.

To manage notifications about this bug go to:
https://bugs.launchpad.net/telephony-service/+bug/1359849/+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 1332306] Re: Hot-swapped SIMs should be detected and prompt user to reboot

2014-09-08 Thread Bill Filler
** Also affects: indicator-network (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: indicator-network (Ubuntu)
   Importance: Undecided = High

** Changed in: indicator-network (Ubuntu)
 Assignee: (unassigned) = Antti Kaijanmäki (kaijanmaki)

** No longer affects: telepathy-ofono (Ubuntu)

** No longer affects: telephony-service (Ubuntu)

** No longer affects: telephony-service

-- 
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/1332306

Title:
  Hot-swapped SIMs should be detected and prompt user to reboot

Status in “indicator-network” package in Ubuntu:
  New
Status in “ofono” package in Ubuntu:
  Fix Released

Bug description:
  Our telephony stack doesn't support hot-swapping of SIM cards.  If a
  user hot-swaps a SIM, the telephony stack will become unusable.

  The telephony-service should detect when this happens and display a
  snap-decision informing the user that they need to restart their
  device.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-network/+bug/1332306/+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 1269017] Re: Emojis not fully supported which results in blank received SMS messages

2014-09-08 Thread Bill Filler
** Tags removed: touch-2014-09-18
** Tags added: touch-2014-09-25

** Changed in: messaging-app
 Assignee: Tiago Salem Herrmann (tiagosh) = Renato Araujo Oliveira Filho 
(renatofilho)

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

Title:
  Emojis not fully supported which results in blank received SMS
  messages

Status in Messaging App:
  Confirmed
Status in “messaging-app” package in Ubuntu:
  Triaged
Status in “ofono” package in Ubuntu:
  Fix Released

Bug description:
  Android allows for adding emojis[1] to SMS messages. I'm told that iOS
  users are able to see these emojis. Our messaging app should also
  support displaying emojis.

  emojis appear to not requires MMS since when using Google Hangouts in
  the new android, when you add an emoji the hangouts app says 'Sent now
  via SMS'. Two things need to happen:

  1. need to be able to correctly receive SMS messages with arbitrary
  emojis. Currently, on image 120, an SMS with a known emoji, eg, a
  smiley face, will display correctly when it is and is not accompanied
  with text. However, an SMS with an unknown emoji (eg, with a pinata)
  will show up as a blank SMS, even when the SMS has text. At a minimum,
  the text of the message should always be shown, perhaps with an
  'unknown emoji' placeholder

  2. need to be able to send SMS messages with emojis

  [1]http://en.wikipedia.org/wiki/Emoji

To manage notifications about this bug go to:
https://bugs.launchpad.net/messaging-app/+bug/1269017/+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 1366314] Re: security issue? auto suggest seems to copy credentials into clipboard

2014-09-09 Thread Bill Filler
*** This bug is a duplicate of bug 1361732 ***
https://bugs.launchpad.net/bugs/1361732

** Tags added: touch-2014-09-11

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

Title:
  security issue? auto suggest seems to copy credentials into clipboard

Status in “ubuntu-keyboard” package in Ubuntu:
  New

Bug description:
  on todays image (krillin rtm-proposed r21) with ONLY auto suggest
  language option on I get:

  13:57  asac 1. kill terminal
  13:57  asac 2. open terminal and enter pin
  13:57  asac 3. click in terminal pastes my pin :)

  obviously not good for security. Think might be bad.

  Seems its not getting to dictionary at least:

  13:58  asac 4. /me uses backspace to delete
  13:58  asac 5. type ls
  13:58  asac 6. type first digit of pin - does not suggest my pin

  This doesn't happen if I turn auto suggestion off. Not sure if the
  paste is what doesn't happen or the clipboarding doesn't happen.
  Surely important to check out and know for sure.

  We should check other credential prompts too: pin lock screen, sim pin
  etc.

  Haven't tried, but I assume UITK password fields and browser dont have
  that, but might be worth checking.

  Thanks!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-keyboard/+bug/1366314/+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 1320437] Re: Please update the translations template file

2014-09-09 Thread Bill Filler
** Tags added: touch-2014-09-25

-- 
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/1320437

Title:
  Please update the translations template file

Status in Address Book App:
  Fix Released
Status in Camera App:
  Fix Released
Status in Dialer app for Ubuntu Touch:
  In Progress
Status in Gallery App:
  Fix Released
Status in Messaging App:
  In Progress
Status in Notes App:
  Confirmed
Status in Web Browser App:
  Fix Released
Status in “camera-app” package in Ubuntu:
  Fix Released
Status in “dialer-app” package in Ubuntu:
  Fix Released
Status in “messaging-app” package in Ubuntu:
  In Progress

Bug description:
  In preparation for the MAE show, there is an ongoing effort to
  translate the UI into Simplified Chinese. For that, we'd need the
  translatable messages in Launchpad to be up-to-date for translators to
  be able to do their work.

  To do this:

  1. Please ensure that all visible user messages are marked for translation 
(i.e. enclosed in the i18n.tr() function)
  2. Run the rule to update the po/$APP.pot file
  3. Commit and push the .pot file

  If the .pot file for a given app is already up-to-date (i.e. no new
  translatable messages added or changed since last update), please feel
  free to mark the associated bug task as invalid.

To manage notifications about this bug go to:
https://bugs.launchpad.net/address-book-app/+bug/1320437/+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 1350181] Re: save/restore state when app stopped by oom killer

2014-09-09 Thread Bill Filler
** Tags added: touch-2014-09-25

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

Title:
  save/restore state when app stopped by oom killer

Status in Messaging App:
  Confirmed
Status in “messaging-app” package in Ubuntu:
  Confirmed

Bug description:
  we need to save and restore the current state of the app after it is
  killed by the oom killer and restarted

  Specifically, the following should be saved/restored
  - The current view
  - Any outstanding text in the entry field of the threaded view page (i.e. 
save/restore the pending message)

To manage notifications about this bug go to:
https://bugs.launchpad.net/messaging-app/+bug/1350181/+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 1332828] Re: Cannot upload photos to G+

2014-09-09 Thread Bill Filler
** Tags added: touch-2014-09-11

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

Title:
  Cannot upload photos to G+

Status in “unity-webapps-qml” package in Ubuntu:
  New
Status in “webbrowser-app” package in Ubuntu:
  In Progress

Bug description:
  I can upload photos to facebook and twitter but cannot upload to G+
  using image #91 on mako.

  I get an error.  Sorry, there aren't currently any apps installed
  that can provide this type of content.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: webbrowser-app 0.23+14.10.20140618.3-0ubuntu1
  Uname: Linux 3.4.0-5-mako armv7l
  ApportVersion: 2.14.3-0ubuntu2
  Architecture: armhf
  Date: Sat Jun 21 15:28:24 2014
  InstallationDate: Installed on 2014-06-20 (1 days ago)
  InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf 
(20140620.1)
  SourcePackage: webbrowser-app
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-webapps-qml/+bug/1332828/+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 1214034] Re: Implement API for querying SSL status and certificate information and signalling SSL errors to the embedder

2014-09-09 Thread Bill Filler
** Changed in: webbrowser-app (Ubuntu)
   Importance: Medium = High

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

Title:
  Implement API for querying SSL status and certificate information and
  signalling SSL errors to the embedder

Status in Oxide Webview:
  Fix Released
Status in Web Browser App:
  Triaged
Status in “webbrowser-app” package in Ubuntu:
  Triaged

Bug description:
  The webview should expose an API for querying SSL status and
  certificate information and signalling SSL errors to the embedder.
  This is required in order to present something other than a blank page
  when we encounter verification issues

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1214034/+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 1320880] Re: calendar alarm never stops sounding without user interaction

2014-09-09 Thread Bill Filler
** Changed in: indicator-datetime (Ubuntu)
   Importance: Medium = High

** Tags added: rtm14

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

Title:
  calendar alarm never stops sounding without user interaction

Status in “indicator-datetime” package in Ubuntu:
  Triaged

Bug description:
  If an alarm fires, the alarm sound seemingly will persist forever.
  This seems like perhaps the right choice for an alarm clock, but seems
  inappropriate for a calendar reminder. I would expect a calendar
  reminder to sound for only a short period.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-datetime/+bug/1320880/+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 1359353] Re: [browser] Top sites visuals could be improved

2014-09-09 Thread Bill Filler
** Changed in: webbrowser-app
 Assignee: Michael Sheldon (michael-sheldon) = Renato Araujo Oliveira 
Filho (renatofilho)

** Changed in: webbrowser-app (Ubuntu)
 Assignee: Michael Sheldon (michael-sheldon) = Renato Araujo Oliveira 
Filho (renatofilho)

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

Title:
  [browser] Top sites visuals could be improved

Status in Ubuntu UX bugs:
  Fix Committed
Status in Web Browser App:
  Confirmed
Status in “webbrowser-app” package in Ubuntu:
  Confirmed

Bug description:
  build 199
  - open the new tab option on toolbar
  - see the list of Top Sites is displayed with a small Favicon in a large 
white square, it looks very lonely :)

  I know the design calls for thumbnail previews of the top sites, but
  this will not be ready in time for RTM.

  So we need an interim solution that looks better then the current
  solution until thumbnail previews land.

  Possible Ideas:
  - make Top Sites a simple list, similar to history view with Favicon on the 
left
  - don't change the layout, but use a background image in the square with the 
favicon overlayed on top

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1359353/+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 1362792] Re: Front camera turns black when video recording mode is activated

2014-09-10 Thread Bill Filler
** Changed in: camera-app (Ubuntu)
   Status: In Progress = Fix Released

** Changed in: camera-app
   Status: In Progress = Fix Released

-- 
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/1362792

Title:
  Front camera turns black when video recording mode is activated

Status in Camera App:
  Fix Released
Status in “camera-app” package in Ubuntu:
  Fix Released

Bug description:
  STEPS TO REPRODUCE :

  -Open camera app
  -Activate front camera
  -Select video recording mode

  ACTUAL RESULT :

  The screen turns black when follows the previous steps. If you start
  to record in rear camera and select the front camera (while the phone
  is recording), the device becomes completly unstable

  EXPECTED RESULT:

  The front camera should work correctly when the video record mode is
  activated

To manage notifications about this bug go to:
https://bugs.launchpad.net/camera-app/+bug/1362792/+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 1365121] Re: incorrect view can be shown when launched in content-picking mode

2014-09-10 Thread Bill Filler
** Changed in: camera-app
   Status: In Progress = Fix Released

-- 
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/1365121

Title:
  incorrect view can be shown when launched in content-picking mode

Status in Camera App:
  Fix Released
Status in “camera-app” package in Ubuntu:
  Fix Released

Bug description:
  build 14 on Krillin
  - launch camera-app
  - switch to Photo Roll view
  - swipe back to dash
  - launch messaging app and create a new message
  - press camera icon and then select Camera app from list

  Expected results:
  - camera-app launched showing viewfinder in picker mode

  Actual results:
  - camera-app launched but showing Photo Roll view

To manage notifications about this bug go to:
https://bugs.launchpad.net/camera-app/+bug/1365121/+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 1357022] Re: Camera mode strings not translated

2014-09-10 Thread Bill Filler
** Changed in: camera-app
   Status: In Progress = Fix Released

-- 
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/1357022

Title:
  Camera mode strings not translated

Status in Camera App:
  Fix Released
Status in Ubuntu Translations:
  Triaged
Status in “camera-app” package in Ubuntu:
  Fix Released

Bug description:
  On/Off strings are not translated.

  Test case.
  - Switch Ubuntu Touch to Spanish.
  - Open Camera.
  - Swipe to set camera modes.
  - Click on modes (location, flash, HDR).

  Expected result.
  - HDR, On and Off must appear in Spanish.

  Actual result.
  - Labels are displayed untranslated.

To manage notifications about this bug go to:
https://bugs.launchpad.net/camera-app/+bug/1357022/+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 1364310] Re: The new album title and subtitle can not be translated

2014-09-10 Thread Bill Filler
** Changed in: gallery-app
   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/1364310

Title:
  The new album title and subtitle can not be translated

Status in Gallery App:
  Fix Released
Status in Ubuntu Translations:
  Triaged
Status in “gallery-app” package in Ubuntu:
  Fix Released
Status in “gallery-app” package in Ubuntu RTM:
  Fix Released

Bug description:
  When creating a new album the title and subtitle are always in
  English. These strings should be localizable.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gallery-app/+bug/1364310/+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 1359831] Re: Apps incorrectly perform a chmod on XDG_RUNTIME_DIR

2014-09-10 Thread Bill Filler
** Tags removed: touch-2014-09-11
** Tags added: touch-2014-10-09

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

Title:
  Apps incorrectly perform a chmod on XDG_RUNTIME_DIR

Status in Camera App:
  Confirmed
Status in Ubuntu Reminders app:
  New
Status in Sudoku game for Ubuntu Touch:
  New
Status in “qtbase-opensource-src” package in Ubuntu:
  Confirmed

Bug description:
  From bug #1351041:
  [Thu Jul 31 21:04:20 2014] type=1400 audit(1406837062.464:97): 
apparmor=DENIED operation=chmod 
profile=com.ubuntu.reminders_reminders_0.5.203 name=/run/user/32011/ 
pid=12954 comm=reminders requested_mask=w denied_mask=w fsuid=32011 
ouid=32011

  From irc:
  Aug 21 15:47:20 ubuntu-phablet kernel: [  251.843308] type=1400 
audit(1408636040.346:137): apparmor=DENIED operation=chmod 
profile=com.ubuntu.camera_camera_3.0.0.355 name=/run/user/32011/ pid=4172 
comm=camera-app requested_mask=w denied_mask=w fsuid=32011 ouid=32011

  AppArmor policy is correct on this denial-- apps should not be able to
  change the permissions on the /run/user/32011/ (XDG_RUNTIME_DIR)
  directory. I filed this against camera-app and reminders, but my guess
  is this is an underlying library that is causing this. I don't know if
  the denial is causing errors with the app, but it is causing confusion
  for users and developers who see the denial.

To manage notifications about this bug go to:
https://bugs.launchpad.net/camera-app/+bug/1359831/+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 1289160] Re: gallery-app: Can't zoom out after zooming in

2014-09-10 Thread Bill Filler
** Changed in: gallery-app
   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/1289160

Title:
  gallery-app: Can't zoom out after zooming in

Status in Gallery App:
  Fix Released
Status in “gallery-app” package in Ubuntu:
  Fix Released
Status in “gallery-app” package in Ubuntu RTM:
  Fix Released

Bug description:
  gallery-app: Can't zoom out after zooming in

  Test case:
1. Open a photo.
2. Zoom in with two fingers. 
3. Lift fingers off and drag around a little.
4. Zoom out with two-finger pinch.

  Expected: Zooms out
  Observed: Nothing happens. The image always stays zoomed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gallery-app/+bug/1289160/+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 1214034] Re: Implement API for querying SSL status and certificate information and signalling SSL errors to the embedder

2014-09-10 Thread Bill Filler
** Tags removed: touch-2014-09-11
** Tags added: touch-2014-09-25

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

Title:
  Implement API for querying SSL status and certificate information and
  signalling SSL errors to the embedder

Status in Oxide Webview:
  Fix Released
Status in Web Browser App:
  Triaged
Status in “webbrowser-app” package in Ubuntu:
  Triaged

Bug description:
  The webview should expose an API for querying SSL status and
  certificate information and signalling SSL errors to the embedder.
  This is required in order to present something other than a blank page
  when we encounter verification issues

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1214034/+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 1346502] Re: improve conversation load time

2014-09-10 Thread Bill Filler
** Changed in: messaging-app (Ubuntu)
   Status: Confirmed = Fix Released

** Changed in: messaging-app
   Status: Confirmed = Fix Released

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

Title:
  improve conversation load time

Status in Messaging App:
  Fix Released
Status in “messaging-app” package in Ubuntu:
  Fix Released

Bug description:
  Steps:
  1. Have a lot of conversations in the messaging app
  2. Click on one

  Result:
  There is no feedback and after a many seconds delay the conversation opens

  Expected:
  Either the conversation opens quickly, or there is feedback that it is opening

To manage notifications about this bug go to:
https://bugs.launchpad.net/messaging-app/+bug/1346502/+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 1361732] Re: predictive keyboard pastes text across focus changes

2014-09-10 Thread Bill Filler
** Changed in: ubuntu-keyboard
   Status: In Progress = Fix Released

** Changed in: ubuntu-keyboard (Ubuntu)
   Importance: Undecided = Critical

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

Title:
  predictive keyboard pastes text across focus changes

Status in Ubuntu Keyboard:
  Fix Released
Status in “ubuntu-keyboard” package in Ubuntu:
  Fix Released

Bug description:
  Steps to reproduce:

  * Set up phone to use predictive text with the OSK
  * go to the dash, start a search for something
  * focus the terminal app, tap it

  = it'll paste whatever you have searched for in the dash into the
  terminal app

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-keyboard/+bug/1361732/+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 1366779] Re: First and second letter is capitalised when searching for an app

2014-09-10 Thread Bill Filler
** Changed in: ubuntu-keyboard
   Status: Confirmed = Fix Released

** Changed in: ubuntu-keyboard (Ubuntu)
   Importance: Undecided = Critical

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

Title:
  First and second letter is capitalised when searching for an app

Status in Ubuntu Keyboard:
  Fix Released
Status in “ubuntu-keyboard” package in Ubuntu:
  Fix Released

Bug description:
  When searching for an app, the first 2 letters are capitalised the
  first time. So for instance if you search for clock it appears as
  CLock instead of Clock. This happens only the first time. If you
  clear the string and type again the capitalisation is done as
  expected.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-keyboard/+bug/1366779/+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 1365666] Re: /usr/lib/arm-linux-gnueabihf/qt5/bin/qmlscene:11:isValid:QQmlContext::isValid:QQmlDelegateModelPrivate::emitChanges:QQmlDelegateModel::_q_modelReset:QQmlDelegateMode

2014-09-10 Thread Bill Filler
** Changed in: qtorganizer5-eds (Ubuntu)
   Importance: Critical = High

** Tags added: touch-2014-09-25

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

Title:
  /usr/lib/arm-linux-
  
gnueabihf/qt5/bin/qmlscene:11:isValid:QQmlContext::isValid:QQmlDelegateModelPrivate::emitChanges:QQmlDelegateModel::_q_modelReset:QQmlDelegateModel::qt_static_metacall

Status in “qtorganizer5-eds” package in Ubuntu:
  Confirmed

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding qtdeclarative-opensource-src.  This problem was most
  recently seen with version 5.3.0-3ubuntu10, the problem page at
  https://errors.ubuntu.com/problem/1f09fddb4c035e81a53677061bdb9cc4a58b75bf
  contains more details.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtorganizer5-eds/+bug/1365666/+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 1354189] Re: /usr/lib/arm-linux-gnueabihf/qt5/bin/qmlscene:11:QCoreApplication::notifyInternal:MInputContext::updatePreeditInternally:MInputContext::updatePreedit:MInputContext::

2014-09-10 Thread Bill Filler
** Changed in: maliit-framework (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  /usr/lib/arm-linux-
  
gnueabihf/qt5/bin/qmlscene:11:QCoreApplication::notifyInternal:MInputContext::updatePreeditInternally:MInputContext::updatePreedit:MInputContext::qt_static_metacall:QMetaObject::activate

Status in “maliit-framework” package in Ubuntu:
  Fix Released

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding qtdeclarative-opensource-src.  This problem was most
  recently seen with version 5.3.0-3ubuntu8, the problem page at
  https://errors.ubuntu.com/problem/50ffdb4caf743ab085b5cdaa290c32dad7c24c7e
  contains more details.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maliit-framework/+bug/1354189/+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 1364647] Re: Alarm, Calls should always be played (also) in the speakerphone even when a bluetooth or wired headset is used

2014-09-10 Thread Bill Filler
** Also affects: pulseaudio (Ubuntu)
   Importance: Undecided
   Status: New

** No longer affects: dialer-app

** No longer affects: dialer-app (Ubuntu)

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

Title:
  Alarm, Calls should always be played (also) in the speakerphone even
  when a bluetooth or wired headset is used

Status in Clock application for Ubuntu devices:
  Confirmed
Status in Ubuntu UX bugs:
  Fix Committed
Status in “pulseaudio” package in Ubuntu:
  New

Bug description:
  When a bluetooth or wired headset the phone embedded speakerphone
  should ring anyway as you probably won't wear an headset while
  sleeping, while you prefer keeping your headset connected all the
  times.

  -- SOLUTION --
  Calls and Alarms should *always* be played to the speaker phones.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-clock-app/+bug/1364647/+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 1365408] Re: Should ship a PNG icon instead of using the theme

2014-09-10 Thread Bill Filler
** Changed in: sync-monitor (Ubuntu)
   Status: New = Invalid

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

** Changed in: webbrowser-app (Ubuntu)
   Importance: Undecided = High

** Changed in: webbrowser-app (Ubuntu)
 Assignee: (unassigned) = Olivier Tilloy (osomon)

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

** Changed in: messaging-app (Ubuntu)
   Importance: Undecided = High

** Changed in: messaging-app (Ubuntu)
 Assignee: (unassigned) = Tiago Salem Herrmann (tiagosh)

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

** Changed in: mediaplayer-app (Ubuntu)
   Importance: Undecided = High

** Changed in: mediaplayer-app (Ubuntu)
 Assignee: (unassigned) = Renato Araujo Oliveira Filho (renatofilho)

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

** Changed in: dialer-app (Ubuntu)
   Importance: Undecided = High

** Changed in: dialer-app (Ubuntu)
 Assignee: (unassigned) = Gustavo Pichorim Boiko (boiko)

** Changed in: address-book-app (Ubuntu)
   Status: New = Confirmed

** Changed in: address-book-app (Ubuntu)
   Importance: Undecided = High

** Changed in: address-book-app (Ubuntu)
 Assignee: (unassigned) = Renato Araujo Oliveira Filho (renatofilho)

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

Title:
  Should ship a PNG icon instead of using the theme

Status in Ubuntu UX bugs:
  Fix Committed
Status in “address-book-app” package in Ubuntu:
  Confirmed
Status in “dialer-app” package in Ubuntu:
  Confirmed
Status in “mediaplayer-app” package in Ubuntu:
  Confirmed
Status in “messaging-app” package in Ubuntu:
  Confirmed
Status in “sync-monitor” package in Ubuntu:
  Invalid
Status in “ubuntu-system-settings” package in Ubuntu:
  Confirmed
Status in “webbrowser-app” package in Ubuntu:
  Confirmed

Bug description:
  By design request, all apps, click or not, should ship their own icon
  as PNG instead of using icons from the theme.

  Please download the respective icon from http://bazaar.launchpad.net
  /~ubuntu-art-pkg/ubuntu-themes/trunk/files/head:/suru-icons/apps/256/
  and include in your packages.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1365408/+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 1340255] Re: implement support to send sms's without storing them in history-service

2014-09-10 Thread Bill Filler
** Changed in: telephony-service
   Status: Confirmed = In Progress

** Changed in: history-service (Ubuntu)
   Status: New = In Progress

** Changed in: telephony-service (Ubuntu)
   Status: New = In Progress

** Changed in: history-service (Ubuntu)
   Importance: Undecided = High

** Changed in: telephony-service (Ubuntu)
   Importance: Undecided = High

** Changed in: history-service (Ubuntu)
 Assignee: (unassigned) = Tiago Salem Herrmann (tiagosh)

** Changed in: telephony-service (Ubuntu)
 Assignee: (unassigned) = Tiago Salem Herrmann (tiagosh)

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

Title:
  implement support to send sms's without storing them in history-
  service

Status in Telephony Service:
  In Progress
Status in “history-service” package in Ubuntu:
  In Progress
Status in “telephony-service” package in Ubuntu:
  In Progress

Bug description:
  Telephony-service needs to allow apps to send silent sms's. This is a
  requirement since some operators take advantage of this functionality
  to send control information over sms.

To manage notifications about this bug go to:
https://bugs.launchpad.net/telephony-service/+bug/1340255/+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 1365497] Re: Inform user when a video format is not supported

2014-09-10 Thread Bill Filler
@jhodap
how do we know if the video format is supported or not?
Is there an api on the media-hub or some other place to query?

** Changed in: mediaplayer-app
   Importance: Critical = High

** Changed in: mediaplayer-app (Ubuntu)
   Importance: Undecided = High

** Also affects: media-hub
   Importance: Undecided
   Status: New

** Changed in: media-hub
   Importance: Undecided = High

** Changed in: media-hub
 Assignee: (unassigned) = Jim Hodapp (jhodapp)

** Changed in: mediaplayer-app
 Assignee: (unassigned) = Renato Araujo Oliveira Filho (renatofilho)

** Changed in: mediaplayer-app (Ubuntu)
 Assignee: (unassigned) = Renato Araujo Oliveira Filho (renatofilho)

** Tags added: 2014-09-25

** Tags removed: 2014-09-25
** Tags added: touch-2014-09-25

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

Title:
  Inform user when a video format is not supported

Status in Media Hub:
  New
Status in Media Player App:
  Triaged
Status in “mediaplayer-app” package in Ubuntu:
  Confirmed

Bug description:
  When a video format is not supported the result is at best a black or green 
screen, a black video with audio, or worst case a crash.
  Instead of this the player shouldn't try playing the video and inform the 
user that the format is not supported.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: mediaplayer-app 0.20.5+14.10.20140820-0ubuntu1 [origin: Ubuntu RTM]
  Uname: Linux 3.4.67 armv7l
  ApportVersion: 2.14.7-0ubuntu1
  Architecture: armhf
  Date: Thu Sep  4 15:07:06 2014
  InstallationDate: Installed on 2014-09-04 (0 days ago)
  InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf 
(20140904-030254)
  SourcePackage: mediaplayer-app
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/media-hub/+bug/1365497/+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 1351152] Re: [browser] Add a slide-up transition for tabs view and history view

2014-09-10 Thread Bill Filler
** Changed in: webbrowser-app (Ubuntu)
   Status: New = Triaged

** Changed in: webbrowser-app (Ubuntu)
   Importance: Undecided = Medium

** Changed in: webbrowser-app (Ubuntu)
 Assignee: (unassigned) = Olivier Tilloy (osomon)

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

Title:
  [browser] Add a slide-up transition for tabs view and history view

Status in Ubuntu UX bugs:
  Fix Committed
Status in Web Browser App:
  Triaged
Status in “webbrowser-app” package in Ubuntu:
  Triaged

Bug description:
  For RTM only, as a stop-gap measure until proper bottom-edge support
  is implemented for a combined tabs/history view, design wants a slide-
  up transition when opening the tabs and history views.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1351152/+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 1365583] Re: honor dial pad settings from system settings

2014-09-11 Thread Bill Filler
** Changed in: telephony-service (Ubuntu)
   Importance: Undecided = High

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

Title:
  honor dial pad settings from system settings

Status in Telephony Service:
  New
Status in “telephony-service” package in Ubuntu:
  New

Bug description:
  the telephony-service should honor the new settings in system settings
  to control whether or not to play dialpad sounds when the keys are
  pressed in the dialer app

To manage notifications about this bug go to:
https://bugs.launchpad.net/telephony-service/+bug/1365583/+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 1351158] Re: When unfocused, the address bar should display only the domain name

2014-09-11 Thread Bill Filler
** Changed in: webbrowser-app (Ubuntu)
   Status: New = In Progress

** Changed in: webbrowser-app (Ubuntu)
   Importance: Undecided = High

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

Title:
  When unfocused, the address bar should display only the domain name

Status in Web Browser App:
  In Progress
Status in “webbrowser-app” package in Ubuntu:
  In Progress

Bug description:
  Per design specification, when the address bar doesn’t have active
  focus, it should display only the domain name (trimming the leading
  www. if present).

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1351158/+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 1368492] [NEW] crash opening image file

2014-09-11 Thread Bill Filler
Public bug reported:

krillin image 25
libthumbailer version 1.2+14.10.20140814-0ubuntu1

- take a picture with the camera
- open the gallery app
- click on the thumbnail of the photo just taken
- boom, crash happens

Here is the stack trace. Core file and picture used are attached

[Thread debugging using libthread_db enabled]
Using host libthread_db library /lib/arm-linux-gnueabihf/libthread_db.so.1.
Core was generated by `./gallery-app'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0  0xb5b2201c in std::string::assign(std::string const) ()
   from /usr/lib/arm-linux-gnueabihf/libstdc++.so.6
(gdb) bt
#0  0xb5b2201c in std::string::assign(std::string const) ()
   from /usr/lib/arm-linux-gnueabihf/libstdc++.so.6
#1  0xacebe712 in ?? () from /usr/lib/arm-linux-gnueabihf/libthumbnailer.so.0
#2  0xacebec62 in ?? () from /usr/lib/arm-linux-gnueabihf/libthumbnailer.so.0
#3  0xacebff34 in Thumbnailer::get_thumbnail(std::string const, ThumbnailSize, 
ThumbnailPolicy) () from /usr/lib/arm-linux-gnueabihf/libthumbnailer.so.0
#4  0xacec00ae in Thumbnailer::get_thumbnail(std::string const, ThumbnailSize)
() from /usr/lib/arm-linux-gnueabihf/libthumbnailer.so.0
#5  0xacf7b70e in ThumbnailGenerator::requestImage(QString const, QSize*, 
QSize const) ()
   from 
/usr/lib/arm-linux-gnueabihf/qt5/qml/Ubuntu/Components/libUbuntuComponents.so
#6  0xb640acfa in ?? () from /usr/lib/arm-linux-gnueabihf/libQt5Quick.so.5
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

** Affects: thumbnailer (Ubuntu)
 Importance: Undecided
 Status: New

-- 
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 “thumbnailer” package in Ubuntu:
  New

Bug description:
  krillin image 25
  libthumbailer version 1.2+14.10.20140814-0ubuntu1

  - take a picture with the camera
  - open the gallery app
  - click on the thumbnail of the photo just taken
  - boom, crash happens

  Here is the stack trace. Core file and picture used are attached

  [Thread debugging using libthread_db enabled]
  Using host libthread_db library /lib/arm-linux-gnueabihf/libthread_db.so.1.
  Core was generated by `./gallery-app'.
  Program terminated with signal SIGSEGV, Segmentation fault.
  #0  0xb5b2201c in std::string::assign(std::string const) ()
 from /usr/lib/arm-linux-gnueabihf/libstdc++.so.6
  (gdb) bt
  #0  0xb5b2201c in std::string::assign(std::string const) ()
 from /usr/lib/arm-linux-gnueabihf/libstdc++.so.6
  #1  0xacebe712 in ?? () from /usr/lib/arm-linux-gnueabihf/libthumbnailer.so.0
  #2  0xacebec62 in ?? () from /usr/lib/arm-linux-gnueabihf/libthumbnailer.so.0
  #3  0xacebff34 in Thumbnailer::get_thumbnail(std::string const, 
ThumbnailSize, ThumbnailPolicy) () from 
/usr/lib/arm-linux-gnueabihf/libthumbnailer.so.0
  #4  0xacec00ae in Thumbnailer::get_thumbnail(std::string const, 
ThumbnailSize)
  () from /usr/lib/arm-linux-gnueabihf/libthumbnailer.so.0
  #5  0xacf7b70e in ThumbnailGenerator::requestImage(QString const, QSize*, 
QSize const) ()
 from 
/usr/lib/arm-linux-gnueabihf/qt5/qml/Ubuntu/Components/libUbuntuComponents.so
  #6  0xb640acfa in ?? () from /usr/lib/arm-linux-gnueabihf/libQt5Quick.so.5
  Backtrace stopped: previous frame identical to this frame (corrupt stack?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/thumbnailer/+bug/1368492/+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 1368492] Re: crash opening image file

2014-09-11 Thread Bill Filler
** Attachment added: CoreDump
   
https://bugs.launchpad.net/ubuntu/+source/thumbnailer/+bug/1368492/+attachment/4201885/+files/CoreDump

** Changed in: thumbnailer (Ubuntu)
   Importance: Undecided = High

** Tags added: rtm14

-- 
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 “thumbnailer” package in Ubuntu:
  New

Bug description:
  krillin image 25
  libthumbailer version 1.2+14.10.20140814-0ubuntu1

  - take a picture with the camera
  - open the gallery app
  - click on the thumbnail of the photo just taken
  - boom, crash happens

  Here is the stack trace. Core file and picture used are attached

  [Thread debugging using libthread_db enabled]
  Using host libthread_db library /lib/arm-linux-gnueabihf/libthread_db.so.1.
  Core was generated by `./gallery-app'.
  Program terminated with signal SIGSEGV, Segmentation fault.
  #0  0xb5b2201c in std::string::assign(std::string const) ()
 from /usr/lib/arm-linux-gnueabihf/libstdc++.so.6
  (gdb) bt
  #0  0xb5b2201c in std::string::assign(std::string const) ()
 from /usr/lib/arm-linux-gnueabihf/libstdc++.so.6
  #1  0xacebe712 in ?? () from /usr/lib/arm-linux-gnueabihf/libthumbnailer.so.0
  #2  0xacebec62 in ?? () from /usr/lib/arm-linux-gnueabihf/libthumbnailer.so.0
  #3  0xacebff34 in Thumbnailer::get_thumbnail(std::string const, 
ThumbnailSize, ThumbnailPolicy) () from 
/usr/lib/arm-linux-gnueabihf/libthumbnailer.so.0
  #4  0xacec00ae in Thumbnailer::get_thumbnail(std::string const, 
ThumbnailSize)
  () from /usr/lib/arm-linux-gnueabihf/libthumbnailer.so.0
  #5  0xacf7b70e in ThumbnailGenerator::requestImage(QString const, QSize*, 
QSize const) ()
 from 
/usr/lib/arm-linux-gnueabihf/qt5/qml/Ubuntu/Components/libUbuntuComponents.so
  #6  0xb640acfa in ?? () from /usr/lib/arm-linux-gnueabihf/libQt5Quick.so.5
  Backtrace stopped: previous frame identical to this frame (corrupt stack?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/thumbnailer/+bug/1368492/+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 1368492] Re: crash opening image file

2014-09-11 Thread Bill Filler
** Attachment added: image20140911_212838451.jpg
   
https://bugs.launchpad.net/ubuntu/+source/thumbnailer/+bug/1368492/+attachment/4201884/+files/image20140911_212838451.jpg

-- 
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 “thumbnailer” package in Ubuntu:
  New

Bug description:
  krillin image 25
  libthumbailer version 1.2+14.10.20140814-0ubuntu1

  - take a picture with the camera
  - open the gallery app
  - click on the thumbnail of the photo just taken
  - boom, crash happens

  Here is the stack trace. Core file and picture used are attached

  [Thread debugging using libthread_db enabled]
  Using host libthread_db library /lib/arm-linux-gnueabihf/libthread_db.so.1.
  Core was generated by `./gallery-app'.
  Program terminated with signal SIGSEGV, Segmentation fault.
  #0  0xb5b2201c in std::string::assign(std::string const) ()
 from /usr/lib/arm-linux-gnueabihf/libstdc++.so.6
  (gdb) bt
  #0  0xb5b2201c in std::string::assign(std::string const) ()
 from /usr/lib/arm-linux-gnueabihf/libstdc++.so.6
  #1  0xacebe712 in ?? () from /usr/lib/arm-linux-gnueabihf/libthumbnailer.so.0
  #2  0xacebec62 in ?? () from /usr/lib/arm-linux-gnueabihf/libthumbnailer.so.0
  #3  0xacebff34 in Thumbnailer::get_thumbnail(std::string const, 
ThumbnailSize, ThumbnailPolicy) () from 
/usr/lib/arm-linux-gnueabihf/libthumbnailer.so.0
  #4  0xacec00ae in Thumbnailer::get_thumbnail(std::string const, 
ThumbnailSize)
  () from /usr/lib/arm-linux-gnueabihf/libthumbnailer.so.0
  #5  0xacf7b70e in ThumbnailGenerator::requestImage(QString const, QSize*, 
QSize const) ()
 from 
/usr/lib/arm-linux-gnueabihf/qt5/qml/Ubuntu/Components/libUbuntuComponents.so
  #6  0xb640acfa in ?? () from /usr/lib/arm-linux-gnueabihf/libQt5Quick.so.5
  Backtrace stopped: previous frame identical to this frame (corrupt stack?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/thumbnailer/+bug/1368492/+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 1368436] Re: camera-app crashes after quickly opening and closing app

2014-09-12 Thread Bill Filler
what device, what build?

-- 
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/1368436

Title:
  camera-app crashes after quickly opening and closing app

Status in “camera-app” package in Ubuntu:
  New

Bug description:
  summary:
  camera-app crashes after quickly opening and closing app 

  steps:
  1. open camera app
  2. close camera app
  3. open camera app 
  4. close camera app

  expected result:
  no crash happens

  actual results:
  camera app crashes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/camera-app/+bug/1368436/+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 1368436] Re: camera-app crashes after quickly opening and closing app

2014-09-12 Thread Bill Filler
How are you closing the app?

-- 
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/1368436

Title:
  camera-app crashes after quickly opening and closing app

Status in “camera-app” package in Ubuntu:
  New

Bug description:
  summary:
  camera-app crashes after quickly opening and closing app 

  steps:
  1. open camera app
  2. close camera app
  3. open camera app 
  4. close camera app

  expected result:
  no crash happens

  actual results:
  camera app crashes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/camera-app/+bug/1368436/+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 1318008] Re: Core apps .desktop files do not include translated strings

2014-09-12 Thread Bill Filler
** Changed in: gallery-app
   Importance: Critical = High

-- 
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/1318008

Title:
  Core apps .desktop files do not include translated strings

Status in Address Book App:
  Fix Released
Status in Camera App:
  Fix Released
Status in Dialer app for Ubuntu Touch:
  Fix Released
Status in Dropping Letters:
  Invalid
Status in Gallery App:
  In Progress
Status in Media Player App:
  In Progress
Status in Messaging App:
  Fix Released
Status in Music application for Ubuntu devices:
  Fix Released
Status in Notes App:
  In Progress
Status in Sudoku game for Ubuntu Touch:
  New
Status in Calculator application for Ubuntu devices:
  Fix Released
Status in Calendar application for Ubuntu devices:
  Fix Released
Status in Clock application for Ubuntu devices:
  Fix Released
Status in Ubuntu Clock App reboot series:
  In Progress
Status in File Manager application for Ubuntu devices:
  Fix Committed
Status in RSS Feed Reader application for Ubuntu devices:
  New
Status in Terminal application for Ubuntu devices:
  Fix Committed
Status in Ubuntu Translations:
  Triaged
Status in Weather application for Ubuntu devices:
  Fix Committed
Status in Web Browser App:
  Fix Released
Status in “camera-app” package in Ubuntu:
  Fix Released
Status in “dialer-app” package in Ubuntu:
  Fix Released
Status in “messaging-app” package in Ubuntu:
  Fix Released
Status in “ubuntu-system-settings” package in Ubuntu:
  Fix Released
Status in “webbrowser-app” package in Ubuntu:
  Fix Released

Bug description:
  As other apps cannot know where .mo files might be located for click
  packages, and unity8 apparently does not know about X-Ubuntu-Gettext-
  Domain for deb packages, the .desktop files for any applications will
  need to have their translations merged back into the .desktop file
  itself. This at a minimum should include the following .desktop
  fields:

  Name
  Comment
  Keywords (semicolon-separated list of strings)

To manage notifications about this bug go to:
https://bugs.launchpad.net/address-book-app/+bug/1318008/+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 1367331] Re: [messaging-app] change copy in messaging app, chats view

2014-09-12 Thread Bill Filler
** Changed in: messaging-app (Ubuntu)
   Importance: Undecided = High

** Changed in: messaging-app
   Status: New = Confirmed

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

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

Title:
  [messaging-app] change copy in messaging app, chats view

Status in Messaging App:
  Confirmed
Status in Ubuntu UX bugs:
  Fix Committed
Status in “messaging-app” package in Ubuntu:
  Confirmed

Bug description:
  [messaging-app] change copy in messaging app, chats view
  1. Open Messaging app
  2. The header in the landing view currently states Chats

  
--

  Desired solution:
  Please amend copy to Messages. User testing showed that the word Chats 
was not understood.

To manage notifications about this bug go to:
https://bugs.launchpad.net/messaging-app/+bug/1367331/+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 1367315] Re: [messaging-app] change copy in compose view

2014-09-12 Thread Bill Filler
** Changed in: messaging-app (Ubuntu)
   Status: New = Confirmed

** Changed in: messaging-app (Ubuntu)
   Importance: Undecided = High

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

Title:
  [messaging-app] change copy in compose view

Status in Messaging App:
  Confirmed
Status in Ubuntu UX bugs:
  Fix Committed
Status in “messaging-app” package in Ubuntu:
  Confirmed

Bug description:
  1. Open Messaging app
  2. Carry out a bottom edge swipe in the main view
  3. The input field in the compose view says in greyed out text Add 
contacts...

  --

  Desired solution:

  User research showed that the text was misleading and users associated it 
with creating a new contact rather than sender.
  Please change text into a simple To:, the behaviour remains the same.

To manage notifications about this bug go to:
https://bugs.launchpad.net/messaging-app/+bug/1367315/+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 1367325] Re: [phone-app] empty state missing in recent view and empty address book

2014-09-12 Thread Bill Filler
** Changed in: address-book-app (Ubuntu)
   Status: New = Confirmed

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

** Changed in: address-book-app (Ubuntu)
   Importance: Undecided = High

** Changed in: dialer-app (Ubuntu)
   Importance: Undecided = High

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

Title:
  [phone-app] empty state missing in recent view and empty address book

Status in Address Book App:
  Confirmed
Status in Dialer app for Ubuntu Touch:
  Confirmed
Status in Ubuntu UX bugs:
  Fix Committed
Status in “address-book-app” package in Ubuntu:
  Confirmed
Status in “dialer-app” package in Ubuntu:
  Confirmed

Bug description:
  1. Open Phone app, make sure you didn't receive or made any calls
  2. Carry out a bottom edge swipe
  3. The list is blank

  Same applies for the Address book app

  
---

  Desired solution:
  Please implement the empty state screen as per design.
  It is confusing for the user not seeing anything in this view.
  Please implement a screen saying No recent calls and have a look on the 
empty screen in the messaging app as a reference.

To manage notifications about this bug go to:
https://bugs.launchpad.net/address-book-app/+bug/1367325/+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 1368316] Re: [dialer-app] tapping a list item in RECENT should populate number in dialer

2014-09-12 Thread Bill Filler
** Changed in: dialer-app
   Importance: Undecided = High

** Changed in: dialer-app (Ubuntu)
   Importance: Undecided = High

** Changed in: dialer-app
 Assignee: (unassigned) = Gustavo Pichorim Boiko (boiko)

** Changed in: dialer-app (Ubuntu)
 Assignee: (unassigned) = Gustavo Pichorim Boiko (boiko)

** Changed in: dialer-app
   Status: New = Confirmed

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

** Tags added: touch-2014-09-25

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

Title:
  [dialer-app] tapping a list item in RECENT should populate number in
  dialer

Status in Dialer app for Ubuntu Touch:
  Confirmed
Status in Ubuntu UX bugs:
  Fix Committed
Status in “dialer-app” package in Ubuntu:
  Confirmed

Bug description:
  Steps to reproduce:

  1. Open Phone app, make sure you have some made/received/missed calls
  2. Carry out a bottom edge full swipe to access your recent calls
  3. Tap on a recent call

  4. Current behaviour - number is directly dialed back

  Desired solution:

  After tapping on the list item in the recent view, the number should be 
pre-populated into the dialer app.
  In user testing, too many accidental calls were made. By putting the number 
first into the dialer, user has to confirm the call by tapping the green call 
button.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dialer-app/+bug/1368316/+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 1368296] Re: [phone-app] - remove 2 step functionality in the bottom edge

2014-09-12 Thread Bill Filler
** Changed in: dialer-app
   Importance: Undecided = High

** Changed in: dialer-app
 Assignee: (unassigned) = Gustavo Pichorim Boiko (boiko)

** Changed in: dialer-app (Ubuntu)
   Importance: Undecided = High

** Changed in: dialer-app (Ubuntu)
 Assignee: (unassigned) = Gustavo Pichorim Boiko (boiko)

** Tags added: touch-2014-09-25

** Changed in: dialer-app
   Status: New = Confirmed

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

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

Title:
  [phone-app] - remove 2 step functionality in the bottom edge

Status in Dialer app for Ubuntu Touch:
  Confirmed
Status in Ubuntu UX bugs:
  Fix Committed
Status in “dialer-app” package in Ubuntu:
  Confirmed

Bug description:
  Steps to reproduce:

  1. open dialer app - make sure you made/accepted/missed some calls
  2. carry out a slow swipe from the bottom of the screen to access your recent 
calls
  3. list items become visible and are selected as you progress swiping up, 
three list items overall
  4. after passing the third item, the actual list of recent calls blends in

  Desired resolution:
  Remove the first step (first three list items) of the swipe. User should be 
able to swipe in one go and access the full list of recent calls. Please see 
messaging and address book apps for reference.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dialer-app/+bug/1368296/+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 1359337] Re: dialer not remembering current view after lock/unlock

2014-09-12 Thread Bill Filler
** Tags removed: touch-2014-09-11
** Tags added: touch-2014-09-25

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

Title:
  dialer not remembering current view after lock/unlock

Status in Dialer app for Ubuntu Touch:
  Confirmed
Status in “dialer-app” package in Ubuntu:
  Confirmed

Bug description:
  build 199
  open dialer
  navigate to contacts page or recents page
  lock the phone
  unlock the phone

  Expected results:
  dialer should be on the page you left it on

  Actual results:
  keypad view is always shown

To manage notifications about this bug go to:
https://bugs.launchpad.net/dialer-app/+bug/1359337/+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 1348110] Re: Please enter a number label is too big for some translations

2014-09-12 Thread Bill Filler
** Tags removed: touch-2014-09-11
** Tags added: touch-2014-09-25

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

Title:
  Please enter a number label is too big for some translations

Status in Dialer app for Ubuntu Touch:
  Confirmed
Status in Ubuntu UX bugs:
  Fix Committed
Status in “dialer-app” package in Ubuntu:
  Confirmed

Bug description:
  Here's a screenshot from German translation.

  I guess the font size should be reduced in such cases.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dialer-app/+bug/1348110/+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 1325626] Re: Inline translations from .desktop files are not loaded

2014-09-12 Thread Bill Filler
** Tags removed: touch-2014-09-11
** Tags added: touch-2014-09-25

-- 
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/1325626

Title:
  Inline translations from .desktop files are not loaded

Status in Camera App:
  Fix Released
Status in Gallery App:
  Confirmed
Status in Music application for Ubuntu devices:
  Fix Released
Status in Notes App:
  Confirmed
Status in Sudoku game for Ubuntu Touch:
  New
Status in Calculator application for Ubuntu devices:
  Fix Released
Status in Calendar application for Ubuntu devices:
  Fix Released
Status in Clock application for Ubuntu devices:
  Fix Released
Status in File Manager application for Ubuntu devices:
  New
Status in RSS Feed Reader application for Ubuntu devices:
  New
Status in Terminal application for Ubuntu devices:
  New
Status in Weather application for Ubuntu devices:
  Fix Committed
Status in “camera-app” package in Ubuntu:
  Fix Released
Status in “unity-scope-click” package in Ubuntu:
  Invalid

Bug description:
  Using image #60, and the Calculator app as an example, the inline
  translations of its desktop files are not loaded.

  Steps to reproduce:

  1. Set the system locale (System Settings  Language  Text) to Spanish or 
Simplified Chinese
  2. Reboot the phone
  Go to My Apps on the click scope

  Actual:
  - Calculator appears untranslated beneath the Calculator icon

  Expected:
  - Calculator appears translated beneath the Calculator icon (if inline 
translations are available in its .desktop file)

To manage notifications about this bug go to:
https://bugs.launchpad.net/camera-app/+bug/1325626/+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 1350006] Re: Calling screen is shown after answering a call

2014-09-12 Thread Bill Filler
** Tags removed: touch-2014-09-11
** Tags added: touch-2014-09-25

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

Title:
  Calling screen is shown after answering a call

Status in Dialer app for Ubuntu Touch:
  Confirmed
Status in “dialer-app” package in Ubuntu:
  Confirmed

Bug description:
  build 157 Nexus 4

  - make sure dialer is not running
  - call the Ubuntu phone
  - answer from the snap decision

  Expected result:
  - The live call screen should be shown

  Actual result:
  - After a long pause the Calling screen is shown and then it transitions to 
the live call screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/dialer-app/+bug/1350006/+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 1234130] Re: Gallery app does not refresh thumbnails correctly

2014-09-12 Thread Bill Filler
** Changed in: gallery-app (Ubuntu)
   Status: In Progress = Fix Released

** Changed in: gallery-app
   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/1234130

Title:
  Gallery app does not refresh thumbnails correctly

Status in Gallery App:
  Fix Released
Status in QT Ubuntu Camera:
  New
Status in “gallery-app” package in Ubuntu:
  Fix Released
Status in “qtubuntu-camera” package in Ubuntu:
  Fix Released

Bug description:
  PRE-REQUISITE:
  Delete all images from the gallery

  TEST CASE:
  1. Take a photo using the camera app
  2. Load the gallery app and view the thumbnail of the image just taken
  3. Select the thumbnail and delete it from gallery (gallery should be blank)
  4. Switch back to camera app, leaving gallery running
  5. Take another photo using the camera (take it of something different to the 
first image)
  6. Switch back to the gallery app

  EXPECTED RESULT:
  The new image thumbnail should be displayed in the gallery

  ACTUAL RESULT:
  The old thumbnail image from the first image is displayed. When you press the 
thumbnail the new image loads.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: gallery-app 0.0.67+13.10.20130924.1-0ubuntu2
  Uname: Linux 3.4.0-3-mako armv7l
  ApportVersion: 2.12.5-0ubuntu1
  Architecture: armhf
  Date: Wed Oct  2 11:46:02 2013
  InstallationDate: Installed on 2013-10-01 (0 days ago)
  InstallationMedia: Ubuntu Saucy Salamander (development branch) - armhf 
(20131001.3)
  MarkForUpload: True
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  SourcePackage: gallery-app
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gallery-app/+bug/1234130/+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 1347906] Re: don't display notification when in the message thread

2014-09-12 Thread Bill Filler
** Tags removed: touch-2014-09-11
** Tags added: touch-2014-09-25

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

Title:
  don't display notification when in the message thread

Status in Messaging App:
  Confirmed
Status in “messaging-app” package in Ubuntu:
  Confirmed

Bug description:
  if the messaging app is open and you are in the message thread view
  and receive a message from that same person, we should not display the
  notify-osd. We should still vibrate and/or ring but skip the
  notification as it's not necessary and distracting.

To manage notifications about this bug go to:
https://bugs.launchpad.net/messaging-app/+bug/1347906/+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 1340952] Re: Video and Music scopes should provide non-file:/// based URIs

2014-09-12 Thread Bill Filler
** Tags removed: touch-2014-09-11
** Tags added: touch-2014-09-25

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

Title:
  Video and Music scopes should provide non-file:/// based URIs

Status in Media Player App:
  In Progress
Status in Unity Media Scanner Scope:
  Confirmed
Status in QML plugin for Scopes:
  Confirmed
Status in “url-dispatcher” package in Ubuntu:
  In Progress

Bug description:
  There are some mp4 videos found/indexed by mediascanner-service-2.0 from 
~/Pictures. The thumbnails of those are shown in the Video scope but can not be 
played. If the video is moved over to ~/Videos, the videos are played just fine.
  mako utopic r119

To manage notifications about this bug go to:
https://bugs.launchpad.net/mediaplayer-app/+bug/1340952/+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 1336966] Re: [messaging-app] No way to tell which number is used from a contact with more than one number

2014-09-12 Thread Bill Filler
** Tags removed: touch-2014-09-11
** Tags added: touch-2014-09-25

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

Title:
  [messaging-app] No way to tell which number is used from a contact
  with more than one number

Status in Messaging App:
  Confirmed
Status in Ubuntu UX bugs:
  Triaged
Status in “messaging-app” package in Ubuntu:
  Confirmed

Bug description:
  1. Put two numbers into 1 contact
  2. Receive a text from the contact
  3. Note that it is impossible to tell which number has sent the message

  EXPECTED RESULT: I should be able to tell which number is contacting
  me when a contact has multiple numbers associated to it

To manage notifications about this bug go to:
https://bugs.launchpad.net/messaging-app/+bug/1336966/+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 1359849] Re: call notifications show unknown briefly before showing contact name

2014-09-12 Thread Bill Filler
** Tags removed: touch-2014-09-11
** Tags added: touch-2014-09-25

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

Title:
  call notifications show unknown briefly before showing contact name

Status in Telephony Service:
  New
Status in “telephony-service” package in Ubuntu:
  New
Status in “unity-notifications” package in Ubuntu:
  Invalid

Bug description:
  build 203 on krillin

  When receing a call from a contact in your address book that has an
  avatar, the notification is first shown with Unknown caller and
  default avatar before switching to the correct name and avatar.

  The name and avatar should be fetched before displaying the
  notification such that when it's shown it's correct right away.

To manage notifications about this bug go to:
https://bugs.launchpad.net/telephony-service/+bug/1359849/+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 1351158] Re: When unfocused, the address bar should display only the domain name

2014-09-12 Thread Bill Filler
** Changed in: webbrowser-app
   Status: In Progress = Fix Released

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

Title:
  When unfocused, the address bar should display only the domain name

Status in Web Browser App:
  Fix Released
Status in “webbrowser-app” package in Ubuntu:
  Fix Released

Bug description:
  Per design specification, when the address bar doesn’t have active
  focus, it should display only the domain name (trimming the leading
  www. if present).

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1351158/+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 1359353] Re: [browser] Top sites visuals could be improved

2014-09-12 Thread Bill Filler
** Changed in: webbrowser-app
   Status: In Progress = Fix Released

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

Title:
  [browser] Top sites visuals could be improved

Status in Ubuntu UX bugs:
  Fix Committed
Status in Web Browser App:
  Fix Released
Status in “webbrowser-app” package in Ubuntu:
  Fix Released

Bug description:
  build 199
  - open the new tab option on toolbar
  - see the list of Top Sites is displayed with a small Favicon in a large 
white square, it looks very lonely :)

  I know the design calls for thumbnail previews of the top sites, but
  this will not be ready in time for RTM.

  So we need an interim solution that looks better then the current
  solution until thumbnail previews land.

  Possible Ideas:
  - make Top Sites a simple list, similar to history view with Favicon on the 
left
  - don't change the layout, but use a background image in the square with the 
favicon overlayed on top

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1359353/+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 1355859] Re: can't dial emergency call number when sim is pin protected and not unlocked

2014-09-12 Thread Bill Filler
** Tags removed: touch-2014-09-18
** Tags added: touch-2014-09-25

** Changed in: dialer-app
   Importance: Undecided = Critical

** Changed in: dialer-app (Ubuntu)
   Importance: High = Critical

** Changed in: dialer-app
 Assignee: (unassigned) = Tiago Salem Herrmann (tiagosh)

** Changed in: dialer-app (Ubuntu)
 Assignee: (unassigned) = Tiago Salem Herrmann (tiagosh)

** Changed in: dialer-app (Ubuntu)
   Status: New = Triaged

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

Title:
  can't dial emergency call number when sim is pin protected and not
  unlocked

Status in Dialer app for Ubuntu Touch:
  Triaged
Status in “dialer-app” package in Ubuntu:
  Triaged

Bug description:
  Usually (means on all other phones I owned so far) the emergency call
  number(s) could be called even if the SIM is PIN protected and not
  unlocked yet. On Ubuntu this doesn't work.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dialer-app/+bug/1355859/+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 1367331] Re: [messaging-app] change copy in messaging app, chats view

2014-09-12 Thread Bill Filler
** Changed in: messaging-app
   Status: Confirmed = In Progress

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

** Tags removed: touch-2014-09-25
** Tags added: touch-2014-09-11

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

Title:
  [messaging-app] change copy in messaging app, chats view

Status in Messaging App:
  In Progress
Status in Ubuntu UX bugs:
  Fix Committed
Status in “messaging-app” package in Ubuntu:
  In Progress

Bug description:
  [messaging-app] change copy in messaging app, chats view
  1. Open Messaging app
  2. The header in the landing view currently states Chats

  
--

  Desired solution:
  Please amend copy to Messages. User testing showed that the word Chats 
was not understood.

To manage notifications about this bug go to:
https://bugs.launchpad.net/messaging-app/+bug/1367331/+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 1340255] Re: implement support to send sms's without storing them in history-service

2014-09-12 Thread Bill Filler
** Tags removed: touch-2014-09-25
** Tags added: touch-2014-09-11

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

Title:
  implement support to send sms's without storing them in history-
  service

Status in Telephony Service:
  In Progress
Status in “history-service” package in Ubuntu:
  In Progress
Status in “telephony-service” package in Ubuntu:
  In Progress

Bug description:
  Telephony-service needs to allow apps to send silent sms's. This is a
  requirement since some operators take advantage of this functionality
  to send control information over sms.

To manage notifications about this bug go to:
https://bugs.launchpad.net/telephony-service/+bug/1340255/+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 1358343] Re: [Dialler] Answer a call is too easy if the screen is locked

2014-09-12 Thread Bill Filler
The plan for short term until full screen notifications are ready:

- use the proximity sensor and not turn the screen on during an incoming call 
if proximity sensor triggers (i.e. it's in your pocket or up to your ear).
- when the phone is taken out of pocket, the screen should turn on when any 
kind of notificaiton

** Summary changed:

- [Dialler] Answer a call is too easy if the screen is locked
+ don't turn on screen on notifications if proximity sensor triggered

** Tags added: usability

** Also affects: powerd (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: powerd (Ubuntu)
   Importance: Undecided = Critical

** Changed in: dialer-app (Ubuntu)
   Status: Confirmed = Invalid

** Changed in: dialer-app
   Status: Confirmed = Invalid

** Also affects: unity-system-compositor
   Importance: Undecided
   Status: New

** No longer affects: powerd (Ubuntu)

** Changed in: unity-system-compositor
   Importance: Undecided = Critical

** Changed in: unity-notifications
   Status: New = Invalid

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

Title:
  don't turn on screen on notifications if proximity sensor triggered

Status in Dialer app for Ubuntu Touch:
  Invalid
Status in Ubuntu UX bugs:
  Triaged
Status in Server and client library for desktop notifications in Unity:
  Invalid
Status in Unity System Compositor:
  New
Status in “dialer-app” package in Ubuntu:
  Invalid

Bug description:
  If you put the phone in your pocket with locked screen and you receive
  a call is too easy to answer or reject that by mistake. Or pressing
  the screen while trying to get the phone or the call can be answered
  without you noticed by your pocket.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dialer-app/+bug/1358343/+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 1365583] Re: honor dial pad settings from system settings

2014-09-12 Thread Bill Filler
** Tags removed: touch-2014-09-25
** Tags added: touch-2014-09-11

** Changed in: telephony-service
   Status: New = In Progress

** Changed in: telephony-service (Ubuntu)
   Status: New = In Progress

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

Title:
  honor dial pad settings from system settings

Status in Telephony Service:
  In Progress
Status in “telephony-service” package in Ubuntu:
  In Progress

Bug description:
  the telephony-service should honor the new settings in system settings
  to control whether or not to play dialpad sounds when the keys are
  pressed in the dialer app

To manage notifications about this bug go to:
https://bugs.launchpad.net/telephony-service/+bug/1365583/+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 1367315] Re: [messaging-app] change copy in compose view

2014-09-12 Thread Bill Filler
** Changed in: messaging-app
   Status: Confirmed = In Progress

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

** Tags removed: touch-2014-09-25
** Tags added: touch-2014-09-11

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

Title:
  [messaging-app] change copy in compose view

Status in Messaging App:
  In Progress
Status in Ubuntu UX bugs:
  Fix Committed
Status in “messaging-app” package in Ubuntu:
  In Progress

Bug description:
  1. Open Messaging app
  2. Carry out a bottom edge swipe in the main view
  3. The input field in the compose view says in greyed out text Add 
contacts...

  --

  Desired solution:

  User research showed that the text was misleading and users associated it 
with creating a new contact rather than sender.
  Please change text into a simple To:, the behaviour remains the same.

To manage notifications about this bug go to:
https://bugs.launchpad.net/messaging-app/+bug/1367315/+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 1368436] Re: camera-app crashes after quickly opening and closing app

2014-09-12 Thread Bill Filler
Here is the stack trace with libhybris debug packages installed from
http://ddebs.ubuntu.com/pool/main/libh/libhybris/

[Thread debugging using libthread_db enabled]
Using host libthread_db library /lib/arm-linux-gnueabihf/libthread_db.so.1.
Core was generated by `./camera-app'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0  my_pthread_mutex_lock (__mutex=0x8) at hooks.c:479
479 hooks.c: No such file or directory.
(gdb) bt
#0  my_pthread_mutex_lock (__mutex=0x8) at hooks.c:479
#1  0xa9d3cb58 in ?? ()
Backtrace stopped: previous frame identical to this frame (corrupt stack?)


** Tags added: touch-2014-09-25

-- 
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/1368436

Title:
  camera-app crashes after quickly opening and closing app

Status in “camera-app” package in Ubuntu:
  Confirmed
Status in “libhybris” package in Ubuntu:
  Confirmed

Bug description:
  summary:
  camera-app crashes after quickly opening and closing app 

  steps:
  1. open camera app
  2. close camera app
  3. open camera app 
  4. close camera app

  expected result:
  no crash happens

  actual results:
  camera app crashes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/camera-app/+bug/1368436/+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 1368841] Re: Bottom edge gets overlapped with header

2014-09-12 Thread Bill Filler
*** This bug is a duplicate of bug 1368295 ***
https://bugs.launchpad.net/bugs/1368295

** This bug has been marked a duplicate of bug 1368295
   latest UI toolkit causes visual glitch in Recent tab of dialer-app

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

Title:
  Bottom edge gets overlapped with header

Status in “dialer-app” package in Ubuntu:
  New

Bug description:
  image 239 mako

  When I drag up the recent calls list, I see as attached image.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: dialer-app 0.1+14.10.20140903.3-0ubuntu1
  Uname: Linux 3.4.0-5-mako armv7l
  ApportVersion: 2.14.7-0ubuntu2
  Architecture: armhf
  Date: Fri Sep 12 20:54:03 2014
  InstallationDate: Installed on 2014-09-12 (0 days ago)
  InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf 
(20140912-020204)
  SourcePackage: dialer-app
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dialer-app/+bug/1368841/+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 1368492] Re: crash opening image file

2014-09-12 Thread Bill Filler
Better stack trace with debug symbols installed:
Core was generated by `./gallery-app'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0  0xb5b2201c in std::string::assign(std::string const) ()
   from /usr/lib/arm-linux-gnueabihf/libstdc++.so.6
(gdb) bt
#0  0xb5b2201c in std::string::assign(std::string const) ()
   from /usr/lib/arm-linux-gnueabihf/libstdc++.so.6
#1  0xacebe712 in operator= (__str=..., this=0xa68cc6fc)
at /usr/include/c++/4.9/bits/basic_string.h:555
#2  ThumbnailCachePrivate::get_cache_file_name (this=0x0, abs_original=..., 
desired=desired@entry=TN_SIZE_LARGE)
at /build/buildd/thumbnailer-1.2+14.10.20140814/src/thumbnailcache.cpp:246
#3  0xacebec62 in ThumbnailCache::get_if_exists (this=0x7641d4, abs_path=..., 
desired_size=desired_size@entry=TN_SIZE_LARGE)
at /build/buildd/thumbnailer-1.2+14.10.20140814/src/thumbnailcache.cpp:264
#4  0xacebff34 in Thumbnailer::get_thumbnail (this=0x490db8, filename=..., 
desired_size=TN_SIZE_LARGE, policy=policy@entry=TN_LOCAL)
at /build/buildd/thumbnailer-1.2+14.10.20140814/src/thumbnailer.cpp:197
#5  0xacec00ae in Thumbnailer::get_thumbnail (this=optimized out, 
filename=..., desired_size=optimized out)
at /build/buildd/thumbnailer-1.2+14.10.20140814/src/thumbnailer.cpp:201
#6  0xacf7b70e in ThumbnailGenerator::requestImage(QString const, QSize*, 
QSize const) ()
   from 
/usr/lib/arm-linux-gnueabihf/qt5/qml/Ubuntu/Components/libUbuntuComponents.so
#7  0xb640acfa in ?? () from /usr/lib/arm-linux-gnueabihf/libQt5Quick.so.5
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
(gdb) 


** Changed in: thumbnailer (Ubuntu)
   Importance: High = Critical

** Changed in: thumbnailer (Ubuntu)
 Assignee: (unassigned) = Jussi Pakkanen (jpakkane)

-- 
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 “thumbnailer” package in Ubuntu:
  New

Bug description:
  krillin image 25
  libthumbailer version 1.2+14.10.20140814-0ubuntu1

  - take a picture with the camera
  - open the gallery app
  - click on the thumbnail of the photo just taken
  - boom, crash happens

  Here is the stack trace. Core file and picture used are attached

  [Thread debugging using libthread_db enabled]
  Using host libthread_db library /lib/arm-linux-gnueabihf/libthread_db.so.1.
  Core was generated by `./gallery-app'.
  Program terminated with signal SIGSEGV, Segmentation fault.
  #0  0xb5b2201c in std::string::assign(std::string const) ()
 from /usr/lib/arm-linux-gnueabihf/libstdc++.so.6
  (gdb) bt
  #0  0xb5b2201c in std::string::assign(std::string const) ()
 from /usr/lib/arm-linux-gnueabihf/libstdc++.so.6
  #1  0xacebe712 in ?? () from /usr/lib/arm-linux-gnueabihf/libthumbnailer.so.0
  #2  0xacebec62 in ?? () from /usr/lib/arm-linux-gnueabihf/libthumbnailer.so.0
  #3  0xacebff34 in Thumbnailer::get_thumbnail(std::string const, 
ThumbnailSize, ThumbnailPolicy) () from 
/usr/lib/arm-linux-gnueabihf/libthumbnailer.so.0
  #4  0xacec00ae in Thumbnailer::get_thumbnail(std::string const, 
ThumbnailSize)
  () from /usr/lib/arm-linux-gnueabihf/libthumbnailer.so.0
  #5  0xacf7b70e in ThumbnailGenerator::requestImage(QString const, QSize*, 
QSize const) ()
 from 
/usr/lib/arm-linux-gnueabihf/qt5/qml/Ubuntu/Components/libUbuntuComponents.so
  #6  0xb640acfa in ?? () from /usr/lib/arm-linux-gnueabihf/libQt5Quick.so.5
  Backtrace stopped: previous frame identical to this frame (corrupt stack?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/thumbnailer/+bug/1368492/+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 1368492] Re: crash opening image file

2014-09-15 Thread Bill Filler
delete the thumbnail cache and gallery cache and it still crashes on build 40:
rm -rf ~/.cache/thumbnails
rm -rf ~/.cache/com.ubuntu.gallery-app

** Changed in: thumbnailer (Ubuntu)
   Status: New = Confirmed

-- 
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 “thumbnailer” package in Ubuntu:
  Confirmed

Bug description:
  krillin image 25
  libthumbailer version 1.2+14.10.20140814-0ubuntu1

  - take a picture with the camera
  - open the gallery app
  - click on the thumbnail of the photo just taken
  - boom, crash happens

  Here is the stack trace. Core file and picture used are attached

  [Thread debugging using libthread_db enabled]
  Using host libthread_db library /lib/arm-linux-gnueabihf/libthread_db.so.1.
  Core was generated by `./gallery-app'.
  Program terminated with signal SIGSEGV, Segmentation fault.
  #0  0xb5b2201c in std::string::assign(std::string const) ()
 from /usr/lib/arm-linux-gnueabihf/libstdc++.so.6
  (gdb) bt
  #0  0xb5b2201c in std::string::assign(std::string const) ()
 from /usr/lib/arm-linux-gnueabihf/libstdc++.so.6
  #1  0xacebe712 in ?? () from /usr/lib/arm-linux-gnueabihf/libthumbnailer.so.0
  #2  0xacebec62 in ?? () from /usr/lib/arm-linux-gnueabihf/libthumbnailer.so.0
  #3  0xacebff34 in Thumbnailer::get_thumbnail(std::string const, 
ThumbnailSize, ThumbnailPolicy) () from 
/usr/lib/arm-linux-gnueabihf/libthumbnailer.so.0
  #4  0xacec00ae in Thumbnailer::get_thumbnail(std::string const, 
ThumbnailSize)
  () from /usr/lib/arm-linux-gnueabihf/libthumbnailer.so.0
  #5  0xacf7b70e in ThumbnailGenerator::requestImage(QString const, QSize*, 
QSize const) ()
 from 
/usr/lib/arm-linux-gnueabihf/qt5/qml/Ubuntu/Components/libUbuntuComponents.so
  #6  0xb640acfa in ?? () from /usr/lib/arm-linux-gnueabihf/libQt5Quick.so.5
  Backtrace stopped: previous frame identical to this frame (corrupt stack?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/thumbnailer/+bug/1368492/+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 1368492] Re: crash opening image file

2014-09-15 Thread Bill Filler
why are the versions of libthumbnailer different on ubuntu and ubuntu-
rtm? seems the ubuntu-rtm version is older. perphaps that is why the
stack trace line numbers where not making sense.

-- 
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 “thumbnailer” package in Ubuntu:
  Confirmed

Bug description:
  krillin image 25
  libthumbailer version 1.2+14.10.20140814-0ubuntu1

  - take a picture with the camera
  - open the gallery app
  - click on the thumbnail of the photo just taken
  - boom, crash happens

  Here is the stack trace. Core file and picture used are attached

  [Thread debugging using libthread_db enabled]
  Using host libthread_db library /lib/arm-linux-gnueabihf/libthread_db.so.1.
  Core was generated by `./gallery-app'.
  Program terminated with signal SIGSEGV, Segmentation fault.
  #0  0xb5b2201c in std::string::assign(std::string const) ()
 from /usr/lib/arm-linux-gnueabihf/libstdc++.so.6
  (gdb) bt
  #0  0xb5b2201c in std::string::assign(std::string const) ()
 from /usr/lib/arm-linux-gnueabihf/libstdc++.so.6
  #1  0xacebe712 in ?? () from /usr/lib/arm-linux-gnueabihf/libthumbnailer.so.0
  #2  0xacebec62 in ?? () from /usr/lib/arm-linux-gnueabihf/libthumbnailer.so.0
  #3  0xacebff34 in Thumbnailer::get_thumbnail(std::string const, 
ThumbnailSize, ThumbnailPolicy) () from 
/usr/lib/arm-linux-gnueabihf/libthumbnailer.so.0
  #4  0xacec00ae in Thumbnailer::get_thumbnail(std::string const, 
ThumbnailSize)
  () from /usr/lib/arm-linux-gnueabihf/libthumbnailer.so.0
  #5  0xacf7b70e in ThumbnailGenerator::requestImage(QString const, QSize*, 
QSize const) ()
 from 
/usr/lib/arm-linux-gnueabihf/qt5/qml/Ubuntu/Components/libUbuntuComponents.so
  #6  0xb640acfa in ?? () from /usr/lib/arm-linux-gnueabihf/libQt5Quick.so.5
  Backtrace stopped: previous frame identical to this frame (corrupt stack?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/thumbnailer/+bug/1368492/+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 1369438] Re: Class 2 SMS reply-options are cut off by 2-line body-text limit

2014-09-15 Thread Bill Filler
@macslow
why enforce any limits? 10 lines might not be enough in some cases.

-- 
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/1369438

Title:
  Class 2 SMS reply-options are cut off by 2-line body-text limit

Status in “unity8” package in Ubuntu:
  In Progress

Bug description:
  I was just trying up the balance of my Vodafone CallYa SIM-card by
  sending the dial-code *100#. The reply from my provider, which is
  presented as a snap-decision notification (with a text-entry), had its
  body-text cut short by the newly enforced 2-line limit of body-text.

  Because of this text-limit, I was not able to read the whole set of
  options (and associated numbers) usually presented in this snap-
  decisions' body-text. Thus I was not able to see which numbers I have
  to enter to navigate the balance-related functions.

  It is currently impossible to up the balance of my prepaid SIM-card
  due to this bug.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1369438/+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 1367270] Re: Message is lost when user replies to an SMS from the indicator without a default SIM

2014-09-15 Thread Bill Filler
** Changed in: indicator-messages (Ubuntu)
   Status: New = Invalid

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

Title:
  Message is lost when user replies to an SMS from the indicator without
  a default SIM

Status in “indicator-messages” package in Ubuntu:
  Invalid
Status in “telephony-service” package in Ubuntu:
  Fix Released

Bug description:
  
  TEST CASE:
  Pre-requisite: Dual SIM device without a default SIM selected
  1. Send an SMS to the device under test
  2. On notification, open the message indication
  3. Tap the incoming message to show the input field
  4. Type an answer and send.

  ACTUAL RESULT:
  The message is not sent and is lost.

  EXPECTED RESULT
  Either the system asks which SIM to use or replying from the indicator is 
locked without a default SIM.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: indicator-messages 13.10.1+14.10.20140814.1-0ubuntu1 [origin: Ubuntu 
RTM]
  Uname: Linux 3.4.67 armv7l
  ApportVersion: 2.14.7-0ubuntu1
  Architecture: armhf
  Date: Tue Sep  9 14:37:03 2014
  InstallationDate: Installed on 2014-09-09 (0 days ago)
  InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf 
(20140909-030205)
  SourcePackage: indicator-messages
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-messages/+bug/1367270/+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 1353379] Re: VoiceMail notification pretends there are 255 messages. It is not true there are only 2

2014-09-15 Thread Bill Filler
I'm seeing this with krillin build 40 on rtm
Indicator always showing 255 voicemail messages
I have a dual sim setup

** Also affects: telephony-service
   Importance: Undecided
   Status: New

** Changed in: indicator-messages (Ubuntu)
   Status: New = Invalid

** Changed in: telephony-service
   Status: New = Confirmed

** Changed in: telephony-service
   Importance: Undecided = High

** Changed in: telephony-service
 Assignee: (unassigned) = Tiago Salem Herrmann (tiagosh)

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

Title:
  VoiceMail notification pretends there are 255 messages. It is not true
  there are only 2

Status in Telephony Service:
  Confirmed
Status in “indicator-messages” package in Ubuntu:
  Invalid

Bug description:
  Mako build #175

  The VoiceMail notification indicates there are 255 voice messages (cf
  screenshot)  on voice mail while there were only 2 new messages.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: indicator-messages 13.10.1+14.10.20140725-0ubuntu1
  Uname: Linux 3.4.0-5-mako armv7l
  ApportVersion: 2.14.5-0ubuntu3
  Architecture: armhf
  Date: Wed Aug  6 11:57:43 2014
  InstallationDate: Installed on 2014-08-06 (0 days ago)
  InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf 
(20140806-020204)
  SourcePackage: indicator-messages
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/telephony-service/+bug/1353379/+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 1369737] [NEW] Send button does not enable until you press spacebar

2014-09-15 Thread Bill Filler
Public bug reported:

krillin build 40, rtm image

- make sure word prediction/preditive text is turned on (this is now the 
default)
- receive a text message on your phone
- pull down messaging indicator
- click on the message
- type Hello in the entry field

Expected result:
- the send button should become active as soon as you start typing

Actual result:
- send button stays disabled until you press the spacebar

The send button should not wait until the word is committed before
becoming active, but instead should listen for any change and enable the
button accordingly. The messaging app does this correctly.

** Affects: indicator-messages (Ubuntu)
 Importance: High
 Assignee: Lars Uebernickel (larsu)
 Status: New


** Tags: rtm14

** Tags added: rtm14

** Changed in: indicator-messages (Ubuntu)
   Importance: Undecided = High

** Changed in: indicator-messages (Ubuntu)
 Assignee: (unassigned) = Lars Uebernickel (larsu)

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

Title:
  Send button does not enable until you press spacebar

Status in “indicator-messages” package in Ubuntu:
  New

Bug description:
  krillin build 40, rtm image

  - make sure word prediction/preditive text is turned on (this is now the 
default)
  - receive a text message on your phone
  - pull down messaging indicator
  - click on the message
  - type Hello in the entry field

  Expected result:
  - the send button should become active as soon as you start typing

  Actual result:
  - send button stays disabled until you press the spacebar

  The send button should not wait until the word is committed before
  becoming active, but instead should listen for any change and enable
  the button accordingly. The messaging app does this correctly.

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


  1   2   3   4   5   6   7   8   9   10   >