[Touch-packages] [Bug 1626435] Re: Keyboard layout not applied on the shell

2016-11-17 Thread Launchpad Bug Tracker
** Branch linked: lp:~ci-train-bot/mir/mir-ubuntu-zesty-2209

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

Title:
  Keyboard layout not applied on the shell

Status in Canonical System Image:
  In Progress
Status in Mir:
  Fix Committed
Status in Mir 0.24 series:
  Fix Released
Status in mir package in Ubuntu:
  Fix Released
Status in qtmir package in Ubuntu:
  In Progress
Status in unity8 package in Ubuntu:
  In Progress

Bug description:
  Split out from bug #1611859:

  Steps:
  * connect a BT or a physical keyboard
  * wipe or remove ~/.config/ubuntu-system-settings/wizard-has-run* and reboot
  * go through the wizard

  Expected:
  * I can use the selected layout in the wizard
  * and in snap decisions

  Current:
  * you can only use us layout in the shell

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: unity8 8.14+16.04.20160914-0ubuntu1 [origin: 
LP-PPA-ci-train-ppa-service-landing-078]
  ProcVersionSignature: Ubuntu 4.4.0-38.57-generic 4.4.19
  Uname: Linux 4.4.0-38-generic x86_64
  NonfreeKernelModules: zfs zunicode zcommon znvpair zavl
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Sep 22 10:07:47 2016
  InstallationDate: Installed on 2016-05-06 (138 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  SourcePackage: unity8
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1626435/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1610215] Re: Mir build and test failures with gcc-6 and LTO

2016-11-17 Thread Launchpad Bug Tracker
** Branch linked: lp:~ci-train-bot/mir/mir-ubuntu-zesty-2209

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

Title:
  Mir build and test failures with gcc-6 and LTO

Status in Mir:
  Fix Committed
Status in Mir 0.24 series:
  Fix Released
Status in mir package in Ubuntu:
  Fix Released

Bug description:
  The exact failure mode is different depending on whether ld.bfd or
  ld.gold is used. In both cases, however, the core issue seems to be
  that implicit destructor symbols cannot be found.

   ld.bfd ===

  Build error for mir_acceptance_tests:

  ../libmir-test-assist.a(fake_display.cpp.o): In function 
`mir::test::doubles::NullDisplaySyncGroup::NullDisplaySyncGroup()':
  /root/mir/include/test/mir/test/doubles/null_display_sync_group.h:68: 
undefined reference to `vtable for mir::test::doubles::NullDisplaySyncGroup'
  ../libmir-test-assist.a(fake_display.cpp.o): In function 
`mir::test::doubles::NullDisplayBuffer::NullDisplayBuffer()':
  /root/mir/include/test/mir/test/doubles/null_display_buffer.h:31: undefined 
reference to `vtable for mir::test::doubles::NullDisplayBuffer'
  ../libmir-test-assist.a(fake_display.cpp.o): In function 
`mir::test::doubles::NullDisplaySyncGroup::NullDisplaySyncGroup()':
  /root/mir/include/test/mir/test/doubles/null_display_sync_group.h:68: 
undefined reference to `vtable for mir::test::doubles::NullDisplaySyncGroup'
  ../libmir-test-assist.a(fake_display.cpp.o): In function 
`mir::test::doubles::NullDisplayBuffer::NullDisplayBuffer()':
  /root/mir/include/test/mir/test/doubles/null_display_buffer.h:31: undefined 
reference to `vtable for mir::test::doubles::NullDisplayBuffer'
  collect2: error: ld returned 1 exit status
  tests/acceptance-tests/CMakeFiles/mir_acceptance_tests.dir/build.make:1450: 
recipe for target 'bin/mir_acceptance_tests.bin' failed
  make[2]: *** [bin/mir_acceptance_tests.bin] Error 1
  CMakeFiles/Makefile2:9407: recipe for target 
'tests/acceptance-tests/CMakeFiles/mir_acceptance_tests.dir/all' failed
  make[1]: *** [tests/acceptance-tests/CMakeFiles/mir_acceptance_tests.dir/all] 
Error 2

  Build error for mir_unit_tests:

  ../mir_test_framework/libmir-test-framework-static.a(stub_session.cpp.o): In 
function `_GLOBAL__sub_I_stub_session.cpp':
  /root/mir/tests/mir_test_framework/stub_session.cpp:161: undefined reference 
to `mir::test::doubles::StubSession::~StubSession()'
  
../mir_test_framework/libmir-test-framework-static.a(stub_session.cpp.o):(.data.rel.ro._ZTVN3mir4test7doubles11StubSessionE[_ZTVN3mir4test7doubles11StubSessionE]+0x10):
 undefined reference to `mir::test::doubles::StubSession::~StubSession()'
  
../mir_test_framework/libmir-test-framework-static.a(stub_session.cpp.o):(.data.rel.ro._ZTVN3mir4test7doubles11StubSessionE[_ZTVN3mir4test7doubles11StubSessionE]+0x18):
 undefined reference to `mir::test::doubles::StubSession::~StubSession()'
  
../mir_test_framework/libmir-test-framework-static.a(stub_session.cpp.o):(.debug_info+0xbb84):
 undefined reference to `mir::test::doubles::StubSession::~StubSession()'
  
../mir_test_framework/libmir-test-framework-static.a(testing_server_options.cpp.o):
 In function `mir::ServerConfiguration::ServerConfiguration()':
  /root/mir/src/include/server/mir/server_configuration.h:89: undefined 
reference to `vtable for mir::ServerConfiguration'
  /root/mir/src/include/server/mir/server_configuration.h:89: undefined 
reference to `vtable for mir::ServerConfiguration'
  
../mir_test_framework/libmir-test-framework-static.a(stubbed_server_configuration.cpp.o):
 In function `mir::ServerConfiguration::ServerConfiguration()':
  /root/mir/src/include/server/mir/server_configuration.h:89: undefined 
reference to `vtable for mir::ServerConfiguration'
  collect2: error: ld returned 1 exit status
  tests/unit-tests/CMakeFiles/mir_unit_tests.dir/build.make:4588: recipe for 
target 'bin/mir_unit_tests.bin' failed
  make[2]: *** [bin/mir_unit_tests.bin] Error 1
  CMakeFiles/Makefile2:10841: recipe for target 
'tests/unit-tests/CMakeFiles/mir_unit_tests.dir/all' failed
  make[1]: *** [tests/unit-tests/CMakeFiles/mir_unit_tests.dir/all] Error 2
  Makefile:138: recipe for target 'all' failed
  make: *** [all] Error 2

  
  === ld.gold ===

  No build errors, but we get segfaults when running the mir_unit_tests
  during the destruction of StubSession objects.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1610215/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1613352] Re: Test timeout: MesaDisplayConfigurationTest.reads_updated_subpixel_information

2016-11-17 Thread Launchpad Bug Tracker
** Branch linked: lp:~ci-train-bot/mir/mir-ubuntu-zesty-2209

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

Title:
  Test timeout:
  MesaDisplayConfigurationTest.reads_updated_subpixel_information

Status in Mir:
  Fix Committed
Status in mir package in Ubuntu:
  Invalid

Bug description:
  MesaDisplayConfigurationTest.reads_updated_subpixel_information
  will timeout under load.

  06:17:37 28: [--] 8 tests from MesaDisplayConfigurationTest
  06:17:37 28: [ RUN ] 
MesaDisplayConfigurationTest.configuration_is_read_correctly
  06:17:37 28: [ OK ] 
MesaDisplayConfigurationTest.configuration_is_read_correctly (196 ms)
  06:17:37 28: [ RUN ] 
MesaDisplayConfigurationTest.reads_subpixel_information_correctly
  06:17:37 28: [ OK ] 
MesaDisplayConfigurationTest.reads_subpixel_information_correctly (264 ms)
  06:17:37 28: [ RUN ] 
MesaDisplayConfigurationTest.reads_updated_subpixel_information
  08:47:37 make[2]: *** [test] Terminated
  08:47:37 make: *** [build] Terminated
  08:47:37 make[1]: *** wait: No child processes.  Stop.
  08:47:37 make[1]: *** Waiting for unfinished jobs
  08:47:37 make[1]: *** wait: No child processes.  Stop.
  08:47:37 Makefile:85: recipe for target 'test' failed
  08:47:37 debian/rules:13: recipe for target 'build' failed
  08:47:37 E: Caught signal ���Terminated���: terminating immediately
  08:47:37 Build killed with signal TERM after 150 minutes of inactivity
  08:47:37 

  First seen here:
  
https://mir-jenkins.ubuntu.com/job/build-2-binpkg-mir/arch=amd64,compiler=gcc,platform=mesa,release=yakkety/1811/consoleFull
  and reproduced under load locally with lp:mir.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1613352/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1617865] Re: [regression] Accidental libmircommon.so.6 ABI break in Mir 0.24.0: mir::dispatch::ReadableFd* moved version stanzas

2016-11-17 Thread Launchpad Bug Tracker
** Branch linked: lp:~ci-train-bot/mir/mir-ubuntu-zesty-2209

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

Title:
  [regression] Accidental libmircommon.so.6 ABI break in Mir 0.24.0:
  mir::dispatch::ReadableFd* moved version stanzas

Status in Mir:
  Fix Committed
Status in Mir 0.24 series:
  Fix Released
Status in mir package in Ubuntu:
  Fix Released

Bug description:
  Accidental libmircommon.so.6 ABI break in Mir 0.24:
  mir::dispatch::ReadableFd* moved version stanzas

  So for example server-mesa-x11.so.9 can no longer load because it expects 
from libmircommon.so.6:
 ZN3mir8dispatch10ReadableFdC1ENS_2FdERKSt8functionIFvvEE@MIR_COMMON_5.1
  but actually in Mir 0.24.0 that got duplicated and changed to:
 ZN3mir8dispatch10ReadableFdC1ENS_2FdERKSt8functionIFvvEE@MIR_COMMON_0.24

  https://bugs.launchpad.net/mir/+bug/1611804/comments/8

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1617865/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1612256] Re: [regression] Trust prompt not shown when starting camera

2016-11-17 Thread Launchpad Bug Tracker
** Branch linked: lp:~ci-train-bot/mir/mir-ubuntu-zesty-2209

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

Title:
  [regression] Trust prompt not shown when starting camera

Status in Canonical System Image:
  Fix Released
Status in Mir:
  Fix Committed
Status in Mir 0.24 series:
  Fix Released
Status in mir package in Ubuntu:
  Fix Released

Bug description:
  Installed bq-aquaris.en (rev 405) and mir 0.24.0 from silo 36.
  Clicking camera, the application appears to be stuck waiting for the
  trust prompt.

  This does not happen with 0.23.5.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1612256/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1625401] Re: Mir server seems to spin at 100% and steals focus from everything until the server shutdown

2016-11-17 Thread Launchpad Bug Tracker
** Branch linked: lp:~ci-train-bot/mir/mir-ubuntu-zesty-2209

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

Title:
  Mir server seems to spin at 100% and steals focus from everything
  until the server shutdown

Status in Mir:
  Fix Committed
Status in Mir 0.24 series:
  Fix Released
Status in MirAL:
  Invalid
Status in mir package in Ubuntu:
  Fix Released

Bug description:
  Start a Mir server (doesn't have to be miral-shell, but we'll use that
  example) with gnome-terminal:

  $ miral-shell --startup gnome-terminal

  In the terminal start and detach Xmir:

  $ Xmir -rootless :1&

  Close the terminal.

  When I do hit this, unable to do anything key focus wise. (I can open
  a terminal ctrl+alt+t but i cant type into, mouse events work fine)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1625401/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1609612] Re: clang builds fail (again)

2016-11-17 Thread Launchpad Bug Tracker
** Branch linked: lp:~ci-train-bot/mir/mir-ubuntu-zesty-2209

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

Title:
  clang builds fail (again)

Status in Mir:
  Fix Committed
Status in Mir 0.24 series:
  Fix Released
Status in mir package in Ubuntu:
  Fix Released

Bug description:
  clang builds fail (again) since yakkety switched to gcc 6 today.

  And I only got clang working again yesterday :(
  https://code.launchpad.net/~vanvugt/mir/fix-clang-20160803/+merge/301869

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1609612/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1615703] Re: [regression] mir demo server fails to start with mx4

2016-11-17 Thread Launchpad Bug Tracker
** Branch linked: lp:~ci-train-bot/mir/mir-ubuntu-zesty-2209

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

Title:
  [regression] mir demo server fails to start with mx4

Status in Mir:
  Fix Committed
Status in mir package in Ubuntu:
  Invalid

Bug description:
  mir_demo_server fails to start with mx4. I'd guess failure indicates
  the u8 stack wouldn't start either. Should be fixed for 0.25 series.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1615703/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1617435] Re: libmirserver-dev is missing a depends for uuid-dev

2016-11-17 Thread Launchpad Bug Tracker
** Branch linked: lp:~ci-train-bot/mir/mir-ubuntu-zesty-2209

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

Title:
  libmirserver-dev is missing a depends for uuid-dev

Status in Mir:
  Fix Committed
Status in mir package in Ubuntu:
  Triaged

Bug description:
  From building qtmir:

  In file included from 
/«BUILDDIR»/qtmir-0.4.8+15.04.20160826.1/src/modules/Unity/Application/mirsurfacemanager.cpp:41:0:
  /usr/include/mirserver/mir/shell/persistent_surface_store.h:25:23: fatal 
error: uuid/uuid.h: No such file or directory
   #include 
 ^

  libmirserver-dev should depend on uuid-dev

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1617435/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1262116] Re: Nested servers prevent overlays or fullscreen bypass from working

2016-11-17 Thread Launchpad Bug Tracker
** Branch linked: lp:~ci-train-bot/mir/mir-ubuntu-zesty-2209

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

Title:
  Nested servers prevent overlays or fullscreen bypass from working

Status in Mir:
  Fix Committed
Status in mir package in Ubuntu:
  New

Bug description:
  Nested servers prevent fullscreen bypass from working.

  This would explain why nesting fullscreen clients is measurably slower than 
non-nesting:
  Direct (bypass) 2600
  Direct (bypass off) 2400
  Nested (bypass) 2450
  Nested (bypass off) 2330

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1262116/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1570698] Re: CI failure in TestClientInput.receives_one_touch_event_per_frame

2016-11-17 Thread Launchpad Bug Tracker
** Branch linked: lp:~ci-train-bot/mir/mir-ubuntu-zesty-2209

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

Title:
  CI failure in TestClientInput.receives_one_touch_event_per_frame

Status in Mir:
  Triaged
Status in mir package in Ubuntu:
  Triaged

Bug description:
  https://mir-jenkins.ubuntu.com/job/build-2-binpkg-
  mir/arch=i386,compiler=gcc,platform=mesa,release=xenial/863/consoleFull

  02:44:41 11: [ RUN ] TestClientInput.receives_one_touch_event_per_frame
  02:44:41 11: [2016-04-15 02:44:41.425619] mirserver: Starting
  02:44:41 11: [2016-04-15 02:44:41.430805] mirserver: Selected driver: dummy 
(version 0.22.0)
  02:44:41 11: [2016-04-15 02:44:41.499565] mirserver: Using software cursor
  02:44:41 11: [2016-04-15 02:44:41.509983] mirserver: Initial display 
configuration:
  02:44:41 11: [2016-04-15 02:44:41.510510] mirserver: 1.1: VGA 0.0" 0x0mm
  02:44:41 11: [2016-04-15 02:44:41.510809] mirserver: Current mode 1000x800 
60.00Hz
  02:44:41 11: [2016-04-15 02:44:41.511107] mirserver: Preferred mode 1000x800 
60.00Hz
  02:44:41 11: [2016-04-15 02:44:41.511379] mirserver: Logical position +0+0
  02:44:41 11: [2016-04-15 02:44:41.565602] mirserver: Selected input driver: 
mir:stub-input (version: 0.22.0)
  02:44:41 11: [2016-04-15 02:44:41.568428] mirserver: Mir version 0.22.0
  02:44:44 11: 
  02:44:44 11: GMOCK WARNING:
  02:44:44 11: Uninteresting mock function call - returning directly.
  02:44:44 11: Function call: handle_input(touch_event(when=2480338825735318 
(133.240680ms ago), from=3, touch = {{id=1, action=change, tool=finger, 
x=7.68054, y=12.2889, pressure=1, major=5, minor=8, size=8}, modifiers=1))
  02:44:44 11: Stack trace:
  02:44:44 11: 
/��BUILDDIR��/mir-0.22.0+xenial881bzr3443/tests/acceptance-tests/test_client_input.cpp:639:
 Failure
  02:44:44 11: The difference between 1.0f and client_input_events_per_frame is 
0.2400953674316, which exceeds 0.2f, where
  02:44:44 11: 1.0f evaluates to 1,
  02:44:44 11: client_input_events_per_frame evaluates to 0.7599046325684, 
and
  02:44:44 11: 0.2f evaluates to 0.2000298023224.
  02:44:44 11: 
  02:44:44 11: GMOCK WARNING:
  02:44:44 11: Uninteresting mock function call - returning directly.
  02:44:45 11: Function call: handle_input(touch_event(when=2480339119018976 
(10.576963ms ago), from=3, touch = {{id=1, action=change, tool=finger, 
x=7.80214, y=12.4834, pressure=1, major=5, minor=8, size=8}, modifiers=1))
  02:44:45 11: Stack trace:
  02:44:45 11: 
  02:44:45 11: GMOCK WARNING:
  02:44:45 11: Uninteresting mock function call - returning directly.
  02:44:45 11: Function call: handle_input(touch_event(when=2480339135968128 
(14.812916ms ago), from=3, touch = {{id=1, action=change, tool=finger, 
x=7.84436, y=12.551, pressure=1, major=5, minor=8, size=8}, modifiers=1))
  02:44:45 11: Stack trace:
  02:44:45 11: [2016-04-15 02:44:45.407565] mirserver: Stopping
  02:44:45 11: [ FAILED ] TestClientInput.receives_one_touch_event_per_frame 
(4083 ms)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1570698/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1584894] Re: unity-system-compositor (or any Mir server) crashes on start-up with "Mir fatal error: Failed to schedule page flip" on VirtualBox Graphics Adapter and QEMU

2016-11-17 Thread Launchpad Bug Tracker
** Branch linked: lp:~ci-train-bot/mir/mir-ubuntu-zesty-2209

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

Title:
  unity-system-compositor (or any Mir server) crashes on start-up with
  "Mir fatal error: Failed to schedule page flip" on VirtualBox Graphics
  Adapter and QEMU

Status in Canonical System Image:
  Confirmed
Status in Mir:
  Fix Committed
Status in mir package in Ubuntu:
  Confirmed

Bug description:
  (separated from bug 1118903)
  unity-system-compositor crashes on start-up with "Mir fatal error: Failed to 
schedule page flip" on VirtualBox Graphics Adapter

  ---

  can not login to Unity8

  ProblemType: Crash
  DistroRelease: Ubuntu 16.10
  Package: unity-system-compositor 0.4.3+16.04.20160323-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  ApportVersion: 2.20.1-0ubuntu4
  Architecture: amd64
  Date: Mon May 23 19:20:43 2016
  ExecutablePath: /usr/sbin/unity-system-compositor
  GraphicsCard: InnoTek Systemberatung GmbH VirtualBox Graphics Adapter 
[80ee:beef] (prog-if 00 [VGA controller])
  InstallationDate: Installed on 2016-05-19 (3 days ago)
  InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Alpha amd64 (20160519)
  ProcCmdline: /usr/sbin/unity-system-compositor 
--disable-inactivity-policy=true --on-fatal-error-abort --file 
/run/lightdm-mir-0 --from-dm-fd 12 --to-dm-fd 21 --vt 8
  ProcEnviron:

  Signal: 6
  SourcePackage: unity-system-compositor
  StacktraceTop:
   mir::fatal_error_abort(char const*, ...) () from 
/usr/lib/x86_64-linux-gnu/libmircommon.so.5
   ?? () from 
/usr/lib/x86_64-linux-gnu/mir/server-platform/graphics-mesa-kms.so.8
   ?? () from /usr/lib/x86_64-linux-gnu/libmirserver.so.38
   ?? () from /usr/lib/x86_64-linux-gnu/libmirserver.so.38
   ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
  Title: unity-system-compositor crashed with SIGABRT in 
mir::fatal_error_abort()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

  version.libdrm: libdrm2 2.4.68-1
  version.lightdm: lightdm 1.19.0-0ubuntu1
  version.mesa: libegl1-mesa-dev N/A

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1584894/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1642496] [NEW] loaders/libpixbufloader-ras.so missing in xenial

2016-11-17 Thread Andreas
Public bug reported:

Description:Ubuntu 16.04.1 LTS
Release:16.04

libgdk-pixbuf2.0-0:
  Installed: 2.32.2-1ubuntu1.2
  Candidate: 2.32.2-1ubuntu1.2
  Version table:
 *** 2.32.2-1ubuntu1.2 500
500 http://ch.archive.ubuntu.com/ubuntu xenial-updates/main amd64 
Packages
500 http://security.ubuntu.com/ubuntu xenial-security/main amd64 
Packages
100 /var/lib/dpkg/status
 2.32.2-1ubuntu1 500
500 http://ch.archive.ubuntu.com/ubuntu xenial/main amd64 Packages

eog is lacking support for sun raster files due to missing
/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-
ras.so (see Bug
https://bugs.launchpad.net/ubuntu/+source/eog/+bug/1632359 #1632359
reported by Melanie on 2016-10-11) and my question
https://answers.launchpad.net/ubuntu/+source/gdk-pixbuf/+question/404136

This seems also to be true for /usr/lib/i386-linux-gnu/gdk-
pixbuf-2.0/2.10.0/loaders/libpixbufloader-ras.so

This bug seems also to be present in other Ubuntu releases > 14.04

Workaround is to copy libpixbufloader-ras.so from 14.04 and rebuild
cache.

** Affects: gdk-pixbuf (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  loaders/libpixbufloader-ras.so missing in xenial

Status in gdk-pixbuf package in Ubuntu:
  New

Bug description:
  Description:  Ubuntu 16.04.1 LTS
  Release:  16.04

  libgdk-pixbuf2.0-0:
Installed: 2.32.2-1ubuntu1.2
Candidate: 2.32.2-1ubuntu1.2
Version table:
   *** 2.32.2-1ubuntu1.2 500
  500 http://ch.archive.ubuntu.com/ubuntu xenial-updates/main amd64 
Packages
  500 http://security.ubuntu.com/ubuntu xenial-security/main amd64 
Packages
  100 /var/lib/dpkg/status
   2.32.2-1ubuntu1 500
  500 http://ch.archive.ubuntu.com/ubuntu xenial/main amd64 Packages

  eog is lacking support for sun raster files due to missing
  /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders
  /libpixbufloader-ras.so (see Bug
  https://bugs.launchpad.net/ubuntu/+source/eog/+bug/1632359 #1632359
  reported by Melanie on 2016-10-11) and my question
  https://answers.launchpad.net/ubuntu/+source/gdk-
  pixbuf/+question/404136

  This seems also to be true for /usr/lib/i386-linux-gnu/gdk-
  pixbuf-2.0/2.10.0/loaders/libpixbufloader-ras.so

  This bug seems also to be present in other Ubuntu releases > 14.04

  Workaround is to copy libpixbufloader-ras.so from 14.04 and rebuild
  cache.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gdk-pixbuf/+bug/1642496/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1639050] Re: Wrong package section, should be in "introspection"

2016-11-17 Thread Martin Pitt
> I'm a bit confused. I thought that the section information was stored
in debian/control, but I see that while I have had (since 2014)
"Section: introspection" in libaccounts-glib's debian/control [1], "apt-
cache show" claims that the section is "libs".

No, you don't. debian/control says

Package: gir1.2-signon-1.0
Section: libs

So this does need to be fixed.

Meanwhile I can change the archive overrides correspondingly.

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

Title:
  Wrong package section, should be in "introspection"

Status in webapps-sprint:
  New
Status in libsignon-glib package in Ubuntu:
  Confirmed

Bug description:
  Packages shipping gobject introspection should be in the dedicated
  section "introspection". This archive section was added a while ago,
  see also the corresponding entry in the debian policy 3.9.3.0:

  2.6. Version 3.9.3.0
  

   Released February, 2012.

   2.4
New archive sections _education_, _introspection_, and
_metapackages_ added.

  
  Packages shipping gobject introspection should be named 
gir1.2-NAMESPACE-VERSION.

  Based on the output of apt-cache, the following packages are in the
  wrong section. I didn't file a separate bug for all of them. I would
  appreciate if you can adjust the archive section for all the following
  packages in one go.

  #!/bin/bash

  while read pkg ; do
 apt-cache show $pkg | grep Section | grep -v introspection -q && echo 
$pkg
  done < <( apt-cache search -n ^gir1.2 | cut -f1 -d' ' )

  
  gir1.2-accounts-1.0
  gir1.2-accountsservice-1.0
  gir1.2-appindicator-0.1
  gir1.2-appindicator3-0.1
  gir1.2-atk-1.0
  gir1.2-atspi-2.0
  gir1.2-bamf-3
  gir1.2-cheese-3.0
  gir1.2-clutter-1.0
  gir1.2-cogl-1.0
  gir1.2-coglpango-1.0
  gir1.2-colord-1.0
  gir1.2-dbusmenu-glib-0.4
  gir1.2-dbusmenu-gtk-0.4
  gir1.2-dbusmenu-gtk3-0.4
  gir1.2-dee-1.0
  gir1.2-ebook-1.2
  gir1.2-edataserver-1.2
  gir1.2-fcitx-1.0
  gir1.2-freedesktop
  gir1.2-gconf-2.0
  gir1.2-gdata-0.0
  gir1.2-gdesktopenums-3.0
  gir1.2-gdkpixbuf-2.0
  gir1.2-gkbd-3.0
  gir1.2-glib-2.0
  gir1.2-gmenu-3.0
  gir1.2-gnomebluetooth-1.0
  gir1.2-gnomedesktop-3.0
  gir1.2-goa-1.0
  gir1.2-gtk-2.0
  gir1.2-gtk-3.0
  gir1.2-gtkclutter-1.0
  gir1.2-gtksource-3.0
  gir1.2-gtop-2.0
  gir1.2-gucharmap-2.90
  gir1.2-gudev-1.0
  gir1.2-gweather-3.0
  gir1.2-hud-2
  gir1.2-hud-client-2
  gir1.2-ido3-0.1
  gir1.2-json-1.0
  gir1.2-lightdm-1
  gir1.2-messagingmenu-1.0
  gir1.2-nautilus-3.0
  gir1.2-networkmanager-1.0
  gir1.2-notify-0.7
  gir1.2-packagekitglib-1.0
  gir1.2-pango-1.0
  gir1.2-peas-1.0
  gir1.2-polkit-1.0
  gir1.2-rb-3.0
  gir1.2-rest-0.7
  gir1.2-rest-extras-0.7
  gir1.2-rsvg-2.0
  gir1.2-signon-1.0
  gir1.2-soup-2.4
  gir1.2-telepathyglib-0.12
  gir1.2-timezonemap-1.0
  gir1.2-totem-1.0
  gir1.2-totem-plparser-1.0
  gir1.2-unity-5.0
  gir1.2-upowerglib-1.0
  gir1.2-wnck-3.0
  gir1.2-evince-3.0
  gir1.2-geocodeglib-1.0
  gir1.2-libertine
  gir1.2-nmgtk-1.0
  gir1.2-ubuntu-app-launch-2
  gir1.2-anjuta-3.0
  gir1.2-atril
  gir1.2-caja
  gir1.2-caribou-1.0
  gir1.2-champlain-0.12
  gir1.2-cryptui-0.0
  gir1.2-diodon-1.0
  gir1.2-eom
  gir1.2-evd-0.1
  gir1.2-folks-0.6
  gir1.2-gdl-3
  gir1.2-gssdp-1.0
  gir1.2-gtk-vnc-2.0
  gir1.2-gtkchamplain-0.12
  gir1.2-gupnp-1.0
  gir1.2-gupnp-av-1.0
  gir1.2-gupnpigd-1.0
  gir1.2-indicate-0.7
  gir1.2-itl-1.0
  gir1.2-keybinder-3.0
  gir1.2-maliit-1.0
  gir1.2-mate-menu
  gir1.2-mate-panel
  gir1.2-mate-polkit
  gir1.2-matekbd
  gir1.2-mutter-3.0
  gir1.2-spice-client-glib-2.0
  gir1.2-spice-client-gtk-3.0
  gir1.2-telepathylogger-0.2
  gir1.2-urfkill-glib0
  gir1.2-v-sim-1.0
  gir1.2-gladeui-2.0
  gir1.2-grip
  gir1.2-javascriptcoregtk-3.0
  gir1.2-libvirt-glib-1.0
  gir1.2-nemo-3.0
  gir1.2-snapd-1
  gir1.2-webkit-3.0

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: gir1.2-accounts-1.0 1.22+16.10.20160520.2-0ubuntu1
  ProcVersionSignature: Ubuntu 4.8.0-26.28-generic 4.8.0
  Uname: Linux 4.8.0-26-generic x86_64
  ApportVersion: 2.20.3-0ubuntu8
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Nov  3 22:02:42 2016
  InstallationDate: Installed on 2011-11-10 (1819 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  SourcePackage: libaccounts-glib
  UpgradeStatus: Upgraded to yakkety on 2016-11-03 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/webapps-sprint/+bug/1639050/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1642360] Re: Display occasionally stays on forever after boot in rc-proposed

2016-11-17 Thread Alexandros Frantzis
** Description changed:

  Occasionally the display stays on forever after boot in rc-proposed, due
  to a keep display on request.
  
  The problem seems to be that the keep-display-on-request introduced to
  fix bug 1623853, sometimes doesn't get released due to races in the
  upstart scripts. This happens if the lightdm job starts before the keep-
  display-on-during-boot job starts, in which case the keep-display-on-
  during-boot job never gets the signal it needs to stop ("stop on started
  lightdm").
  
  This issue can be reproduced easily by changing the related upstart
  script timings, for example, by inserting a "sleep 10" at the end of the
- repowerd.conf pre-start stanza.
+ repowerd.conf post-start stanza.

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

Title:
  Display occasionally stays on forever after boot in rc-proposed

Status in Canonical System Image:
  Confirmed
Status in ubuntu-touch-session package in Ubuntu:
  New

Bug description:
  Occasionally the display stays on forever after boot in rc-proposed,
  due to a keep display on request.

  The problem seems to be that the keep-display-on-request introduced to
  fix bug 1623853, sometimes doesn't get released due to races in the
  upstart scripts. This happens if the lightdm job starts before the
  keep-display-on-during-boot job starts, in which case the keep-
  display-on-during-boot job never gets the signal it needs to stop
  ("stop on started lightdm").

  This issue can be reproduced easily by changing the related upstart
  script timings, for example, by inserting a "sleep 10" at the end of
  the repowerd.conf pre-start stanza (or post-start stanza, it has the
  same effect).

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1642360/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1642360] Re: Display occasionally stays on forever after boot in rc-proposed

2016-11-17 Thread Alexandros Frantzis
** Description changed:

  Occasionally the display stays on forever after boot in rc-proposed, due
  to a keep display on request.
  
  The problem seems to be that the keep-display-on-request introduced to
  fix bug 1623853, sometimes doesn't get released due to races in the
  upstart scripts. This happens if the lightdm job starts before the keep-
  display-on-during-boot job starts, in which case the keep-display-on-
  during-boot job never gets the signal it needs to stop ("stop on started
  lightdm").
  
  This issue can be reproduced easily by changing the related upstart
  script timings, for example, by inserting a "sleep 10" at the end of the
- repowerd.conf post-start stanza.
+ repowerd.conf pre-start stanza (or post-start stanza, it has the same
+ effect).

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

Title:
  Display occasionally stays on forever after boot in rc-proposed

Status in Canonical System Image:
  Confirmed
Status in ubuntu-touch-session package in Ubuntu:
  New

Bug description:
  Occasionally the display stays on forever after boot in rc-proposed,
  due to a keep display on request.

  The problem seems to be that the keep-display-on-request introduced to
  fix bug 1623853, sometimes doesn't get released due to races in the
  upstart scripts. This happens if the lightdm job starts before the
  keep-display-on-during-boot job starts, in which case the keep-
  display-on-during-boot job never gets the signal it needs to stop
  ("stop on started lightdm").

  This issue can be reproduced easily by changing the related upstart
  script timings, for example, by inserting a "sleep 10" at the end of
  the repowerd.conf pre-start stanza (or post-start stanza, it has the
  same effect).

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1642360/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1642002] Re: Can't install snaps inside unity8-session snap

2016-11-17 Thread Alberto Mardegan
*** This bug is a duplicate of bug 1642225 ***
https://bugs.launchpad.net/bugs/1642225

Thanks Michael, this is fundamentally the same as bug 1642225.

** This bug has been marked a duplicate of bug 1642225
   Can't create a U1 account in the unity 8 snap

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

Title:
  Can't install snaps inside unity8-session snap

Status in ubuntu-system-settings-online-accounts package in Ubuntu:
  New

Bug description:
  I'm not sure where the root cause is, but I'm reporting here for now.

  I'm inside a unity8-session snap session.  My user is logged into
  snapd and can remove/install apps on the console.

  But inside the snappy scope, pressing the Install button does nothing
  visible.  No output in logs that I could find, but maybe I wasn't
  looking in the right place.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings-online-accounts/+bug/1642002/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1639050] Re: Wrong package section, should be in "introspection"

2016-11-17 Thread Martin Pitt
I changed the overrides of all the gir* packages in zesty, so that the
archive now has the correct ones. The sources should still be updated to
follow suit at some point, though.

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

Title:
  Wrong package section, should be in "introspection"

Status in webapps-sprint:
  New
Status in libsignon-glib package in Ubuntu:
  Confirmed

Bug description:
  Packages shipping gobject introspection should be in the dedicated
  section "introspection". This archive section was added a while ago,
  see also the corresponding entry in the debian policy 3.9.3.0:

  2.6. Version 3.9.3.0
  

   Released February, 2012.

   2.4
New archive sections _education_, _introspection_, and
_metapackages_ added.

  
  Packages shipping gobject introspection should be named 
gir1.2-NAMESPACE-VERSION.

  Based on the output of apt-cache, the following packages are in the
  wrong section. I didn't file a separate bug for all of them. I would
  appreciate if you can adjust the archive section for all the following
  packages in one go.

  #!/bin/bash

  while read pkg ; do
 apt-cache show $pkg | grep Section | grep -v introspection -q && echo 
$pkg
  done < <( apt-cache search -n ^gir1.2 | cut -f1 -d' ' )

  
  gir1.2-accounts-1.0
  gir1.2-accountsservice-1.0
  gir1.2-appindicator-0.1
  gir1.2-appindicator3-0.1
  gir1.2-atk-1.0
  gir1.2-atspi-2.0
  gir1.2-bamf-3
  gir1.2-cheese-3.0
  gir1.2-clutter-1.0
  gir1.2-cogl-1.0
  gir1.2-coglpango-1.0
  gir1.2-colord-1.0
  gir1.2-dbusmenu-glib-0.4
  gir1.2-dbusmenu-gtk-0.4
  gir1.2-dbusmenu-gtk3-0.4
  gir1.2-dee-1.0
  gir1.2-ebook-1.2
  gir1.2-edataserver-1.2
  gir1.2-fcitx-1.0
  gir1.2-freedesktop
  gir1.2-gconf-2.0
  gir1.2-gdata-0.0
  gir1.2-gdesktopenums-3.0
  gir1.2-gdkpixbuf-2.0
  gir1.2-gkbd-3.0
  gir1.2-glib-2.0
  gir1.2-gmenu-3.0
  gir1.2-gnomebluetooth-1.0
  gir1.2-gnomedesktop-3.0
  gir1.2-goa-1.0
  gir1.2-gtk-2.0
  gir1.2-gtk-3.0
  gir1.2-gtkclutter-1.0
  gir1.2-gtksource-3.0
  gir1.2-gtop-2.0
  gir1.2-gucharmap-2.90
  gir1.2-gudev-1.0
  gir1.2-gweather-3.0
  gir1.2-hud-2
  gir1.2-hud-client-2
  gir1.2-ido3-0.1
  gir1.2-json-1.0
  gir1.2-lightdm-1
  gir1.2-messagingmenu-1.0
  gir1.2-nautilus-3.0
  gir1.2-networkmanager-1.0
  gir1.2-notify-0.7
  gir1.2-packagekitglib-1.0
  gir1.2-pango-1.0
  gir1.2-peas-1.0
  gir1.2-polkit-1.0
  gir1.2-rb-3.0
  gir1.2-rest-0.7
  gir1.2-rest-extras-0.7
  gir1.2-rsvg-2.0
  gir1.2-signon-1.0
  gir1.2-soup-2.4
  gir1.2-telepathyglib-0.12
  gir1.2-timezonemap-1.0
  gir1.2-totem-1.0
  gir1.2-totem-plparser-1.0
  gir1.2-unity-5.0
  gir1.2-upowerglib-1.0
  gir1.2-wnck-3.0
  gir1.2-evince-3.0
  gir1.2-geocodeglib-1.0
  gir1.2-libertine
  gir1.2-nmgtk-1.0
  gir1.2-ubuntu-app-launch-2
  gir1.2-anjuta-3.0
  gir1.2-atril
  gir1.2-caja
  gir1.2-caribou-1.0
  gir1.2-champlain-0.12
  gir1.2-cryptui-0.0
  gir1.2-diodon-1.0
  gir1.2-eom
  gir1.2-evd-0.1
  gir1.2-folks-0.6
  gir1.2-gdl-3
  gir1.2-gssdp-1.0
  gir1.2-gtk-vnc-2.0
  gir1.2-gtkchamplain-0.12
  gir1.2-gupnp-1.0
  gir1.2-gupnp-av-1.0
  gir1.2-gupnpigd-1.0
  gir1.2-indicate-0.7
  gir1.2-itl-1.0
  gir1.2-keybinder-3.0
  gir1.2-maliit-1.0
  gir1.2-mate-menu
  gir1.2-mate-panel
  gir1.2-mate-polkit
  gir1.2-matekbd
  gir1.2-mutter-3.0
  gir1.2-spice-client-glib-2.0
  gir1.2-spice-client-gtk-3.0
  gir1.2-telepathylogger-0.2
  gir1.2-urfkill-glib0
  gir1.2-v-sim-1.0
  gir1.2-gladeui-2.0
  gir1.2-grip
  gir1.2-javascriptcoregtk-3.0
  gir1.2-libvirt-glib-1.0
  gir1.2-nemo-3.0
  gir1.2-snapd-1
  gir1.2-webkit-3.0

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: gir1.2-accounts-1.0 1.22+16.10.20160520.2-0ubuntu1
  ProcVersionSignature: Ubuntu 4.8.0-26.28-generic 4.8.0
  Uname: Linux 4.8.0-26-generic x86_64
  ApportVersion: 2.20.3-0ubuntu8
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Nov  3 22:02:42 2016
  InstallationDate: Installed on 2011-11-10 (1819 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  SourcePackage: libaccounts-glib
  UpgradeStatus: Upgraded to yakkety on 2016-11-03 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/webapps-sprint/+bug/1639050/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1641166] Re: Server::override_the_coordinate_translator() cannot be effectively used downstream

2016-11-17 Thread Daniel van Vugt
** Also affects: mir (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Server::override_the_coordinate_translator() cannot be effectively
  used downstream

Status in Mir:
  Fix Committed
Status in Mir 0.25 series:
  Fix Committed
Status in mir package in Ubuntu:
  New

Bug description:
  Being able to switch the debug APIs on at runtime is needed by Unity8
  to address autopilot issues.

  According to the documentation in
  include/server/mir/scene/coordinate_translator.h the
  CoordinateTranslator interface can be implemented by throwing
  std::runtime_error. Vis:

   * \note It is acceptable for this call to unconditionally throw a 
std::runtime_error.
   *   It is not required for normal functioning of the server or 
clients; clients which
   *   use the debug extension will receive an appropriate failure 
notice.

  However, the relevant code in
  src/server/frontend/protobuf_message_processor.cpp is:

  try
  {
  ...
  }
  catch (mir::frontend::unsupported_feature const&)
  {
  ...
  }

  As mir::frontend::unsupported_feature subclasses std::runtime_error
  this does not correctly handle std::runtime_error.

  Further, as unsupported_feature is not a public class, this can't be
  thrown by downstream code. (Although I suspect throwing an identical
  class with the same name will trick the RTTI implementation.)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1641166/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1642507] [NEW] Not internet after waking from suspend

2016-11-17 Thread Vivek Raj
Public bug reported:

Release Information:
Distributor ID: Ubuntu
Description:Ubuntu 16.10
Release:16.10
Codename:   yakkety

Package Information:
network-manager:
  Installed: 1.2.4-0ubuntu1
  Candidate: 1.2.4-0ubuntu1
  Version table:
 *** 1.2.4-0ubuntu1 500
500 http://se.archive.ubuntu.com/ubuntu yakkety/main amd64 Packages
100 /var/lib/dpkg/status

System Information:
Dell XPS 15 9550
Wireless: Network controller: Broad com Limited BCM43602 802.11ac Wireless LAN 
SoC (rev 01)
Wired: Wired Ethernet via Apple USB Ethernet Adapter (ID 05ac:1402 Apple, Inc. 
Ethernet Adapter [A1277])

Problem Description:
I have noticed the problem on both wired and wireless. Ever since upgrading to 
16.10(from 16.04), the system loses internet after waking from suspend. 
Internet works fine after a reboot or when powering on normally.

"service network-manager restart" fixes the problem.

ProblemType: Bug
DistroRelease: Ubuntu 16.10
Package: network-manager 1.2.4-0ubuntu1
ProcVersionSignature: Ubuntu 4.8.0-27.29-generic 4.8.1
Uname: Linux 4.8.0-27-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
ApportVersion: 2.20.3-0ubuntu8
Architecture: amd64
CurrentDesktop: Unity
Date: Thu Nov 17 09:37:30 2016
IfupdownConfig:
 # interfaces(5) file used by ifup(8) and ifdown(8)
 auto lo
 iface lo inet loopback
InstallationDate: Installed on 2016-05-31 (169 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
IpRoute:
 default via 192.168.80.1 dev enx7cc3a187f0f2  proto static  metric 100 
 default via 192.168.80.1 dev wlp2s0  proto static  metric 600 
 169.254.0.0/16 dev wlp2s0  scope link  metric 1000 
 192.168.80.0/24 dev enx7cc3a187f0f2  proto kernel  scope link  src 
192.168.80.209  metric 100 
 192.168.80.0/24 dev wlp2s0  proto kernel  scope link  src 192.168.80.225  
metric 600
NetworkManager.state:
 [main]
 NetworkingEnabled=true
 WirelessEnabled=true
 WWANEnabled=true
SourcePackage: network-manager
UpgradeStatus: Upgraded to yakkety on 2016-10-28 (19 days ago)
nmcli-dev:
 DEVICE   TYPE  STATE  DBUS-PATH
  CONNECTION  CON-UUID  CON-PATH
   
 enx7cc3a187f0f2  ethernet  connected  
/org/freedesktop/NetworkManager/Devices/2  Wired connection 1  
e6493319-b925-3b33-92a7-259922dccdaa  
/org/freedesktop/NetworkManager/ActiveConnection/1 
 wlp2s0   wifi  connected  
/org/freedesktop/NetworkManager/Devices/1  whymusticry_fast 1  
b51f9098-d053-45d7-ba42-97bf2e87bda2  
/org/freedesktop/NetworkManager/ActiveConnection/0 
 lo   loopback  unmanaged  
/org/freedesktop/NetworkManager/Devices/0  --  --   
 --
nmcli-nm:
 RUNNING  VERSION  STATE  STARTUP  CONNECTIVITY  NETWORKING  WIFI-HW  WIFI  
   WWAN-HW  WWAN
 running  1.2.4connected  started  full  enabled enabled  
enabled  enabled  enabled

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


** Tags: amd64 apport-bug yakkety

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

Title:
  Not internet after waking from suspend

Status in network-manager package in Ubuntu:
  New

Bug description:
  Release Information:
  Distributor ID:   Ubuntu
  Description:  Ubuntu 16.10
  Release:  16.10
  Codename: yakkety

  Package Information:
  network-manager:
Installed: 1.2.4-0ubuntu1
Candidate: 1.2.4-0ubuntu1
Version table:
   *** 1.2.4-0ubuntu1 500
  500 http://se.archive.ubuntu.com/ubuntu yakkety/main amd64 Packages
  100 /var/lib/dpkg/status

  System Information:
  Dell XPS 15 9550
  Wireless: Network controller: Broad com Limited BCM43602 802.11ac Wireless 
LAN SoC (rev 01)
  Wired: Wired Ethernet via Apple USB Ethernet Adapter (ID 05ac:1402 Apple, 
Inc. Ethernet Adapter [A1277])

  Problem Description:
  I have noticed the problem on both wired and wireless. Ever since upgrading 
to 16.10(from 16.04), the system loses internet after waking from suspend. 
Internet works fine after a reboot or when powering on normally.

  "service network-manager restart" fixes the problem.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: network-manager 1.2.4-0ubuntu1
  ProcVersionSignature: Ubuntu 4.8.0-27.29-generic 4.8.1
  Uname: Linux 4.8.0-27-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.3-0ubuntu8
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Nov 17 09:37:30 2016
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2016-05-31 (169 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(2

[Touch-packages] [Bug 1633920] Re: CI failure: PosixRWMutex.prefer_writer_nonrecursive_prevents_writer_starvation hangs causes a timeout on the test run

2016-11-17 Thread Daniel van Vugt
** Also affects: mir (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  CI failure:
  PosixRWMutex.prefer_writer_nonrecursive_prevents_writer_starvation
  hangs causes a timeout on the test run

Status in Mir:
  Fix Committed
Status in mir package in Ubuntu:
  New

Bug description:
  https://mir-jenkins.ubuntu.com/job/build-2-binpkg-
  mir/arch=amd64,compiler=clang,platform=mesa,release=yakkety/2568/console


  12:07:54 19: [ OK ] PosixRWMutex.try_exclusive_lock_fails_when_read_lock_held 
(2 ms)
  12:07:54 19: [ RUN ] PosixRWMutex.successful_read_trylock_excludes_write_lock
  12:07:55 19: [ OK ] PosixRWMutex.successful_read_trylock_excludes_write_lock 
(1004 ms)
  12:07:55 19: [ RUN ] 
PosixRWMutex.successful_read_trylock_allows_recursive_read_locks
  12:07:55 19: [ OK ] 
PosixRWMutex.successful_read_trylock_allows_recursive_read_locks (2 ms)
  12:07:55 19: [ RUN ] PosixRWMutex.successful_trylock_excludes_read_lock
  12:07:56 19: [ OK ] PosixRWMutex.successful_trylock_excludes_read_lock (1004 
ms)
  12:07:56 19: [ RUN ] PosixRWMutex.successful_trylock_excludes_exclusive_lock
  12:07:57 19: [ OK ] PosixRWMutex.successful_trylock_excludes_exclusive_lock 
(1003 ms)
  12:07:57 19: [ RUN ] 
PosixRWMutex.prefer_writer_nonrecursive_prevents_writer_starvation
  14:37:57 E: Caught signal ���Terminated���: terminating immediately
  14:37:57 debian/rules:19: recipe for target 'override_dh_auto_test' failed
  14:37:57 make[1]: *** [override_dh_auto_test] Terminated
  14:37:57 Makefile:130: recipe for target 'test' failed
  14:37:57 make[2]: *** [test] Terminated
  14:37:57 debian/rules:13: recipe for target 'build' failed
  14:37:57 make: *** [build] Terminated
  14:37:57 E: Build killed with signal TERM after 150 minutes of inactivity
  14:37:57 

  14:37:57 Build finished at 2016-10-16T14:37:57Z
  14:37:57 
  14:37:57 Finished
  14:37:57 
  14:37:57 
  14:37:57 
  14:37:57 
+--+
  14:37:57 | Cleanup
  |
  14:37:57 
+--+
  14:37:57 
  14:37:57 Purging /<>
  14:37:58 Not cleaning session: cloned chroot in use
  14:38:00 E: Build failure (dpkg-buildpackage died)
  14:38:00 
  14:38:00 
+--+
  14:38:00 | Summary
  |
  14:38:00 
+--+
  14:38:00

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1633920/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1638220] Re: [regression] Mir 0.25 crashes on VirtualBox (even earlier than 0.24 does): std::exception::what: drmModeCrtcSetGamma Failed: Function not implemented

2016-11-17 Thread Daniel van Vugt
Invalid for Ubuntu (bug never released to distro)

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

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

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

Title:
  [regression] Mir 0.25 crashes on VirtualBox (even earlier than 0.24
  does): std::exception::what: drmModeCrtcSetGamma Failed: Function not
  implemented

Status in Mir:
  Fix Committed
Status in mir package in Ubuntu:
  Invalid

Bug description:
  Mir 0.25 crashes on VirtualBox (even earlier than 0.24 does):

  std::exception::what: drmModeCrtcSetGamma Failed: Function not
  implemented

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1638220/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1628828] Re: CI failure on krillin in NestedServer.* tests

2016-11-17 Thread Daniel van Vugt
** Also affects: mir (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  CI failure on krillin in NestedServer.* tests

Status in Mir:
  Fix Committed
Status in mir package in Ubuntu:
  New

Bug description:
  From https://mir-jenkins.ubuntu.com/job/device-runtests-
  mir/device_type=krillin/1560/consoleFull:

  [ RUN ] NestedServer.posts_when_scene_has_visible_changes
  + mir_rc=-1

  From https://mir-jenkins.ubuntu.com/job/device-runtests-
  mir/device_type=krillin/1561/consoleFull:

  [ RUN ] NestedServer.client_may_connect_to_nested_server_and_create_surface
  + mir_rc=-1

  Seems to be some kind of crash, since mir_acceptance_tests terminates
  immediately.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1628828/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1628507] Re: Mir fails to cross-build with newer sbuild versions

2016-11-17 Thread Daniel van Vugt
** Also affects: mir (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Mir fails to cross-build with newer sbuild versions

Status in Mir:
  Fix Committed
Status in abi-compliance-checker package in Ubuntu:
  New
Status in mir package in Ubuntu:
  New

Bug description:
  When trying to cross-build Mir with sbuild version >= 0.68.0, the
  build fails with:

  sbuild-build-depends-mir-dummy:armhf : Depends: cmake-data:armhf but it is 
not installable
     Depends: abi-compliance-checker:armhf 
but it is not installable

  This is caused by a change ([1]) in the way sbuild installs build-deps
  for the package under build. Previously sbuild used the 'apt-get
  build-dep' command, but recent versions calculate the build-deps
  manually (using the Dpkg perl module) and install the -dummy package
  instead.

  This change isn't a problem in and of itself, but unfortunately
  uncovers a problem in the cmake-data and abi-compliance-checker
  packages. In particular, the two packages are not multi-arch ready and
  sbuild can't know that it needs to install their native/build (amd64)
  version, so it uses the host (armhf) version instead.

  The previous 'apt-get build-dep' way worked because APT is patched in
  ubuntu (but not in debian) to consider packages with architecture
  'all' as 'Multi-Arch: foreign' ([1],[2]). The Dpkg perl modules don't
  contain such a patch.

  [1] 
https://anonscm.debian.org/cgit/buildd-tools/sbuild.git/commit/?id=e227c8f3e10edd78bc71350380f559c481634b79
  [2] https://wiki.debian.org/Multiarch/CrossDependencies
  [3] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=666772

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1628507/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1610054] Re: mesa-kms doesn't fall back to using a software cursor if a hardware cursor is unavailable

2016-11-17 Thread Daniel van Vugt
** Also affects: mir (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  mesa-kms doesn't fall back to using a software cursor if a hardware
  cursor is unavailable

Status in Mir:
  Fix Committed
Status in mir package in Ubuntu:
  New

Bug description:
  mesa-kms doesn't fall back to using a software cursor if a hardware
  cursor is unavailable

  From a device under investigation:
  [2016-08-05 03:00:12.806383]  mesa-kms: move_cursor: 
drmModeMoveCursor failed (Bad address)
  [2016-08-05 03:00:12.806537]  mesa-kms: set_cursor: drmModeSetCursor 
failed (No such device or address)
  [2016-08-05 03:00:12.806615]  mesa-kms: move_cursor: 
drmModeMoveCursor failed (Bad address)
  [2016-08-05 03:00:12.806683]  mesa-kms: set_cursor: drmModeSetCursor 
failed (No such device or address)
  [2016-08-05 03:00:12.806756] mirserver: Using hardware cursor
  ...
  [2016-08-05 03:00:42.894705]  mesa-kms: move_cursor: 
drmModeMoveCursor failed (Bad address)
  [2016-08-05 03:00:42.898749]  mesa-kms: move_cursor: 
drmModeMoveCursor failed (Bad address)
  [2016-08-05 03:00:42.899003]  mesa-kms: move_cursor: 
drmModeMoveCursor failed (Bad address)
  [2016-08-05 03:00:42.905167]  mesa-kms: move_cursor: 
drmModeMoveCursor failed (Bad address)
  [2016-08-05 03:00:42.905399]  mesa-kms: move_cursor: 
drmModeMoveCursor failed (Bad address)
  [2016-08-05 03:00:42.913008]  mesa-kms: move_cursor: 
drmModeMoveCursor failed (Bad address)
  [2016-08-05 03:00:42.913226]  mesa-kms: move_cursor: 
drmModeMoveCursor failed (Bad address)
  [2016-08-05 03:00:42.921007]  mesa-kms: move_cursor: 
drmModeMoveCursor failed (Bad address)
  [2016-08-05 03:00:42.921227]  mesa-kms: move_cursor: 
drmModeMoveCursor failed (Bad address)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1610054/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1607812] Re: When stressed by a load of clients starting at once: Failed to get PRIME fd from gbm bo

2016-11-17 Thread Daniel van Vugt
** Also affects: mir (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  When stressed by a load of clients starting at once: Failed to get
  PRIME fd from gbm bo

Status in Mir:
  Fix Committed
Status in mir package in Ubuntu:
  New

Bug description:
  I initially found this with miral-shell, but found similar behaviour
  with mir_demo_shell_minimal.

  Start a shell, then start all the mir_demo_client_XXX apps. (For
  convenience see attached script.)

  Then start closing apps one by one: At some point the server dies with
  a segfault.

  With a bit of debugging I managed to catch the following error just
  before the segfault:

  ERROR: 
/home/alan/display_server/mir/src/platforms/mesa/server/buffer_allocator.cpp(150):
 Throw in function virtual void 
{anonymous}::DMABufTextureBinder::ensure_egl_image()
  Dynamic exception type: 
boost::exception_detail::clone_impl
 >
  std::exception::what: Failed to get PRIME fd from gbm bo: No such file or 
directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1607812/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1563210] Re: CI Failure in DisplayConfiguration/DisplayFormatSetting.can_get_all_output_format/{6, 2}

2016-11-17 Thread Daniel van Vugt
** Also affects: mir (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  CI Failure in
  DisplayConfiguration/DisplayFormatSetting.can_get_all_output_format/{6,2}

Status in Mir:
  Fix Committed
Status in mir package in Ubuntu:
  New

Bug description:
  CI failure in a probably unrelated MP:
  
https://code.launchpad.net/~andreas-pokorny/mir/add-dispatchable-alarm-factory/+merge/289959

  yields:
  [ RUN ] DisplayConfiguration/DisplayFormatSetting.can_get_all_output_format/6
  [2016-03-26 00:50:05.808817] mirserver: Starting
  [2016-03-26 00:50:05.811735] mirserver: Selected driver: dummy (version 
0.22.0) 
  [2016-03-26 00:50:05.845235] mirserver: Using software cursor
  [2016-03-26 00:50:05.851602] mirserver: Initial display configuration:
  [2016-03-26 00:50:05.851890] mirserver: 1.1: VGA 0.0" 0x0mm
  [2016-03-26 00:50:05.852087] mirserver: Current mode 4x3 10.00Hz
  [2016-03-26 00:50:05.852268] mirserver: Preferred mode 4x3 10.00Hz
  [2016-03-26 00:50:05.852421] mirserver: Logical position +0+0
  [2016-03-26 00:50:05.852580] mirserver: 1.2: unused VGA
  [2016-03-26 00:50:05.852771] mirserver: 1.3: VGA 0.0" 0x0mm
  [2016-03-26 00:50:05.852910] mirserver: Disabled
  [2016-03-26 00:50:05.878901] mirserver: Selected input driver: mir:stub-input 
(version: 0.22.0)
  [2016-03-26 00:50:05.880647] mirserver: Mir version 0.22.0
  [2016-03-26 00:50:06.397448] mirserver: New display configuration:
  [2016-03-26 00:50:06.397858] mirserver: 1.1: VGA 0.0" 0x0mm
  [2016-03-26 00:50:06.398060] mirserver: Current mode 4x3 10.00Hz
  [2016-03-26 00:50:06.398241] mirserver: Preferred mode 4x3 10.00Hz
  [2016-03-26 00:50:06.398428] mirserver: Logical position +0+0
  
/��BUILDDIR��/mir-0.22.0+xenial639bzr3415/tests/acceptance-tests/test_new_display_configuration.cpp:389:
 Failure
  Value of: mir_output_get_current_pixel_format(output)
  Expected: is equal to 7
  Actual: 5 (of type MirPixelFormat)
  
/��BUILDDIR��/mir-0.22.0+xenial639bzr3415/tests/acceptance-tests/test_new_display_configuration.cpp:389:
 Failure
  Value of: mir_output_get_current_pixel_format(output)
  Expected: is equal to 7
  Actual: 5 (of type MirPixelFormat)
  
/��BUILDDIR��/mir-0.22.0+xenial639bzr3415/tests/acceptance-tests/test_new_display_configuration.cpp:389:
 Failure
  Value of: mir_output_get_current_pixel_format(output)
  Expected: is equal to 7
  Actual: 5 (of type MirPixelFormat)
  [2016-03-26 00:50:06.965243] mirserver: Stopping
  [ FAILED ] 
DisplayConfiguration/DisplayFormatSetting.can_get_all_output_format/6, where 
GetParam() = 7 (1194 ms)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1563210/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1609329] Re: Cross compiling for xenial always fails (E: Unable to locate package ...)

2016-11-17 Thread Daniel van Vugt
** Also affects: mir (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Cross compiling for xenial always fails (E: Unable to locate package
  ...)

Status in Mir:
  Fix Committed
Status in mir package in Ubuntu:
  New

Bug description:
  Cross compiling for xenial always fails (E: Unable to locate package
  ...)

  $ ./cross-compile-chroot.sh -a armhf -d xenial -u
  ...
  E: Unable to locate package android-headers-23
  E: Unable to locate package google-mock
  E: Unable to locate package libboost-date-time-dev
  E: Unable to locate package libboost-filesystem-dev
  E: Unable to locate package libboost-system-dev
  E: Unable to locate package libgoogle-glog-dev
  E: Unable to locate package libgtest-dev
  E: Unable to locate package liblttng-ust-dev
  E: Unable to locate package libumockdev-dev
  E: Unable to locate package umockdev
  apt download failed. Exit value: 100

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1609329/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1603922] Re: Mir toolkit API mir_connection_create_spec_for_tooltip() doesn't meet requirement

2016-11-17 Thread Daniel van Vugt
** Also affects: mir (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Mir toolkit API mir_connection_create_spec_for_tooltip() doesn't meet
  requirement

Status in Mir:
  Fix Committed
Status in mir package in Ubuntu:
  New

Bug description:
  1. The "zone" parameter isn't useful to the server (toolkits manage the zone 
which may not be a rectangle)
  2. toolkits need a way to position a tooltip
  3. The name is misleading as the target type is mir_surface_type_tip

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1603922/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1369763] Re: [performance] Android overlays don't honour eglSwapInterval 0

2016-11-17 Thread Daniel van Vugt
** Also affects: mir (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  [performance] Android overlays don't honour eglSwapInterval 0

Status in Mir:
  Fix Committed
Status in mir package in Ubuntu:
  New

Bug description:
  eglSwapInterval 0 does not work when overlays are enabled.

  Both of these report the same fps:

  MIR_CLIENT_PERF_REPORT=log ./mir_demo_server_basic 
--launch-client="./mir_demo_client_egltriangle" --disable-overlays false
  MIR_CLIENT_PERF_REPORT=log ./mir_demo_server_basic 
--launch-client="./mir_demo_client_egltriangle -n" --disable-overlays false

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1369763/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1639050] Re: Wrong package section, should be in "introspection"

2016-11-17 Thread Alberto Mardegan
** Changed in: webapps-sprint
   Status: New => In Progress

** Changed in: libsignon-glib (Ubuntu)
   Status: Confirmed => In Progress

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

Title:
  Wrong package section, should be in "introspection"

Status in webapps-sprint:
  In Progress
Status in libsignon-glib package in Ubuntu:
  In Progress

Bug description:
  Packages shipping gobject introspection should be in the dedicated
  section "introspection". This archive section was added a while ago,
  see also the corresponding entry in the debian policy 3.9.3.0:

  2.6. Version 3.9.3.0
  

   Released February, 2012.

   2.4
New archive sections _education_, _introspection_, and
_metapackages_ added.

  
  Packages shipping gobject introspection should be named 
gir1.2-NAMESPACE-VERSION.

  Based on the output of apt-cache, the following packages are in the
  wrong section. I didn't file a separate bug for all of them. I would
  appreciate if you can adjust the archive section for all the following
  packages in one go.

  #!/bin/bash

  while read pkg ; do
 apt-cache show $pkg | grep Section | grep -v introspection -q && echo 
$pkg
  done < <( apt-cache search -n ^gir1.2 | cut -f1 -d' ' )

  
  gir1.2-accounts-1.0
  gir1.2-accountsservice-1.0
  gir1.2-appindicator-0.1
  gir1.2-appindicator3-0.1
  gir1.2-atk-1.0
  gir1.2-atspi-2.0
  gir1.2-bamf-3
  gir1.2-cheese-3.0
  gir1.2-clutter-1.0
  gir1.2-cogl-1.0
  gir1.2-coglpango-1.0
  gir1.2-colord-1.0
  gir1.2-dbusmenu-glib-0.4
  gir1.2-dbusmenu-gtk-0.4
  gir1.2-dbusmenu-gtk3-0.4
  gir1.2-dee-1.0
  gir1.2-ebook-1.2
  gir1.2-edataserver-1.2
  gir1.2-fcitx-1.0
  gir1.2-freedesktop
  gir1.2-gconf-2.0
  gir1.2-gdata-0.0
  gir1.2-gdesktopenums-3.0
  gir1.2-gdkpixbuf-2.0
  gir1.2-gkbd-3.0
  gir1.2-glib-2.0
  gir1.2-gmenu-3.0
  gir1.2-gnomebluetooth-1.0
  gir1.2-gnomedesktop-3.0
  gir1.2-goa-1.0
  gir1.2-gtk-2.0
  gir1.2-gtk-3.0
  gir1.2-gtkclutter-1.0
  gir1.2-gtksource-3.0
  gir1.2-gtop-2.0
  gir1.2-gucharmap-2.90
  gir1.2-gudev-1.0
  gir1.2-gweather-3.0
  gir1.2-hud-2
  gir1.2-hud-client-2
  gir1.2-ido3-0.1
  gir1.2-json-1.0
  gir1.2-lightdm-1
  gir1.2-messagingmenu-1.0
  gir1.2-nautilus-3.0
  gir1.2-networkmanager-1.0
  gir1.2-notify-0.7
  gir1.2-packagekitglib-1.0
  gir1.2-pango-1.0
  gir1.2-peas-1.0
  gir1.2-polkit-1.0
  gir1.2-rb-3.0
  gir1.2-rest-0.7
  gir1.2-rest-extras-0.7
  gir1.2-rsvg-2.0
  gir1.2-signon-1.0
  gir1.2-soup-2.4
  gir1.2-telepathyglib-0.12
  gir1.2-timezonemap-1.0
  gir1.2-totem-1.0
  gir1.2-totem-plparser-1.0
  gir1.2-unity-5.0
  gir1.2-upowerglib-1.0
  gir1.2-wnck-3.0
  gir1.2-evince-3.0
  gir1.2-geocodeglib-1.0
  gir1.2-libertine
  gir1.2-nmgtk-1.0
  gir1.2-ubuntu-app-launch-2
  gir1.2-anjuta-3.0
  gir1.2-atril
  gir1.2-caja
  gir1.2-caribou-1.0
  gir1.2-champlain-0.12
  gir1.2-cryptui-0.0
  gir1.2-diodon-1.0
  gir1.2-eom
  gir1.2-evd-0.1
  gir1.2-folks-0.6
  gir1.2-gdl-3
  gir1.2-gssdp-1.0
  gir1.2-gtk-vnc-2.0
  gir1.2-gtkchamplain-0.12
  gir1.2-gupnp-1.0
  gir1.2-gupnp-av-1.0
  gir1.2-gupnpigd-1.0
  gir1.2-indicate-0.7
  gir1.2-itl-1.0
  gir1.2-keybinder-3.0
  gir1.2-maliit-1.0
  gir1.2-mate-menu
  gir1.2-mate-panel
  gir1.2-mate-polkit
  gir1.2-matekbd
  gir1.2-mutter-3.0
  gir1.2-spice-client-glib-2.0
  gir1.2-spice-client-gtk-3.0
  gir1.2-telepathylogger-0.2
  gir1.2-urfkill-glib0
  gir1.2-v-sim-1.0
  gir1.2-gladeui-2.0
  gir1.2-grip
  gir1.2-javascriptcoregtk-3.0
  gir1.2-libvirt-glib-1.0
  gir1.2-nemo-3.0
  gir1.2-snapd-1
  gir1.2-webkit-3.0

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: gir1.2-accounts-1.0 1.22+16.10.20160520.2-0ubuntu1
  ProcVersionSignature: Ubuntu 4.8.0-26.28-generic 4.8.0
  Uname: Linux 4.8.0-26-generic x86_64
  ApportVersion: 2.20.3-0ubuntu8
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Nov  3 22:02:42 2016
  InstallationDate: Installed on 2011-11-10 (1819 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  SourcePackage: libaccounts-glib
  UpgradeStatus: Upgraded to yakkety on 2016-11-03 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/webapps-sprint/+bug/1639050/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1639153] Re: libmirclient-debug-extension-dev installs debug/surface.h twice

2016-11-17 Thread Daniel van Vugt
** Also affects: mir (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  libmirclient-debug-extension-dev installs debug/surface.h twice

Status in Mir:
  Fix Committed
Status in mir package in Ubuntu:
  New

Bug description:
  libmirclient-debug-extension-dev installs debug/surface.h twice:

  $ dpkg -L libmirclient-debug-extension-dev 
  /.
  /usr
  /usr/lib
  /usr/lib/x86_64-linux-gnu
  /usr/lib/x86_64-linux-gnu/pkgconfig
  /usr/lib/x86_64-linux-gnu/pkgconfig/mirclient-debug-extension.pc
  /usr/include
  /usr/include/mirclient
  /usr/include/mirclient/mir_toolkit
  /usr/include/mirclient/mir_toolkit/debug
  /usr/include/mirclient/mir_toolkit/debug/surface.h
  /usr/include/mirclient/mir_toolkit/debug/debug
  /usr/include/mirclient/mir_toolkit/debug/debug/surface.h
  /usr/share
  /usr/share/doc
  /usr/share/doc/libmirclient-debug-extension-dev
  /usr/share/doc/libmirclient-debug-extension-dev/copyright
  /usr/lib/x86_64-linux-gnu/libmirclient-debug-extension.so
  /usr/share/doc/libmirclient-debug-extension-dev/changelog.Debian.gz

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1639153/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1639050] Re: Wrong package section, should be in "introspection"

2016-11-17 Thread Launchpad Bug Tracker
** Branch linked: lp:~mardy/libsignon-glib/section-1639050

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

Title:
  Wrong package section, should be in "introspection"

Status in webapps-sprint:
  In Progress
Status in libsignon-glib package in Ubuntu:
  In Progress

Bug description:
  Packages shipping gobject introspection should be in the dedicated
  section "introspection". This archive section was added a while ago,
  see also the corresponding entry in the debian policy 3.9.3.0:

  2.6. Version 3.9.3.0
  

   Released February, 2012.

   2.4
New archive sections _education_, _introspection_, and
_metapackages_ added.

  
  Packages shipping gobject introspection should be named 
gir1.2-NAMESPACE-VERSION.

  Based on the output of apt-cache, the following packages are in the
  wrong section. I didn't file a separate bug for all of them. I would
  appreciate if you can adjust the archive section for all the following
  packages in one go.

  #!/bin/bash

  while read pkg ; do
 apt-cache show $pkg | grep Section | grep -v introspection -q && echo 
$pkg
  done < <( apt-cache search -n ^gir1.2 | cut -f1 -d' ' )

  
  gir1.2-accounts-1.0
  gir1.2-accountsservice-1.0
  gir1.2-appindicator-0.1
  gir1.2-appindicator3-0.1
  gir1.2-atk-1.0
  gir1.2-atspi-2.0
  gir1.2-bamf-3
  gir1.2-cheese-3.0
  gir1.2-clutter-1.0
  gir1.2-cogl-1.0
  gir1.2-coglpango-1.0
  gir1.2-colord-1.0
  gir1.2-dbusmenu-glib-0.4
  gir1.2-dbusmenu-gtk-0.4
  gir1.2-dbusmenu-gtk3-0.4
  gir1.2-dee-1.0
  gir1.2-ebook-1.2
  gir1.2-edataserver-1.2
  gir1.2-fcitx-1.0
  gir1.2-freedesktop
  gir1.2-gconf-2.0
  gir1.2-gdata-0.0
  gir1.2-gdesktopenums-3.0
  gir1.2-gdkpixbuf-2.0
  gir1.2-gkbd-3.0
  gir1.2-glib-2.0
  gir1.2-gmenu-3.0
  gir1.2-gnomebluetooth-1.0
  gir1.2-gnomedesktop-3.0
  gir1.2-goa-1.0
  gir1.2-gtk-2.0
  gir1.2-gtk-3.0
  gir1.2-gtkclutter-1.0
  gir1.2-gtksource-3.0
  gir1.2-gtop-2.0
  gir1.2-gucharmap-2.90
  gir1.2-gudev-1.0
  gir1.2-gweather-3.0
  gir1.2-hud-2
  gir1.2-hud-client-2
  gir1.2-ido3-0.1
  gir1.2-json-1.0
  gir1.2-lightdm-1
  gir1.2-messagingmenu-1.0
  gir1.2-nautilus-3.0
  gir1.2-networkmanager-1.0
  gir1.2-notify-0.7
  gir1.2-packagekitglib-1.0
  gir1.2-pango-1.0
  gir1.2-peas-1.0
  gir1.2-polkit-1.0
  gir1.2-rb-3.0
  gir1.2-rest-0.7
  gir1.2-rest-extras-0.7
  gir1.2-rsvg-2.0
  gir1.2-signon-1.0
  gir1.2-soup-2.4
  gir1.2-telepathyglib-0.12
  gir1.2-timezonemap-1.0
  gir1.2-totem-1.0
  gir1.2-totem-plparser-1.0
  gir1.2-unity-5.0
  gir1.2-upowerglib-1.0
  gir1.2-wnck-3.0
  gir1.2-evince-3.0
  gir1.2-geocodeglib-1.0
  gir1.2-libertine
  gir1.2-nmgtk-1.0
  gir1.2-ubuntu-app-launch-2
  gir1.2-anjuta-3.0
  gir1.2-atril
  gir1.2-caja
  gir1.2-caribou-1.0
  gir1.2-champlain-0.12
  gir1.2-cryptui-0.0
  gir1.2-diodon-1.0
  gir1.2-eom
  gir1.2-evd-0.1
  gir1.2-folks-0.6
  gir1.2-gdl-3
  gir1.2-gssdp-1.0
  gir1.2-gtk-vnc-2.0
  gir1.2-gtkchamplain-0.12
  gir1.2-gupnp-1.0
  gir1.2-gupnp-av-1.0
  gir1.2-gupnpigd-1.0
  gir1.2-indicate-0.7
  gir1.2-itl-1.0
  gir1.2-keybinder-3.0
  gir1.2-maliit-1.0
  gir1.2-mate-menu
  gir1.2-mate-panel
  gir1.2-mate-polkit
  gir1.2-matekbd
  gir1.2-mutter-3.0
  gir1.2-spice-client-glib-2.0
  gir1.2-spice-client-gtk-3.0
  gir1.2-telepathylogger-0.2
  gir1.2-urfkill-glib0
  gir1.2-v-sim-1.0
  gir1.2-gladeui-2.0
  gir1.2-grip
  gir1.2-javascriptcoregtk-3.0
  gir1.2-libvirt-glib-1.0
  gir1.2-nemo-3.0
  gir1.2-snapd-1
  gir1.2-webkit-3.0

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: gir1.2-accounts-1.0 1.22+16.10.20160520.2-0ubuntu1
  ProcVersionSignature: Ubuntu 4.8.0-26.28-generic 4.8.0
  Uname: Linux 4.8.0-26-generic x86_64
  ApportVersion: 2.20.3-0ubuntu8
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Nov  3 22:02:42 2016
  InstallationDate: Installed on 2011-11-10 (1819 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  SourcePackage: libaccounts-glib
  UpgradeStatus: Upgraded to yakkety on 2016-11-03 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/webapps-sprint/+bug/1639050/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1634508] Re: Clients cannot connect when MIR_SOCKET=""

2016-11-17 Thread Daniel van Vugt
** Also affects: mir (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/1634508

Title:
  Clients cannot connect when MIR_SOCKET=""

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

Bug description:
  Launch a Unity 8 desktop session, log out, then log into a Unity 7
  session. Launch a Mir-on-X shell like MirAL and then try to launch a
  Mir client like mir_demo_client_egltriangle. The client will refuse to
  connect.

  Unity 8's upstart script always sets MIR_SOCKET to its old value when
  the session ends. If MIR_SOCKET wasn't set, then the post-stop script
  will still set MIR_SOCKET, setting it to "". Mir should interpret this
  as if MIR_SOCKET were unset.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1634508/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1633537] Re: mirtest-dev packaging fails to specify boost_{file, }system dependencies

2016-11-17 Thread Daniel van Vugt
** Also affects: mir (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  mirtest-dev packaging fails to specify boost_{file,}system
  dependencies

Status in Mir:
  Fix Committed
Status in mir package in Ubuntu:
  New

Bug description:
  The mirtest pkgconfig file in mir 0.24 contains:

  Libs: -L/usr/lib/x86_64-linux-gnu -lmir-test-assist -ldl
  -lboost_filesystem -lboost_system

  But its deb package doesn't import these
  if I remove these boost libs from the pkgconfig file, I see no ill effects

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1633537/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1626924] Re: cursors.h is unclear about mir_diagonal_resize_*

2016-11-17 Thread Daniel van Vugt
** Also affects: mir (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  cursors.h is unclear about mir_diagonal_resize_*

Status in Mir:
  Fix Committed
Status in mir package in Ubuntu:
  New

Bug description:
  cursors.h is unclear about mir_diagonal_resize_*

  They both sound like the same thing...

  /**
   * The cursor used to indicate diagonal resize from top-right and bottom-left 
corners.
   */
  extern char const* const mir_diagonal_resize_bottom_to_top_cursor_name;

  /**
   * The cursor used to indicate diagonal resize from bottom-left and top-right 
corners.
   */
  extern char const* const mir_diagonal_resize_top_to_bottom_cursor_name;

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1626924/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1635273] Re: flickering in mir_demo_client_multistream

2016-11-17 Thread Daniel van Vugt
** Also affects: mir (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  flickering in mir_demo_client_multistream

Status in Mir:
  Fix Committed
Status in mir package in Ubuntu:
  New

Bug description:
  running mir_demo_client_multistream, one of the 3 subsurfaces (the
  green one) will flicker.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1635273/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1635010] Re: Camera apps (camera & vanity) never exit

2016-11-17 Thread Daniel van Vugt
** Also affects: mir (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Camera apps (camera & vanity) never exit

Status in Mir:
  Fix Committed
Status in mir package in Ubuntu:
  New

Bug description:
  Camera apps (camera & vanity) never exit.

  Either Alt+F4 (to the demo shell) or Q (to the app) should tell the
  app to close nicely. Both are being ignored by camera and vanity.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1635010/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1632617] Re: Inconsistent underscores in mir_diagonal_resize_top_to_bottom_cursor_name = "diagonal-resize-top_to_bottom"

2016-11-17 Thread Daniel van Vugt
** Also affects: mir (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Inconsistent underscores in
  mir_diagonal_resize_top_to_bottom_cursor_name = "diagonal-resize-
  top_to_bottom"

Status in Mir:
  Fix Committed
Status in mir package in Ubuntu:
  New

Bug description:
  Inconsistency in one of the cursor strings:

  extern "C" char const *const mir_default_cursor_name = "default";
  extern "C" char const *const mir_disabled_cursor_name = "disabled";
  extern "C" char const* const mir_arrow_cursor_name = "arrow";
  extern "C" char const* const mir_busy_cursor_name = "busy";
  extern "C" char const* const mir_caret_cursor_name = "caret";
  extern "C" char const* const mir_pointing_hand_cursor_name = "pointing-hand";
  extern "C" char const* const mir_open_hand_cursor_name = "open-hand";
  extern "C" char const* const mir_closed_hand_cursor_name = "closed-hand";
  extern "C" char const* const mir_horizontal_resize_cursor_name = 
"horizontal-resize";
  extern "C" char const* const mir_vertical_resize_cursor_name = 
"vertical-resize";
  extern "C" char const* const mir_diagonal_resize_bottom_to_top_cursor_name = 
"diagonal-resize-bottom-to-top";
  extern "C" char const* const mir_diagonal_resize_top_to_bottom_cursor_name = 
"diagonal-resize-top_to_bottom";   < HERE
  extern "C" char const* const mir_omnidirectional_resize_cursor_name = 
"omnidirectional-resize";
  extern "C" char const* const mir_vsplit_resize_cursor_name = "vsplit-resize";
  extern "C" char const* const mir_hsplit_resize_cursor_name = "hsplit-resize";
  extern "C" char const* const mir_crosshair_cursor_name = "crosshair";

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1632617/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1632335] Re: mir_connection_create_spec_for_tooltip does not set aux_rect

2016-11-17 Thread Daniel van Vugt
** Also affects: mir (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  mir_connection_create_spec_for_tooltip does not set aux_rect

Status in Mir:
  Fix Committed
Status in mir package in Ubuntu:
  New

Bug description:
  Sometime since 0.24 it has lost a line of code that looks like this:

  spec->aux_rect = *rect;

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1632335/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1626503] Re: destroying a MirPresentationChain doesn't trigger ownership notification to client

2016-11-17 Thread Daniel van Vugt
** Also affects: mir (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  destroying a MirPresentationChain doesn't trigger ownership
  notification to client

Status in Mir:
  Fix Committed
Status in mir package in Ubuntu:
  New

Bug description:
  If a MirPresentationChain is destroyed, the MirBuffer resources
  associated with that chain should eventually be returned to the client
  as a result of that destruction. (It might have to wait a bit until
  screen refresh, but it should eventually happen).

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1626503/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1611337] Re: StubGraphicsPlatform::create_display() leaves display_preset in a dubious state

2016-11-17 Thread Daniel van Vugt
** Also affects: mir (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  StubGraphicsPlatform::create_display() leaves display_preset in a
  dubious state

Status in Mir:
  Fix Committed
Status in mir package in Ubuntu:
  New

Bug description:
  I discovered this working in lp:miral where running two tests that use
  the stub platform (one that sets the preset before one that doesn't)
  leads to a SEGFAULT.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1611337/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1621352] Re: --display-report=log reports vsync on non-existent output number

2016-11-17 Thread Daniel van Vugt
** Also affects: mir (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  --display-report=log reports vsync on non-existent output number

Status in Mir:
  Fix Committed
Status in mir package in Ubuntu:
  New

Bug description:
  --display-report=log reports vsync on non-existent output (26):

  [2016-09-08 15:26:00.636257] mirserver: Initial display configuration:
  [2016-09-08 15:26:00.636269] mirserver:   0.36: unused VGA
  [2016-09-08 15:26:00.636277] mirserver:   0.39: DisplayPort 24.0" 520x320mm
  [2016-09-08 15:26:00.636281] mirserver: Current mode 1920x1200 59.95Hz
  [2016-09-08 15:26:00.636284] mirserver: Preferred mode 1920x1200 
59.95Hz
  [2016-09-08 15:26:00.636288] mirserver: Logical position +0+0
  [2016-09-08 15:26:00.636291] mirserver:   0.45: unused HDMI-A
  [2016-09-08 15:26:00.636294] mirserver:   0.48: unused DisplayPort
  [2016-09-08 15:26:00.636297] mirserver:   0.52: unused HDMI-A
  ...
  [2016-09-08 15:26:25.854293] graphics: 60 vsync events on [26] over 1000ms
  [2016-09-08 15:26:26.855108] graphics: 60 vsync events on [26] over 1000ms
  [2016-09-08 15:26:27.855938] graphics: 60 vsync events on [26] over 1000ms

  Isn't [26] meant to match an output? I can't see anything else in the
  log named "26".

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1621352/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1609916] Re: building with just -DMIR_PLATFORM=android fails

2016-11-17 Thread Daniel van Vugt
** Also affects: mir (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  building with just -DMIR_PLATFORM=android fails

Status in Mir:
  Fix Committed
Status in mir package in Ubuntu:
  New

Bug description:
  cmake .. -DMIR_PLATFORM="android;mesa-kms;mesa-x11"
  will succeed where:
  cmake .. -DMIR_PLATFORM="android"
  will fail with:

  [  2%] Building CXX object 
src/platforms/common/server/kms-utils/CMakeFiles/kms_utils.dir/drm_mode_resources.cpp.o
  In file included from 
/home/kdub/source/mir/nested-passthrough/mir/src/platforms/common/server/kms-utils/drm_mode_resources.h:22:0,
   from 
/home/kdub/source/mir/nested-passthrough/mir/src/platforms/common/server/kms-utils/drm_mode_resources.cpp:19:
  /usr/include/xf86drm.h:40:17: fatal error: drm.h: No such file or directory
  compilation terminated.
  src/platforms/common/server/kms-utils/CMakeFiles/kms_utils.dir/build.make:62: 
recipe for target 
'src/platforms/common/server/kms-utils/CMakeFiles/kms_utils.dir/drm_mode_resources.cpp.o'
 failed
  make[2]: *** 
[src/platforms/common/server/kms-utils/CMakeFiles/kms_utils.dir/drm_mode_resources.cpp.o]
 Error 1
  CMakeFiles/Makefile2:1395: recipe for target 
'src/platforms/common/server/kms-utils/CMakeFiles/kms_utils.dir/all' failed
  make[1]: *** 
[src/platforms/common/server/kms-utils/CMakeFiles/kms_utils.dir/all] Error 2
  Makefile:138: recipe for target 'all' failed
  make: *** [all] Error 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1609916/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1617036] Re: NestedServer.given_client_set_display_configuration_when_monitor_unplugs_client_can_set_display_configuration

2016-11-17 Thread Daniel van Vugt
** Also affects: mir (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  
NestedServer.given_client_set_display_configuration_when_monitor_unplugs_client_can_set_display_configuration

Status in Mir:
  Fix Committed
Status in mir package in Ubuntu:
  New

Bug description:
  http://paste.ubuntu.com/23090076/

  To reproduce:
  bin/mir_acceptance_tests 
--gtest_filter=*NestedServer.given_client_set_display_configuration_when_monitor_unplugs_client_can_set_display_configuratio*
 --gtest_repeat=300 --gtest_break_on_failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1617036/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1615587] Re: Downstreams need to disable clang diagnostic "-Wreturn-type-c-linkage" to build against our public headers

2016-11-17 Thread Daniel van Vugt
** Also affects: mir (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Downstreams need to disable clang diagnostic "-Wreturn-type-c-linkage"
  to build against our public headers

Status in Mir:
  Fix Committed
Status in mir package in Ubuntu:
  New

Bug description:
  We use "C" linkage to avoid name-mangling some functions that are not
  intended not for C compatibility. We don't want downstream projects
  seeing a warning from clang based tools for us doing this
  intentionally.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1615587/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1617256] Re: CMakeLists.txt has pkg_check_modules(EPOXY REQUIRED epoxy), but epoxy isn't mentioned in debian/control

2016-11-17 Thread Daniel van Vugt
** Also affects: mir (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  CMakeLists.txt has pkg_check_modules(EPOXY REQUIRED epoxy), but epoxy
  isn't mentioned in debian/control

Status in Mir:
  Fix Committed
Status in mir package in Ubuntu:
  New

Bug description:
  Follow the instructions here:
  https://unity.ubuntu.com/mir/building_source_for_pc.html

  $ sudo mk-build-deps -i --build-dep debian/control
  $ mkdir build
  $ cd build
  $ cmake ..

  Expect: cmake succeeds
  Actual: cmake errors because epoxy isn't installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1617256/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1624971] Re: [libprotobuf WARNING google/protobuf/compiler/parser.cc:547] No syntax specified for the proto file:

2016-11-17 Thread Daniel van Vugt
** Also affects: mir (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  [libprotobuf WARNING google/protobuf/compiler/parser.cc:547] No syntax
  specified for the proto file:

Status in Mir:
  Fix Committed
Status in mir package in Ubuntu:
  New

Bug description:
  Since yakkety switched to protobuf3, building Mir emits some new
  warnings:

  [  8%] Running C++ protocol buffer compiler on mir_protobuf.proto
  [libprotobuf WARNING google/protobuf/compiler/parser.cc:547] No syntax 
specified for the proto file: mir_protobuf.proto. Please use 'syntax = 
"proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to 
proto2 syntax.)
  [  8%] Running C++ protocol buffer compiler on mir_protobuf_wire.proto
  [libprotobuf WARNING google/protobuf/compiler/parser.cc:547] No syntax 
specified for the proto file: mir_protobuf_wire.proto. Please use 'syntax = 
"proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to 
proto2 syntax.)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1624971/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1613373] Re: HWC's vsync_signal_on is never called when using HWC 1.0

2016-11-17 Thread Daniel van Vugt
** Also affects: mir (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  HWC's vsync_signal_on is never called when using HWC 1.0

Status in Mir:
  Fix Committed
Status in mir package in Ubuntu:
  New

Bug description:
  When using Mir with HWC 1.0, a HwcFbDevice is created. When
  HwcFbDevice's commit is called, it waits for a vsync to happen. But
  HWC configuration being created in this case is FbControl. As the
  result, HWC's vsync_signal_on is never called, causing vsync signals
  from HWC to never arrive. Later, when HwcFbDevice's commit is called,
  it'll stall waiting for a vsync forever.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1613373/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1621917] Re: tests fail when built against lp:mir

2016-11-17 Thread Daniel van Vugt
** Also affects: mir (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  tests fail when built against lp:mir

Status in Mir:
  Fix Committed
Status in MirAL:
  Fix Released
Status in mir package in Ubuntu:
  New

Bug description:
  All the tests based on the TestServer fixture fail:

  [2016-09-09 16:03:04.242653] mirserver: Starting
  [2016-09-09 16:03:04.242792] mirserver: Selected driver: mir:stub-graphics 
(version 0.25.0)
  [2016-09-09 16:03:04.243695] mirserver: Using software cursor
  [2016-09-09 16:03:04.246985] mirserver: Initial display configuration:
  [2016-09-09 16:03:04.247022] mirserver:   1.1: VGA 0.0" 0x0mm
  [2016-09-09 16:03:04.247033] mirserver:Current mode 1600x1600 60.00Hz
  [2016-09-09 16:03:04.247040] mirserver:Preferred mode 1600x1600 
60.00Hz
  [2016-09-09 16:03:04.247046] mirserver:Logical position +0+0
  [2016-09-09 16:03:04.248679] mirserver: Selected input driver: mir:stub-input 
(version: 0.25.0)
  [2016-09-09 16:03:04.248742] mirserver: Mir version 0.25.0
  ERROR: /home/alan/display_server/mir/src/renderers/gl/renderer.cpp(85): Throw 
in function 
mir::renderer::gl::CurrentRenderTarget::CurrentRenderTarget(mir::graphics::DisplayBuffer*)
  Dynamic exception type: 
boost::exception_detail::clone_impl
 >
  std::exception::what: DisplayBuffer does not support GL rendering

  unknown file: Failure
  C++ exception with description "Failed to start server thread" thrown in 
SetUp().

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1621917/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1614983] Re: mirtest-dev: mock_display_configuration.h uses "mg" without defining it

2016-11-17 Thread Daniel van Vugt
** Also affects: mir (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  mirtest-dev: mock_display_configuration.h uses "mg" without defining
  it

Status in Mir:
  Fix Committed
Status in mir package in Ubuntu:
  New

Bug description:
  I was trying to use mirtest doubles/mock_display_configuration.h but
  it fails with "mg" not defined.

  As workaround, I import it like this:

  namespace mg = mir::graphics; // BUG: needed for mock_display_configuration.h
  #include 

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1614983/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1607351] Re: ServerConfigurationOption is not ptest (parallel test running) safe

2016-11-17 Thread Daniel van Vugt
** Also affects: mir (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  ServerConfigurationOption is not ptest (parallel test running) safe

Status in Mir:
  Fix Committed
Status in mir package in Ubuntu:
  New

Bug description:
  $ make ptest ARGS="-R ServerConfigurationOptions"
  ...
  Start 92: 
mir_acceptance_tests---MIR_SERVER_NBUFFERS=3---.ServerConfigurationOptions.*
  Start 12: mir_acceptance_tests.ServerConfigurationOptions.*
  ...
  [ FAILED ] 
ServerConfigurationOptions.are_read_from_xdg_config_dir0_config_file
  [ FAILED ] 
ServerConfigurationOptions.are_read_from_xdg_config_dir1_config_file
  [ FAILED ] 
ServerConfigurationOptions.are_read_from_xdg_config_dir0_before_xdg_config_dir1

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1607351/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1604673] Re: If a surface updates its size the pointer confinement region isnt updated

2016-11-17 Thread Daniel van Vugt
** Also affects: mir (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  If a surface updates its size the pointer confinement region isnt
  updated

Status in Mir:
  Fix Committed
Status in mir package in Ubuntu:
  New

Bug description:
  If you confine a region to the surfaces input region then change the
  size. The confined region for the seat is not updated.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1604673/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1559831] Re: Some mir_demo_client(s) report useless message 'Surface 0 DPI'

2016-11-17 Thread Daniel van Vugt
** Also affects: mir (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Some mir_demo_client(s) report useless message 'Surface 0 DPI'

Status in Mir:
  Fix Committed
Status in mir package in Ubuntu:
  New

Bug description:
  Some mir_demo_client(s) report:

  $ sudo mir_demo_client_egltriangle
  ...
  Surface 0 DPI

  This needs either correcting or removing.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1559831/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1248072] Re: VMware virtual connector recognized by Mir as "Unknown"

2016-11-17 Thread Daniel van Vugt
** Also affects: mir (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  VMware virtual connector recognized by Mir as "Unknown"

Status in Mir:
  Fix Committed
Status in mir package in Ubuntu:
  New

Bug description:
  The "Virtual" connector type is not recognized by Mir.
  (actually it's not in xf86drmMode.h either, I'll see if I can fix that
  up), but it's in the kernel user-space api file "drm_mode.h" and is
  right after the "eDP" connector type. Should be added in
  connector_type_name() in real_kms_output.cpp

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1248072/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1590959] Re: Mir-on-X is difficult to use (window too big) on a 1366x768 laptop

2016-11-17 Thread Daniel van Vugt
** Also affects: mir (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Mir-on-X is difficult to use (window too big) on a 1366x768 laptop

Status in Mir:
  Fix Committed
Status in mir package in Ubuntu:
  New

Bug description:
  Mir-on-X is difficult to use (window too big) on a 1366x768 laptop.

  Seems like the Mir window is a fixed size much bigger than the actual
  screen.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1590959/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1595940] Re: MultiThreadedCompositor test failure in CI

2016-11-17 Thread Daniel van Vugt
** Also affects: mir (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  MultiThreadedCompositor test failure in CI

Status in Mir:
  Fix Committed
Status in mir package in Ubuntu:
  New

Bug description:
  failure in this CI run (on unrelated branch that is adding an
  executable)

  https://mir-jenkins.ubuntu.com/job/build-2-binpkg-
  mir/arch=amd64,compiler=gcc,platform=mesa,release=xenial/1301/consoleFull

  20:57:58 23: [ RUN ] MultiThreadedCompositor.cleans_up_after_throw_in_start
  20:57:59 23: 
/��BUILDDIR��/mir-0.23.0+xenial1332bzr3536/tests/unit-tests/compositor/test_multi_threaded_compositor.cpp:809:
 Failure
  20:57:59 23: Value of: 
db_compositor_factory->enough_records_gathered(nbuffers, min_number_of_records)
  20:57:59 23: Actual: false
  20:57:59 23: Expected: true
  20:57:59 23: [ FAILED ] 
MultiThreadedCompositor.cleans_up_after_throw_in_start (1193 ms)

  could not reproduce locally

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1595940/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1606418] Re: PointerConfinement.test_we_update_our_confined_region_on_a_resize

2016-11-17 Thread Daniel van Vugt
** Also affects: mir (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  PointerConfinement.test_we_update_our_confined_region_on_a_resize

Status in Mir:
  Fix Committed
Status in mir package in Ubuntu:
  New

Bug description:
  Randomly fails 1/100 times.
  
https://mir-jenkins.ubuntu.com/job/build-2-binpkg-mir/arch=i386,compiler=gcc,platform=mesa,release=xenial+overlay/1612/console

  Looking into it, most likely a race with surface resize...

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1606418/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1639050] Re: Wrong package section, should be in "introspection"

2016-11-17 Thread Launchpad Bug Tracker
** Branch linked: lp:~ci-train-bot/libsignon-glib/libsignon-glib-ubuntu-
zesty-2211

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

Title:
  Wrong package section, should be in "introspection"

Status in webapps-sprint:
  In Progress
Status in libsignon-glib package in Ubuntu:
  In Progress

Bug description:
  Packages shipping gobject introspection should be in the dedicated
  section "introspection". This archive section was added a while ago,
  see also the corresponding entry in the debian policy 3.9.3.0:

  2.6. Version 3.9.3.0
  

   Released February, 2012.

   2.4
New archive sections _education_, _introspection_, and
_metapackages_ added.

  
  Packages shipping gobject introspection should be named 
gir1.2-NAMESPACE-VERSION.

  Based on the output of apt-cache, the following packages are in the
  wrong section. I didn't file a separate bug for all of them. I would
  appreciate if you can adjust the archive section for all the following
  packages in one go.

  #!/bin/bash

  while read pkg ; do
 apt-cache show $pkg | grep Section | grep -v introspection -q && echo 
$pkg
  done < <( apt-cache search -n ^gir1.2 | cut -f1 -d' ' )

  
  gir1.2-accounts-1.0
  gir1.2-accountsservice-1.0
  gir1.2-appindicator-0.1
  gir1.2-appindicator3-0.1
  gir1.2-atk-1.0
  gir1.2-atspi-2.0
  gir1.2-bamf-3
  gir1.2-cheese-3.0
  gir1.2-clutter-1.0
  gir1.2-cogl-1.0
  gir1.2-coglpango-1.0
  gir1.2-colord-1.0
  gir1.2-dbusmenu-glib-0.4
  gir1.2-dbusmenu-gtk-0.4
  gir1.2-dbusmenu-gtk3-0.4
  gir1.2-dee-1.0
  gir1.2-ebook-1.2
  gir1.2-edataserver-1.2
  gir1.2-fcitx-1.0
  gir1.2-freedesktop
  gir1.2-gconf-2.0
  gir1.2-gdata-0.0
  gir1.2-gdesktopenums-3.0
  gir1.2-gdkpixbuf-2.0
  gir1.2-gkbd-3.0
  gir1.2-glib-2.0
  gir1.2-gmenu-3.0
  gir1.2-gnomebluetooth-1.0
  gir1.2-gnomedesktop-3.0
  gir1.2-goa-1.0
  gir1.2-gtk-2.0
  gir1.2-gtk-3.0
  gir1.2-gtkclutter-1.0
  gir1.2-gtksource-3.0
  gir1.2-gtop-2.0
  gir1.2-gucharmap-2.90
  gir1.2-gudev-1.0
  gir1.2-gweather-3.0
  gir1.2-hud-2
  gir1.2-hud-client-2
  gir1.2-ido3-0.1
  gir1.2-json-1.0
  gir1.2-lightdm-1
  gir1.2-messagingmenu-1.0
  gir1.2-nautilus-3.0
  gir1.2-networkmanager-1.0
  gir1.2-notify-0.7
  gir1.2-packagekitglib-1.0
  gir1.2-pango-1.0
  gir1.2-peas-1.0
  gir1.2-polkit-1.0
  gir1.2-rb-3.0
  gir1.2-rest-0.7
  gir1.2-rest-extras-0.7
  gir1.2-rsvg-2.0
  gir1.2-signon-1.0
  gir1.2-soup-2.4
  gir1.2-telepathyglib-0.12
  gir1.2-timezonemap-1.0
  gir1.2-totem-1.0
  gir1.2-totem-plparser-1.0
  gir1.2-unity-5.0
  gir1.2-upowerglib-1.0
  gir1.2-wnck-3.0
  gir1.2-evince-3.0
  gir1.2-geocodeglib-1.0
  gir1.2-libertine
  gir1.2-nmgtk-1.0
  gir1.2-ubuntu-app-launch-2
  gir1.2-anjuta-3.0
  gir1.2-atril
  gir1.2-caja
  gir1.2-caribou-1.0
  gir1.2-champlain-0.12
  gir1.2-cryptui-0.0
  gir1.2-diodon-1.0
  gir1.2-eom
  gir1.2-evd-0.1
  gir1.2-folks-0.6
  gir1.2-gdl-3
  gir1.2-gssdp-1.0
  gir1.2-gtk-vnc-2.0
  gir1.2-gtkchamplain-0.12
  gir1.2-gupnp-1.0
  gir1.2-gupnp-av-1.0
  gir1.2-gupnpigd-1.0
  gir1.2-indicate-0.7
  gir1.2-itl-1.0
  gir1.2-keybinder-3.0
  gir1.2-maliit-1.0
  gir1.2-mate-menu
  gir1.2-mate-panel
  gir1.2-mate-polkit
  gir1.2-matekbd
  gir1.2-mutter-3.0
  gir1.2-spice-client-glib-2.0
  gir1.2-spice-client-gtk-3.0
  gir1.2-telepathylogger-0.2
  gir1.2-urfkill-glib0
  gir1.2-v-sim-1.0
  gir1.2-gladeui-2.0
  gir1.2-grip
  gir1.2-javascriptcoregtk-3.0
  gir1.2-libvirt-glib-1.0
  gir1.2-nemo-3.0
  gir1.2-snapd-1
  gir1.2-webkit-3.0

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: gir1.2-accounts-1.0 1.22+16.10.20160520.2-0ubuntu1
  ProcVersionSignature: Ubuntu 4.8.0-26.28-generic 4.8.0
  Uname: Linux 4.8.0-26-generic x86_64
  ApportVersion: 2.20.3-0ubuntu8
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Nov  3 22:02:42 2016
  InstallationDate: Installed on 2011-11-10 (1819 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  SourcePackage: libaccounts-glib
  UpgradeStatus: Upgraded to yakkety on 2016-11-03 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/webapps-sprint/+bug/1639050/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1522675] Re: Can't drop privileges for downloading : _apt user not allowed

2016-11-17 Thread Paul White
** Tags added: zesty

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

Title:
  Can't drop privileges for downloading : _apt user not allowed

Status in apt package in Ubuntu:
  Confirmed
Status in dpkg package in Ubuntu:
  Confirmed
Status in synaptic package in Debian:
  New

Bug description:
  Recently we got new versions for synaptic 0.82+build1 & apt 1.1.3, but
  now get that error when installing/upgrading some packages:

  Setting up libc6-dbg:amd64 (2.21-0ubuntu5) ...
  Processing triggers for libc-bin (2.21-0ubuntu5) ...
  W: Can't drop privileges for downloading as file 
'/root/.synaptic/tmp//tmp_cl' couldn't be accessed by user '_apt'. - 
pkgAcquire::Run (13: Permission denied)

  From nautilus, i'm seeing a /root/ folder locked (x on its icon) and
  the folder is empty (no /.synaptic/ sub-folder or file), so the above
  error.

  oem@u64:~$ ls -l .synaptic
  total 4
  -rw-rw-r-- 1 oem oem   0 Aug 25 11:19 options
  -rw-rw-r-- 1 oem oem 236 Aug 25 11:19 synaptic.conf

  oem@u64:~$ ls -l /var/lib/apt/lists/
  
  -rw-r- 1 root root0 Sep 20 06:36 lock
  drwx-- 2 _apt root16384 Sep 24 15:25 partial
  ..

  oem@u64:~$ sudo ls -l /var/lib/update-notifier/package-data-downloads/
  .
  drwxr-xr-x 2 _apt root 4096 Sep 22 23:33 partial

  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: synaptic 0.82+build1
  ProcVersionSignature: Ubuntu 4.3.0-1.10-generic 4.3.0
  Uname: Linux 4.3.0-1-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.19.2-0ubuntu8
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Fri Dec  4 05:23:25 2015
  SourcePackage: synaptic
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1522675/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1369763] Re: [performance] Android overlays don't honour eglSwapInterval 0

2016-11-17 Thread Daniel van Vugt
Correction; that was just a workaround that landed (we now disable
overlays if required). Still needs more work to fix properly.

** Changed in: mir
   Status: Fix Committed => Triaged

** Changed in: mir
Milestone: 0.25.0 => None

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

** Changed in: mir (Ubuntu)
   Importance: Undecided => Medium

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

Title:
  [performance] Android overlays don't honour eglSwapInterval 0

Status in Mir:
  Triaged
Status in mir package in Ubuntu:
  Triaged

Bug description:
  eglSwapInterval 0 does not work when overlays are enabled.

  Both of these report the same fps:

  MIR_CLIENT_PERF_REPORT=log ./mir_demo_server_basic 
--launch-client="./mir_demo_client_egltriangle" --disable-overlays false
  MIR_CLIENT_PERF_REPORT=log ./mir_demo_server_basic 
--launch-client="./mir_demo_client_egltriangle -n" --disable-overlays false

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1369763/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1642360] Re: Display occasionally stays on forever after boot in rc-proposed

2016-11-17 Thread Alexandros Frantzis
** Changed in: ubuntu-touch-session (Ubuntu)
 Assignee: (unassigned) => Alexandros Frantzis (afrantzis)

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

Title:
  Display occasionally stays on forever after boot in rc-proposed

Status in Canonical System Image:
  Confirmed
Status in ubuntu-touch-session package in Ubuntu:
  New

Bug description:
  Occasionally the display stays on forever after boot in rc-proposed,
  due to a keep display on request.

  The problem seems to be that the keep-display-on-request introduced to
  fix bug 1623853, sometimes doesn't get released due to races in the
  upstart scripts. This happens if the lightdm job starts before the
  keep-display-on-during-boot job starts, in which case the keep-
  display-on-during-boot job never gets the signal it needs to stop
  ("stop on started lightdm").

  This issue can be reproduced easily by changing the related upstart
  script timings, for example, by inserting a "sleep 10" at the end of
  the repowerd.conf pre-start stanza (or post-start stanza, it has the
  same effect).

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1642360/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1632272] Re: need writable-path for snappy

2016-11-17 Thread Vicamo Yang
Filed follow-up bug 1642535.

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

Title:
  need writable-path for snappy

Status in Canonical System Image:
  Fix Released
Status in lxc-android-config package in Ubuntu:
  Fix Released

Bug description:
  Snappy writes to /etc/systemd/system, /snap and /var/lib/snapd.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1632272/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1548020] Re: Direct download fails on seafile/nextcloud server

2016-11-17 Thread Olivier Tilloy
> Every download could be directed directly to the Downloadmanager.

Oxide doesn’t know that a download is a download until it has issued the
request and gotten a response. So it can’t delegate the download to UDM
upfront. What has to happen for this use case to work, is that downloads
need to be handled by oxide itself (but that has serious implications on
the strict lifecycle policies).

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

Title:
  Direct download fails on seafile/nextcloud server

Status in webbrowser-app package in Ubuntu:
  Confirmed

Bug description:
  I'm hosting a webserver with seafile. 
  When I click on the Download link direktly, then choosing the app for 
opening, the Download
  aborts because of Http400 Error. This could be because the Download token
  from the server are working just for one time. Nevertheless, if do
  rightclick on the download link and select "save as", the download works
  pretty fine.

  I think, when clicking on such a link, a request to the server is issued, 
which invalidates the
  link for subsequent requests. The headers from the response to that request 
are then passed to the download manager which will initiate the download by 
issuing the request again, and the first request
  initiated by the browser is cancelled. That’s indeed a bug in how
  downloads are handled in the browser.

  If nessesary I can provide a temporary download link for testing the
  issues.

  This happend on my Nexus 4 with OTA9.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1548020/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1504079] Re: tracker-extract crashed with SIGSEGV in gst_video_info_to_caps()

2016-11-17 Thread Folkert
Me too. And had an update on relevant security packages (16.04 LTS
upgrade from 14.04 TLS)

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

Title:
  tracker-extract crashed with SIGSEGV in gst_video_info_to_caps()

Status in tracker package in Ubuntu:
  Confirmed

Bug description:
  i need

  ProblemType: Crash
  DistroRelease: Ubuntu 15.10
  Package: tracker-extract 1.4.1-1ubuntu2
  ProcVersionSignature: Ubuntu 4.2.0-14.16-generic 4.2.2
  Uname: Linux 4.2.0-14-generic i686
  ApportVersion: 2.19-0ubuntu1
  Architecture: i386
  CurrentDesktop: Unity
  Date: Thu Oct  8 16:04:40 2015
  ExecutablePath: /usr/lib/tracker/tracker-extract
  InstallationDate: Installed on 2015-09-13 (25 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release i386 (20150422)
  ProcCmdline: /usr/lib/tracker/tracker-extract
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SegvAnalysis:
   Segfault happened at: 0xad14eb08 :mov
(%eax),%eax
   PC (0xad14eb08) ok
   source "(%eax)" (0x007c) not located in a known VMA region (needed 
readable region)!
   destination "%eax" ok
   Stack memory exhausted (SP below stack segment)
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: tracker
  StacktraceTop:
   gst_video_info_to_caps () from /usr/lib/i386-linux-gnu/libgstvideo-1.0.so.0
   ?? () from /usr/lib/i386-linux-gnu/gstreamer-1.0/libgstlibav.so
   ?? () from /usr/lib/i386-linux-gnu/libavcodec-ffmpeg.so.56
   ?? () from /usr/lib/i386-linux-gnu/libavcodec-ffmpeg.so.56
   avcodec_decode_video2 () from /usr/lib/i386-linux-gnu/libavcodec-ffmpeg.so.56
  Title: tracker-extract crashed with SIGSEGV in gst_video_info_to_caps()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tracker/+bug/1504079/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1642535] Re: need /var/snap writable-path for snappy global data

2016-11-17 Thread Vicamo Yang
** Also affects: lxc-android-config (Ubuntu)
   Importance: Undecided
   Status: New

** Branch linked: lp:~vicamo/lxc-android-config/lxd-snap-writable-path

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

Title:
  need /var/snap writable-path for snappy global data

Status in Canonical System Image:
  New
Status in lxc-android-config package in Ubuntu:
  New

Bug description:
  This is a follow-up for bug 1632272. From snap-confine source code[1],
  when running on classic distribution as we're for ubuntu-touch, some
  additional paths are mounted. They are /dev, /etc, /home, /root,
  /proc, /sys, /tmp, /var/snap, /var/lib/snapd, /var/tmp, /run,
  /lib/modules, /media, etc.

  Among them, /var/snap is necessary for lxd snap global data like pid
  file, daemon socket, and images.

  [1]: https://github.com/snapcore/snap-confine/blob/master/src/mount-
  support.c#L556

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1642535/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1632272] Re: need writable-path for snappy

2016-11-17 Thread Vicamo Yang
It turns out we also need /var/snap for lxd snap, which writes some
global data.

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

Title:
  need writable-path for snappy

Status in Canonical System Image:
  Fix Released
Status in lxc-android-config package in Ubuntu:
  Fix Released

Bug description:
  Snappy writes to /etc/systemd/system, /snap and /var/lib/snapd.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1632272/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1478319] Re: Wifi doesn't reconnect to AP if it uses the same SSID than another AP

2016-11-17 Thread James Lewis
I have a corporate wifi network in my office with multiple AP's and i
often see it disconnect and ask for the password again  usually
entering the password doesnt fix it.  i assume this is the same issue.

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

Title:
  Wifi doesn't reconnect to AP if it uses the same SSID than another AP

Status in Canonical System Image:
  Incomplete
Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  current build number: 68
  device name: arale
  channel: ubuntu-touch/rc-proposed/meizu.en
  last update: 2015-07-24 08:00:20
  version version: 68
  version ubuntu: 20150724
  version device: 20150709-8965e37
  version custom: 20150716-819-8-42

  My ISP (Free in France) provides a hotspot service so that customers
  can use the connection of any other customer using a generic open Wifi
  connection (for reference http://www.free.fr/assistance/2303.html - in
  French)

  The SSID is called 'FreeWifi' on all the boxes but obviously APs are
  all different since it's customers' DSL routers.

  When I connect  to one of this access point, suspend the phone and
  resume it in another location where the SSID is available but from a
  different AP, the phone doesn't connect to this AP and the list of
  networks in the network-indicator doesn't refresh and still show the
  list of network from the previous location. I have to forget the
  network called 'FreeWifi' and reconnect in order to refresh the list
  and make it work.

  It's 100% reproducible.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1478319/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1629009] Re: Does not work inside a snap due to hardcoded paths

2016-11-17 Thread Renato Araujo Oliveira Filho
** Branch linked: lp:~renatofilho/address-book-app/qsysteminfo-snap

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

Title:
  Does not work inside a snap due to hardcoded paths

Status in Ubuntu File Manager App:
  Fix Released
Status in address-book-app package in Ubuntu:
  Confirmed
Status in address-book-service package in Ubuntu:
  New
Status in dialer-app package in Ubuntu:
  In Progress
Status in history-service package in Ubuntu:
  In Progress
Status in indicator-bluetooth package in Ubuntu:
  New
Status in indicator-display package in Ubuntu:
  New
Status in indicator-keyboard package in Ubuntu:
  New
Status in indicator-location package in Ubuntu:
  New
Status in indicator-messages package in Ubuntu:
  New
Status in indicator-network package in Ubuntu:
  New
Status in indicator-power package in Ubuntu:
  New
Status in indicator-session package in Ubuntu:
  New
Status in indicator-sound package in Ubuntu:
  New
Status in indicator-transfer package in Ubuntu:
  New
Status in mediascanner2 package in Ubuntu:
  New
Status in messaging-app package in Ubuntu:
  In Progress
Status in pay-service package in Ubuntu:
  New
Status in policykit-unity8 package in Ubuntu:
  Fix Released
Status in sync-monitor package in Ubuntu:
  New
Status in telephony-service package in Ubuntu:
  New
Status in ubuntu-keyboard package in Ubuntu:
  Fix Released
Status in ubuntu-system-settings package in Ubuntu:
  Fix Released
Status in ubuntu-terminal-app package in Ubuntu:
  Fix Released
Status in ubuntu-touch-session package in Ubuntu:
  New
Status in unity-scope-scopes package in Ubuntu:
  New
Status in unity-scopes-api package in Ubuntu:
  In Progress
Status in unity-scopes-shell package in Ubuntu:
  Fix Released
Status in unity8 package in Ubuntu:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  Fix Released

Bug description:
  Some apps can't find their main qml file.  Error messages like:

  "file:///build/messaging-app-gcXPE6/messaging-
  app-0.1+16.04.20160831/src/qml/messaging-app.qml: File not found"

  (in my case, the file was in /snap/unity8-session/x24/usr/share
  /messaging-app/messaging-app.qml)

  Seems due to code like the following in config.h.in.  Probably needs
  to consider the value of $SNAP or just be a little more forgiving.

  inline bool isRunningInstalled() {
  static bool installed = (QCoreApplication::applicationDirPath() ==
   
QDir(("@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_BINDIR@")).canonicalPath());
  return installed;
  }

  inline QString messagingAppDirectory() {
  if (isRunningInstalled()) {
  return QString("@CMAKE_INSTALL_PREFIX@/@MESSAGING_APP_DIR@/");
  } else {
  return QString("@CMAKE_SOURCE_DIR@/src/qml/");
  }
  }

  inline QString ubuntuPhonePluginPath() {
  if (isRunningInstalled()) {
  return QString::null;
  } else {
  return QString("@CMAKE_SOURCE_DIR@/");
  }
  }

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-filemanager-app/+bug/1629009/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1346633] Re: [enhancement] Autopilot testing needs to know screen coordinates of widgets on screen

2016-11-17 Thread Daniel d'Andrada
** Branch unlinked: lp:~dandrader/qtmir/coordinateTranslator

** Branch linked: lp:~gerboland/qtubuntu/fix-debug-mode-56

** Branch linked: lp:~dandrader/unity8/miral

** Branch linked: lp:~unity-team/qtmir/miral-qt-integration

** Branch unlinked: lp:ubuntu/utopic-proposed/qtubuntu

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

Title:
  [enhancement] Autopilot testing needs to know screen coordinates of
  widgets on screen

Status in Autopilot:
  Won't Fix
Status in Mir:
  Fix Released
Status in QtMir:
  Confirmed
Status in mir package in Ubuntu:
  Fix Released
Status in qtubuntu package in Ubuntu:
  Fix Released

Bug description:
  On phablet devices, Autopilot needs to determine the absolute
  coordinates of any item on screen, in order to generate input events
  to interact with those items.

  Most toolkits give AP the ability to calculate the coordinates of an
  item inside the surface, i.e. relative to the surface top-left corner,
  and then obtain the position of the window from the display server
  (X11 usually) to calculate the absolute position.

  However Mir does not have an API to let its clients find the surface
  position relative to the screen. There is also a desire from the Mir
  team not to supply this information.

  We need to discuss how to solve this problem in a way everyone is
  happy

To manage notifications about this bug go to:
https://bugs.launchpad.net/autopilot/+bug/1346633/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1641259] [NEW] xfce4-terminal shows password visibly in clear between attempts and accepts (updated Nov. 17th)

2016-11-17 Thread Launchpad Bug Tracker
*** This bug is a security vulnerability ***

You have been subscribed to a public security bug:

Corrected copy and pasted info Nov. 17th.

If written quickly after a failed attempt xfce4-terminal shows password
visibly in actual characters and accepts the password.

Example (the word "pass" is the password):


brett@BrettPC:~$ sudo su
[sudo] password for brett:
pass
Sorry, try again.
[sudo] password for brett:
root@BrettPC:/home/brett#

To clarify I did not enter a password the second time it sad "[sudo]
password for brett:" it simply accepted the one shown visibly.

** Affects: sudo (Ubuntu)
 Importance: Undecided
 Assignee: Andrew Donald (senoir-cielo)
 Status: New

-- 
xfce4-terminal shows password visibly in clear between attempts and accepts 
(updated Nov. 17th)
https://bugs.launchpad.net/bugs/1641259
You received this bug notification because you are a member of Ubuntu Touch 
seeded packages, which is subscribed to sudo in Ubuntu.

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1642366] Re: idk what this is

2016-11-17 Thread Marc Deslauriers
Thank you for using Ubuntu and taking the time to report a bug. Your
report should contain, at a minimum, the following information so we can
better find the source of the bug and work to resolve it.

Submitting the bug about the proper source package is essential. For
help see https://wiki.ubuntu.com/Bugs/FindRightPackage . Additionally,
in the report please include:

1) The release of Ubuntu you are using, via 'cat /etc/lsb-release' or System -> 
About Ubuntu.
2) The version of the package you are using, via 'dpkg -l PKGNAME | cat' or by 
checking in Synaptic.
3) What happened and what you expected to happen.

The Ubuntu community has also created debugging procedures for a wide
variety of packages at https://wiki.ubuntu.com/DebuggingProcedures .
Following the debugging instructions for the affected package will make
your bug report much more complete. Thanks!


** Information type changed from Private Security to Public

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

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

Title:
  idk what this is

Status in xorg package in Ubuntu:
  Invalid

Bug description:
  wtf. Thanks anyways.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: xorg 1:7.7+13ubuntu4
  ProcVersionSignature: Ubuntu 4.8.0-22.24-generic 4.8.0
  Uname: Linux 4.8.0-22-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.3-0ubuntu8
  Architecture: amd64
  CasperVersion: 1.379
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Wed Nov 16 05:49:10 2016
  DistUpgraded: Fresh install
  DistroCodename: yakkety
  DistroVariant: ubuntu
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Juniper XT [Radeon HD 5770] 
[1002:68b8] (prog-if 00 [VGA controller])
 Subsystem: PC Partner Limited / Sapphire Technology Juniper XT [Radeon HD 
5770] [174b:1482]
  LiveMediaBuild: Ubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.2)
  MachineType: System manufacturer System Product Name
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: file=/cdrom/preseed/hostname.seed boot=casper 
initrd=/casper/initrd.lz quiet splash --- BOOT_IMAGE=/casper/vmlinuz.efi
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/28/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0504
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: P6X58-E PRO
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0504:bd07/28/2011:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP6X58-EPRO:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer
  version.compiz: compiz 1:0.9.13.0+16.10.20160818.2-0ubuntu2
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.70-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 12.0.3-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 12.0.3-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-1ubuntu6
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160706-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-2
  xserver.bootTime: Wed Nov 16 05:35:12 2016
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   inputLogitech M705MOUSE, id 8
   inputLogitech MK700   KEYBOARD, id 9
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.18.4-1ubuntu6
  xserver.video_driver: radeon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1642366/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1641959] Re: [CMI8786 - Xonar DG, playback] No sound at all

2016-11-17 Thread Marc Deslauriers
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/1641959

Title:
  [CMI8786 - Xonar DG, playback] No sound at all

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  ubuntu 16.10 
  3.9Gb AMD Penim(TM) II X4 965 Processor x4
  GeFofce GTX 5590 Ti/PCIe/SSE2
  64
  hdd 59

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.8.0-27.29-generic 4.8.1
  Uname: Linux 4.8.0-27-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.3-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0c:   sergy113   2806 F...m pulseaudio
   /dev/snd/pcmC1D0p:   sergy113   2806 F...m pulseaudio
   /dev/snd/controlC1:  sergy113   2806 F pulseaudio
   /dev/snd/controlC0:  sergy113   2806 F pulseaudio
  CurrentDesktop: Unity
  Date: Tue Nov 15 17:07:14 2016
  InstallationDate: Installed on 2016-11-09 (6 days ago)
  InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.2)
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=ru
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=ru_RU.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:DG failed
  Symptom_Card: CMI8788 [Oxygen HD Audio] (CMI8786 (Xonar DG)) - Xonar DG
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0c:   sergy113   2806 F...m pulseaudio
   /dev/snd/pcmC1D0p:   sergy113   2806 F...m pulseaudio
   /dev/snd/controlC1:  sergy113   2806 F pulseaudio
   /dev/snd/controlC0:  sergy113   2806 F pulseaudio
  Symptom_Type: No sound at all
  Title: [CMI8786 - Xonar DG, playback] No sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/18/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 2401
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: M4A77T
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2401:bd05/18/2011:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM4A77T:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer
  mtime.conffile..etc.modprobe.d.alsa-base.conf: 2016-11-10T10:30:02.974053

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1641959/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1641381] Re: package libqt5opengl5:i386 5.5.1+dfsg-16ubuntu7.2 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting

2016-11-17 Thread Marc Deslauriers
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 qtbase-opensource-src in
Ubuntu.
https://bugs.launchpad.net/bugs/1641381

Title:
  package libqt5opengl5:i386 5.5.1+dfsg-16ubuntu7.2 failed to
  install/upgrade: package is in a very bad inconsistent state; you
  should  reinstall it before attempting configuration

Status in qtbase-opensource-src package in Ubuntu:
  New

Bug description:
  Error about a programm

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: libqt5opengl5:i386 5.5.1+dfsg-16ubuntu7.2
  ProcVersionSignature: Ubuntu 4.4.0-45.66-generic 4.4.21
  Uname: Linux 4.4.0-45-generic i686
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: i386
  Date: Sun Nov 13 09:05:21 2016
  DuplicateSignature:
   package:libqt5opengl5:i386:5.5.1+dfsg-16ubuntu7.2
   Setting up g++-5 (5.4.0-6ubuntu1~16.04.4) ...
   dpkg: error processing package libqt5opengl5:i386 (--configure):
package is in a very bad inconsistent state; you should
  ErrorMessage: package is in a very bad inconsistent state; you should  
reinstall it before attempting configuration
  InstallationDate: Installed on 2015-10-04 (405 days ago)
  InstallationMedia: Lubuntu 15.04 "Vivid Vervet" - Release i386 (20150422)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.12~ubuntu16.04.1
  SourcePackage: qtbase-opensource-src
  Title: package libqt5opengl5:i386 5.5.1+dfsg-16ubuntu7.2 failed to 
install/upgrade: package is in a very bad inconsistent state; you should  
reinstall it before attempting configuration
  UpgradeStatus: Upgraded to xenial on 2016-05-18 (178 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1641381/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1641259] Re: xfce4-terminal shows password visibly in clear between attempts and accepts (updated Nov. 17th)

2016-11-17 Thread Marc Deslauriers
** Information type changed from Private Security to Public Security

** Package changed: xfce4-terminal (Ubuntu) => sudo (Ubuntu)

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

** Changed in: sudo (Ubuntu)
 Assignee: Andrew Donald (senoir-cielo) => (unassigned)

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

Title:
  xfce4-terminal shows password visibly in clear between attempts and
  accepts (updated Nov. 17th)

Status in sudo package in Ubuntu:
  Confirmed

Bug description:
  Corrected copy and pasted info Nov. 17th.

  If written quickly after a failed attempt xfce4-terminal shows
  password visibly in actual characters and accepts the password.

  Example (the word "pass" is the password):

  
  brett@BrettPC:~$ sudo su
  [sudo] password for brett:
  pass
  Sorry, try again.
  [sudo] password for brett:
  root@BrettPC:/home/brett#

  To clarify I did not enter a password the second time it sad "[sudo]
  password for brett:" it simply accepted the one shown visibly.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sudo/+bug/1641259/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1629009] Re: Does not work inside a snap due to hardcoded paths

2016-11-17 Thread Renato Araujo Oliveira Filho
** Branch linked: lp:~renatofilho/messaging-app/fix-snap-paths

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

Title:
  Does not work inside a snap due to hardcoded paths

Status in Ubuntu File Manager App:
  Fix Released
Status in address-book-app package in Ubuntu:
  Confirmed
Status in address-book-service package in Ubuntu:
  New
Status in dialer-app package in Ubuntu:
  In Progress
Status in history-service package in Ubuntu:
  In Progress
Status in indicator-bluetooth package in Ubuntu:
  New
Status in indicator-display package in Ubuntu:
  New
Status in indicator-keyboard package in Ubuntu:
  New
Status in indicator-location package in Ubuntu:
  New
Status in indicator-messages package in Ubuntu:
  New
Status in indicator-network package in Ubuntu:
  New
Status in indicator-power package in Ubuntu:
  New
Status in indicator-session package in Ubuntu:
  New
Status in indicator-sound package in Ubuntu:
  New
Status in indicator-transfer package in Ubuntu:
  New
Status in mediascanner2 package in Ubuntu:
  New
Status in messaging-app package in Ubuntu:
  In Progress
Status in pay-service package in Ubuntu:
  New
Status in policykit-unity8 package in Ubuntu:
  Fix Released
Status in sync-monitor package in Ubuntu:
  New
Status in telephony-service package in Ubuntu:
  New
Status in ubuntu-keyboard package in Ubuntu:
  Fix Released
Status in ubuntu-system-settings package in Ubuntu:
  Fix Released
Status in ubuntu-terminal-app package in Ubuntu:
  Fix Released
Status in ubuntu-touch-session package in Ubuntu:
  New
Status in unity-scope-scopes package in Ubuntu:
  New
Status in unity-scopes-api package in Ubuntu:
  In Progress
Status in unity-scopes-shell package in Ubuntu:
  Fix Released
Status in unity8 package in Ubuntu:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  Fix Released

Bug description:
  Some apps can't find their main qml file.  Error messages like:

  "file:///build/messaging-app-gcXPE6/messaging-
  app-0.1+16.04.20160831/src/qml/messaging-app.qml: File not found"

  (in my case, the file was in /snap/unity8-session/x24/usr/share
  /messaging-app/messaging-app.qml)

  Seems due to code like the following in config.h.in.  Probably needs
  to consider the value of $SNAP or just be a little more forgiving.

  inline bool isRunningInstalled() {
  static bool installed = (QCoreApplication::applicationDirPath() ==
   
QDir(("@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_BINDIR@")).canonicalPath());
  return installed;
  }

  inline QString messagingAppDirectory() {
  if (isRunningInstalled()) {
  return QString("@CMAKE_INSTALL_PREFIX@/@MESSAGING_APP_DIR@/");
  } else {
  return QString("@CMAKE_SOURCE_DIR@/src/qml/");
  }
  }

  inline QString ubuntuPhonePluginPath() {
  if (isRunningInstalled()) {
  return QString::null;
  } else {
  return QString("@CMAKE_SOURCE_DIR@/");
  }
  }

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-filemanager-app/+bug/1629009/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1637030] Re: hostnamectl changes hostname without password

2016-11-17 Thread Marc Deslauriers
systemd ships with a policykit file which allows the system
administrator to set the hostname.

The policykit file is located here:
/usr/share/polkit-1/actions/org.freedesktop.hostname1.policy

and in the systemd source here:
https://github.com/systemd/systemd/blob/master/src/hostname/org.freedesktop.hostname1.policy.in

This behaviour is by design.

Please file a bug with the upstream systemd project if you believe this
should be changed. Thanks.


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

Title:
  hostnamectl changes hostname without password

Status in systemd package in Ubuntu:
  Won't Fix

Bug description:
  Systemd's 'hostnamectl' changes the system hostname (including
  modifying '/etc/hostname') without requesting a password, allowing any
  unprivileged user to change the system host name.

  OS: Xubuntu 16.04.1 x64 and Linux Mint 18 Mate x64
  Version: systemd 229-4ubuntu11 amd64

  I also verified this by performing a fresh unmodified install of
  Xubuntu 16.04.1, and this behaviour of hostnamectl was present on the
  first boot.

  Terminal output:
  phil@Xubuntu-Development:~$ hostname
  Xubuntu-Development
  phil@Xubuntu-Development:~$ cat /etc/hostname
  Xubuntu-Development
  phil@Xubuntu-Development:~$ hostnamectl set-hostname Xubuntu-Whatever
  phil@Xubuntu-Development:~$ hostname
  Xubuntu-Whatever
  phil@Xubuntu-Development:~$ cat /etc/hostname
  Xubuntu-Whatever
  phil@Xubuntu-Development:~$ hostnamectl set-hostname Xubuntu-Development
  phil@Xubuntu-Development:~$ hostname
  Xubuntu-Development
  phil@Xubuntu-Development:~$ cat /etc/hostname
  Xubuntu-Development

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: systemd 229-4ubuntu11
  Uname: Linux 4.8.1-040801-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Thu Oct 27 10:43:20 2016
  InstallationDate: Installed on 2016-08-14 (73 days ago)
  InstallationMedia: Xubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  MachineType: Gigabyte Technology Co., Ltd. Z97X-SOC Force
  ProcEnviron:
   LANGUAGE=en_AU:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_AU.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.1-040801-generic 
root=UUID=4f82359e-10ef-4946-97b5-293bd9a560a6 ro
  SourcePackage: systemd
  SystemdDelta:
   [EXTENDED]   /lib/systemd/system/remote-fs.target → 
/etc/systemd/system/remote-fs.target.d/network.conf
   [EXTENDED]   /lib/systemd/system/rc-local.service → 
/lib/systemd/system/rc-local.service.d/debian.conf
   [EXTENDED]   /lib/systemd/system/systemd-timesyncd.service → 
/lib/systemd/system/systemd-timesyncd.service.d/disable-with-time-daemon.conf
   
   3 overridden configuration files found.
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/21/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F7
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z97X-SOC Force
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF7:bd04/21/2015:svnGigabyteTechnologyCo.,Ltd.:pnZ97X-SOCForce:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnZ97X-SOCForce:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: Z97X-SOC Force
  dmi.product.version: To be filled by O.E.M.
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.
  mtime.conffile..etc.systemd.journald.conf: 2016-08-14T12:19:20.627772
  mtime.conffile..etc.systemd.system.conf: 2016-10-03T09:44:26.561968
  mtime.conffile..etc.systemd.timesyncd.conf: 2016-10-03T07:52:10.004280

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1637030/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1632239] Re: dbus in Ubuntu has a format string vulnerability (fd.o #98157)

2016-11-17 Thread Marc Deslauriers
This was fixed by https://www.ubuntu.com/usn/usn-3116-1/
Thanks for the bug report!

** Changed in: dbus (Ubuntu)
   Status: New => Fix Released

** Information type changed from Private Security to Public Security

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

Title:
  dbus in Ubuntu has a format string vulnerability (fd.o #98157)

Status in dbus package in Ubuntu:
  Fix Released

Bug description:
  :

  """
  Bug tracked as: https://bugs.freedesktop.org/show_bug.cgi?id=98157
  Versions affected: dbus >= 1.4.0
  Mitigated in: dbus >= 1.9.10, 1.8.x >= 1.8.16, 1.6.x >= 1.6.30
  Fixed in: dbus >= 1.11.6, 1.10.x >= 1.10.12, 1.8.x >= 1.8.22
  Exploitable by: local users
  Impact: unknown, possibly arbitrary code execution
  Reporter: Simon McVittie, Collabora Ltd.

  D-Bus  is an
  asynchronous inter-process communication system, commonly used
  for system services or within a desktop session on Linux and other
  operating systems.

  A format string vulnerability in the reference bus implementation,
  dbus-daemon, could potentially allow local users to cause arbitrary
  code execution or denial of service.

  In versions of dbus-daemon that are also vulnerable to CVE-2015-0245,
  this format string vulnerability is available to all local users.
  These versions should be patched or updated immediately.
  """

  dbus in Ubuntu 12.04 LTS (precise), 14.04 LTS (trusty), 15.04 (vivid)
  appears to be vulnerable to this, because CVE-2015-0245 was never
  addressed in those suites.

  Because the patch for this bug is so simple, I would also recommend
  patching the suites that already have a fix for CVE-2015-0245, in case
  we were wrong in our assessment of the security exposure.

  In suites where you are willing to update to the current upstream
  version from the same branch, please do so (that's what I have done in
  Debian stable and unstable). For suites with tighter change-control,
  there is a one-line patch on the oss-security advisory.

  As D-Bus' de facto release manager, I aim to make stable branches
  (x.y.z where y is an even number) suitable for use by change-averse
  distributions like Debian stable. Debian 8 post-release updates
  continue to follow the latest 1.8.x release. Please inform upstream if
  there are changes going into stable branches that Ubuntu considers to
  be excessive.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dbus/+bug/1632239/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1631377] Re: package libatspi2.0-0:i386 2.10.2.is.2.10.1-0ubuntu1 failed to install/upgrade: package libatspi2.0-0:i386 is already installed and configured

2016-11-17 Thread Marc Deslauriers
*** This bug is a duplicate of bug 1635280 ***
https://bugs.launchpad.net/bugs/1635280

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 at-spi2-core in Ubuntu.
https://bugs.launchpad.net/bugs/1631377

Title:
  package libatspi2.0-0:i386 2.10.2.is.2.10.1-0ubuntu1 failed to
  install/upgrade: package libatspi2.0-0:i386 is already installed and
  configured

Status in at-spi2-core package in Ubuntu:
  New

Bug description:
  Counter strike Global Offensive Initialization bug

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: libatspi2.0-0:i386 2.10.2.is.2.10.1-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-38.57~14.04.1-generic 4.4.19
  Uname: Linux 4.4.0-38-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.21
  AptdaemonVersion: 1.1.1-1ubuntu5.2
  Architecture: amd64
  Date: Fri Oct  7 03:35:43 2016
  DuplicateSignature: 
package:libatspi2.0-0:i386:2.10.2.is.2.10.1-0ubuntu1:package libatspi2.0-0:i386 
is already installed and configured
  ErrorMessage: package libatspi2.0-0:i386 is already installed and configured
  InstallationDate: Installed on 2016-10-07 (0 days ago)
  InstallationMedia: Ubuntu 14.04.5 LTS "Trusty Tahr" - Release amd64 (20160803)
  PackageArchitecture: i386
  RelatedPackageVersions:
   dpkg 1.17.5ubuntu5.7
   apt  1.0.1ubuntu2.14
  SourcePackage: at-spi2-core
  Title: package libatspi2.0-0:i386 2.10.2.is.2.10.1-0ubuntu1 failed to 
install/upgrade: package libatspi2.0-0:i386 is already installed and configured
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/at-spi2-core/+bug/1631377/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1637601] Re: UbuntuKVM: migration using NFS mount fails #190

2016-11-17 Thread Mauricio Faria de Oliveira
Submitted patch v2 for Debian, addressing changes requested by Guido.
(but not yet the getent/adduser concern of debian bug 621833, which I decided 
to first ask him about, so not to mix the changes upfront)

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

Title:
  UbuntuKVM: migration using NFS mount fails #190

Status in base-passwd package in Ubuntu:
  Fix Released
Status in libvirt package in Ubuntu:
  Triaged

Bug description:
  <...>

  Please see comments for the problem description, and summary of
  originally bridged comments in the description.

  Sorry about the inconvenience.

  <...>

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/base-passwd/+bug/1637601/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1631377] Re: package libatspi2.0-0:i386 2.10.2.is.2.10.1-0ubuntu1 failed to install/upgrade: package libatspi2.0-0:i386 is already installed and configured

2016-11-17 Thread dino99
*** This bug is a duplicate of bug 1635280 ***
https://bugs.launchpad.net/bugs/1635280

** This bug has been marked a duplicate of bug 1635280
   [ BUG 541595 IS BACK ] package is already installed and configured

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

Title:
  package libatspi2.0-0:i386 2.10.2.is.2.10.1-0ubuntu1 failed to
  install/upgrade: package libatspi2.0-0:i386 is already installed and
  configured

Status in at-spi2-core package in Ubuntu:
  New

Bug description:
  Counter strike Global Offensive Initialization bug

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: libatspi2.0-0:i386 2.10.2.is.2.10.1-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-38.57~14.04.1-generic 4.4.19
  Uname: Linux 4.4.0-38-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.21
  AptdaemonVersion: 1.1.1-1ubuntu5.2
  Architecture: amd64
  Date: Fri Oct  7 03:35:43 2016
  DuplicateSignature: 
package:libatspi2.0-0:i386:2.10.2.is.2.10.1-0ubuntu1:package libatspi2.0-0:i386 
is already installed and configured
  ErrorMessage: package libatspi2.0-0:i386 is already installed and configured
  InstallationDate: Installed on 2016-10-07 (0 days ago)
  InstallationMedia: Ubuntu 14.04.5 LTS "Trusty Tahr" - Release amd64 (20160803)
  PackageArchitecture: i386
  RelatedPackageVersions:
   dpkg 1.17.5ubuntu5.7
   apt  1.0.1ubuntu2.14
  SourcePackage: at-spi2-core
  Title: package libatspi2.0-0:i386 2.10.2.is.2.10.1-0ubuntu1 failed to 
install/upgrade: package libatspi2.0-0:i386 is already installed and configured
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/at-spi2-core/+bug/1631377/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1638695] Re: Python 2.7.12 performance regression

2016-11-17 Thread Jorge Niedbalski
Hello,

I am in the process of verifying this performance regression on a 16.04
Xenial machine using the kernel Linux-4.4.0-38.

I ran a locally compiled python 2.7.12 version built with different
versions of GCC, 5.3.1 (current) and 4.8.0 both coming from the Ubuntu
archives.

The benchmark suite I am using is the pyperformance suite
(https://github.com/python/performance), I am running the full test
suite, using the following command:

$ pyperformance run --python=python2 -o xxx.json

According to the latest test run i did using Python 2.7.12/GCC 4.8
(using GCC 5.3.1 as the baseline), 50% of the tests (32/64) have a
significant variance in performance from which 19/32 are slower (in
times ranging from 5-15%).

Just for information, I am comparing results using the following
command:

$ pyperformance compare python-2.7.12-gcc-5.3.1.json
python-2.7.12-gcc-4.8.0.json

I am attaching here the current comparison results for analysis.


** Attachment added: "comparison-gcc-5.3.1-gcc-4.8.json"
   
https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/1638695/+attachment/4778622/+files/comparison-gcc-5.3.1-gcc-4.8.json

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

Title:
  Python 2.7.12 performance regression

Status in python2.7 package in Ubuntu:
  Confirmed

Bug description:
  I work on the OpenStack-Ansible project and we've noticed that testing
  jobs on 16.04 take quite a bit longer to complete than on 14.04.  They
  complete within an hour on 14.04 but they normally take 90 minutes or
  more on 16.04.  We use the same version of Ansible with both versions
  of Ubuntu.

  After more digging, I tested python performance (using the
  'performance' module) on 14.04 (2.7.6) and on 16.04 (2.7.12).  There
  is a significant performance difference between each version of
  python.  That is detailed in a spreadsheet[0].

  I began using perf to dig into the differences when running the python
  performance module and when using Ansible playbooks.  CPU migrations
  (as measured by perf) are doubled in Ubuntu 16.04 when running the
  same python workloads.

  I tried changing some of the kerne.sched sysctl configurables but they
  had very little effect on the results.

  I compiled python 2.7.12 from source on 14.04 and found the
  performance to be unchanged there.  I'm not entirely sure where the
  problem might be now.

  We also have a bug open in OpenStack-Ansible[1] that provides
  additional detail. Thanks in advance for any help you can provide!

  [0] 
https://docs.google.com/spreadsheets/d/18MmptS_DAd1YP3OhHWQqLYVA9spC3xLt4PS3STI6tds/edit?usp=sharing
  [1] https://bugs.launchpad.net/openstack-ansible/+bug/1637494

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/1638695/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1629009] Re: Does not work inside a snap due to hardcoded paths

2016-11-17 Thread Renato Araujo Oliveira Filho
** Branch linked: lp:~renatofilho/dialer-app/fix-snap-path

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

Title:
  Does not work inside a snap due to hardcoded paths

Status in Ubuntu File Manager App:
  Fix Released
Status in address-book-app package in Ubuntu:
  Confirmed
Status in address-book-service package in Ubuntu:
  New
Status in dialer-app package in Ubuntu:
  In Progress
Status in history-service package in Ubuntu:
  In Progress
Status in indicator-bluetooth package in Ubuntu:
  New
Status in indicator-display package in Ubuntu:
  New
Status in indicator-keyboard package in Ubuntu:
  New
Status in indicator-location package in Ubuntu:
  New
Status in indicator-messages package in Ubuntu:
  New
Status in indicator-network package in Ubuntu:
  New
Status in indicator-power package in Ubuntu:
  New
Status in indicator-session package in Ubuntu:
  New
Status in indicator-sound package in Ubuntu:
  New
Status in indicator-transfer package in Ubuntu:
  New
Status in mediascanner2 package in Ubuntu:
  New
Status in messaging-app package in Ubuntu:
  In Progress
Status in pay-service package in Ubuntu:
  New
Status in policykit-unity8 package in Ubuntu:
  Fix Released
Status in sync-monitor package in Ubuntu:
  New
Status in telephony-service package in Ubuntu:
  New
Status in ubuntu-keyboard package in Ubuntu:
  Fix Released
Status in ubuntu-system-settings package in Ubuntu:
  Fix Released
Status in ubuntu-terminal-app package in Ubuntu:
  Fix Released
Status in ubuntu-touch-session package in Ubuntu:
  New
Status in unity-scope-scopes package in Ubuntu:
  New
Status in unity-scopes-api package in Ubuntu:
  In Progress
Status in unity-scopes-shell package in Ubuntu:
  Fix Released
Status in unity8 package in Ubuntu:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  Fix Released

Bug description:
  Some apps can't find their main qml file.  Error messages like:

  "file:///build/messaging-app-gcXPE6/messaging-
  app-0.1+16.04.20160831/src/qml/messaging-app.qml: File not found"

  (in my case, the file was in /snap/unity8-session/x24/usr/share
  /messaging-app/messaging-app.qml)

  Seems due to code like the following in config.h.in.  Probably needs
  to consider the value of $SNAP or just be a little more forgiving.

  inline bool isRunningInstalled() {
  static bool installed = (QCoreApplication::applicationDirPath() ==
   
QDir(("@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_BINDIR@")).canonicalPath());
  return installed;
  }

  inline QString messagingAppDirectory() {
  if (isRunningInstalled()) {
  return QString("@CMAKE_INSTALL_PREFIX@/@MESSAGING_APP_DIR@/");
  } else {
  return QString("@CMAKE_SOURCE_DIR@/src/qml/");
  }
  }

  inline QString ubuntuPhonePluginPath() {
  if (isRunningInstalled()) {
  return QString::null;
  } else {
  return QString("@CMAKE_SOURCE_DIR@/");
  }
  }

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-filemanager-app/+bug/1629009/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1642593] Re: [rc krillin#69] dialer crashes on close

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

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

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

Title:
  [rc krillin#69] dialer crashes on close

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

Bug description:
  current build number: 69
  device name: krillin
  channel: ubuntu-touch/rc/bq-aquaris.en

  
  Test Case
  1. Launch the dialler
  2. Wait until the UI is fully rendered and close the app from the spread

  Actual result
  It crashes

  Expected result
  It doesn't crash

  https://errors.ubuntu.com/oops/105e7a5a-acc8-11e6-8fd9-fa163ebeb28a
  https://errors.ubuntu.com/oops/d9ebfd8c-acca-11e6-9b33-fa163eec78fa
  https://errors.ubuntu.com/oops/76148854-acc7-11e6-92df-fa163eec78fa

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1642593/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1642593] [NEW] [rc krillin#69] dialer crashes on close

2016-11-17 Thread Jean-Baptiste Lallement
Public bug reported:

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


Test Case
1. Launch the dialler
2. Wait until the UI is fully rendered and close the app from the spread

Actual result
It crashes

Expected result
It doesn't crash

https://errors.ubuntu.com/oops/105e7a5a-acc8-11e6-8fd9-fa163ebeb28a
https://errors.ubuntu.com/oops/d9ebfd8c-acca-11e6-9b33-fa163eec78fa
https://errors.ubuntu.com/oops/76148854-acc7-11e6-92df-fa163eec78fa

** Affects: canonical-devices-system-image
 Importance: Critical
 Status: New

** Affects: dialer-app (Ubuntu)
 Importance: Undecided
 Status: Confirmed

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

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

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

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

Title:
  [rc krillin#69] dialer crashes on close

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

Bug description:
  current build number: 69
  device name: krillin
  channel: ubuntu-touch/rc/bq-aquaris.en

  
  Test Case
  1. Launch the dialler
  2. Wait until the UI is fully rendered and close the app from the spread

  Actual result
  It crashes

  Expected result
  It doesn't crash

  https://errors.ubuntu.com/oops/105e7a5a-acc8-11e6-8fd9-fa163ebeb28a
  https://errors.ubuntu.com/oops/d9ebfd8c-acca-11e6-9b33-fa163eec78fa
  https://errors.ubuntu.com/oops/76148854-acc7-11e6-92df-fa163eec78fa

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1642593/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1617348] Re: unity shell is crashing for apps without icon

2016-11-17 Thread Michael Zanetti
** Changed in: unity8 (Ubuntu)
   Status: Incomplete => Invalid

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

Title:
  unity shell is crashing for apps without icon

Status in Canonical System Image:
  Fix Committed
Status in ubuntu-app-launch package in Ubuntu:
  Fix Released
Status in unity8 package in Ubuntu:
  Invalid

Bug description:
  Trying to launch a app from terminal that does not contains a "Icon"
  etry on it desktop file causes the shell to crash.

  How to test
  ===

  * Create a desktop entry without the icon entry (something like that):
  [Desktop Entry]
  Name=Sync Monitor
  Comment=Ask for online account authentication if the token expires
  Exec=/usr/lib/arm-linux-gnueabihf/sync-monitor/sync-monitor-helper %u
  Terminal=false
  Type=Application
  Version=1.0
  X-Ubuntu-Gettext-Domain=sync-monitor

  * try to launch it from terminal or url launch:
  /usr/lib/arm-linux-gnueabihf/sync-monitor/sync-monitor-helper 
--desktop-file-hint=/usr/share/applications/sync-monitor-helper.desktop

  
  Expected
  

  App appears

  Current
  ===

  Shell crashes and go back to login screen.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1617348/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1350425] Re: Ubuntu 14.04 ACR38 card reader. Says "card is not found" in java applet

2016-11-17 Thread veeru
Hi Ludovic,
  I got an error on gscriptor called "Error not defined by ISO 
7816"?
what it means?.and in ubuntu 16.10 after running ATR_analysis command got 
an error is

"Can't locate Chipcard/PCSC.pm in @INC (you may need to install the 
Chipcard::PCSC module) (@INC contains: 
/usr/local/lib/perl5/site_perl/5.24.0/i686-linux 
/usr/local/lib/perl5/site_perl/5.24.0 /usr/local/lib/perl5/5.24.0/i686-linux 
/usr/local/lib/perl5/5.24.0 .) at /usr/bin/scriptor line 22.
BEGIN failed--compilation aborted at /usr/bin/scriptor line 22".

Best regards
Veer

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

Title:
  Ubuntu 14.04 ACR38 card reader. Says "card is not found" in java
  applet

Status in pcsc-lite package in Ubuntu:
  Invalid

Bug description:
  ACR38 card reader is not working. Assume that I have wrong driver
  installed.

  tm@Compaq-HP-6510b:~$ lsb_release -rd
  Description:  Ubuntu 14.04.1 LTS
  Release:  14.04

  tm@Compaq-HP-6510b:~$ java -version
  java version "1.8.0_11"
  Java(TM) SE Runtime Environment (build 1.8.0_11-b12)
  Java HotSpot(TM) 64-Bit Server VM (build 25.11-b03, mixed mode)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pcsc-lite/+bug/1350425/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1642600] Re: PC freeze when turning off screen

2016-11-17 Thread Thomas A. F. Thorne
I probably should have put that I have not seen the issue since setting
the turn off screen option to never.  It has only been a couple of hours
since I did that but it is better than before when it would fail within
the ~30 minutes that setting was at before.

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

Title:
  PC freeze when turning off screen

Status in xorg package in Ubuntu:
  New

Bug description:
  I have an ubuntu 16.04 PC which was recently upgraded from
  10.something to 12.04 and then to 16.04 (I think that is how it went,
  it was a two day thing with me checking on it now and again to say
  yes.  Now that it is running on 16.04 I have noticed that when I left
  the PC for a while it locked up.  The display was off, the power light
  on the tower solidly on and the keyboard unresponsive.  The Num Lock
  light was lit but would not respond to key presses, nor would the Caps
  Lock or Scroll Lock lights.  No key presses or short press of a power
  light would change the system state.  The only thing I could do while
  sat at the PC was hold the power button in to force a power off.

  When the PC was powered back on everything seemed to be OK.

  I thought it might be a problem with suspending the PC.  I was able to
  do that manually though.  The display went off, the tower fans went
  quiet and the power light started to blink.  Pressing keyboard keys
  did nothing but a short press of the power button brought the system
  back online.  The only problem being that the Wi-Fi was lost until I
  restarted the system, not ideal but better than frozen.

  I attempted to disable the automatic suspend option from the Settings
  menu but the system still ended up in the frozen state.  Next to
  completely disable suspend by creating a
  /etc/polkit-1/localauthority/50-local.d/com.ubuntu.disable-
  suspend.pkla file as suggested at
  http://askubuntu.com/questions/452908/how-to-disable-suspend-in-14-04
  but the system still ended up frozen.

  That leaves me to think it was the act of going into the Monitor
  Disabled state which caused the issue.  So I started to report an
  ubuntu-bug and here I am typing out this description of what I
  remember doing.

  $ lsb_release -rd
  Description:  Ubuntu 16.04.1 LTS
  Release:  16.04

  Memory 2.0 GiB
  Processor Intel Core 2 Duo CPU E4400 @ 2.00 GHz x 2
  Graphics Gallium 0.4 on ATI RV515
  OS type 64-bit
  Disk 96.6 GB

  If there are any further diagnostic steps I can take please let me
  know.  This is a personal machine so I can do most things to it.  I am
  a c/c++ software engineer by trade so although I am not great with the
  GNU Debugger I can do most things with a bit of instruction.  I do not
  do much Ubuntu or Kernel work so links to getting started guides for
  how to do anything more specific that git clone or make would be
  appreciated.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-47.68-generic 4.4.24
  Uname: Linux 4.4.0-47-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.1-0ubuntu2.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
  CurrentDesktop: Unity
  Date: Thu Nov 17 13:29:59 2016
  DistUpgraded: 2016-11-16 07:49:36,758 DEBUG Running PostInstallScript: 
'./xorg_fix_proprietary.py'
  DistroCodename: xenial
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GpuHangFrequency: Several times a day
  GpuHangReproducibility: Occurs more often under certain circumstances
  GpuHangStarted: Immediately after installing this version of Ubuntu
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] RV516 [Radeon X1300/X1550 Series] 
[1002:7183] (prog-if 00 [VGA controller])
 Subsystem: Dell RV516 [Radeon X1300/X1550 Series] [1028:0d02]
 Subsystem: Dell RV516 [Radeon X1300/X1550 Series] (Secondary) [1028:0d03]
  InstallationDate: Installed on 2014-02-03 (1017 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  LightdmGreeterLogOld:
   (lightdm-gtk-greeter:1176): GLib-CRITICAL **: g_shell_parse_argv: assertion 
'command_line != NULL' failed
   
   ** (lightdm-gtk-greeter:1176): WARNING **: Failed to open sessions 
directory: Error opening directory '/usr/share/lightdm/sessions': No such file 
or directory
   
   ** (lightdm-gtk-greeter:1176): WARNING **: Failed to load user image: Failed 
to open file '/home/thomas/.face': No such file or directory
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-47-generic 
root=UUID=ce39165f-49f5-4875-a74e-2be810fd63c9 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: Upgraded 

[Touch-packages] [Bug 1642600] [NEW] PC freeze when turning off screen

2016-11-17 Thread Thomas A. F. Thorne
Public bug reported:

I have an ubuntu 16.04 PC which was recently upgraded from 10.something
to 12.04 and then to 16.04 (I think that is how it went, it was a two
day thing with me checking on it now and again to say yes.  Now that it
is running on 16.04 I have noticed that when I left the PC for a while
it locked up.  The display was off, the power light on the tower solidly
on and the keyboard unresponsive.  The Num Lock light was lit but would
not respond to key presses, nor would the Caps Lock or Scroll Lock
lights.  No key presses or short press of a power light would change the
system state.  The only thing I could do while sat at the PC was hold
the power button in to force a power off.

When the PC was powered back on everything seemed to be OK.

I thought it might be a problem with suspending the PC.  I was able to
do that manually though.  The display went off, the tower fans went
quiet and the power light started to blink.  Pressing keyboard keys did
nothing but a short press of the power button brought the system back
online.  The only problem being that the Wi-Fi was lost until I
restarted the system, not ideal but better than frozen.

I attempted to disable the automatic suspend option from the Settings
menu but the system still ended up in the frozen state.  Next to
completely disable suspend by creating a
/etc/polkit-1/localauthority/50-local.d/com.ubuntu.disable-suspend.pkla
file as suggested at http://askubuntu.com/questions/452908/how-to-
disable-suspend-in-14-04 but the system still ended up frozen.

That leaves me to think it was the act of going into the Monitor
Disabled state which caused the issue.  So I started to report an
ubuntu-bug and here I am typing out this description of what I remember
doing.

$ lsb_release -rd
Description:Ubuntu 16.04.1 LTS
Release:16.04

Memory 2.0 GiB
Processor Intel Core 2 Duo CPU E4400 @ 2.00 GHz x 2
Graphics Gallium 0.4 on ATI RV515
OS type 64-bit
Disk 96.6 GB

If there are any further diagnostic steps I can take please let me know.
This is a personal machine so I can do most things to it.  I am a c/c++
software engineer by trade so although I am not great with the GNU
Debugger I can do most things with a bit of instruction.  I do not do
much Ubuntu or Kernel work so links to getting started guides for how to
do anything more specific that git clone or make would be appreciated.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xorg 1:7.7+13ubuntu3
ProcVersionSignature: Ubuntu 4.4.0-47.68-generic 4.4.24
Uname: Linux 4.4.0-47-generic x86_64
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.1-0ubuntu2.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
CurrentDesktop: Unity
Date: Thu Nov 17 13:29:59 2016
DistUpgraded: 2016-11-16 07:49:36,758 DEBUG Running PostInstallScript: 
'./xorg_fix_proprietary.py'
DistroCodename: xenial
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes
GpuHangFrequency: Several times a day
GpuHangReproducibility: Occurs more often under certain circumstances
GpuHangStarted: Immediately after installing this version of Ubuntu
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] RV516 [Radeon X1300/X1550 Series] 
[1002:7183] (prog-if 00 [VGA controller])
   Subsystem: Dell RV516 [Radeon X1300/X1550 Series] [1028:0d02]
   Subsystem: Dell RV516 [Radeon X1300/X1550 Series] (Secondary) [1028:0d03]
InstallationDate: Installed on 2014-02-03 (1017 days ago)
InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016.1)
LightdmGreeterLogOld:
 (lightdm-gtk-greeter:1176): GLib-CRITICAL **: g_shell_parse_argv: assertion 
'command_line != NULL' failed
 
 ** (lightdm-gtk-greeter:1176): WARNING **: Failed to open sessions directory: 
Error opening directory '/usr/share/lightdm/sessions': No such file or directory
 
 ** (lightdm-gtk-greeter:1176): WARNING **: Failed to load user image: Failed 
to open file '/home/thomas/.face': No such file or directory
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-47-generic 
root=UUID=ce39165f-49f5-4875-a74e-2be810fd63c9 ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
Title: Xorg freeze
UpgradeStatus: Upgraded to xenial on 2016-11-16 (1 days ago)
dmi.bios.date: 06/23/2008
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 1.0.15
dmi.board.name: 0CU409
dmi.board.vendor: Dell Inc.
dmi.chassis.type: 3
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: OEM
dmi.modalias: 
dmi:bvnDellInc.:bvr1.0.15:bd06/23/2008:svnDellInc.:pnVostro200:pvr:rvnDellInc.:rn0CU409:rvr:cvnDellInc.:ct3:cvrOEM:
dmi.product.name: Vostro 200
dmi.sys.vendor: Dell Inc.
version.compiz: compiz 1:0.9.12.2+16.04.20160823-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.2
version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2.2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-ex

[Touch-packages] [Bug 1639920] Re: NVMe detection failed during bootup

2016-11-17 Thread Leann Ogasawara
** Package changed: apport (Ubuntu) => linux (Ubuntu)

** Changed in: linux (Ubuntu)
   Importance: Undecided => High

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

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

Title:
  NVMe detection failed during bootup

Status in linux package in Ubuntu:
  Triaged

Bug description:
  I've been running an on-off test on a couple of Power8 systems and
  have been getting a failure of detection on the NVMe drives on Ubuntu
  16.04.1 only.  I've ran the same test on RHEL 7.2 and have not
  encountered this proble. Once the problem occurs the OS will stop to
  boot up and a message appears:

  Welcome to emergency mode! After logging in, type "journalctl -xb" to view 
system logs, "systemctl reboot" to reboot, "systemctl default" or ^D to try 
again to boot into default mode.
  Give root password for maintenance (or press Control-D to continue):

  ProblemType: Crash
  DistroRelease: Ubuntu 16.04
  Package: apport 2.20.1-0ubuntu2.1
  ProcVersionSignature: Ubuntu 4.4.0-45.66-generic 4.4.21
  Uname: Linux 4.4.0-45-generic ppc64le
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: ppc64el
  CrashReports:
   640:0:116:12295:2016-11-07 11:11:27.995107650 -0800:2016-11-07 
11:31:31.733627559 -0800:/var/crash/_usr_bin_apport-bug.0.crash
   644:0:116:0:2016-11-07 11:11:28.931104586 -0800:2016-11-07 
11:11:28.931104586 -0800:/var/crash/_usr_bin_apport-cli.0.None.hanging
  Date: Mon Nov  7 11:11:28 2016
  ExecutablePath: /usr/bin/apport-bug
  InstallationDate: Installed on 2016-11-05 (2 days ago)
  InstallationMedia: Ubuntu-Server 16.04.1 LTS "Xenial Xerus" - Release ppc64el 
(20160719)
  InterpreterPath: /usr/bin/python3.5
  PackageArchitecture: all
  ProcCmdline: /usr/bin/python3 /usr/bin/apport-cli --hanging
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcLoadAvg: 0.30 0.41 0.19 1/1132 2428
  ProcLocks:
   
  ProcSwaps:
   Filename TypeSizeUsedPriority
   /dev/sda3   partition157914048   0   
-1
  ProcVersion: Linux version 4.4.0-45-generic (buildd@bos01-ppc64el-030) (gcc 
version 5.4.0 20160609 (Ubuntu/IBM 5.4.0-6ubuntu1~16.04.2) ) #66-Ubuntu SMP Wed 
Oct 19 14:13:11 UTC 2016
  PythonArgs: ['/usr/bin/ubuntu-bug', '--hanging']
  SourcePackage: apport
  Title: apport-bug crashed with TypeError in run_hang(): int() argument must 
be a string, a bytes-like object or a number, not 'NoneType'
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  cpu_cores: Number of cores present = 20
  cpu_coreson: Number of cores online = 20
  cpu_smt: SMT=8
  mtime.conffile..etc.apport.crashdb.conf: 2016-11-07T10:38:18.528739

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1639920/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1642605] [NEW] maliit-framework segmentation fault with Qt 5.7.1

2016-11-17 Thread Timo Jyrinki
Public bug reported:

It seems there is a segmentation fault with Qt 5.7.1 with maliit-
framework as shown at https://launchpadlibrarian.net/293811765
/buildlog_ubuntu-zesty-amd64.maliit-framework_0.99.1+git20151118
+62bd54b-0ubuntu13~1_BUILDING.txt.gz

--
TESTING_IN_SANDBOX=1 TESTPLUGIN_PATH=../plugins 
TESTDATA_PATH=/<>/maliit-framework-0.99.1+git20151118+62bd54b/tests 
LD_LIBRARY_PATH=../../lib:../../lib/plugins:../plugins: ./ut_mimsettings
* Start testing of Ut_MImSettings *
Config: Using QtTest library 5.7.1, Qt 5.7.1 (x86_64-little_endian-lp64 shared 
(dynamic) release build; by GCC 6.2.0 20161109)
PASS   : Ut_MImSettings::initTestCase()
PASS   : Ut_MImSettings::testValue()
PASS   : Ut_MImSettings::testModifyValue()
PASS   : Ut_MImSettings::testUnsetValue()
PASS   : Ut_MImSettings::testModifyValueNotification()
PASS   : Ut_MImSettings::testListDirs()
PASS   : Ut_MImSettings::testListEntries()
PASS   : Ut_MImSettings::cleanupTestCase()
Totals: 8 passed, 0 failed, 0 skipped, 0 blacklisted, 44ms
* Finished testing of Ut_MImSettings *
Segmentation fault (core dumped)
Makefile:336: recipe for target 'check' failed
make[4]: *** [check] Error 139
--

More information about Qt 5.7.1 at
https://wiki.ubuntu.com/Touch/QtTesting

** Affects: maliit-framework (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: qt5.7

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

Title:
  maliit-framework segmentation fault with Qt 5.7.1

Status in maliit-framework package in Ubuntu:
  New

Bug description:
  It seems there is a segmentation fault with Qt 5.7.1 with maliit-
  framework as shown at https://launchpadlibrarian.net/293811765
  /buildlog_ubuntu-zesty-amd64.maliit-framework_0.99.1+git20151118
  +62bd54b-0ubuntu13~1_BUILDING.txt.gz

  --
  TESTING_IN_SANDBOX=1 TESTPLUGIN_PATH=../plugins 
TESTDATA_PATH=/<>/maliit-framework-0.99.1+git20151118+62bd54b/tests 
LD_LIBRARY_PATH=../../lib:../../lib/plugins:../plugins: ./ut_mimsettings
  * Start testing of Ut_MImSettings *
  Config: Using QtTest library 5.7.1, Qt 5.7.1 (x86_64-little_endian-lp64 
shared (dynamic) release build; by GCC 6.2.0 20161109)
  PASS   : Ut_MImSettings::initTestCase()
  PASS   : Ut_MImSettings::testValue()
  PASS   : Ut_MImSettings::testModifyValue()
  PASS   : Ut_MImSettings::testUnsetValue()
  PASS   : Ut_MImSettings::testModifyValueNotification()
  PASS   : Ut_MImSettings::testListDirs()
  PASS   : Ut_MImSettings::testListEntries()
  PASS   : Ut_MImSettings::cleanupTestCase()
  Totals: 8 passed, 0 failed, 0 skipped, 0 blacklisted, 44ms
  * Finished testing of Ut_MImSettings *
  Segmentation fault (core dumped)
  Makefile:336: recipe for target 'check' failed
  make[4]: *** [check] Error 139
  --

  More information about Qt 5.7.1 at
  https://wiki.ubuntu.com/Touch/QtTesting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maliit-framework/+bug/1642605/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1585863] Re: WiFi malfunction after suspend & resume stress - sudo wpa_cli scan required to fix it.

2016-11-17 Thread Hans Deragon
This serious issue is dragging to long.  People want computers that
"just work".  If pinpointing the source of the problem is difficult and
few resources are available, why not package a workaround that restarts
NetworkManager upon resume?

Attached is my workaround.  Works nicely.  Finally, I have a computer
that "just works" and it's not a Mac (well, I have other issues but this
one is solved).

Simple move the script under /lib/systemd/system-sleep and ensure it is
executable.

** Attachment added: "Workaround that restarts the NetworkManager upon resume."
   
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1585863/+attachment/4778652/+files/NetworkManagerRestartWorkaroundForBug1380480.sh

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

Title:
  WiFi malfunction after suspend & resume stress - sudo wpa_cli scan
  required to fix it.

Status in NetworkManager:
  New
Status in OEM Priority Project:
  New
Status in OEM Priority Project xenial series:
  New
Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  Description:Ubuntu Yakkety Yak (development branch)
  Release:16.10
  Packages:
  libnm-glib-vpn1:amd64   1.2.2-0ubuntu2
  libnm-glib4:amd64   1.2.2-0ubuntu2
  libnm-util2:amd64   1.2.2-0ubuntu2
  libnm0:amd641.2.2-0ubuntu2
  network-manager 1.2.2-0ubuntu2

  Reproduce steps:
  1. Install fwts by `sudo apt-get install fwts`.
  2. Run the suspend & resume stress test.
  sudo fwts s3 --s3-multiple=30 --s3-min-delay=5 --s3-max-delay=5 
--s3-delay-delta=5

  Expected result:
  The WiFi still functioned.

  Actual result:
  The WiFi can not connect to any access point and we have to execute `sudo 
wpa_cli scan` manually to make it work again.

  P.S. Ubuntu 16.04 also has the same issue.

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/1585863/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1624251] Re: gsettings-qt fails a test on Qt 5.7

2016-11-17 Thread Timo Jyrinki
Still fails with Qt 5.7.1, testable from the PPA.

** Summary changed:

- gsettings-qt fails a test on Qt 5.7
+ gsettings-qt fails a test on Qt 5.7.1

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

Title:
  gsettings-qt fails a test on Qt 5.7.1

Status in gsettings-qt package in Ubuntu:
  New

Bug description:
  --
  FAIL!  : GSettings::test_reset() property count
 Actual   (): 0
 Expected (): 1
 Loc: 
[/«BUILDDIR»/gsettings-qt-0.1+16.04.20160329/tests/tst_GSettings.qml(102)]

  (process:7207): GLib-GIO-WARNING **: g_settings_set_value: value for key 
'test-enum' in schema 'com.canonical.gsettings.Test' is outside of valid range
  --

  (https://launchpadlibrarian.net/284597323/buildlog_ubuntu-yakkety-
  amd64.gsettings-qt_0.1+16.04.20160329-0ubuntu2~5_BUILDING.txt.gz)

  More information about Qt 5.7 at
  https://wiki.ubuntu.com/Touch/QtTesting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gsettings-qt/+bug/1624251/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1542029] Re: New windows have incorrect dimensions on launch (not the dimensions the app specifies)

2016-11-17 Thread Alan Griffiths
Can we have a specific example of the bug?

The size of the window requested is a hint to the window manager, not a
requirement. The requested size may legitimately be overridden (e.g. for
layout reasons).

I.e. There is no guarantee that size created matches the requested size.

** Changed in: miral (Ubuntu)
   Status: New => Incomplete

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

Title:
  New windows have incorrect dimensions on launch (not the dimensions
  the app specifies)

Status in Canonical System Image:
  Confirmed
Status in Canonical Pocket Desktop:
  New
Status in Ubuntu UX:
  Invalid
Status in miral package in Ubuntu:
  Incomplete
Status in puritine package in Ubuntu:
  Invalid
Status in qtmir package in Ubuntu:
  New
Status in unity8 package in Ubuntu:
  Confirmed

Bug description:
  currently, the shell is picking some random window size.
  They are about to change it to be close to what is on the phone - as this 
will match most apps.
  however the Xapps should have something "larger"

  shell is landing the ability to communicate to it, the desire default
  first launch window size

  it would also be good to have design input on this selection

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1542029/+subscriptions

-- 
Mailing list: https://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 1585863] Re: WiFi malfunction after suspend & resume stress - sudo wpa_cli scan required to fix it.

2016-11-17 Thread auspex
We used to have this. I'm sure, a decade ago, I could actually tell
whatever was managing the hibernate/suspend, in the gui, to remove certain
kernel modules on suspend and load them on resume. Now we're right back to
needing it.

derek

On Thu, Nov 17, 2016 at 1:59 PM, Hans Deragon  wrote:

> This serious issue is dragging to long.  People want computers that
> "just work".  If pinpointing the source of the problem is difficult and
> few resources are available, why not package a workaround that restarts
> NetworkManager upon resume?
>
> Attached is my workaround.  Works nicely.  Finally, I have a computer
> that "just works" and it's not a Mac (well, I have other issues but this
> one is solved).
>
> Simple move the script under /lib/systemd/system-sleep and ensure it is
> executable.
>
> ** Attachment added: "Workaround that restarts the NetworkManager upon
> resume."
>https://bugs.launchpad.net/ubuntu/+source/network-
> manager/+bug/1585863/+attachment/4778652/+files/
> NetworkManagerRestartWorkaroundForBug1380480.sh
>
> --
> You received this bug notification because you are subscribed to a
> duplicate bug report (1448555).
> https://bugs.launchpad.net/bugs/1585863
>
> Title:
>   WiFi malfunction after suspend & resume stress - sudo wpa_cli scan
>   required to fix it.
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/network-manager/+bug/1585863/+subscriptions
>

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

Title:
  WiFi malfunction after suspend & resume stress - sudo wpa_cli scan
  required to fix it.

Status in NetworkManager:
  New
Status in OEM Priority Project:
  New
Status in OEM Priority Project xenial series:
  New
Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  Description:Ubuntu Yakkety Yak (development branch)
  Release:16.10
  Packages:
  libnm-glib-vpn1:amd64   1.2.2-0ubuntu2
  libnm-glib4:amd64   1.2.2-0ubuntu2
  libnm-util2:amd64   1.2.2-0ubuntu2
  libnm0:amd641.2.2-0ubuntu2
  network-manager 1.2.2-0ubuntu2

  Reproduce steps:
  1. Install fwts by `sudo apt-get install fwts`.
  2. Run the suspend & resume stress test.
  sudo fwts s3 --s3-multiple=30 --s3-min-delay=5 --s3-max-delay=5 
--s3-delay-delta=5

  Expected result:
  The WiFi still functioned.

  Actual result:
  The WiFi can not connect to any access point and we have to execute `sudo 
wpa_cli scan` manually to make it work again.

  P.S. Ubuntu 16.04 also has the same issue.

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/1585863/+subscriptions

-- 
Mailing list: https://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 1585863] Re: WiFi malfunction after suspend & resume stress - sudo wpa_cli scan required to fix it.

2016-11-17 Thread auspex
btw, merely restarting Network Manager never worked for me. I have to
remove iwlwifi and reload it.

derek

On Thu, Nov 17, 2016 at 2:18 PM, Derek Broughton 
wrote:

> We used to have this. I'm sure, a decade ago, I could actually tell
> whatever was managing the hibernate/suspend, in the gui, to remove certain
> kernel modules on suspend and load them on resume. Now we're right back to
> needing it.
>
> derek
>
> On Thu, Nov 17, 2016 at 1:59 PM, Hans Deragon  wrote:
>
>> This serious issue is dragging to long.  People want computers that
>> "just work".  If pinpointing the source of the problem is difficult and
>> few resources are available, why not package a workaround that restarts
>> NetworkManager upon resume?
>>
>> Attached is my workaround.  Works nicely.  Finally, I have a computer
>> that "just works" and it's not a Mac (well, I have other issues but this
>> one is solved).
>>
>> Simple move the script under /lib/systemd/system-sleep and ensure it is
>> executable.
>>
>> ** Attachment added: "Workaround that restarts the NetworkManager upon
>> resume."
>>https://bugs.launchpad.net/ubuntu/+source/network-manager/+
>> bug/1585863/+attachment/4778652/+files/NetworkManagerR
>> estartWorkaroundForBug1380480.sh
>>
>> --
>> You received this bug notification because you are subscribed to a
>> duplicate bug report (1448555).
>> https://bugs.launchpad.net/bugs/1585863
>>
>> Title:
>>   WiFi malfunction after suspend & resume stress - sudo wpa_cli scan
>>   required to fix it.
>>
>> To manage notifications about this bug go to:
>> https://bugs.launchpad.net/network-manager/+bug/1585863/+subscriptions
>>
>
>

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

Title:
  WiFi malfunction after suspend & resume stress - sudo wpa_cli scan
  required to fix it.

Status in NetworkManager:
  New
Status in OEM Priority Project:
  New
Status in OEM Priority Project xenial series:
  New
Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  Description:Ubuntu Yakkety Yak (development branch)
  Release:16.10
  Packages:
  libnm-glib-vpn1:amd64   1.2.2-0ubuntu2
  libnm-glib4:amd64   1.2.2-0ubuntu2
  libnm-util2:amd64   1.2.2-0ubuntu2
  libnm0:amd641.2.2-0ubuntu2
  network-manager 1.2.2-0ubuntu2

  Reproduce steps:
  1. Install fwts by `sudo apt-get install fwts`.
  2. Run the suspend & resume stress test.
  sudo fwts s3 --s3-multiple=30 --s3-min-delay=5 --s3-max-delay=5 
--s3-delay-delta=5

  Expected result:
  The WiFi still functioned.

  Actual result:
  The WiFi can not connect to any access point and we have to execute `sudo 
wpa_cli scan` manually to make it work again.

  P.S. Ubuntu 16.04 also has the same issue.

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/1585863/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1642617] [NEW] UITK FTBFS on Qt 5.7.1

2016-11-17 Thread Timo Jyrinki
Public bug reported:

https://launchpadlibrarian.net/293820525/buildlog_ubuntu-zesty-amd64.ubuntu-ui-toolkit_1.3.2141+16.10.20161013.5build1~1_BUILDING.txt.gz
---
cc1plus: all warnings being treated as errors
Makefile:1005: recipe for target '.obj/header_ubuntutoolkitmodule.o' failed
make[3]: *** [.obj/header_ubuntutoolkitmodule.o] Error 1
---

https://wiki.ubuntu.com/Touch/QtTesting

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: qt5.7

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

Title:
  UITK FTBFS on Qt 5.7.1

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

Bug description:
  
https://launchpadlibrarian.net/293820525/buildlog_ubuntu-zesty-amd64.ubuntu-ui-toolkit_1.3.2141+16.10.20161013.5build1~1_BUILDING.txt.gz
  ---
  cc1plus: all warnings being treated as errors
  Makefile:1005: recipe for target '.obj/header_ubuntutoolkitmodule.o' failed
  make[3]: *** [.obj/header_ubuntutoolkitmodule.o] Error 1
  ---

  https://wiki.ubuntu.com/Touch/QtTesting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1642617/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1642617] Re: UITK FTBFS on Qt 5.7.1

2016-11-17 Thread Timo Jyrinki
** Branch linked: lp:~timo-jyrinki/ubuntu-ui-
toolkit/uitk_fix_qt571_ftbfs

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

Title:
  UITK FTBFS on Qt 5.7.1

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

Bug description:
  
https://launchpadlibrarian.net/293820525/buildlog_ubuntu-zesty-amd64.ubuntu-ui-toolkit_1.3.2141+16.10.20161013.5build1~1_BUILDING.txt.gz
  ---
  cc1plus: all warnings being treated as errors
  Makefile:1005: recipe for target '.obj/header_ubuntutoolkitmodule.o' failed
  make[3]: *** [.obj/header_ubuntutoolkitmodule.o] Error 1
  ---

  https://wiki.ubuntu.com/Touch/QtTesting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1642617/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1184262] Re: times out too early, stuck in PrepareForSleep, causing network and other services to not resume

2016-11-17 Thread Jan Schürmann
still present in Xenial

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

Title:
  times out too early, stuck in PrepareForSleep, causing network and
  other services to not resume

Status in systemd-shim package in Ubuntu:
  Fix Released
Status in systemd-shim source package in Saucy:
  Fix Released
Status in systemd-shim source package in Trusty:
  Fix Released

Bug description:
  After a suspend/resume, network-manager claimed that wireless was not
  available and would not let me reconnect to the wireless here.
  'iwlist wlan1 scan' would also not work; so thinking that it was a
  driver problem, I rebooted the system.  When it came back up, nm-
  applet in lightdm claimed that networking was disabled, and the option
  to enable it was greyed out.  It could also not be enabled by nmcli.
  I ended up stopping network-manager, bringing up the interface via
  /etc/network/interfaces, and logging in... at which point, restarting
  network-manager *did* let me enable networking from my logged-in
  session.

  So there are several problems here:
   - after a reboot, network-manager claimed networking was disabled.
   - nm-applet is not letting me enable networking from the lightdm session.
   - the networking was failing after a suspend/resume cycle, and could not be 
enabled even from inside the user session.

  The last issue probably *was* a kernel driver problem; but the first
  two issues are network-manager problems of some kind.

  SRU INFORMATION:
  
  Reproducer:
  - Force suspend to take very long by adding a sleep:
    echo -e '#!/bin/sh\nsleep 15\nexit 1' | sudo tee 
/usr/lib/pm-utils/sleep.d/00break
    (this will also make suspend fail, which eases testing)
  - Suspend from the menu or with
    sudo gdbus call -y -d org.freedesktop.login1 -o /org/freedesktop/login1 -m 
org.freedesktop.login1.Manager.Suspend true
  - With the 13.10 final version, systemd-shim will (often) time out, and the 
next Suspend call from above will fail with "Operation already in progress" and 
the network does not come back up. With the fixed version, network should be 
back up and the Suspend() call can be issued many times.

  Fix:
https://github.com/desrt/systemd-shim/commit/136ed1143077d13c2
https://github.com/desrt/systemd-shim/commit/16a7fdc0652ad78f4

  Regression potential: Errors in this code could potentially break
  suspend/shutdown completely, so for verification both of these
  functionalities ought to be tested on real hardware.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: network-manager 0.9.8.0-0ubuntu8
  ProcVersionSignature: Ubuntu 3.9.0-2.7-generic 3.9.3
  Uname: Linux 3.9.0-2-generic x86_64
  ApportVersion: 2.10.2-0ubuntu1
  Architecture: amd64
  Date: Sat May 25 21:38:31 2013
  InstallationDate: Installed on 2010-09-24 (974 days ago)
  InstallationMedia: Ubuntu 10.04.1 LTS "Lucid Lynx" - Release amd64 
(20100816.1)
  IpRoute:
   default via 192.168.1.1 dev wlan1
   10.0.3.0/24 dev lxcbr0  proto kernel  scope link  src 10.0.3.1
   169.254.0.0/16 dev wlan1  scope link  metric 1000
   192.168.1.0/24 dev wlan1  proto kernel  scope link  src 192.168.1.106
   192.168.122.0/24 dev virbr0  proto kernel  scope link  src 192.168.122.1
  MarkForUpload: True
  NetworkManager.state:
   [main]
   NetworkingEnabled=false
   WirelessEnabled=true
   WWANEnabled=true
  SourcePackage: network-manager
  UpgradeStatus: Upgraded to saucy on 2013-05-06 (19 days ago)
  WifiSyslog:

  nmcli-con:
   Error: command ['nmcli', '-f', 'all', 'con'] failed with exit code 9:
   ** (process:11977): WARNING **: Could not initialize NMClient 
/org/freedesktop/NetworkManager: The name org.freedesktop.NetworkManager was 
not provided by any .service files
   Error: nmcli (0.9.8.0) and NetworkManager (unknown) versions don't match. 
Force execution using --nocheck, but the results are unpredictable.
  nmcli-dev: Error: command ['nmcli', '-f', 'all', 'dev'] failed with exit code 
8: Error: NetworkManager is not running.
  nmcli-nm:
   RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   
WIFI   WWAN-HARDWARE   WWAN
   not running unknownunknown unknown   unknown 
unknownunknown unknown

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd-shim/+bug/1184262/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1612367] Re: [Touch] Incoming call gets silent randomly

2016-11-17 Thread Andrea Simonetti
I can reproduce this bug often when i want to use viva-voce during a
call.. Suddently the bigger speaker stops playing any sound and this can
last hours.

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

Title:
  [Touch] Incoming call gets silent randomly

Status in Canonical System Image:
  Confirmed
Status in media-hub package in Ubuntu:
  Confirmed
Status in ofono package in Ubuntu:
  Confirmed
Status in pulseaudio package in Ubuntu:
  Confirmed

Bug description:
  I've experienced this strange issue 4-5 times after OTA-12. It seems pretty 
random and is hard to reproduce.
  When I get an incoming call, the screen turns on, the incoming call pop up 
appears, but there is no sound at all even though the phone is not in silent 
mode (and also the speaker volume is not set too low). I can accept this call 
and keep conversing as usual.
  Once I asked the same caller to call me once again after a few minutes, that 
time the phone rang as expected.

  Device: E5, OTA-12, stable channel

  I can provide necessary logs if this happens again. Which ones should
  I gather?

  Possibly related to bug #1614943.

  UPDATE: As mentioned in comment #7, it seems the phone rings for a
  fraction of a second and then the sound pauses abruptly.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1612367/+subscriptions

-- 
Mailing list: https://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   >