[Touch-packages] [Bug 1174911] Re: pgrep does not correctly match the input of the user against the process name

2016-03-19 Thread Sworddragon
Edit: Meh, on looking at the manpage I remembered the argument is a
pattern which can make the above very tricky. Alternatively pgrep could
really fallback to /proc/_pid_/cmdline on failure or use -f as default.

** Summary changed:

- pgrep does not correctly match the input of the user against the process name
+ pgrep does at default not always match the input of the user against the 
process name

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

Title:
  pgrep does at default not always match the input of the user against
  the process name

Status in procps package in Ubuntu:
  New

Bug description:
  When looking for a process with a long process name, pgrep cuts the
  process name, and so doesn't match an exact search. For example:

  # launch gnome-calculator:
  $ gnome-calculator

  # use 'ps a' to show process table - note the whole process name is present:
  $ ps a
PID TTY  STAT   TIME COMMAND
   1411 tty4 Ss+0:00 /sbin/getty -8 38400 tty4
   1417 tty5 Ss+0:00 /sbin/getty -8 38400 tty5
   1427 tty2 Ss+0:00 /sbin/getty -8 38400 tty2
   1428 tty3 Ss+0:00 /sbin/getty -8 38400 tty3
   1436 tty6 Ss+0:00 /sbin/getty -8 38400 tty6
   9417 pts/1Sl 0:00 gnome-calculator
   9426 pts/1R+ 0:00 ps a

  (some results cut for clarity)

  # now try and find it with pgrep:
  $ pgrep gnome-calculator

  # no results! however, this works:
  $ pgrep gnome-calculato

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: procps 1:3.3.3-2ubuntu5
  ProcVersionSignature: Ubuntu 3.8.0-19.29-generic 3.8.8
  Uname: Linux 3.8.0-19-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.9.2-0ubuntu8
  Architecture: amd64
  Date: Tue Apr 30 13:35:02 2013
  InstallationDate: Installed on 2012-01-17 (469 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  MarkForUpload: True
  SourcePackage: procps
  UpgradeStatus: Upgraded to raring on 2012-12-05 (145 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/procps/+bug/1174911/+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 1364653] Re: Daily Recurring Events need refresh to appear when created from DayView

2016-03-19 Thread Timo Jyrinki
** Also affects: qtpim-opensource-src (Ubuntu RTM)
   Importance: Undecided
   Status: New

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

Title:
  Daily Recurring Events need refresh to appear when created from
  DayView

Status in Ubuntu Calendar App:
  In Progress
Status in qtpim-opensource-src package in Ubuntu:
  In Progress
Status in qtpim-opensource-src package in Ubuntu RTM:
  New

Bug description:
  When I create a daily recurring event from the DayView that starts on
  that day, the EventBubble does not immediately appear on the current
  Day.  I can swipe to go to future days, and the EventBubble appears
  there.  If I swipe back to return to the original Day, or I go to a
  different view (MonthView, WeekView, etc.) the event appears.

  Since the EventBubble appears after re-navigating to the page in any
  way, this appears to be a "refreshing" problem, where the DayView
  isn't updated after creating a recurring event.

  Steps to Reproduce
  
  1) Open the Calendar App, and go to any day on the DayView.
  2) Create a recurring event starting on that day, which re-occurs daily.
  3) Save the new event and return to the DayView.  The EventBubble should not 
appear on the DayView for the current Day.

  Expected: The EventBubble should appear on the DayView page
  immediately after returning from creating the event.

  A reproduction of this behavior can be seen at:
  https://www.youtube.com/watch?v=9NK9m8ZznrA&feature=youtu.be

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-calendar-app/+bug/1364653/+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 1471588] Re: Wrong time with event series

2016-03-19 Thread Timo Jyrinki
** Also affects: qtpim-opensource-src (Ubuntu RTM)
   Importance: Undecided
   Status: New

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

Title:
  Wrong time with event series

Status in Ubuntu Calendar App:
  In Progress
Status in qtpim-opensource-src package in Ubuntu:
  In Progress
Status in qtpim-opensource-src package in Ubuntu RTM:
  New

Bug description:
  Hello,
  steps to reproduce bug:
  On website of Google calendar I created event, repeating from Monday till 
Friday with time 8.00-16.00. Next I've edited event, only Thursday and changed 
time to 8.00 - 17.00, rest remain the same. Last step: I installed Calendar app 
from store, added Google online account in system settings, enable calendar 
part. That synced it with Calendar app. I've opened Calendar app and I see that 
events, but all 5 of them are 8.00 - 16.00. On Google calendar website I see 
Thursday with changed time (also everything works on my Arch -> KDE Kontact 
app).

  PS. Is there a possibility to add Google Tasks to Ubuntu system (Tasks
  app?)? Where I should report such thing?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-calendar-app/+bug/1471588/+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 1473685] Re: yearly repeating event disappears after creating

2016-03-19 Thread Timo Jyrinki
** Also affects: qtpim-opensource-src (Ubuntu RTM)
   Importance: Undecided
   Status: New

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

Title:
  yearly repeating event disappears after creating

Status in Ubuntu Calendar App:
  In Progress
Status in qtpim-opensource-src package in Ubuntu:
  In Progress
Status in qtpim-opensource-src package in Ubuntu RTM:
  New

Bug description:
  Steps to reproduce:

  * create an event
  * open/edit it
  * set all day
  * set recurrence to yearly
  * save the event

  after exiting the event, it will disappear from the calendar

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-calendar-app/+bug/1473685/+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 1447930] Re: yearly appointments repetition incorrect

2016-03-19 Thread Timo Jyrinki
** Also affects: qtpim-opensource-src (Ubuntu RTM)
   Importance: Undecided
   Status: New

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

Title:
  yearly appointments repetition incorrect

Status in Ubuntu Calendar App:
  In Progress
Status in qtpim-opensource-src package in Ubuntu:
  In Progress
Status in qtpim-opensource-src package in Ubuntu RTM:
  New

Bug description:
  I have entered a wedding day in the calendar. It is of 1.9. - The
  repeat appointments that I have entered every year, of course, be me
  in the following years respectively at 1.3. displayed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-calendar-app/+bug/1447930/+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 1455864] Re: Recurring events not editable after first occurence passed

2016-03-19 Thread Timo Jyrinki
** Also affects: qtpim-opensource-src (Ubuntu RTM)
   Importance: Undecided
   Status: New

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

Title:
  Recurring events not editable after first occurence passed

Status in Ubuntu Calendar App:
  In Progress
Status in qtpim-opensource-src package in Ubuntu:
  In Progress
Status in qtpim-opensource-src package in Ubuntu RTM:
  New

Bug description:
  Hi there,

  I can neither edit nor delete a series or single date out of a series, if the 
first event already started.
  Edit function is available, but edit and save brings no change to the date.
  Delete button is available, but no reaction on it

  Phone: BQ Aquaris 4.5
  System: Ubuntu 14.10 (r22)
  Calendar Version: 0.4.627

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-calendar-app/+bug/1455864/+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 1500192] Re: New repeated event does not appear in the week view

2016-03-19 Thread Timo Jyrinki
** Also affects: qtpim-opensource-src (Ubuntu RTM)
   Importance: Undecided
   Status: New

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

Title:
  New repeated event does not appear in the week view

Status in Ubuntu Calendar App:
  In Progress
Status in qtpim-opensource-src package in Ubuntu:
  In Progress
Status in qtpim-opensource-src package in Ubuntu RTM:
  New

Bug description:
  Configuration: mako OTA 6

  Steps to reproduce:
  1) click on the calendar (week view) to create a new event, time t date d.
  2) edit the new event, choose a title
  3) go to repetition, every day, 3 occurences
  4) validate the event

  Behavior: the event does not appear in the week-view (but it appears
  in the day view)

  Expected: the event appears in the week-view

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-calendar-app/+bug/1500192/+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 1535207] Re: Agenda page doesn't update immediately if add/remove a daily event

2016-03-19 Thread Timo Jyrinki
** Also affects: qtpim-opensource-src (Ubuntu RTM)
   Importance: Undecided
   Status: New

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

Title:
  Agenda page doesn't update immediately if add/remove a daily event

Status in Ubuntu Calendar App:
  In Progress
Status in qtpim-opensource-src package in Ubuntu:
  In Progress
Status in qtpim-opensource-src package in Ubuntu RTM:
  New

Bug description:
  Test Environment:
  $ system-image-cli -i
  current build number: 232
  device name: krillin
  channel: ubuntu-touch/rc-proposed/bq-aquaris.en
  last update: 2016-01-18 03:11:49
  version version: 232
  version ubuntu: 20160116
  version device: 20160108-efc96d8
  version custom: 20160111-9

  Steps:
  1.First launch ubuntu-calendar-app
  2.Switch to Agenda view from drop-down menu on the left
  3.Tap on menu on the right to create a new daily repeating events
  4.Check the  Agenda view
  >It still display empty list with "No upcoming events"
  5.Switch to Year view and switch back to Agenda
  >New added daily events appears, but still can see "No upcoming events" in 
the background
  6.Tap on a repeating event of a day to edit it and delete the series
  7.Check the Agenda view
  >It still displays the event list unless user re-launch the 
ubuntu-calendar-app

  Expected result:
  Agenda view should refresh immediately if any changes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-calendar-app/+bug/1535207/+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 1546466] Re: Some repeating events do not show up

2016-03-19 Thread Timo Jyrinki
** Also affects: qtpim-opensource-src (Ubuntu RTM)
   Importance: Undecided
   Status: New

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

Title:
  Some repeating events do not show up

Status in Ubuntu Calendar App:
  In Progress
Status in qtpim-opensource-src package in Ubuntu:
  In Progress
Status in qtpim-opensource-src package in Ubuntu RTM:
  New

Bug description:
  When introducing a new repeating event, it is not shown in the calendar app.
  After a sync, it appears in Google calendar online, but it remains still 
invisible on the phone in Day view, or in some cases invisible in all views.
  Sync is also failing to complete after that. A partial sync occurs.
  I also noticed another wrong behaviour: since some events remained invisible, 
I introduced these several times, with the consequence that the webinterface of 
the Google calendar shows all the instances I introduced. When I delete these 
events from the calendar online, these events reappear in the calendar online 
after a sync.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-calendar-app/+bug/1546466/+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 1174911] Re: pgrep cuts process names

2016-03-19 Thread Sworddragon
This is indeed useful information you have found but makes the bug not
invalid as this means pgreps matching behavior is defect as demonstrated
in the startpost. If pgrep matches against cut process names it should
also internally cut the input of the user (or automatically switch to
/proc/_pid_/cmdline if pgrep notices that the input of the user is too
long and could never return a match).

** Changed in: procps (Ubuntu)
   Status: Invalid => New

** Summary changed:

- pgrep cuts process names
+ pgrep does not correctly match the input of the user against the process name

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

Title:
  pgrep does not correctly match the input of the user against the
  process name

Status in procps package in Ubuntu:
  New

Bug description:
  When looking for a process with a long process name, pgrep cuts the
  process name, and so doesn't match an exact search. For example:

  # launch gnome-calculator:
  $ gnome-calculator

  # use 'ps a' to show process table - note the whole process name is present:
  $ ps a
PID TTY  STAT   TIME COMMAND
   1411 tty4 Ss+0:00 /sbin/getty -8 38400 tty4
   1417 tty5 Ss+0:00 /sbin/getty -8 38400 tty5
   1427 tty2 Ss+0:00 /sbin/getty -8 38400 tty2
   1428 tty3 Ss+0:00 /sbin/getty -8 38400 tty3
   1436 tty6 Ss+0:00 /sbin/getty -8 38400 tty6
   9417 pts/1Sl 0:00 gnome-calculator
   9426 pts/1R+ 0:00 ps a

  (some results cut for clarity)

  # now try and find it with pgrep:
  $ pgrep gnome-calculator

  # no results! however, this works:
  $ pgrep gnome-calculato

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: procps 1:3.3.3-2ubuntu5
  ProcVersionSignature: Ubuntu 3.8.0-19.29-generic 3.8.8
  Uname: Linux 3.8.0-19-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.9.2-0ubuntu8
  Architecture: amd64
  Date: Tue Apr 30 13:35:02 2013
  InstallationDate: Installed on 2012-01-17 (469 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  MarkForUpload: True
  SourcePackage: procps
  UpgradeStatus: Upgraded to raring on 2012-12-05 (145 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/procps/+bug/1174911/+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 1559632] [NEW] No enough drive space for actualizations

2016-03-19 Thread Hector Chaires
Public bug reported:

I  am not sure. I do not know the steps in order to clean  unnecessary
stuff  from drivers in order to install the updates

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  No enough drive space for actualizations

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  I  am not sure. I do not know the steps in order to clean  unnecessary
  stuff  from drivers in order to install the updates

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1559632/+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 1558526] [NEW] Animation between months are not similar

2016-03-19 Thread cm-t arudy
Public bug reported:

r274, rc-proposed, arale

0. swipe from top edge (open indicator)
1. be sure you are in time indicator, focus calendar
2. swipe from middle of the calendar, from the right side (will show next/futur 
month)
3. Watch the transition, the smooth animation. Do it 2-3 time to be sure you 
record it
4. now scroll from middle of the calendar to the right (to show previous/past 
month)
5. Wacth the transition,  looks like a tiny lag appears (if you don't release 
the finger to force a slow transition, you will notice that tiny lag appears 
when the "month - year " title above the calendar refresh itself

** Affects: indicator-datetime (Ubuntu)
 Importance: Undecided
 Status: Confirmed

** Summary changed:

- Animation between month are not similar
+ Animation between months are not similar

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

Title:
  Animation between months are not similar

Status in indicator-datetime package in Ubuntu:
  Confirmed

Bug description:
  r274, rc-proposed, arale

  0. swipe from top edge (open indicator)
  1. be sure you are in time indicator, focus calendar
  2. swipe from middle of the calendar, from the right side (will show 
next/futur month)
  3. Watch the transition, the smooth animation. Do it 2-3 time to be sure you 
record it
  4. now scroll from middle of the calendar to the right (to show previous/past 
month)
  5. Wacth the transition,  looks like a tiny lag appears (if you don't release 
the finger to force a slow transition, you will notice that tiny lag appears 
when the "month - year " title above the calendar refresh itself

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-datetime/+bug/1558526/+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 1535058] Re: applications close instantly when launched from the launcher or dash

2016-03-19 Thread David Planella
** Also affects: unity8-desktop-session (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  applications close instantly when launched from the launcher or dash

Status in cgmanager package in Ubuntu:
  Invalid
Status in qtmir package in Ubuntu:
  Invalid
Status in ubuntu-app-launch package in Ubuntu:
  In Progress
Status in unity8 package in Ubuntu:
  Invalid
Status in unity8-desktop-session package in Ubuntu:
  New
Status in upstart package in Ubuntu:
  Invalid

Bug description:
  xenial
  applications close instantly when launched from the launcher or dash
  but... if i launch the apps from a VT (for ex firefox using Xmir or gedit 
native --), the app loads ok.

  what close instantly means.. it opens the window and then it closes
  instantly in ~0.3s

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cgmanager/+bug/1535058/+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 1509816] Re: Upgrade from 14.04 to 15.04 missed systemd-sysv and init package init 1.22ubuntu11 failed to install/upgrade: pre-dependency problem - not installing init

2016-03-19 Thread Nicolas Riesco
To recover a machine affected by this issue:

* I followed the instructions in
https://help.ubuntu.com/community/LiveCdRecovery#Update_Failure

* sudo dpkg --configure -a

* sudo apt-get install systemd-sysv init

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

Title:
  Upgrade from 14.04 to 15.04 missed systemd-sysv and init package init
  1.22ubuntu11 failed to install/upgrade: pre-dependency problem - not
  installing init

Status in init-system-helpers package in Ubuntu:
  Confirmed

Bug description:
  everything was updated to 14.04
  several other failures appeared during update

  ProblemType: Package
  DistroRelease: Ubuntu 15.04
  Package: init (not installed)
  ProcVersionSignature: Ubuntu 3.19.0-31.36-generic 3.19.8-ckt7
  Uname: Linux 3.19.0-31-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  Date: Sun Oct 25 14:57:21 2015
  DuplicateSignature: package:init:1.22ubuntu11:pre-dependency problem - not 
installing init
  ErrorMessage: pre-dependency problem - not installing init
  InstallationDate: Installed on 2015-09-04 (50 days ago)
  InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  RelatedPackageVersions:
   dpkg 1.17.25ubuntu1
   apt  1.0.9.7ubuntu4.2
  SourcePackage: init-system-helpers
  Title: package init 1.22ubuntu11 failed to install/upgrade: pre-dependency 
problem - not installing init
  UpgradeStatus: Upgraded to vivid on 2015-10-25 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/init-system-helpers/+bug/1509816/+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 1556684] Re: gnome-control-center.real crashed with SIGSEGV in g_utf8_validate()

2016-03-19 Thread Gunnar Hjalmarsson
On 2016-03-17 09:48, Tim wrote:
> On 17/03/16 17:49, Gunnar Hjalmarsson wrote:
>> The warning messages still appear when you start g-c-c from
>> terminal, but apparently they are/were unrelated to my issue.
> 
> which warning? about is/not installed, or the LANG locale failed
> ones?

The same warning messages as Nikita showed in comment #13 IIRC,
including "Language ja_JP.UTF-8 not installed". (Not the "segmentaion
fault" message, of course, but that's not a warning OTOH...)

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

Title:
  gnome-control-center.real crashed with SIGSEGV in g_utf8_validate()

Status in Ubuntu GNOME:
  New
Status in accountsservice package in Ubuntu:
  Fix Released

Bug description:
  I wanted to install Japanese through the gnome-control-center, so I
  opened it, went to the "Region & Language" section, clicked
  "Language", searched for "Japanese", when I found it I clicked on it
  (a tick appeared next to it), and finally I clicked "Done". Now what
  then should have happened is it should have asked me if I wanted to
  install the language packs it would then present to me and I would be
  able to continue with the installation... What instead happened was it
  hanged for a while and then finally outputted in Terminal:

  (gnome-control-center.real:1726): common-cc-panel-WARNING **: Language 
ja_JP.UTF-8 not installed, trying to intall it
  Segmentation fault (core dumped)

  The full output in Terminal was:

  ** (gnome-control-center.real:1726): WARNING **: Ignoring launcher 
landscape-client-settings (missing desktop file)
  
  ** (gnome-control-center.real:1726): WARNING **: Ignoring launcher 
language-selector (missing desktop file)
  
  ** (gnome-control-center.real:1726): WARNING **: Ignoring launcher 
ubuntuone-installer (missing desktop file)
  
  (gnome-control-center.real:1726): common-cc-panel-WARNING **: Couldn't 
get LANG locale -- Copying interrupted
  
  (gnome-control-center.real:1726): GnomeDesktop-CRITICAL **: 
gnome_get_language_from_locale: assertion '*locale != '\0'' failed
  
  (gnome-control-center.real:1726): GnomeDesktop-CRITICAL **: 
gnome_get_country_from_locale: assertion '*locale != '\0'' failed

  (gnome-control-center.real:1726): common-cc-panel-WARNING **: Couldn't 
get LANG locale -- Copying interrupted
  
  (gnome-control-center.real:1726): GnomeDesktop-CRITICAL **: 
gnome_get_language_from_locale: assertion '*locale != '\0'' failed
  
  (gnome-control-center.real:1726): common-cc-panel-WARNING **: Language 
ja_JP.UTF-8 not installed, trying to intall it
  Segmentation fault (core dumped)

  I have tested this bug and it is present in Ubuntu GNOME 15.10 with
  GNOME 3.18 and 16.04 with GNOME 3.19 VMs, however I cannot reproduce
  it on the host (15.10 with GNOME 3.18).

  ProblemType: Crash
  DistroRelease: Ubuntu 16.04
  Package: gnome-control-center 1:3.19.90-0ubuntu1~xenial1 [origin: 
LP-PPA-gnome3-team-gnome3-staging]
  ProcVersionSignature: Ubuntu 4.4.0-12.28-generic 4.4.4
  Uname: Linux 4.4.0-12-generic i686
  ApportVersion: 2.20-0ubuntu3
  Architecture: i386
  CrashCounter: 1
  CurrentDesktop: GNOME
  Date: Sun Mar 13 20:45:54 2016
  ExecutablePath: /usr/bin/gnome-control-center.real
  InstallationDate: Installed on 2016-03-04 (9 days ago)
  InstallationMedia: Ubuntu-GNOME 16.04 LTS "Xenial Xerus" - Alpha i386 
(20160225.1)
  ProcCmdline: /usr/bin/gnome-control-center.real
  SegvAnalysis:
   Segfault happened at: 0xb5b30c10 :  movzbl 
(%ebx),%eax
   PC (0xb5b30c10) ok
   source "(%ebx)" (0x13e9c381) not located in a known VMA region (needed 
readable region)!
   destination "%eax" ok
  SegvReason: reading unknown VMA
  Signal: 11
  SourcePackage: gnome-control-center
  StacktraceTop:
   g_utf8_validate () from /lib/i386-linux-gnu/libglib-2.0.so.0
   g_variant_new_string () from /lib/i386-linux-gnu/libglib-2.0.so.0
   g_variant_new_strv () from /lib/i386-linux-gnu/libglib-2.0.so.0
   ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
   ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
  Title: gnome-control-center.real crashed with SIGSEGV in g_utf8_validate()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-gnome/+bug/1556684/+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 1391018] Re: Default model sorting is A-Z followed by a-z.

2016-03-19 Thread Michi Henning
James, is there any reason we can't change the collation order like
Victor suggests?

** Changed in: mediascanner2 (Ubuntu)
 Assignee: (unassigned) => James Henstridge (jamesh)

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

Title:
  Default model sorting is A-Z followed by a-z.

Status in mediascanner2 package in Ubuntu:
  New

Bug description:
  In the models provided by the mediascanner 2.0 plugin that the music
  app uses the models have sorting such that lower case letters are
  after any and all  items that start with an upper case letter. This
  produces ordering such as the following:

  Awesome
  Cool
  Excellent
  Wonderful
  abysmal
  bad
  wrong

  It would better if the SQL queries used "COLLATE NOCASE".

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mediascanner2/+bug/1391018/+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 1489643] Re: [pay UI] Paypal login cannot be assured to be from paypal

2016-03-19 Thread Rodney Dawes
** Project changed: pay-ui => pay-service (Ubuntu)

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

Title:
  [pay UI] Paypal login cannot be assured to be from paypal

Status in Canonical System Image:
  Confirmed
Status in Ubuntu UX:
  Triaged
Status in pay-service package in Ubuntu:
  Triaged
Status in webbrowser-app package in Ubuntu:
  Invalid

Bug description:
  When paying for an app with Paypal, the Paypal login screen is
  presented in an Ubuntu wrapper. There is no indication on this page
  that I'm actually looking at paypal.com rather than being phished or
  that some bad DNS has pointed me to a wrong site. The padlock in the
  top corner doesn't indicate anything I'm inclined to believe -- is it
  showing that the connection is https? Has it verified that I'm really
  talking to Paypal? How can I know that? This is encouraging people to
  type their Paypal password into phishing sites. The previous step in
  the purchase process, where I'm choosing which payment system to use,
  also displays a padlock, and that hasn't connected to any payment site
  at all.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1489643/+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 1457661] Re: facebook image upload not working in the webapp

2016-03-19 Thread Alexandre Abreu
** Also affects: webbrowser-app (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: webbrowser-app (Ubuntu)
   Status: New => In Progress

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

** Changed in: webbrowser-app (Ubuntu)
 Assignee: (unassigned) => Alexandre Abreu (abreu-alexandre)

** Changed in: webapps-sprint
Milestone: sprint-19 => sprint-20

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

Title:
  facebook image upload not working in the webapp

Status in The Webapps-core project:
  In Progress
Status in webapps-sprint:
  In Progress
Status in webbrowser-app package in Ubuntu:
  In Progress

Bug description:
  the facebook webapp does not support image upload. not really a bug,
  perhaps is just something you missed! What woould it take to
  implement that?

To manage notifications about this bug go to:
https://bugs.launchpad.net/webapps-core/+bug/1457661/+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 1559630] Re: Windows is too wide after introducing “Developer Options” page

2016-03-19 Thread Adolfo Jayme
Already dealt with in 0.96.19. Sorry.

** Changed in: software-properties (Ubuntu)
   Status: Triaged => Fix Released

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

Title:
  Windows is too wide after introducing “Developer Options” page

Status in software-properties package in Ubuntu:
  Fix Released

Bug description:
  See the attached screenshot. The label needs to wrap.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1559630/+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 1559630] [NEW] Windows is too wide after introducing “Developer Options” page

2016-03-19 Thread Adolfo Jayme
Public bug reported:

See the attached screenshot. The label needs to wrap.

** Affects: software-properties (Ubuntu)
 Importance: Low
 Status: Fix Released


** Tags: bitesize xenial

** Attachment added: "Screenshot in Spanish"
   
https://bugs.launchpad.net/bugs/1559630/+attachment/4605175/+files/Captura%20de%20pantalla%20de%202016-03-19%2023-48-44.png

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

Title:
  Windows is too wide after introducing “Developer Options” page

Status in software-properties package in Ubuntu:
  Fix Released

Bug description:
  See the attached screenshot. The label needs to wrap.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1559630/+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 1556684] Re: gnome-control-center.real crashed with SIGSEGV in g_utf8_validate()

2016-03-19 Thread Launchpad Bug Tracker
This bug was fixed in the package gnome-control-center -
1:3.18.2-1ubuntu6

---
gnome-control-center (1:3.18.2-1ubuntu6) xenial; urgency=medium

  * debian/patches:
- ubuntu-region-packagekit.patch:
   fix detection of installed language packs (LP: #1556684)
   fix typo, thanks Nikita (LP: #1556693)
   fix crash on 32-bit systems
- 52_region_language.patch:
   improve debug message
   fix locale warning
- ubuntu-region-langpack-install.patch:
   check for missing language packs when loading region panel, this will
   pull in packs that arent included with the installer (LP: #1525281)

 -- Tim Lunn   Sun, 20 Mar 2016 15:26:18 +1100

** Changed in: gnome-control-center (Ubuntu)
   Status: Triaged => Fix Released

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

Title:
  gnome-control-center.real crashed with SIGSEGV in g_utf8_validate()

Status in Ubuntu GNOME:
  Fix Released
Status in accountsservice package in Ubuntu:
  Fix Released
Status in gnome-control-center package in Ubuntu:
  Fix Released

Bug description:
  I wanted to install Japanese through the gnome-control-center, so I
  opened it, went to the "Region & Language" section, clicked
  "Language", searched for "Japanese", when I found it I clicked on it
  (a tick appeared next to it), and finally I clicked "Done". Now what
  then should have happened is it should have asked me if I wanted to
  install the language packs it would then present to me and I would be
  able to continue with the installation... What instead happened was it
  hanged for a while and then finally outputted in Terminal:

  (gnome-control-center.real:1726): common-cc-panel-WARNING **: Language 
ja_JP.UTF-8 not installed, trying to intall it
  Segmentation fault (core dumped)

  The full output in Terminal was:

  ** (gnome-control-center.real:1726): WARNING **: Ignoring launcher 
landscape-client-settings (missing desktop file)
  
  ** (gnome-control-center.real:1726): WARNING **: Ignoring launcher 
language-selector (missing desktop file)
  
  ** (gnome-control-center.real:1726): WARNING **: Ignoring launcher 
ubuntuone-installer (missing desktop file)
  
  (gnome-control-center.real:1726): common-cc-panel-WARNING **: Couldn't 
get LANG locale -- Copying interrupted
  
  (gnome-control-center.real:1726): GnomeDesktop-CRITICAL **: 
gnome_get_language_from_locale: assertion '*locale != '\0'' failed
  
  (gnome-control-center.real:1726): GnomeDesktop-CRITICAL **: 
gnome_get_country_from_locale: assertion '*locale != '\0'' failed

  (gnome-control-center.real:1726): common-cc-panel-WARNING **: Couldn't 
get LANG locale -- Copying interrupted
  
  (gnome-control-center.real:1726): GnomeDesktop-CRITICAL **: 
gnome_get_language_from_locale: assertion '*locale != '\0'' failed
  
  (gnome-control-center.real:1726): common-cc-panel-WARNING **: Language 
ja_JP.UTF-8 not installed, trying to intall it
  Segmentation fault (core dumped)

  I have tested this bug and it is present in Ubuntu GNOME 15.10 with
  GNOME 3.18 and 16.04 with GNOME 3.19 VMs, however I cannot reproduce
  it on the host (15.10 with GNOME 3.18).

  ProblemType: Crash
  DistroRelease: Ubuntu 16.04
  Package: gnome-control-center 1:3.19.90-0ubuntu1~xenial1 [origin: 
LP-PPA-gnome3-team-gnome3-staging]
  ProcVersionSignature: Ubuntu 4.4.0-12.28-generic 4.4.4
  Uname: Linux 4.4.0-12-generic i686
  ApportVersion: 2.20-0ubuntu3
  Architecture: i386
  CrashCounter: 1
  CurrentDesktop: GNOME
  Date: Sun Mar 13 20:45:54 2016
  ExecutablePath: /usr/bin/gnome-control-center.real
  InstallationDate: Installed on 2016-03-04 (9 days ago)
  InstallationMedia: Ubuntu-GNOME 16.04 LTS "Xenial Xerus" - Alpha i386 
(20160225.1)
  ProcCmdline: /usr/bin/gnome-control-center.real
  SegvAnalysis:
   Segfault happened at: 0xb5b30c10 :  movzbl 
(%ebx),%eax
   PC (0xb5b30c10) ok
   source "(%ebx)" (0x13e9c381) not located in a known VMA region (needed 
readable region)!
   destination "%eax" ok
  SegvReason: reading unknown VMA
  Signal: 11
  SourcePackage: gnome-control-center
  StacktraceTop:
   g_utf8_validate () from /lib/i386-linux-gnu/libglib-2.0.so.0
   g_variant_new_string () from /lib/i386-linux-gnu/libglib-2.0.so.0
   g_variant_new_strv () from /lib/i386-linux-gnu/libglib-2.0.so.0
   ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
   ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
  Title: gnome-control-center.real crashed with SIGSEGV in g_utf8_validate()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-gnome/+bug/1556684/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : 

[Touch-packages] [Bug 1539209] Re: pulseaudio crashed with SIGABRT in pa_alsa_path_set_volume()

2016-03-19 Thread Raymond
https://www.freedesktop.org/software/systemd/man/udevadm.html

Just add

LABEL="pulseaudio_check_usb"

+ATTRS{idVendor}=="1397", ATTRS{idProduct}=="01b0",
ENV{PULSE_IGNORE}="1"

ATTRS{idVendor}=="17cc", ATTRS{idProduct}=="1978", ENV{PULSE_PROFILE_SET
}="native-instruments-audio8dj.conf"


udevadm control --reload

Restart pulseaudio server by log out and log in

The driver should skip your usb midi card

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

Title:
  pulseaudio crashed with SIGABRT in pa_alsa_path_set_volume()

Status in pulseaudio package in Ubuntu:
  Triaged

Bug description:
  Appears randomly.

  ProblemType: Crash
  DistroRelease: Ubuntu 16.04
  Package: pulseaudio 1:7.1-1ubuntu3
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  ApportVersion: 2.19.4-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0p:   potato12883 F...m pulseaudio
   /dev/snd/controlC0:  potato12883 F pulseaudio
   /dev/snd/controlC1:  potato12883 F pulseaudio
  CurrentDesktop: Unity
  Date: Thu Jan 28 22:16:03 2016
  ExecutablePath: /usr/bin/pulseaudio
  InstallationDate: Installed on 2016-01-17 (11 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  ProcCmdline: /usr/bin/pulseaudio --start --log-target=syslog
  ProcEnviron:
   PATH=(custom, no user)
   SHELL=/bin/bash
   LANG=ru_RU.UTF-8
   LANGUAGE=ru
   XDG_RUNTIME_DIR=
  Signal: 6
  SourcePackage: pulseaudio
  StacktraceTop:
   pa_alsa_path_set_volume () from /usr/lib/pulse-7.1/modules/libalsa-util.so
   ?? () from /usr/lib/pulse-7.1/modules/libalsa-util.so
   pa_source_process_msg () from /usr/lib/libpulsecore-7.1.so
   ?? () from /usr/lib/pulse-7.1/modules/libalsa-util.so
   ?? () from /usr/lib/libpulsecore-7.1.so
  Title: pulseaudio crashed with SIGABRT in pa_alsa_path_set_volume()
  UpgradeStatus: Upgraded to xenial on 2016-01-28 (0 days ago)
  UserGroups: adm audio cdrom dip lpadmin plugdev sambashare sudo
  dmi.bios.date: 12/07/2009
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: V1.11
  dmi.board.name: JV71TR
  dmi.board.vendor: Acer
  dmi.board.version: Rev
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrV1.11:bd12/07/2009:svnAcer:pnAspire7540:pvr0100:rvnAcer:rnJV71TR:rvrRev:cvnAcer:ct10:cvrNone:
  dmi.product.name: Aspire 7540
  dmi.product.version: 0100
  dmi.sys.vendor: Acer
  modified.conffile..etc.pulse.daemon.conf: [modified]
  mtime.conffile..etc.pulse.daemon.conf: 2016-01-25T21:44:07.089113

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1539209/+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 1554848] Re: Please randomise automatic updates over a longer period

2016-03-19 Thread Michael Vogt
I started some work on this in
https://github.com/mvo5/apt/commit/4ee4b0b9cbbc64fb0b545f367a4dd8f7a11570b6

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

Title:
  Please randomise automatic updates over a longer period

Status in apt package in Ubuntu:
  Confirmed
Status in unattended-upgrades package in Ubuntu:
  Confirmed
Status in apt source package in Xenial:
  Confirmed
Status in unattended-upgrades source package in Xenial:
  Confirmed

Bug description:
  Load on the main Ubuntu archive servers is rather peakish, and tends
  to create a traffic peak on our Internet links at fairly regular times
  each day, preventing customers from accessing the archive.  This
  impacts the cloud archive mirrors using the ubuntu-repository-cache
  charm also, because they are hitting a squid cache which is backed by
  the main archive.  This effect will be even more pronounced under the
  recently-announced automatic update policy for xenial.

  One solution which would alleviate this to some extent would be to
  spread the load over a longer period by increasing the random sleep
  time in the daily update script from 30 minutes to, say, 1-2 hours.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1554848/+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 1479438] Re: IN CAR: Battery levels not shared via bluetooth for in car experience

2016-03-19 Thread John McAleely
** Changed in: canonical-devices-system-image
Milestone: ww08-2016 => 11

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

Title:
  IN CAR: Battery levels not shared via bluetooth for in car experience

Status in Canonical System Image:
  In Progress
Status in bluez package in Ubuntu:
  In Progress
Status in ofono package in Ubuntu:
  Confirmed
Status in ofono package in Ubuntu RTM:
  Confirmed

Bug description:
  STEPS:
  Requirements: DUT a car with bluetooth and phone connection kit (Skoda Superb 
2013 in my instance)

  1. Connect the DUT to the car
  2. On the display panel the battery always shows full

  EXPECTED:
  I expect to see the actual level of the battery on the device

  ACTUAL:
  The display always shows the battery at 100% I assume the default if no info 
is available.

  VERSIONS:
  current build number: 71
  device name: arale
  channel: ubuntu-touch/rc-proposed/meizu.en
  last update: 2015-07-28 18:01:08
  version version: 71
  version ubuntu: 20150728
  version device: 20150709-8965e37
  version custom: 20150716-819-8-42

  MODIFICATIONS:
  Installation of silo19 for in car bt fix

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1479438/+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 1550327] Re: Invalid use of selected.backgroundText

2016-03-19 Thread Timo Jyrinki
ubuntu-settings-components (0.7+15.04.20160302-0ubuntu1) vivid;
urgency=medium

  [ Nick Dedekind ]
  * Moved ModemItem class here from unity8

  [ Albert Astals Cid ]
  * Standarize QtQuick and Ubuntu.Components.Listitems imports

ubuntu-settings-components (0.7+16.04.20160302-0ubuntu1) xenial;
urgency=medium

  [ Nick Dedekind ]
  * Moved ModemItem class here from unity8

  [ Albert Astals Cid ]
  * Standarize QtQuick and Ubuntu.Components.Listitems imports


(incomplete commit message from 
http://bazaar.launchpad.net/~ubuntu-settings-components-team/ubuntu-settings-components/trunk/revision/105)


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

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

** Changed in: canonical-devices-system-image
   Status: In Progress => Fix Committed

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

Title:
  Invalid use of selected.backgroundText

Status in Canonical System Image:
  Fix Committed
Status in ubuntu-settings-components package in Ubuntu:
  Fix Released
Status in unity8 package in Ubuntu:
  Fix Released
Status in ubuntu-settings-components package in Ubuntu RTM:
  Fix Released
Status in unity8 package in Ubuntu RTM:
  Fix Released

Bug description:
  The selected.backgroundText color (what is sparkling blue) of the
  palette can be used only when it is appropriate. So for selected texts
  what are in background.

  For example in the http://bazaar.launchpad.net/~unity-
  team/unity8/trunk/view/head:/qml/Panel/Indicators/ModemInfoItem.qml

  Icon {
  id: statusIcon
  color: theme.palette.selected.backgroundText

  Layout.preferredHeight: parent.height
  Layout.preferredWidth: Layout.preferredHeight

  visible: name !== ""
  }

  What looks like this -> http://picpaste.com/pics/indicator-
  FMruC8JY.1456490460.png

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1550327/+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 1489591] Re: head sections on the left side of an AdaptivePageLayout 'leak' onto the right side instead of scrolling

2016-03-19 Thread Timo Jyrinki
** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

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

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

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Zoltan Balogh (bzoltan)

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

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

Title:
  head sections on the left side of an AdaptivePageLayout 'leak' onto
  the right side instead of scrolling

Status in Canonical System Image:
  Fix Committed
Status in ubuntu-ui-toolkit package in Ubuntu:
  Fix Released

Bug description:
  When using many head sections on a page in the left side of an
  AdaptivePageLayout they 'leak' into the right side instead of
  scrolling, an example can be found here [0]

  0 - http://pastebin.ubuntu.com/12208674/

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1489591/+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 1554616] Re: Shell and dash visual issues with new UITK and palette

2016-03-19 Thread Sergi Quiles Pérez
I am on r286 and can reproduce it. I thought it was normal.

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

Title:
  Shell and dash visual issues with new UITK and palette

Status in Canonical System Image:
  In Progress
Status in Ubuntu UX:
  New
Status in unity8 package in Ubuntu:
  In Progress

Bug description:
  There is a set of UI issues with the new UITK and palette, I will
  attach screenshots for each of them with a comment.

  The new UITK is landing here: https://requests.ci-
  train.ubuntu.com/#/ticket/905

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: unity8 8.11+15.04.20160304-0ubuntu1 [origin: 
LP-PPA-ci-train-ppa-service-landing-050]
  Uname: Linux 3.4.67 armv7l
  ApportVersion: 2.17.2-0ubuntu1.3touch1
  Architecture: armhf
  Date: Tue Mar  8 17:59:10 2016
  InstallationDate: Installed on 2016-03-08 (0 days ago)
  InstallationMedia: Ubuntu 15.04 - armhf (20160308-020304)
  SourcePackage: unity8
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1554616/+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 1556615] Re: python3.5 crashed with SIGSEGV in gtk_color_swatch_set_rgba()

2016-03-19 Thread Matthias Klose
most likely an issue with an pygobject binding

** Package changed: python3.5 (Ubuntu) => pygobject (Ubuntu)

** Information type changed from Private to Public

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

Title:
  python3.5 crashed with SIGSEGV in gtk_color_swatch_set_rgba()

Status in pygobject package in Ubuntu:
  New

Bug description:
  Bug

  ProblemType: Crash
  DistroRelease: Ubuntu 16.04
  Package: python3.5-minimal 3.5.1-6ubuntu2
  ProcVersionSignature: Ubuntu 4.4.0-12.28-generic 4.4.4
  Uname: Linux 4.4.0-12-generic x86_64
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  CrashCounter: 1
  CurrentDesktop: Unity
  Date: Sun Mar 13 16:26:49 2016
  ExecutablePath: /usr/bin/python3.5
  InstallationDate: Installed on 2016-03-10 (3 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160310)
  ProcCmdline: python3.5 ZVVConfig.py
  SegvAnalysis:
   Segfault happened at: 0x7f3d3b475c06:testb  $0x1,0x48(%rax)
   PC (0x7f3d3b475c06) ok
   source "$0x1" ok
   destination "0x48(%rax)" (0x0048) not located in a known VMA region 
(needed writable region)!
  SegvReason: writing NULL VMA
  Signal: 11
  SourcePackage: python3.5
  StacktraceTop:
   ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
   g_closure_invoke () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
   g_signal_emit_valist () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  Title: python3.5 crashed with SIGSEGV in g_closure_invoke()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pygobject/+bug/1556615/+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 1555782] Re: Remove outdated and unsupported framework versions

2016-03-19 Thread Łukasz Zemczak
Will send out an announcement about this before removing the deprecated
frameworks. After giving developers a few days to react I will remove
them from the seeds and from the store.

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

Title:
  Remove outdated and unsupported framework versions

Status in Canonical System Image:
  Confirmed
Status in ubuntu-touch-meta package in Ubuntu:
  In Progress

Bug description:
  Remove 13.10, and all *-dev frameworks

  Support for 13.10 is not known and did not correlate to any shipping device
  the "-dev" frameworks were never intended to ship on stable
   
  There are 185 apps/scopes which specify one of these.
  We could consider email to notify the app developers.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1555782/+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 1556684] Re: gnome-control-center.real crashed with SIGSEGV in g_utf8_validate()

2016-03-19 Thread Tim
the Ignoring launcher messages are unrelated.

The crash was 32-bit only, uploading a fix now

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

Title:
  gnome-control-center.real crashed with SIGSEGV in g_utf8_validate()

Status in Ubuntu GNOME:
  Fix Released
Status in accountsservice package in Ubuntu:
  Fix Released
Status in gnome-control-center package in Ubuntu:
  Triaged

Bug description:
  I wanted to install Japanese through the gnome-control-center, so I
  opened it, went to the "Region & Language" section, clicked
  "Language", searched for "Japanese", when I found it I clicked on it
  (a tick appeared next to it), and finally I clicked "Done". Now what
  then should have happened is it should have asked me if I wanted to
  install the language packs it would then present to me and I would be
  able to continue with the installation... What instead happened was it
  hanged for a while and then finally outputted in Terminal:

  (gnome-control-center.real:1726): common-cc-panel-WARNING **: Language 
ja_JP.UTF-8 not installed, trying to intall it
  Segmentation fault (core dumped)

  The full output in Terminal was:

  ** (gnome-control-center.real:1726): WARNING **: Ignoring launcher 
landscape-client-settings (missing desktop file)
  
  ** (gnome-control-center.real:1726): WARNING **: Ignoring launcher 
language-selector (missing desktop file)
  
  ** (gnome-control-center.real:1726): WARNING **: Ignoring launcher 
ubuntuone-installer (missing desktop file)
  
  (gnome-control-center.real:1726): common-cc-panel-WARNING **: Couldn't 
get LANG locale -- Copying interrupted
  
  (gnome-control-center.real:1726): GnomeDesktop-CRITICAL **: 
gnome_get_language_from_locale: assertion '*locale != '\0'' failed
  
  (gnome-control-center.real:1726): GnomeDesktop-CRITICAL **: 
gnome_get_country_from_locale: assertion '*locale != '\0'' failed

  (gnome-control-center.real:1726): common-cc-panel-WARNING **: Couldn't 
get LANG locale -- Copying interrupted
  
  (gnome-control-center.real:1726): GnomeDesktop-CRITICAL **: 
gnome_get_language_from_locale: assertion '*locale != '\0'' failed
  
  (gnome-control-center.real:1726): common-cc-panel-WARNING **: Language 
ja_JP.UTF-8 not installed, trying to intall it
  Segmentation fault (core dumped)

  I have tested this bug and it is present in Ubuntu GNOME 15.10 with
  GNOME 3.18 and 16.04 with GNOME 3.19 VMs, however I cannot reproduce
  it on the host (15.10 with GNOME 3.18).

  ProblemType: Crash
  DistroRelease: Ubuntu 16.04
  Package: gnome-control-center 1:3.19.90-0ubuntu1~xenial1 [origin: 
LP-PPA-gnome3-team-gnome3-staging]
  ProcVersionSignature: Ubuntu 4.4.0-12.28-generic 4.4.4
  Uname: Linux 4.4.0-12-generic i686
  ApportVersion: 2.20-0ubuntu3
  Architecture: i386
  CrashCounter: 1
  CurrentDesktop: GNOME
  Date: Sun Mar 13 20:45:54 2016
  ExecutablePath: /usr/bin/gnome-control-center.real
  InstallationDate: Installed on 2016-03-04 (9 days ago)
  InstallationMedia: Ubuntu-GNOME 16.04 LTS "Xenial Xerus" - Alpha i386 
(20160225.1)
  ProcCmdline: /usr/bin/gnome-control-center.real
  SegvAnalysis:
   Segfault happened at: 0xb5b30c10 :  movzbl 
(%ebx),%eax
   PC (0xb5b30c10) ok
   source "(%ebx)" (0x13e9c381) not located in a known VMA region (needed 
readable region)!
   destination "%eax" ok
  SegvReason: reading unknown VMA
  Signal: 11
  SourcePackage: gnome-control-center
  StacktraceTop:
   g_utf8_validate () from /lib/i386-linux-gnu/libglib-2.0.so.0
   g_variant_new_string () from /lib/i386-linux-gnu/libglib-2.0.so.0
   g_variant_new_strv () from /lib/i386-linux-gnu/libglib-2.0.so.0
   ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
   ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
  Title: gnome-control-center.real crashed with SIGSEGV in g_utf8_validate()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-gnome/+bug/1556684/+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 1556684] Re: gnome-control-center.real crashed with SIGSEGV in g_utf8_validate()

2016-03-19 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-desktop/gnome-control-center/ubuntu

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

Title:
  gnome-control-center.real crashed with SIGSEGV in g_utf8_validate()

Status in Ubuntu GNOME:
  Fix Released
Status in accountsservice package in Ubuntu:
  Fix Released
Status in gnome-control-center package in Ubuntu:
  Triaged

Bug description:
  I wanted to install Japanese through the gnome-control-center, so I
  opened it, went to the "Region & Language" section, clicked
  "Language", searched for "Japanese", when I found it I clicked on it
  (a tick appeared next to it), and finally I clicked "Done". Now what
  then should have happened is it should have asked me if I wanted to
  install the language packs it would then present to me and I would be
  able to continue with the installation... What instead happened was it
  hanged for a while and then finally outputted in Terminal:

  (gnome-control-center.real:1726): common-cc-panel-WARNING **: Language 
ja_JP.UTF-8 not installed, trying to intall it
  Segmentation fault (core dumped)

  The full output in Terminal was:

  ** (gnome-control-center.real:1726): WARNING **: Ignoring launcher 
landscape-client-settings (missing desktop file)
  
  ** (gnome-control-center.real:1726): WARNING **: Ignoring launcher 
language-selector (missing desktop file)
  
  ** (gnome-control-center.real:1726): WARNING **: Ignoring launcher 
ubuntuone-installer (missing desktop file)
  
  (gnome-control-center.real:1726): common-cc-panel-WARNING **: Couldn't 
get LANG locale -- Copying interrupted
  
  (gnome-control-center.real:1726): GnomeDesktop-CRITICAL **: 
gnome_get_language_from_locale: assertion '*locale != '\0'' failed
  
  (gnome-control-center.real:1726): GnomeDesktop-CRITICAL **: 
gnome_get_country_from_locale: assertion '*locale != '\0'' failed

  (gnome-control-center.real:1726): common-cc-panel-WARNING **: Couldn't 
get LANG locale -- Copying interrupted
  
  (gnome-control-center.real:1726): GnomeDesktop-CRITICAL **: 
gnome_get_language_from_locale: assertion '*locale != '\0'' failed
  
  (gnome-control-center.real:1726): common-cc-panel-WARNING **: Language 
ja_JP.UTF-8 not installed, trying to intall it
  Segmentation fault (core dumped)

  I have tested this bug and it is present in Ubuntu GNOME 15.10 with
  GNOME 3.18 and 16.04 with GNOME 3.19 VMs, however I cannot reproduce
  it on the host (15.10 with GNOME 3.18).

  ProblemType: Crash
  DistroRelease: Ubuntu 16.04
  Package: gnome-control-center 1:3.19.90-0ubuntu1~xenial1 [origin: 
LP-PPA-gnome3-team-gnome3-staging]
  ProcVersionSignature: Ubuntu 4.4.0-12.28-generic 4.4.4
  Uname: Linux 4.4.0-12-generic i686
  ApportVersion: 2.20-0ubuntu3
  Architecture: i386
  CrashCounter: 1
  CurrentDesktop: GNOME
  Date: Sun Mar 13 20:45:54 2016
  ExecutablePath: /usr/bin/gnome-control-center.real
  InstallationDate: Installed on 2016-03-04 (9 days ago)
  InstallationMedia: Ubuntu-GNOME 16.04 LTS "Xenial Xerus" - Alpha i386 
(20160225.1)
  ProcCmdline: /usr/bin/gnome-control-center.real
  SegvAnalysis:
   Segfault happened at: 0xb5b30c10 :  movzbl 
(%ebx),%eax
   PC (0xb5b30c10) ok
   source "(%ebx)" (0x13e9c381) not located in a known VMA region (needed 
readable region)!
   destination "%eax" ok
  SegvReason: reading unknown VMA
  Signal: 11
  SourcePackage: gnome-control-center
  StacktraceTop:
   g_utf8_validate () from /lib/i386-linux-gnu/libglib-2.0.so.0
   g_variant_new_string () from /lib/i386-linux-gnu/libglib-2.0.so.0
   g_variant_new_strv () from /lib/i386-linux-gnu/libglib-2.0.so.0
   ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
   ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
  Title: gnome-control-center.real crashed with SIGSEGV in g_utf8_validate()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-gnome/+bug/1556684/+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 1073403] Re: "Date format not supported"

2016-03-19 Thread Charles Kerr
Thank you for taking the time to report this bug and helping to make Ubuntu 
better. We are sorry that we do not always have the capacity to look at all 
reported bugs in a timely manner. There have been many changes in Ubuntu since 
that time you reported the bug and your problem may have been fixed with some 
of the updates. It would help us a lot if you could test it on a currently 
supported Ubuntu version. When you test it and it is still an issue, kindly 
upload the updated logs by running only once:
apport-collect 

and any other logs that are relevant for this particular issue.

** Changed in: indicator-datetime (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  "Date format not supported"

Status in indicator-datetime package in Ubuntu:
  Incomplete

Bug description:
  This is what is replaced with the clock. It says "Date format not
  supported". The only way I can get the clock back is if, under the
  clock tab, "Weekday" and "Date and month" are unchecked.

  http://www.freeimagehosting.net/oy641

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-datetime/+bug/1073403/+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 1364653] Re: Daily Recurring Events need refresh to appear when created from DayView

2016-03-19 Thread Bill Filler
** Changed in: ubuntu-calendar-app
   Status: Confirmed => In Progress

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

Title:
  Daily Recurring Events need refresh to appear when created from
  DayView

Status in Ubuntu Calendar App:
  In Progress
Status in qtpim-opensource-src package in Ubuntu:
  In Progress

Bug description:
  When I create a daily recurring event from the DayView that starts on
  that day, the EventBubble does not immediately appear on the current
  Day.  I can swipe to go to future days, and the EventBubble appears
  there.  If I swipe back to return to the original Day, or I go to a
  different view (MonthView, WeekView, etc.) the event appears.

  Since the EventBubble appears after re-navigating to the page in any
  way, this appears to be a "refreshing" problem, where the DayView
  isn't updated after creating a recurring event.

  Steps to Reproduce
  
  1) Open the Calendar App, and go to any day on the DayView.
  2) Create a recurring event starting on that day, which re-occurs daily.
  3) Save the new event and return to the DayView.  The EventBubble should not 
appear on the DayView for the current Day.

  Expected: The EventBubble should appear on the DayView page
  immediately after returning from creating the event.

  A reproduction of this behavior can be seen at:
  https://www.youtube.com/watch?v=9NK9m8ZznrA&feature=youtu.be

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-calendar-app/+bug/1364653/+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 1362962] Re: Calendar icon usually shows the wrong date

2016-03-19 Thread Renato Araujo Oliveira Filho
My sugestion is to use the appointment icon that does not contain any
number.

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

Title:
  Calendar icon usually shows the wrong date

Status in Ubuntu Calendar App:
  Invalid
Status in indicator-datetime package in Ubuntu:
  Confirmed
Status in ubuntu-themes package in Ubuntu:
  Confirmed
Status in unity-scope-click package in Ubuntu:
  Confirmed

Bug description:
  Problem occurs with: Ubuntu 14.10 r203
  Does not occur with: iOS, Windows Phone

  1. In the clock menu, find the calendar app and launch it.
  2. In the Launcher or Dash, find the Calendar app.

  What you see:
  1. The icon always says "25", regardless of the actual date.
  2. The icon always says "28", regardless of the actual date.

  What you should see:
  1. The icon shows the current date.
  2. The icon shows the current date.

  The equivalent for PC is bug 1362033, and for the Clock app is bug
  1362964.

  This depends on bug 1453795 for Unity letting an app change its own
  icon.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-calendar-app/+bug/1362962/+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 1554099] Re: Changing what action for security updates unusable

2016-03-19 Thread unflavored
This may be the same bug as https://bugs.launchpad.net/ubuntu/+source
/unattended-upgrades/+bug/1018367

I found this
http://ubuntuforums.org/showthread.php?t=2005415&page=2&p=12070400#post12070400

Deleting /etc/apt/apt.conf.d/20auto-upgrades worked for me

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

Title:
  Changing what action for security updates unusable

Status in software-properties package in Ubuntu:
  Confirmed
Status in unattended-upgrades package in Ubuntu:
  Confirmed
Status in software-properties source package in Xenial:
  Confirmed
Status in unattended-upgrades source package in Xenial:
  Confirmed

Bug description:
  Open software-properties.

  Important security updates is not enabled on install.

  Secondly - it is not possible to change the action to take with
  security updates even if it is enabled (note: I enabled security
  updates, reloaded cache and restarted software-properties before
  trying to change the action)

  eg - the Display Immediately/Download automatically/Download and
  install automatically

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: software-properties-gtk 0.96.18
  ProcVersionSignature: Ubuntu 4.4.0-10.25-generic 4.4.3
  Uname: Linux 4.4.0-10-generic x86_64
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Mon Mar  7 15:35:24 2016
  InstallationDate: Installed on 2016-03-07 (0 days ago)
  InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160307)
  PackageArchitecture: all
  SourcePackage: software-properties
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1554099/+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 1558526] Re: Animation between months are not similar

2016-03-19 Thread Nekhelesh Ramananthan
** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

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

Title:
  Animation between months are not similar

Status in Canonical System Image:
  New
Status in indicator-datetime package in Ubuntu:
  Confirmed

Bug description:
  r274, rc-proposed, arale

  0. swipe from top edge (open indicator)
  1. be sure you are in time indicator, focus calendar
  2. swipe from middle of the calendar, from the right side (will show 
next/futur month)
  3. Watch the transition, the smooth animation. Do it 2-3 time to be sure you 
record it
  4. now scroll from middle of the calendar to the right (to show previous/past 
month)
  5. Wacth the transition,  looks like a tiny lag appears (if you don't release 
the finger to force a slow transition, you will notice that tiny lag appears 
when the "month - year " title above the calendar refreshs itself

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1558526/+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 1556684] Re: gnome-control-center.real crashed with SIGSEGV in g_utf8_validate()

2016-03-19 Thread Nikita Yerenkov-Scott
I am testing this on Ubuntu GNOME 16.04 with GNOME 3.19, but no matter
what I do, I don't seem to be able to install your PPA's version of the
gnome-control-center over the current version, not even removing the old
one and reinstalling, it just reinstalls the old one.

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

Title:
  gnome-control-center.real crashed with SIGSEGV in g_utf8_validate()

Status in Ubuntu GNOME:
  New
Status in accountsservice package in Ubuntu:
  Fix Released

Bug description:
  I wanted to install Japanese through the gnome-control-center, so I
  opened it, went to the "Region & Language" section, clicked
  "Language", searched for "Japanese", when I found it I clicked on it
  (a tick appeared next to it), and finally I clicked "Done". Now what
  then should have happened is it should have asked me if I wanted to
  install the language packs it would then present to me and I would be
  able to continue with the installation... What instead happened was it
  hanged for a while and then finally outputted in Terminal:

  (gnome-control-center.real:1726): common-cc-panel-WARNING **: Language 
ja_JP.UTF-8 not installed, trying to intall it
  Segmentation fault (core dumped)

  The full output in Terminal was:

  ** (gnome-control-center.real:1726): WARNING **: Ignoring launcher 
landscape-client-settings (missing desktop file)
  
  ** (gnome-control-center.real:1726): WARNING **: Ignoring launcher 
language-selector (missing desktop file)
  
  ** (gnome-control-center.real:1726): WARNING **: Ignoring launcher 
ubuntuone-installer (missing desktop file)
  
  (gnome-control-center.real:1726): common-cc-panel-WARNING **: Couldn't 
get LANG locale -- Copying interrupted
  
  (gnome-control-center.real:1726): GnomeDesktop-CRITICAL **: 
gnome_get_language_from_locale: assertion '*locale != '\0'' failed
  
  (gnome-control-center.real:1726): GnomeDesktop-CRITICAL **: 
gnome_get_country_from_locale: assertion '*locale != '\0'' failed

  (gnome-control-center.real:1726): common-cc-panel-WARNING **: Couldn't 
get LANG locale -- Copying interrupted
  
  (gnome-control-center.real:1726): GnomeDesktop-CRITICAL **: 
gnome_get_language_from_locale: assertion '*locale != '\0'' failed
  
  (gnome-control-center.real:1726): common-cc-panel-WARNING **: Language 
ja_JP.UTF-8 not installed, trying to intall it
  Segmentation fault (core dumped)

  I have tested this bug and it is present in Ubuntu GNOME 15.10 with
  GNOME 3.18 and 16.04 with GNOME 3.19 VMs, however I cannot reproduce
  it on the host (15.10 with GNOME 3.18).

  ProblemType: Crash
  DistroRelease: Ubuntu 16.04
  Package: gnome-control-center 1:3.19.90-0ubuntu1~xenial1 [origin: 
LP-PPA-gnome3-team-gnome3-staging]
  ProcVersionSignature: Ubuntu 4.4.0-12.28-generic 4.4.4
  Uname: Linux 4.4.0-12-generic i686
  ApportVersion: 2.20-0ubuntu3
  Architecture: i386
  CrashCounter: 1
  CurrentDesktop: GNOME
  Date: Sun Mar 13 20:45:54 2016
  ExecutablePath: /usr/bin/gnome-control-center.real
  InstallationDate: Installed on 2016-03-04 (9 days ago)
  InstallationMedia: Ubuntu-GNOME 16.04 LTS "Xenial Xerus" - Alpha i386 
(20160225.1)
  ProcCmdline: /usr/bin/gnome-control-center.real
  SegvAnalysis:
   Segfault happened at: 0xb5b30c10 :  movzbl 
(%ebx),%eax
   PC (0xb5b30c10) ok
   source "(%ebx)" (0x13e9c381) not located in a known VMA region (needed 
readable region)!
   destination "%eax" ok
  SegvReason: reading unknown VMA
  Signal: 11
  SourcePackage: gnome-control-center
  StacktraceTop:
   g_utf8_validate () from /lib/i386-linux-gnu/libglib-2.0.so.0
   g_variant_new_string () from /lib/i386-linux-gnu/libglib-2.0.so.0
   g_variant_new_strv () from /lib/i386-linux-gnu/libglib-2.0.so.0
   ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
   ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
  Title: gnome-control-center.real crashed with SIGSEGV in g_utf8_validate()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-gnome/+bug/1556684/+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 1535204] Re: URL bar flickers while typing

2016-03-19 Thread Launchpad Bug Tracker
[Expired for webbrowser-app (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: webbrowser-app (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  URL bar flickers while typing

Status in webbrowser-app package in Ubuntu:
  Expired

Bug description:
  While typing a URL the autocompletion flickers, it fades in and out
  constantly.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1535204/+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 1535695] Re: Aquarius 4.5 Bluetooth crashes in car. (Skoda and Volvo)

2016-03-19 Thread Launchpad Bug Tracker
[Expired for bluez (Ubuntu) because there has been no activity for 60
days.]

** Changed in: bluez (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  Aquarius 4.5 Bluetooth crashes in car. (Skoda and Volvo)

Status in bluez package in Ubuntu:
  Expired

Bug description:
  The phone connects correct when starting the car. When receiving or starting 
a call, the phone may crash. It can happens very short after the call is 
started other after a while. It can the phone crashes completely and he 
restarts on his own. It can be only the BT hangs. Putting the phone 15 seconds 
in airplane mode puts the phone back to normal. 
  Before starting the call disabling the WIFI makes it a lot stable and you can 
call for a much longer time.

  Does somebody has the same experience.
  Phone: Aquarius E4.5
  OS: Ubuntu 15.04 (OTA-8.5)
  Regards

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1535695/+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 1535545] Re: [USB-Audio - Logitech Wireless Headset, playback] Playback problem

2016-03-19 Thread Launchpad Bug Tracker
[Expired for alsa-driver (Ubuntu) because there has been no activity for
60 days.]

** Changed in: alsa-driver (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  [USB-Audio - Logitech Wireless Headset, playback] Playback problem

Status in alsa-driver package in Ubuntu:
  Expired

Bug description:
  Skype has no sound. It is no possible to make either to receive calls
  I do not listen anything.

  No Skype updates available.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.16.0-58.78~14.04.1-generic 3.16.7-ckt22
  Uname: Linux 3.16.0-58-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  hector 1488 F pulseaudio
   /dev/snd/controlC1:  hector 1488 F pulseaudio
   /dev/snd/controlC0:  hector 1488 F pulseaudio
  CurrentDesktop: Unity
  Date: Tue Jan 19 00:54:22 2016
  InstallationDate: Installed on 2015-11-26 (53 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=es_MX:es
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=es_MX.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Headset successful
  Symptom_Card: Logitech Wireless Headset - Logitech Wireless Headset
  Symptom_PulsePlaybackTest: PulseAudio playback test successful
  Symptom_Type: None of the above
  Title: [USB-Audio - Logitech Wireless Headset, playback] Playback problem
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/03/2012
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A11
  dmi.board.name: 034W60
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A11
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: Not Specified
  dmi.modalias: 
dmi:bvnDellInc.:bvrA11:bd08/03/2012:svnDellInc.:pnInspironN5110:pvrNotSpecified:rvnDellInc.:rn034W60:rvrA11:cvnDellInc.:ct8:cvrNotSpecified:
  dmi.product.name: Inspiron N5110
  dmi.product.version: Not Specified
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1535545/+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 1559228] Re: [20ENCTO1WW, Realtek ALC298, Speaker, Internal] No sound at all

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

** Changed in: alsa-driver (Ubuntu)
   Status: New => Confirmed

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

Title:
  [20ENCTO1WW, Realtek ALC298, Speaker, Internal] No sound at all

Status in alsa-driver package in Ubuntu:
  Confirmed

Bug description:
  I have a Lenovo P50 with the docking station. When the laptop is
  plugged into the docking station sound will not play out the external
  port.

  An lspci -n gives me:

  00:1f.3 Audio device [0403]: Intel Corporation Sunrise Point-H HD
  Audio [8086:a170] (rev 31)

  I have updated the bios.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.2.0-34.39-generic 4.2.8-ckt4
  Uname: Linux 4.2.0-34-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  bgoodman   1698 F pulseaudio
   /dev/snd/pcmC0D0p:   bgoodman   1698 F...m pulseaudio
   /dev/snd/controlC0:  bgoodman   1698 F pulseaudio
  CurrentDesktop: Unity
  Date: Fri Mar 18 12:08:52 2016
  InstallationDate: Installed on 2016-03-17 (1 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:PCH failed
  Symptom_Card: Built-in Audio - HDA Intel PCH
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  bgoodman   1698 F pulseaudio
   /dev/snd/pcmC0D0p:   bgoodman   1698 F...m pulseaudio
   /dev/snd/controlC0:  bgoodman   1698 F pulseaudio
  Symptom_Jack: Speaker, Internal
  Symptom_Type: No sound at all
  Title: [20ENCTO1WW, Realtek ALC298, Speaker, Internal] No sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/22/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N1EET45W (1.19 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20ENCTO1WW
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40705 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrN1EET45W(1.19):bd02/22/2016:svnLENOVO:pn20ENCTO1WW:pvrThinkPadP50:rvnLENOVO:rn20ENCTO1WW:rvrSDK0J40705WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20ENCTO1WW
  dmi.product.version: ThinkPad P50
  dmi.sys.vendor: LENOVO
  mtime.conffile..etc.modprobe.d.alsa.base.conf: 2016-03-18T12:01:21.161389

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1559228/+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 1558128] Re: package libpam-modules 1.1.8-1ubuntu2.1 failed to install/upgrade: trying to overwrite shared '/usr/share/man/man8/pam_unix.8.gz', which is different from other inst

2016-03-19 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package libpam-modules 1.1.8-1ubuntu2.1 failed to install/upgrade:
  trying to overwrite shared '/usr/share/man/man8/pam_unix.8.gz', which
  is different from other instances of package libpam-modules:i386

Status in pam package in Ubuntu:
  New

Bug description:
  During regular update.

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: libpam-modules 1.1.8-1ubuntu2.1
  ProcVersionSignature: Ubuntu 3.13.0-79.123-generic 3.13.11-ckt33
  Uname: Linux 3.13.0-79-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  Date: Wed Mar 16 08:27:33 2016
  DuplicateSignature: package:libpam-modules:1.1.8-1ubuntu2.1:trying to 
overwrite shared '/usr/share/man/man8/pam_unix.8.gz', which is different from 
other instances of package libpam-modules:i386
  ErrorMessage: trying to overwrite shared '/usr/share/man/man8/pam_unix.8.gz', 
which is different from other instances of package libpam-modules:i386
  InstallationDate: Installed on 2012-12-26 (1176 days ago)
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release amd64 (20121017.5)
  RelatedPackageVersions:
   dpkg 1.17.5ubuntu5.5
   apt  1.0.1ubuntu2.11
  SourcePackage: pam
  Title: package libpam-modules 1.1.8-1ubuntu2.1 failed to install/upgrade: 
trying to overwrite shared '/usr/share/man/man8/pam_unix.8.gz', which is 
different from other instances of package libpam-modules:i386
  UpgradeStatus: Upgraded to trusty on 2014-04-22 (694 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pam/+bug/1558128/+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 1342123] Re: evolution-calendar-factory always running with high memory usage

2016-03-19 Thread Eric Broneer
@aj-sahagun

Works fine now. So apparently, when you want a couple of commands to be
launched one after the other in the startup list, you can't just write:

sleep 60; 

You have to explicitly call bash -c like this:

bash -c 'sleep 60; '

Good to know!

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

Title:
  evolution-calendar-factory always running with high memory usage

Status in Canonical System Image:
  Confirmed
Status in evolution-data-server package in Ubuntu:
  Confirmed
Status in indicator-datetime package in Ubuntu:
  Confirmed

Bug description:
  At boot the process is using over 100MB on my mako (build 129)
  I sync'd a fairly large set of calendar events from google previously

  Does this process need to be running all the time?
  Can we streamline it to not read so much of the data set, which it appears to 
be doing?

  With no calendar entries (i.e. removing 
.local/share/evolution/xxx/calendar.ics) the process still uses over 30MB
  (looking at RSS with  ps aux --sort -rss )

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1342123/+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 1554897] Re: With silo050 if an app has a black background it flickers temporarily to white at startup

2016-03-19 Thread Timo Jyrinki
** Also affects: ubuntu-ui-toolkit (Ubuntu RTM)
   Importance: Undecided
   Status: New

** Changed in: ubuntu-ui-toolkit (Ubuntu RTM)
   Status: New => Fix Committed

** Changed in: ubuntu-ui-toolkit (Ubuntu RTM)
   Importance: Undecided => High

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

Title:
  With silo050 if an app has a black background it flickers temporarily
  to white at startup

Status in ubuntu-ui-toolkit package in Ubuntu:
  Fix Committed
Status in ubuntu-ui-toolkit package in Ubuntu RTM:
  Fix Committed

Bug description:
  With silo050 if an app has a black background it flickers temporarily
  to white at startup

  What happened:
  1) Ensure you are using the latest UITK from silo050
  2) Install the linked [0] branch which has a black/dark background (similar 
to the Music app)
  3) Launch the application
  4) Notice as it is launched that once the splash disappears, it temporarily 
goes to a white backgound causing a large flicker

  What I expected to happen:
  At step 4) for there to be no flicker

  Note, I've also noticed that the indicators and scopes do the same at
  startup of the device.

  0 - https://code.launchpad.net/~ahayzen/+junk/test-black-bg-startup-
  white

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1554897/+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 1559304] Re: nvidia 361 drivers cause unresponsive machine

2016-03-19 Thread shinyblue
Please note that because my system is unresponsive WITH this package
installed, I had to run apport-bug when they were NOT installed, so some
of the above may not be relevant!

Very happy to provide other logs from my system or to try anything
(although I'm not clever enough to start compiling kernels or such!).

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

Title:
  nvidia 361 drivers cause unresponsive machine

Status in xorg package in Ubuntu:
  New

Bug description:
  Running Ubuntu Gnome 16.04 Beta1.

  Installing the proprietary drivers (either the tested or the updates)
  one results in: the splash screen goes away, revealing all the console
  output (with mostly green OKs) and the console log-in. This whole
  thing then flashes on and off and the system seems a little too upset
  to receive keyboard input. There is no mouse. The only way out is a
  hard reset, or if networking got started you can sometimes SSH in and
  issue a shutdown that way.

  The Nvidia driver is  361.28-0ubuntu1

  It's a Dell xps-15 9550 with the UHD 4k screen.

  *-display   
   description: 3D controller
   product: GM107M [GeForce GTX 960M]
   vendor: NVIDIA Corporation
   physical id: 0
   bus info: pci@:01:00.0
   version: a2
   width: 64 bits
   clock: 33MHz
   capabilities: pm msi pciexpress bus_master cap_list rom
   configuration: driver=nouveau latency=0
   resources: irq:127 memory:dc00-dcff memory:b000-bfff 
memory:c000-c1ff ioport:e000(size=128) memory:dd00-dd07
  *-display
  description: VGA compatible controller
   product: Intel Corporation
   vendor: Intel Corporation
   physical id: 2
   bus info: pci@:00:02.0
   version: 06
   width: 64 bits
   clock: 33MHz
   capabilities: pciexpress msi pm vga_controller bus_master cap_list rom
   configuration: driver=i915_bpo latency=0
   resources: irq:126 memory:db00-dbff memory:7000-7fff 
ioport:f000(size=64)

  
  To restore the system I have to boot to root console from the grub menu and 
then remove the nvidia stuff.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xserver-xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-13.29-generic 4.4.5
  Uname: Linux 4.4.0-13-generic x86_64
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: GNOME
  Date: Fri Mar 18 20:31:47 2016
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation Skylake Integrated Graphics [8086:191b] (rev 06) (prog-if 
00 [VGA controller])
 Subsystem: Dell Skylake Integrated Graphics [1028:06e4]
 Subsystem: Dell GM107M [GeForce GTX 960M] [1028:06e4]
  InstallationDate: Installed on 2016-03-15 (3 days ago)
  InstallationMedia: Ubuntu-GNOME 16.04 LTS "Xenial Xerus" - Alpha amd64 
(20160225.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 04f3:21d5 Elan Microelectronics Corp. 
   Bus 001 Device 002: ID 0a5c:6410 Broadcom Corp. 
   Bus 001 Device 004: ID 0c45:6713 Microdia 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. XPS 15 9550
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-13-generic.efi.signed 
root=UUID=b026feed-8801-44f4-9f3f-c245f4a1f25e ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/25/2016
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 01.01.19
  dmi.board.name: 0N7TVV
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr01.01.19:bd01/25/2016:svnDellInc.:pnXPS159550:pvr:rvnDellInc.:rn0N7TVV:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: XPS 15 9550
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.1.2-1ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.1.2-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.1-1ubuntu4
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.6.1-1ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160218-1ubuntu3
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.12-1build2
  xserver.bootTime: Fri Mar 18 17:28:07 2016
  xserver.configfile: default
  xserver.errors:
   Failed to load module "nvidia" (modul

[Touch-packages] [Bug 1558855] Re: apt-helper crashed with SIGABRT in __gnu_cxx::__verbose_terminate_handler()

2016-03-19 Thread Apport retracing service
*** This bug is a duplicate of bug 1538438 ***
https://bugs.launchpad.net/bugs/1538438

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #1538438, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: "CoreDump.gz"
   
https://bugs.launchpad.net/bugs/1558855/+attachment/4602639/+files/CoreDump.gz

** Attachment removed: "Disassembly.txt"
   
https://bugs.launchpad.net/bugs/1558855/+attachment/4602641/+files/Disassembly.txt

** Attachment removed: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/1558855/+attachment/4602644/+files/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/1558855/+attachment/4602645/+files/ProcStatus.txt

** Attachment removed: "Registers.txt"
   
https://bugs.launchpad.net/bugs/1558855/+attachment/4602646/+files/Registers.txt

** Attachment removed: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/1558855/+attachment/4602647/+files/Stacktrace.txt

** Attachment removed: "ThreadStacktrace.txt"
   
https://bugs.launchpad.net/bugs/1558855/+attachment/4602648/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of private bug 1538438

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  apt-helper crashed with SIGABRT in
  __gnu_cxx::__verbose_terminate_handler()

Status in apt package in Ubuntu:
  New

Bug description:
  123

  ProblemType: Crash
  DistroRelease: Ubuntu 16.04
  Package: apt 1.2.7
  ProcVersionSignature: Ubuntu 4.4.0-14.30-generic 4.4.5
  Uname: Linux 4.4.0-14-generic x86_64
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  CrashCounter: 1
  Date: Thu Mar 17 11:02:50 2016
  ExecutablePath: /usr/lib/apt/apt-helper
  InstallationDate: Installed on 2014-06-28 (628 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  ProcCmdline: /usr/lib/apt/apt-helper download-file 
http://archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_20160310.1.orig.tar.gz
 
/var/lib/update-notifier/package-data-downloads/partial/adobe-flashplugin_20160310.1.orig.tar.gz
 SHA256:e9a0f5faf0bd90755d1b62db96703ac5b4a29000be8d6a18826baede168773a7
  Signal: 6
  SourcePackage: apt
  StacktraceTop:
   __gnu_cxx::__verbose_terminate_handler() () from 
/usr/lib/x86_64-linux-gnu/libstdc++.so.6
   ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
   std::terminate() () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
   __cxa_throw () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
   std::__throw_out_of_range_fmt(char const*, ...) () from 
/usr/lib/x86_64-linux-gnu/libstdc++.so.6
  Title: apt-helper crashed with SIGABRT in 
__gnu_cxx::__verbose_terminate_handler()
  UpgradeStatus: Upgraded to xenial on 2016-01-08 (69 days ago)
  UserGroups:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1558855/+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 1509829] Re: lightdm-guest-session profile is too strict to input Japanese text with fcitx-mozc

2016-03-19 Thread Aron Xu
** Changed in: mozc (Ubuntu Xenial)
   Status: Fix Committed => Fix Released

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

Title:
  lightdm-guest-session profile is too strict to input Japanese text
  with fcitx-mozc

Status in fcitx package in Ubuntu:
  In Progress
Status in lightdm package in Ubuntu:
  In Progress
Status in mozc package in Ubuntu:
  Fix Released
Status in fcitx source package in Xenial:
  In Progress
Status in lightdm source package in Xenial:
  In Progress
Status in mozc source package in Xenial:
  Fix Released

Bug description:
  When logging into lightdm guest session, mozc gives an error saying
  "Failed to start Kana/Kanji conversion program. You need to reboot".
  Thus Japanese text cannot be input.

  [possibly related messages]
  10月 26 00:40:29 test-Standard-PC-i440FX-PIIX-1996 kernel: audit: type=1400 
audit(1445787629.866:709): apparmor="DENIED" operation="link" 
profile="/usr/lib/lightdm/lightdm-guest-session" 
name="/dev/shm/sem.69ef545277bb" pid=9534 comm="fcitx" requested_mask="l" 
denied_mask="l" fsuid=120 ouid=120 target="/dev/shm/oFbWJv"
  10月 26 00:40:29 test-Standard-PC-i440FX-PIIX-1996 kernel: audit: type=1400 
audit(1445787629.870:710): apparmor="DENIED" operation="bind" 
profile="/usr/lib/lightdm/lightdm-guest-session" pid=9554 comm="mozc_server" 
family="unix" sock_type="stream" protocol=0 requested_mask="bind" 
denied_mask="bind" addr="@tmp/.mozc.d23bc799563c3f748fa591c15f46c971.session"

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: lightdm 1.16.4-0ubuntu1
  ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
  Uname: Linux 4.2.0-16-generic x86_64
  ApportVersion: 2.19.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Oct 26 00:45:41 2015
  InstallationDate: Installed on 2015-10-25 (0 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: lightdm
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fcitx/+bug/1509829/+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 1369552] Re: Need to set visible: false for a Page inside PageStack to hide it until pushed

2016-03-19 Thread Tim Peeters
Fixed in AdaptivePageLayout.

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: Confirmed => Fix Released

** No longer affects: ubuntu-ui-toolkit

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

Title:
  Need to set visible: false for a Page inside PageStack to hide it
  until pushed

Status in ubuntu-ui-toolkit package in Ubuntu:
  Fix Released

Bug description:
  It should not be needed to hide the page explicitly, this must be done
  automatically when the Page is inside PageStack but not yet pushed.

  http://paste.ubuntu.com/8350295/ shows the problem.

  The background is pink even before stackPage was pushed.

  After popping the page again, it is correctly hidden.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1369552/+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 1558856] Re: login goes in loop

2016-03-19 Thread rpawar7
** Description changed:

  The login goes in a loop. This happened after I had stopped the X server
  to install Nvidia Cuda Drivers.
  
  I tried reinstalling the gnome settings , xorg and some other fixes
  which were commonly available on the internet for the problem of login
  going in a loop.
+ 
+ The Xorg file was not updated. I thought updating it will solve the
+ problem. However. the problem still persists. I am trying to solve the
+ problem myself and will be posting the things I am trying.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: lightdm 1.10.6-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-45.74-generic 3.13.11-ckt13
  Uname: Linux 3.13.0-45-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  Date: Thu Mar 17 20:14:26 2016
  InstallationDate: Installed on 2015-02-04 (407 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: lightdm
  UpgradeStatus: No upgrade log present (probably fresh install)

** Description changed:

  The login goes in a loop. This happened after I had stopped the X server
  to install Nvidia Cuda Drivers.
  
  I tried reinstalling the gnome settings , xorg and some other fixes
  which were commonly available on the internet for the problem of login
  going in a loop.
  
  The Xorg file was not updated. I thought updating it will solve the
- problem. However. the problem still persists. I am trying to solve the
- problem myself and will be posting the things I am trying.
+ problem. However. the problem still persists. I am also trying to solve
+ the problem myself and will be posting the things I am trying.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: lightdm 1.10.6-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-45.74-generic 3.13.11-ckt13
  Uname: Linux 3.13.0-45-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  Date: Thu Mar 17 20:14:26 2016
  InstallationDate: Installed on 2015-02-04 (407 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: lightdm
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  login goes in loop

Status in lightdm package in Ubuntu:
  New

Bug description:
  The login goes in a loop. This happened after I had stopped the X
  server to install Nvidia Cuda Drivers.

  I tried reinstalling the gnome settings , xorg and some other fixes
  which were commonly available on the internet for the problem of login
  going in a loop.

  The Xorg file was not updated. I thought updating it will solve the
  problem. However. the problem still persists. I am also trying to
  solve the problem myself and will be posting the things I am trying.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: lightdm 1.10.6-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-45.74-generic 3.13.11-ckt13
  Uname: Linux 3.13.0-45-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  Date: Thu Mar 17 20:14:26 2016
  InstallationDate: Installed on 2015-02-04 (407 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: lightdm
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1558856/+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 1554616] Re: Shell and dash visual issues with new UITK and palette

2016-03-19 Thread Michael Zanetti
ok. the launcher quicklist is fixed in the linked branch too

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

Title:
  Shell and dash visual issues with new UITK and palette

Status in Canonical System Image:
  In Progress
Status in Ubuntu UX:
  New
Status in unity8 package in Ubuntu:
  In Progress

Bug description:
  There is a set of UI issues with the new UITK and palette, I will
  attach screenshots for each of them with a comment.

  The new UITK is landing here: https://requests.ci-
  train.ubuntu.com/#/ticket/905

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: unity8 8.11+15.04.20160304-0ubuntu1 [origin: 
LP-PPA-ci-train-ppa-service-landing-050]
  Uname: Linux 3.4.67 armv7l
  ApportVersion: 2.17.2-0ubuntu1.3touch1
  Architecture: armhf
  Date: Tue Mar  8 17:59:10 2016
  InstallationDate: Installed on 2016-03-08 (0 days ago)
  InstallationMedia: Ubuntu 15.04 - armhf (20160308-020304)
  SourcePackage: unity8
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1554616/+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 1556835] Re: vs-thumb should not rely on standard streams to communicate result image back

2016-03-19 Thread Launchpad Bug Tracker
** Branch linked: lp:~michihenning/thumbnailer/vs-thumb-pipe-fix

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

Title:
  vs-thumb should not rely on standard streams to communicate result
  image back

Status in Canonical Device Images:
  Confirmed
Status in thumbnailer package in Ubuntu:
  In Progress

Bug description:
  vs-thumb right now streams extracted data to stdout by default (see
  [1]). The approach is brittle in the sense that any component (e.g.,
  gstreamer or gstreamer plugin) writing to stdout can easily break the
  thumbnail. We have zero control over stdout and should thus either:

(1.) Rely on specifying an explicit temporary destination file or
(2.) Open a dedicated communication pipe to communicate back the resulting 
thumbnail to the calling process.

  Please also see [2.] for the respective product bug.

  [1.] 
http://bazaar.launchpad.net/~unity-team/thumbnailer/trunk/view/head:/src/vs-thumb/thumbnailextractor.cpp#L371
  [2.] https://bugs.launchpad.net/zhongshan/+bug/1554867

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-device-images/+bug/1556835/+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 1555784] Re: Label doesn't take into account the color values which are same as the default.

2016-03-19 Thread Zoltan Balogh
** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: Confirmed => Fix Committed

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

Title:
  Label doesn't take into account the color values  which are same as
  the default.

Status in ubuntu-ui-toolkit package in Ubuntu:
  Fix Committed

Bug description:
  The following code does not overrule the theming of the Label

  Label {
  text: "howdy lamb!"
  color: "white"
  }

  The text will not be drawn with white, but with the default label
  color.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1555784/+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 1552424] Re: [FFE] NetworkManager 1.2-beta

2016-03-19 Thread Amr Ibrahim
NM developers already said the final 1.2 release will be close enough to
1.2-beta2 or master.

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

Title:
  [FFE] NetworkManager 1.2-beta

Status in network-manager package in Ubuntu:
  Confirmed
Status in network-manager-applet package in Ubuntu:
  New
Status in network-manager-openconnect package in Ubuntu:
  New
Status in network-manager-openvpn package in Ubuntu:
  New
Status in network-manager-pptp package in Ubuntu:
  New
Status in network-manager-vpnc package in Ubuntu:
  New

Bug description:
  We really should update NetworkManager to 1.2 (or some other updated
  stable release) for the LTS, this will allow us to better deal with
  any bugs that might come up post-release.

  This new release will also much improve interop with LXC, which has
  recently been an issue.

  Other FFEs will be opened for NM VPN plugins and for NetworkManager-
  applet.

  
  
  
  NetworkManager-1.2
  Overview of changes since NetworkManager-1.0
  

  This is a new stable release of NetworkManager.  Notable changes
  include:

  * Added an option to enable use of random MAC addresses for Wi-Fi access
  point scanning (defaults to disabled).  Controlled with
  'wifi.mac-address-randomization' property (MAC_ADDRESS_RANDOMIZATION key 
in
  ifcfg files).
  * Wi-Fi scanning now utilizes wpa_supplicant's AP list.
  * Added support for Wi-Fi powersave, configured with POWERSAVE key in ifcfg
  files.
  * Added support for creation of more types of software devices: tun & tap,
  macvlan, vxlan and ip tunnels (ipip, gre, sit, ip6ip6 and ipip6).
  * The software devices (bond, bridge, vlan, team, ...) can now be stacked
  arbitrarily.  The nmcli interface for creating master-slave relationships
  has been significantly improved by the use of 'master' argument to
  all link types.
  * RFC7217 stable privacy addressing is now used by default to protect from
  address-based host tracking. The IPv6 addressing mode is configured with
  IPV6_ADDR_GEN_MODE key in ifcfg files.
  * Improved route management code to avoid clashes between conflicting
  routes in multiple connections.
  * Refactored platform code resulting in more robust interface to platform,
  less overhead and reduced memory footprint.
  * Improved interoperability with other network management tools.  The
  externally created software devices are not managed until they're
  activated.
  * The Device instances now exist for all software connections and the platform
  devices are now only created when the device is activated.  This makes it
  possible for connections with device of same name not to clash unless
  they're activated concurrently.  The links are now not unnecessarily 
present
  unless the connection is active, avoiding pollution of the link namespace.
  * NetworkManager now correctly manages connectivity in namespace-based
  containers such as LXC and Docker.
  * Support for configuring ethernet Wake-On-Lan has been added.
  * Added LLDP listener functionality and related CLI client commands. Enabled 
via
  LLDP option in ifcfg files.
  * CLI secret agent has been extended with support for VPN secrets.
  * The command line client now utilizes colors for its output.
  * The command line client now sorts the devices and properties for better
  clarity.
  * Numerous improvements to Bash command completion for nmcli.
  * NetworkManager relies on less external libraries.  The use of dbus-glib
  has been replaced with gio's native D-Bus support and libnl-route is no
  longer used.
  * Dependency on avahi-autoipd has been dropped.  Native IPv4 link-local
  addressing configuration based on systemd network library is now used
  instead.
  * Hostname is now managed via systemd-hostnamed on systemd-based systems.
  * Management of resolv.conf management can be changed at runtime, private
  resolv.conf is always written in /run.
  * NetworkManager can now write DNS options to resolv.conf.
  * Updated version of systemd network library used for internal DHCP and
  IPv4 link-local support.
  * Support for event logging via audit subsystem has been added.
  * Support for native logging via systemd-journald has been added taking
  advantage of its structured logging.
  * Live reconfiguration of IP configuration after changing the settings without
  reactivation of the device with "nmcli device reapply" command and via
  D-Bus API.
  * The API for VPN plugins now supports multiple simultaneous connections.
  Most popular VPN plugins have been updated to support this functionality.
  * The libnm library now provides API to access VPN service definitions.
  * New DHCP_FQDN key in ifc

[Touch-packages] [Bug 1546466] Re: Some repeating events do not show up

2016-03-19 Thread Bill Filler
** Changed in: ubuntu-calendar-app
   Status: Triaged => In Progress

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

Title:
  Some repeating events do not show up

Status in Ubuntu Calendar App:
  In Progress
Status in qtpim-opensource-src package in Ubuntu:
  In Progress

Bug description:
  When introducing a new repeating event, it is not shown in the calendar app.
  After a sync, it appears in Google calendar online, but it remains still 
invisible on the phone in Day view, or in some cases invisible in all views.
  Sync is also failing to complete after that. A partial sync occurs.
  I also noticed another wrong behaviour: since some events remained invisible, 
I introduced these several times, with the consequence that the webinterface of 
the Google calendar shows all the instances I introduced. When I delete these 
events from the calendar online, these events reappear in the calendar online 
after a sync.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-calendar-app/+bug/1546466/+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 1557607] Re: Xenial container fails to start

2016-03-19 Thread Andrea Bernabei
I tried again, the container is now running...could it be because I got the fix 
from pam_lxcfs ?

ii  liblxc1  2.0.0~rc10-0ubuntu2
  amd64Linux Containers 
userspace tools (library)
rc  lxc  1.1.4-0ubuntu1.1   
  amd64Linux Containers 
userspace tools
ii  lxc-common   2.0.0~rc10-0ubuntu2
  amd64Linux Containers 
userspace tools (common tools)
ii  lxc-templates2.0.0~rc10-0ubuntu2
  amd64Linux Containers 
userspace tools (templates)
ii  lxc1 2.0.0~rc10-0ubuntu2
  amd64Linux Containers 
userspace tools
ii  lxcfs2.0.0~rc5-0ubuntu1 
  amd64FUSE based filesystem 
for LXC
ii  python3-libertine-lxc
0.99.11+16.04.20160302-0ubuntu1-0~181+201603151607~ubuntu16.04.1 amd64
Python3 scripts for the Libertine application sandbox
ii  python3-lxc  2.0.0~rc10-0ubuntu2
  amd64Linux Containers 
userspace tools (Python 3.x bindings)
pc  unity8-lxc   
1.0.5-0~79~201510271721~ubuntu15.04.1all  
Unity8 LXC integration


lxcfs:
  Installed: 2.0.0~rc5-0ubuntu1
  Candidate: 2.0.0~rc5-0ubuntu1
  Version table:
 *** 2.0.0~rc5-0ubuntu1 500
500 http://gb.archive.ubuntu.com/ubuntu xenial/main amd64 Packages
100 /var/lib/dpkg/status

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

Title:
  Xenial container fails to start

Status in lxc package in Ubuntu:
  Incomplete

Bug description:
  Environment: 
  Xenial Xurus, 16.04, latest updates as of 14th March 2016, plus a bunch of 
additional silos/ppas that I can provide on request (this is the laptop used by 
the whole team so I wouldn't be surprised if this bug is the result of 
conflicting packages).

  LXC package version:
  lxc 2.0.0~rc10-0ubuntu2

  How to reproduce:
  1) Create a xenial container, I was trying to setup Libertine ( 
https://wiki.ubuntu.com/Touch/Libertine ) so I used 
  libertine-container-manager create -i libertine-test -n "Libertine Test" -t 
lxc -d xenial

  At the end of the creation process I got an error "failed to start
  container".

  ChrisTownsend on IRC #ubuntu-touch suggested using 
  lxc-start -n libertine-test -P ~/.cache/libertine-container --logfile 
start_xenial.out --logpriority DEBUG
  to get some debug output.

  Please find the log at:
  http://pastebin.ubuntu.com/15392545/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1557607/+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 1557802] Re: Cannot assign to non-existent sensingMargins "sensingMargins"

2016-03-19 Thread Andrea Bernabei
we have "Since 1.3", the problem is 1.3 is not final yet, so it keeps
changing

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

Title:
  Cannot assign to non-existent sensingMargins "sensingMargins"

Status in ubuntu-ui-toolkit package in Ubuntu:
  Invalid

Bug description:
  
https://developer.ubuntu.com/api/apps/qml/sdk-15.04.1/Ubuntu.Components.AbstractButton/

  on the page, when I copy the code snippet and make an example for it:

  import QtQuick 2.4
  import Ubuntu.Components 1.3

  /*!
  \brief MainView with a Label and Button elements.
  */

  MainView {
  // objectName for functional testing purposes (autopilot-qt5)
  objectName: "mainView"

  // Note! applicationName needs to match the "name" field of the click 
manifest
  applicationName: "abstractbutton.liu-xiao-guo"

  width: units.gu(100)
  height: units.gu(75)

  Page {
  title: i18n.tr("abstractbutton")

  AbstractButton {
  width: units.gu(2)
  height: units.gu(2)
  sensingMargins {
  left: units.gu(1)
  top: units.gu(1)
  bottom: units.gu(1)
  right: units.gu(10)
  }
  }
  }
  }

  running on the phone results in:

  qrc:///Main.qml:31:13: Cannot assign to non-existent sensingMargins
  "sensingMargins"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1557802/+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 1539209] Re: pulseaudio crashed with SIGABRT in pa_alsa_path_set_volume()

2016-03-19 Thread Raymond
There is no pcm devices for your card 2 usb midi

Pulseaudio should skip the card Similar to thinkpad ec coonsole at card
29 instead of reporting fail to find working profile

crw-rw+ 1 root audio 116, 2 Mar 18 08:04 /dev/snd/controlC0 crw-
rw+ 1 root audio 116, 12 Mar 18 08:04 /dev/snd/controlC1 crw-rw+
1 root audio 116, 10 Mar 18 13:09 /dev/snd/controlC2 crw-rw+ 1 root
audio 116, 9 Mar 18 08:04 /dev/snd/hwC0D0 crw-rw+ 1 root audio 116,
19 Mar 18 08:04 /dev/snd/hwC1D2 crw-rw+ 1 root audio 116, 20 Mar 18
08:04 /dev/snd/hwC1D3 crw-rw+ 1 root audio 116, 8 Mar 18 08:04
/dev/snd/midiC0D0 crw-rw+ 1 root audio 116, 11 Mar 18 13:09
/dev/snd/midiC2D0

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

Title:
  pulseaudio crashed with SIGABRT in pa_alsa_path_set_volume()

Status in pulseaudio package in Ubuntu:
  Triaged

Bug description:
  Appears randomly.

  ProblemType: Crash
  DistroRelease: Ubuntu 16.04
  Package: pulseaudio 1:7.1-1ubuntu3
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  ApportVersion: 2.19.4-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0p:   potato12883 F...m pulseaudio
   /dev/snd/controlC0:  potato12883 F pulseaudio
   /dev/snd/controlC1:  potato12883 F pulseaudio
  CurrentDesktop: Unity
  Date: Thu Jan 28 22:16:03 2016
  ExecutablePath: /usr/bin/pulseaudio
  InstallationDate: Installed on 2016-01-17 (11 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  ProcCmdline: /usr/bin/pulseaudio --start --log-target=syslog
  ProcEnviron:
   PATH=(custom, no user)
   SHELL=/bin/bash
   LANG=ru_RU.UTF-8
   LANGUAGE=ru
   XDG_RUNTIME_DIR=
  Signal: 6
  SourcePackage: pulseaudio
  StacktraceTop:
   pa_alsa_path_set_volume () from /usr/lib/pulse-7.1/modules/libalsa-util.so
   ?? () from /usr/lib/pulse-7.1/modules/libalsa-util.so
   pa_source_process_msg () from /usr/lib/libpulsecore-7.1.so
   ?? () from /usr/lib/pulse-7.1/modules/libalsa-util.so
   ?? () from /usr/lib/libpulsecore-7.1.so
  Title: pulseaudio crashed with SIGABRT in pa_alsa_path_set_volume()
  UpgradeStatus: Upgraded to xenial on 2016-01-28 (0 days ago)
  UserGroups: adm audio cdrom dip lpadmin plugdev sambashare sudo
  dmi.bios.date: 12/07/2009
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: V1.11
  dmi.board.name: JV71TR
  dmi.board.vendor: Acer
  dmi.board.version: Rev
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrV1.11:bd12/07/2009:svnAcer:pnAspire7540:pvr0100:rvnAcer:rnJV71TR:rvrRev:cvnAcer:ct10:cvrNone:
  dmi.product.name: Aspire 7540
  dmi.product.version: 0100
  dmi.sys.vendor: Acer
  modified.conffile..etc.pulse.daemon.conf: [modified]
  mtime.conffile..etc.pulse.daemon.conf: 2016-01-25T21:44:07.089113

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1539209/+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 1406810] xserver.outputs.txt

2016-03-19 Thread Nicolas Jungers
apport information

** Attachment added: "xserver.outputs.txt"
   
https://bugs.launchpad.net/bugs/1406810/+attachment/4601386/+files/xserver.outputs.txt

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

Title:
  screen is garbled with 14.10 (was fine with 14.04)

Status in xorg package in Ubuntu:
  Expired

Bug description:
  On a iMac Alu 2010, when
  1) upgrading from 14.04 desktop to 14.10 desktop
  OR
  2) installing 10.10 server (SSH package only)
  the screen shows thin horizontal lines moving on a black background.

  /etc/X11/xorg.conf is absent (using default config),
  /var/log/Xorg.0.log doesn't show any error beside the lack of the
  fglrx module. But I doubt it's relevant with the symptoms appearing on
  the server install.

  
  Here is the lspci of the iMac
  #-
  lspci
  00:00.0 Host bridge: Intel Corporation Core Processor DMI (rev 11)
  00:03.0 PCI bridge: Intel Corporation Core Processor PCI Express Root Port 1 
(rev 11)
  00:08.0 System peripheral: Intel Corporation Core Processor System Management 
Registers (rev 11)
  00:08.1 System peripheral: Intel Corporation Core Processor Semaphore and 
Scratchpad Registers (rev 11)
  00:08.2 System peripheral: Intel Corporation Core Processor System Control 
and Status Registers (rev 11)
  00:08.3 System peripheral: Intel Corporation Core Processor Miscellaneous 
Registers (rev 11)
  00:10.0 System peripheral: Intel Corporation Core Processor QPI Link (rev 11)
  00:10.1 System peripheral: Intel Corporation Core Processor QPI Routing and 
Protocol Registers (rev 11)
  00:1a.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB 
Universal Host Controller (rev 06)
  00:1a.7 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 
Enhanced Host Controller (rev 06)
  00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High 
Definition Audio (rev 06)
  00:1c.0 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI 
Express Root Port 1 (rev 06)
  00:1c.1 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI 
Express Root Port 2 (rev 06)
  00:1c.2 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI 
Express Root Port 3 (rev 06)
  00:1c.3 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI 
Express Root Port 4 (rev 06)
  00:1c.4 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI 
Express Root Port 5 (rev 06)
  00:1d.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB 
Universal Host Controller (rev 06)
  00:1d.7 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 
Enhanced Host Controller (rev 06)
  00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev a6)
  00:1f.0 ISA bridge: Intel Corporation 5 Series Chipset LPC Interface 
Controller (rev 06)
  00:1f.2 IDE interface: Intel Corporation 5 Series/3400 Series Chipset 4 port 
SATA IDE Controller (rev 06)
  00:1f.3 SMBus: Intel Corporation 5 Series/3400 Series Chipset SMBus 
Controller (rev 06)
  00:1f.6 Signal processing controller: Intel Corporation 5 Series/3400 Series 
Chipset Thermal Subsystem (rev 06)
  01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] 
RV770/M98L [Mobility Radeon HD 4850]
  01:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] RV770 HDMI Audio 
[Radeon HD 4850/4870]
  02:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5764M Gigabit 
Ethernet PCIe (rev 10)
  03:00.0 Network controller: Qualcomm Atheros AR928X Wireless Network Adapter 
(PCI-Express) (rev 01)
  04:00.0 PCI bridge: Texas Instruments XIO2213A/B/XIO2221 PCI Express to PCI 
Bridge [Cheetah Express] (rev 01)
  05:00.0 FireWire (IEEE 1394): Texas Instruments XIO2213A/B/XIO2221 IEEE-1394b 
OHCI Controller [Cheetah Express] (rev 01)
  ff:00.0 Host bridge: Intel Corporation Core Processor QuickPath Architecture 
Generic Non-Core Registers (rev 04)
  ff:00.1 Host bridge: Intel Corporation Core Processor QuickPath Architecture 
System Address Decoder (rev 04)
  ff:02.0 Host bridge: Intel Corporation Core Processor QPI Link 0 (rev 04)
  ff:02.1 Host bridge: Intel Corporation Core Processor QPI Physical 0 (rev 04)
  ff:03.0 Host bridge: Intel Corporation Core Processor Integrated Memory 
Controller (rev 04)
  ff:03.1 Host bridge: Intel Corporation Core Processor Integrated Memory 
Controller Target Address Decoder (rev 04)
  ff:03.4 Host bridge: Intel Corporation Core Processor Integrated Memory 
Controller Test Registers (rev 04)
  ff:04.0 Host bridge: Intel Corporation Core Processor Integrated Memory 
Controller Channel 0 Control Registers (rev 04)
  ff:04.1 Host bridge: Intel Corporation Core Processor Integrated Memory 
Controller Channel 0 Address Registers (rev 04)
  ff:04.2 Host bridge: Intel Corporation Core Processor Integrated Memory 
Controller Channel 0 Rank Registers (rev 04)
  ff:04.3 Host bridge: Int

[Touch-packages] [Bug 1495553] Re: [System settings] VPN configuration not possible

2016-03-19 Thread Jonas G. Drange
** Changed in: ubuntu-system-settings (Ubuntu)
   Status: In Progress => Fix Committed

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

Title:
  [System settings] VPN configuration not possible

Status in Canonical System Image:
  In Progress
Status in indicator-network package in Ubuntu:
  Confirmed
Status in ubuntu-system-settings package in Ubuntu:
  Fix Committed

Bug description:
  Reproduce:
  Try configuring VPN

  What happens:
  You can't.

  What should happen:
  You should be able to.

  Current specification: https://wiki.ubuntu.com/Networking#VPNs

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1495553/+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 1556387] Re: Unity8 Login Hangs

2016-03-19 Thread kevin gunn
just double checking, can you

$ sudo apt-get remove mir-client-platform-mesa3 mir-client-platform-
mesa2 mir-client-platform-mesa1

these are very old, if you have them hanging around they can cause
problems.

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

Title:
  Unity8 Login Hangs

Status in unity8 package in Ubuntu:
  New

Bug description:
  Attempted to Install and Login using Unity8 on top of Ubuntu 16.04 Desktop 
Build.
  Am amble to Signon to Unity Desktop distributed by build however when I 
attempt to singon to Unity8, the password accepts but the Signon Screen does 
not go away. The only thing I can do is either shutdown the machine or Restart.

  The following data is from my test image:
  gene@U1604DSKDLYX:~$ uname -a
  Linux U1604DSKDLYX 4.4.4-040404-generic #201603031931 SMP Fri Mar 4 00:34:16 
UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
  gene@U1604DSKDLYX:~$ sudo apt-get install unity8-desktop-session-mir
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  unity8-desktop-session-mir is already the newest version 
(1.0.12+15.10.20150609-0ubuntu1).
  0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1556387/+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 1558125] [NEW] ntpd doesn't synchronize to local clock (ntpd 4.2.8p4/xenial)

2016-03-19 Thread Jonathan Sylvain
Public bug reported:

Ubuntu 16.04 (Xenial Xerus development branch)
ntpd version: 1:4.2.8p4+dfsg-3ubuntu3
Source available at: http://packages.ubuntu.com/source/xenial/ntp

Using the local clock as a source for ntpd doesn't work anymore

This appears to have already been fixed in  4.2.8p5 as per the bug report 
referenced below
http://bugs.ntp.org/show_bug.cgi?id=2965


Sample config extract from /etc/ntp.conf:
server 127.127.1.0
fudge 127.127.1.0 stratum 3


Results from ntpq, we would expected the server to be reachable and synced :
# ntpd -p
 remote   refid  st t when poll reach   delay   offset  jitter
==
 LOCAL(0).LOCL.   3 l-   6400.0000.000   0.000

# ntpq 
ntpq> as

ind assid status  conf reach auth condition  last_event cnt
=
  1  4979  8011   yes nonone reject   mobilize   1

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

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

Title:
  ntpd doesn't synchronize to local clock (ntpd 4.2.8p4/xenial)

Status in ntp package in Ubuntu:
  New

Bug description:
  Ubuntu 16.04 (Xenial Xerus development branch)
  ntpd version: 1:4.2.8p4+dfsg-3ubuntu3
  Source available at: http://packages.ubuntu.com/source/xenial/ntp

  Using the local clock as a source for ntpd doesn't work anymore

  This appears to have already been fixed in  4.2.8p5 as per the bug report 
referenced below
  http://bugs.ntp.org/show_bug.cgi?id=2965

  
  Sample config extract from /etc/ntp.conf:
  server 127.127.1.0
  fudge 127.127.1.0 stratum 3

  
  Results from ntpq, we would expected the server to be reachable and synced :
  # ntpd -p
   remote   refid  st t when poll reach   delay   offset  jitter
  ==
   LOCAL(0).LOCL.   3 l-   6400.0000.000   0.000

  # ntpq 
  ntpq> as

  ind assid status  conf reach auth condition  last_event cnt
  =
1  4979  8011   yes nonone reject   mobilize   1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/1558125/+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 1327412] Re: Delay during PXE Boot, IP-Config gives up

2016-03-19 Thread Guga
;-)

I kinda dread ask it here, but... it seems you've recompiled ipconfig quite a 
few times to get it working.
Have you tried recompiling the latest version from kernel.org? As in:

https://www.kernel.org/pub/linux/libs/klibc/2.0/

It would be interesting to know if it's a bug in the current source
package *or* if it's directly related to its assembly in the Ubuntu
environment + their initrd / initramfs environment.

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

Title:
  Delay during PXE Boot, IP-Config gives up

Status in klibc package in Ubuntu:
  Confirmed
Status in klibc package in Debian:
  New

Bug description:
  Attempting to PXE boot both the 12.04.3 and 14.04 Live images.   PXE
  boot works normally (PXE Menu, select desired image, image begins
  loading), then the boot process hangs while IP-Config attempts to get
  an IP address:

  IP-Config: eth0 hardware address e0:db:55:0c:34:7e mtu 1500 DHCP
  IP-Config: eth1 hardware address e0:db:55:0c:34:80 mtu 1500 DHCP
  IP-Config: no response after 2 secs - giving up
  IP-Config: eth0 hardware address e0:db:55:0c:34:7e mtu 1500 DHCP
  IP-Config: eth1 hardware address e0:db:55:0c:34:80 mtu 1500 DHCP
  IP-Config: no response after 3 secs - giving up

  These lines appear very quickly (5 seconds has NOT elapsed), after
  about a minute, we get this:

  IP-Config: eth0 hardware address e0:db:55:0c:34:7e mtu 1500 DHCP
  IP-Config: eth1 hardware address e0:db:55:0c:34:80 mtu 1500 DHCP
  IP-Config: no response after 4 secs - giving up

  Some time later, this:

  IP-Config: eth0 hardware address e0:db:55:0c:34:7e mtu 1500 DHCP
  IP-Config: eth1 hardware address e0:db:55:0c:34:80 mtu 1500 DHCP
  IP-Config: no response after 6 secs - giving up

  Until finally, this:

  IP-Config: eth0 hardware address e0:db:55:0c:34:7e mtu 1500 DHCP
  IP-Config: eth1 hardware address e0:db:55:0c:34:80 mtu 1500 DHCP
  IP-Config: no response after 9 secs - giving up
  IP-Config: eth0 hardware address e0:db:55:0c:34:7e mtu 1500 DHCP
  IP-Config: eth1 hardware address e0:db:55:0c:34:80 mtu 1500 DHCP
  IP-Config: eth0 guessed broadcast address 172.25.11.31
  IP-Config: eth0 complete (dhcp from 172.25.10.20):
  (snip)

  While watching the DHCP server logs, Ubuntu is either not sending a
  DHCP Discover at times, or is not replying back with a DHCPRequest
  during these sessions, presumably ignoring an response from the DHCP
  server.  From the initial booting of the system via PXE, to when
  Ubuntu finally shows the desktop, almost 12 minutes will have elapsed.

  I am seeing this same behavior on both 12.04.3 and 14.04.  After
  finding a number of similar erros via Google and no real resolution, I
  have opened this bug.

  The system experiencing this issue has multiple ethernet interfaces
  (actual HW, not a VM), some Google found solutions suggest hard coding
  DEVICE=eth0 in /etc/initramfs-tools/initramfs.conf, however this isn't
  acceptable as a system attempting to PXE boot may be using an
  alternate port for the network.

  I have found what looks to be a very similar bug filed for Debian,
  #584583, which also contains a patch for this issue (under Debian).

  I have no problems in PXE booting to various Windows, RedHat, Centos,
  or Fedora OSs.  Ubuntu is the only Live OS that I'm attempting to boot
  at present.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: ubuntu-release-upgrader-core 1:0.220.2
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CasperVersion: 1.340
  CrashDB: ubuntu
  CurrentDesktop: Unity
  Date: Fri Jun  6 20:22:09 2014
  LiveMediaBuild: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: ubuntu-release-upgrader
  Symptom: release-upgrade
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/klibc/+bug/1327412/+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 1549256] Re: UbuntuTestCase's flick() function is unreliable, does not always flick a Flickable

2016-03-19 Thread Timo Jyrinki
** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

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

Title:
  UbuntuTestCase's flick() function is unreliable, does not always flick
  a Flickable

Status in Canonical System Image:
  Fix Committed
Status in ubuntu-ui-toolkit package in Ubuntu:
  Fix Released

Bug description:
  revision 1864

  System setup: Vivid + Overlay PPA (i.e. same as phones/tablets)

  libqt5qml5:
    Installed: 5.4.1-1ubuntu11~overlay3
  libqt5core5a:
    Installed: 5.4.1+dfsg-2ubuntu11~vivid4

  UbuntuTestCase provides a flick() function whose main purpose is to
  produce a flick event when executed on Flickable.

  I noticed that this does not always happen, causing flakiness of some
  of the UITK tests (in my case, it's the Scrollbar/ScrollView tests I'm
  working on)

  Here is a test case that reproduces the issue, once every 10-200 runs,
  depending on the configuration (I use a simple script to run it until
  it fails)

  Please note that uncommenting the debug lines such as onMovingChanged
  onFlickingChanged will make it harder to reproduce the bug.

  Enabling QT_LOGGING_RULES="qt.quick.mouse.debug=true" or
  onContentYChanged will make it even harder.

  Since I already went through the effort, I'm posting here the debug log 
coming from the failed and successful runs:
  - Typical failed run ---> http://pastebin.ubuntu.com/15186789/ Note how 
"flicking" never becomes true
  - Typical successful run ---> http://pastebin.ubuntu.com/15186784/

  - Failed test with qt.quick.mouse.debug=true  --> 
http://pastebin.ubuntu.com/15186851/
  - Successful test with qt.quick.mouse.debug=true -> 
http://pastebin.ubuntu.com/15186853/

  Here's the code I used to reproduce the bug:

  import QtQuick 2.4
  import QtTest 1.0
  import Ubuntu.Test 1.0
  import Ubuntu.Components 1.3
  import Ubuntu.Components.Styles 1.3
  import QtQml.Models 2.1

  Item {
  id: main
  width: units.gu(50)
  height: units.gu(100)

  SignalSpy {
  id: signalSpy
  }
  SignalSpy {
  id: anotherSignalSpy
  }

  Item {
  anchors.fill: parent
  Item {
  width: units.gu(20)
  height: units.gu(30)
  property alias flickable: freshFlickable
  Flickable {
  id: freshFlickable
  anchors.fill: parent
  contentHeight: content.height
  contentWidth: content.width
  clip: true
  //onContentYChanged: console.log(contentY)
  //onMovingChanged: console.log("MOVING", moving)
  //onFlickingChanged: console.log("FLICKING", flicking)
  Rectangle {
  id: content
  width: units.gu(40)
  height: units.gu(200)
  color: "blue"
  }
  }
  }
  }

  UbuntuTestCase {
  name: "FlickBug"
  when: windowShown

  function setupSignalSpy(spy, target, signalName) {
  spy.clear()
  //reset signalName otherwise it will look for the old signalName 
in the new target
  spy.signalName = ""
  spy.target = target
  spy.signalName = signalName
  }

  function test_flickUbuntuTestCase() {
  setupSignalSpy(signalSpy, freshFlickable, "movingChanged")
  flick(freshFlickable, 50, 50, -units.gu(10), -units.gu(10))
  signalSpy.wait()
  compare(signalSpy.count, 1, "No movingChanged signal after 
simulating a flick.")
  }
  }
  }

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1549256/+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 1559597] Re: [HP Pavilion dv3-1075us Laptop] Invisible cursor after resume from suspend in Xubuntu 14.04.04

2016-03-19 Thread Richard Elkins
You want me to upgrade from 14.04.04 to 16.04?  That I cannot do at the
moment because I am in the middle of a development project that needs a
stable Intel/AMD workstation which has lsb packages.  Using the lsb API
was not my idea (long story) and I warned my partner that lsb would be
gone in Ubuntu in 16.04.

I could 16.04 in about 4 weeks when my project is live/stable and I have
time to assemble another desktop from a Biostar/AMD motherboard.

Sorry if that's inconvenient.  I don't think that the HP laptop hardware
is a factor.  This is probably an anomaly on any laptop hardware in
14.04.04 (E.g. the Thinkpad bug report).

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

Title:
   [HP Pavilion dv3-1075us Laptop] Invisible cursor after resume from
  suspend in Xubuntu 14.04.04

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  When I suspend for a long period of time (E.g. overnight), the mouse
  is still functional upon resume but the cursor has disappeared.
  Resuming after suspending for only a short period of time (E.g. 10
  seconds) does not yield this symptom. The disappearing mouse cursor
  symptom appears whether or not light-locker is enabled.

  Work-around that succeeds: Logout followed by login gets the mouse
  cursor back to normal.

  Laptop details:
 - HP Pavilion dv3-1075us Laptop
 - Product page: http://support.hp.com/us-en/document/c01632154
 - CPU: AMD Turion X2 RM-72 Dual-Core Mobile Processor @ 2.10 GHz
 - RAM: 8GB (max: 8GB)
 - Video: ATI Radeon HD 3200 Graphics
 - Current storage: SSD 64GB (shipped with HDD 320GB @ 5400 rpm)

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-83.127-generic 3.13.11-ckt35
  Uname: Linux 3.13.0-83-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  Date: Sat Mar 19 18:09:07 2016
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl, 6.30.223.248+bdcom, 3.13.0-79-generic, x86_64: installed
   bcmwl, 6.30.223.248+bdcom, 3.13.0-83-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] RS780M [Mobility Radeon HD 3200] 
[1002:9612] (prog-if 00 [VGA controller])
 Subsystem: Hewlett-Packard Company Device [103c:1506]
  InstallationDate: Installed on 2016-02-21 (27 days ago)
  InstallationMedia: Xubuntu 14.04 LTS "Trusty Tahr" - Release amd64 
(20140416.2)
  MachineType: Hewlett-Packard HP Pavilion dv3 Notebook PC
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-83-generic 
root=UUID=2a7c05c7-3728-4f32-aac3-9dbd721a4fa0 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/25/2009
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.15
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 1506
  dmi.board.vendor: Compal
  dmi.board.version: 14.31
  dmi.chassis.type: 10
  dmi.chassis.vendor: Compal
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.15:bd08/25/2009:svnHewlett-Packard:pnHPPaviliondv3NotebookPC:pvr1:rvnCompal:rn1506:rvr14.31:cvnCompal:ct10:cvrN/A:
  dmi.product.name: HP Pavilion dv3 Notebook PC
  dmi.product.version: 1
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.64-1~ubuntu14.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.6
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.6
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.6
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Sat Mar 19 15:18:54 2016
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.15.1-0ubuntu2.7
  xserver.video_driver: radeon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1559597/+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 1373945] Re: There is no way to set default calendar, it always takes Personal

2016-03-19 Thread Launchpad Bug Tracker
This bug was fixed in the package qtorganizer5-eds -
0.1.1+16.04.20160315-0ubuntu1

---
qtorganizer5-eds (0.1.1+16.04.20160315-0ubuntu1) xenial; urgency=medium

  * Implemented support to change the default collection using
'collection-default' meta data. (LP: #1373945)

 -- Renato Araujo Oliveira Filho   Tue, 15
Mar 2016 17:54:13 +

** Changed in: qtorganizer5-eds (Ubuntu)
   Status: New => Fix Released

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

Title:
  There is no way to set default calendar, it always takes Personal

Status in Ubuntu Calendar App:
  In Progress
Status in qtorganizer5-eds package in Ubuntu:
  Fix Released

Bug description:
  There is no way to set default calendar, it always takes Personal
  calender while creating an event.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-calendar-app/+bug/1373945/+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 817186] Re: Entering a ridiculously long login/password crashes lightdm

2016-03-19 Thread Deckard
Update:

Sorry I forgot: Ubuntu 15.10, lightdm 1.16.7

Still the same problem as  2016-02-25:

Sometimes my keyboard starts sending the number '5', as if someone is holding 
down the key. It stops if I touch another key.
If this happens while I'm away and the screen is locked, then I can't delete 
the password entry field or press enter to get an invalid password and start 
over. I can get a prompt via alt+ctrl+1 and sometimes it's enough to kill 
lightdm, and other times I must hold the power button down until the machine 
powers down, and make a cold boot. I know my keyboard is broken, but I don't 
think that it should kill the greeter.

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

Title:
  Entering a ridiculously long login/password crashes lightdm

Status in Light Display Manager:
  Fix Released
Status in lightdm package in Ubuntu:
  Fix Released

Bug description:
  TEST CASE:
  1. On the login screen, select an account
  2. In the password field enter a very very long string (I entered 0123456789 
repeated 100 times which is 1000 chars long)

  Result:
  The password field freezes (the UI is still working, but the password field 
is greyed, and never back to normal state) and this crash occurs.

  ProblemType: Crash
  DistroRelease: Ubuntu 11.10
  Package: lightdm 0.9.2-0ubuntu3
  ProcVersionSignature: Ubuntu 3.0.0-7.8-generic 3.0.0
  Uname: Linux 3.0.0-7-generic i686
  Architecture: i386
  Date: Wed Jul 27 15:00:06 2011
  Disassembly: => 0x390999: Cannot access memory at address 0x390999
  ExecutablePath: /usr/sbin/lightdm
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Alpha i386 (20110209)
  ProcCmdline: lightdm
  ProcEnviron: PATH=(custom, no user)
  Signal: 5
  SourcePackage: lightdm
  Stacktrace:
   #0  0x00390999 in ?? ()
   No symbol table info available.
   Cannot access memory at address 0xbff447e0
  StacktraceTop: ?? ()
  Title: lightdm crashed with signal 5
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  mtime.conffile..etc.lightdm.lightdm.conf: 2011-07-25T23:56:44.233567

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm/+bug/817186/+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 1558576] Re: OpenSSH Error "Disconnecting: Hash's MIC didn't verify" after upgrading to Ubuntu 16.04

2016-03-19 Thread Bug Watch Updater
** Changed in: openssh (Debian)
   Status: Unknown => New

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

Title:
  OpenSSH Error "Disconnecting: Hash's MIC didn't verify" after
  upgrading to Ubuntu 16.04

Status in openssh package in Ubuntu:
  New
Status in openssh package in Debian:
  New

Bug description:
  SSH was working fine for years, until I upgraded to Ubuntu 16.04.
  When I upgraded to Ubuntu 16.04, the openssh-server stopped accepting
  connections from Ubuntu 14.04 LTS clients, with the following error:

  
  Disconnecting: Hash's MIC didn't verify
  

  The error above shows up on the client side.  In the server logs, I
  see the following:

  
  Mar 17 10:01:49 falcon polkitd(authority=local): Unregistered Authentication 
Agent for unix-process:125110:294284 (system bus name :1.133, object path 
/org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) 
(disconnected from bus)
  Mar 17 10:02:06 falcon sshd[125126]: error: Received disconnect from 
MY.IP.ADDRESS.HERE port PORTNUMBER:2: Hash's MIC didn't verify [preauth]
  Mar 17 10:02:06 falcon sshd[125126]: Disconnected from MY.IP.ADDRESS.HERE 
port PORTNUMBER [preauth]
  

  I am using GSSAPI Key Exchange, and GSSAPI authentication.  So I am
  not using public keys or passwords or anything like that; everything
  is entirely Kerberos 5.  The problem, also, is only one-way.  In other
  words, if I upgrade the server to Ubuntu 16.04, it stops accepting
  connections from 14.04 clients, but if I go the other direction and
  upgrade the client to Ubuntu 16.04, then it can still authenticate
  successfully to an Ubuntu 14.04 machine.

  I am more than happy to help debug this, so please let me know what
  you suggest and I'll do whatever I can to help.

  Thanks,
  Brian

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: openssh-server 1:7.2p2-1
  ProcVersionSignature: Ubuntu 4.4.0-13.29-generic 4.4.5
  Uname: Linux 4.4.0-13-generic x86_64
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  Date: Thu Mar 17 10:02:45 2016
  InstallationDate: Installed on 2015-05-04 (317 days ago)
  InstallationMedia: Ubuntu-Server 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: openssh
  UpgradeStatus: Upgraded to xenial on 2016-03-16 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1558576/+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 1551811] Re: Opening the camera for the first time leads to reboot

2016-03-19 Thread Cemil Azizoglu
I took a look and was able to repro on Arale with the latest rc-proposed
but it's difficult.

In my instance of the crash, I did not see the PVR kernel logs reported
by Simon in comment #7. (Also, I don't see them in the logs attached by
Dave and Victor). How were they obtained?

>From the logs I obtained, I saw a couple of lines spewed out by the PVR
kernel side :

./logs/logs:Mar 17 17:51:36 ubuntu-phablet kernel: [  688.646227] 
PVR_K:(Error): 104: RGXGetDeviceHealthStatus: KCCB for DM2 has not progressed 
(ROFF=10 WOFF=11) [0, ]
./logs/logs:Mar 17 20:55:38 ubuntu-phablet kernel: [ 2670.497641] 
PVR_K:(Error): 105: RGXGetDeviceHealthStatus: KCCB for DM0 has not progressed 
(ROFF=1 WOFF=2) [0, ]

but not when the crash happened. So I don't think they are related.

I did notice a constant stream of the following messages, but they seem to 
happen even when the camera is seemingly working normally. And sometimes, they 
don't happen.
...
./logs/logs:Mar 17 21:04:59 ubuntu-phablet kernel: [7.331986] 
[mt-i2c]ERROR,454: id=0,addr: 10, transfer error
./logs/logs:Mar 17 21:04:59 ubuntu-phablet kernel: [7.363560] 
[mt-i2c]ERROR,454: id=0,addr: 10, transfer error
./logs/logs:Mar 17 21:04:59 ubuntu-phablet kernel: [7.363701] 
[mt-i2c]ERROR,454: id=0,addr: 10, transfer error
...

I can investigate the GL (PVR) driver side of things more if I someone
can tell me how/when PVRSRV related logs appear and how to collect them?

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

Title:
  Opening the camera for the first time leads to reboot

Status in camera-app:
  New
Status in Canonical System Image:
  Confirmed
Status in Telegram app:
  Invalid
Status in mir package in Ubuntu:
  New

Bug description:
  Test case.
  - Flash the phone.
  - Open Telegram app.
  - Fill the account details.
  - Add a contact (if needed).
  - Select a contact to send a message.
  - Tap on the clip to attach a photo.
  - Select the camera.

  Expected result.
  - After accepting the permission dialog, camera app allows to take a picture.

  Actual result.
  - After accepting the permission dialog, phone reboots.

  I'm not sure whether this is a problem with Telegram or with the
  camera. However, I couldn't reproduce the problem using the messaging-
  app. And once the permission dialog is accepted, the reboot is gone.

  com.ubuntu.telegram_2.0.8.0_armhf.click
  current build number: 259
  device name: arale
  channel: ubuntu-touch/rc-proposed/meizu.en

To manage notifications about this bug go to:
https://bugs.launchpad.net/camera-app/+bug/1551811/+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 1541783] Re: ubuntu-location-service.override need wait nvram in MTK's solution.

2016-03-19 Thread John McAleely
** Changed in: canonical-devices-system-image
Milestone: ww08-2016 => backlog

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

Title:
  ubuntu-location-service.override need wait nvram in MTK's solution.

Status in The Avila project:
  New
Status in Canonical System Image:
  Confirmed
Status in lxc-android-config package in Ubuntu:
  Confirmed

Bug description:
  Without this change in some MTK solution, gps can not be
  enable/disable by the gps indicator norther in location setting page.

  < # wait for MTK nvram ready
  < while [ "$(getprop service.nvram_init)" != "Ready" ];  sleep 1; done
  <
  31a29
  >

To manage notifications about this bug go to:
https://bugs.launchpad.net/avila/+bug/1541783/+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 1559041] Re: White square displayed playing video is landscape mode + full screen

2016-03-19 Thread Jean-Baptiste Lallement
*** This bug is a duplicate of bug 1558792 ***
https://bugs.launchpad.net/bugs/1558792

** This bug has been marked a duplicate of bug 1558792
   regression: rotating a fullscreen youtube video will give you half the video 
and half blank screen

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

Title:
  White square displayed playing video is landscape mode + full screen

Status in Canonical System Image:
  New
Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  Test case.
  - Open YouTube.
  - Play a video.
  - Switch to full screen mode.
  - Rotate the device to landscape mode.

  Expected result.
  - Video is played at full screen in landscape view.

  Actual result.
  - A white square is displayed on the right side.

  current build number: 276
  device name: arale
  channel: ubuntu-touch/rc-proposed/meizu.en

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1559041/+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 1406810] DpkgLog.txt

2016-03-19 Thread Nicolas Jungers
apport information

** Attachment added: "DpkgLog.txt"
   
https://bugs.launchpad.net/bugs/1406810/+attachment/4601366/+files/DpkgLog.txt

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

Title:
  screen is garbled with 14.10 (was fine with 14.04)

Status in xorg package in Ubuntu:
  Expired

Bug description:
  On a iMac Alu 2010, when
  1) upgrading from 14.04 desktop to 14.10 desktop
  OR
  2) installing 10.10 server (SSH package only)
  the screen shows thin horizontal lines moving on a black background.

  /etc/X11/xorg.conf is absent (using default config),
  /var/log/Xorg.0.log doesn't show any error beside the lack of the
  fglrx module. But I doubt it's relevant with the symptoms appearing on
  the server install.

  
  Here is the lspci of the iMac
  #-
  lspci
  00:00.0 Host bridge: Intel Corporation Core Processor DMI (rev 11)
  00:03.0 PCI bridge: Intel Corporation Core Processor PCI Express Root Port 1 
(rev 11)
  00:08.0 System peripheral: Intel Corporation Core Processor System Management 
Registers (rev 11)
  00:08.1 System peripheral: Intel Corporation Core Processor Semaphore and 
Scratchpad Registers (rev 11)
  00:08.2 System peripheral: Intel Corporation Core Processor System Control 
and Status Registers (rev 11)
  00:08.3 System peripheral: Intel Corporation Core Processor Miscellaneous 
Registers (rev 11)
  00:10.0 System peripheral: Intel Corporation Core Processor QPI Link (rev 11)
  00:10.1 System peripheral: Intel Corporation Core Processor QPI Routing and 
Protocol Registers (rev 11)
  00:1a.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB 
Universal Host Controller (rev 06)
  00:1a.7 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 
Enhanced Host Controller (rev 06)
  00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High 
Definition Audio (rev 06)
  00:1c.0 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI 
Express Root Port 1 (rev 06)
  00:1c.1 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI 
Express Root Port 2 (rev 06)
  00:1c.2 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI 
Express Root Port 3 (rev 06)
  00:1c.3 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI 
Express Root Port 4 (rev 06)
  00:1c.4 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI 
Express Root Port 5 (rev 06)
  00:1d.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB 
Universal Host Controller (rev 06)
  00:1d.7 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 
Enhanced Host Controller (rev 06)
  00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev a6)
  00:1f.0 ISA bridge: Intel Corporation 5 Series Chipset LPC Interface 
Controller (rev 06)
  00:1f.2 IDE interface: Intel Corporation 5 Series/3400 Series Chipset 4 port 
SATA IDE Controller (rev 06)
  00:1f.3 SMBus: Intel Corporation 5 Series/3400 Series Chipset SMBus 
Controller (rev 06)
  00:1f.6 Signal processing controller: Intel Corporation 5 Series/3400 Series 
Chipset Thermal Subsystem (rev 06)
  01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] 
RV770/M98L [Mobility Radeon HD 4850]
  01:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] RV770 HDMI Audio 
[Radeon HD 4850/4870]
  02:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5764M Gigabit 
Ethernet PCIe (rev 10)
  03:00.0 Network controller: Qualcomm Atheros AR928X Wireless Network Adapter 
(PCI-Express) (rev 01)
  04:00.0 PCI bridge: Texas Instruments XIO2213A/B/XIO2221 PCI Express to PCI 
Bridge [Cheetah Express] (rev 01)
  05:00.0 FireWire (IEEE 1394): Texas Instruments XIO2213A/B/XIO2221 IEEE-1394b 
OHCI Controller [Cheetah Express] (rev 01)
  ff:00.0 Host bridge: Intel Corporation Core Processor QuickPath Architecture 
Generic Non-Core Registers (rev 04)
  ff:00.1 Host bridge: Intel Corporation Core Processor QuickPath Architecture 
System Address Decoder (rev 04)
  ff:02.0 Host bridge: Intel Corporation Core Processor QPI Link 0 (rev 04)
  ff:02.1 Host bridge: Intel Corporation Core Processor QPI Physical 0 (rev 04)
  ff:03.0 Host bridge: Intel Corporation Core Processor Integrated Memory 
Controller (rev 04)
  ff:03.1 Host bridge: Intel Corporation Core Processor Integrated Memory 
Controller Target Address Decoder (rev 04)
  ff:03.4 Host bridge: Intel Corporation Core Processor Integrated Memory 
Controller Test Registers (rev 04)
  ff:04.0 Host bridge: Intel Corporation Core Processor Integrated Memory 
Controller Channel 0 Control Registers (rev 04)
  ff:04.1 Host bridge: Intel Corporation Core Processor Integrated Memory 
Controller Channel 0 Address Registers (rev 04)
  ff:04.2 Host bridge: Intel Corporation Core Processor Integrated Memory 
Controller Channel 0 Rank Registers (rev 04)
  ff:04.3 Host bridge: Intel Corporation C

[Touch-packages] [Bug 1558382] Re: Unmatched contacts displayed in result list when searching for single letter

2016-03-19 Thread Caroline Yu
** Attachment added: "screenshot20160317_050703296.png"
   
https://bugs.launchpad.net/ubuntu/+source/address-book-app/+bug/1558382/+attachment/4601770/+files/screenshot20160317_050703296.png

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

Title:
  Unmatched contacts displayed in result list when searching for single
  letter

Status in address-book-app package in Ubuntu:
  New

Bug description:
  ~$ system-image-cli -i
  current build number: 272
  device name: arale
  channel: ubuntu-touch/rc-proposed/meizu.en
  last update: 2016-03-16 05:48:58
  version version: 272
  version ubuntu: 20160316
  version device: 20160111-51982fc
  version custom: 1452441600

  
  Reproduce Steps:

  1) Open the Contacts application.
  2) Create some new contacts with the name "", "", "", "", 
"k", "h".
  3) Press search icon.
  4) Search for contact by letter 'T' or 't'.

  Actual Result:
  Not only the matched contacts "", "" are displayed in the result 
list, but also unmatched contacts "", "" are listed.

  Expect Result:
  Contacts should be filtered according to letter 'T' or 't'.

  Notes :Search function can't identify letter "T"and "t" .

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/address-book-app/+bug/1558382/+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 1539209] Re: pulseaudio crashed with SIGABRT in pa_alsa_path_set_volume()

2016-03-19 Thread David Henningsson
Indeed your alsa-info has some four-channel inputs. Which makes me think
maybe this patch:

https://lists.freedesktop.org/archives/pulseaudio-
discuss/2016-March/025659.html

...could solve the problem. Should at least be worth a try

** Changed in: pulseaudio (Ubuntu)
   Status: Confirmed => Triaged

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

Title:
  pulseaudio crashed with SIGABRT in pa_alsa_path_set_volume()

Status in pulseaudio package in Ubuntu:
  Triaged

Bug description:
  Appears randomly.

  ProblemType: Crash
  DistroRelease: Ubuntu 16.04
  Package: pulseaudio 1:7.1-1ubuntu3
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  ApportVersion: 2.19.4-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0p:   potato12883 F...m pulseaudio
   /dev/snd/controlC0:  potato12883 F pulseaudio
   /dev/snd/controlC1:  potato12883 F pulseaudio
  CurrentDesktop: Unity
  Date: Thu Jan 28 22:16:03 2016
  ExecutablePath: /usr/bin/pulseaudio
  InstallationDate: Installed on 2016-01-17 (11 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  ProcCmdline: /usr/bin/pulseaudio --start --log-target=syslog
  ProcEnviron:
   PATH=(custom, no user)
   SHELL=/bin/bash
   LANG=ru_RU.UTF-8
   LANGUAGE=ru
   XDG_RUNTIME_DIR=
  Signal: 6
  SourcePackage: pulseaudio
  StacktraceTop:
   pa_alsa_path_set_volume () from /usr/lib/pulse-7.1/modules/libalsa-util.so
   ?? () from /usr/lib/pulse-7.1/modules/libalsa-util.so
   pa_source_process_msg () from /usr/lib/libpulsecore-7.1.so
   ?? () from /usr/lib/pulse-7.1/modules/libalsa-util.so
   ?? () from /usr/lib/libpulsecore-7.1.so
  Title: pulseaudio crashed with SIGABRT in pa_alsa_path_set_volume()
  UpgradeStatus: Upgraded to xenial on 2016-01-28 (0 days ago)
  UserGroups: adm audio cdrom dip lpadmin plugdev sambashare sudo
  dmi.bios.date: 12/07/2009
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: V1.11
  dmi.board.name: JV71TR
  dmi.board.vendor: Acer
  dmi.board.version: Rev
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrV1.11:bd12/07/2009:svnAcer:pnAspire7540:pvr0100:rvnAcer:rnJV71TR:rvrRev:cvnAcer:ct10:cvrNone:
  dmi.product.name: Aspire 7540
  dmi.product.version: 0100
  dmi.sys.vendor: Acer
  modified.conffile..etc.pulse.daemon.conf: [modified]
  mtime.conffile..etc.pulse.daemon.conf: 2016-01-25T21:44:07.089113

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1539209/+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 1558287] [NEW] Stop depending on gstreamer0.10-pulseaudio and gstreamer0.10-plugins-good

2016-03-19 Thread Bryan Quigley
Public bug reported:

Gstreamer0.10 is being removed from the archive.

Ubuntu-touch still depends on gstreamer0.10-pulseaudio and gstreamer0.10
-plugins-good even though that's no longer necessary (with the switch to
Qt5.5.).

** Affects: ubuntu-touch-meta (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: gst0.10

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

Title:
  Stop depending on gstreamer0.10-pulseaudio and gstreamer0.10-plugins-
  good

Status in ubuntu-touch-meta package in Ubuntu:
  New

Bug description:
  Gstreamer0.10 is being removed from the archive.

  Ubuntu-touch still depends on gstreamer0.10-pulseaudio and
  gstreamer0.10-plugins-good even though that's no longer necessary
  (with the switch to Qt5.5.).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-touch-meta/+bug/1558287/+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 1558033] Re: package linux-image-4.4.0-13-generic 4.4.0-13.29 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 2

2016-03-19 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package linux-image-4.4.0-13-generic 4.4.0-13.29 failed to
  install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools
  exited with return code 2

Status in initramfs-tools package in Ubuntu:
  New

Bug description:
  This is most likely the same as #1557832 and #1557686. However, the
  hardware is different. Therefore, I am adding this additional ticket.
  It occurred during and upgrade from 15.10 (latest of today 2016-03-16
  11:00) to 16.04.

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-13-generic 4.4.0-13.29
  ProcVersionSignature: Ubuntu 4.2.0-34.39-generic 4.2.8-ckt4
  Uname: Linux 4.2.0-34-generic x86_64
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  Date: Wed Mar 16 12:31:19 2016
  ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 2
  InstallationDate: Installed on 2013-12-13 (823 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-34-generic 
root=UUID=baf901d5-db1c-447a-90bd-9ca2766d50fd ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1
   apt  1.2.6
  SourcePackage: initramfs-tools
  Title: package linux-image-4.4.0-13-generic 4.4.0-13.29 failed to 
install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 2
  UpgradeStatus: Upgraded to xenial on 2016-03-16 (0 days ago)
  dmi.bios.date: 08/12/2009
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 60KT27AUS
  dmi.board.name: LENOVO
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: NONE
  dmi.modalias: 
dmi:bvnLENOVO:bvr60KT27AUS:bd08/12/2009:svnLENOVO:pn410523G:pvrThinkStationS20:rvnLENOVO:rnLENOVO:rvrNONE:cvnLENOVO:ct7:cvrNONE:
  dmi.product.name: 410523G
  dmi.product.version: ThinkStation S20
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1558033/+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 1558511] StacktraceSource.txt

2016-03-19 Thread Apport retracing service
** Attachment added: "StacktraceSource.txt"
   
https://bugs.launchpad.net/bugs/1558511/+attachment/4602093/+files/StacktraceSource.txt

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

Title:
  systemd-journald crashed with SIGABRT

Status in systemd package in Ubuntu:
  New

Bug description:
  Crashed shortly after logging in to my laptop.

  ProblemType: Crash
  DistroRelease: Ubuntu 16.04
  Package: systemd 229-2ubuntu1 [modified: 
usr/share/dbus-1/system-services/org.freedesktop.systemd1.service]
  ProcVersionSignature: Ubuntu 4.4.0-13.29-generic 4.4.5
  Uname: Linux 4.4.0-11-generic x86_64
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  Date: Thu Mar 10 21:12:39 2016
  ExecutablePath: /lib/systemd/systemd-journald
  InstallationDate: Installed on 2015-02-13 (398 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  MachineType: Dell Inc. Inspiron 1420
  ProcCmdline: /lib/systemd/systemd-journald
  ProcEnviron:
   LANG=en_US.UTF-8
   PATH=(custom, no user)
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-13-generic 
root=UUID=71fcab68-425b-4dae-a9ec-13245f989fe1 ro quiet splash vt.handoff=7
  Signal: 6
  SourcePackage: systemd
  StacktraceTop:
   ?? ()
   ?? ()
   ?? ()
   ?? ()
   ?? ()
  SystemdDelta:
   [EXTENDED]   /etc/systemd/system/display-manager.service → 
/lib/systemd/system/display-manager.service.d/xdiagnose.conf
   [EXTENDED]   /lib/systemd/system/systemd-timesyncd.service → 
/lib/systemd/system/systemd-timesyncd.service.d/disable-with-time-daemon.conf
   [EXTENDED]   /lib/systemd/system/rc-local.service → 
/lib/systemd/system/rc-local.service.d/debian.conf
   
   3 overridden configuration files found.
  Title: systemd-journald crashed with SIGABRT
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 12/19/2008
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A10
  dmi.board.name: 0DT492
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA10:bd12/19/2008:svnDellInc.:pnInspiron1420:pvr:rvnDellInc.:rn0DT492:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Inspiron 1420
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1558511/+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 1539209] Re: pulseaudio crashed with SIGABRT in pa_alsa_path_set_volume()

2016-03-19 Thread Raymond
sys/class/sound/hwC0D2/init_pin_configs: 
0x11 0x40f0 
0x12 0x41f0 
0x14 0x01014410 
0x15 0x01011412 
0x16 0x01016411 
0x17 0x01012414 
0x18 0x01a19c40 
0x19 0x02a19c50 
0x1a 0x0181344f 
0x1b 0x02214c20 
0x1c 0x593301f0 
0x1d 0x4005e601 
0x1e 0x014b6130 
0x1f 0x01cb7160
 /sys/class/sound/hwC0D2/driver_pin_configs: 
0x1b 0x02214120 
0x1c 0x993301f0

Headphone jack detection since your gigabyte motherboard use same pci
ssid


0:1b.0 0403: 8086:3b56 (rev 06) 
Subsystem: 1458:a002

https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/commit/sound/pci/hda/patch_realtek.c?id=b2c53e206967d01fd4fb6dd525f89ae738beb2e6


Codec: Realtek ALC887 
Address: 2 
AFG Function Id: 0x1 (unsol 1) 
Vendor Id: 0x10ec0887
 Subsystem Id: 0x1458a102 
Revision Id: 0x100202

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

Title:
  pulseaudio crashed with SIGABRT in pa_alsa_path_set_volume()

Status in pulseaudio package in Ubuntu:
  Triaged

Bug description:
  Appears randomly.

  ProblemType: Crash
  DistroRelease: Ubuntu 16.04
  Package: pulseaudio 1:7.1-1ubuntu3
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  ApportVersion: 2.19.4-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0p:   potato12883 F...m pulseaudio
   /dev/snd/controlC0:  potato12883 F pulseaudio
   /dev/snd/controlC1:  potato12883 F pulseaudio
  CurrentDesktop: Unity
  Date: Thu Jan 28 22:16:03 2016
  ExecutablePath: /usr/bin/pulseaudio
  InstallationDate: Installed on 2016-01-17 (11 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  ProcCmdline: /usr/bin/pulseaudio --start --log-target=syslog
  ProcEnviron:
   PATH=(custom, no user)
   SHELL=/bin/bash
   LANG=ru_RU.UTF-8
   LANGUAGE=ru
   XDG_RUNTIME_DIR=
  Signal: 6
  SourcePackage: pulseaudio
  StacktraceTop:
   pa_alsa_path_set_volume () from /usr/lib/pulse-7.1/modules/libalsa-util.so
   ?? () from /usr/lib/pulse-7.1/modules/libalsa-util.so
   pa_source_process_msg () from /usr/lib/libpulsecore-7.1.so
   ?? () from /usr/lib/pulse-7.1/modules/libalsa-util.so
   ?? () from /usr/lib/libpulsecore-7.1.so
  Title: pulseaudio crashed with SIGABRT in pa_alsa_path_set_volume()
  UpgradeStatus: Upgraded to xenial on 2016-01-28 (0 days ago)
  UserGroups: adm audio cdrom dip lpadmin plugdev sambashare sudo
  dmi.bios.date: 12/07/2009
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: V1.11
  dmi.board.name: JV71TR
  dmi.board.vendor: Acer
  dmi.board.version: Rev
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrV1.11:bd12/07/2009:svnAcer:pnAspire7540:pvr0100:rvnAcer:rnJV71TR:rvrRev:cvnAcer:ct10:cvrNone:
  dmi.product.name: Aspire 7540
  dmi.product.version: 0100
  dmi.sys.vendor: Acer
  modified.conffile..etc.pulse.daemon.conf: [modified]
  mtime.conffile..etc.pulse.daemon.conf: 2016-01-25T21:44:07.089113

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1539209/+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 1559616] [NEW] package ca-certificates 20160104ubuntu0.15.10.1 failed to install/upgrade: triggers looping, abandoned

2016-03-19 Thread David
Public bug reported:

Upgrade failure from 14.04.4 to 15.10

ProblemType: Package
DistroRelease: Ubuntu 15.10
Package: ca-certificates 20160104ubuntu0.15.10.1
ProcVersionSignature: Ubuntu 3.19.0-56.62~14.04.1-generic 3.19.8-ckt15
Uname: Linux 3.19.0-56-generic x86_64
ApportVersion: 2.19.1-0ubuntu5
Architecture: amd64
Date: Sun Mar 20 05:18:40 2016
DuplicateSignature: package:ca-certificates:20160104ubuntu0.15.10.1:triggers 
looping, abandoned
ErrorMessage: triggers looping, abandoned
InstallationDate: Installed on 2016-02-08 (40 days ago)
InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.18.2ubuntu5.1
 apt  1.0.10.2ubuntu1
SourcePackage: ca-certificates
Title: package ca-certificates 20160104ubuntu0.15.10.1 failed to 
install/upgrade: triggers looping, abandoned
UpgradeStatus: Upgraded to wily on 2016-03-19 (0 days ago)

** Affects: ca-certificates (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package third-party-packages wily

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

Title:
  package ca-certificates 20160104ubuntu0.15.10.1 failed to
  install/upgrade: triggers looping, abandoned

Status in ca-certificates package in Ubuntu:
  New

Bug description:
  Upgrade failure from 14.04.4 to 15.10

  ProblemType: Package
  DistroRelease: Ubuntu 15.10
  Package: ca-certificates 20160104ubuntu0.15.10.1
  ProcVersionSignature: Ubuntu 3.19.0-56.62~14.04.1-generic 3.19.8-ckt15
  Uname: Linux 3.19.0-56-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  Date: Sun Mar 20 05:18:40 2016
  DuplicateSignature: package:ca-certificates:20160104ubuntu0.15.10.1:triggers 
looping, abandoned
  ErrorMessage: triggers looping, abandoned
  InstallationDate: Installed on 2016-02-08 (40 days ago)
  InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  PackageArchitecture: all
  RelatedPackageVersions:
   dpkg 1.18.2ubuntu5.1
   apt  1.0.10.2ubuntu1
  SourcePackage: ca-certificates
  Title: package ca-certificates 20160104ubuntu0.15.10.1 failed to 
install/upgrade: triggers looping, abandoned
  UpgradeStatus: Upgraded to wily on 2016-03-19 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ca-certificates/+bug/1559616/+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 1406810] XorgLog.txt

2016-03-19 Thread Nicolas Jungers
apport information

** Attachment added: "XorgLog.txt"
   
https://bugs.launchpad.net/bugs/1406810/+attachment/4601381/+files/XorgLog.txt

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

Title:
  screen is garbled with 14.10 (was fine with 14.04)

Status in xorg package in Ubuntu:
  Expired

Bug description:
  On a iMac Alu 2010, when
  1) upgrading from 14.04 desktop to 14.10 desktop
  OR
  2) installing 10.10 server (SSH package only)
  the screen shows thin horizontal lines moving on a black background.

  /etc/X11/xorg.conf is absent (using default config),
  /var/log/Xorg.0.log doesn't show any error beside the lack of the
  fglrx module. But I doubt it's relevant with the symptoms appearing on
  the server install.

  
  Here is the lspci of the iMac
  #-
  lspci
  00:00.0 Host bridge: Intel Corporation Core Processor DMI (rev 11)
  00:03.0 PCI bridge: Intel Corporation Core Processor PCI Express Root Port 1 
(rev 11)
  00:08.0 System peripheral: Intel Corporation Core Processor System Management 
Registers (rev 11)
  00:08.1 System peripheral: Intel Corporation Core Processor Semaphore and 
Scratchpad Registers (rev 11)
  00:08.2 System peripheral: Intel Corporation Core Processor System Control 
and Status Registers (rev 11)
  00:08.3 System peripheral: Intel Corporation Core Processor Miscellaneous 
Registers (rev 11)
  00:10.0 System peripheral: Intel Corporation Core Processor QPI Link (rev 11)
  00:10.1 System peripheral: Intel Corporation Core Processor QPI Routing and 
Protocol Registers (rev 11)
  00:1a.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB 
Universal Host Controller (rev 06)
  00:1a.7 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 
Enhanced Host Controller (rev 06)
  00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High 
Definition Audio (rev 06)
  00:1c.0 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI 
Express Root Port 1 (rev 06)
  00:1c.1 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI 
Express Root Port 2 (rev 06)
  00:1c.2 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI 
Express Root Port 3 (rev 06)
  00:1c.3 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI 
Express Root Port 4 (rev 06)
  00:1c.4 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI 
Express Root Port 5 (rev 06)
  00:1d.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB 
Universal Host Controller (rev 06)
  00:1d.7 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 
Enhanced Host Controller (rev 06)
  00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev a6)
  00:1f.0 ISA bridge: Intel Corporation 5 Series Chipset LPC Interface 
Controller (rev 06)
  00:1f.2 IDE interface: Intel Corporation 5 Series/3400 Series Chipset 4 port 
SATA IDE Controller (rev 06)
  00:1f.3 SMBus: Intel Corporation 5 Series/3400 Series Chipset SMBus 
Controller (rev 06)
  00:1f.6 Signal processing controller: Intel Corporation 5 Series/3400 Series 
Chipset Thermal Subsystem (rev 06)
  01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] 
RV770/M98L [Mobility Radeon HD 4850]
  01:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] RV770 HDMI Audio 
[Radeon HD 4850/4870]
  02:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5764M Gigabit 
Ethernet PCIe (rev 10)
  03:00.0 Network controller: Qualcomm Atheros AR928X Wireless Network Adapter 
(PCI-Express) (rev 01)
  04:00.0 PCI bridge: Texas Instruments XIO2213A/B/XIO2221 PCI Express to PCI 
Bridge [Cheetah Express] (rev 01)
  05:00.0 FireWire (IEEE 1394): Texas Instruments XIO2213A/B/XIO2221 IEEE-1394b 
OHCI Controller [Cheetah Express] (rev 01)
  ff:00.0 Host bridge: Intel Corporation Core Processor QuickPath Architecture 
Generic Non-Core Registers (rev 04)
  ff:00.1 Host bridge: Intel Corporation Core Processor QuickPath Architecture 
System Address Decoder (rev 04)
  ff:02.0 Host bridge: Intel Corporation Core Processor QPI Link 0 (rev 04)
  ff:02.1 Host bridge: Intel Corporation Core Processor QPI Physical 0 (rev 04)
  ff:03.0 Host bridge: Intel Corporation Core Processor Integrated Memory 
Controller (rev 04)
  ff:03.1 Host bridge: Intel Corporation Core Processor Integrated Memory 
Controller Target Address Decoder (rev 04)
  ff:03.4 Host bridge: Intel Corporation Core Processor Integrated Memory 
Controller Test Registers (rev 04)
  ff:04.0 Host bridge: Intel Corporation Core Processor Integrated Memory 
Controller Channel 0 Control Registers (rev 04)
  ff:04.1 Host bridge: Intel Corporation Core Processor Integrated Memory 
Controller Channel 0 Address Registers (rev 04)
  ff:04.2 Host bridge: Intel Corporation Core Processor Integrated Memory 
Controller Channel 0 Rank Registers (rev 04)
  ff:04.3 Host bridge: Intel Corporation C

[Touch-packages] [Bug 1495477] Re: TextField placeholderText not visible on SuruDark

2016-03-19 Thread Timo Jyrinki
** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

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

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

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Zoltan Balogh (bzoltan)

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

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

Title:
  TextField placeholderText not visible on SuruDark

Status in Canonical System Image:
  Fix Committed
Status in ubuntu-ui-toolkit package in Ubuntu:
  Fix Released

Bug description:
  As summary says, see attached example qml.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1495477/+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 1558771] [NEW] Network Manager will not let you set default route.

2016-03-19 Thread James Burton
Public bug reported:

I am trying to set an ipv4 connection manually using network manager.

Network manager will not let me set the default route.

If I open the Routes dialog and enter:


Address Netmask Gateway Metric
0.0.0.00.0.0.0   192.168.56.10


The OK button is grayed out and I cannot save the route.


But if I enter:

AddressNetmask  Gateway Metric
192.168.0.0 255.255.255.0   192.168.56.10

The OK button activates and I can save it.


If I enter the routing information via the command line, it works as expected, 
so the problem is not an erroneous route, but with Network Manager not 
recognizing it as a valid route.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: network-manager 0.9.8.8-0ubuntu7.2
ProcVersionSignature: Ubuntu 3.13.0-83.127-generic 3.13.11-ckt35
Uname: Linux 3.13.0-83-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.19
Architecture: amd64
CRDA: Error: [Errno 2] No such file or directory: 'iw'
CurrentDesktop: LXDE
Date: Thu Mar 17 16:09:44 2016
IfupdownConfig:
 # interfaces(5) file used by ifup(8) and ifdown(8)
 auto lo
 iface lo inet loopback
InstallationDate: Installed on 2014-06-02 (654 days ago)
InstallationMedia: Lubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140416.2)
IpRoute:
 default via 10.0.3.2 dev eth1  proto static 
 10.0.3.0/24 dev eth1  proto kernel  scope link  src 10.0.3.15  metric 1 
 172.17.0.0/16 dev docker0  proto kernel  scope link  src 172.17.0.1 
 192.168.56.0/24 dev eth0  proto kernel  scope link  src 192.168.56.12  metric 1
NetworkManager.state:
 [main]
 NetworkingEnabled=true
 WirelessEnabled=true
 WWANEnabled=true
 WimaxEnabled=true
RfKill:
 
SourcePackage: network-manager
UpgradeStatus: No upgrade log present (probably fresh install)
mtime.conffile..etc.NetworkManager.NetworkManager.conf: 
2016-01-13T12:37:45.965559
nmcli-con:
 NAME  UUID   TYPE  
TIMESTAMPTIMESTAMP-REAL AUTOCONNECT   READONLY   
DBUS-PATH 
 Internet (eth1)   21647322-5a3c-4429-9ebb-7046d2014228   
802-3-ethernet1458245381   Thu 17 Mar 2016 04:09:41 PM EDTyes   
no /org/freedesktop/NetworkManager/Settings/1
 vboxnet (eth0)b1848b72-66ee-4380-82c4-f81988f50f88   
802-3-ethernet1458245371   Thu 17 Mar 2016 04:09:31 PM EDTyes   
no /org/freedesktop/NetworkManager/Settings/0
nmcli-dev:
 DEVICE TYPE  STATE DBUS-PATH   
   
 eth1   802-3-ethernetconnected 
/org/freedesktop/NetworkManager/Devices/1  
 eth0   802-3-ethernetconnected 
/org/freedesktop/NetworkManager/Devices/0
nmcli-nm:
 RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   WIFI  
 WWAN-HARDWARE   WWAN  
 running 0.9.8.8connected   enabled   enabled 
enabledenabled disabled

** Affects: network-manager (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug trusty

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

Title:
  Network Manager will not let you set default route.

Status in network-manager package in Ubuntu:
  New

Bug description:
  I am trying to set an ipv4 connection manually using network manager.

  Network manager will not let me set the default route.

  If I open the Routes dialog and enter:

  
  Address Netmask Gateway Metric
  0.0.0.00.0.0.0   192.168.56.10

  
  The OK button is grayed out and I cannot save the route.

  
  But if I enter:

  AddressNetmask  Gateway Metric
  192.168.0.0 255.255.255.0   192.168.56.10

  The OK button activates and I can save it.

  
  If I enter the routing information via the command line, it works as 
expected, so the problem is not an erroneous route, but with Network Manager 
not recognizing it as a valid route.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: network-manager 0.9.8.8-0ubuntu7.2
  ProcVersionSignature: Ubuntu 3.13.0-83.127-generic 3.13.11-ckt35
  Uname: Linux 3.13.0-83-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  CRDA: Error: [Errno 2] No such file or directory: 'iw'
  CurrentDesktop: LXDE
  Date: Thu Mar 17 16:09:44 2016
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2014-06-02 (654 days ago)
  InstallationMedia: Lubuntu 14.04 LTS "Trusty Tahr" - Release amd64 
(20140416.2)
  IpRoute:
   default via 10.0.3.2 dev eth1  proto static 
   10.0.3.0/24 dev eth1  proto kernel  scope link  src 10.0.3.15  metric 1 
   172.17.0.0/16 dev docker0  proto kernel  scope link

[Touch-packages] [Bug 1553309] Re: Include FIPS 140-2 selftest into openssl package

2016-03-19 Thread Joy Latten
The patchset defines OPENSSL_FIPS in the openssl code. Thus code within "#ifdef 
OPENSSL_FIPS" gets built for the libcrypto and libssl libraries.  However, the 
libraries don't run in fips mode. The version we certify will. 
This preliminary step to include the patchset now into 16.04 allows us to do 
only minor changes to the code for the 16.04 update version to be fips 
certified. 
  
A test package is available at 
https://launchpad.net/~j-latten/+archive/ubuntu/myppa

Building the test package included running the tests in the openssl's test 
directory. If any fail, the build would fail. 
The tests in openssl's test/ directory ran successfully for build of above test 
package.

Successfully installed the package on a VM and ran following tests provided by 
security team in lp:qa-regression-testing.
test-openssl.py
test-apache2.py
test-apache2-mpm-prefork.py
test-wget.py
test-ca-certficates.py

All were successful.

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

Title:
  Include FIPS 140-2 selftest into openssl  package

Status in openssl package in Ubuntu:
  New

Bug description:
  This is a request for a Feature Freeze Exception to include FIPS 140-2 
selftest into the openssl package in preparation for the FIPS 140-2 compliance 
for 16.0.4. 
  This patchset will :
   - add ability to config, compile, run with fips option enabled
   - add the selftest files to crypto/fips directory. 
   - minor changes to several algorithms in crypto directory to ensure the 
selftest compile successfully when fips is enabled. 
   
  The selftest will be initiated externally at this point and not internally.
  Hope to have a test package ready early next week.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/1553309/+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 1554447] Re: 4 webbrowser-app unit test failures with staging UITK

2016-03-19 Thread Timo Jyrinki
** Also affects: ubuntu-ui-toolkit (Ubuntu RTM)
   Importance: Undecided
   Status: New

** Changed in: ubuntu-ui-toolkit (Ubuntu RTM)
   Status: New => Fix Committed

** Changed in: ubuntu-ui-toolkit (Ubuntu RTM)
   Importance: Undecided => Critical

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

Title:
  4 webbrowser-app unit test failures with staging UITK

Status in ubuntu-ui-toolkit package in Ubuntu:
  Fix Committed
Status in webbrowser-app package in Ubuntu:
  New
Status in ubuntu-ui-toolkit package in Ubuntu RTM:
  Fix Committed

Bug description:
  Running webbrowser-app’s unit tests with the latest staging branch of
  the UITK as of today (lp:~ubuntu-sdk-team/ubuntu-ui-toolkit/staging at
  revision 1885), I’m seeing 4 unit test failures (see full log
  attached).

  Looking into those failures, it appears that they all have the same
  root cause: they expect a KeyUp/KeyDown event to transfer active focus
  from a listview to another element, and that doesn’t happen.
  https://bazaar.launchpad.net/~ubuntu-sdk-team/ubuntu-ui-
  toolkit/staging/revision/1878 looks like a likely culprit. In
  particular, ListViewProxy::keyPressEvent() always returns true, even
  if the event didn’t actually result in an index change.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1554447/+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 1383397] Re: Desktop PC detected as Phablet

2016-03-19 Thread Daniel van Vugt
** Changed in: unity8 (Ubuntu)
 Assignee: (unassigned) => Lukáš Tinkl (lukas-kde)

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

Title:
  Desktop PC detected as Phablet

Status in Mir:
  Invalid
Status in XMir:
  Invalid
Status in unity8 package in Ubuntu:
  Fix Committed

Bug description:
  So, when I log into the Unity Mir it seems that Mir detects my
  hardware as "phablet" . I have some weird issues in the system
  settings too.

  
  Weird stuff that could be connected to the problem:
  In system settings (on X server) it says that my 22 inch monitor is 7 inch 
monitor.
  I'm connecting my screen over the HDMI.  
  I have radeon 7770. 
  In ubuntu Gnome everything is scaled up.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1383397/+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 1509742] Re: package systemd-sysv 219-7ubuntu6 failed to install/upgrade due to libdevmapper1.02.1 failing to upgrade

2016-03-19 Thread Nicolas Riesco
*** This bug is a duplicate of bug 1509816 ***
https://bugs.launchpad.net/bugs/1509816


dpkg: dependency problems prevent configuration of systemd:
 systemd depends on libcryptsetup4 (>= 2:1.4.3); however:
  Package libcryptsetup4 is not configured yet.

dpkg: error processing package systemd (--configure):
 dependency problems - leaving unconfigured
I think this is a duplicate of 
https://bugs.launchpad.net/ubuntu/+source/init-system-helpers/+bug/1509816

See also from Apttermlog.txt:

Errors were encountered while processing:
 systemd
Selecting previously unselected package systemd-sysv.
dpkg: regarding .../systemd-sysv_219-7ubuntu6_amd64.deb containing 
systemd-sysv, pre-dependency problem:
 systemd-sysv pre-depends on systemd
  systemd is unpacked, but has never been configured.

dpkg: error processing archive 
/var/cache/apt/archives/systemd-sysv_219-7ubuntu6_amd64.deb (--unpack):
 pre-dependency problem - not installing systemd-sysv
Errors were encountered while processing:
 /var/cache/apt/archives/systemd-sysv_219-7ubuntu6_amd64.deb
dpkg: error processing package systemd-sysv (--configure):
 no package named `systemd-sysv' is installed, cannot configure
Errors were encountered while processing:
 systemd-sysv

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

Title:
  package systemd-sysv 219-7ubuntu6 failed to install/upgrade due to
  libdevmapper1.02.1 failing to upgrade

Status in lvm2 package in Ubuntu:
  Confirmed

Bug description:
  :)

  ProblemType: Package
  DistroRelease: Ubuntu 15.04
  Package: systemd-sysv (not installed)
  ProcVersionSignature: Ubuntu 3.13.0-65.106-generic 3.13.11-ckt26
  Uname: Linux 3.13.0-65-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  Date: Sat Oct 24 21:57:00 2015
  DuplicateSignature: package:systemd-sysv:219-7ubuntu6:pre-dependency problem 
- not installing systemd-sysv
  ErrorMessage: pre-dependency problem - not installing systemd-sysv
  InstallationDate: Installed on 2015-09-30 (24 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  RelatedPackageVersions:
   dpkg 1.17.25ubuntu1
   apt  1.0.9.7ubuntu4.2
  SourcePackage: systemd
  Title: package systemd-sysv 219-7ubuntu6 failed to install/upgrade: 
pre-dependency problem - not installing systemd-sysv
  UpgradeStatus: Upgraded to vivid on 2015-10-25 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lvm2/+bug/1509742/+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 1312892] Re: Does not keep last size of window on desktop

2016-03-19 Thread Olivier Tilloy
** No longer affects: webbrowser-app

** Summary changed:

- Does not keep last size of window on desktop
+ Does not remember last size of window on desktop

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

Title:
  Does not remember last size of window on desktop

Status in webbrowser-app package in Ubuntu:
  Confirmed

Bug description:
  The default window size is too small for some webapps.  For example
  Google Calendar content is crunched up to fit in the window size.

  Changing the window size to accommodate the content is possible but
  this is not retained when the webapp is next loaded which is very
  annoying.

  Allowing the browser to remember the chosen size for the webapp would
  be more user friendly.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1312892/+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 1559615] Re: package systemd 225-1ubuntu9.1 failed to install/upgrade: triggers looping, abandoned

2016-03-19 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package systemd 225-1ubuntu9.1 failed to install/upgrade: triggers
  looping, abandoned

Status in systemd package in Ubuntu:
  New

Bug description:
  Crash on upgrade from 14.04.3 to 15.10

  ProblemType: Package
  DistroRelease: Ubuntu 15.10
  Package: systemd 225-1ubuntu9.1
  ProcVersionSignature: Ubuntu 3.19.0-56.62~14.04.1-generic 3.19.8-ckt15
  Uname: Linux 3.19.0-56-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  Date: Sun Mar 20 05:18:40 2016
  DuplicateSignature: package:systemd:225-1ubuntu9.1:triggers looping, abandoned
  ErrorMessage: triggers looping, abandoned
  InstallationDate: Installed on 2016-02-08 (40 days ago)
  InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  MachineType: Sony Corporation SVS15116GGB
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-56-generic 
root=UUID=81fa99a7-0424-419b-8392-eee497e09e71 ro quiet splash nomdmonddf 
nomdmonisw vt.handoff=7
  RelatedPackageVersions:
   dpkg 1.18.2ubuntu5.1
   apt  1.0.10.2ubuntu1
  SourcePackage: systemd
  Title: package systemd 225-1ubuntu9.1 failed to install/upgrade: triggers 
looping, abandoned
  UpgradeStatus: Upgraded to wily on 2016-03-19 (0 days ago)
  dmi.bios.date: 03/30/2012
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: R0140C5
  dmi.board.asset.tag: N/A
  dmi.board.name: VAIO
  dmi.board.vendor: Sony Corporation
  dmi.board.version: N/A
  dmi.chassis.asset.tag: N/A
  dmi.chassis.type: 10
  dmi.chassis.vendor: Sony Corporation
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrR0140C5:bd03/30/2012:svnSonyCorporation:pnSVS15116GGB:pvrC60AHK38:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
  dmi.product.name: SVS15116GGB
  dmi.product.version: C60AHK38
  dmi.sys.vendor: Sony Corporation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1559615/+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 1559615] [NEW] package systemd 225-1ubuntu9.1 failed to install/upgrade: triggers looping, abandoned

2016-03-19 Thread David
Public bug reported:

Crash on upgrade from 14.04.3 to 15.10

ProblemType: Package
DistroRelease: Ubuntu 15.10
Package: systemd 225-1ubuntu9.1
ProcVersionSignature: Ubuntu 3.19.0-56.62~14.04.1-generic 3.19.8-ckt15
Uname: Linux 3.19.0-56-generic x86_64
ApportVersion: 2.19.1-0ubuntu5
Architecture: amd64
Date: Sun Mar 20 05:18:40 2016
DuplicateSignature: package:systemd:225-1ubuntu9.1:triggers looping, abandoned
ErrorMessage: triggers looping, abandoned
InstallationDate: Installed on 2016-02-08 (40 days ago)
InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
MachineType: Sony Corporation SVS15116GGB
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-56-generic 
root=UUID=81fa99a7-0424-419b-8392-eee497e09e71 ro quiet splash nomdmonddf 
nomdmonisw vt.handoff=7
RelatedPackageVersions:
 dpkg 1.18.2ubuntu5.1
 apt  1.0.10.2ubuntu1
SourcePackage: systemd
Title: package systemd 225-1ubuntu9.1 failed to install/upgrade: triggers 
looping, abandoned
UpgradeStatus: Upgraded to wily on 2016-03-19 (0 days ago)
dmi.bios.date: 03/30/2012
dmi.bios.vendor: Insyde Corp.
dmi.bios.version: R0140C5
dmi.board.asset.tag: N/A
dmi.board.name: VAIO
dmi.board.vendor: Sony Corporation
dmi.board.version: N/A
dmi.chassis.asset.tag: N/A
dmi.chassis.type: 10
dmi.chassis.vendor: Sony Corporation
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnInsydeCorp.:bvrR0140C5:bd03/30/2012:svnSonyCorporation:pnSVS15116GGB:pvrC60AHK38:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
dmi.product.name: SVS15116GGB
dmi.product.version: C60AHK38
dmi.sys.vendor: Sony Corporation

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


** Tags: amd64 apport-package wily

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

Title:
  package systemd 225-1ubuntu9.1 failed to install/upgrade: triggers
  looping, abandoned

Status in systemd package in Ubuntu:
  New

Bug description:
  Crash on upgrade from 14.04.3 to 15.10

  ProblemType: Package
  DistroRelease: Ubuntu 15.10
  Package: systemd 225-1ubuntu9.1
  ProcVersionSignature: Ubuntu 3.19.0-56.62~14.04.1-generic 3.19.8-ckt15
  Uname: Linux 3.19.0-56-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  Date: Sun Mar 20 05:18:40 2016
  DuplicateSignature: package:systemd:225-1ubuntu9.1:triggers looping, abandoned
  ErrorMessage: triggers looping, abandoned
  InstallationDate: Installed on 2016-02-08 (40 days ago)
  InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  MachineType: Sony Corporation SVS15116GGB
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-56-generic 
root=UUID=81fa99a7-0424-419b-8392-eee497e09e71 ro quiet splash nomdmonddf 
nomdmonisw vt.handoff=7
  RelatedPackageVersions:
   dpkg 1.18.2ubuntu5.1
   apt  1.0.10.2ubuntu1
  SourcePackage: systemd
  Title: package systemd 225-1ubuntu9.1 failed to install/upgrade: triggers 
looping, abandoned
  UpgradeStatus: Upgraded to wily on 2016-03-19 (0 days ago)
  dmi.bios.date: 03/30/2012
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: R0140C5
  dmi.board.asset.tag: N/A
  dmi.board.name: VAIO
  dmi.board.vendor: Sony Corporation
  dmi.board.version: N/A
  dmi.chassis.asset.tag: N/A
  dmi.chassis.type: 10
  dmi.chassis.vendor: Sony Corporation
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrR0140C5:bd03/30/2012:svnSonyCorporation:pnSVS15116GGB:pvrC60AHK38:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
  dmi.product.name: SVS15116GGB
  dmi.product.version: C60AHK38
  dmi.sys.vendor: Sony Corporation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1559615/+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 1559616] Re: package ca-certificates 20160104ubuntu0.15.10.1 failed to install/upgrade: triggers looping, abandoned

2016-03-19 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package ca-certificates 20160104ubuntu0.15.10.1 failed to
  install/upgrade: triggers looping, abandoned

Status in ca-certificates package in Ubuntu:
  New

Bug description:
  Upgrade failure from 14.04.4 to 15.10

  ProblemType: Package
  DistroRelease: Ubuntu 15.10
  Package: ca-certificates 20160104ubuntu0.15.10.1
  ProcVersionSignature: Ubuntu 3.19.0-56.62~14.04.1-generic 3.19.8-ckt15
  Uname: Linux 3.19.0-56-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  Date: Sun Mar 20 05:18:40 2016
  DuplicateSignature: package:ca-certificates:20160104ubuntu0.15.10.1:triggers 
looping, abandoned
  ErrorMessage: triggers looping, abandoned
  InstallationDate: Installed on 2016-02-08 (40 days ago)
  InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  PackageArchitecture: all
  RelatedPackageVersions:
   dpkg 1.18.2ubuntu5.1
   apt  1.0.10.2ubuntu1
  SourcePackage: ca-certificates
  Title: package ca-certificates 20160104ubuntu0.15.10.1 failed to 
install/upgrade: triggers looping, abandoned
  UpgradeStatus: Upgraded to wily on 2016-03-19 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ca-certificates/+bug/1559616/+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 1468027] Re: change default CJK fonts to Noto CJK

2016-03-19 Thread Gunnar Hjalmarsson
That's good news, tomoe_musashi. Thanks for confirming! Just uploaded to
the archive.

On 2016-03-16 14:16, tomoe_musashi wrote:
> Here comes a problem, in non-CJK locale,  Firefox uses TakaoPGohtic
> to render non-lang-specified content, even with the
> 64-language-selector-prefer.conf config file, it also need to be
> changed to Noto else it breaks the consistency.

I don't understand. Why on earth would Firefox use TakaoPGothic with a
non-CJK locale?

** Changed in: language-selector (Ubuntu)
   Status: Fix Released => Fix Committed

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

Title:
  change default CJK fonts to Noto CJK

Status in Fontconfig:
  Fix Released
Status in kubuntu-meta package in Ubuntu:
  In Progress
Status in language-selector package in Ubuntu:
  Fix Committed
Status in lubuntu-meta package in Ubuntu:
  In Progress
Status in ubuntu-meta package in Ubuntu:
  Fix Released
Status in xubuntu-meta package in Ubuntu:
  In Progress

Bug description:
  just realize that fonts-noto-cjk is available in the repository, finally its 
packaged.
  i don't really know about korean community.
  But for Chinese and Japanese community, i think that the answer is clear.
  noto-cjk is definitely better what we had before, like fonts- wqy and 
fonts-droid.
  Android community had received these complains for years, finally they got 
them fixed on lollipop.
  Fedora also set it as default chinese font start from F21.
  and of course, i still hope that ubuntu could drop those 69-language-selector 
fontconfig files, just like what F13 did.

To manage notifications about this bug go to:
https://bugs.launchpad.net/fontconfig/+bug/1468027/+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


Re: [Touch-packages] [Bug 1556684] Re: gnome-control-center.real crashed with SIGSEGV in g_utf8_validate()

2016-03-19 Thread Tim
On 17/03/16 17:49, Gunnar Hjalmarsson wrote:
> Tim,
>
> I was wrong in comment #55 at bug #1551283. The problem I had was (first
> time) *switching* of display language; *installing* a new language from
> Region & Language worked fine for me (still does).
Yeh I've not been able to reproduce nikita's crash, however apparently that is 
on 15.10
>
> g-c-c 1:3.18.2-1ubuntu6~xenial2 in your PPA fixes the language switching
> issue for me. The warning messages still appear when you start g-c-c
> from terminal, but apparently they are/were unrelated to my issue.
which warning? about is/not installed, or the LANG locale failed ones?
>

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

Title:
  gnome-control-center.real crashed with SIGSEGV in g_utf8_validate()

Status in Ubuntu GNOME:
  New
Status in accountsservice package in Ubuntu:
  Fix Released

Bug description:
  I wanted to install Japanese through the gnome-control-center, so I
  opened it, went to the "Region & Language" section, clicked
  "Language", searched for "Japanese", when I found it I clicked on it
  (a tick appeared next to it), and finally I clicked "Done". Now what
  then should have happened is it should have asked me if I wanted to
  install the language packs it would then present to me and I would be
  able to continue with the installation... What instead happened was it
  hanged for a while and then finally outputted in Terminal:

  (gnome-control-center.real:1726): common-cc-panel-WARNING **: Language 
ja_JP.UTF-8 not installed, trying to intall it
  Segmentation fault (core dumped)

  The full output in Terminal was:

  ** (gnome-control-center.real:1726): WARNING **: Ignoring launcher 
landscape-client-settings (missing desktop file)
  
  ** (gnome-control-center.real:1726): WARNING **: Ignoring launcher 
language-selector (missing desktop file)
  
  ** (gnome-control-center.real:1726): WARNING **: Ignoring launcher 
ubuntuone-installer (missing desktop file)
  
  (gnome-control-center.real:1726): common-cc-panel-WARNING **: Couldn't 
get LANG locale -- Copying interrupted
  
  (gnome-control-center.real:1726): GnomeDesktop-CRITICAL **: 
gnome_get_language_from_locale: assertion '*locale != '\0'' failed
  
  (gnome-control-center.real:1726): GnomeDesktop-CRITICAL **: 
gnome_get_country_from_locale: assertion '*locale != '\0'' failed

  (gnome-control-center.real:1726): common-cc-panel-WARNING **: Couldn't 
get LANG locale -- Copying interrupted
  
  (gnome-control-center.real:1726): GnomeDesktop-CRITICAL **: 
gnome_get_language_from_locale: assertion '*locale != '\0'' failed
  
  (gnome-control-center.real:1726): common-cc-panel-WARNING **: Language 
ja_JP.UTF-8 not installed, trying to intall it
  Segmentation fault (core dumped)

  I have tested this bug and it is present in Ubuntu GNOME 15.10 with
  GNOME 3.18 and 16.04 with GNOME 3.19 VMs, however I cannot reproduce
  it on the host (15.10 with GNOME 3.18).

  ProblemType: Crash
  DistroRelease: Ubuntu 16.04
  Package: gnome-control-center 1:3.19.90-0ubuntu1~xenial1 [origin: 
LP-PPA-gnome3-team-gnome3-staging]
  ProcVersionSignature: Ubuntu 4.4.0-12.28-generic 4.4.4
  Uname: Linux 4.4.0-12-generic i686
  ApportVersion: 2.20-0ubuntu3
  Architecture: i386
  CrashCounter: 1
  CurrentDesktop: GNOME
  Date: Sun Mar 13 20:45:54 2016
  ExecutablePath: /usr/bin/gnome-control-center.real
  InstallationDate: Installed on 2016-03-04 (9 days ago)
  InstallationMedia: Ubuntu-GNOME 16.04 LTS "Xenial Xerus" - Alpha i386 
(20160225.1)
  ProcCmdline: /usr/bin/gnome-control-center.real
  SegvAnalysis:
   Segfault happened at: 0xb5b30c10 :  movzbl 
(%ebx),%eax
   PC (0xb5b30c10) ok
   source "(%ebx)" (0x13e9c381) not located in a known VMA region (needed 
readable region)!
   destination "%eax" ok
  SegvReason: reading unknown VMA
  Signal: 11
  SourcePackage: gnome-control-center
  StacktraceTop:
   g_utf8_validate () from /lib/i386-linux-gnu/libglib-2.0.so.0
   g_variant_new_string () from /lib/i386-linux-gnu/libglib-2.0.so.0
   g_variant_new_strv () from /lib/i386-linux-gnu/libglib-2.0.so.0
   ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
   ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
  Title: gnome-control-center.real crashed with SIGSEGV in g_utf8_validate()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-gnome/+bug/1556684/+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 1471588] Re: Wrong time with event series

2016-03-19 Thread Bill Filler
** Changed in: ubuntu-calendar-app
   Status: Triaged => In Progress

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

Title:
  Wrong time with event series

Status in Ubuntu Calendar App:
  In Progress
Status in qtpim-opensource-src package in Ubuntu:
  In Progress

Bug description:
  Hello,
  steps to reproduce bug:
  On website of Google calendar I created event, repeating from Monday till 
Friday with time 8.00-16.00. Next I've edited event, only Thursday and changed 
time to 8.00 - 17.00, rest remain the same. Last step: I installed Calendar app 
from store, added Google online account in system settings, enable calendar 
part. That synced it with Calendar app. I've opened Calendar app and I see that 
events, but all 5 of them are 8.00 - 16.00. On Google calendar website I see 
Thursday with changed time (also everything works on my Arch -> KDE Kontact 
app).

  PS. Is there a possibility to add Google Tasks to Ubuntu system (Tasks
  app?)? Where I should report such thing?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-calendar-app/+bug/1471588/+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 1317449]

2016-03-19 Thread Caulier-gilles-9
*** Bug 360665 has been marked as a duplicate of this bug. ***

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

Title:
  sqlite3 version 3.8.2 breaks digikam

Status in digiKam:
  Won't Fix
Status in SQLite:
  Won't Fix
Status in digikam package in Ubuntu:
  Fix Released
Status in sqlite3 package in Ubuntu:
  Fix Released
Status in digikam source package in Trusty:
  Confirmed
Status in sqlite3 source package in Trusty:
  Confirmed
Status in digikam source package in Utopic:
  Fix Released
Status in sqlite3 source package in Utopic:
  Fix Released

Bug description:
  Please update sqlite to a version > 3.8.2.

  According to https://bugs.kde.org/show_bug.cgi?id=329697 sqlite3 version 
3.8.2 causes crashes in digikam (and possibly other software) in various 
situations. Several reports confirm, that versions > 3.8.2 fix the issue.
  I'm using the 3.8.4.3 package from debian testing right now and can't trigger 
crashes anymore.

  Workaround:
  Install sqlite3 > 3.8.2, e.g. you can manually install the corresponding deb 
packages from either utopic or debian.

To manage notifications about this bug go to:
https://bugs.launchpad.net/digikam/+bug/1317449/+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


Re: [Touch-packages] [Bug 1556387] Re: Unity8 Login Hangs

2016-03-19 Thread Gene Soo
Attempted Remove and designated packages not found.

On Wed, Mar 16, 2016 at 4:47 PM, kevin gunn 
wrote:

> just double checking, can you
>
> $ sudo apt-get remove mir-client-platform-mesa3 mir-client-platform-
> mesa2 mir-client-platform-mesa1
>
> these are very old, if you have them hanging around they can cause
> problems.
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1556387
>
> Title:
>   Unity8 Login Hangs
>
> Status in unity8 package in Ubuntu:
>   New
>
> Bug description:
>   Attempted to Install and Login using Unity8 on top of Ubuntu 16.04
> Desktop Build.
>   Am amble to Signon to Unity Desktop distributed by build however when I
> attempt to singon to Unity8, the password accepts but the Signon Screen
> does not go away. The only thing I can do is either shutdown the machine or
> Restart.
>
>   The following data is from my test image:
>   gene@U1604DSKDLYX:~$ uname -a
>   Linux U1604DSKDLYX 4.4.4-040404-generic #201603031931 SMP Fri Mar 4
> 00:34:16 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
>   gene@U1604DSKDLYX:~$ sudo apt-get install unity8-desktop-session-mir
>   Reading package lists... Done
>   Building dependency tree
>   Reading state information... Done
>   unity8-desktop-session-mir is already the newest version
> (1.0.12+15.10.20150609-0ubuntu1).
>   0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1556387/+subscriptions
>

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

Title:
  Unity8 Login Hangs

Status in unity8 package in Ubuntu:
  New

Bug description:
  Attempted to Install and Login using Unity8 on top of Ubuntu 16.04 Desktop 
Build.
  Am amble to Signon to Unity Desktop distributed by build however when I 
attempt to singon to Unity8, the password accepts but the Signon Screen does 
not go away. The only thing I can do is either shutdown the machine or Restart.

  The following data is from my test image:
  gene@U1604DSKDLYX:~$ uname -a
  Linux U1604DSKDLYX 4.4.4-040404-generic #201603031931 SMP Fri Mar 4 00:34:16 
UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
  gene@U1604DSKDLYX:~$ sudo apt-get install unity8-desktop-session-mir
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  unity8-desktop-session-mir is already the newest version 
(1.0.12+15.10.20150609-0ubuntu1).
  0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1556387/+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 1549163] Re: Bluetooth headset HSP/HFP mode not working in Xenial

2016-03-19 Thread Simon Fels
@David: Remember that for HFP you need a mobile telephony connection
which is currently only supported through ofono which we don't ship on
the desktop. What you more want here is HSP.

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

Title:
  Bluetooth headset HSP/HFP mode not working in Xenial

Status in HWE Next:
  New
Status in pulseaudio package in Ubuntu:
  Triaged

Bug description:
  Using the 2/14 Xenial daily build, paired bluetooth headsets' do not
  work in HSP/HFP mode.

  [Steps to reproduce]
  1. Pair a bluetooth headset with laptop installed with Xenial 2/14 daily build
  2. In the laptop, go to sound settings > output tab > try switching mode to 
HSP/HFP mode
  3. Press the "test sound" button and try playing sound
  4. Go to the input tab and check if bluetooth headset mic is listed

  [Expected result]
  After step 3, a window for mono audio test should pop up
  After step 4, the input tab should list a bluetooth headset mic device

  [Actual result]
  After step 3, the window that pops up is for stereo (A2DP) audio test
  After step 4, the input tab does not list any bluetooth headset mic

  [Details]
  BT wireless module:
   * Intel 3160
  BT headset:
   * Jabra CLI
  Xenial: 2/14 daily build:
   * Kernel: 4.4.0-6
   * bluez: 5.36-0ubuntu1
   * gstreamer1.0-pulseaudio:amd64: 1.7.2-1ubuntu1
   * pulseaudio: 1:8.0-0ubuntu2
   * pulseaudio-module-bluetooth: 1:8.0-0ubuntu2

  [Note]
  Also double checked with same set of hardware, but with 15.10 installed.
  Bluetooth headset HSP/HFP mode worked correctly in 15.10.

  15.10 details:
   * kernel: 4.2.0-19
   * bluez: 5.35-0ubuntu2
   * gstreamer1.0-pulseaudio:amd64: 1.6.0-1ubuntu1
   * pulseaudio: 1:6.0-0ubuntu13
   * pulseaudio-module-bluetooth: 1:6.0-0ubuntu13

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1549163/+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 1523840] Re: Sections need keyboard navigation support

2016-03-19 Thread Timo Jyrinki
** Also affects: ubuntu-ui-toolkit (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: New => In Progress

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Importance: Undecided => High

** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: (unassigned) => Tim Peeters (tpeeters)

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

Title:
  Sections need keyboard navigation support

Status in Canonical System Image:
  In Progress
Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress
Status in ubuntu-ui-toolkit package in Ubuntu RTM:
  In Progress

Bug description:
  Sections need to accept Tab for keyboard navigation and visualize
  focus.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1523840/+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 1535819] Re: MainView.backgroundColor broken with toolkit 1.3

2016-03-19 Thread Timo Jyrinki
** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

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

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

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Zoltan Balogh (bzoltan)

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

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

Title:
  MainView.backgroundColor broken with toolkit 1.3

Status in Canonical System Image:
  Fix Committed
Status in ubuntu-ui-toolkit package in Ubuntu:
  Fix Released

Bug description:
  Steps to reproduce:
  1. Add backgroundColor: "#464646" to ubuntu-ui-toolkit-gallery.qml
  2. Run the gallery

  Observe that the labels are the wrong color. This is because the
  SuruDark theme is only automatically picked up when changing the
  backgroundColor _after_ startup.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1535819/+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 1558894] [NEW] xorg

2016-03-19 Thread JUAN FRANCISCO ABURTO ADAME
Public bug reported:

fail xorg video

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xorg 1:7.7+1ubuntu8.1
ProcVersionSignature: Ubuntu 3.19.0-49.55~14.04.1-generic 3.19.8-ckt12
Uname: Linux 3.19.0-49-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.14.1-0ubuntu3.19
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
Date: Thu Mar 17 21:08:52 2016
DistUpgraded: 2015-09-27 13:13:06,527 DEBUG enabling apt cron job
DistroCodename: trusty
DistroVariant: ubuntu
DpkgLog:
 
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] RS880M [Mobility Radeon HD 4225/4250] 
[1002:9712] (prog-if 00 [VGA controller])
   Subsystem: Acer Incorporated [ALI] Device [1025:0366]
InstallationDate: Installed on 2015-08-23 (207 days ago)
InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
MachineType: Acer Aspire 4553
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-49-generic 
root=UUID=3883c43b-55a2-45ca-89fb-45c92f0bfdb7 ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: Upgraded to trusty on 2015-09-27 (172 days ago)
dmi.bios.date: 04/27/2010
dmi.bios.vendor: Phoenix Technologies LTD
dmi.bios.version: V1.08
dmi.board.name: JV41_DN
dmi.board.vendor: Acer
dmi.board.version: Not Applicable
dmi.chassis.type: 10
dmi.chassis.vendor: Acer
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrV1.08:bd04/27/2010:svnAcer:pnAspire4553:pvrNotApplicable:rvnAcer:rnJV41_DN:rvrNotApplicable:cvnAcer:ct10:cvrN/A:
dmi.product.name: Aspire 4553
dmi.product.version: Not Applicable
dmi.sys.vendor: Acer
version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.64-1~ubuntu14.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri N/A
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx N/A
version.xserver-xorg-core: xserver-xorg-core N/A
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
xserver.bootTime: Thu Mar 17 19:05:17 2016
xserver.configfile: default
xserver.errors:
 Failed to load module "ati" (module does not exist, 0)
 Failed to load module "ati" (module does not exist, 0)
 evdev: 1.3M WebCam: Unable to open evdev device "/dev/input/event12".
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.17.1-0ubuntu3.1~trusty1
xserver.video_driver: modeset

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


** Tags: amd64 apport-bug compiz-0.9 trusty ubuntu

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

Title:
  xorg

Status in xorg package in Ubuntu:
  New

Bug description:
  fail xorg video

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.19.0-49.55~14.04.1-generic 3.19.8-ckt12
  Uname: Linux 3.19.0-49-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Thu Mar 17 21:08:52 2016
  DistUpgraded: 2015-09-27 13:13:06,527 DEBUG enabling apt cron job
  DistroCodename: trusty
  DistroVariant: ubuntu
  DpkgLog:
   
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] RS880M [Mobility Radeon HD 4225/4250] 
[1002:9712] (prog-if 00 [VGA controller])
 Subsystem: Acer Incorporated [ALI] Device [1025:0366]
  InstallationDate: Installed on 2015-08-23 (207 days ago)
  InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  MachineType: Acer Aspire 4553
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-49-generic 
root=UUID=3883c43b-55a2-45ca-89fb-45c92f0bfdb7 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: Upgraded to trusty on 2015-09-27 (172 days ago)
  dmi.bios.date: 04/27/2010
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: V1.08
  dmi.board.name: JV41_DN
  dmi.board.vendor: Acer
  dmi.board.version: Not Applicable
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrV1.08:bd04/27/2010:svnAcer:pnAspire4553:pvrNotApplicable:rvnAcer:rnJV41_DN:rvrNotApplicable:cvnAcer:ct10:cvrN/A:
  dmi.product.name: Aspire 4553
  dmi.product.version: Not Applicable
  dmi.sys.vendor: Acer
  version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  

[Touch-packages] [Bug 1558275] Re: wrong/missing permissions for device file /dev/prandom (prng.ko)

2016-03-19 Thread Dimitri John Ledkov
For example, KVM for IBM z Systems 1.1.0 (Z) is also affected, and the
device has following permissions:

# ls -latr /dev/prandom 
crw--- 1 root root 10, 57 Mar 17 13:41 /dev/prandom

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

Title:
  wrong/missing permissions for device file /dev/prandom (prng.ko)

Status in linux package in Ubuntu:
  Invalid
Status in s390-tools package in Ubuntu:
  Incomplete
Status in systemd package in Ubuntu:
  Incomplete

Bug description:
  The access rights for /dev/prandom are set to 0600. The prandom file
  is created upon loading the prng module.

  Expectation:
  The access rights are set to 0644.

  Details
  =
  root@s83lp22:~# modinfo prng
  filename:   /lib/modules/4.4.0-13-generic/kernel/arch/s390/crypto/prng.ko
  description:s390 PRNG interface
  author: IBM Corporation
  license:GPL
  srcversion: B48774F4AEBAE6DB4983C98
  alias:  cpu:type:*:feature:*0003*
  depends:
  intree: Y
  vermagic:   4.4.0-13-generic SMP mod_unload modversions
  parm:   mode:int
  parm:   prng_mode:PRNG mode: 0 - auto, 1 - TDES, 2 - SHA512
  parm:   chunksize:int
  parm:   prng_chunk_size:PRNG read chunk size in bytes
  parm:   reseed_limit:int
  parm:   prng_reseed_limit:PRNG reseed limit
   
  Contact Information = christian.r...@de.ibm.com 
   
  ---uname output---
  Linux s83lp22 4.4.0-13-generic #29-Ubuntu SMP Fri Mar 11 19:30:41 UTC 2016 
s390x s390x s390x GNU/Linux
   
  Machine Type = Manufacturer:   IBM Type: 2964 Model:  702  N96 
   
  ---Steps to Reproduce---
   1) modprobe prng
  2) ls -l /dev/prandom

  This is a s390x issue.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1558275/+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 1551811] Re: Opening the camera for the first time leads to reboot

2016-03-19 Thread kevin gunn
it's very possible the PVR spew is a red-herring. so let's consider
incomplete for the gfx side of things until someone has more to add

** Changed in: mir (Ubuntu)
   Status: New => Incomplete

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

Title:
  Opening the camera for the first time leads to reboot

Status in camera-app:
  New
Status in Canonical System Image:
  Confirmed
Status in Telegram app:
  Invalid
Status in mir package in Ubuntu:
  Incomplete

Bug description:
  Test case.
  - Flash the phone.
  - Open Telegram app.
  - Fill the account details.
  - Add a contact (if needed).
  - Select a contact to send a message.
  - Tap on the clip to attach a photo.
  - Select the camera.

  Expected result.
  - After accepting the permission dialog, camera app allows to take a picture.

  Actual result.
  - After accepting the permission dialog, phone reboots.

  I'm not sure whether this is a problem with Telegram or with the
  camera. However, I couldn't reproduce the problem using the messaging-
  app. And once the permission dialog is accepted, the reboot is gone.

  com.ubuntu.telegram_2.0.8.0_armhf.click
  current build number: 259
  device name: arale
  channel: ubuntu-touch/rc-proposed/meizu.en

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