[Touch-packages] [Bug 1277311] Re: can't open URL in text viewed in the message indicator

2015-07-20 Thread Sebastien Bacher
** Branch linked: lp:~feng-kylin/ubuntu-settings-
components/addSupportToOpenUrlInIndicator

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

Title:
  can't open URL in text viewed in the message indicator

Status in ubuntu-settings-components package in Ubuntu:
  Confirmed
Status in unity8 package in Ubuntu:
  Confirmed

Bug description:
  I received a text with a URL in it. In the messaging app, it is blue
  and I am able to tap it to open the browser, but in viewing the same
  message in the message indicator I am not.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-settings-components/+bug/1277311/+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 1474773] Re: Mir 0.14 bumps mirplatform ABI to 8 but symbols still versioned as "MIRPLATFORM_7"

2015-07-20 Thread Launchpad Bug Tracker
** Branch linked: lp:mir/0.14

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

Title:
  Mir 0.14 bumps mirplatform ABI to 8 but symbols still versioned as
  "MIRPLATFORM_7"

Status in Mir:
  Fix Committed
Status in Mir 0.14 series:
  In Progress
Status in mir package in Ubuntu:
  New

Bug description:
  Mir 0.14 bumps mirplatform ABI to 8 but symbols still versioned as
  "MIRPLATFORM_7"

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1474773/+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 1471338] Re: sometimes phone never wakes up or rings on incoming call

2015-07-20 Thread Alfonso Sanchez-Beato
@jibel, thanks for the log. I have performed some analysis of the radio
part, which shows traces for one incoming call. Things seem normal
there:

1. rild sends UNSOL_INCOMING_CALL_INDICATION
2. ofono replies with RIL_REQUEST_SET_CALL_INDICATION
3. rild sends UNSOL_CALL_PROGRESS_INFO
4. ofono sends GET_CURRENT_CALLS
5. rild replies with a list of calls that includes an incoming call

At that point ofono knows that there is a call and it should signal it
appropriately. As a "missed call" indication is finally shown it looks
like that is done. Also, as being suspended or not is irrelevant, powerd
does not seem to be involved in this bug.

Finally, dbus.log shows a new call from the same number. If all traces
were cleaned up before reproducing, this shows that the bug is not in
ofono, but somewhere upper in the stack.

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

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

Title:
  sometimes phone never wakes up or rings on incoming call

Status in Canonical System Image:
  Confirmed
Status in ofono package in Ubuntu:
  Confirmed
Status in telephony-service package in Ubuntu:
  Confirmed
Status in unity8 package in Ubuntu:
  New

Bug description:
  testing on krilin build 56 vivid+overlay latest
  dual sims installed

  The problem is sometimes during an incoming call the phone never wakes
  up or rings at all (and no snap decision). From the remote end the
  call just continues to ring and eventually goes to voicemail. When
  this occurs the signal strength appears to have at least 3 bars.

  It seems ofono is not notifying the upper layers that a call is incoming. 
This can be verifed by running the following command:
  dbus-monitor --system | grep CallAdded

  This never gets fired during error condition when the incoming call is
  ringing from remote end.

  Attached is the ofono log when I got it to happen once (not sure where
  in the log corresponds to the failure)

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1471338/+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 1475683] Re: web interface rendered poorly

2015-07-20 Thread Roland65
Yes, the web interface works correctly when there is no mime.types file
and with the original cups.css.

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

Title:
  web interface rendered poorly

Status in cups package in Ubuntu:
  Incomplete
Status in cups package in Debian:
  Fix Released

Bug description:
  In Ubuntu Vivid (15.04) the Cups web interface is rendered poorly
  because the css style sheet (file /usr/share/cups/doc-root/cups.css)
  is not interpreted correctly.

  Removing the comment from the first line of the cups.css file fixes
  the issue.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1475683/+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 1475749] Re: usermod --add-subuids fails for users not in /etc/passwd

2015-07-20 Thread Steve Langasek
** Description changed:

  [SRU justification]
  The (distro patched) subuid/subgid support in the shadow 'usermod' command 
only works with users present in /etc/passwd.  As /etc/subuid and /etc/subgid 
are separate databases that do not require modification of /etc/passwd, this is 
an unnecessary restriction that appears to be due to a simple logic bug in the 
patch and not as a deliberate design decision.  As Ubuntu Touch and Ubuntu 
Snappy systems will as a class have users in different NSS backends from 
/etc/passwd, and lxc should be supported for these users with uid namespacing, 
this bug warrants fixing.
  
  [Test case]
  1. Install the libnss-extrausers package
  2. Enable it by running "sudo sed -i -e'/passwd:/ s/$/ extrausers/' 
/etc/nsswitch.conf"
  3. Create a test user by running "echo 
'testuser:x:2000:2000::/nonexistent:/bin/false' | sudo tee 
/var/lib/extrausers/passwd"
  4. Attempt to add subuids for this user by running "sudo usermod 
--add-subuids 1-12000 testuser"
  5. Confirm that this fails with the error message "usermod: user 'testuser' 
does not exist in /etc/passwd"
  6. Install the new version of the 'passwd' package
  7. Repeat the test from step 4
- 8. Confirm that the command now succeeds, and the user's entry has been added 
to /etc/subuids
+ 8. Confirm that the command now succeeds, and the user's entry has been added 
to /etc/subuid
  9. Clean up by running 'sudo usermod --del-subuids 1-12000 testuser" and 
removing the /var/lib/extrausers/passwd file
  
  [Regression potential]
  This is a targeted bugfix in the behavior of usermod, and users are unlikely 
to be relying on the usermod command failing for non-local users.
  
  [Original report]
  currently we have need to utilize lxc on vivid+stable overlay which requires 
adding subuser & subgroup ids.
  unfortunately, usermod currently fails since phablet password is readonly

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

Title:
  usermod --add-subuids fails for users not in /etc/passwd

Status in Canonical System Image:
  New
Status in shadow package in Ubuntu:
  Triaged

Bug description:
  [SRU justification]
  The (distro patched) subuid/subgid support in the shadow 'usermod' command 
only works with users present in /etc/passwd.  As /etc/subuid and /etc/subgid 
are separate databases that do not require modification of /etc/passwd, this is 
an unnecessary restriction that appears to be due to a simple logic bug in the 
patch and not as a deliberate design decision.  As Ubuntu Touch and Ubuntu 
Snappy systems will as a class have users in different NSS backends from 
/etc/passwd, and lxc should be supported for these users with uid namespacing, 
this bug warrants fixing.

  [Test case]
  1. Install the libnss-extrausers package
  2. Enable it by running "sudo sed -i -e'/passwd:/ s/$/ extrausers/' 
/etc/nsswitch.conf"
  3. Create a test user by running "echo 
'testuser:x:2000:2000::/nonexistent:/bin/false' | sudo tee 
/var/lib/extrausers/passwd"
  4. Attempt to add subuids for this user by running "sudo usermod 
--add-subuids 1-12000 testuser"
  5. Confirm that this fails with the error message "usermod: user 'testuser' 
does not exist in /etc/passwd"
  6. Install the new version of the 'passwd' package
  7. Repeat the test from step 4
  8. Confirm that the command now succeeds, and the user's entry has been added 
to /etc/subuid
  9. Clean up by running 'sudo usermod --del-subuids 1-12000 testuser" and 
removing the /var/lib/extrausers/passwd file

  [Regression potential]
  This is a targeted bugfix in the behavior of usermod, and users are unlikely 
to be relying on the usermod command failing for non-local users.

  [Original report]
  currently we have need to utilize lxc on vivid+stable overlay which requires 
adding subuser & subgroup ids.
  unfortunately, usermod currently fails since phablet password is readonly

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1475749/+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 1240198] Re: [SRU]Wrong keyboard layout active after booting into desktop

2015-07-20 Thread Matthias Niess
I can definately verify (for at least 100 machines) that changing the
settings DOES work. What I can't verify is that this patch modifies the
default setting (or updates existing installations). If anyone can
verify this, please do so. This is such an annoying bug that I need to
fix on every single non-US Ubuntu installation by changing the ibus-
setting

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

Title:
  [SRU]Wrong keyboard layout active after booting into desktop

Status in ibus package in Ubuntu:
  Fix Released
Status in indicator-keyboard package in Ubuntu:
  Won't Fix
Status in ibus source package in Trusty:
  Fix Committed
Status in indicator-keyboard source package in Trusty:
  Won't Fix

Bug description:
  [Impact]

  When first boot into Unity desktop, English keyboard layout is active
  while all other parts of the system language settings are set to
  another language (e.g. German).

  The bug is properly addressed in newer upstream releases in Vivid, but
  the changes is too intrusive and not suitable for being back ported in
  SRU. And changing the default to use system keyboard layout solves the
  problem.

  [Test Case]

  1. Set the system language to something other than English, e.g. German.
  2. Create a new user, log in to the Unity desktop of the new user.
  3. Check the keyboard layout, it should be German instead of English.

  [Regression Potential]

  Since this changes the default value of the keyboard layout settings
  by using system defined as default, it avoids using ibus's built-in
  keyboard layout related functionality, so that this could be a
  regression for users rely on this certain behavior (e.g. use English
  keyboard while want to keep the system language settings to German),
  but such behavior is not expected for normal usage.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ibus/+bug/1240198/+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 1475749] Re: usermod --add-subuids fails for users not in /etc/passwd

2015-07-20 Thread Steve Langasek
** Description changed:

+ [SRU justification]
+ The (distro patched) subuid/subgid support in the shadow 'usermod' command 
only works with users present in /etc/passwd.  As /etc/subuid and /etc/subgid 
are separate databases that do not require modification of /etc/passwd, this is 
an unnecessary restriction that appears to be due to a simple logic bug in the 
patch and not as a deliberate design decision.  As Ubuntu Touch and Ubuntu 
Snappy systems will as a class have users in different NSS backends from 
/etc/passwd, and lxc should be supported for these users with uid namespacing, 
this bug warrants fixing.
+ 
+ [Test case]
+ 1. Install the libnss-extrausers package
+ 2. Enable it by running "sudo sed -i -e'/passwd:/ s/$/ extrausers/' 
/etc/nsswitch.conf"
+ 3. Create a test user by running "echo 
'testuser:x:2000:2000::/nonexistent:/bin/false' | sudo tee 
/var/lib/extrausers/passwd"
+ 4. Attempt to add subuids for this user by running "sudo usermod 
--add-subuids 1-12000 testuser"
+ 5. Confirm that this fails with the error message "usermod: user 'testuser' 
does not exist in /etc/passwd"
+ 6. Install the new version of the 'passwd' package
+ 7. Repeat the test from step 4
+ 8. Confirm that the command now succeeds, and the user's entry has been added 
to /etc/subuids
+ 9. Clean up by running 'sudo usermod --del-subuids 1-12000 testuser" and 
removing the /var/lib/extrausers/passwd file
+ 
+ [Regression potential]
+ This is a targeted bugfix in the behavior of usermod, and users are unlikely 
to be relying on the usermod command failing for non-local users.
+ 
+ [Original report]
  currently we have need to utilize lxc on vivid+stable overlay which requires 
adding subuser & subgroup ids.
  unfortunately, usermod currently fails since phablet password is readonly

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

Title:
  usermod --add-subuids fails for users not in /etc/passwd

Status in Canonical System Image:
  New
Status in shadow package in Ubuntu:
  Triaged

Bug description:
  [SRU justification]
  The (distro patched) subuid/subgid support in the shadow 'usermod' command 
only works with users present in /etc/passwd.  As /etc/subuid and /etc/subgid 
are separate databases that do not require modification of /etc/passwd, this is 
an unnecessary restriction that appears to be due to a simple logic bug in the 
patch and not as a deliberate design decision.  As Ubuntu Touch and Ubuntu 
Snappy systems will as a class have users in different NSS backends from 
/etc/passwd, and lxc should be supported for these users with uid namespacing, 
this bug warrants fixing.

  [Test case]
  1. Install the libnss-extrausers package
  2. Enable it by running "sudo sed -i -e'/passwd:/ s/$/ extrausers/' 
/etc/nsswitch.conf"
  3. Create a test user by running "echo 
'testuser:x:2000:2000::/nonexistent:/bin/false' | sudo tee 
/var/lib/extrausers/passwd"
  4. Attempt to add subuids for this user by running "sudo usermod 
--add-subuids 1-12000 testuser"
  5. Confirm that this fails with the error message "usermod: user 'testuser' 
does not exist in /etc/passwd"
  6. Install the new version of the 'passwd' package
  7. Repeat the test from step 4
  8. Confirm that the command now succeeds, and the user's entry has been added 
to /etc/subuids
  9. Clean up by running 'sudo usermod --del-subuids 1-12000 testuser" and 
removing the /var/lib/extrausers/passwd file

  [Regression potential]
  This is a targeted bugfix in the behavior of usermod, and users are unlikely 
to be relying on the usermod command failing for non-local users.

  [Original report]
  currently we have need to utilize lxc on vivid+stable overlay which requires 
adding subuser & subgroup ids.
  unfortunately, usermod currently fails since phablet password is readonly

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1475749/+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 1476235] Re: [Inspiron N5110, IDT 92HD87B1/3, Speaker, Internal] Playback problem

2015-07-20 Thread Steve Beattie
Thanks for taking the time to report this bug and helping to make Ubuntu
better. We appreciate the difficulties you are facing, but this appears
to be a "regular" (non-security) bug.  I have unmarked it as a security
issue since this bug does not show evidence of allowing attackers to
cross privilege boundaries nor directly cause loss of data/privacy.
Please feel free to report any other bugs you may find.

** Information type changed from Private Security to Public

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

Title:
  [Inspiron N5110, IDT 92HD87B1/3, Speaker, Internal] Playback problem

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  info:
  there were no problem with sound in Ubuntu 12.02 LTS ,but now with 
ubuntu-15.04-desktop-amd64 , there is no sound from left front  speaker.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  sayedeshaqamin   1413 F pulseaudio
   /dev/snd/controlC0:  sayedeshaqamin   1413 F pulseaudio
  CurrentDesktop: Unity
  Date: Mon Jul 20 17:39:16 2015
  InstallationDate: Installed on 2015-07-17 (2 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  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_Jack: Speaker, Internal
  Symptom_Type: Only some of outputs are working
  Title: [Inspiron N5110, IDT 92HD87B1/3, Speaker, Internal] Playback problem
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/26/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A06
  dmi.board.name: 0FXK2Y
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A06
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: Not Specified
  dmi.modalias: 
dmi:bvnDellInc.:bvrA06:bd05/26/2011:svnDellInc.:pnInspironN5110:pvrNotSpecified:rvnDellInc.:rn0FXK2Y:rvrA06: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/1476235/+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 1475749] Re: usermod --add-subuids fails for users not in /etc/passwd

2015-07-20 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/wily-proposed/shadow

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

Title:
  usermod --add-subuids fails for users not in /etc/passwd

Status in Canonical System Image:
  New
Status in shadow package in Ubuntu:
  Triaged

Bug description:
  currently we have need to utilize lxc on vivid+stable overlay which requires 
adding subuser & subgroup ids.
  unfortunately, usermod currently fails since phablet password is readonly

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1475749/+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 1476308] Re: Notifications should not stack up when I am using the Messaging app

2015-07-20 Thread TenLeftFingers
Hi Sebastion,

I've only noticed it now (OTA-5), but I'll keep an eye on it and make sure
it's a regular thing and not just a one-off. I'll update the bug here as
soon as I can.

On Mon, Jul 20, 2015 at 5:18 PM, Sebastien Bacher 
wrote:

> weird, I've never seen that happened nor mentioned before. Does it
> happen all the time for you?
>
> ** Package changed: indicator-messages (Ubuntu) => telephony-service
> (Ubuntu)
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1476308
>
> Title:
>   Notifications should not stack up when I am using the Messaging app
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/telephony-service/+bug/1476308/+subscriptions
>

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

Title:
  Notifications should not stack up when I am using the Messaging app

Status in telephony-service package in Ubuntu:
  New

Bug description:
  I've just finished a conversation via SMS and when I was finished,
  there were a tonne of notifications stacked up about the conversation
  I had just had.

  Expected:
  Because I had the messaging app open texting "Patricia", I sholud get no 
notifications of sms messages from her.

  Actual:
  Every time "Patricia" texts me, I get the message _and_ a notification.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/telephony-service/+bug/1476308/+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 1214422] Re: Missing Combo Button for Actions in the Preview

2015-07-20 Thread Launchpad Bug Tracker
[Expired for unity8 (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Missing Combo Button for Actions in the Preview

Status in unity8 package in Ubuntu:
  Expired

Bug description:
  This bug depends on: https://bugs.launchpad.net/ubuntu-ui-
  toolkit/+bug/1214421

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1214422/+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 1276334] Re: Indicators are killed when unity8 stops under unity7 desktop

2015-07-20 Thread Launchpad Bug Tracker
[Expired for unity8 (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Indicators are killed when unity8 stops under unity7 desktop

Status in unity8 package in Ubuntu:
  Expired

Bug description:
  When running unity8 from the desktop and quitting it again, all
  indicators will be killed. I have to manually start them for them to
  show up in unity7 again.

  Not a huge problem, but would be nice if this could be fixed. Thanks!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1276334/+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 1476461] [NEW] Error Bug

2015-07-20 Thread Joel Brian Esta
Public bug reported:

Bug

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: xorg 1:7.7+7ubuntu4
ProcVersionSignature: Ubuntu 3.19.0-23.24-generic 3.19.8-ckt2
Uname: Linux 3.19.0-23-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.17.2-0ubuntu1.1
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: Tue Jul 21 11:15:02 2015
DistUpgraded: Fresh install
DistroCodename: vivid
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes
GraphicsCard:
 Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller 
[8086:0152] (rev 09) (prog-if 00 [VGA controller])
   Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:7788]
InstallationDate: Installed on 2015-06-25 (25 days ago)
InstallationMedia: It
MachineType: MSI MS-7788
ProcEnviron:
 LANGUAGE=en_PH:en
 PATH=(custom, no user)
 LANG=en_PH.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-23-generic 
root=UUID=6e853639-c518-4298-873b-85f73833ffda ro vesafb.invalid=1 splash quiet 
nopat plymouth:debug=1=1=1 vt.handoff=7
SourcePackage: xorg
UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 09/29/2013
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: V3.6
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: H61M-P31/W8 (MS-7788)
dmi.board.vendor: MSI
dmi.board.version: 1.0
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: MSI
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV3.6:bd09/29/2013:svnMSI:pnMS-7788:pvr1.0:rvnMSI:rnH61M-P31/W8(MS-7788):rvr1.0:cvnMSI:ct3:cvr1.0:
dmi.product.name: MS-7788
dmi.product.version: 1.0
dmi.sys.vendor: MSI
version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.60-2
version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.2-0ubuntu1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0-1ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu2.2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
xserver.bootTime: Tue Jul 21 09:38:15 2015
xserver.configfile: default
xserver.devices:
 inputPower Button KEYBOARD, id 6
 inputVideo BusKEYBOARD, id 7
 inputPower Button KEYBOARD, id 8
 input USB OPTICAL MOUSE   MOUSE, id 9
 inputAT Translated Set 2 keyboard KEYBOARD, id 10
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 
xserver.version: 2:1.17.1-0ubuntu3

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


** Tags: amd64 apport-bug compiz-0.9 ubuntu vivid

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

Title:
  Error Bug

Status in xorg package in Ubuntu:
  New

Bug description:
  Bug

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-23.24-generic 3.19.8-ckt2
  Uname: Linux 3.19.0-23-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.1
  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: Tue Jul 21 11:15:02 2015
  DistUpgraded: Fresh install
  DistroCodename: vivid
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller 
[8086:0152] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:7788]
  InstallationDate: Installed on 2015-06-25 (25 days ago)
  InstallationMedia: It
  MachineType: MSI MS-7788
  ProcEnviron:
   LANGUAGE=en_PH:en
   PATH=(custom, no user)
   LANG=en_PH.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-23-generic 
root=UUID=6e853639-c518-4298-873b-85f73833ffda ro vesafb.invalid=1 splash quiet 
nopat plymouth:debug=1=1=1 vt.handoff=7
  SourcePackage: xorg
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/29/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V3.6
  dmi.board.asset.tag: To be

[Touch-packages] [Bug 762349] Re: Difficult to distinguish which tab is selected

2015-07-20 Thread Johan Boule
echo '.notebook tab:active { background-color: @selected_bg_color; }' >>
~/.config/gtk-3.0/gtk.css

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

Title:
  Difficult to distinguish which tab is selected

Status in Ayatana Design:
  New
Status in Ubuntu theme:
  Confirmed
Status in ubuntu-themes package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: unity

  In tabbed interfaces such as in gnome-terminal under unity it is
  difficult to visually distinguish the selected tab from the unselected
  ones.

  In the attached screenshot, gnome-terminal has three tabs open, and
  the third one is selected.  If you look close you can see the text is
  slightly whiter than the other tabs, and the border is a little more
  prominent but to my old man eyes it's really hard to see it at a
  glance.

  Under metacity, the difference is more notable (or at least, the theme
  is different).

  My guess is this is a theme issue rather than unity, but I'm unsure.
  If it is just a theme issue please refile to the right project.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: unity 3.8.8-0ubuntu2
  ProcVersionSignature: Ubuntu 2.6.38-8.42-generic-pae 2.6.38.2
  Uname: Linux 2.6.38-8-generic-pae i686
  Architecture: i386
  CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,mousepoll,vpswitch,regex,animation,snap,expo,move,compiztoolbox,place,grid,gnomecompat,wall,ezoom,workarounds,staticswitcher,resize,fade,scale,session,unityshell]
  Date: Fri Apr 15 17:41:12 2011
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Alpha i386 (20110202)
  ProcEnviron:
   LANGUAGE=en_US:en
   PATH=(custom, user)
   LANG=C
   SHELL=/bin/bash
  SourcePackage: unity
  UpgradeStatus: Upgraded to natty on 2011-04-04 (11 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/762349/+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 1475205] Re: Random Chinese character missing with Ubuntu font

2015-07-20 Thread Penk Chen
I can confirm this happens on font.family: "Ubuntu", the default
fallback font of Chinese seems to be "Droid Sans".

Here's the output of Qt.fontFamilies() on our Chinese image:

qml: DejaVu Sans,DejaVu Sans Mono,DejaVu Serif,Droid Arabic Kufi,Droid
Arabic Naskh,Droid Naskh Shift Alt,Droid Sans,Droid Sans Arabic,Droid
Sans Armenian,Droid Sans Ethiopic,Droid Sans Fallback,Droid Sans
Georgian,Droid Sans Hebrew,Droid Sans Japanese,Droid Sans Mono,Droid
Serif,Liberation Mono,Liberation Sans,Liberation Sans Narrow,Liberation
Serif,Lohit
Devanagari,Monospace,NanumBarunGothic,NanumGothic,NanumMyeongjo,Sans
Serif,Serif,Symbola,TakaoPGothic,Ubuntu,Ubuntu Condensed,Ubuntu
Mono,文泉驿微米黑,文泉驿等宽微米黑

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

Title:
  Random Chinese character missing with Ubuntu font

Status in Canonical System Image:
  Confirmed
Status in ubuntu-font-family-sources package in Ubuntu:
  New
Status in ubuntu-ui-toolkit package in Ubuntu:
  Invalid

Bug description:
  After applied 50 GU setting in image, we started seeing randomly
  missing Chinese characters across scopes and apps header, not clipped
  at the begin or end of string, sometimes in the middle.

  STEPS:

  1. Switch display language to zh_CN in system settings
  2. Reboot the phone

  EXPECTED:

  I should see all header strings displayed properly.

  ACTUAL:

  Randomly missing character.

  VERSIONS:

  current build number: 51
  device name: arale
  channel: ubuntu-touch/rc-proposed/meizu.zh-proposed
  last update: 2015-07-16 04:59:10
  version version: 51
  version ubuntu: 20150716
  version device: 20150709-8965e37
  version custom: 20150716-819-9-6

  -- update --
  The problem of missing characters can be reproduced even on a desktop, 
outside of the header, without importing Ubuntu.Components:

  import QtQuick 2.0
  Item {
  width: 800
  height: 600

  Text {
  anchors.centerIn: parent
  text: "系统设置 one two"
  font.family: "Ubuntu"
  font.pixelSize: 69
  font.weight: Font.Light
  }
  }

  The problem only appears to occur with this specific combination of
  font family, pixelSize and weight. Tim Peeters reproduced the problem
  on vivid on a laptop without changing the default settings for the
  language (LANGUAGE="en_US").

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1475205/+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 1476434] Re: rotation lock does not work for some apps

2015-07-20 Thread kevin gunn
*** This bug is a duplicate of bug 1472736 ***
https://bugs.launchpad.net/bugs/1472736

if there are any others besides cut-the-rope let me know, otherwise this
is a dup of 1472736

** This bug has been marked a duplicate of bug 1472736
   Cut the rope scaling and rotation issues

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

Title:
  rotation lock does not work for some apps

Status in unity8 package in Ubuntu:
  New

Bug description:
  Image OTA5

  
  I locked the device rotation. And clicked by mistake on "cute the rope" and I 
was unable to dismiss it by swiping from left to right. 

  
  How to reproduce:

  1 - Lock shell rotation using the indicator
  2 - Open "cute the rope" app
  3 - Try to swipe right to left

  Expected result
  4 - The app switch appears

  Current result:
  4 - Nothing happens and I can notice that the shell has rotated and the 
indicators are on the left side (device in portrait mode).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1476434/+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 1421245] Re: Contact search doesn't support Chinese

2015-07-20 Thread Ethan Chang
I also test contact search with Simplified Chinese, it works for me.

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

Title:
  Contact search doesn't support Chinese

Status in Canonical System Image:
  Fix Released
Status in address-book-app package in Ubuntu:
  Fix Released
Status in dialer-app package in Ubuntu:
  Invalid
Status in messaging-app package in Ubuntu:
  Invalid

Bug description:
  Steps to reproduce

  1) Create a contact with a Chinese name

  2) Type that name in to the contact search

  Expected result

  Just that contact should appear

  Actual result

  All contacts appear

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1421245/+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 1474773] Re: Mir 0.14 bumps mirplatform ABI to 8 but symbols still versioned as "MIRPLATFORM_7"

2015-07-20 Thread Daniel van Vugt
** Branch linked: lp:~andreas-pokorny/mir/0.14-fix-abi-problems

** Changed in: mir/0.14
   Status: Won't Fix => In Progress

** Changed in: mir/0.14
 Assignee: (unassigned) => Andreas Pokorny (andreas-pokorny)

** Changed in: mir
   Importance: Medium => High

** Changed in: mir/0.14
   Importance: Medium => High

** Changed in: mir/0.14
Milestone: None => 0.14.0

** Changed in: mir
 Assignee: Daniel van Vugt (vanvugt) => Cemil Azizoglu (cemil-azizoglu)

** Changed in: mir
   Status: In Progress => Fix Committed

** Branch linked: lp:~cemil-azizoglu/mir/use-options-on-probing

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

Title:
  Mir 0.14 bumps mirplatform ABI to 8 but symbols still versioned as
  "MIRPLATFORM_7"

Status in Mir:
  Fix Committed
Status in Mir 0.14 series:
  In Progress
Status in mir package in Ubuntu:
  New

Bug description:
  Mir 0.14 bumps mirplatform ABI to 8 but symbols still versioned as
  "MIRPLATFORM_7"

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1474773/+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 1475994] Re: mir fails to build with GCC 5

2015-07-20 Thread Daniel van Vugt
** Also affects: mir/0.14
   Importance: Undecided
   Status: New

** Changed in: mir/0.14
   Status: New => In Progress

** Changed in: mir/0.14
 Assignee: (unassigned) => Alan Griffiths (alan-griffiths)

** Changed in: mir/0.14
Milestone: None => 0.14.1

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

Title:
  mir fails to build with GCC 5

Status in Mir:
  In Progress
Status in Mir 0.14 series:
  In Progress
Status in mir package in Ubuntu:
  Confirmed

Bug description:
  as seen in silo16:

  https://launchpadlibrarian.net/212029958/buildlog_ubuntu-wily-
  amd64.mir_0.14.0%2B15.10.20150715-0ubuntu2~gcc5.1_BUILDING.txt.gz

  make[3]: Entering directory 
'/«BUILDDIR»/mir-0.14.0+15.10.20150715/obj-x86_64-linux-gnu'
  /usr/bin/cmake -E cmake_progress_report 
/«BUILDDIR»/mir-0.14.0+15.10.20150715/obj-x86_64-linux-gnu/CMakeFiles 
  [ 10%] Building CXX object 
src/protobuf/CMakeFiles/mirprotobuf.dir/google_protobuf_guard.cpp.o
  cd /«BUILDDIR»/mir-0.14.0+15.10.20150715/obj-x86_64-linux-gnu/src/protobuf && 
/usr/bin/x86_64-linux-gnu-g++   -DLOG_NDEBUG=1 -DMESA_EGL_NO_X11_HEADERS 
-DMIR_VERSION_MAJOR=0 -DMIR_VERSION_MICRO=0 -DMIR_VERSION_MINOR=14 
-Dmirprotobuf_EXPORTS -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -D_FORTIFY_SOURCE=2  -pthread -g -std=c++14 -Werror 
-Wall -fno-strict-aliasing -pedantic -Wnon-virtual-dtor -Wextra -fPIC -fPIC 
-I/«BUILDDIR»/mir-0.14.0+15.10.20150715/include/common 
-I/«BUILDDIR»/mir-0.14.0+15.10.20150715/src/include/common 
-I/«BUILDDIR»/mir-0.14.0+15.10.20150715/obj-x86_64-linux-gnu/src/protobuf-o 
CMakeFiles/mirprotobuf.dir/google_protobuf_guard.cpp.o -c 
/«BUILDDIR»/mir-0.14.0+15.10.20150715/src/protobuf/google_protobuf_guard.cpp
  In file included from 
/«BUILDDIR»/mir-0.14.0+15.10.20150715/src/protobuf/google_protobuf_guard.cpp:19:0:
  
/«BUILDDIR»/mir-0.14.0+15.10.20150715/src/include/common/mir/protobuf/google_protobuf_guard.h:37:6:
 error: '{anonymous}::force_google_protobuf_init' defined but not used 
[-Werror=unused-variable]
   bool force_google_protobuf_init{(mir::protobuf::google_protobuf_guard(), 
true)};
^
  /usr/bin/cmake -E cmake_progress_report 
/«BUILDDIR»/mir-0.14.0+15.10.20150715/obj-x86_64-linux-gnu/CMakeFiles 
  cc1plus: all warnings being treated as errors
  make[3]: *** 
[src/protobuf/CMakeFiles/mirprotobuf.dir/google_protobuf_guard.cpp.o] Error 1
  [ 10%] src/protobuf/CMakeFiles/mirprotobuf.dir/build.make:75: recipe for 
target 'src/protobuf/CMakeFiles/mirprotobuf.dir/google_protobuf_guard.cpp.o' 
failed
  make[3]: Leaving directory 
'/«BUILDDIR»/mir-0.14.0+15.10.20150715/obj-x86_64-linux-gnu'
  CMakeFiles/Makefile2:2622: recipe for target 
'src/protobuf/CMakeFiles/mirprotobuf.dir/all' failed
  make[2]: *** [src/protobuf/CMakeFiles/mirprotobuf.dir/all] Error 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1475994/+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 1396768] Re: pcre3 vulnerability CVE-2014-8964

2015-07-20 Thread Seyeong Kim
** Changed in: pcre3 (Ubuntu)
 Assignee: (unassigned) => Seyeong Kim (xtrusia)

** Changed in: pcre3 (Ubuntu)
 Assignee: Seyeong Kim (xtrusia) => (unassigned)

** Patch added: "wily-cve-2015.debdiff"
   
https://bugs.launchpad.net/ubuntu/trusty/+source/pcre3/+bug/1396768/+attachment/4431778/+files/wily-cve-2015.debdiff

** Patch removed: "utopic-cve-2014-8964.debdiff"
   
https://bugs.launchpad.net/ubuntu/trusty/+source/pcre3/+bug/1396768/+attachment/4424961/+files/utopic-cve-2014-8964.debdiff

** Patch removed: "trusty-cve-2014-8964.debdiff"
   
https://bugs.launchpad.net/ubuntu/trusty/+source/pcre3/+bug/1396768/+attachment/4424951/+files/trusty-cve-2014-8964.debdiff

** Description changed:

  SRU Justification
  
  [Impact]
  
  CVE-2014-8964
+ CVE-2015-2325
+ CVE-2015-2326
+ CVE-2015-3210
+ CVE-2015-5073
  
  [Test Case]
  
  [Regression Potential]
  
  [Other Info]
  
+ CVE-2014-8964
+ 
  https://security-tracker.debian.org/tracker/CVE-2014-8964
  https://bugzilla.redhat.com/show_bug.cgi?id=1166147
  http://bugs.exim.org/show_bug.cgi?id=1546
  
  Requires some heavy backporting to older releases, see:
  https://bugzilla.redhat.com/show_bug.cgi?id=1166147#c2.
+ 
+ CVE-2015-2325
+ 
+ https://security-tracker.debian.org/tracker/CVE-2015-2325
+ http://bugs.exim.org/show_bug.cgi?id=1591
+ http://vcs.pcre.org/pcre?view=revision&revision=1528
+ 
+ CVE-2015-2326
+ 
+ https://security-tracker.debian.org/tracker/CVE-2015-2326
+ http://bugs.exim.org/show_bug.cgi?id=1592
+ http://vcs.pcre.org/pcre?view=revision&revision=1529
+ 
+ CVE-2015-3210
+ 
+ https://security-tracker.debian.org/tracker/CVE-2015-3210
+ https://bugs.exim.org/show_bug.cgi?id=1636
+ http://vcs.pcre.org/pcre?view=revision&revision=1558
+ 
+ CVE-2015-5073
+ 
+ https://security-tracker.debian.org/tracker/CVE-2015-5073
+ https://bugs.exim.org/show_bug.cgi?id=1651
+ http://vcs.pcre.org/pcre?view=revision&revision=1571

** Summary changed:

- pcre3 vulnerability CVE-2014-8964
+ pcre3 vulnerability CVE-2014, 2015

** Changed in: pcre3 (Ubuntu)
 Assignee: (unassigned) => Seyeong Kim (xtrusia)

** Changed in: pcre3 (Ubuntu)
   Status: Confirmed => In Progress

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

Title:
  pcre3 vulnerability CVE-2014, 2015

Status in pcre3 package in Ubuntu:
  In Progress
Status in pcre3 source package in Precise:
  New
Status in pcre3 source package in Trusty:
  In Progress
Status in pcre3 source package in Utopic:
  In Progress

Bug description:
  SRU Justification

  [Impact]

  CVE-2014-8964
  CVE-2015-2325
  CVE-2015-2326
  CVE-2015-3210
  CVE-2015-5073

  [Test Case]

  [Regression Potential]

  [Other Info]

  CVE-2014-8964

  https://security-tracker.debian.org/tracker/CVE-2014-8964
  https://bugzilla.redhat.com/show_bug.cgi?id=1166147
  http://bugs.exim.org/show_bug.cgi?id=1546

  Requires some heavy backporting to older releases, see:
  https://bugzilla.redhat.com/show_bug.cgi?id=1166147#c2.

  CVE-2015-2325

  https://security-tracker.debian.org/tracker/CVE-2015-2325
  http://bugs.exim.org/show_bug.cgi?id=1591
  http://vcs.pcre.org/pcre?view=revision&revision=1528

  CVE-2015-2326

  https://security-tracker.debian.org/tracker/CVE-2015-2326
  http://bugs.exim.org/show_bug.cgi?id=1592
  http://vcs.pcre.org/pcre?view=revision&revision=1529

  CVE-2015-3210

  https://security-tracker.debian.org/tracker/CVE-2015-3210
  https://bugs.exim.org/show_bug.cgi?id=1636
  http://vcs.pcre.org/pcre?view=revision&revision=1558

  CVE-2015-5073

  https://security-tracker.debian.org/tracker/CVE-2015-5073
  https://bugs.exim.org/show_bug.cgi?id=1651
  http://vcs.pcre.org/pcre?view=revision&revision=1571

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pcre3/+bug/1396768/+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 1466273] Re: gstreamer fails intermittently

2015-07-20 Thread Michi Henning
As an experiment, I added a separate thread to vs-thumb that runs a
timer. When the timer fires (after 10 seconds), the thread calls
_exit().

When I have one of these stuck vs-thumb processes that is spinning, I
see the timer firing. However, _exit() does not terminate the process
immediately. I'm seeing the same 30-second delay that I get after
SIGKILL.

Note that this doesn't happen all the time. Sometimes, the _exit() call
works (just as sometimes, the SIGKILL works). But, around 20% of the
time, I get this 30-second delay before the process finally exits.

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

Title:
  gstreamer fails intermittently

Status in Thumbnailer:
  New
Status in gstreamer1.0 package in Ubuntu:
  New

Bug description:
  gstreamer occasionally fails to extract a thumbnail from a video file.
  It's clearly a race condition because, almost all of the time, it
  succeeds. To reproduce:

  Check out the thumbnailer/devel branch at r217 and build it. Then:

  cd build/src/vs-thumb

  ./vs-thumb fd://0 ./x.jpg <../../../tests/media/testvideo.ogg

  Point a browser at the generated x.jpg file and check that the image
  was extracted correctly.

  Now run

  while ./vs-thumb fd://0 ./x.jpg <../../../tests/media/testvideo.ogg ;
  do :; done

  Within maybe a hundred iterations or so, I get:

  Error creating thumbnail: ThumbnailExtractor: change_state(): reading
  async messages: GStreamer error: negotiation problem.

To manage notifications about this bug go to:
https://bugs.launchpad.net/thumbnailer/+bug/1466273/+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 1476434] [NEW] rotation lock does not work for some apps

2015-07-20 Thread Renato Araujo Oliveira Filho
Public bug reported:

Image OTA5


I locked the device rotation. And clicked by mistake on "cute the rope" and I 
was unable to dismiss it by swiping from left to right. 


How to reproduce:

1 - Lock shell rotation using the indicator
2 - Open "cute the rope" app
3 - Try to swipe right to left

Expected result
4 - The app switch appears

Current result:
4 - Nothing happens and I can notice that the shell has rotated and the 
indicators are on the left side (device in portrait mode).

** Affects: unity8 (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/1476434

Title:
  rotation lock does not work for some apps

Status in unity8 package in Ubuntu:
  New

Bug description:
  Image OTA5

  
  I locked the device rotation. And clicked by mistake on "cute the rope" and I 
was unable to dismiss it by swiping from left to right. 

  
  How to reproduce:

  1 - Lock shell rotation using the indicator
  2 - Open "cute the rope" app
  3 - Try to swipe right to left

  Expected result
  4 - The app switch appears

  Current result:
  4 - Nothing happens and I can notice that the shell has rotated and the 
indicators are on the left side (device in portrait mode).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1476434/+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 1454882] Re: when swiping the launcher on the tutorial, it leaves the edge

2015-07-20 Thread Launchpad Bug Tracker
This bug was fixed in the package unity8 - 8.10+15.10.20150717-0ubuntu1

---
unity8 (8.10+15.10.20150717-0ubuntu1) wily; urgency=medium

  [ Albert Astals ]
  * Ensure tutorial doesn't let user drag the launcher past screen edge.
(LP: #1454882)

  [ Albert Astals Cid ]
  * Fix build with ninja

  [ Andrea Cimitan ]
  * Add PreviewSocialComment

  [ Daniel d'Andrada ]
  * Ensure tutorial doesn't let user drag the launcher past screen edge.
(LP: #1454882)
  * Update tst_ShellWithPin

  [ Josh Arenson ]
  * Add a basic autopilot test for the SettingsWizard

  [ Lukáš Tinkl ]
  * Avoid sync DBUS calls

  [ Marcus Tomlinson ]
  * Handle TERM, HUP, and INT signals in unity-scope-tool (LP: #1470464)

  [ Michael Zanetti ]
  * Add PreviewSocialComment

  [ Nick Dedekind ]
  * Fixed qml warnings in 'make tryShell'

 -- CI Train Bot   Fri, 17 Jul 2015 15:53:38
+

** Changed in: unity8 (Ubuntu)
   Status: In Progress => Fix Released

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

Title:
  when swiping the launcher on the tutorial, it leaves the edge

Status in unity8 package in Ubuntu:
  Fix Released

Bug description:
  When I do the swipe that opens the launcher on the tutorial, the launcher is 
no longer anchored to the left edge.
  (take a look at the attached screenshot).

  To reproduce:
  Flash the phone.
  Finish the wizard.
  Do the first swipe of the tutorial.

  Tested in krillin devel-proposed 210

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1454882/+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 1408963] Re: [Xbuntu 14.04, 14.10 and 15.04] Network manager stops working: iwl3945 0000:03:00.0: BSM uCode verification failed at addr ...; wlan0: deauthenticating from... by lo

2015-07-20 Thread Guillaume Caumartin-Plante
Same issue on Dell XPS m1330, calling CRDA  at the end.

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

Title:
  [Xbuntu 14.04, 14.10 and 15.04] Network manager stops working: iwl3945
  :03:00.0: BSM uCode verification failed at addr ...; wlan0:
  deauthenticating from... by local choice (Reason: 3=DEAUTH_LEAVING),

Status in linux-firmware package in Ubuntu:
  Confirmed
Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  From time to time, the system loses all wireles networks and kubuntu
  network manager applet goes blank - not even one network is shown. All
  wifi connections are broken. Rebooting fixes the issue, switching to
  WICD on-the-fly enables to continue browsing without rebooting, so it
  seems to be no hardware issue or iwl3945 issue.

  What to expect: stable connections and flawless network managing.
  What happens: so above.

  Further informations about the system, the network configuration, the
  package version can be found in the attachment, also parts of rsyslog
  and dmesg.

  Interesting, according to some helpers, are the following lines:
  dmesg:   wlan0: deauthenticating from 02:26:4d:ac:8f:45 by local choice 
(Reason: 3=DEAUTH_LEAVING)

  lsb_release -a
  No LSB modules are available.
  Distributor ID: Ubuntu
  Description:Ubuntu 14.10
  Release:14.10
  Codename:   utopic

  apt-cache policy network-manager
  network-manager:
    Installiert:   0.9.8.8-0ubuntu28
    Installationskandidat: 0.9.8.8-0ubuntu28
    Versionstabelle:
   *** 0.9.8.8-0ubuntu28 0
  500 http://de.archive.ubuntu.com/ubuntu/ utopic/main amd64 Packages
  100 /var/lib/dpkg/status

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1408963/+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 1408963] Re: [Xbuntu 14.04, 14.10 and 15.04] Network manager stops working: iwl3945 0000:03:00.0: BSM uCode verification failed at addr ...; wlan0: deauthenticating from... by lo

2015-07-20 Thread Guillaume Caumartin-Plante
Same issue. At the end

Dell XPS M1330
VIVID 1504.
Dmesg log attached.

** Attachment added: "dmesg log"
   
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1408963/+attachment/4431761/+files/dmesg_output.txt

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

Title:
  [Xbuntu 14.04, 14.10 and 15.04] Network manager stops working: iwl3945
  :03:00.0: BSM uCode verification failed at addr ...; wlan0:
  deauthenticating from... by local choice (Reason: 3=DEAUTH_LEAVING),

Status in linux-firmware package in Ubuntu:
  Confirmed
Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  From time to time, the system loses all wireles networks and kubuntu
  network manager applet goes blank - not even one network is shown. All
  wifi connections are broken. Rebooting fixes the issue, switching to
  WICD on-the-fly enables to continue browsing without rebooting, so it
  seems to be no hardware issue or iwl3945 issue.

  What to expect: stable connections and flawless network managing.
  What happens: so above.

  Further informations about the system, the network configuration, the
  package version can be found in the attachment, also parts of rsyslog
  and dmesg.

  Interesting, according to some helpers, are the following lines:
  dmesg:   wlan0: deauthenticating from 02:26:4d:ac:8f:45 by local choice 
(Reason: 3=DEAUTH_LEAVING)

  lsb_release -a
  No LSB modules are available.
  Distributor ID: Ubuntu
  Description:Ubuntu 14.10
  Release:14.10
  Codename:   utopic

  apt-cache policy network-manager
  network-manager:
    Installiert:   0.9.8.8-0ubuntu28
    Installationskandidat: 0.9.8.8-0ubuntu28
    Versionstabelle:
   *** 0.9.8.8-0ubuntu28 0
  500 http://de.archive.ubuntu.com/ubuntu/ utopic/main amd64 Packages
  100 /var/lib/dpkg/status

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1408963/+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 1470464] Re: Closing the unity-scope-tool via SIGTERM leaves its scoperegistry processes behind

2015-07-20 Thread Launchpad Bug Tracker
This bug was fixed in the package unity8 - 8.10+15.10.20150717-0ubuntu1

---
unity8 (8.10+15.10.20150717-0ubuntu1) wily; urgency=medium

  [ Albert Astals ]
  * Ensure tutorial doesn't let user drag the launcher past screen edge.
(LP: #1454882)

  [ Albert Astals Cid ]
  * Fix build with ninja

  [ Andrea Cimitan ]
  * Add PreviewSocialComment

  [ Daniel d'Andrada ]
  * Ensure tutorial doesn't let user drag the launcher past screen edge.
(LP: #1454882)
  * Update tst_ShellWithPin

  [ Josh Arenson ]
  * Add a basic autopilot test for the SettingsWizard

  [ Lukáš Tinkl ]
  * Avoid sync DBUS calls

  [ Marcus Tomlinson ]
  * Handle TERM, HUP, and INT signals in unity-scope-tool (LP: #1470464)

  [ Michael Zanetti ]
  * Add PreviewSocialComment

  [ Nick Dedekind ]
  * Fixed qml warnings in 'make tryShell'

 -- CI Train Bot   Fri, 17 Jul 2015 15:53:38
+

** Changed in: unity8 (Ubuntu)
   Status: In Progress => Fix Released

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

Title:
  Closing the unity-scope-tool via SIGTERM leaves its scoperegistry
  processes behind

Status in unity8 package in Ubuntu:
  Fix Released

Bug description:
  The unity-scope-tool is not handling unix termination signals, and
  hence is not cleaning up its scoperegisry child process correctly.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1470464/+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 1476425] [NEW] /usr/bin/pulseaudio:6:transport_microphone_gain_changed_cb:pa_hook_fire:parse_audio_property:filter_cb:dbus_connection_dispatch

2015-07-20 Thread errors.ubuntu.com bug bridge
Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem
regarding pulseaudio.  This problem was most recently seen with version
1:6.0-0ubuntu6, the problem page at
https://errors.ubuntu.com/problem/a479a332670b555bda5b729655f6f238ea85987a
contains more details.

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


** Tags: kylin-14.10 rtm-14.09 utopic vivid

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

Title:
  
/usr/bin/pulseaudio:6:transport_microphone_gain_changed_cb:pa_hook_fire:parse_audio_property:filter_cb:dbus_connection_dispatch

Status in pulseaudio package in Ubuntu:
  New

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding pulseaudio.  This problem was most recently seen with
  version 1:6.0-0ubuntu6, the problem page at
  https://errors.ubuntu.com/problem/a479a332670b555bda5b729655f6f238ea85987a
  contains more details.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1476425/+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 1363897] Re: kdb5_ldap_util can not create krbContainer

2015-07-20 Thread Ryan Short
Just appears to be an issue with the documentation as noted by Gabriels
previously linked bug report
https://bugs.launchpad.net/serverguide/+bug/1409392

Can confirm that following the guide but making the change highlighted
by
https://bugs.launchpad.net/ubuntu/+source/krb5/+bug/1363897/comments/3
the containers look to have been created successfully and kadmin looks
populated, it was also able to add the kerberos attributes to an
existing user in the ldap database.

This was all without making any other changes, so regarding Rob's query
the kdb5_ldap_util create line stayed as is.

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

Title:
  kdb5_ldap_util  can not create krbContainer

Status in krb5 package in Ubuntu:
  Confirmed

Bug description:
  Following instructions on
  https://help.ubuntu.com/10.04/serverguide/kerberos-ldap.html
  creating the initial database with kdb5_ldap_util 
  (>>sudo kdb5_ldap_util -D cn=admin,dc=app,dc=tsn create -subtrees 
dc=app,dc=tsn -r APP.TSN -s -H ldap:///ldap01.app.tsn)
  fails with error message:
  >>kdb5_ldap_util: Kerberos Container create FAILED: Object class violation 
while creating realm 'APP.TSN'

  after reading these mails
  http://comments.gmane.org/gmane.comp.encryption.kerberos.general/18509
  setting up loglevel for slapd in syslog, following error message can be found:
  --
  Sep  1 09:52:19 ldap01 slapd[1165]: ==> hdb_add: dc=app,dc=tsn
  Sep  1 09:52:19 ldap01 slapd[1165]: oc_check_required entry (dc=app,dc=tsn), 
objectClass "krbContainer"
  Sep  1 09:52:19 ldap01 slapd[1165]: oc_check_allowed type "objectClass"
  Sep  1 09:52:19 ldap01 slapd[1165]: oc_check_allowed type "cn"
  Sep  1 09:52:19 ldap01 slapd[1165]: oc_check_allowed type 
"structuralObjectClass"
  Sep  1 09:52:19 ldap01 slapd[1165]: oc_check_allowed type "dc"
  Sep  1 09:52:19 ldap01 slapd[1165]: Entry (dc=app,dc=tsn), attribute 'dc' not 
allowed
  Sep  1 09:52:19 ldap01 slapd[1165]: hdb_add: entry failed schema check: 
attribute 'dc' not allowed (65)
  ---

  System: 
  Ubuntu 14.04 LTS
  slapd  2.4.31-1+nmu amd64
  krb5-config2.3
  krb5-kdc   1.12+dfsg-2u amd64
  krb5-kdc-ldap  1.12+dfsg-2u amd64
  krb5-locales   1.12+dfsg-2u 
  krb5-user  1.12+dfsg-2u amd64

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/krb5/+bug/1363897/+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 1476300] Re: ListItem can be dragged using right click

2015-07-20 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-sdk-team/ubuntu-ui-
toolkit/listItemLeftButtonSwipe

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

Title:
  ListItem can be dragged using right click

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

Bug description:
  staging branch, revision 1204

  How to reproduce:
  - Open UI toolkit gallery
  - go to New ListItems page
  - right click and drag on a list item that has trailing/leading actions

  Expected outcome:
  it should not move

  Actual outcome:
  the right-click contextual menu appears, but you can still keep dragging to 
access the side actions, and when you release, the actions don't animate to 
snapping position as intended

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1476300/+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 1361864] Re: add "Preferred" property to ConnectionContext interface

2015-07-20 Thread Tony Espy
** No longer affects: ubuntu-system-settings (Ubuntu Vivid)

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

Title:
  add "Preferred" property to ConnectionContext interface

Status in Canonical System Image:
  Confirmed
Status in libqofono package in Ubuntu:
  Fix Released
Status in network-manager package in Ubuntu:
  In Progress
Status in nuntium package in Ubuntu:
  Fix Released
Status in ofono package in Ubuntu:
  Fix Released
Status in ubuntu-system-settings package in Ubuntu:
  In Progress
Status in network-manager package in Ubuntu RTM:
  Fix Released
Status in nuntium package in Ubuntu RTM:
  Fix Released
Status in ofono package in Ubuntu RTM:
  Fix Released
Status in ubuntu-system-settings package in Ubuntu RTM:
  In Progress

Bug description:
  To implement system-settings APN editor reliably there has to be a Tag
  field with is an arbitrary non user-visible string that can be set for
  any Context.

  We also need org.ofono.ConnectionManager.AddContext which takes a
  variant map with prepopulated values for the context to be created, so
  we can have a function in QOfono
  QOfonoConnectionManager::addContextWithTag(QString tag).

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1361864/+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 1476409] [NEW] package lightdm 1.10.5-0ubuntu1.1 failed to install/upgrade: подпроцесс установлен сценарий post-removal возвратил код ошибки 1

2015-07-20 Thread Archie
Public bug reported:

after installing ubuntu-tweak and changing login screen background image

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: lightdm 1.10.5-0ubuntu1.1
ProcVersionSignature: Ubuntu 3.16.0-43.58~14.04.1-generic 3.16.7-ckt13
Uname: Linux 3.16.0-43-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.11
AptOrdering:
 ubuntu-desktop: Purge
 lightdm: Purge
Architecture: amd64
Date: Mon Jul 20 17:10:53 2015
ErrorMessage: подпроцесс установлен сценарий post-removal возвратил код ошибки 1
InstallationDate: Installed on 2015-07-18 (2 days ago)
InstallationMedia: It
SourcePackage: lightdm
Title: package lightdm 1.10.5-0ubuntu1.1 failed to install/upgrade: подпроцесс 
установлен сценарий post-removal возвратил код ошибки 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package trusty

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

Title:
  package lightdm 1.10.5-0ubuntu1.1 failed to install/upgrade:
  подпроцесс установлен сценарий post-removal возвратил код ошибки 1

Status in lightdm package in Ubuntu:
  New

Bug description:
  after installing ubuntu-tweak and changing login screen background
  image

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: lightdm 1.10.5-0ubuntu1.1
  ProcVersionSignature: Ubuntu 3.16.0-43.58~14.04.1-generic 3.16.7-ckt13
  Uname: Linux 3.16.0-43-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.11
  AptOrdering:
   ubuntu-desktop: Purge
   lightdm: Purge
  Architecture: amd64
  Date: Mon Jul 20 17:10:53 2015
  ErrorMessage: подпроцесс установлен сценарий post-removal возвратил код 
ошибки 1
  InstallationDate: Installed on 2015-07-18 (2 days ago)
  InstallationMedia: It
  SourcePackage: lightdm
  Title: package lightdm 1.10.5-0ubuntu1.1 failed to install/upgrade: 
подпроцесс установлен сценарий post-removal возвратил код ошибки 1
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1476409/+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 1460993] Re: Multiple thumbnail requests for a single image

2015-07-20 Thread Michi Henning
Just to add to this: if the gallery app wants show a still of a video at
full size, asking for a thumbnail at (0,0) actually makes sense because
there is no sensible way for the gallery app to pull out a still frame.
For photos, it would be nice if the gallery app were to open the image
file directly. That way, we don't end up with the image on disk twice
(once in the original file, and once inside the thumbnail cache).

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

Title:
  Multiple thumbnail requests for a single image

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

Bug description:
  I just took two short videos and four photos on the phone. When I look
  at the events page in the gallery app, I see thumbnails for the these
  just fine. I'm also tracing the requests that are made to the
  thumbnailer. When I tap on one of the photos, I see the following
  requests fired at the thumbnailer all at once (within one or two
  tenths of a second):

  Create thumbnail for 
"/home/phablet/Pictures/com.ubuntu.camera/image20150602_073643136.jpg" at size 
QSize(216, 216)
  Create thumbnail for 
"/home/phablet/Pictures/com.ubuntu.camera/image20150602_073643136.jpg" at size 
QSize(216, -1)
  Create thumbnail for 
"/home/phablet/Pictures/com.ubuntu.camera/image20150602_073643136.jpg" at size 
QSize(231, 0)
  Create thumbnail for 
"/home/phablet/Pictures/com.ubuntu.camera/image20150602_073643136.jpg" at size 
QSize(256, 0)
  Create thumbnail for 
"/home/phablet/Pictures/com.ubuntu.camera/image20150602_073643136.jpg" at size 
QSize(291, 0)
  Create thumbnail for 
"/home/phablet/Pictures/com.ubuntu.camera/image20150602_073643136.jpg" at size 
QSize(341, 0)
  Create thumbnail for 
"/home/phablet/Pictures/com.ubuntu.camera/image20150602_073643136.jpg" at size 
QSize(402, 0)
  Create thumbnail for 
"/home/phablet/Pictures/com.ubuntu.camera/image20150602_073643136.jpg" at size 
QSize(477, 0)
  Create thumbnail for 
"/home/phablet/Pictures/com.ubuntu.camera/image20150602_073643136.jpg" at size 
QSize(558, 0)
  Create thumbnail for 
"/home/phablet/Pictures/com.ubuntu.camera/image20150602_073643136.jpg" at size 
QSize(657, 0)
  Create thumbnail for 
"/home/phablet/Pictures/com.ubuntu.camera/image20150602_073643136.jpg" at size 
QSize(768, 0)
  Create thumbnail for 
"/home/phablet/Pictures/com.ubuntu.camera/image20150602_073643136.jpg" at size 
QSize(768, 1222)

  This is horribly wasteful because the app retrieves the same image a
  dozen times. But, worse, we will cache thumbnailer in twelve different
  sizes for that same single image because we are being asked for a
  different size each time.

  Also note that requests with width or height < 0 are interpreted to
  mean "as large as possible". The second request above consequently
  causes the image to be cached in its full size (unless it's larger
  than 1920, in which case we limit it to 1920x1920 bounding box).

  Something seems definitely wrong here. The multiple requests are
  wasteful, and the different sizes mean that the cache is far less
  effective than it could be.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1460993/+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 1476391] Re: pressing Live Call indicator causes indicator menu to be shown

2015-07-20 Thread kevin gunn
** Changed in: unity8 (Ubuntu)
 Assignee: (unassigned) => Nick Dedekind (nick-dedekind)

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

Title:
  pressing Live Call indicator causes indicator menu to be shown

Status in Canonical System Image:
  New
Status in unity8 package in Ubuntu:
  New

Bug description:
  krillin vivid rc-proposed image 70

  1) Open dialer and make a call
  2) press on the "+" button in the dialer which will display contacts list
  3) press on the top indicator panel "Tap here to return to call.."

  Expected result:
  The dialer live call view should be displayed directly after tapping on the 
panel

  Actual result:
  The entire indicator panel is partially displayed and animates back up 
causing a flash. It's more noticeable if you have unread messages in your 
indicator-messages indicator.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1476391/+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 1361864] Re: add "Preferred" property to ConnectionContext interface

2015-07-20 Thread Launchpad Bug Tracker
** Branch linked: lp:~phablet-team/network-manager/lp1361864-wily

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

Title:
  add "Preferred" property to ConnectionContext interface

Status in Canonical System Image:
  Confirmed
Status in libqofono package in Ubuntu:
  Fix Released
Status in network-manager package in Ubuntu:
  In Progress
Status in nuntium package in Ubuntu:
  Fix Released
Status in ofono package in Ubuntu:
  Fix Released
Status in ubuntu-system-settings package in Ubuntu:
  In Progress
Status in ubuntu-system-settings source package in Vivid:
  New
Status in network-manager package in Ubuntu RTM:
  Fix Released
Status in nuntium package in Ubuntu RTM:
  Fix Released
Status in ofono package in Ubuntu RTM:
  Fix Released
Status in ubuntu-system-settings package in Ubuntu RTM:
  In Progress

Bug description:
  To implement system-settings APN editor reliably there has to be a Tag
  field with is an arbitrary non user-visible string that can be set for
  any Context.

  We also need org.ofono.ConnectionManager.AddContext which takes a
  variant map with prepopulated values for the context to be created, so
  we can have a function in QOfono
  QOfonoConnectionManager::addContextWithTag(QString tag).

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1361864/+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 1475035] Re: Update to 3.16.5

2015-07-20 Thread Robert Ancell
** Changed in: gtk+3.0 (Ubuntu)
   Status: In Progress => Fix Released

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

Title:
  Update to 3.16.5

Status in gtk+3.0 package in Ubuntu:
  Fix Released

Bug description:
  Update to 3.16.5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1475035/+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 1473761] Re: SMS from A appear as to have been sent from B

2015-07-20 Thread Tiago Salem Herrmann
** Branch unlinked: lp:~tiagosh/telepathy-ofono/move-pulse-to-thread

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

Title:
  SMS from A appear as to have been sent from B

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

Bug description:
  Has been happening a lot since one week ago.

  Mako @ rc-proposed latest

  Reproduce:
  1. Receive sms message from person A

  What happens:
  The message appears in the message history of person B, C, …, n.

  What should happen:
  Clearly, it's crucial that a message from person A needs to appear in person 
A's message history

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1473761/+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 1475982] Re: mir (main) build-depends on abi-compliance-checker (universe)

2015-07-20 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 1464447 ***
https://bugs.launchpad.net/bugs/1464447

** Branch linked: lp:mir/0.14

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

Title:
  mir (main) build-depends on abi-compliance-checker (universe)

Status in Mir:
  New
Status in mir package in Ubuntu:
  Confirmed

Bug description:
  mir (main) build-depends on abi-compliance-checker (universe), this
  seems to be introduced for 14.10. Please either drop this build
  dependency or file a MIR for the package. This severely hinders
  rebuilding packages using GCC 5 in silo16.

  This is a long known issue, in that the ci-train ignores the
  main/universe split, while having the ubuntu-touch stack in the
  archive. Somebody should systematically go through all the packages in
  the touch stack and properly include these into main.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1475982/+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 1467039] Re: My lenovo t540p with Ubuntu 14.04 freezes very often

2015-07-20 Thread Ehsan
Hi Christopher

Thanks for your help!

Just to make sure is this where I can download official mainline ubunutu
kernels (so come with support) https://www.kernel.org/?

Regards
Ehsan

On Thu, Jul 2, 2015 at 4:21 AM, Christopher M. Penalver <
christopher.m.penal...@gmail.com> wrote:

> Ehsan, thank you for taking the time to report this bug and trying to
> help make Ubuntu better. However, as per
>
> https://wiki.ubuntu.com/Kernel/MainlineBuilds#Does_the_kernel_team_support_the_mainline_kernel_builds.3F
> the mainline kernel you are using is not a software package provided by
> the official Ubuntu repositories. Because of this the Ubuntu project can
> not support or fix your particular bug. Please report this bug to the
> provider of the software package.
>
> If you are interested in learning more about software repositories and
> Ubuntu, check https://help.ubuntu.com/community/Repositories
>
> If this is reproducible with the default Ubuntu kernel, please file a new
> report (not reopen this one) via a terminal:
> ubuntu-bug xorg
>
> Please ensure you have xdiagnose installed, and that you click the Yes
> button for attaching additional debugging information.
>
> ** Tags added: latest-bios-2.18
>
> ** Changed in: xorg (Ubuntu)
>Status: New => Invalid
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1467039
>
> Title:
>   My lenovo t540p with Ubuntu 14.04 freezes very often
>
> Status in xorg package in Ubuntu:
>   Invalid
>
> Bug description:
>   I need to reboot each time as it freezes forever. Many people are
>   having this issue unfortunately.
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 14.04
>   Package: xorg 1:7.7+1ubuntu8.1
>   Uname: Linux 3.19.0-031900rc2-generic x86_64
>   .tmp.unity.support.test.0:
>
>   ApportVersion: 2.14.1-0ubuntu3.11
>   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
>   CurrentDesktop: Unity
>   Date: Fri Jun 19 20:19:35 2015
>   DistUpgraded: 2014-05-08 21:45:39,590 DEBUG enabling apt cron job
>   DistroCodename: trusty
>   DistroVariant: ubuntu
>   DkmsStatus: 8192cu, 1.10, 3.19.0-031900rc2-generic, x86_64: installed
>   ExtraDebuggingInterest: Yes, if not too technical
>   GraphicsCard:
>Intel Corporation 4th Gen Core Processor Integrated Graphics Controller
> [8086:0416] (rev 06) (prog-if 00 [VGA controller])
>  Subsystem: Lenovo Device [17aa:2210]
>   InstallationDate: Installed on 2014-03-25 (451 days ago)
>   InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64
> (20131016.1)
>   MachineType: LENOVO 20BECTO1WW
>   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-031900rc2-generic
> root=UUID=3184abc7-3a2d-41bb-abbd-db9c6305619e ro quiet splash vt.handoff=7
>   SourcePackage: xorg
>   UpgradeStatus: Upgraded to trusty on 2014-05-09 (406 days ago)
>   dmi.bios.date: 03/05/2015
>   dmi.bios.vendor: LENOVO
>   dmi.bios.version: GMET70WW (2.18 )
>   dmi.board.asset.tag: Not Available
>   dmi.board.name: 20BECTO1WW
>   dmi.board.vendor: LENOVO
>   dmi.board.version: SDK0E50512 STD
>   dmi.chassis.asset.tag: No Asset Information
>   dmi.chassis.type: 10
>   dmi.chassis.vendor: LENOVO
>   dmi.chassis.version: Not Available
>   dmi.modalias:
> dmi:bvnLENOVO:bvrGMET70WW(2.18):bd03/05/2015:svnLENOVO:pn20BECTO1WW:pvrThinkPadT540p:rvnLENOVO:rn20BECTO1WW:rvrSDK0E50512STD:cvnLENOVO:ct10:cvrNotAvailable:
>   dmi.product.name: 20BECTO1WW
>   dmi.product.version: ThinkPad T540p
>   dmi.sys.vendor: LENOVO
>   version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
>   version.ia32-libs: ia32-libs N/A
>   version.libdrm2: libdrm2 2.4.60-2~ubuntu14.04.1
>   version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.4
>   version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
>   version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.4
>   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: Fri Jun 19 20:05:15 2015
>   xserver.configfile: default
>   xserver.errors:
>
>   xserver.logfile: /var/log/Xorg.0.log
>   xserver.outputs:
>product id5556
>vendor CMN
>   xserver.version: 2:1.15.1-0ubuntu2.7
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1467039/+subscriptions
>

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which i

[Touch-packages] [Bug 1458914] Re: [messaging app] should be able to send direct message to group member from menu

2015-07-20 Thread Launchpad Bug Tracker
This bug was fixed in the package messaging-app -
0.1+15.10.20150710.2-0ubuntu1

---
messaging-app (0.1+15.10.20150710.2-0ubuntu1) wily; urgency=medium

  [ CI Train Bot ]
  * Resync trunk.

  [ Gustavo Pichorim Boiko ]
  * Update messaging-app to use the correct icon to add a new contact.
(LP: #1473537)
  * Update the send icon per design request. added:
src/qml/assets/send.svg

  [ Ken VanDine ]
  * Handle sharing of ContentType.Text

  [ Tiago Salem Herrmann ]
  * Fix pressAndHold for all kinds of attachments (LP: #1367457)
  * Start conversation with individual participants of a group chat.
(LP: #1458914)

 -- CI Train Bot   Fri, 10 Jul 2015 19:24:17
+

** Changed in: messaging-app (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  [messaging app] should be able to send direct message to group member
  from menu

Status in Ubuntu UX:
  Fix Committed
Status in messaging-app package in Ubuntu:
  Fix Released

Bug description:
  Steps to reproduce:
  - receive a group message (MMS chat needs to be enabled)
  - open the message
  - on the header, click on the Contacts avatar
  - a list of recipients is displayed with the recipients of the message
  - click on one of the recipients in the list

  Expected Results
  - should open a new message to the selected recipient

  Actual results:
  - click on the recipient causes no action

  --UX comment---

  As per new design (please refer to the latest UX spec) the GROUP icon
  is replaced with a INFO icon where you can review the list with group
  members. Tapping on a list item from this view should allow user to
  start a new conversation with the selected contact.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1458914/+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 1473537] Re: App icon inconsistency

2015-07-20 Thread Launchpad Bug Tracker
This bug was fixed in the package messaging-app -
0.1+15.10.20150710.2-0ubuntu1

---
messaging-app (0.1+15.10.20150710.2-0ubuntu1) wily; urgency=medium

  [ CI Train Bot ]
  * Resync trunk.

  [ Gustavo Pichorim Boiko ]
  * Update messaging-app to use the correct icon to add a new contact.
(LP: #1473537)
  * Update the send icon per design request. added:
src/qml/assets/send.svg

  [ Ken VanDine ]
  * Handle sharing of ContentType.Text

  [ Tiago Salem Herrmann ]
  * Fix pressAndHold for all kinds of attachments (LP: #1367457)
  * Start conversation with individual participants of a group chat.
(LP: #1458914)

 -- CI Train Bot   Fri, 10 Jul 2015 19:24:17
+

** Changed in: messaging-app (Ubuntu)
   Status: In Progress => Fix Released

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

Title:
  App icon inconsistency

Status in messaging-app package in Ubuntu:
  Fix Released

Bug description:
  STEPS:
  1. Receive a message from someone not in your addressbook
  2. Open the messaging app
  3. Note the icon on the message in the main view
  4. Open the message
  5. Note the icon on the top right to add a contact

  EXPECTED:
  I expect to see the same icons throughout

  ACTUAL:
  The new icon looks like a fat number 8 which is correct in the main view but 
wrong in the message view for add a user, I expect to see the icon you see in 
the recent calls slider for add to addressbook

  VERSION:
  current build number: 64
  device name: arale
  channel: ubuntu-touch/rc-proposed/meizu.en-proposed
  last update: 2015-07-10 14:12:17
  version version: 64
  version ubuntu: 20150710
  version device: 20150709-8965e37
  version custom: 20150709-814-6-40

  MODIFICATIONS:
  Nil

  SCREENSHOT STORY:
  1. Main view of messaging app
  2. Messaging view with erroneous icon
  3. Dialer app recent slider view for expected icon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/messaging-app/+bug/1473537/+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 1476391] [NEW] pressing Live Call indicator causes indicator menu to be shown

2015-07-20 Thread Bill Filler
Public bug reported:

krillin vivid rc-proposed image 70

1) Open dialer and make a call
2) press on the "+" button in the dialer which will display contacts list
3) press on the top indicator panel "Tap here to return to call.."

Expected result:
The dialer live call view should be displayed directly after tapping on the 
panel

Actual result:
The entire indicator panel is partially displayed and animates back up causing 
a flash. It's more noticeable if you have unread messages in your 
indicator-messages indicator.

** Affects: canonical-devices-system-image
 Importance: Undecided
 Assignee: Kevin Gunn (kgunn)
 Status: New

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

** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

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

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Kevin Gunn (kgunn)

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

Title:
  pressing Live Call indicator causes indicator menu to be shown

Status in Canonical System Image:
  New
Status in unity8 package in Ubuntu:
  New

Bug description:
  krillin vivid rc-proposed image 70

  1) Open dialer and make a call
  2) press on the "+" button in the dialer which will display contacts list
  3) press on the top indicator panel "Tap here to return to call.."

  Expected result:
  The dialer live call view should be displayed directly after tapping on the 
panel

  Actual result:
  The entire indicator panel is partially displayed and animates back up 
causing a flash. It's more noticeable if you have unread messages in your 
indicator-messages indicator.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1476391/+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 1476389] [NEW] Sync sed 4.2.2-6.1 (main) from Debian unstable (main)

2015-07-20 Thread Jackson Doak
Public bug reported:

Please sync sed 4.2.2-6.1 (main) from Debian unstable (main)

Explanation of the Ubuntu delta and why it can be dropped:
  * Resynchronise with Debian.  Remaining changes:
- Mark sed Multi-Arch: foreign.
Fixed in debian

Changelog entries since current wily version 4.2.2-4ubuntu1:

sed (4.2.2-6.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Add multiarch metadata (Closes: 693872)

 -- Wookey   Thu, 09 Jul 2015 01:51:06 +

sed (4.2.2-6) unstable; urgency=medium

  [ Jérémy Bobbio ]
  * Fix comment typo in debian/rules
  * Ensure consistent permissions with different umasks.
closes: #774347.

 -- Clint Adams   Mon, 25 May 2015 19:38:42 -0400

sed (4.2.2-5) unstable; urgency=medium

  [ Jérémy Bobbio ]
  * Fix mtimes before building binary packages.  closes: #774347.
  * Stop recording current time when using gzip.

 -- Clint Adams   Sun, 26 Apr 2015 11:18:04 -0400

** Affects: sed (Ubuntu)
 Importance: Wishlist
 Status: New

** Changed in: sed (Ubuntu)
   Importance: Undecided => Wishlist

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

Title:
  Sync sed 4.2.2-6.1 (main) from Debian unstable (main)

Status in sed package in Ubuntu:
  New

Bug description:
  Please sync sed 4.2.2-6.1 (main) from Debian unstable (main)

  Explanation of the Ubuntu delta and why it can be dropped:
* Resynchronise with Debian.  Remaining changes:
  - Mark sed Multi-Arch: foreign.
  Fixed in debian

  Changelog entries since current wily version 4.2.2-4ubuntu1:

  sed (4.2.2-6.1) unstable; urgency=medium

* Non-maintainer upload.
* Add multiarch metadata (Closes: 693872)

   -- Wookey   Thu, 09 Jul 2015 01:51:06 +

  sed (4.2.2-6) unstable; urgency=medium

[ Jérémy Bobbio ]
* Fix comment typo in debian/rules
* Ensure consistent permissions with different umasks.
  closes: #774347.

   -- Clint Adams   Mon, 25 May 2015 19:38:42 -0400

  sed (4.2.2-5) unstable; urgency=medium

[ Jérémy Bobbio ]
* Fix mtimes before building binary packages.  closes: #774347.
* Stop recording current time when using gzip.

   -- Clint Adams   Sun, 26 Apr 2015 11:18:04 -0400

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sed/+bug/1476389/+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 1475205] Re: Random Chinese character missing with Ubuntu font

2015-07-20 Thread Tim Peeters
** Summary changed:

- Random Chinese character missing in header with 50 GU
+ Random Chinese character missing with Ubuntu font

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

Title:
  Random Chinese character missing with Ubuntu font

Status in Canonical System Image:
  Confirmed
Status in ubuntu-font-family-sources package in Ubuntu:
  New
Status in ubuntu-ui-toolkit package in Ubuntu:
  Invalid

Bug description:
  After applied 50 GU setting in image, we started seeing randomly
  missing Chinese characters across scopes and apps header, not clipped
  at the begin or end of string, sometimes in the middle.

  STEPS:

  1. Switch display language to zh_CN in system settings
  2. Reboot the phone

  EXPECTED:

  I should see all header strings displayed properly.

  ACTUAL:

  Randomly missing character.

  VERSIONS:

  current build number: 51
  device name: arale
  channel: ubuntu-touch/rc-proposed/meizu.zh-proposed
  last update: 2015-07-16 04:59:10
  version version: 51
  version ubuntu: 20150716
  version device: 20150709-8965e37
  version custom: 20150716-819-9-6

  -- update --
  The problem of missing characters can be reproduced even on a desktop, 
outside of the header, without importing Ubuntu.Components:

  import QtQuick 2.0
  Item {
  width: 800
  height: 600

  Text {
  anchors.centerIn: parent
  text: "系统设置 one two"
  font.family: "Ubuntu"
  font.pixelSize: 69
  font.weight: Font.Light
  }
  }

  The problem only appears to occur with this specific combination of
  font family, pixelSize and weight. Tim Peeters reproduced the problem
  on vivid on a laptop without changing the default settings for the
  language (LANGUAGE="en_US").

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1475205/+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 1475921] Re: Hp printer recognized, connected, and set at lpt0 on a parallel port just can not print

2015-07-20 Thread Robert Henley
Thank you, this is the output from the 2 Cmd lines

robert@spareparts ~ $ /var/log/syslog
bash: /var/log/syslog: Permission denied
robert@spareparts ~ $ sudo /var/log/syslog
[sudo] password for robert: 
sudo: /var/log/syslog: command not found
robert@spareparts ~ $ sudo aa-complain cupsd
sudo: aa-complain: command not found
robert@spareparts ~ $

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

Title:
  Hp printer recognized,connected,and set at lpt0 on a parallel port
  just can not print

Status in cups package in Ubuntu:
  Incomplete

Bug description:
  Cmd line output from Term

  robert@spareparts ~ $ lsmod | grep lp
  usblp  18277  0 
  lp 13299  0 
  parport40836  3 lp,ppdev,parport_pc
  drm_kms_helper 48868  1 nouveau
  drm   244037  5 ttm,drm_kms_helper,nouveau
  robert@spareparts ~ $ lsmod | grep ppdev
  ppdev  17391  0 
  parport40836  3 lp,ppdev,parport_pc
  robert@spareparts ~ $ lsmod | grep parport_pc
  parport_pc 31981  2 
  parport40836  3 lp,ppdev,parport_pc
  robert@spareparts ~ $ dmesg | grep par
  [0.00] Booting paravirtualized kernel on bare hardware
  [0.080220] regulator-dummy: no parameters
  [0.099368] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain  
[bus 00-1f] only partially covers this bridge
  [0.116867] hpet0: 4 comparators, 64-bit 25.00 MHz counter
  [0.764148] Asymmetric key parser 'x509' registered
  [1.304060] ahci :06:00.0: flags: 64bit ncq pm led clo pmp pio slum 
part 
  [1.760491]  sdb: unknown partition table
  [1.762354]  sde: unknown partition table
  [1.765859]  sdd: unknown partition table
  [1.766673]  sdc: unknown partition table
  [3.095589] ppdev: user-space parallel port driver
  [3.105129] PCI parallel port detected: 1415:c11c, I/O at 0xee00(0xed00), 
IRQ 18
  [3.105164] parport0: PC-style at 0xee00 (0xed00), irq 18, using FIFO 
[PCSPP,TRISTATE,COMPAT,ECP]
  [3.200344] lp0: using parport0 (interrupt-driven).
  [3.200348] PCI parallel port detected: 1415:c11c, I/O at 0xec00(0xeb00), 
IRQ 18
  [3.200387] parport1: PC-style at 0xec00 (0xeb00), irq 18, using FIFO 
[PCSPP,TRISTATE,COMPAT,ECP]
  [3.296140] lp1: using parport1 (interrupt-driven).
  [12183.100015] parport0: BUSY timeout (1) in compat_write_block_pio
  [12354.820018] parport0: BUSY timeout (1) in compat_write_block_pio
  [12384.892008] parport0: BUSY timeout (1) in compat_write_block_pio
  [12389.818249] parport0: BUSY timeout (-4) in compat_write_block_pio
  [12479.404429] parport1: lp tried to release parport when not owner
  [12479.404434] parport1: ppdev1 forgot to release port
  robert@spareparts ~ $ ls -l /dev/lp* /dev/parport*
  crw-rw 1 root lp  6, 0 Jul 18 11:06 /dev/lp0
  crw-rw 1 root lp  6, 1 Jul 18 11:06 /dev/lp1
  crw-rw-rw- 1 lp   lp 99, 0 Jul 18 11:06 /dev/parport0
  crw-rw-rw- 1 lp   lp 99, 1 Jul 18 11:06 /dev/parport1
  robert@spareparts ~ $ ls -l /proc/sys/dev/parport/parport*/autoprobe
  -r--r--r-- 1 root root 0 Jul 18 15:30 /proc/sys/dev/parport/parport0/autoprobe
  -r--r--r-- 1 root root 0 Jul 18 15:30 /proc/sys/dev/parport/parport1/autoprobe
  robert@spareparts ~ $ sudo cat /proc/sys/dev/parport/parport*/autoprobe*
  [sudo] password for robert: 
  robert@spareparts ~ $ sudo cat /proc/sys/dev/parport/parport*/autoprobe*
  robert@spareparts ~ $ lpinfo -v
  network socket
  network https
  network ipp14
  network ipp
  network ipps
  network http
  serial serial:/dev/ttyS0?baud=115200
  network smb
  network lpd
  robert@spareparts ~ $ /usr/lib/cups/backend/parallel
  direct parallel:/dev/lp0 "HP OfficeJet T Series" "HP OfficeJet T Series LPT 
#1" "MFG:Hewlett-Packard;MDL:OfficeJet T 
Series;CMD:MLC,PCL,PML;CLASS:PRINTER;DESCRIPTION:Hewlett-Packard OfficeJet T 
Series;VSTATUS:$HB0$FC0,FF,DN,IDLE,CUT;" ""
  direct parallel:/dev/lp1 "unknown" "LPT #2" "" ""
  robert@spareparts ~ $ sudo /usr/lib/cups/backend/parallel
  direct parallel:/dev/lp0 "HP OfficeJet T Series" "HP OfficeJet T Series LPT 
#1" "MFG:Hewlett-Packard;MDL:OfficeJet T 
Series;CMD:MLC,PCL,PML;CLASS:PRINTER;DESCRIPTION:Hewlett-Packard OfficeJet T 
Series;VSTATUS:$HB0$FC0,FF,DN,IDLE,CUT;" ""
  direct parallel:/dev/lp1 "unknown" "LPT #2" "" ""
  robert@spareparts ~ $ 

  
  Hplip has been manually installed with ppbuild, and CUPS has been updated

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: cups 1.7.2-0ubuntu1.6
  ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7
  Uname: Linux 3.13.0-37-generic i686
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: i386
  Date: Sat Jul 18 16:02:06 2015
  InstallationDate: Installed on 2015-07-17 (1 days ago)
  InstallationMedia: Linux Mint 17.1 "Rebecca" - Release i386 20150108
  Lpstat:
   device for H

[Touch-packages] [Bug 1476376] [NEW] reboot sometimes hangs during rc.6 shutdown

2015-07-20 Thread Pat McGowan
Public bug reported:

>From private bug #1453286 which has some background info.

Infrequently when requesting that the system Restart, it fails to
completely shut down but the system appears to shut down and never
reboots.

** Affects: lxc-android-config (Ubuntu)
 Importance: High
 Status: Confirmed

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

Title:
  reboot sometimes hangs during rc.6 shutdown

Status in lxc-android-config package in Ubuntu:
  Confirmed

Bug description:
  From private bug #1453286 which has some background info.

  Infrequently when requesting that the system Restart, it fails to
  completely shut down but the system appears to shut down and never
  reboots.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc-android-config/+bug/1476376/+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 1368411] Re: Cannot insert IPV6 rule before IPV4 rules

2015-07-20 Thread Jamie Strandboge
** Changed in: ufw (Ubuntu)
   Status: Confirmed => Triaged

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

Title:
  Cannot insert IPV6 rule before IPV4 rules

Status in ufw package in Ubuntu:
  Triaged

Bug description:
  I am unable to insert any rules concerning IPV6 before IPV4 rules. Thus, when 
IPV4 rules are numbered 1 to 5 and IPV6 rules are numbered  6 to 10,  the 
following command:
  [code]
  ufw insert 1 deny from 2a02:2210:12:a:b820:fff:fea2:25d1
  [/code]
  errors with "ERROR: Invalid position '1'".

  However, the command
  [code]
  ufw insert 6 deny from 2a02:2210:12:a:b820:fff:fea2:25d1
  [/code]
  succeeds.

  In my case, this poses a problem, since I am trying to insert rules
  from a script against brute force attacks. The script needs to insert
  blocking rules before a number of other rules that open up some ports
  (since the order of rules is important in ufw). However since the
  number of IPV4 rules will be changing all the time, the position of
  the first available number for an IPV6 address is hard to determine.

  Proposed solution: either allow IPV6 rules to precede IPV4 rules, or
  implement a keyword defining the first available position; e.g. "ufw
  insert first deny from 2a02:2210:12:a:b820:fff:fea2:25d1".

  BTW: this was all figured out with ufw version 0.31.1-1, Ubuntu
  12.04.5 LTS,

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ufw/+bug/1368411/+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 1466656] Re: Rotated ubuntu shapes have poor anti-aliasing

2015-07-20 Thread Tim Peeters
Loic is this a dupe of https://bugs.launchpad.net/ubuntu/+source/ubuntu-
ui-toolkit/+bug/1470436 and https://bugs.launchpad.net/ubuntu/+source
/ubuntu-ui-toolkit/+bug/1455567 ?

The fix for that supposedly landed already.

** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: (unassigned) => Loïc Molinari (loic.molinari)

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

Title:
  Rotated ubuntu shapes have poor anti-aliasing

Status in Canonical System Image:
  Confirmed
Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  $ adb shell system-image-cli --info
  current build number: 23
  device name: krillin
  channel: ubuntu-touch/stable/bq-aquaris.en
  last update: 2015-06-15 19:22:22
  version version: 23
  version ubuntu: 20150611.3
  version device: 20150529-8e13c5f
  version custom: 20150528-722-29-15-vivid

  Steps to reproduce:-

  1. Swipe down indicators
  2. Rotation
  3. Switch rotation lock _off_, that is "X"
  4. Hold phone in portrait and navigate to the top of the apps scope

  Observe normal icons

  5. Rotate phone 90 degrees to landscape, pull the scope "down" (to the
  side) slightly to force a re-draw

  Observe poor anti-aliasing around the ubuntu shapes.

  Two screenshots attached.
  device-2015-06-18-220419.png - portait
  device-2015-06-18-220428.png - landscape

  The effect is most noticable if you open both of the attachments full-
  size and switch between them.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1466656/+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 1361232] Re: No album "artist" artwork for local music on music scope

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

** Changed in: unity-scope-mediascanner (Ubuntu)
   Status: New => Confirmed

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

Title:
  No album "artist" artwork for local music on music scope

Status in unity-scope-mediascanner package in Ubuntu:
  Confirmed

Bug description:
  See attached screenshot. This is from music on an SD card.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scope-mediascanner/+bug/1361232/+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 1466656] Re: Rotated ubuntu shapes have poor anti-aliasing

2015-07-20 Thread Pat McGowan
** Changed in: canonical-devices-system-image
   Status: New => Confirmed

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

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

Title:
  Rotated ubuntu shapes have poor anti-aliasing

Status in Canonical System Image:
  Confirmed
Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  $ adb shell system-image-cli --info
  current build number: 23
  device name: krillin
  channel: ubuntu-touch/stable/bq-aquaris.en
  last update: 2015-06-15 19:22:22
  version version: 23
  version ubuntu: 20150611.3
  version device: 20150529-8e13c5f
  version custom: 20150528-722-29-15-vivid

  Steps to reproduce:-

  1. Swipe down indicators
  2. Rotation
  3. Switch rotation lock _off_, that is "X"
  4. Hold phone in portrait and navigate to the top of the apps scope

  Observe normal icons

  5. Rotate phone 90 degrees to landscape, pull the scope "down" (to the
  side) slightly to force a re-draw

  Observe poor anti-aliasing around the ubuntu shapes.

  Two screenshots attached.
  device-2015-06-18-220419.png - portait
  device-2015-06-18-220428.png - landscape

  The effect is most noticable if you open both of the attachments full-
  size and switch between them.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1466656/+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 1437510] Re: Screen dim is not following the lock screen timeout (always dimming after 50 seconds)

2015-07-20 Thread Pat McGowan
Thanks I opened bug #1476372 to cover that case

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

Title:
  Screen dim is not following the lock screen timeout (always dimming
  after 50 seconds)

Status in Canonical System Image:
  Fix Released
Status in Unity System Compositor:
  Confirmed
Status in ubuntu-system-settings package in Ubuntu:
  Fix Released
Status in unity-system-compositor package in Ubuntu:
  Confirmed
Status in ubuntu-system-settings source package in Vivid:
  Fix Committed
Status in unity-system-compositor package in Ubuntu RTM:
  Confirmed

Bug description:
  current build number: 258
  device name: krillin
  channel: ubuntu-touch/ubuntu-rtm/14.09-proposed
  last update: 2015-03-26 16:39:52
  version version: 258
  version ubuntu: 20150326
  version device: 20150310-3201c0a
  version custom: 20150216-561-29-186

  Go to system settings, security, lock when idle, and change to any
  value higher than 1 minute. Now wait and you will see that the screen
  will dim after 50 seconds, no matter what value you set.

  The screen should only dim 10 seconds before reaching the screen lock
  value.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1437510/+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 1466656] Re: Rotated ubuntu shapes have poor anti-aliasing

2015-07-20 Thread Michal Predotka
Also other Ubuntu shaped text entries suffer from this problem.

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

Title:
  Rotated ubuntu shapes have poor anti-aliasing

Status in Canonical System Image:
  New
Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  $ adb shell system-image-cli --info
  current build number: 23
  device name: krillin
  channel: ubuntu-touch/stable/bq-aquaris.en
  last update: 2015-06-15 19:22:22
  version version: 23
  version ubuntu: 20150611.3
  version device: 20150529-8e13c5f
  version custom: 20150528-722-29-15-vivid

  Steps to reproduce:-

  1. Swipe down indicators
  2. Rotation
  3. Switch rotation lock _off_, that is "X"
  4. Hold phone in portrait and navigate to the top of the apps scope

  Observe normal icons

  5. Rotate phone 90 degrees to landscape, pull the scope "down" (to the
  side) slightly to force a re-draw

  Observe poor anti-aliasing around the ubuntu shapes.

  Two screenshots attached.
  device-2015-06-18-220419.png - portait
  device-2015-06-18-220428.png - landscape

  The effect is most noticable if you open both of the attachments full-
  size and switch between them.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1466656/+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 1471306] Re: stuck on LiveCall screen after call is remotely hung up

2015-07-20 Thread Gustavo Pichorim Boiko
** Changed in: dialer-app (Ubuntu)
   Status: New => Confirmed

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

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

Title:
  stuck on LiveCall screen after call is remotely hung up

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

Bug description:
  latest vivid image 55 krillin or 44 arale

  Steps to reproduce:
  1) open dialer and place phone call
  2) when call is active, click on the + button to add another contact
  3) click on a contact from the contact list
  4) now hang up the call from the remote phone

  Expected results:
  - LIve Call page should be shown with Call Ended message which should 
disappear after some time

  Actual results:
  - contact page stays shown
  - clicking the back button will bring you back to Live Call page that is 
stuck on "Call Ended" message and an active hang up button which performs no 
action when clicked
  - you are stuck on this page until you kill the app

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1471306/+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 1240198] Re: [SRU]Wrong keyboard layout active after booting into desktop

2015-07-20 Thread Bruno Nova
When I was asking if it fixed the issue, I was referring to the
"affected users".

The bug was marked "verification-done" in comment #71 by FM33.
However, e later said in comment #74: "Reproduced again this morning (...)".
Comment #75 also says: "This problem has reappeared yesterday (...)".
They didn't remove the verification tag, so I set it to "verification-needed".
I'm now changing it to "verification-failed". If I misinterpreted the comments, 
please change it back.

@Aron (or someone else), please recheck my merge request 
(https://code.launchpad.net/~brunonova/ubuntu/trusty/ibus/lp1240198/+merge/241742).
The commit in trusty-proposed is missing the important change in 
"debian/ibus.install". Please add that change to trusty-proposed, adapting it 
if necessary.

** Tags removed: verification-needed
** Tags added: verification-failed

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

Title:
  [SRU]Wrong keyboard layout active after booting into desktop

Status in ibus package in Ubuntu:
  Fix Released
Status in indicator-keyboard package in Ubuntu:
  Won't Fix
Status in ibus source package in Trusty:
  Fix Committed
Status in indicator-keyboard source package in Trusty:
  Won't Fix

Bug description:
  [Impact]

  When first boot into Unity desktop, English keyboard layout is active
  while all other parts of the system language settings are set to
  another language (e.g. German).

  The bug is properly addressed in newer upstream releases in Vivid, but
  the changes is too intrusive and not suitable for being back ported in
  SRU. And changing the default to use system keyboard layout solves the
  problem.

  [Test Case]

  1. Set the system language to something other than English, e.g. German.
  2. Create a new user, log in to the Unity desktop of the new user.
  3. Check the keyboard layout, it should be German instead of English.

  [Regression Potential]

  Since this changes the default value of the keyboard layout settings
  by using system defined as default, it avoids using ibus's built-in
  keyboard layout related functionality, so that this could be a
  regression for users rely on this certain behavior (e.g. use English
  keyboard while want to keep the system language settings to German),
  but such behavior is not expected for normal usage.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ibus/+bug/1240198/+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 1350910] Re: blank screen after suspend resume

2015-07-20 Thread Displacer
This issue seems fixed in at least ubuntu 15.04 with 4.0.0-4 kernel or
maybe even in an earlier kernel and ubuntu releases.

** Changed in: xorg (Ubuntu)
   Status: Expired => Fix Released

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

Title:
  blank screen after suspend resume

Status in xorg package in Ubuntu:
  Fix Released

Bug description:
  Mouse and keyboard not working, still able to ssh into system and
  reboot. Xorg.0.log saved from ssh session after a problem appear
  attached.

  WORKAROUND: It seems no problem with fglrx proprietary drivers.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8
  ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  .tmp.unity.support.test.0:

  ApportVersion: 2.14.1-0ubuntu3.3
  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
  CurrentDesktop: Unity
  CurrentDmesg: Error: command ['sh', '-c', 'dmesg | comm -13 --nocheck-order 
/var/log/dmesg -'] failed with exit code 1: comm: /var/log/dmesg: Permission 
denied
  Date: Thu Jul 31 19:19:59 2014
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Trinity [Radeon HD 7420G] [1002:9992] 
(prog-if 00 [VGA controller])
     Subsystem: Hewlett-Packard Company Device [103c:194e]
  InstallationDate: Installed on 2014-07-06 (25 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  MachineType: Hewlett-Packard HP ProBook 455 G1
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-32-generic 
root=UUID=3cc3893f-1a34-4d21-8304-52e841a9dbef ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/05/2013
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68CPE Ver. F.21
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 194E
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 91.0B
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68CPEVer.F.21:bd09/05/2013:svnHewlett-Packard:pnHPProBook455G1:pvrA2018CD200:rvnHewlett-Packard:rn194E:rvrKBCVersion91.0B:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP ProBook 455 G1
  dmi.product.version: A2018CD200
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz 1:0.9.11.2+14.04.20140714-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.52-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.1
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.1
  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
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Thu Jul 31 19:19:05 2014
  xserver.configfile: default
  xserver.errors:

  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.15.1-0ubuntu2.1
  xserver.video_driver: radeon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1350910/+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 1476364] [NEW] “systemd --user” instance can't find d-bus

2015-07-20 Thread Luke Hoersten
Public bug reported:

I have an executable I'd like to run as a user and that user should be
able to start and stop that service without sudo.

I have `systemd --user` always running for the user by running `loginctl
enable-linger user`

I've confirmed the `systemd --user` instance is running as that user
using `ps` but when I try to run any `systemctl` command as that user, I
get the following error:

vagrant-ubuntu-vivid-64:~$ systemctl --user list-units
Failed to get D-Bus connection: Connection refused

Based on my googling it sounds like I should have a `dbus-daemon`
instance running as that user but it is not. It should be noted I'm
switching to the user with `su` so it may not be counting as a "login".

It seems that either:

1. My user instance of `systemd` should use the system instance of d-bus.
2. Ubuntu should somehow be starting a user instance of d-bus.

On Gentoo, for example, there is a user instance of `dbus-daemon`.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: systemd 219-7ubuntu6
ProcVersionSignature: Ubuntu 3.19.0-21.21-generic 3.19.8
Uname: Linux 3.19.0-21-generic x86_64
ApportVersion: 2.17.2-0ubuntu1.1
Architecture: amd64
Date: Mon Jul 20 19:00:19 2015
JournalErrors: Error: command ['journalctl', '-b', '--priority', 'warning'] 
failed with exit code 1: No journal files were found.
Lsusb: Error: command ['lsusb'] failed with exit code 1: unable to initialize 
libusb: -99
MachineType: innotek GmbH VirtualBox
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-21-generic 
root=UUID=e176bae0-84a5-4bd2-b968-e809e902488c ro console=tty1 console=ttyS0
SourcePackage: systemd
UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/01/2006
dmi.bios.vendor: innotek GmbH
dmi.bios.version: VirtualBox
dmi.board.name: VirtualBox
dmi.board.vendor: Oracle Corporation
dmi.board.version: 1.2
dmi.chassis.type: 1
dmi.chassis.vendor: Oracle Corporation
dmi.modalias: 
dmi:bvninnotekGmbH:bvrVirtualBox:bd12/01/2006:svninnotekGmbH:pnVirtualBox:pvr1.2:rvnOracleCorporation:rnVirtualBox:rvr1.2:cvnOracleCorporation:ct1:cvr:
dmi.product.name: VirtualBox
dmi.product.version: 1.2
dmi.sys.vendor: innotek GmbH

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


** Tags: amd64 apport-bug uec-images vivid

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

Title:
  “systemd --user” instance can't find d-bus

Status in systemd package in Ubuntu:
  New

Bug description:
  I have an executable I'd like to run as a user and that user should be
  able to start and stop that service without sudo.

  I have `systemd --user` always running for the user by running
  `loginctl enable-linger user`

  I've confirmed the `systemd --user` instance is running as that user
  using `ps` but when I try to run any `systemctl` command as that user,
  I get the following error:

  vagrant-ubuntu-vivid-64:~$ systemctl --user list-units
  Failed to get D-Bus connection: Connection refused

  Based on my googling it sounds like I should have a `dbus-daemon`
  instance running as that user but it is not. It should be noted I'm
  switching to the user with `su` so it may not be counting as a
  "login".

  It seems that either:

  1. My user instance of `systemd` should use the system instance of d-bus.
  2. Ubuntu should somehow be starting a user instance of d-bus.

  On Gentoo, for example, there is a user instance of `dbus-daemon`.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: systemd 219-7ubuntu6
  ProcVersionSignature: Ubuntu 3.19.0-21.21-generic 3.19.8
  Uname: Linux 3.19.0-21-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  Date: Mon Jul 20 19:00:19 2015
  JournalErrors: Error: command ['journalctl', '-b', '--priority', 'warning'] 
failed with exit code 1: No journal files were found.
  Lsusb: Error: command ['lsusb'] failed with exit code 1: unable to initialize 
libusb: -99
  MachineType: innotek GmbH VirtualBox
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-21-generic 
root=UUID=e176bae0-84a5-4bd2-b968-e809e902488c ro console=tty1 console=ttyS0
  SourcePackage: systemd
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/01/2006
  dmi.bios.vendor: innotek GmbH
  dmi.bios.version: VirtualBox
  dmi.board.name: VirtualBox
  dmi.board.vendor: Oracle Corporation
  dmi.board.version: 1.2
  dmi.chassis.type: 1
  dmi.chassis.vendor: Oracle Corporation
  dmi.modalias: 
dmi:bvninnotekGmbH:bvrVirtualBox:bd12/01/2006:svninnotekGmbH:pnVirtu

[Touch-packages] [Bug 1063764] Re: aptd crashed with SIGSEGV in File()

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

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

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

Title:
  aptd crashed with SIGSEGV in File()

Status in apt package in Ubuntu:
  Confirmed

Bug description:
  current updates

  ProblemType: Crash
  DistroRelease: Ubuntu 12.10
  Package: aptdaemon 0.45+bzr861-0ubuntu7
  ProcVersionSignature: Ubuntu 3.5.0-17.27-generic 3.5.5
  Uname: Linux 3.5.0-17-generic i686
  ApportVersion: 2.6.1-0ubuntu1
  Architecture: i386
  Date: Mon Oct  8 09:23:20 2012
  ExecutablePath: /usr/sbin/aptd
  InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release i386 (20101007)
  InterpreterPath: /usr/bin/python3.2mu
  PackageArchitecture: all
  ProcCmdline: /usr/bin/python3.2 /usr/sbin/aptd
  ProcEnviron:
   
  SegvAnalysis:
   Segfault happened at: 0xb6b354c8 
<_ZN9pkgPolicy15GetCandidateVerERKN8pkgCache11PkgIteratorE+328>:imul   
$0x3c,(%edx),%eax
   PC (0xb6b354c8) ok
   source "$0x3c" ok
   destination "(%edx)" (0x683692e0) not located in a known VMA region (needed 
writable region)!
  SegvReason: writing unknown VMA
  Signal: 11
  SourcePackage: aptdaemon
  StacktraceTop:
   pkgPolicy::GetCandidateVer(pkgCache::PkgIterator const&) () from 
/usr/lib/i386-linux-gnu/libapt-pkg.so.4.12
   pkgDepCache::Init(OpProgress*) () from 
/usr/lib/i386-linux-gnu/libapt-pkg.so.4.12
   typeinfo for PyCdromProgress () from 
/usr/lib/python3/dist-packages/apt_pkg.cpython-32mu.so
   pkgCacheFile::BuildDepCache(OpProgress*) () from 
/usr/lib/i386-linux-gnu/libapt-pkg.so.4.12
   pkgCacheFile::Open(OpProgress*, bool) () from 
/usr/lib/i386-linux-gnu/libapt-pkg.so.4.12
  SysLog:
   Oct  8 09:23:19 Beck-notebook AptDaemon: INFO: Initializing daemon
   Oct  8 09:23:19 Beck-notebook AptDaemon: INFO: UpgradeSystem() was called 
with safe mode: 1
   Oct  8 09:23:19 Beck-notebook AptDaemon.Trans: INFO: Queuing transaction 
/org/debian/apt/transaction/605bc7167eba459db856a3f1d996b155
   Oct  8 09:23:19 Beck-notebook AptDaemon.Worker: INFO: Simulating trans: 
/org/debian/apt/transaction/605bc7167eba459db856a3f1d996b155
  Title: aptd crashed with SIGSEGV in pkgPolicy::GetCandidateVer()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1063764/+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 1476361] [NEW] no hangup warning tones if phone in silent mode

2015-07-20 Thread Bill Filler
Public bug reported:

When a remote caller hangs up the phone usually plays 3 beep alert
through the earpiece (not the speaker). This should play even when the
phone is in silent mode and it currently does not.

** Affects: canonical-devices-system-image
 Importance: High
 Assignee: Bill Filler (bfiller)
 Status: Confirmed

** Affects: telephony-service (Ubuntu)
 Importance: High
 Assignee: Tiago Salem Herrmann (tiagosh)
 Status: Confirmed

** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

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

** Changed in: telephony-service (Ubuntu)
   Status: New => Confirmed

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

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

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

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

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

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

Title:
  no hangup warning tones if phone in silent mode

Status in Canonical System Image:
  Confirmed
Status in telephony-service package in Ubuntu:
  Confirmed

Bug description:
  When a remote caller hangs up the phone usually plays 3 beep alert
  through the earpiece (not the speaker). This should play even when the
  phone is in silent mode and it currently does not.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1476361/+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 1468038] Re: Perpetual installation loop when uninstalling app

2015-07-20 Thread Rodney Dawes
Upon deeper debugging, it seems there is a race somewhere, which results
in occasionally, a "purchased" status being sent via the dbus signal,
immediately prior to the "not purchased" status, after a refund, which
results in the "purchaseCompleted" action from the payment button being
called.

I see an immediate fix which can be made to unity8, so I'm moving this
bug there. There may be a race in libpay/pay-service as well here, but
it will require further debugging to isolate. I also seem to be unable
to replicate this with free apps any more, so I suspect the changes from
the completed refunds feature resolved that side of the issue.

** Package changed: unity-scope-click (Ubuntu) => unity8 (Ubuntu)

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

Title:
  Perpetual installation loop when uninstalling app

Status in unity8 package in Ubuntu:
  In Progress

Bug description:
  After clicking on the "Cancel Purchase" or "Uninstall" button, the app
  starts downloading and installing again. Clicking on that button
  should uninstall instead.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1468038/+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 1466656] Re: Rotated ubuntu shapes have poor anti-aliasing

2015-07-20 Thread Neil McPhail
I have found a similar rendering bug which may be the same problem,
running OTA5 on krillin:

- Open browser in portrait mode
- rotate to landscape then back to portrait
- The "location" text field outline will become corrupted as per the attached 
screenshot.

** Attachment added: "screenshot20150720_195754928.png"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1466656/+attachment/4431687/+files/screenshot20150720_195754928.png

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

Title:
  Rotated ubuntu shapes have poor anti-aliasing

Status in Canonical System Image:
  New
Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  $ adb shell system-image-cli --info
  current build number: 23
  device name: krillin
  channel: ubuntu-touch/stable/bq-aquaris.en
  last update: 2015-06-15 19:22:22
  version version: 23
  version ubuntu: 20150611.3
  version device: 20150529-8e13c5f
  version custom: 20150528-722-29-15-vivid

  Steps to reproduce:-

  1. Swipe down indicators
  2. Rotation
  3. Switch rotation lock _off_, that is "X"
  4. Hold phone in portrait and navigate to the top of the apps scope

  Observe normal icons

  5. Rotate phone 90 degrees to landscape, pull the scope "down" (to the
  side) slightly to force a re-draw

  Observe poor anti-aliasing around the ubuntu shapes.

  Two screenshots attached.
  device-2015-06-18-220419.png - portait
  device-2015-06-18-220428.png - landscape

  The effect is most noticable if you open both of the attachments full-
  size and switch between them.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1466656/+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 1204579] Re: ufw doesn't support concurrent updates

2015-07-20 Thread Jamie Strandboge
** Changed in: ufw
   Status: Triaged => Fix Committed

** Changed in: ufw
Milestone: None => 0.34

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

Title:
  ufw doesn't support concurrent updates

Status in ufw:
  Fix Committed
Status in ufw package in Ubuntu:
  Triaged

Bug description:
  On a server under Ubuntu 12.04 I automatically update firewall rules and I 
unfortunately noticed that if 2 rules are processed at the same time it leads 
to an inconsistent result between iptables and ufw status.
  In fact it can be reproduced using the python script in attachment.

  Before executing this script I didn't have any rules matching the ip 
192.168.254.1 on my computer.
  After a launch iptables takes into acount 464 rules.

  sudo iptables -L -n | grep 192.168.254.1 | wc -l
  464

  It should be 500 rules but the script stressed a lot my system and all rules 
can't be processed by iptables
  sudo ./test_ufw_threads.py
  iptables: Resource temporarily unavailable.

  iptables: Resource temporarily unavailable.

  iptables: Resource temporarily unavailable.
  [...]

  Anyway, ufw stores only the last updates (in /lib/ufw/user.rules):

  sudo ufw status
  État : actif

  Vers Action Depuis
   -- --
  192.168.254.1 1234/tcp ALLOW   192.168.46.9
  192.168.254.1 1234/tcp ALLOW   192.168.22.10
  192.168.254.1 1234/tcp ALLOW   192.168.32.10
  192.168.254.1 1234/tcp ALLOW   192.168.5.10
  192.168.254.1 1234/tcp ALLOW   192.168.43.9
  192.168.254.1 1234/tcp ALLOW   192.168.40.10
  192.168.254.1 1234/tcp ALLOW   192.168.46.10
  192.168.254.1 1234/tcp ALLOW   192.168.48.10
  192.168.254.1 1234/tcp ALLOW   192.168.42.10
  192.168.254.1 1234/tcp ALLOW   192.168.43.10

  So I can't delete other rules using ufw, I had to directly use iptables.
  In this case I can only delete 10 rules using ufw.
  Could you please handle some kind of lock?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ufw/+bug/1204579/+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 1468038] Re: Perpetual installation loop when uninstalling app

2015-07-20 Thread Launchpad Bug Tracker
** Branch linked: lp:~dobey/unity8/no-verify

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

Title:
  Perpetual installation loop when uninstalling app

Status in unity8 package in Ubuntu:
  In Progress

Bug description:
  After clicking on the "Cancel Purchase" or "Uninstall" button, the app
  starts downloading and installing again. Clicking on that button
  should uninstall instead.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1468038/+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 1470938] Re: "Unknown number" not translated

2015-07-20 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/wily-proposed/telephony-service

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

Title:
  "Unknown number" not translated

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

Bug description:
  Test case.
  - Flash the phone.
  - Switch to Spanish.
  - Reboot.
  - Receive and accept a call from a hidden number.

  Expected result.
  - "Unknown number" is displayed in Spanish.

  Actual result.
  - "Unknown number" is displayed in English.

  The string is available in dialer-app.mo. This happened when receiving
  the call from Telegram for the signup code.

  current build number: 55
  device name: krillin
  channel: ubuntu-touch/rc-proposed/bq-aquaris.en

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1470938/+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 1309435] Re: titlebar menus only show on focussed windows

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

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

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

Title:
  titlebar menus only show on focussed windows

Status in Unity:
  New
Status in unity package in Ubuntu:
  Confirmed

Bug description:
  In Ubuntu 14.04 you can enable the option "Show the menus for a window
  in the window's title bar".

  The problem is that when I've multiple windows open the hover menu doesn't 
appear on unfocused windows.
  Since this option should be a equivalent for the old behavior these should 
definitely show.

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/1309435/+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 1467743] Re: Lots of thumbnail requests with invalid size

2015-07-20 Thread Bill Filler
confirmed, seeing the invalid QSize in the gallery log

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

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

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

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

Title:
  Lots of thumbnail requests with invalid size

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

Bug description:
  When using the ballery app, the thumbnailer gets loads of requests
  with QSize(-1,-1), for example, when opening the gallery app.

  The problem with this is that the thumbnailer interprets this to mean
  "give me the largest size you can (limited to a 1920x1920 bounding
  box). That's very expensive, especially in terms of disk space,
  because that 1920 "thumbnail" ends up going into the cache, needlessly
  hogging space.

  We are about to add a qWarning message to the QML side that reports
  invalid QSize requests. For now, we are going to retain the old
  behavior, but this will turn into an error soon.

  The most effective way to use the thumbnailer is to simply ask for an
  image in the desired size, with neither width nor height of -1. The
  thumbnailer will efficiently produce a thumbnail for that. (We do lots
  of internal caching to avoid extracting or downloading a thumbnail
  unnecessarily.)

  The thumbnailer may deliver a thumbnail that is smaller than what was
  asked for (because it never up-scales) so, if asked for a thumbnail of
  size 256, it's guaranteed not to be larger, but might be smaller (if
  the original image is smaller than what was asked for).

  Could you please adjust the gallery app behavior to ask for specific,
  valid sizes only?

  Running a tail -f on ~/.cache/upstart/dbus.log allows you to see the
  requests as they are made. Each request shows the size that was asked
  for.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1467743/+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 1469879] Re: Gallery app should not show music album art fetched by mediascanner

2015-07-20 Thread Bill Filler
Could you add the steps to reproduce this please?

** Also affects: gallery-app (Ubuntu)
   Importance: Undecided
   Status: New

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

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

** No longer affects: gallery-app

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

Title:
  Gallery app should not show music album art fetched by mediascanner

Status in gallery-app package in Ubuntu:
  Triaged

Bug description:
  When having some music files on the phone, mediascanner will download
  artwork for them. The Gallery app picks it up and displays hundrets of
  cover arts in the pictures feed. Deleting them from the Gallery brings
  them back all the time because mediascanner redownloads them. This
  makes it hard to find pictures taken with the camera because they
  drown in the noise of music artwork.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gallery-app/+bug/1469879/+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 1460993] Re: Multiple thumbnail requests for a single image

2015-07-20 Thread Bill Filler
yes I am seeing the same thing. for some reason we are incorrecty asking
for multiple video thumbnails when opening a single photo. We've fixed
the problem with photo requesting multiple thumbnails but apparently did
not fix the video case.

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

Title:
  Multiple thumbnail requests for a single image

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

Bug description:
  I just took two short videos and four photos on the phone. When I look
  at the events page in the gallery app, I see thumbnails for the these
  just fine. I'm also tracing the requests that are made to the
  thumbnailer. When I tap on one of the photos, I see the following
  requests fired at the thumbnailer all at once (within one or two
  tenths of a second):

  Create thumbnail for 
"/home/phablet/Pictures/com.ubuntu.camera/image20150602_073643136.jpg" at size 
QSize(216, 216)
  Create thumbnail for 
"/home/phablet/Pictures/com.ubuntu.camera/image20150602_073643136.jpg" at size 
QSize(216, -1)
  Create thumbnail for 
"/home/phablet/Pictures/com.ubuntu.camera/image20150602_073643136.jpg" at size 
QSize(231, 0)
  Create thumbnail for 
"/home/phablet/Pictures/com.ubuntu.camera/image20150602_073643136.jpg" at size 
QSize(256, 0)
  Create thumbnail for 
"/home/phablet/Pictures/com.ubuntu.camera/image20150602_073643136.jpg" at size 
QSize(291, 0)
  Create thumbnail for 
"/home/phablet/Pictures/com.ubuntu.camera/image20150602_073643136.jpg" at size 
QSize(341, 0)
  Create thumbnail for 
"/home/phablet/Pictures/com.ubuntu.camera/image20150602_073643136.jpg" at size 
QSize(402, 0)
  Create thumbnail for 
"/home/phablet/Pictures/com.ubuntu.camera/image20150602_073643136.jpg" at size 
QSize(477, 0)
  Create thumbnail for 
"/home/phablet/Pictures/com.ubuntu.camera/image20150602_073643136.jpg" at size 
QSize(558, 0)
  Create thumbnail for 
"/home/phablet/Pictures/com.ubuntu.camera/image20150602_073643136.jpg" at size 
QSize(657, 0)
  Create thumbnail for 
"/home/phablet/Pictures/com.ubuntu.camera/image20150602_073643136.jpg" at size 
QSize(768, 0)
  Create thumbnail for 
"/home/phablet/Pictures/com.ubuntu.camera/image20150602_073643136.jpg" at size 
QSize(768, 1222)

  This is horribly wasteful because the app retrieves the same image a
  dozen times. But, worse, we will cache thumbnailer in twelve different
  sizes for that same single image because we are being asked for a
  different size each time.

  Also note that requests with width or height < 0 are interpreted to
  mean "as large as possible". The second request above consequently
  causes the image to be cached in its full size (unless it's larger
  than 1920, in which case we limit it to 1920x1920 bounding box).

  Something seems definitely wrong here. The multiple requests are
  wasteful, and the different sizes mean that the cache is far less
  effective than it could be.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1460993/+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 1412442] Re: Images are black when opened in gallery

2015-07-20 Thread Bill Filler
** Changed in: gallery-app
   Status: New => Fix Released

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

Title:
  Images are black when opened in gallery

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

Bug description:
  image 202

  1. Take a picture from the camera
  2. Open the gallery app and tap on the new image's thumbnail

  What happens:
  The image does not open, rather a black screen is shown.

  Note: this issue only appears in gallery-app and does not show in
  photoroll of the camera. Also the thumbnails of photos show just fine
  in gallery as well.

  ProblemType: Bug
  DistroRelease: Ubuntu RTM 14.09
  Package: gallery-app (not installed)
  Uname: Linux 3.4.67 armv7l
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: armhf
  Date: Mon Jan 19 13:34:55 2015
  InstallationDate: Installed on 2015-01-19 (0 days ago)
  InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf 
(20150119-030204)
  SourcePackage: gallery-app
  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/1412442/+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 1441823] Re: app crash: big images on SD Card

2015-07-20 Thread Bill Filler
please attach the jpeg to the bug

** Also affects: gallery-app (Ubuntu)
   Importance: Undecided
   Status: New

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

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

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

Title:
  app crash: big images on SD Card

Status in gallery-app:
  New
Status in gallery-app package in Ubuntu:
  Triaged

Bug description:
  The app crashs shortly after start if it has to display big images
  stored on SD card (BQ Aquaris E4.5)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gallery-app/+bug/1441823/+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 1444408] Re: Gallery App: loading full-screen preview forever after tap on a video from Gallery

2015-07-20 Thread Bill Filler
** Also affects: gallery-app (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Gallery App: loading full-screen preview forever after tap on a video
  from Gallery

Status in gallery-app:
  New
Status in gallery-app package in Ubuntu:
  New

Bug description:
  arale, r170, ubuntu-touch/vivid-proposed

  Steps
  1. record a video with camera
  2. launch gallery
  3. tap (only one time) on video 

  Result
  It's trying to load a full-screen preview of the video forever.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gallery-app/+bug/108/+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 1469138] Re: Cards move while thumbnails for videos are generated

2015-07-20 Thread Bill Filler
** Also affects: gallery-app (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Cards move while thumbnails for videos are generated

Status in gallery-app:
  New
Status in gallery-app package in Ubuntu:
  New

Bug description:
  This issue happened on the BQ, with the image: stable/aquaris.en and
  after installing the new thumbnailer from silo 10.

  To install the new thumbnailer from silo 10:
  $ sudo apt-get install upgrade && sudo apt-get install thumbnailer-service.

  I've created 2000 hard links to an existing video found in the Videos
  folder.

  Right after installing the new thumbnailer and rebooting, open the
  gallery-app.

  Cards start moving while thumbnails are generated.

  You can see a video of the issue here:
  https://www.dropbox.com/s/ufem6a13uhmazg2/20150626_122831.mp4?dl=0

  Between tests you can clear the thumbnailer cache with:
  $ thumbnailer-admin clear
  in order to force the thumbnails generation.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gallery-app/+bug/1469138/+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 1173915] Re: initctl continuously takes 100% of CPU

2015-07-20 Thread Viktor Ferenczi
I confirm this issue on Ubuntu 14.04 64 bits after approx. 24 hours
runtime.

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

Title:
  initctl continuously takes 100% of CPU

Status in upstart package in Ubuntu:
  Confirmed

Bug description:
  Many programs are fairly slow to start on my computer, despite it
  being relatively new (core i5). Suspecting a heavy CPU usage, I
  started gnome-system-monitor: all processes were displayed at 0% CPU,
  but the overall load was 1.33; 1.33; 1.34.

  Using the "top" command, however, revealed the real CPU use, with the
  "initctl" process taking 100%CPU, even 1 hour after startup.

  I upgraded to roaring ringtail before checking this but the symptoms
  were the same with quantal quetzal, so there is a fair chance the
  causes were identical.

  Regards

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: upstart 1.8-0ubuntu1
  ProcVersionSignature: Ubuntu 3.8.0-19.29-generic 3.8.8
  Uname: Linux 3.8.0-19-generic x86_64
  ApportVersion: 2.9.2-0ubuntu8
  Architecture: amd64
  CheckboxSubmission: 2deefc5fd2f1f0ae2fdd4bd781248a2a
  CheckboxSystem: daed2f3d6643b4a84b4520a2427f8c2b
  Date: Sun Apr 28 13:04:05 2013
  ExecutablePath: /sbin/initctl
  InstallationDate: Installed on 2012-12-15 (133 days ago)
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release amd64 (20121017.5)
  MarkForUpload: True
  ProcEnviron:
   
  ProcKernelCmdline: BOOT_IMAGE=/boot/vmlinuz-3.8.0-19-generic 
root=UUID=fa624f8f-d9d0-4b09-af8b-88b106aaaf5b ro quiet splash vt.handoff=7
  SourcePackage: upstart
  UpgradeStatus: Upgraded to raring on 2013-04-28 (0 days ago)
  UpstartBugCategory: System

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/upstart/+bug/1173915/+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 1475528] Re: maliit-server crashes during power tests

2015-07-20 Thread Selene Scriven
Sometimes unity8 also crashes, but usually not.  If you look at the
links above you can see what other crash dumps there were for each test
run.  Also, bug 1475526 may be of interest since it now looks like it
might be the same root cause.

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

Title:
  maliit-server crashes during power tests

Status in maliit-framework package in Ubuntu:
  New

Bug description:
  Maliit-server crashes fairly often while running power usage tests. I
  hope someone will be able to determine the root cause based on crash
  dumps and other logs.

  Here are some of the 128 instances I've seen so far... inside each are
  numbered directories for each test run, and the crash dumps are inside
  of those under var-crash/ .

  Arale rc-proposed 60, runs 3, 4, 5, and 7:
  
http://people.canonical.com/~platform-qa/power-results/2015-07-16_13:26:50-arale-60-power_usage_idle/

  Arale devel-proposed 61, runs 2 and 3:
  
http://people.canonical.com/~platform-qa/power-results/2015-07-16_21:58:20-arale-61-power_usage_idle/

  Krillin rc-proposed 62, run 4:
  
http://people.canonical.com/~platform-qa/power-results/2015-07-13_03:46:40-krillin-62-power_usage_display_on/

  Krillin rc-proposed 62, runs 4 and 5:
  
http://people.canonical.com/~platform-qa/power-results/2015-07-13_02:02:39-krillin-62-power_usage_idle/

  These are merely samples from recent test runs. I have plenty more if
  you need them, or can add additional logging to get more data from
  future tests.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maliit-framework/+bug/1475528/+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 1252106] Re: WiFi connections not re-established

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

** Changed in: network-manager (Ubuntu)
   Status: New => Confirmed

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

Title:
  WiFi connections not re-established

Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  If I boot my phone at home, it happily connects to my wireless
  network. If I leave home and have Cellular Data enabled, it will
  establish a 3G connection. If I then return home, it remains on 3G
  instead of switching back to the wireless network. Even if I disable
  Cellular data, the wireless connection is not re-established.

  I have tried restarting network-manager and wpasupplicant, to no
  avail.  The only way I have been able to get it to reconnect to the
  wireless network is to reboot the phone.  The logs suggest that the
  wireless authentication fails, but the reboot doesn't prompt for new
  credentials.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: network-manager 0.9.8.4-0ubuntu3
  Uname: Linux 3.4.0-3-mako armv7l
  ApportVersion: 2.12.6-0ubuntu1
  Architecture: armhf
  CRDA: Error: [Errno 2] No such file or directory: 'iw'
  Date: Sun Nov 17 17:19:14 2013
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   # Include files from /etc/network/interfaces.d:
   source-directory /etc/network/interfaces.d
  InstallationDate: Installed on 2013-11-15 (2 days ago)
  InstallationMedia: Ubuntu Trusty Tahr (development branch) - armhf (20131115)
  IpRoute:
   default via 217.169.7.97 dev wlan0  proto static 
   217.169.7.96/27 dev wlan0  proto kernel  scope link  src 217.169.7.115  
metric 9
  MarkForUpload: True
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  PciNetwork:
   
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  mtime.conffile..etc.dbus.1.system.d.org.freedesktop.NetworkManager.conf: 
2013-11-11T17:26:39
  nmcli-con:
   NAME  UUID   TYPE
  TIMESTAMPTIMESTAMP-REAL AUTOCONNECT   READONLY   
DBUS-PATH 
   wyrddreams83361e0b-c649-40bb-a06b-b9dfdf8e9b88   
802-11-wireless   1384708569   Sun 17 Nov 2013 05:16:09 PM GMTyes   
no /org/freedesktop/NetworkManager/Settings/2
   robsnetwork1a 35fd68ec-6692-4257-a1fb-2b1a5d6f5c0b   
802-11-wireless   1384635695   Sat 16 Nov 2013 09:01:35 PM GMTyes   
no /org/freedesktop/NetworkManager/Settings/1
   /234304102840004/context1 f7e681eb-f938-6eb7-7d28-0ccde53ac6ff   gsm 
  1384653566   Sun 17 Nov 2013 01:59:26 AM GMTyes   yes
/org/freedesktop/NetworkManager/Settings/0
   the mickleover84355cc1-a50d-44d6-b761-873d4cde3e56   
802-11-wireless   0never  yes   
no /org/freedesktop/NetworkManager/Settings/3
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH 
 
   /ril_0 gsm   disconnected  
/org/freedesktop/NetworkManager/Devices/1  
   wlan0  802-11-wireless   connected 
/org/freedesktop/NetworkManager/Devices/0
  nmcli-nm:
   RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   
WIFI   WWAN-HARDWARE   WWAN  
   running 0.9.8.4connected   enabled   enabled 
enabledenabled disabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1252106/+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 1473428] Re: battery indicator does not update after charge [meizu ubuntu phone]

2015-07-20 Thread Rüdiger Kupper
I confirm and specify:
When charging the MX4 online (powered on or standby), the battery indicator 
does not recognize the phone is being charged. Instead, recording of power 
state seems to be completely disabled while the phone is plugged in.

Example:
- indicator is at 3%. I receive warnings about low battery.
- I plug in the phone.
- battery symbol in top panel changes to green with little flash symbol.
- I leave the phone charging for some time.
- after unlock, battery indicator still reports 3%. Both in the top panel page 
and in system con fig. Graph in system config has not updated at all (as if no 
time had passed!)
- I unplug the phone and keep using it.
- I notice that the power indicator goes down. Soon, it shows 2%, then 1%. I 
keep getting low battery warnings.
- I don't believe it and reboot the phone.
- After reboot, battery indicator in top panel shows 50%.
- Graph in system config shows vertical jump from 1(?)% to 50%, as if charging 
had appeared in zero time.

Adequate report of charge state is essential on a phone. Please fix
soon!

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

Title:
  battery indicator does not update after charge [meizu ubuntu phone]

Status in indicator-power package in Ubuntu:
  Confirmed

Bug description:
  Battery charge indicator does not update after phone is charged.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-power/+bug/1473428/+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 1476300] Re: ListItem can be dragged using right click

2015-07-20 Thread Christian Dywan
** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: (unassigned) => Christian Dywan (kalikiana)

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

Title:
  ListItem can be dragged using right click

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

Bug description:
  staging branch, revision 1204

  How to reproduce:
  - Open UI toolkit gallery
  - go to New ListItems page
  - right click and drag on a list item that has trailing/leading actions

  Expected outcome:
  it should not move

  Actual outcome:
  the right-click contextual menu appears, but you can still keep dragging to 
access the side actions, and when you release, the actions don't animate to 
snapping position as intended

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1476300/+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 1476310] Re: Rightclicking on a ListItem triggers press and hold event as well

2015-07-20 Thread Christian Dywan
** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: (unassigned) => Christian Dywan (kalikiana)

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

Title:
  Rightclicking on a ListItem triggers press and hold event as well

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

Bug description:
  staging branch, revision 1204

  How to reproduce:
  - Open UI toolkit gallery
  - Go to New ListItems page
  - right click on a list item which has trailing/leading actions
  - do not move the mouse

  Expected outcome: 
  the contextual menu is opened

  Actual outcome:
  the contextual menu is opened, but the listitem remains in "pressed" state, 
and after the press and hold timer expires, ListItem fires the pressAndHold 
event (which usually trigger multi selection mode)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1476310/+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 1476343] [NEW] Freeze on screensaver deactivate when set to lock on screensaver activate

2015-07-20 Thread Carl Miller
Public bug reported:

A few months ago, I started having a problem where my laptop would
freeze and require a hard reboot when I tried to wake it from
screensaver.  I tried turning light-locker off; this fixed the problem.
However, now due to company policy, I have to turn light-locker back on,
and found that the problem still existed.  After some searching, and
trying different things, I've found that if I set light-locker to
activate on screensaver *deactivate*, then everything works properly,
and when I wake the laptop from screensaver, I'm presented with a blank
X background and password dialog.  If I set light-locker back to
activate on screensaver *activate*, then my computer continues to run
until I press a key or touch the touchpad, at which point it freezes.

Note, I keep suspend and hibernate turned off completely on this laptop,
and almost never run on battery.  The above happens when plugged into AC
power.  It would appear to be purely in the realm of light-locker and
the screensaver.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xorg 1:7.7+1ubuntu8.1
ProcVersionSignature: Ubuntu 3.13.0-57.95-generic 3.13.11-ckt21
Uname: Linux 3.13.0-57-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.11
Architecture: amd64
CurrentDesktop: XFCE
Date: Mon Jul 20 10:45:46 2015
InstallationDate: Installed on 2014-07-22 (362 days ago)
InstallationMedia: Xubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140416.2)
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: xorg (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 xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1476343

Title:
  Freeze on screensaver deactivate when set to lock on screensaver
  activate

Status in xorg package in Ubuntu:
  New

Bug description:
  A few months ago, I started having a problem where my laptop would
  freeze and require a hard reboot when I tried to wake it from
  screensaver.  I tried turning light-locker off; this fixed the
  problem.  However, now due to company policy, I have to turn light-
  locker back on, and found that the problem still existed.  After some
  searching, and trying different things, I've found that if I set
  light-locker to activate on screensaver *deactivate*, then everything
  works properly, and when I wake the laptop from screensaver, I'm
  presented with a blank X background and password dialog.  If I set
  light-locker back to activate on screensaver *activate*, then my
  computer continues to run until I press a key or touch the touchpad,
  at which point it freezes.

  Note, I keep suspend and hibernate turned off completely on this
  laptop, and almost never run on battery.  The above happens when
  plugged into AC power.  It would appear to be purely in the realm of
  light-locker and the screensaver.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-57.95-generic 3.13.11-ckt21
  Uname: Linux 3.13.0-57-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Mon Jul 20 10:45:46 2015
  InstallationDate: Installed on 2014-07-22 (362 days ago)
  InstallationMedia: Xubuntu 14.04 LTS "Trusty Tahr" - Release amd64 
(20140416.2)
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1476343/+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 1437510] Re: Screen dim is not following the lock screen timeout (always dimming after 50 seconds)

2015-07-20 Thread costales
For 2' works.
If you set it to Never (I set it like that for driving) is not working,
after 50" the brightness is lost.
Best regards.

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

Title:
  Screen dim is not following the lock screen timeout (always dimming
  after 50 seconds)

Status in Canonical System Image:
  Fix Released
Status in Unity System Compositor:
  Confirmed
Status in ubuntu-system-settings package in Ubuntu:
  Fix Released
Status in unity-system-compositor package in Ubuntu:
  Confirmed
Status in ubuntu-system-settings source package in Vivid:
  Fix Committed
Status in unity-system-compositor package in Ubuntu RTM:
  Confirmed

Bug description:
  current build number: 258
  device name: krillin
  channel: ubuntu-touch/ubuntu-rtm/14.09-proposed
  last update: 2015-03-26 16:39:52
  version version: 258
  version ubuntu: 20150326
  version device: 20150310-3201c0a
  version custom: 20150216-561-29-186

  Go to system settings, security, lock when idle, and change to any
  value higher than 1 minute. Now wait and you will see that the screen
  will dim after 50 seconds, no matter what value you set.

  The screen should only dim 10 seconds before reaching the screen lock
  value.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1437510/+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 1475683] Re: web interface rendered poorly

2015-07-20 Thread Bug Watch Updater
** Changed in: cups (Debian)
   Status: Unknown => Fix Released

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

Title:
  web interface rendered poorly

Status in cups package in Ubuntu:
  Incomplete
Status in cups package in Debian:
  Fix Released

Bug description:
  In Ubuntu Vivid (15.04) the Cups web interface is rendered poorly
  because the css style sheet (file /usr/share/cups/doc-root/cups.css)
  is not interpreted correctly.

  Removing the comment from the first line of the cups.css file fixes
  the issue.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1475683/+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 1471358] Re: lxc-checkconfig shows Mainline PPA Wily-4.0.7 kernel missing memory controller

2015-07-20 Thread Serge Hallyn
** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

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

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

Title:
  lxc-checkconfig shows Mainline PPA Wily-4.0.7 kernel missing memory
  controller

Status in linux package in Ubuntu:
  Confirmed
Status in lxc package in Ubuntu:
  Confirmed

Bug description:
  net8-rmt# uname -a
  Linux ns515383.ip-167-114-159.net 4.0.7-040007-generic #201507031036 SMP Fri 
Jul 3 10:37:58 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

  net8-rmt# lxc-checkconfig | grep missing
  Cgroup memory controller: missing

  net8-rmt# grep cgroup /proc/mounts | grep memory
  cgroup /sys/fs/cgroup/memory cgroup 
rw,relatime,memory,release_agent=/run/cgmanager/agents/cgm-release-agent.memory 
0 0

  So it appears the memory controller is available + lxc-checkconfig
  just fails to report it correctly.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1471358/+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 1396058] Re: [Messaging Menu] Using "enter" in the messaging menu entry looks like it sends the reply when it doesn't

2015-07-20 Thread Pat McGowan
** Changed in: canonical-devices-system-image
   Status: In Progress => Fix Released

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

Title:
  [Messaging Menu] Using "enter" in the messaging menu entry looks like
  it sends the reply when it doesn't

Status in Canonical System Image:
  Fix Released
Status in messaging-app:
  Invalid
Status in Ubuntu UX:
  Won't Fix
Status in indicator-messages package in Ubuntu:
  Invalid
Status in ubuntu-settings-components package in Ubuntu:
  Fix Released

Bug description:
  Using rtm 169
  - receive a sms
  - read it in the messaging menu and decide to reply inline
  - enter something and hit "return/enter" on the osk

  -> the text entry is dismissed and the osk hidden, it looks like the
  message was sent, where in fact it was not

  UX comment-

  We've added in the latest specification for the notification system
  the behaviour of the notification items in the messaging
  menu/notification centre. Link to the spec:
  
https://docs.google.com/a/canonical.com/document/d/1xDSZ_dnAMAlhgFnnyjJEibaITXjVLp1_pnj_tATNm9I/edit#heading=h.aarksr1t9zhb

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1396058/+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 1437510] Re: Screen dim is not following the lock screen timeout (always dimming after 50 seconds)

2015-07-20 Thread Pat McGowan
@costales
I see it working here as described, set the timeout to 2 mins and the screen 
dims after 1 min 50 secs
Can you add more info perhaps?

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

Title:
  Screen dim is not following the lock screen timeout (always dimming
  after 50 seconds)

Status in Canonical System Image:
  Fix Released
Status in Unity System Compositor:
  Confirmed
Status in ubuntu-system-settings package in Ubuntu:
  Fix Released
Status in unity-system-compositor package in Ubuntu:
  Confirmed
Status in ubuntu-system-settings source package in Vivid:
  Fix Committed
Status in unity-system-compositor package in Ubuntu RTM:
  Confirmed

Bug description:
  current build number: 258
  device name: krillin
  channel: ubuntu-touch/ubuntu-rtm/14.09-proposed
  last update: 2015-03-26 16:39:52
  version version: 258
  version ubuntu: 20150326
  version device: 20150310-3201c0a
  version custom: 20150216-561-29-186

  Go to system settings, security, lock when idle, and change to any
  value higher than 1 minute. Now wait and you will see that the screen
  will dim after 50 seconds, no matter what value you set.

  The screen should only dim 10 seconds before reaching the screen lock
  value.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1437510/+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 1475749] Re: usermod --add-subuids fails for users not in /etc/passwd

2015-07-20 Thread Serge Hallyn
Thanks, no objection from me.

** Changed in: shadow (Ubuntu)
   Status: New => Triaged

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

Title:
  usermod --add-subuids fails for users not in /etc/passwd

Status in Canonical System Image:
  New
Status in shadow package in Ubuntu:
  Triaged

Bug description:
  currently we have need to utilize lxc on vivid+stable overlay which requires 
adding subuser & subgroup ids.
  unfortunately, usermod currently fails since phablet password is readonly

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1475749/+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 1454828] Re: PCI/internal sound card not detected

2015-07-20 Thread wemb
Why is my soundcard not working under Ubuntu 15.04?

# echo "Sound cards recognized by the system:"; lspci -nn | grep --color=none 
'\[04[80][13]\]'; echo "Sound cards recognized by ALSA:"; lspci -nn | grep 
'\[04[80][13]\]' | while read line; do lspci -nnk | grep -A 3 '\[04[80][13]\]' 
| grep -e 'Kernel modules: ..*' -e '\[04[80][13]\]' | grep --color=none -F 
"$line"; done; echo "Sound cards recognized by ALSA, and activated:"; lspci -nn 
| grep '\[04[80][13]\]' | while read line; do lspci -nnk | grep -A 3 
'\[04[80][13]\]' | grep -e 'Kernel drivers in use: ..*' -e '\[04[80][13]\]' | 
grep --color=none -F "$line"; done
Sound cards recognized by the system:
00:03.0 Audio device [0403]: Intel Corporation Haswell-ULT HD Audio Controller 
[8086:0a0c] (rev 09)
00:1b.0 Audio device [0403]: Intel Corporation 8 Series HD Audio Controller 
[8086:9c20] (rev 04)
Sound cards recognized by ALSA:
00:03.0 Audio device [0403]: Intel Corporation Haswell-ULT HD Audio Controller 
[8086:0a0c] (rev 09)
00:1b.0 Audio device [0403]: Intel Corporation 8 Series HD Audio Controller 
[8086:9c20] (rev 04)
Sound cards recognized by ALSA, and activated:
00:03.0 Audio device [0403]: Intel Corporation Haswell-ULT HD Audio Controller 
[8086:0a0c] (rev 09)
00:1b.0 Audio device [0403]: Intel Corporation 8 Series HD Audio Controller 
[8086:9c20] (rev 04)

Please help.

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

** Converted to question:
   https://answers.launchpad.net/ubuntu/+source/alsa-driver/+question/269461

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

Title:
  PCI/internal sound card not detected

Status in alsa-driver package in Ubuntu:
  Invalid

Bug description:
  Also tried this: https://wiki.ubuntu.com/Audio/UpgradingAlsa/DKMS with
  oem-audio-hda-daily-dkms - 0.201505131327~ubuntu14.04.1, but didn't
  help either

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.16.0-37.51~14.04.1-generic 3.16.7-ckt9
  Uname: Linux 3.16.0-37-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.10
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CurrentDesktop: Unity
  Date: Wed May 13 21:54:58 2015
  InstallationDate: Installed on 2015-04-09 (34 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Title: PCI/internal sound card not detected
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/31/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A05
  dmi.board.name: 09MYRM
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnDellInc.:bvrA05:bd10/31/2013:svnDellInc.:pnInspiron7737:pvr:rvnDellInc.:rn09MYRM:rvrA00:cvnDellInc.:ct8:cvr0.1:
  dmi.product.name: Inspiron 7737
  dmi.sys.vendor: Dell Inc.
  mtime.conffile..etc.modprobe.d.alsa.base.conf: 2015-05-13T21:42:34.512723

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1454828/+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 1472511] Re: [icons] Some icons are pixelated and don't look good

2015-07-20 Thread Michal Predotka
Just received OTA-5. Icons are still pixelated.

** Attachment added: "screenshot20150720_191410192.png"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1472511/+attachment/4431652/+files/screenshot20150720_191410192.png

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

Title:
  [icons] Some icons are pixelated and don't look good

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

Bug description:
  Steps to reproduce:
  1. Open System Settings
  2. Notice the icons for: Rotation Lock, Flight Mode, About this phone and 
Reset phone are not as smooth as the other icons. They are jugged, pixelated 
(not sure what is the right English word for that).

  Screenshot:
  
https://lh3.googleusercontent.com/-J3X6xqjUulg/VZyaWibESvI/GOE/R0xOVJdCCHk/w400-h720-no/ummm.png

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1472511/+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 1472511] Re: [icons] Some icons are pixelated and don't look good

2015-07-20 Thread Michal Predotka
** Attachment added: "screenshot20150720_191415338.png"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1472511/+attachment/4431653/+files/screenshot20150720_191415338.png

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

Title:
  [icons] Some icons are pixelated and don't look good

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

Bug description:
  Steps to reproduce:
  1. Open System Settings
  2. Notice the icons for: Rotation Lock, Flight Mode, About this phone and 
Reset phone are not as smooth as the other icons. They are jugged, pixelated 
(not sure what is the right English word for that).

  Screenshot:
  
https://lh3.googleusercontent.com/-J3X6xqjUulg/VZyaWibESvI/GOE/R0xOVJdCCHk/w400-h720-no/ummm.png

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1472511/+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 1360403] Re: MMS does not work with T-Mobile US

2015-07-20 Thread Launchpad Bug Tracker
This bug was fixed in the package nuntium - 1.4+15.10.20150714-0ubuntu1

---
nuntium (1.4+15.10.20150714-0ubuntu1) wily; urgency=medium

  [ Dennis O'Flaherty ]
  * Enable receiving non-SMIL messages

  [ Alfonso Sanchez-Beato (email Canonical) ]
  * Fix decoding of From field value (LP: #1360403)

 -- CI Train Bot   Tue, 14 Jul 2015 09:19:52
+

** Changed in: nuntium (Ubuntu)
   Status: In Progress => Fix Released

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

Title:
  MMS does not work with T-Mobile US

Status in Canonical System Image:
  Confirmed
Status in lxc-android-config package in Ubuntu:
  Fix Released
Status in nuntium package in Ubuntu:
  Fix Released
Status in ofono package in Ubuntu:
  Fix Released
Status in ubuntu-download-manager package in Ubuntu:
  Invalid

Bug description:
  My /var/lib/ofono/*/gprs file contains:

  [Settings]
  Powered=1
  RoamingAllowed=0

  [context1]
  Name=T-Mobile GPRS
  AccessPointName=fast.t-mobile.com
  Username=
  Password=
  Type=internet
  Protocol=ipv6
  MessageProxy=
  MessageCenter=http://mms.msg.eng.t-mobile.com/mms/wapenc

  I guess bug #1331813 is getting in the way of IPv6 working, so I was
  told to try 'Protocol=ip', but it doesn't work either.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1360403/+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 1475994] Re: mir fails to build with GCC 5

2015-07-20 Thread Alan Griffiths
** Changed in: mir
   Status: New => In Progress

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

Title:
  mir fails to build with GCC 5

Status in Mir:
  In Progress
Status in mir package in Ubuntu:
  Confirmed

Bug description:
  as seen in silo16:

  https://launchpadlibrarian.net/212029958/buildlog_ubuntu-wily-
  amd64.mir_0.14.0%2B15.10.20150715-0ubuntu2~gcc5.1_BUILDING.txt.gz

  make[3]: Entering directory 
'/«BUILDDIR»/mir-0.14.0+15.10.20150715/obj-x86_64-linux-gnu'
  /usr/bin/cmake -E cmake_progress_report 
/«BUILDDIR»/mir-0.14.0+15.10.20150715/obj-x86_64-linux-gnu/CMakeFiles 
  [ 10%] Building CXX object 
src/protobuf/CMakeFiles/mirprotobuf.dir/google_protobuf_guard.cpp.o
  cd /«BUILDDIR»/mir-0.14.0+15.10.20150715/obj-x86_64-linux-gnu/src/protobuf && 
/usr/bin/x86_64-linux-gnu-g++   -DLOG_NDEBUG=1 -DMESA_EGL_NO_X11_HEADERS 
-DMIR_VERSION_MAJOR=0 -DMIR_VERSION_MICRO=0 -DMIR_VERSION_MINOR=14 
-Dmirprotobuf_EXPORTS -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -D_FORTIFY_SOURCE=2  -pthread -g -std=c++14 -Werror 
-Wall -fno-strict-aliasing -pedantic -Wnon-virtual-dtor -Wextra -fPIC -fPIC 
-I/«BUILDDIR»/mir-0.14.0+15.10.20150715/include/common 
-I/«BUILDDIR»/mir-0.14.0+15.10.20150715/src/include/common 
-I/«BUILDDIR»/mir-0.14.0+15.10.20150715/obj-x86_64-linux-gnu/src/protobuf-o 
CMakeFiles/mirprotobuf.dir/google_protobuf_guard.cpp.o -c 
/«BUILDDIR»/mir-0.14.0+15.10.20150715/src/protobuf/google_protobuf_guard.cpp
  In file included from 
/«BUILDDIR»/mir-0.14.0+15.10.20150715/src/protobuf/google_protobuf_guard.cpp:19:0:
  
/«BUILDDIR»/mir-0.14.0+15.10.20150715/src/include/common/mir/protobuf/google_protobuf_guard.h:37:6:
 error: '{anonymous}::force_google_protobuf_init' defined but not used 
[-Werror=unused-variable]
   bool force_google_protobuf_init{(mir::protobuf::google_protobuf_guard(), 
true)};
^
  /usr/bin/cmake -E cmake_progress_report 
/«BUILDDIR»/mir-0.14.0+15.10.20150715/obj-x86_64-linux-gnu/CMakeFiles 
  cc1plus: all warnings being treated as errors
  make[3]: *** 
[src/protobuf/CMakeFiles/mirprotobuf.dir/google_protobuf_guard.cpp.o] Error 1
  [ 10%] src/protobuf/CMakeFiles/mirprotobuf.dir/build.make:75: recipe for 
target 'src/protobuf/CMakeFiles/mirprotobuf.dir/google_protobuf_guard.cpp.o' 
failed
  make[3]: Leaving directory 
'/«BUILDDIR»/mir-0.14.0+15.10.20150715/obj-x86_64-linux-gnu'
  CMakeFiles/Makefile2:2622: recipe for target 
'src/protobuf/CMakeFiles/mirprotobuf.dir/all' failed
  make[2]: *** [src/protobuf/CMakeFiles/mirprotobuf.dir/all] Error 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1475994/+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 1476319] Re: [Dash] App label word being wrapped

2015-07-20 Thread Rodney Dawes
** Package changed: unity-scope-click (Ubuntu) => unity8 (Ubuntu)

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

Title:
  [Dash] App label word being wrapped

Status in unity8 package in Ubuntu:
  New

Bug description:
  Needs arale.

  Test case.
  - Switch the phone to Spanish.
  - Go to Apps scope.
  - Check System Settings app label.

  Expected result.
  - Label is wrapped in two lines: "Configuración" and "del sistema".

  Actual result.
  - First word is wrapped: "Configuració" and "n del sistema". See screenshot.

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1476319/+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 1476259] Re: /usr/bin/aa-clickhook:apparmor.common.AppArmorException:/usr/bin/aa-clickhook@196:main:load_profiles

2015-07-20 Thread Jamie Strandboge
The free() errors represent real bugs, but there is no context to
reproduce. We have added a card to trello to look into running valgrind
in an automated fashion on the parser.

** Changed in: click-apparmor (Ubuntu)
   Status: New => Fix Released

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

Title:
  /usr/bin/aa-clickhook:apparmor.common.AppArmorException:/usr/bin/aa-
  clickhook@196:main:load_profiles

Status in click-apparmor package in Ubuntu:
  Fix Released

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding click-apparmor.  This problem was most recently seen with
  version 0.3.9, the problem page at
  https://errors.ubuntu.com/problem/03731e327a6d5c8984fbdd9fd63f4d5f21a0dee2
  contains more details.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/click-apparmor/+bug/1476259/+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 1476328] [NEW] Antialiasing of the icons

2015-07-20 Thread Wolfgang Eder
Public bug reported:

The app icons have sometimes no antialiasing/are pixelated. Not only at
the app scope but also at the launcher and the today scope. It changes
between pixelated and not pixelated randomly. This was observed on bq
aquaris E4.5; Ubuntu 15.04 (r23). I don't know yet if this also is on
Ubuntu 15.04 (r24).

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

** Attachment added: "Icons change between pixelated (right) and not pixelated 
(left) randomly."
   https://bugs.launchpad.net/bugs/1476328/+attachment/4431651/+files/pixel.png

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

Title:
  Antialiasing of the icons

Status in unity8 package in Ubuntu:
  New

Bug description:
  The app icons have sometimes no antialiasing/are pixelated. Not only
  at the app scope but also at the launcher and the today scope. It
  changes between pixelated and not pixelated randomly. This was
  observed on bq aquaris E4.5; Ubuntu 15.04 (r23). I don't know yet if
  this also is on Ubuntu 15.04 (r24).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1476328/+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 1476259] Re: /usr/bin/aa-clickhook:apparmor.common.AppArmorException:/usr/bin/aa-clickhook@196:main:load_profiles

2015-07-20 Thread Jamie Strandboge
We investigated this. Unfortunately the traceback is the same regardless
of apparmor_parser error. Here is the breakdown:

FIXED (mir abstraction) https://errors.ubuntu.com/oops/554cfe9a-
be61-11e4-a928-fa163e75317b

FIXED (mir abstraction)
https://errors.ubuntu.com/oops/a93289c0-be62-11e4-af58-fa163e525ba7

FIXED (mir abstraction)
https://errors.ubuntu.com/oops/ccd8de50-bf21-11e4-9185-fa163e707a72

FIXED (mir abstraction) https://errors.ubuntu.com/oops/4c0dbc46-c9ee-
11e4-8e4d-fa163e22e467

IGNORED (ebay webapp conflicting x modifers-- not a problem with current
1.0.13 on vivid)
https://errors.ubuntu.com/oops/3cd49d0c-e911-11e4-91d3-fa163e339c81

IGNORED - NOTENOUGHCONTEXT (policy load failed with errno 1: b'')
https://errors.ubuntu.com/oops/46143b4c-14eb-11e5-b081-fa163e22e467

IGNORED - NOTENOUGHCONTEXT (policy load failed with errno 1: b'')
https://errors.ubuntu.com/oops/01279c26-15a5-11e5-a8dd-fa163e525ba7

IGNORED (reminders app token error-- system-modified profile)
https://errors.ubuntu.com/oops/c3d35ad2-1e31-11e5-8cd2-fa163e373683

IGNORED (camera-app token error-- system-modified profile)
https://errors.ubuntu.com/oops/8b88f590-2ab3-11e5-9880-fa163e373683

IGNORED - NOTENOUGHCONTEXT ('policy load failed with errno -6: b"***
Error in `/sbin/apparmor_parser\': free(): invalid next size (fast):
0x00c80aa0 ***)
https://errors.ubuntu.com/oops/ad146b74-2881-11e5-b761-fa163e707a72

IGNORED - NOTENOUGHCONTEXT '(policy load failed with errno -6: b"***
Error in `/sbin/apparmor_parser\': free(): invalid size: 0x01cec350 ***)
https://errors.ubuntu.com/oops/769bcfda-2b63-11e5-a27d-fa163e75317b

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

Title:
  /usr/bin/aa-clickhook:apparmor.common.AppArmorException:/usr/bin/aa-
  clickhook@196:main:load_profiles

Status in click-apparmor package in Ubuntu:
  Fix Released

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding click-apparmor.  This problem was most recently seen with
  version 0.3.9, the problem page at
  https://errors.ubuntu.com/problem/03731e327a6d5c8984fbdd9fd63f4d5f21a0dee2
  contains more details.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/click-apparmor/+bug/1476259/+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 1475678] Re: Unity8 not informing clients that they are not visible and thus can stop rendering

2015-07-20 Thread Mirco Müller
** Changed in: qtmir
   Importance: Undecided => High

** Changed in: qtubuntu
   Importance: Undecided => High

** Changed in: unity8 (Ubuntu)
   Importance: Undecided => High

** Changed in: qtmir
   Status: New => In Progress

** Changed in: qtubuntu
   Status: New => In Progress

** Changed in: unity8 (Ubuntu)
   Status: New => In Progress

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

Title:
  Unity8 not informing clients that they are not visible and thus can
  stop rendering

Status in QtMir:
  In Progress
Status in qtubuntu:
  In Progress
Status in unity8 package in Ubuntu:
  In Progress

Bug description:
  Currently on the phone, apps stop rendering when shell hides them,
  because shell also lifecycle stops the app. App isn't actually told it
  should stop rendering, we just SIGSTOP its process.

  But some apps are not lifecycle stopped, e.g. music. So we should have
  unity8 tell the app to stop rendering.

  
  This will be a multi-step process:
  1. Qtubuntu
  Mir has a attribute to set on surfaces to tell them they are 
visible/occluded: (see mir/include/common/mir_toolkit/common.h)
  mir_surface_attrib_visibility - part of the MirSurfaceAttrib enum. 

  This indicates these possible values:
  typedef enum MirSurfaceVisibility
  {
  mir_surface_visibility_occluded = 0,
  mir_surface_visibility_exposed
  } MirSurfaceVisibility;

  On the client side (qtubuntu), you need to listen for this attribute change, 
and connect it to QWindowSystemInterface::handleExposeEvent() which tells Qt 
how much of a QWindow is being drawn.
  Note there is also a QWindowSystemInterface::handleWindowStateChanged() 
handler, which use use to explicitly set QWindow show/hide, but Qt tends to 
release its GL context on hide, which we may not desire. It may not hurt, worth 
a look.

  2. QtMir
  There are methods on mir::scene::Surface to set and get the MirSurfaceAttrib 
attributes. I think it would make sense to use the pre-existing 
MirSurfaceItem::visible property, so that if a surface is marked visible=false, 
then that will dispatch the mir_surface_visibility_occluded event to the 
client, so it will stop drawing.

  3. Unity8
  Correctly set visible=false when an application surface is occluded, and true 
when visible. QML has no automatic way of doing that (i.e. occlusion detection)

To manage notifications about this bug go to:
https://bugs.launchpad.net/qtmir/+bug/1475678/+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 1438003] Re: (1) Creating object for path '/org/freedesktop/NetworkManager/ActiveConnection/0' failed in libnm-glib.

2015-07-20 Thread David Baumann
I would really appreciate a workaround, too, as I cannot connect with my
mobile router!

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

Title:
  (1) Creating object for path
  '/org/freedesktop/NetworkManager/ActiveConnection/0' failed in libnm-
  glib.

Status in NetworkManager:
  Confirmed
Status in network-manager package in Ubuntu:
  Triaged

Bug description:
  While attempting to connect to an SSID for the first time, it fails, and I 
consistently get:
  (1) Creating object for path 
'/org/freedesktop/NetworkManager/ActiveConnection/0' failed in libnm-glib.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: network-manager 0.9.10.0-4ubuntu11
  ProcVersionSignature: Ubuntu 3.19.0-10.10-generic 3.19.2
  Uname: Linux 3.19.0-10-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.16.2-0ubuntu5
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Sun Mar 29 23:08:37 2015
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2015-03-29 (0 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Beta amd64 (20150326)
  IpRoute:
   default via 192.168.1.1 dev wlan0  proto static  metric 1024 
   169.254.0.0/16 dev wlan0  scope link  metric 1000 
   192.168.1.0/24 dev wlan0  proto kernel  scope link  src 192.168.1.2
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-dev:
   DEVICE  TYPE  STATE DBUS-PATH  
CONNECTION  CON-UUID  CON-PATH  
 
   wlan0   wifi  connected /org/freedesktop/NetworkManager/Devices/4  
www.ubuntu.com  71c36534-c491-4479-aa91-9238b10f3945  
/org/freedesktop/NetworkManager/ActiveConnection/1 
   wlan1   wifi  disconnected  /org/freedesktop/NetworkManager/Devices/2  
--  ----
 
   eth0ethernet  unavailable   /org/freedesktop/NetworkManager/Devices/1  
--  ----
 
   lo  loopback  unmanaged /org/freedesktop/NetworkManager/Devices/0  
--  ----
  nmcli-nm: Error: command ['nmcli', '-f', 'all', 'nm'] failed with exit code 
2: Error: Object 'nm' is unknown, try 'nmcli help'.

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/1438003/+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 1475982] Re: mir (main) build-depends on abi-compliance-checker (universe)

2015-07-20 Thread Steve Langasek
*** This bug is a duplicate of bug 1464447 ***
https://bugs.launchpad.net/bugs/1464447

** This bug has been marked a duplicate of bug 1464447
   [MIR] abi-compliance-checker

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

Title:
  mir (main) build-depends on abi-compliance-checker (universe)

Status in Mir:
  New
Status in mir package in Ubuntu:
  Confirmed

Bug description:
  mir (main) build-depends on abi-compliance-checker (universe), this
  seems to be introduced for 14.10. Please either drop this build
  dependency or file a MIR for the package. This severely hinders
  rebuilding packages using GCC 5 in silo16.

  This is a long known issue, in that the ci-train ignores the
  main/universe split, while having the ubuntu-touch stack in the
  archive. Somebody should systematically go through all the packages in
  the touch stack and properly include these into main.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1475982/+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 1476322] [NEW] Display problem of recipients of group messages

2015-07-20 Thread Wolfgang Eder
Public bug reported:

After sending a message to multiple recipients, the names of the
recipients can not be seen when pressing the button when sent to 60
recipients.

When sending to e.g. 13 recipients, the names are displayed but they are
not [1] scrollable, [2] selectable in any kind and [3], there is no
return option to get back to the message. Holds for landscape mode too.

bq aquaris 4.5; Ubuntu 15.04 (r24)

** Affects: messaging-app (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "group.png"
   https://bugs.launchpad.net/bugs/1476322/+attachment/4431650/+files/group.png

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

Title:
  Display problem of recipients of group messages

Status in messaging-app package in Ubuntu:
  New

Bug description:
  After sending a message to multiple recipients, the names of the
  recipients can not be seen when pressing the button when sent to 60
  recipients.

  When sending to e.g. 13 recipients, the names are displayed but they
  are not [1] scrollable, [2] selectable in any kind and [3], there is
  no return option to get back to the message. Holds for landscape mode
  too.

  bq aquaris 4.5; Ubuntu 15.04 (r24)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/messaging-app/+bug/1476322/+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 882254] Re: /etc/rc.local is not executed at startup

2015-07-20 Thread Steve Langasek
On Mon, Jul 20, 2015 at 01:14:23PM -, Rudy Mario Moretti wrote:
> Hello, 
> -
> - hello, on ubuntu 15.04 64Bit
>  rc.local don't start!
> -
> - on terminal using command 
> # sudo /etc/init.d/rc.local start

> it stop loading libs at :

> . /lib/init/vars.sh
> . /lib/lsb/init-functions
> 
> " it stop here. "

What do you mean, it stops?  How do you know that it stops?

On a 15.04 system, it is expected that the /lib/lsb/init-functions library
will divert this call to systemd, and that systemd will handle the execution
of rc.local via /lib/systemd/system/rc.local.service.

If this isn't working, please file a separate bug report against the systemd
package.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
slanga...@ubuntu.com vor...@debian.org

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

Title:
  /etc/rc.local is not executed at startup

Status in sysvinit package in Ubuntu:
  Expired

Bug description:
  /etc/rc.local is not executed at startup in 11.10. In 11.04 this was
  not the case. Is there any alternative?

  Greetz,
  Florian

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: upstart 1.3-0ubuntu10
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic x86_64
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  Date: Wed Oct 26 22:15:00 2011
  ProcEnviron:
   LANGUAGE=
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: upstart
  UpgradeStatus: Upgraded to oneiric on 2011-10-24 (2 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sysvinit/+bug/882254/+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 1473492] Re: /usr/bin/unity8:11:data:qGetPtrHelper:d_func:QCoreApplication::notifyInternal:sendEvent

2015-07-20 Thread Launchpad Bug Tracker
** Branch linked: lp:~dandrader/unity8/touchRegistryCrash-lp1473492

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

Title:
  
/usr/bin/unity8:11:data:qGetPtrHelper:d_func:QCoreApplication::notifyInternal:sendEvent

Status in unity8 package in Ubuntu:
  In Progress

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding unity8.  This problem was most recently seen with version
  8.02+15.10.20150603.1-0ubuntu1, the problem page at
  https://errors.ubuntu.com/problem/80fe9ee0261ee41ee123fa00a4830fc21d075d87
  contains more details.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1473492/+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 1472142] Re: /var/cache/lxc not world readable

2015-07-20 Thread Serge Hallyn
Thanks for filling this report.

The issue isn't really "secrets" being exposed in the cache, but rather
setuid-root or file-capability-endowed binaries in the rootfs,
especially if they become stale and contain a CVE.  Lxc can't be sure
where third-party templates have stored such binaries, so if
/var/cache/lxc was 755 then every subdirectory would need to be 700, and
we'd have to worry about a bug leaving one open.

If you "know what you're doing" then you can chmod /var/cache/lxc on
your systems to 755, and lxc won't revert those permissions against your
will.  But I'm afraid we have to mark this wontfix.  Too bad, because I
agree it *is* inconvenient.


** Changed in: lxc (Ubuntu)
   Status: New => Won't Fix

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

Title:
  /var/cache/lxc not world readable

Status in lxc package in Ubuntu:
  Won't Fix

Bug description:
  I am interested in priming the lxc cache on new hosts, but this is
  problematic because /var/cache/lxc is not world readable.

  Could it become world readable?

  This bug should be WONTFIX if the cache can contain secrets or
  'private' images. But ideally these would be declared private and
  protected at the next level down.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1472142/+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 1476319] [NEW] [Dash] App label word being wrapped

2015-07-20 Thread Víctor R . Ruiz
Public bug reported:

Needs arale.

Test case.
- Switch the phone to Spanish.
- Go to Apps scope.
- Check System Settings app label.

Expected result.
- Label is wrapped in two lines: "Configuración" and "del sistema".

Actual result.
- First word is wrapped: "Configuració" and "n del sistema". See screenshot.

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

** Affects: unity-scope-click (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: qa-silo

** Attachment added: "screenshot20150720_161226184.png"
   
https://bugs.launchpad.net/bugs/1476319/+attachment/4431649/+files/screenshot20150720_161226184.png

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

Title:
  [Dash] App label word being wrapped

Status in unity-scope-click package in Ubuntu:
  New

Bug description:
  Needs arale.

  Test case.
  - Switch the phone to Spanish.
  - Go to Apps scope.
  - Check System Settings app label.

  Expected result.
  - Label is wrapped in two lines: "Configuración" and "del sistema".

  Actual result.
  - First word is wrapped: "Configuració" and "n del sistema". See screenshot.

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scope-click/+bug/1476319/+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   >