[Touch-packages] [Bug 1265602] Re: [PATCH] Please fix libjsoncpp Ubuntu packages (fixes minetest game crash when browsing "Public Serverlist")

2014-11-26 Thread Markus Koschany
This is a bug in libjsoncpp which affects Minetest in a rather serious
way since it it is impossible to use the public server list and to play
online with other people. The issue is already fixed in the latest
version of libjsoncpp.

** Package changed: minetest (Ubuntu) => libjsoncpp (Ubuntu)

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

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

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

Title:
  [PATCH] Please fix libjsoncpp Ubuntu packages (fixes minetest game
  crash when browsing "Public Serverlist")

Status in “libjsoncpp” package in Ubuntu:
  Confirmed
Status in “minetest” package in Ubuntu:
  Confirmed
Status in “libjsoncpp” package in Debian:
  Fix Released

Bug description:
  Minetest package is buggy in Ubuntu Trusty and Saucy (crashes when selecting 
Client->"Public Serverlist" and doesn't work Mods->"Online mod repository") and 
outdated - new minetest 0.4.9 was released few days ago.
  0.4.9 release contains some improvements and bugfixes.
  It would be nice if new Minetest 0.4.9 packages wouldn't crash when selecting 
Client->"Public Serverlist" and show no error when pressing Mods->"Online mod 
repository" in startup screen.

  0.4.8 → 0.4.9 New Features
  Logistic changes
  SQLite rollback (Mario Barrera & ShadowNinja)
  Implement HTTPFetch (kahrl)
  Replace SimpleThread with JThread (sapier) 
  Visual changes
  Shaders rework (RealBadAngel)
  Add configurable font shadow (xyz)
  Directional fog + horizon colors (Taoki) 
  Other things
  Implement modstore search tab and version picker (sapier) 

  Bug Fixes
   Fix line_of_sight() (sapier)
   Fix modstore/favourites hang by adding asynchronous Lua (sapier)
   Fix LevelDB maps (sfan5)
   Fix Lua mapgen override param handling (kwolekr)
   Fix leak and possible segfault in minetest.set_mapgen_params (kwolekr)
   Fix segfault in indev cave generation due to uninitialized variable (kwolekr)
   Check if width, height or start index of a list[] is negative (PilzAdam)
   Fix single character formspec field labels (BlockMen)
   Handle Lua errors in on_generate callbacks instead of throwing SIGABRT 
(kwolekr)
   Update mapgen params in ServerMap after Mapgen init (kwolekr) 

  Modding-related Changes
   Add area parameters back to calc_lighting() and set_lighting() (kwolekr)
   Add get_light_data() and set_light_data() to LuaVoxelManip (kwolekr)
   Add minetest.swap_node (Novatux)
   Assume a selection box for fences (0gb.us)
   Decoration: Add schematic Y-slice probability support (kwolekr)
   Add sneak and sneak_glitch in set_physics_override() (PilzAdam)
   Use a table in set_physics_override() (PilzAdam)
   Add 'on_prejoinplayer' callback (kaeza)
   Make line_of_sight return blocking node position (stujones11)
   Remove support for optdepends.txt (ShadowNinja)
   Add map feature generation notify Lua API (kwolekr) 

  See http://dev.minetest.net/Changelog

  Also I'm pasting terminal output after 0.4.8+repack2-3 crash when selecting 
Client->"Public Serverlist":
  (crashes only official Ubuntu/Debian packages, but deb packages from 
https://launchpad.net/~minetestdevs/+archive/stable works fine)
  baltix@ubuntu:~$ minetest
  Irrlicht Engine version 1.8.0
  Linux 3.11.0-12-generic #19-Ubuntu SMP Wed Oct 9 16:20:46 UTC 2013 x86_64
  Using renderer: OpenGL 3.0
  Mesa DRI Intel(R) Haswell Server : Intel Open Source Technology Center
  OpenGL driver version is 1.2 or better.
  GLSL version: 1.3
  Loaded texture: /usr/share/games/minetest/games/minetest_game/menu/header.png
  Loaded texture: /usr/share/games/minetest/games/minetest_game/menu/icon.png

  19:42:47: ERROR[main]: MAINMENU ERROR: LuaError: C++ exception
  19:42:48: ERROR[main]: == ERROR FROM LUA ===
  19:42:48: ERROR[main]: Failed to load and run script from 
  19:42:48: ERROR[main]: /usr/share/games/minetest/builtin/mainmenu.lua:
  19:42:48: ERROR[main]: C++ exception
  19:42:48: ERROR[main]: === END OF ERROR FROM LUA 
  19:42:48: ERROR[main]: GUIEngine: unable to load builtin menu

  In thread 7f9f3eadc7c0:
  /build/buildd/minetest-0.4.8+repack2/src/guiEngine.cpp:199: 
GUIEngine::GUIEngine(irr::IrrlichtDevice*, irr::gui::IGUIElement*, 
IMenuManager*, irr::scene::ISceneManager*, MainMenuData*, bool&): Assertion 
'"no future without mainmenu" == 0' failed.
  Debug stacks:
  DEBUG STACK FOR THREAD 7f9f3eadc7c0:
  #0  int main(int, char**)
  Aborted (core dumped)
  baltix@ubuntu:~$

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

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

[Touch-packages] [Bug 1265602] [NEW] [PATCH] Please fix libjsoncpp Ubuntu packages (fixes minetest game crash when browsing "Public Serverlist")

2014-11-26 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Minetest package is buggy in Ubuntu Trusty and Saucy (crashes when selecting 
Client->"Public Serverlist" and doesn't work Mods->"Online mod repository") and 
outdated - new minetest 0.4.9 was released few days ago.
0.4.9 release contains some improvements and bugfixes.
It would be nice if new Minetest 0.4.9 packages wouldn't crash when selecting 
Client->"Public Serverlist" and show no error when pressing Mods->"Online mod 
repository" in startup screen.

0.4.8 → 0.4.9 New Features
Logistic changes
SQLite rollback (Mario Barrera & ShadowNinja)
Implement HTTPFetch (kahrl)
Replace SimpleThread with JThread (sapier) 
Visual changes
Shaders rework (RealBadAngel)
Add configurable font shadow (xyz)
Directional fog + horizon colors (Taoki) 
Other things
Implement modstore search tab and version picker (sapier) 

Bug Fixes
 Fix line_of_sight() (sapier)
 Fix modstore/favourites hang by adding asynchronous Lua (sapier)
 Fix LevelDB maps (sfan5)
 Fix Lua mapgen override param handling (kwolekr)
 Fix leak and possible segfault in minetest.set_mapgen_params (kwolekr)
 Fix segfault in indev cave generation due to uninitialized variable (kwolekr)
 Check if width, height or start index of a list[] is negative (PilzAdam)
 Fix single character formspec field labels (BlockMen)
 Handle Lua errors in on_generate callbacks instead of throwing SIGABRT 
(kwolekr)
 Update mapgen params in ServerMap after Mapgen init (kwolekr) 

Modding-related Changes
 Add area parameters back to calc_lighting() and set_lighting() (kwolekr)
 Add get_light_data() and set_light_data() to LuaVoxelManip (kwolekr)
 Add minetest.swap_node (Novatux)
 Assume a selection box for fences (0gb.us)
 Decoration: Add schematic Y-slice probability support (kwolekr)
 Add sneak and sneak_glitch in set_physics_override() (PilzAdam)
 Use a table in set_physics_override() (PilzAdam)
 Add 'on_prejoinplayer' callback (kaeza)
 Make line_of_sight return blocking node position (stujones11)
 Remove support for optdepends.txt (ShadowNinja)
 Add map feature generation notify Lua API (kwolekr) 

See http://dev.minetest.net/Changelog

Also I'm pasting terminal output after 0.4.8+repack2-3 crash when selecting 
Client->"Public Serverlist":
(crashes only official Ubuntu/Debian packages, but deb packages from 
https://launchpad.net/~minetestdevs/+archive/stable works fine)
baltix@ubuntu:~$ minetest
Irrlicht Engine version 1.8.0
Linux 3.11.0-12-generic #19-Ubuntu SMP Wed Oct 9 16:20:46 UTC 2013 x86_64
Using renderer: OpenGL 3.0
Mesa DRI Intel(R) Haswell Server : Intel Open Source Technology Center
OpenGL driver version is 1.2 or better.
GLSL version: 1.3
Loaded texture: /usr/share/games/minetest/games/minetest_game/menu/header.png
Loaded texture: /usr/share/games/minetest/games/minetest_game/menu/icon.png

19:42:47: ERROR[main]: MAINMENU ERROR: LuaError: C++ exception
19:42:48: ERROR[main]: == ERROR FROM LUA ===
19:42:48: ERROR[main]: Failed to load and run script from 
19:42:48: ERROR[main]: /usr/share/games/minetest/builtin/mainmenu.lua:
19:42:48: ERROR[main]: C++ exception
19:42:48: ERROR[main]: === END OF ERROR FROM LUA 
19:42:48: ERROR[main]: GUIEngine: unable to load builtin menu

In thread 7f9f3eadc7c0:
/build/buildd/minetest-0.4.8+repack2/src/guiEngine.cpp:199: 
GUIEngine::GUIEngine(irr::IrrlichtDevice*, irr::gui::IGUIElement*, 
IMenuManager*, irr::scene::ISceneManager*, MainMenuData*, bool&): Assertion 
'"no future without mainmenu" == 0' failed.
Debug stacks:
DEBUG STACK FOR THREAD 7f9f3eadc7c0:
#0  int main(int, char**)
Aborted (core dumped)
baltix@ubuntu:~$

** Affects: libjsoncpp (Ubuntu)
 Importance: Undecided
 Status: Confirmed

** Affects: libjsoncpp (Debian)
 Importance: Unknown
 Status: Fix Released


** Tags: patch upgrade-software-version
-- 
[PATCH] Please fix libjsoncpp Ubuntu packages (fixes minetest game crash when 
browsing "Public Serverlist")
https://bugs.launchpad.net/bugs/1265602
You received this bug notification because you are a member of Ubuntu Touch 
seeded packages, which is subscribed to libjsoncpp 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 1396863] Re: Testing CI Train, please ignore.

2014-11-26 Thread ♫ Robert Bruce Park ♫
** Changed in: friends (Ubuntu)
 Assignee: (unassigned) => ♫ Robert Bruce Park ♫ (robru)

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

Title:
  Testing CI Train, please ignore.

Status in “friends” package in Ubuntu:
  New

Bug description:
  I'm using friends package to test some changes to the way ci train
  publishes files. Don't want to actually publish anything for real.
  Please ignore.

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

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


[Touch-packages] [Bug 1388129] Re: package linux-image-3.13.0-37-generic 3.13.0-37.64 failed to install/upgrade: run-parts: /etc/kernel/postrm.d/initramfs-tools exited with return code 1

2014-11-26 Thread Andres Huanca
** Changed in: initramfs-tools (Ubuntu)
 Assignee: (unassigned) => Andres Huanca (vultonantuko)

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

Title:
  package linux-image-3.13.0-37-generic 3.13.0-37.64 failed to
  install/upgrade: run-parts: /etc/kernel/postrm.d/initramfs-tools
  exited with return code 1

Status in “initramfs-tools” package in Ubuntu:
  Confirmed

Bug description:
  Examining /etc/kernel/postrm.d .
  run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-37-generic 
/boot/vmlinuz-3.13.0-37-generic
  Cannot delete /boot/initrd.img-3.13.0-37-generic, doesn't exist.
  run-parts: /etc/kernel/postrm.d/initramfs-tools exited with return code 1
  Failed to process /etc/kernel/postrm.d at 
/var/lib/dpkg/info/linux-image-3.13.0-37-generic.postrm line 328.

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-37-generic 3.13.0-37.64
  ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8
  Uname: Linux 3.13.0-39-generic i686
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  lukav  3442 F pulseaudio
lightdm   23091 F pulseaudio
  Date: Fri Oct 31 17:01:37 2014
  DuplicateSignature: 
package:linux-image-3.13.0-37-generic:3.13.0-37.64:run-parts: 
/etc/kernel/postrm.d/initramfs-tools exited with return code 1
  ErrorMessage: run-parts: /etc/kernel/postrm.d/initramfs-tools exited with 
return code 1
  HibernationDevice: RESUME=UUID=03077dce-674c-4b94-baf1-c12a49249fdc
  IwConfig:
   lono wireless extensions.
   
   eth0  no wireless extensions.
   
   eth2  no wireless extensions.
  MachineType: System manufacturer System Product Name
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-39-generic 
root=UUID=b5c68984-963c-4190-a0fa-7609095d5329 ro splash quiet nomdmonddf 
nomdmonisw nomdmonddf nomdmonisw vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: grub-pc 2.02~beta2-9ubuntu1
  RfKill:
   
  SourcePackage: initramfs-tools
  Title: package linux-image-3.13.0-37-generic 3.13.0-37.64 failed to 
install/upgrade: run-parts: /etc/kernel/postrm.d/initramfs-tools exited with 
return code 1
  UpgradeStatus: Upgraded to trusty on 2014-09-15 (46 days ago)
  WpaSupplicantLog:
   
  dmi.bios.date: 08/24/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0601
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: P5QL-CM
  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.:bvr0601:bd08/24/2009:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5QL-CM:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1388129/+subscriptions

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


[Touch-packages] [Bug 1373645] Re: Logitech wireless mouse periodically loses correct click behaviour

2014-11-26 Thread Launchpad Bug Tracker
[Expired for xorg (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Logitech wireless mouse periodically loses correct click behaviour

Status in “xorg” package in Ubuntu:
  Expired

Bug description:
  I first noticed on Friday 19th September 2014 in 14.04 my Logitech
  cordless mouse I then found that, at some times, mouse clicks didn't
  seem to be registering with the system as expected. Switching virtual
  desktops backwards and forwards seemed to restore some ability to
  click with results, but this would bring only temporary relief.

  The same symptoms were observed using either my desktop monitor, the
  TV or both in a dual screen configuration. The problem survived
  disconnection of the USB wireless receiver, power cycling of the
  mouse, and across reboots.

  At one point I noticed that the mouse focus seemed to have become
  incoherent, in that left clicking in the search window in Firefox
  produced a text insertion caret there, but keyboard text appeared in
  the console that had previously had mouse focus.

  WORKAROUND: Use a wired mouse.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8
  ProcVersionSignature: Ubuntu 3.13.0-36.63-generic 3.13.11.6
  Uname: Linux 3.13.0-36-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  331.38  Wed Jan  8 19:32:30 
PST 2014
   GCC version:  gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
  .proc.driver.nvidia.warnings.fbdev:
   Your system is not currently configured to drive a VGA console
   on the primary VGA device. The NVIDIA Linux graphics driver
   requires the use of a text-mode VGA console. Use of other console
   drivers including, but not limited to, vesafb, may result in
   corruption and stability problems, and is not supported.
  .tmp.unity.support.test.0:

  ApportVersion: 2.14.1-0ubuntu3.4
  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: Wed Sep 24 22:10:55 2014
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation GK104 [GeForce GTX 760] [10de:1187] (rev a1) (prog-if 00 
[VGA controller])
     Subsystem: NVIDIA Corporation Device [10de:0984]
  InstallationDate: Installed on 2014-07-18 (68 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  MachineType: ASUS All Series
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-36-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/18/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0304
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z87I-PRO
  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.:bvr0304:bd06/18/2013:svnASUS:pnAllSeries:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnZ87I-PRO:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: All Series
  dmi.product.version: System Version
  dmi.sys.vendor: ASUS
  version.compiz: compiz 1:0.9.11.2+14.04.20140714-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.52-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.1
  version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Wed Sep 24 21:41:19 2014
  xserver.configfile: default
  xserver.errors:

  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:

  xserver.version: 2:1.15.1-0ubuntu2.1

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

[Touch-packages] [Bug 1396863] [NEW] Testing CI Train, please ignore.

2014-11-26 Thread ♫ Robert Bruce Park ♫
Public bug reported:

I'm using friends package to test some changes to the way ci train
publishes files. Don't want to actually publish anything for real.
Please ignore.

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


** Tags: block-proposed

** Package changed: haskell-src-exts (Ubuntu) => friends (Ubuntu)

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

Title:
  Testing CI Train, please ignore.

Status in “friends” package in Ubuntu:
  New

Bug description:
  I'm using friends package to test some changes to the way ci train
  publishes files. Don't want to actually publish anything for real.
  Please ignore.

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

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


[Touch-packages] [Bug 1396863] [NEW] Testing CI Train, please ignore.

2014-11-26 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

I'm using friends package to test some changes to the way ci train
publishes files. Don't want to actually publish anything for real.
Please ignore.

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


** Tags: block-proposed
-- 
Testing CI Train, please ignore.
https://bugs.launchpad.net/bugs/1396863
You received this bug notification because you are a member of Ubuntu Touch 
seeded packages, which is subscribed to friends 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 1388129] Re: package linux-image-3.13.0-37-generic 3.13.0-37.64 failed to install/upgrade: run-parts: /etc/kernel/postrm.d/initramfs-tools exited with return code 1

2014-11-26 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: initramfs-tools (Ubuntu)
   Status: New => Confirmed

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

Title:
  package linux-image-3.13.0-37-generic 3.13.0-37.64 failed to
  install/upgrade: run-parts: /etc/kernel/postrm.d/initramfs-tools
  exited with return code 1

Status in “initramfs-tools” package in Ubuntu:
  Confirmed

Bug description:
  Examining /etc/kernel/postrm.d .
  run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-37-generic 
/boot/vmlinuz-3.13.0-37-generic
  Cannot delete /boot/initrd.img-3.13.0-37-generic, doesn't exist.
  run-parts: /etc/kernel/postrm.d/initramfs-tools exited with return code 1
  Failed to process /etc/kernel/postrm.d at 
/var/lib/dpkg/info/linux-image-3.13.0-37-generic.postrm line 328.

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-37-generic 3.13.0-37.64
  ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8
  Uname: Linux 3.13.0-39-generic i686
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  lukav  3442 F pulseaudio
lightdm   23091 F pulseaudio
  Date: Fri Oct 31 17:01:37 2014
  DuplicateSignature: 
package:linux-image-3.13.0-37-generic:3.13.0-37.64:run-parts: 
/etc/kernel/postrm.d/initramfs-tools exited with return code 1
  ErrorMessage: run-parts: /etc/kernel/postrm.d/initramfs-tools exited with 
return code 1
  HibernationDevice: RESUME=UUID=03077dce-674c-4b94-baf1-c12a49249fdc
  IwConfig:
   lono wireless extensions.
   
   eth0  no wireless extensions.
   
   eth2  no wireless extensions.
  MachineType: System manufacturer System Product Name
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-39-generic 
root=UUID=b5c68984-963c-4190-a0fa-7609095d5329 ro splash quiet nomdmonddf 
nomdmonisw nomdmonddf nomdmonisw vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: grub-pc 2.02~beta2-9ubuntu1
  RfKill:
   
  SourcePackage: initramfs-tools
  Title: package linux-image-3.13.0-37-generic 3.13.0-37.64 failed to 
install/upgrade: run-parts: /etc/kernel/postrm.d/initramfs-tools exited with 
return code 1
  UpgradeStatus: Upgraded to trusty on 2014-09-15 (46 days ago)
  WpaSupplicantLog:
   
  dmi.bios.date: 08/24/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0601
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: P5QL-CM
  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.:bvr0601:bd08/24/2009:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5QL-CM:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1388129/+subscriptions

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


[Touch-packages] [Bug 1396848] Re: pulseaudio use 100% CPU

2014-11-26 Thread Matthieu Patou
** Attachment added: "strace of pulseaudio when using 100% CPU"
   
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1396848/+attachment/4269461/+files/strace_pulseaudio

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

Title:
  pulseaudio use 100% CPU

Status in “pulseaudio” package in Ubuntu:
  New

Bug description:
  Pulse audio was running at 100% CPU.

  #1  0x7f555f872882 in pa_semaphore_wait () from 
/usr/lib/x86_64-linux-gnu/pulseaudio/libpulsecommon-4.0.so
  #2  0x7f555faabf97 in pa_asyncmsgq_send () from 
/usr/lib/libpulsecore-4.0.so
  #3  0x7f555fadc79f in ?? () from /usr/lib/libpulsecore-4.0.so
  #4  0x7f555fae4cc1 in pa_sink_suspend () from /usr/lib/libpulsecore-4.0.so
  #5  0x7f555fabbc1e in pa_card_suspend () from /usr/lib/libpulsecore-4.0.so
  #6  0x7f5559c092a8 in ?? () from 
/usr/lib/pulse-4.0/modules/module-udev-detect.so
  #7  0x7f5559c0a105 in ?? () from 
/usr/lib/pulse-4.0/modules/module-udev-detect.so
  #8  0x7f555f600b87 in pa_mainloop_dispatch () from 
/usr/lib/x86_64-linux-gnu/libpulse.so.0
  #9  0x7f555f600f8c in pa_mainloop_iterate () from 
/usr/lib/x86_64-linux-gnu/libpulse.so.0
  #10 0x7f555f601030 in pa_mainloop_run () from 
/usr/lib/x86_64-linux-gnu/libpulse.so.0
  #11 0x00407058 in main ()

  Is the stack trace where it was before I had to kill it.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: pulseaudio 1:4.0-0ubuntu22
  ProcVersionSignature: Ubuntu 3.16.0-24.32-generic 3.16.4
  Uname: Linux 3.16.0-24-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  mat7680 F pulseaudio
   /dev/snd/controlC0:  mat7680 F pulseaudio
  CurrentDesktop: Unity
  Date: Wed Nov 26 18:34:22 2014
  SourcePackage: pulseaudio
  UpgradeStatus: Upgraded to utopic on 2014-10-24 (33 days ago)
  dmi.bios.date: 02/06/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: GIET69WW (2.19 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20ALCTO1WW
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0E50512 STD
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrGIET69WW(2.19):bd02/06/2014:svnLENOVO:pn20ALCTO1WW:pvrThinkPadX240:rvnLENOVO:rn20ALCTO1WW:rvrSDK0E50512STD:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 20ALCTO1WW
  dmi.product.version: ThinkPad X240
  dmi.sys.vendor: LENOVO
  modified.conffile..etc.pulse.default.pa: [modified]
  mtime.conffile..etc.pulse.default.pa: 2014-06-17T20:21:21.095448

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

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


[Touch-packages] [Bug 1396848] [NEW] pulseaudio use 100% CPU

2014-11-26 Thread Matthieu Patou
Public bug reported:

Pulse audio was running at 100% CPU.

#1  0x7f555f872882 in pa_semaphore_wait () from 
/usr/lib/x86_64-linux-gnu/pulseaudio/libpulsecommon-4.0.so
#2  0x7f555faabf97 in pa_asyncmsgq_send () from /usr/lib/libpulsecore-4.0.so
#3  0x7f555fadc79f in ?? () from /usr/lib/libpulsecore-4.0.so
#4  0x7f555fae4cc1 in pa_sink_suspend () from /usr/lib/libpulsecore-4.0.so
#5  0x7f555fabbc1e in pa_card_suspend () from /usr/lib/libpulsecore-4.0.so
#6  0x7f5559c092a8 in ?? () from 
/usr/lib/pulse-4.0/modules/module-udev-detect.so
#7  0x7f5559c0a105 in ?? () from 
/usr/lib/pulse-4.0/modules/module-udev-detect.so
#8  0x7f555f600b87 in pa_mainloop_dispatch () from 
/usr/lib/x86_64-linux-gnu/libpulse.so.0
#9  0x7f555f600f8c in pa_mainloop_iterate () from 
/usr/lib/x86_64-linux-gnu/libpulse.so.0
#10 0x7f555f601030 in pa_mainloop_run () from 
/usr/lib/x86_64-linux-gnu/libpulse.so.0
#11 0x00407058 in main ()

Is the stack trace where it was before I had to kill it.

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: pulseaudio 1:4.0-0ubuntu22
ProcVersionSignature: Ubuntu 3.16.0-24.32-generic 3.16.4
Uname: Linux 3.16.0-24-generic x86_64
ApportVersion: 2.14.7-0ubuntu8
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  mat7680 F pulseaudio
 /dev/snd/controlC0:  mat7680 F pulseaudio
CurrentDesktop: Unity
Date: Wed Nov 26 18:34:22 2014
SourcePackage: pulseaudio
UpgradeStatus: Upgraded to utopic on 2014-10-24 (33 days ago)
dmi.bios.date: 02/06/2014
dmi.bios.vendor: LENOVO
dmi.bios.version: GIET69WW (2.19 )
dmi.board.asset.tag: Not Available
dmi.board.name: 20ALCTO1WW
dmi.board.vendor: LENOVO
dmi.board.version: SDK0E50512 STD
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvrGIET69WW(2.19):bd02/06/2014:svnLENOVO:pn20ALCTO1WW:pvrThinkPadX240:rvnLENOVO:rn20ALCTO1WW:rvrSDK0E50512STD:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 20ALCTO1WW
dmi.product.version: ThinkPad X240
dmi.sys.vendor: LENOVO
modified.conffile..etc.pulse.default.pa: [modified]
mtime.conffile..etc.pulse.default.pa: 2014-06-17T20:21:21.095448

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


** Tags: amd64 apport-bug utopic

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

Title:
  pulseaudio use 100% CPU

Status in “pulseaudio” package in Ubuntu:
  New

Bug description:
  Pulse audio was running at 100% CPU.

  #1  0x7f555f872882 in pa_semaphore_wait () from 
/usr/lib/x86_64-linux-gnu/pulseaudio/libpulsecommon-4.0.so
  #2  0x7f555faabf97 in pa_asyncmsgq_send () from 
/usr/lib/libpulsecore-4.0.so
  #3  0x7f555fadc79f in ?? () from /usr/lib/libpulsecore-4.0.so
  #4  0x7f555fae4cc1 in pa_sink_suspend () from /usr/lib/libpulsecore-4.0.so
  #5  0x7f555fabbc1e in pa_card_suspend () from /usr/lib/libpulsecore-4.0.so
  #6  0x7f5559c092a8 in ?? () from 
/usr/lib/pulse-4.0/modules/module-udev-detect.so
  #7  0x7f5559c0a105 in ?? () from 
/usr/lib/pulse-4.0/modules/module-udev-detect.so
  #8  0x7f555f600b87 in pa_mainloop_dispatch () from 
/usr/lib/x86_64-linux-gnu/libpulse.so.0
  #9  0x7f555f600f8c in pa_mainloop_iterate () from 
/usr/lib/x86_64-linux-gnu/libpulse.so.0
  #10 0x7f555f601030 in pa_mainloop_run () from 
/usr/lib/x86_64-linux-gnu/libpulse.so.0
  #11 0x00407058 in main ()

  Is the stack trace where it was before I had to kill it.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: pulseaudio 1:4.0-0ubuntu22
  ProcVersionSignature: Ubuntu 3.16.0-24.32-generic 3.16.4
  Uname: Linux 3.16.0-24-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  mat7680 F pulseaudio
   /dev/snd/controlC0:  mat7680 F pulseaudio
  CurrentDesktop: Unity
  Date: Wed Nov 26 18:34:22 2014
  SourcePackage: pulseaudio
  UpgradeStatus: Upgraded to utopic on 2014-10-24 (33 days ago)
  dmi.bios.date: 02/06/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: GIET69WW (2.19 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20ALCTO1WW
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0E50512 STD
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrGIET69WW(2.19):bd02/06/2014:svnLENOVO:pn20ALCTO1WW:pvrThinkPadX240:rvnLENOVO:rn20ALCTO1WW:rvrSDK0E50512STD:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 20ALCTO1WW
  dmi.product.version: ThinkPad X240
  dmi.sys.vendor: LENOVO
  modified.conffile..etc.pulse.default.pa: [modified]
  mtime.conffile..etc.pulse.default.pa: 2014-06-17T20:21:21.095448

To 

[Touch-packages] [Bug 1226962]

2014-11-26 Thread Yuval Adam
This bug exists in a fully-updated Arch system:

$ uname -a
Linux X 3.17.3-1-ARCH #1 SMP PREEMPT Fri Nov 14 23:13:48 CET 2014 x86_64 
GNU/Linux

$ libreoffice --version
LibreOffice 4.3.4.1 430m0(Build:1)

Please fix this annoying bug, it prevents non-English locale users from
getting any meaningful work done.

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

Title:
  Hotkeys not functional in non-latin keyboard layout in 13.10, 14.04,
  14.04.1, 14.10

Status in Aptana Studio Installer:
  New
Status in Default settings for the Baltix GNU/Linux OS and desktop:
  New
Status in LibreOffice Productivity Suite:
  Confirmed
Status in IBus:
  New
Status in Indicator keyboard:
  Fix Released
Status in Inkscape: A Vector Drawing Tool:
  New
Status in MonoDevelop:
  New
Status in Mutter:
  Fix Released
Status in The OpenOffice.org Suite:
  New
Status in Unity:
  Fix Released
Status in “gnome-settings-daemon” package in Ubuntu:
  Triaged
Status in “gnome-terminal” package in Ubuntu:
  Triaged
Status in “indicator-keyboard” package in Ubuntu:
  Triaged
Status in “openjdk-7” package in Ubuntu:
  Triaged
Status in “unity” package in Ubuntu:
  Triaged
Status in “unity-settings-daemon” package in Ubuntu:
  Triaged
Status in “gnome-settings-daemon” package in Fedora:
  Unknown
Status in “gnome-shell” package in Fedora:
  Unknown

Bug description:
  New keyboard layout changer in Ubuntu 13.10 introduce  old-new bug. Any 
system or application hotkey witch use char (for example: ctrl+alt+t for 
terminal or ctrl+t for new tab in browser) become unfunctional when selected 
non-latin keyboard layout.
  Hotkeys with F1-12, numbers and other non-character buttons works perfectly.

  Window manager hotkeys not affected by this bug. All hotkeys in system
  parameters->keyboard->hotkeys->windows works perfect with any keyboard
  layout.

  Workaround for some system hotkeys and two layouts (english and non-
  latin): rebind all hotkeys in your local layout. For example instead
  of ctrl+alt+t use ctrl+alt+τ (greek tau). That hotkey still work with
  english layout.  If you use english and two different non-latin
  layouts this workaround helps only with one of them.


  Dear Ubuntu users and developers! 
  Please include the following information to your comment about non-latin 
shortcuts problems:
  1. What Ubuntu version do you have (Ubuntu 13.10, Ubuntu 13.10 GNOME, Ubuntu 
14.04, Ubuntu 14.04 GNOME and so on), upgraded (describe version) or clean 
installed
  2. What keyboard layout do you have
  3. What shortcut for keyboard layout switching do you use 
  4. On which session you have problems - that is one from Unity, GNOME Shell, 
GNOME FlashBack/Fallback (Metacity), GNOME FlashBack/Fallback (Compiz)
  5. With which program and its version and origin (Ubuntu repositories, PPA, 
non-deb binary package from some website) you have problems.

  By providing this information you can make bug-fixing much simpler and
  may be faster.

  --
  For other layout switching problems introduced in Ubuntu 13.10 you can see 
bug 1218322.
  --

To manage notifications about this bug go to:
https://bugs.launchpad.net/aptana-studio-installer/+bug/1226962/+subscriptions

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


[Touch-packages] [Bug 1385441] Re: Can't unlock the screen in Ubuntu 14.10

2014-11-26 Thread Matthieu Patou
@andrea: what do you mean with gnome-screensaver ? I'm using unity as
far as I know I can't change the screensaver.

Also I found out that if I go to a terminal (ALT+F1) and kill -9 compiz then 
when I go back to the X11/Unity I can log correctly.
Seems related to compiz getting out of control (as plain kill didn't work).

@Gerardo: just use the terminal to kill compiz, then go back to the GUI
and you should be able to log.

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

Title:
  Can't unlock the screen in Ubuntu 14.10

Status in Unity:
  Incomplete
Status in “unity” package in Ubuntu:
  Incomplete

Bug description:
  The bug is similar to the one reported in 
  https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1314095 (Unity 
Lockscreen in 14.04 can't unlock when using LDAP account)

  The difference is that I don't have an LDAP account just a local one, the box 
was working well in 14.04 and after upgrade to 14.10 I can't unlock the screen.
  Changing /sbin/unix_chkpwd to setuid does the trick too.

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

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


[Touch-packages] [Bug 1377332] Re: [TOPBLOCKER] UI randomly freezes

2014-11-26 Thread Serge Hallyn
A set of packages with the proposed fix is at:

http://people.canonical.com/~serge/cgmanager-gettasks-race/

Could you please install those and let us know whether they fix the
issue?

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

Title:
  [TOPBLOCKER] UI randomly freezes

Status in “cgmanager” package in Ubuntu:
  Confirmed
Status in “ubuntu-app-launch” package in Ubuntu:
  Fix Released
Status in “unity8” package in Ubuntu:
  Opinion
Status in “ubuntu-app-launch” package in Ubuntu RTM:
  Fix Released
Status in “unity8” package in Ubuntu RTM:
  Opinion

Bug description:
  Summary
  UI randomly freezes

  steps:
  1. unlock greeter
  2. open app
  3. pull down random indicator
  4. close indicator
  5. open app
  6. swipe to view all open apps
  7. open launcher
  8. close some open apps
  9. repeat until ui freezes

  device info:
  [service]
  base: system-image.ubuntu.com
  http_port: 80
  https_port: 443
  channel: ubuntu-touch/ubuntu-rtm/14.09-proposed
  device: krillin
  build_number: 79
  version_detail: 
ubuntu=20141002,device=20141002-d5938d7,custom=1412208099,version=79

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

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


[Touch-packages] [Bug 1391975] Re: USC - mouse cursor on AMD graphics is drawing incorrectly

2014-11-26 Thread Daniel van Vugt
** Changed in: mir
 Assignee: Andreas Pokorny (andreas-pokorny) => Mir development team 
(mir-team)

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

Title:
  USC - mouse cursor on AMD graphics is drawing incorrectly

Status in Mir:
  In Progress
Status in “mesa” package in Ubuntu:
  Confirmed

Bug description:
  I've a Lenovo Flex 2 14D, which has an AMD APU.

  In Unity-System-Compositor, I noticed the mouse cursor does not draw
  correctly. See photo attached

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

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


[Touch-packages] [Bug 1382109] Re: Events view should be shown on import

2014-11-26 Thread Arthur Mello
** Changed in: gallery-app
   Status: In Progress => Fix Released

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

Title:
  Events view should be shown on import

Status in the base for Ubuntu mobile products:
  Confirmed
Status in Gallery App:
  Fix Released
Status in “gallery-app” package in Ubuntu:
  Fix Released
Status in “gallery-app” package in Ubuntu RTM:
  In Progress

Bug description:
  If a photo is imported via the content-hub, we should always make sure
  to display the Events view as the photo will show up by default there.

  Currenty if the gallery is open to a specific photo or album, after
  the import occurs we don't update the view so user has no idea where
  the imported picture is.

  Would be nice to directly open the imported picture but this won't
  work as we might get multiple import events in a row from content-hub
  in the case where the user "Dimissed" the open dialog multiple times.
  Next time gallery-app launched or displayed it will be delivered
  multiple events so we would not know which to open.

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

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


[Touch-packages] [Bug 1381583] Re: imported pictures should show in Event for today

2014-11-26 Thread Arthur Mello
** Changed in: gallery-app
   Status: In Progress => Fix Released

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

Title:
  imported pictures should show in Event for today

Status in the base for Ubuntu mobile products:
  Confirmed
Status in Gallery App:
  Fix Released
Status in Ubuntu UX bugs:
  New
Status in “gallery-app” package in Ubuntu:
  Fix Released
Status in “gallery-app” package in Ubuntu RTM:
  Fix Released

Bug description:
  When pictures are imported into the gallery, via content-hub, we
  should always display them in the Event for the current day. Right
  now, the picture is played in the Event that corresponds to the
  metadata creation date which is very confusing because after the
  picture is imported you can't find it easily.

  Arthur and I discussed modifiying one of the standard exif tags (like
  DateTime, but don't modify CreationDate) with the current date of
  import as the gallery already sorts by a series of tags. Another
  solution would be to add a custom tag like (importDate) and change the
  sort to use that if it exists before falling back to other tags.

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

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


[Touch-packages] [Bug 1389514] Re: open photo from scope fails on first try

2014-11-26 Thread Arthur Mello
** Changed in: gallery-app
   Status: In Progress => Fix Released

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

Title:
  open photo from scope fails on first try

Status in the base for Ubuntu mobile products:
  Confirmed
Status in Gallery App:
  Fix Released
Status in “gallery-app” package in Ubuntu:
  Fix Released
Status in “gallery-app” package in Ubuntu RTM:
  New

Bug description:
  The Photos scope and gallery app support a mechanism where a photo can
  be opened directly in the gallery by tapping 'open' on it in the
  photos scope.  However, this appears to fail on the first try if
  Gallery hasn't been run before.

  Steps to reproduce this:
  1. Flash the phone to get a fresh install.
  2. Take some photos in the camera app.
  3. Navigate to those photos in the Photos scope.
  4. Select a photo and tap 'open'.

  Expected results: Selected photo opens in the gallery app.

  Actual results: Gallery app opens and shows the 'Events' view, but does not 
open the chosen photo.
  On second attempt, the expected results happen.

  I suspect that the gallery app may be getting stuck on indexing and
  thumbnailing the first time, and once that is done things work as
  expected.

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

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


[Touch-packages] [Bug 791506] Re: Using an external USB microphone.

2014-11-26 Thread lunix
I am rummy, I meant to say 14.04 and 14.10.

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

Title:
  Using an external USB microphone.

Status in “pulseaudio” package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: pulseaudio

  The problem I face is that after plugging a Logitech QuickCam, that
  has a built-in microphone, that microphone does not become active. I
  can switch it manually in sound preferences, but it does not becomes a
  default. Meaning that it wont be the default input after reboot,
  suspend, unplug/replug.

  I actually worked it around using udev and power management, see
  attachments. It's a hack, but works.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: pulseaudio 1:0.9.22+stable-queue-24-g67d18-0ubuntu3.1
  ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
  Uname: Linux 2.6.38-8-generic i686
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  benoit 1341 F pulseaudio
   /dev/snd/controlC0:  benoit 1341 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'ICH6'/'Intel ICH6 with AD1981B at irq 22'
     Mixer name : 'Analog Devices AD1981B'
     Components : 'AC97a:41445374'
     Controls  : 26
     Simple ctrls  : 18
  Card1.Amixer.info:
   Card hw:1 'U0x46d0x89d'/'USB Device 0x46d:0x89d at usb-:00:1d.7-4.3, 
full speed'
     Mixer name : 'USB Mixer'
     Components : 'USB046d:089d'
     Controls  : 3
     Simple ctrls  : 2
  Card29.Amixer.info:
   Card hw:29 'ThinkPadEC'/'ThinkPad Console Audio Control at EC reg 0x30, fw 
1YHT27WW-1.04'
     Mixer name : 'ThinkPad EC 1YHT27WW-1.04'
     Components : ''
     Controls  : 2
     Simple ctrls  : 1
  Card29.Amixer.values:
   Simple mixer control 'Console',0
     Capabilities: pvolume pvolume-joined pswitch pswitch-joined penum
     Playback channels: Mono
     Limits: Playback 0 - 14
     Mono: Playback 7 [50%] [on]
  Date: Wed Jun  1 14:04:08 2011
  InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
  ProcEnviron:
   LANGUAGE=fr_CA:en
   PATH=(custom, user)
   LANG=en_CA.UTF-8
   LC_MESSAGES=fr_CA.UTF-8
   SHELL=/bin/bash
  SourcePackage: pulseaudio
  UpgradeStatus: Upgraded to natty on 2011-05-11 (21 days ago)
  dmi.bios.date: 11/07/2005
  dmi.bios.vendor: IBM
  dmi.bios.version: 1YET59WW (1.24 )
  dmi.board.name: 2686DHF
  dmi.board.vendor: IBM
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: IBM
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnIBM:bvr1YET59WW(1.24):bd11/07/2005:svnIBM:pn2686DHF:pvrThinkPadT43:rvnIBM:rn2686DHF:rvrNotAvailable:cvnIBM:ct10:cvrNotAvailable:
  dmi.product.name: 2686DHF
  dmi.product.version: ThinkPad T43
  dmi.sys.vendor: IBM

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

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


[Touch-packages] [Bug 791506] Re: Using an external USB microphone.

2014-11-26 Thread lunix
This bug is still happening in both 12.04 and 12.10.
Simple to reproduce.
Use laptop with analogue built in Microphone.  Plug in a USB Microphone and 
switch to it.
When rebooting Ubuntu the analogue microphone is re-activated and NOT the last 
Microphone used
which was the USB Microphone.
In addition going to "Sound Settings" and clicking on Input will cause the 
Microphone to fall off the
USB Microphone and onto the built in Analogue Microphone forcing the user to 
then reselect the
USB Microphone.   What is the likely hood of this ever getting fixed?

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

Title:
  Using an external USB microphone.

Status in “pulseaudio” package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: pulseaudio

  The problem I face is that after plugging a Logitech QuickCam, that
  has a built-in microphone, that microphone does not become active. I
  can switch it manually in sound preferences, but it does not becomes a
  default. Meaning that it wont be the default input after reboot,
  suspend, unplug/replug.

  I actually worked it around using udev and power management, see
  attachments. It's a hack, but works.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: pulseaudio 1:0.9.22+stable-queue-24-g67d18-0ubuntu3.1
  ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
  Uname: Linux 2.6.38-8-generic i686
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  benoit 1341 F pulseaudio
   /dev/snd/controlC0:  benoit 1341 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'ICH6'/'Intel ICH6 with AD1981B at irq 22'
     Mixer name : 'Analog Devices AD1981B'
     Components : 'AC97a:41445374'
     Controls  : 26
     Simple ctrls  : 18
  Card1.Amixer.info:
   Card hw:1 'U0x46d0x89d'/'USB Device 0x46d:0x89d at usb-:00:1d.7-4.3, 
full speed'
     Mixer name : 'USB Mixer'
     Components : 'USB046d:089d'
     Controls  : 3
     Simple ctrls  : 2
  Card29.Amixer.info:
   Card hw:29 'ThinkPadEC'/'ThinkPad Console Audio Control at EC reg 0x30, fw 
1YHT27WW-1.04'
     Mixer name : 'ThinkPad EC 1YHT27WW-1.04'
     Components : ''
     Controls  : 2
     Simple ctrls  : 1
  Card29.Amixer.values:
   Simple mixer control 'Console',0
     Capabilities: pvolume pvolume-joined pswitch pswitch-joined penum
     Playback channels: Mono
     Limits: Playback 0 - 14
     Mono: Playback 7 [50%] [on]
  Date: Wed Jun  1 14:04:08 2011
  InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
  ProcEnviron:
   LANGUAGE=fr_CA:en
   PATH=(custom, user)
   LANG=en_CA.UTF-8
   LC_MESSAGES=fr_CA.UTF-8
   SHELL=/bin/bash
  SourcePackage: pulseaudio
  UpgradeStatus: Upgraded to natty on 2011-05-11 (21 days ago)
  dmi.bios.date: 11/07/2005
  dmi.bios.vendor: IBM
  dmi.bios.version: 1YET59WW (1.24 )
  dmi.board.name: 2686DHF
  dmi.board.vendor: IBM
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: IBM
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnIBM:bvr1YET59WW(1.24):bd11/07/2005:svnIBM:pn2686DHF:pvrThinkPadT43:rvnIBM:rn2686DHF:rvrNotAvailable:cvnIBM:ct10:cvrNotAvailable:
  dmi.product.name: 2686DHF
  dmi.product.version: ThinkPad T43
  dmi.sys.vendor: IBM

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

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


[Touch-packages] [Bug 1396603] Re: Application menu title can't be set

2014-11-26 Thread Phil Wolff
Not a bug. When there is a valid .desktop file accompanying the
application, it works just fine.

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

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

Title:
  Application menu title can't be set

Status in “unity” package in Ubuntu:
  Invalid

Bug description:
  Ubuntu 14.10 64-bit
  Unity 7.3.1+14.10.20141016-0ubuntu1

  My application subclasses Gtk::Application, and my constructor calls
  Glib::set_application_name ( "Test App Menu" ). I expected the app
  menu to be titled "Test App Menu", which is what happens when using
  the Gnome desktop. Instead, Unity titles it "Unknown Application
  Name."

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

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


[Touch-packages] [Bug 1396828] Re: package libgl1-mesa-glx:amd64 10.3.0-0ubuntu3 failed to install/upgrade in distribution upgrade

2014-11-26 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package libgl1-mesa-glx:amd64 10.3.0-0ubuntu3 failed to
  install/upgrade in distribution upgrade

Status in “mesa” package in Ubuntu:
  New

Bug description:
  
  It crashed during the distribution upgrade to 14.10

  ProblemType: Package
  DistroRelease: Ubuntu 14.10
  Package: libgl1-mesa-glx:amd64 10.3.0-0ubuntu3
  ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8
  Uname: Linux 3.13.0-39-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Wed Nov 26 18:55:11 2014
  DistUpgraded: 2014-11-26 18:58:05,340 ERROR SystemError from cache.commit(): 
installArchives() failed
  DistroCodename: utopic
  DistroVariant: ubuntu
  DkmsStatus:
   fglrx-updates-core, 14.201, 3.13.0-39-generic, x86_64: installed
   fglrx-updates-core, 14.201, 3.16.0-25-generic, x86_64: installed
  DuplicateSignature: package:libgl1-mesa-glx:amd64:10.3.0-0ubuntu3:subprocess 
installed post-installation script returned error exit status 2
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 2
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] 
(rev 09) (prog-if 00 [VGA controller])
 Subsystem: Hewlett-Packard Company Device [103c:195e]
   Advanced Micro Devices, Inc. [AMD/ATI] Mars [Radeon HD 8670A/8670M/8750M] 
[1002:6600] (rev ff) (prog-if ff)
  InstallationDate: Installed on 2014-06-12 (167 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  MachineType: Hewlett-Packard HP ENVY Sleekbook 6
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-39-generic.efi.signed 
root=UUID=27b97477-54ab-4447-a6ae-1beeef50d0b7 ro splash quiet
  SourcePackage: mesa
  Title: package libgl1-mesa-glx:amd64 10.3.0-0ubuntu3 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 2
  UpgradeStatus: Upgraded to utopic on 2014-11-26 (0 days ago)
  dmi.bios.date: 01/15/2013
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.23
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 195E
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 72.66
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.23:bd01/15/2013:svnHewlett-Packard:pnHPENVYSleekbook6:pvr088612305A0320100:rvnHewlett-Packard:rn195E:rvr72.66:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP ENVY Sleekbook 6
  dmi.product.version: 088612305A0320100
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz 1:0.9.12+14.10.20140918-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.3.0-0ubuntu3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.3.0-0ubuntu3
  version.xserver-xorg-core: xserver-xorg-core 2:1.16.0-1ubuntu1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.4.0-2ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.914-1~exp1ubuntu4.1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2
  xserver.bootTime: Tue Nov 25 23:37:05 2014
  xserver.configfile: default
  xserver.errors: RADEON(G0): [XvMC] Failed to initialize extension.
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id5558 
   vendor CMN
  xserver.version: 2:1.15.1-0ubuntu2.1

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

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


[Touch-packages] [Bug 1396828] [NEW] package libgl1-mesa-glx:amd64 10.3.0-0ubuntu3 failed to install/upgrade in distribution upgrade

2014-11-26 Thread Carlos
Public bug reported:


It crashed during the distribution upgrade to 14.10

ProblemType: Package
DistroRelease: Ubuntu 14.10
Package: libgl1-mesa-glx:amd64 10.3.0-0ubuntu3
ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8
Uname: Linux 3.13.0-39-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.14.7-0ubuntu8
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
Date: Wed Nov 26 18:55:11 2014
DistUpgraded: 2014-11-26 18:58:05,340 ERROR SystemError from cache.commit(): 
installArchives() failed
DistroCodename: utopic
DistroVariant: ubuntu
DkmsStatus:
 fglrx-updates-core, 14.201, 3.13.0-39-generic, x86_64: installed
 fglrx-updates-core, 14.201, 3.16.0-25-generic, x86_64: installed
DuplicateSignature: package:libgl1-mesa-glx:amd64:10.3.0-0ubuntu3:subprocess 
installed post-installation script returned error exit status 2
ErrorMessage: subprocess installed post-installation script returned error exit 
status 2
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] (rev 
09) (prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company Device [103c:195e]
 Advanced Micro Devices, Inc. [AMD/ATI] Mars [Radeon HD 8670A/8670M/8750M] 
[1002:6600] (rev ff) (prog-if ff)
InstallationDate: Installed on 2014-06-12 (167 days ago)
InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
MachineType: Hewlett-Packard HP ENVY Sleekbook 6
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-39-generic.efi.signed 
root=UUID=27b97477-54ab-4447-a6ae-1beeef50d0b7 ro splash quiet
SourcePackage: mesa
Title: package libgl1-mesa-glx:amd64 10.3.0-0ubuntu3 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 2
UpgradeStatus: Upgraded to utopic on 2014-11-26 (0 days ago)
dmi.bios.date: 01/15/2013
dmi.bios.vendor: Insyde
dmi.bios.version: F.23
dmi.board.asset.tag: Type2 - Board Asset Tag
dmi.board.name: 195E
dmi.board.vendor: Hewlett-Packard
dmi.board.version: 72.66
dmi.chassis.asset.tag: Chassis Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnInsyde:bvrF.23:bd01/15/2013:svnHewlett-Packard:pnHPENVYSleekbook6:pvr088612305A0320100:rvnHewlett-Packard:rn195E:rvr72.66:cvnHewlett-Packard:ct10:cvrChassisVersion:
dmi.product.name: HP ENVY Sleekbook 6
dmi.product.version: 088612305A0320100
dmi.sys.vendor: Hewlett-Packard
version.compiz: compiz 1:0.9.12+14.10.20140918-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.56-1
version.libgl1-mesa-dri: libgl1-mesa-dri 10.3.0-0ubuntu3
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.3.0-0ubuntu3
version.xserver-xorg-core: xserver-xorg-core 2:1.16.0-1ubuntu1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.4.0-2ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.914-1~exp1ubuntu4.1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.11-1ubuntu2
xserver.bootTime: Tue Nov 25 23:37:05 2014
xserver.configfile: default
xserver.errors: RADEON(G0): [XvMC] Failed to initialize extension.
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id5558 
 vendor CMN
xserver.version: 2:1.15.1-0ubuntu2.1

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


** Tags: amd64 apport-package compiz-0.9 need-duplicate-check ubuntu utopic

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

Title:
  package libgl1-mesa-glx:amd64 10.3.0-0ubuntu3 failed to
  install/upgrade in distribution upgrade

Status in “mesa” package in Ubuntu:
  New

Bug description:
  
  It crashed during the distribution upgrade to 14.10

  ProblemType: Package
  DistroRelease: Ubuntu 14.10
  Package: libgl1-mesa-glx:amd64 10.3.0-0ubuntu3
  ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8
  Uname: Linux 3.13.0-39-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Wed Nov 26 18:55:11 2014
  DistUpgraded: 2014-11-26 18:58:05,340 ERROR SystemError from cache.commit(): 
installArchives() failed
  DistroCodename: utopic
  DistroVariant: ubuntu
  DkmsStatus:
   fglrx-updates-core, 14.201, 3.13.0-39-generic, x86_64

[Touch-packages] [Bug 1371710] Re: autologin should support PAM_USER

2014-11-26 Thread Robert Ancell
Thats both good and bad news then! Hopefully you will find another
feature that needs improvement.

Yes, we might as well close this. As it's probably not a big limitation
to specify a default username.

Ack on the documentation issue. We'll just add that to the list of
documentation deficiencies...

** Changed in: lightdm
   Status: Triaged => Invalid

** Changed in: lightdm/1.10
   Status: Triaged => Invalid

** Changed in: lightdm (Ubuntu)
   Status: Triaged => Invalid

** Changed in: lightdm (Ubuntu Trusty)
   Status: Triaged => Invalid

** Changed in: lightdm (Ubuntu Utopic)
   Status: Triaged => Invalid

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

Title:
  autologin should support PAM_USER

Status in Light Display Manager:
  Invalid
Status in Light Display Manager 1.10 series:
  Invalid
Status in “lightdm” package in Ubuntu:
  Invalid
Status in “lightdm” source package in Trusty:
  Invalid
Status in “lightdm” source package in Utopic:
  Invalid

Bug description:
  There should be a way to specify the autologin-user via PAM_USER.

  Currently, to enable autologin you specify autologin-user in the
  lightdm.conf file, and any value of PAM_USER returned after
  pam_authenticate() is ignored.

  This means if you want to affect autologin so that different users are
  logged in at different times, based on some external criteria, you
  must rewrite the lightdm configuration and restart the service each
  time.

  One approach would be to add a new key e.g. "autologin-user-pam=true"
  which would enable autologin and use the PAM_USER returned by
  pam_authenticate() as the user to log in. It might make sense that if
  PAM_USER is *not* set by the call to pam_authenticate to fall back to
  the autologin-user value, or else to disable autologin entirely.

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

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


[Touch-packages] [Bug 1396820] [NEW] Wireless stopped working after upgrade

2014-11-26 Thread Frans Hommes
Public bug reported:

After upgrading to 14.04 connection to the wireless was hardly possible.
After downgrading the wpasupplicant package to 1.0-3ubuntu2-mtrudel1
wireless connection was restored.

System is Ubuntu 14.04.1 LTS on a HP Presario CQ71.

Sorry I could only send the bug report from the 'repaired' system.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: wpasupplicant 1.0-3ubuntu2~mtrudel1
ProcVersionSignature: Ubuntu 3.13.0-40.69-generic 3.13.11.10
Uname: Linux 3.13.0-40-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.5
Architecture: amd64
CurrentDesktop: KDE
Date: Thu Nov 27 00:25:52 2014
InstallationDate: Installed on 2014-01-12 (318 days ago)
InstallationMedia: Ubuntu 12.04.3 LTS "Precise Pangolin" - Release amd64 
(20130820.1)
SourcePackage: wpa
UpgradeStatus: Upgraded to trusty on 2014-04-19 (221 days ago)

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


** Tags: amd64 apport-bug trusty

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

Title:
  Wireless stopped working after upgrade

Status in “wpa” package in Ubuntu:
  New

Bug description:
  After upgrading to 14.04 connection to the wireless was hardly
  possible. After downgrading the wpasupplicant package to
  1.0-3ubuntu2-mtrudel1 wireless connection was restored.

  System is Ubuntu 14.04.1 LTS on a HP Presario CQ71.

  Sorry I could only send the bug report from the 'repaired' system.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: wpasupplicant 1.0-3ubuntu2~mtrudel1
  ProcVersionSignature: Ubuntu 3.13.0-40.69-generic 3.13.11.10
  Uname: Linux 3.13.0-40-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Thu Nov 27 00:25:52 2014
  InstallationDate: Installed on 2014-01-12 (318 days ago)
  InstallationMedia: Ubuntu 12.04.3 LTS "Precise Pangolin" - Release amd64 
(20130820.1)
  SourcePackage: wpa
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (221 days ago)

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

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


[Touch-packages] [Bug 1396700] Re: Needs to be updated to bluez5

2014-11-26 Thread Robert Ancell
** Changed in: indicator-bluetooth (Ubuntu)
   Status: New => Triaged

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

Title:
  Needs to be updated to bluez5

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

Bug description:
  See https://blueprints.launchpad.net/ubuntu/+spec/desktop-v-bluez5 for
  details

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-bluetooth/+bug/1396700/+subscriptions

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


[Touch-packages] [Bug 1396817] [NEW] Device locked timer doesn't decrease if the screen is off

2014-11-26 Thread Riccardo Padovani
Public bug reported:

I'm on RTM #9

Way to reproduce:
- Insert 5 wrong PIN
- The phone says the device is locked for 5 minutes
- Turn off the screen
- Go to drink a coffe
- Return 5 minutes later
- Turn on the screen

What I expect:
- I'm able to insert my pin and use my phone

What happens:
- The phone says the device is locked for 5 minutes


After some tries, I'm pretty sure the timer goes down only if the screen is on

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

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

Title:
  Device locked timer doesn't decrease if the screen is off

Status in “unity8” package in Ubuntu:
  New

Bug description:
  I'm on RTM #9

  Way to reproduce:
  - Insert 5 wrong PIN
  - The phone says the device is locked for 5 minutes
  - Turn off the screen
  - Go to drink a coffe
  - Return 5 minutes later
  - Turn on the screen

  What I expect:
  - I'm able to insert my pin and use my phone

  What happens:
  - The phone says the device is locked for 5 minutes

  
  After some tries, I'm pretty sure the timer goes down only if the screen is on

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

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


[Touch-packages] [Bug 1388647] Re: DRI_PRIME=1 has no effect in Ubuntu 14.10

2014-11-26 Thread goodeye
So appearently this isn't a bug but ubuntu maintainers forgot to enable it
Works on my Ivy Bridge + AMD 7650M, due to that my Nvidia machine has binary 
blob installed now, I am not willing to test it out

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

Title:
  DRI_PRIME=1 has no effect in Ubuntu 14.10

Status in “xorg” package in Ubuntu:
  Confirmed

Bug description:
  On an Optimus laptop with both GPUs enabled, having run this command
  so that the Nvidia GPU can be used to offload 3D work from the Intel
  GPU:

  ```
  xrandr --setprovideroffloadsink nouveau Intel
  ```

  Then running this command:

  ```
  DRI_PRIME=1 glxinfo | grep "OpenGL vendor string"
  ```

  provides the incorrect output:

  ```
  OpenGL vendor string: Intel Open Source Technology Center
  ```

  when it should actually show that the Nouveau driver is in use for the
  program.

  This worked previously in Ubuntu 14.04. Apart from only having a 3.16
  kernel (instead of 3.17) Ubuntu 14.10 actually supports recent enough
  versions of the requisite packages necesarry to get DRI 3 offloading
  support, so perhaps this is part of the problem.

  Or, more likely, I notice a Nouveau failure after startup, and then
  again after running xrandr commands, for example:

  ```
  [  170.912483] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
  [  217.550205] thinkpad_acpi: EC reports that Thermal Table has changed
  [  223.857442] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type 
mismatch - Found [Buffer], ACPI requires [Package] (20140424/nsarguments-95)
  [  223.858395] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type 
mismatch - Found [Buffer], ACPI requires [Package] (20140424/nsarguments-95)
  [  223.860200] nouveau E[PBUS][:01:00.0] MMIO read of 0x 
FAULT at 0x002140 [ !ENGINE ]
  [  224.654622] thinkpad_acpi: EC reports that Thermal Table has changed
  [  825.172094] thinkpad_acpi: EC reports that Thermal Table has changed
  [  831.132156] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type 
mismatch - Found [Buffer], ACPI requires [Package] (20140424/nsarguments-95)
  [  831.133030] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type 
mismatch - Found [Buffer], ACPI requires [Package] (20140424/nsarguments-95)
  [  831.134832] nouveau E[PBUS][:01:00.0] MMIO read of 0x 
FAULT at 0x002140 [ !ENGINE ]
  ```

  Perhaps this is just a regression in either the Nouveau or Intel
  drivers for my hardware. I'm using a Lenovo T430. I can confirm that
  I'm able to start the laptop without errors when I only enable the
  Intel GPU or NVidia GPU separately, and only see this error when both
  GPUs are enabled simultaneously.

  Extra Info:

  1: Description:   Ubuntu 14.10
  Release:  14.10

  2: N/A

  3: The text 'nouveau' should have appeared in the output of the
  command.

  4: The text 'Intel' appeared in the output of the command.

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

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


[Touch-packages] [Bug 1390724] Re: Cups + cups-bsd not providing command line functionality

2014-11-26 Thread Vittorio Beggi
Solved with this workaround:

1) Install cups-pdf
2) Set cups-pdf as default printer (This builds the queue as expected)
3) Set  the HPLIP printer as default printer.

Now lpq shows the HPLIP printer queue as expected.
Printing to default lp works again.

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

Title:
  Cups + cups-bsd not providing command line  functionality

Status in “cups” package in Ubuntu:
  Incomplete

Bug description:
  lp does not connecto to any printer queue
  lpq does not show any queue, does not  manage anything

  cups installed, default printer assigned, cups-bsd installed.

  lpstat working but useless.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: cups-bsd 1.7.2-0ubuntu1.3
  ProcVersionSignature: Ubuntu 3.13.0-40.68-generic 3.13.11.10
  Uname: Linux 3.13.0-40-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Sat Nov  8 12:50:14 2014
  InstallationDate: Installed on 2014-10-25 (13 days ago)
  InstallationMedia: Xubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140723)
  Lpstat:
   device for Deskjet_F4100: hp:/usb/Deskjet_F4100_series?serial=CN79N5W41404TJ
   device for Hewlett-Packard-HP-LaserJet-1018: 
hp:/usb/HP_LaserJet_1018?serial=KP04ARL
  MachineType: MICRO-STAR INTERNATIONAL CO.,LTD MS-7596
  Papersize: a4
  PpdFiles:
   Hewlett-Packard-HP-LaserJet-1018: HP LaserJet 1018 Foomatic/foo2zjs-z1 
(recommended)
   Deskjet_F4100: HP Deskjet f4100 Series, hpcups 3.14.10
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-40-generic 
root=UUID=5fa122db-cf90-4501-9d18-11ad242f9acc ro quiet splash vt.handoff=7
  SourcePackage: cups
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/09/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V2.4
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: 785GM-E51 (MS-7596)
  dmi.board.vendor: MICRO-STAR INTERNATIONAL CO.,LTD
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MICRO-STAR INTERNATIONAL CO.,LTD
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV2.4:bd12/09/2009:svnMICRO-STARINTERNATIONALCO.,LTD:pnMS-7596:pvr1.0:rvnMICRO-STARINTERNATIONALCO.,LTD:rn785GM-E51(MS-7596):rvr1.0:cvnMICRO-STARINTERNATIONALCO.,LTD:ct3:cvr1.0:
  dmi.product.name: MS-7596
  dmi.product.version: 1.0
  dmi.sys.vendor: MICRO-STAR INTERNATIONAL CO.,LTD

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

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


[Touch-packages] [Bug 1320026] Re: Need better versioning

2014-11-26 Thread Michi Henning
** Changed in: unity-scopes-api (Ubuntu)
   Status: Fix Committed => In Progress

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

Title:
  Need better versioning

Status in “unity-scopes-api” package in Ubuntu:
  In Progress

Bug description:
  Currently, we are changing the micro version (the z in x.y.z) when we
  make an ABI breaking change. This creates problems because there is
  nothing in the machinery to alert a client of our library when there
  is a mismatch.

  We do have a version check that kicks in when a scope is initialised,
  but that one only looks at the major version number (the x in x.y.z).

  The problem is that we have users outside our team who are using the
  library while it is in development. To let them know that the ABI has
  changed, we'd have to change the major version number, but that would
  mean that we'd be at version 35.y.z before we even have the first
  official release. And it is not an option to, during development,
  increase the major version number and then reset it back to 1.0.0 for
  the release because that runs the risk that, somewhere, and earlier
  incarnation of 1.0.0 may still be kicking around. After all, the whole
  point of version numbers is that they are monotonically increasing.

  I really would like to change the versioning such that the major
  version number is used to indicate major milestones or feature
  additions. To indicate ABI breaking changes, I want to use the minor
  version. This would allow us to use a sequence such as:

  0.1.0 Some release
  0.1.1 ABI compatible update
  0.2.0 ABI incompatible update
  ...
  0.17.3 Final version before release
  1.0.0 First release version, same as 0.17.3, just with different version 
number.
  1.0.1 ABI compatible patch release
  1.1.0 ABI incompatible patch release

  This will give us a way to indicate to our alpha/beta testers when the
  ABI breaks, and it provides a clean reset of the version number for
  releases.

  For the .so, instead of having

  libunity-scopes.so -> libunity-scopes.so.1
  libunity-scopes.so.1 -> libunity-scopes.so.1.0.0

  we would have

  libunity-scopes.so -> libunity-scopes.so.1.0
  libunity-scopes.so.1.0 -> libunity-scopes.so.1.0.0

  The version check in the run time would be updated to check both major
  and minor version for the compatibility test.

  None of the above is difficult. I'm not clear on what the wider
  implications are for debian packaging, testing, CI, and the like
  though.

  But I really would like to make this change. It'll be particularly
  important after we have released and do "version 2" of the library.
  How are we going to get new versions of the library to our customers
  if there is no way to indicate ABI changes other than by changing the
  major version number? By making the minor version the most significant
  one for the ABI check, we are in a better position. For example,
  assuming 1.1.3 is the final released version, for early access
  testing, we can use 1.20.0 as the starting point for version 2 and
  then count up from there (1.20.z, 1.21.z, etc.). Then, on release, the
  new version becomes 2.0.0.

  Opinions anyone? James, you are most expert with the debian
  implications. Can you help here?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scopes-api/+bug/1320026/+subscriptions

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


[Touch-packages] [Bug 1267979] Re: No sound on Nexus 4

2014-11-26 Thread Robert Ancell
** Changed in: animal-farm
   Status: Triaged => Fix Released

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

Title:
  No sound on Nexus 4

Status in Animal Farm:
  Fix Released
Status in “apparmor-easyprof-ubuntu” package in Ubuntu:
  Invalid

Bug description:
  At some point the audio stopped working for this app on my Nexus 4

To manage notifications about this bug go to:
https://bugs.launchpad.net/animal-farm/+bug/1267979/+subscriptions

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


[Touch-packages] [Bug 1387949] Re: power cycling Emerson EM229 headset caused phone to reboot

2014-11-26 Thread Selene Scriven
If I can manage to reproduce this again, I will.  It seems quite a bit
more stable in the more recent images though.

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

Title:
  power cycling Emerson EM229 headset caused phone to reboot

Status in “bluez” package in Ubuntu:
  New

Bug description:
  While sanity testing krillin rtm image 139, I paired a bluetooth
  headset.  I made a call with it, hung up, then turned the headset off.
  I noticed this caused the BT indicator icon to invert, which is a nice
  way to indicate whether something is connected.  So, I turned the
  device back on, waited for the icon to invert, turned the device off,
  waited, and instead of inverting the icon...  the phone rebooted.

  Not sure what exactly failed here, like which component, but it's
  definitely not good when a paired headset can cause the phone to
  spontaneously reboot.

  I don't see any relevant .crash files, and all I see in syslog from
  that time is this:

  Oct 30 23:42:27 ubuntu-phablet NetworkManager[1429]:  Activation 
(/ril_1) failed for connection '/310410695117999/context1'
  Oct 30 23:42:27 ubuntu-phablet NetworkManager[1429]:  (/ril_1): device 
state change: failed -> disconnected (reason 'none') [120 30 0]
  Oct 30 23:42:27 ubuntu-phablet NetworkManager[1429]:  (/ril_1): 
deactivating device (reason 'none') [0]
  Oct 30 23:43:01 ubuntu-phablet kernel: [  
747.229681][Ker_PM][request_suspend_state]wakeup (3->0) at 747214006509 
(2014-10-31 05:43:01.704759580 UTC)
  Oct 30 23:43:02 ubuntu-phablet kernel: [  747.779813]mtk-tpd: TPD wake up
  Oct 30 23:43:02 ubuntu-phablet kernel: [  747.816572]mtk-tpd: TPD wake up done
  Oct 30 23:43:02 ubuntu-phablet kernel: [  747.816593]  
mag_context_obj ok--->hwm_obj->early_suspend=0 
  Oct 30 23:43:09 ubuntu-phablet dbus[769]: [system] Activating service 
name='org.freedesktop.systemd1' (using servicehelper)
  Oct 30 23:43:09 ubuntu-phablet dbus[769]: [system] Successfully activated 
service 'org.freedesktop.systemd1'
  Oct 30 23:43:09 ubuntu-phablet rsyslogd: [origin software="rsyslogd" 
swVersion="7.4.4" x-pid="771" x-info="http://www.rsyslog.com";] exiting on 
signal 15.
  Oct 30 23:43:42 ubuntu-phablet rsyslogd: [origin software="rsyslogd" 
swVersion="7.4.4" x-pid="785" x-info="http://www.rsyslog.com";] start
  Oct 30 23:43:42 ubuntu-phablet rsyslogd-2307: warning: ~ action is 
deprecated, consider using the 'stop' statement instead [try 
http://www.rsyslog.com/e/2307 ]
  Oct 30 23:43:42 ubuntu-phablet rsyslogd-2307: warning: ~ action is 
deprecated, consider using the 'stop' statement instead [try 
http://www.rsyslog.com/e/2307 ]
  Oct 30 23:43:42 ubuntu-phablet rsyslogd: rsyslogd's groupid changed to 103
  Oct 30 23:43:42 ubuntu-phablet rsyslogd: rsyslogd's userid changed to 100
  Oct 30 23:43:42 ubuntu-phablet kernel: [0.00]Booting Linux on 
physical CPU 0
  Oct 30 23:43:42 ubuntu-phablet kernel: [0.00]Initializing cgroup 
subsys cpu
  Oct 30 23:43:42 ubuntu-phablet kernel: [0.00]Linux version 3.4.67 
(root@android-barajas_1414177384) (gcc version 4.7 (GCC) ) #1 SMP PREEMPT Tue 
Oct 28 11:57:42 UTC 2014

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

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


[Touch-packages] [Bug 1396806] [NEW] Images to video, skipping images

2014-11-26 Thread niknah
Public bug reported:

In the man page for avconv, it says...

For creating a video from many images:

   avconv -f image2 -i foo-%03d.jpeg -r 12 -s WxH
foo.avi


But this creates a video file where most of the images are skipped over.  Only 
one out of every 8-10 frames are used.

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

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

Title:
  Images to video, skipping images

Status in “libav” package in Ubuntu:
  New

Bug description:
  In the man page for avconv, it says...

  For creating a video from many images:

 avconv -f image2 -i foo-%03d.jpeg -r 12 -s WxH
  foo.avi

  
  But this creates a video file where most of the images are skipped over.  
Only one out of every 8-10 frames are used.

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

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


[Touch-packages] [Bug 1396797] Re: package gnome-icon-theme 3.12.0-1ubuntu1 failed to install/upgrade: Trigger bilden eine Schleife, aufgegeben

2014-11-26 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package gnome-icon-theme 3.12.0-1ubuntu1 failed to install/upgrade:
  Trigger bilden eine Schleife, aufgegeben

Status in “gnome-icon-theme” package in Ubuntu:
  New

Bug description:
  reinstall - then ok

  ProblemType: Package
  DistroRelease: Ubuntu 15.04
  Package: gnome-icon-theme 3.12.0-1ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-25.33-generic 3.16.7
  Uname: Linux 3.16.0-25-generic x86_64
  NonfreeKernelModules: openafs
  ApportVersion: 2.14.7-0ubuntu10
  Architecture: amd64
  Date: Wed Nov 26 21:48:40 2014
  DuplicateSignature: package:gnome-icon-theme:3.12.0-1ubuntu1:Trigger bilden 
eine Schleife, aufgegeben
  ErrorMessage: Trigger bilden eine Schleife, aufgegeben
  PackageArchitecture: all
  SourcePackage: gnome-icon-theme
  Title: package gnome-icon-theme 3.12.0-1ubuntu1 failed to install/upgrade: 
Trigger bilden eine Schleife, aufgegeben
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1311370] Re: One or more needed GStreamer elements are missing: cluttervideosink

2014-11-26 Thread Nicholas Skaggs
Seb, this seems to me like cheese itself is simply missing a declared
dependency on gstreamer1.0-clutter. Cheese doesn't work without it, and
installing it fixes the issue.

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

Title:
  One or more needed GStreamer elements are missing: cluttervideosink

Status in “gstreamer1.0” package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 14.04 fresh install.
  When launching cheese this error message is displayed
  "One or more needed GStreamer elements are missing: cluttervideosink."

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: cheese 3.10.2-0ubuntu2
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Apr 22 23:32:11 2014
  InstallationDate: Installed on 2014-04-22 (0 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  SourcePackage: cheese
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer1.0/+bug/1311370/+subscriptions

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


[Touch-packages] [Bug 1396797] [NEW] package gnome-icon-theme 3.12.0-1ubuntu1 failed to install/upgrade: Trigger bilden eine Schleife, aufgegeben

2014-11-26 Thread Josef Hopfgartner
Public bug reported:

reinstall - then ok

ProblemType: Package
DistroRelease: Ubuntu 15.04
Package: gnome-icon-theme 3.12.0-1ubuntu1
ProcVersionSignature: Ubuntu 3.16.0-25.33-generic 3.16.7
Uname: Linux 3.16.0-25-generic x86_64
NonfreeKernelModules: openafs
ApportVersion: 2.14.7-0ubuntu10
Architecture: amd64
Date: Wed Nov 26 21:48:40 2014
DuplicateSignature: package:gnome-icon-theme:3.12.0-1ubuntu1:Trigger bilden 
eine Schleife, aufgegeben
ErrorMessage: Trigger bilden eine Schleife, aufgegeben
PackageArchitecture: all
SourcePackage: gnome-icon-theme
Title: package gnome-icon-theme 3.12.0-1ubuntu1 failed to install/upgrade: 
Trigger bilden eine Schleife, aufgegeben
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-icon-theme (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package vivid

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

Title:
  package gnome-icon-theme 3.12.0-1ubuntu1 failed to install/upgrade:
  Trigger bilden eine Schleife, aufgegeben

Status in “gnome-icon-theme” package in Ubuntu:
  New

Bug description:
  reinstall - then ok

  ProblemType: Package
  DistroRelease: Ubuntu 15.04
  Package: gnome-icon-theme 3.12.0-1ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-25.33-generic 3.16.7
  Uname: Linux 3.16.0-25-generic x86_64
  NonfreeKernelModules: openafs
  ApportVersion: 2.14.7-0ubuntu10
  Architecture: amd64
  Date: Wed Nov 26 21:48:40 2014
  DuplicateSignature: package:gnome-icon-theme:3.12.0-1ubuntu1:Trigger bilden 
eine Schleife, aufgegeben
  ErrorMessage: Trigger bilden eine Schleife, aufgegeben
  PackageArchitecture: all
  SourcePackage: gnome-icon-theme
  Title: package gnome-icon-theme 3.12.0-1ubuntu1 failed to install/upgrade: 
Trigger bilden eine Schleife, aufgegeben
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1389510] Re: SD card and contents listed several times

2014-11-26 Thread Selene Scriven
I still see this on rtm krillin 169.

The issue is intermittent, but it only took me two tries to trigger it
this time.

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

Title:
  SD card and contents listed several times

Status in “mtp” package in Ubuntu:
  Confirmed

Bug description:
  When connecting to a krillin running rtm image 142, I see the SD card
  device listed several times.  If I connect to that device and list its
  contents, each file and directory is listed several times too.  The
  exact number is consistent during a session, but varies per boot.

  If I then add a new file, disconnect, and reconnect, that file is
  listed just once while everything else is listed several times.

  The mtp client I'm using to test this is gmtp.  Results may appear
  different with Nautilus, because I think it ignores duplicates.

  Screenshots demonstrating what I see are attached.

  This issue isn't new, but it seems to happen every time now instead of
  just once in a while.

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

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


[Touch-packages] [Bug 1396787] [NEW] checking trust of archives eats a lot of cpu

2014-11-26 Thread Ernst Kloppenburg
Public bug reported:

(System: Ubuntu 14.04, up to date packages)

I noticed that unattended-upgrades spends a significant amount of time
in phases where it runs at 100% cpu. On a slower machine (core 2 t7200
2GHz) this goes on for minutes rather than seconds. This interferes with
using the machine for other tasks.

Using the --debug option to unattended-upgrades shows that the program
outputs a lot of lines like the following during these 100% cpu phases:

matching 'a'='trusty-updates' against '

>From this output I guess the operation executed is not so complicated
that it should require so much cpu power. ??

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: unattended-upgrades 0.82.1ubuntu2
ProcVersionSignature: Ubuntu 3.13.0-40.69-generic 3.13.11.10
Uname: Linux 3.13.0-40-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.5
Architecture: amd64
Date: Wed Nov 26 21:53:57 2014
InstallationDate: Installed on 2014-08-28 (90 days ago)
InstallationMedia: Kubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140416.1)
PackageArchitecture: all
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: unattended-upgrades
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: unattended-upgrades (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug trusty

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

Title:
  checking trust of archives eats a lot of cpu

Status in “unattended-upgrades” package in Ubuntu:
  New

Bug description:
  (System: Ubuntu 14.04, up to date packages)

  I noticed that unattended-upgrades spends a significant amount of time
  in phases where it runs at 100% cpu. On a slower machine (core 2 t7200
  2GHz) this goes on for minutes rather than seconds. This interferes
  with using the machine for other tasks.

  Using the --debug option to unattended-upgrades shows that the program
  outputs a lot of lines like the following during these 100% cpu
  phases:

  matching 'a'='trusty-updates' against '

  From this output I guess the operation executed is not so complicated
  that it should require so much cpu power. ??

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unattended-upgrades 0.82.1ubuntu2
  ProcVersionSignature: Ubuntu 3.13.0-40.69-generic 3.13.11.10
  Uname: Linux 3.13.0-40-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: amd64
  Date: Wed Nov 26 21:53:57 2014
  InstallationDate: Installed on 2014-08-28 (90 days ago)
  InstallationMedia: Kubuntu 14.04 LTS "Trusty Tahr" - Release amd64 
(20140416.1)
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: unattended-upgrades
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unattended-upgrades/+bug/1396787/+subscriptions

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


[Touch-packages] [Bug 1396017] Re: Upstart excessive cpu and memory consumption

2014-11-26 Thread Fabrizio F
I am experiencing the same problem. 
htop shows "upstart --user" till 36% MEM and 98% CPU, after 8-10 hours.
No workaround found. 
.xession-erros is full of: "upstart: Temporary process spawn error: Cannot 
allocate memory"
The only solution is to kill the process (or to restart lightdm...).

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

Title:
  Upstart excessive cpu and memory consumption

Status in “upstart” package in Ubuntu:
  New

Bug description:
  After ~3 days uptime the upstart process on my system begins to
  exhibit excessive CPU/RAM usage and affects the system responsiveness
  to the point I have to restart the system due to slow window redraw
  and generally slow task switching in the UI:

  08:25:31 up 3 days, 23:01,  7 users,  load average: 2.13, 1.75, 1.55

  3471 moon127   20   0 6299724 4.406g   1988 D  92.4 57.3 104:34.14
  upstart

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: upstart 1.13.2-0ubuntu2
  ProcVersionSignature: Ubuntu 3.16.0-24.32-generic 3.16.4
  Uname: Linux 3.16.0-24-generic x86_64
  NonfreeKernelModules: ksplice_d2o5u73c_vmlinux_new ksplice_d2o5u73c 
ksplice_tgqhe5us_vmlinux_new ksplice_tgqhe5us ksplice_yxre0vn1_vmlinux_new 
ksplice_yxre0vn1
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  Date: Tue Nov 25 08:19:54 2014
  InstallationDate: Installed on 2012-12-21 (703 days ago)
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release amd64 (20121017.5)
  ProcEnviron:
   LANGUAGE=en_GB:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: upstart
  UpgradeStatus: Upgraded to utopic on 2014-10-11 (44 days ago)
  UpstartBugCategory: Session
  UpstartRunningSessionCount: 2
  UpstartRunningSystemVersion: init (upstart 1.13.2)
  mtime.conffile..etc.X11.Xsession.d.99upstart: 2014-09-30T09:21:00
  mtime.conffile..etc.cron.daily.upstart: 2014-09-30T09:26:15
  mtime.conffile..etc.upstart.xsessions: 2014-09-30T09:21:00

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

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


[Touch-packages] [Bug 1396768] Re: pcre3 vulnerability CVE-2014-8964

2014-11-26 Thread Seth Arnold
** Information type changed from Private Security to Public Security

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

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

Title:
  pcre3 vulnerability CVE-2014-8964

Status in “pcre3” package in Ubuntu:
  Confirmed

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

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

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

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


[Touch-packages] [Bug 1396611] Re: Can't install click packages with pkcon

2014-11-26 Thread Nicholas Skaggs
As a workaround for now, you install the packages using click install as
suggested. You will also then need to use click register to register
them under your user.

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

Title:
  Can't install click packages with pkcon

Status in “click” package in Ubuntu:
  Confirmed

Bug description:
  Trying to install a click package using pkcon I get the following
  error. Apparently this is the reason why installing packages from the
  Ubuntu Store fails on my laptop.

  
  mzanetti@noneyet ~/.local/share/ubuntu-download-manager  $  pkcon 
install-local Downloads/com.ubuntu.developer.robert-ancell.dotty_2_all.click 
  Installing files  [=] 
  Loading cache [=] 
  Resolving dependencies[=] 
  Finished  [=] 
  Installing files  [=] 
  Loading cache [=] 
  Resolving dependencies[=] 
  Waiting for authentication[=] 
  Loading cache [=] 
  Resolving dependencies[=] 
  Committing changes[=] 
  Finished  [=] 
  (Reading database ... 588050 files and directories currently installed.)
  Preparing to unpack .../com.ubuntu.developer.robert-ancell.dotty_2_all.click 
...
  Click packages may not be installed directly using dpkg.
  Use 'click install' instead.
  dpkg: error processing archive 
/home/mzanetti/.local/share/ubuntu-download-manager/Downloads/com.ubuntu.developer.robert-ancell.dotty_2_all.click
 (--install):
   subprocess new pre-installation script returned error exit status 1
  Errors were encountered while processing:
   
/home/mzanetti/.local/share/ubuntu-download-manager/Downloads/com.ubuntu.developer.robert-ancell.dotty_2_all.click

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

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


[Touch-packages] [Bug 1396775] [NEW] dpkg not working properly

2014-11-26 Thread hell dos santos hansen
Public bug reported:

my bug started when i tried update and upgrade, 
and then i my server started not working properly,
when i tried to log to MySQL server i couldn't login.
so i remove all lamp server and now i can't install, my apt-get install 
lamp-server is not working, tasksel 
also is not working.

when i make apt-get update not all repository are updated, some i
receive, unable to fetch.

and reinstall the system is not my idea for now!
and i was thinking to upgrade to 14.04, but the problem is when we upgrade, is 
not always we get everything working properly.

I tried apt-get instal -f, make-clean, auto-remove but nothing is going well.
and now my big problem is dpkg package, i need to repair and i don't know how 
to do that.

Regards

Hansen

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: xorg 1:7.7+1ubuntu4
ProcVersionSignature: Ubuntu 3.8.0-35.50-generic 3.8.13.13
Uname: Linux 3.8.0-35-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.9.2-0ubuntu8.5
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
Date: Wed Nov 26 22:31:55 2014
DistUpgraded: Fresh install
DistroCodename: raring
DistroVariant: ubuntu
DkmsStatus:
 virtualbox, 4.2.10, 3.8.0-35-generic, x86_64: installed
 virtualbox-guest, 4.2.10, 3.8.0-35-generic, x86_64: installed
GraphicsCard:
 Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] (rev 
09) (prog-if 00 [VGA controller])
   Subsystem: Samsung Electronics Co Ltd Device [144d:c0d7]
   Subsystem: Samsung Electronics Co Ltd GeForce GT 620M [144d:c0d7]
InstallationDate: Installed on 2013-11-21 (370 days ago)
InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
MachineType: SAMSUNG ELECTRONICS CO., LTD. 530U3C/530U4C
MarkForUpload: True
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-35-generic 
root=UUID=3ed82a69-af1c-43f6-af1a-7eb53e196134 ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/26/2012
dmi.bios.vendor: Phoenix Technologies Ltd.
dmi.bios.version: P01AAJ
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: 530U3C/530U4C
dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.board.version: FAB1
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 9
dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.chassis.version: 0.1
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvrP01AAJ:bd04/26/2012:svnSAMSUNGELECTRONICSCO.,LTD.:pn530U3C/530U4C:pvr0.1:rvnSAMSUNGELECTRONICSCO.,LTD.:rn530U3C/530U4C:rvrFAB1:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvr0.1:
dmi.product.name: 530U3C/530U4C
dmi.product.version: 0.1
dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
version.compiz: compiz 1:0.9.9~daily13.06.19~13.04-0ubuntu1
version.ia32-libs: ia32-libs 20090808ubuntu36
version.libdrm2: libdrm2 2.4.46-1ubuntu0.1
version.libgl1-mesa-dri: libgl1-mesa-dri 9.1.7-1ubuntu2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 9.1.7-1ubuntu2
version.xserver-xorg-core: xserver-xorg-core 2:1.13.3-0ubuntu6.2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2b2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.1.0-0ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.21.6-0ubuntu4.3
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.7-0ubuntu1
xserver.bootTime: Wed Nov 26 20:27:08 2014
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs: Output DP1   HDMI1 
  LVDS1VGA1
xserver.version: 2:1.13.3-0ubuntu6.2
xserver.video_driver: intel

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


** Tags: amd64 apport-bug raring third-party-packages ubuntu

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

Title:
  dpkg not working properly

Status in “xorg” package in Ubuntu:
  New

Bug description:
  my bug started when i tried update and upgrade, 
  and then i my server started not working properly,
  when i tried to log to MySQL server i couldn't login.
  so i remove all lamp server and now i can't install, my apt-get install 
lamp-server is not working, tasksel 
  also is not working.

  when i make apt-get update not all repository are updated, some i
  receive, unable to fetch.

  and reinstall the system is not my idea for now!
  and i was thinking to upgrade to 14.04, but the problem is when we upgrade, 
is not always we get everything working properly.

  I tried apt-get instal -f, make-clean, auto-remove but nothing is going well.
  and now my big problem is dpkg package, i need to repair and i don't know how 
to do that.

  Regards

  Hansen

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: xorg

[Touch-packages] [Bug 1265344] Re: Thinkpad T440s dock - no audio ALC292 Power: setting=UNKNOWN, actual=UNKNOWN, Error, Clock-stop-OK, Setting-reset

2014-11-26 Thread imker
Hello all,

since I upgraded to Ubuntu 14.10 the audio output and input over the
dock works fine.

Thanks
Imker

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

Title:
  Thinkpad T440s dock - no audio ALC292 Power: setting=UNKNOWN,
  actual=UNKNOWN, Error, Clock-stop-OK, Setting-reset

Status in “alsa-driver” package in Ubuntu:
  Confirmed

Bug description:
  If my Thinkpad T440s is connected with the docking station and the
  audio cable is plugged in the dock there is no audio output on the
  speakers. If I connect the audio cable directly with the Thinkpad I
  can here the audio output.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
  Uname: Linux 3.11.0-14-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  brian  5224 F pulseaudio
   /dev/snd/controlC0:  brian  5224 F pulseaudio
  Date: Wed Jan  1 16:54:00 2014
  EcryptfsInUse: Yes
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: alsa-driver
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/12/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: GJET64WW (2.14 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20AQS00600
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrGJET64WW(2.14):bd11/12/2013:svnLENOVO:pn20AQS00600:pvrThinkPadT440s:rvnLENOVO:rn20AQS00600:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 20AQS00600
  dmi.product.version: ThinkPad T440s
  dmi.sys.vendor: LENOVO

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

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


[Touch-packages] [Bug 1396471] Re: glibc vulnerability CVE-2014-7817

2014-11-26 Thread Seth Arnold
** Information type changed from Private Security to Public Security

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

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

Title:
  glibc vulnerability CVE-2014-7817

Status in “eglibc” package in Ubuntu:
  Confirmed

Bug description:
  http://www.cvedetails.com/cve-details.php?t=1&cve_id=CVE-2014-7817
  https://security-tracker.debian.org/tracker/CVE-2014-7817

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

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


[Touch-packages] [Bug 1396244] Re: Unlocking the phone over dialer is very slow

2014-11-26 Thread Michał Sawicz
This is rather visible because it happens at least every time you
answered a call and unlock the phone afterwards, so we'll need to think
about solving this soon.

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

** Changed in: unity8 (Ubuntu)
   Importance: Undecided => High

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

Title:
  Unlocking the phone over dialer is very slow

Status in “unity8” package in Ubuntu:
  Triaged

Bug description:
  Steps to repro:
  * have a pass{code,word}-protected phone
  * start dialer
  * lock the phone
  * unlock the phone

  Expected:
  * nothing much, stuff unlocks fluently and all

  Current:
  * fade out of the lockscreen takes like 2-3s, dialer and panel seem to fight 
over fullscreen vs. maximized surface size

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: unity8 8.01+15.04.20141117-0ubuntu1
  Uname: Linux 3.4.67 armv7l
  ApportVersion: 2.14.7-0ubuntu10
  Architecture: armhf
  Date: Tue Nov 25 17:46:27 2014
  InstallationDate: Installed on 2014-11-25 (0 days ago)
  InstallationMedia: Ubuntu Vivid Vervet (development branch) - armhf 
(20141125-020205)
  SourcePackage: unity8
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1301463] Re: Send button when responding to texts is grayed out and non-functional

2014-11-26 Thread Michał Sawicz
** Changed in: unity8 (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  Send button when responding to texts is grayed out and non-functional

Status in “unity8” package in Ubuntu:
  Fix Released

Bug description:
  If I get a text, the message indicator is blue. If I click a message
  from within the indicator, I am presented with a text field and a send
  button. I can type into the text field, but the button is grayed out.
  If I click it, then the text field, etc goes away, but the message
  isn't sent and it isn't added to the thread in the messaging app. If I
  click the message again in the messaging indicator, it shows the text
  field with the message, but the button is still grayed out and won't
  send.

  This is on mako with latest promoted (r250)

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

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


[Touch-packages] [Bug 1396700] Re: Needs to be updated to bluez5

2014-11-26 Thread Robert Ancell
** Changed in: indicator-bluetooth (Ubuntu)
 Assignee: (unassigned) => Robert Ancell (robert-ancell)

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

Title:
  Needs to be updated to bluez5

Status in “indicator-bluetooth” package in Ubuntu:
  New

Bug description:
  See https://blueprints.launchpad.net/ubuntu/+spec/desktop-v-bluez5 for
  details

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-bluetooth/+bug/1396700/+subscriptions

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


[Touch-packages] [Bug 1359337] Re: dialer not remembering current view after lock/unlock

2014-11-26 Thread Olli Ries
** Changed in: canonical-devices-system-image
   Importance: Undecided => High

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

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

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Canonical Devices Products 
(canonical-devices-products-team)

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

Title:
  dialer not remembering current view after lock/unlock

Status in the base for Ubuntu mobile products:
  Confirmed
Status in Dialer app for Ubuntu Touch:
  Confirmed
Status in “dialer-app” package in Ubuntu:
  Confirmed
Status in “dialer-app” package in Ubuntu RTM:
  Confirmed

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

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

  Actual results:
  keypad view is always shown

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

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


[Touch-packages] [Bug 1330770] Re: click packages rely upon tls for integrity and authenticity

2014-11-26 Thread Olli Ries
** Changed in: canonical-devices-system-image
   Importance: Undecided => High

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

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

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Canonical Devices Products 
(canonical-devices-products-team)

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

Title:
  click packages rely upon tls for integrity and authenticity

Status in the base for Ubuntu mobile products:
  Confirmed
Status in Click Package metadata search service:
  Fix Released
Status in Online service used by software center:
  Fix Released
Status in “click” package in Ubuntu:
  Fix Released
Status in “ubuntu-system-settings” package in Ubuntu:
  In Progress
Status in “unity-scope-click” package in Ubuntu:
  Fix Released

Bug description:
  Hello, I just completed a quick review of the click source and the
  unity-scope-click source and behaviours, and found some opportunities
  for improvement.

  Debian, and Ubuntu, rely upon signed repository files with
  cryptographic hashes of packages to provide both integrity and
  authenticity checks for the packages hosted on that repository.

  The click framework and the unity-scope-click discovery and
  installation tool do not use signed repository files, nor do they have
  signatures of any sort on downloaded packages. The only integrity and
  authenticity checks are provided by the use of HTTPS.  The click
  verify command will check files within the archive against MD5sums
  stored inside the archive but the click verify command is not used
  during package installation. (This is suitable for validating
  integrity against accidental changes only.)

  While it appears that unity-scope-click properly uses HTTPS to
  download package metadata and packages, HTTPS alone is insufficient
  for our needs:

  - Someone in a position to create new certificates at any of several
  hundred certificate authorities could create certificates purporting
  to be our update servers. This actual problem has been discovered in
  the wild with several certificate authorities issuing wild-card
  certificates or even certificates with signing authority.

  - X.509 is extremely complicated; TLS is extremely complicated. Flaws
  in both are inevitable.

  - HTTPS prevents the use of caching.

  - HTTPS only 'works' for data-in-motion; it is useless for data-at-
  rest integrity and authenticity checks.

  I have not yet reviewed the tools that application authors will use to
  upload their packages to our distribution servers but note in passing
  that most of these issues are also issues for adding packages to our
  update servers -- packages in flight within our network can be
  corrupted for many reasons, packages on disk can be corrupted for many
  reasons. A signature mechanism can protect against internal network
  faults, storage faults, and provide assurance months or years later
  that an uploaded package was uploaded by someone in control of a
  corresponding private key.

  Thanks

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

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


[Touch-packages] [Bug 1330959] Re: Art in cards with backgrounds are Ubuntu-shaped

2014-11-26 Thread Olli Ries
** Changed in: canonical-devices-system-image
   Importance: Undecided => High

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

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

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Canonical Devices Products 
(canonical-devices-products-team)

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

Title:
  Art in cards with backgrounds are Ubuntu-shaped

Status in the base for Ubuntu mobile products:
  Confirmed
Status in “unity8” package in Ubuntu:
  Triaged
Status in “unity8” package in Ubuntu RTM:
  Triaged

Bug description:
  When a card has its background enabled, the art should not have its
  bottom edge shaped.

  Until the new shape item comes, we should probably use the
  UbuntuShapeForItem component.

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

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


[Touch-packages] [Bug 1343242] Re: Departments break if going to a subdepartment of Store

2014-11-26 Thread Olli Ries
** Changed in: canonical-devices-system-image
   Importance: Undecided => High

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

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

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Canonical Devices Products 
(canonical-devices-products-team)

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

Title:
  Departments break if going to a subdepartment of Store

Status in the base for Ubuntu mobile products:
  Confirmed
Status in “unity-scopes-shell” package in Ubuntu:
  Confirmed
Status in “unity8” package in Ubuntu:
  Triaged
Status in “unity8” package in Ubuntu RTM:
  Triaged

Bug description:
  Departments get confused / break when going from a subdepartment of
  Apps (click scope) to same subdepartment of Store via "Get more apps
  like this" orange Store button.

  Steps to reproduce:
  1) Open Apps.
  2) Go to Games department
  3) Click the orange 'Ubuntu store' icon at the bottom (its category title 
should say "Get more apps like this from the Store").
  4) You should be presented with the 'Top Games' category of the store, and 
department tree has only "All" and "Games" subdepartment. It's not possible to 
navigate to the root of the store from it, as UI thinks "All" is the current 
department. Clicking "Games" department, and then "All" restores the correct 
departments menu.

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

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


[Touch-packages] [Bug 1362640] Re: Remove qtwebkit from touch image

2014-11-26 Thread Olli Ries
** Changed in: canonical-devices-system-image
   Importance: Undecided => High

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

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

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Canonical Devices Products 
(canonical-devices-products-team)

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

Title:
  Remove qtwebkit from touch image

Status in the base for Ubuntu mobile products:
  Confirmed
Status in “ubuntu-touch-meta” package in Ubuntu:
  In Progress

Bug description:
  The argument to remove this is based on the following:

  The qtwebkit webview is deprecated for our sdk and we will not be supporting 
it long term
  We are supporting an Oxide/Chromium solution for the Ubuntu.Webview
  This was done largely for security reasons
  The qtwebkit package is large and we would like to reduce image and install 
size 
  We want to discourage app devs from using this api any longer, the review 
tools have indicated this for several months

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

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


[Touch-packages] [Bug 1372948] Re: Keyboard doesn't auto-capitalize 'I'

2014-11-26 Thread Olli Ries
** Changed in: canonical-devices-system-image
   Importance: Undecided => High

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

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

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Canonical Devices Products 
(canonical-devices-products-team)

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

Title:
  Keyboard doesn't auto-capitalize 'I'

Status in the base for Ubuntu mobile products:
  Confirmed
Status in Ubuntu Keyboard:
  Fix Released
Status in “ubuntu-keyboard” package in Ubuntu:
  Fix Released
Status in “ubuntu-keyboard” package in Ubuntu RTM:
  New

Bug description:
  In English 'I' is not auto-capitalized.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: ubuntu-keyboard 0.99.trunk.phablet2+14.10.20140910~rtm-0ubuntu1 
[origin: Ubuntu RTM]
  Uname: Linux 3.4.67 armv7l
  ApportVersion: 2.14.7-0ubuntu1
  Architecture: armhf
  Date: Tue Sep 23 15:44:57 2014
  InstallationDate: Installed on 2014-09-16 (7 days ago)
  InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf 
(20140916-030205)
  SourcePackage: ubuntu-keyboard
  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/1372948/+subscriptions

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


[Touch-packages] [Bug 1368670] Re: [Dash] Simplify 'Manage Dash' area

2014-11-26 Thread Olli Ries
** Changed in: canonical-devices-system-image
   Importance: Undecided => High

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

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

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Canonical Devices Products 
(canonical-devices-products-team)

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

Title:
  [Dash] Simplify 'Manage Dash' area

Status in the base for Ubuntu mobile products:
  Confirmed
Status in Ubuntu UX bugs:
  Fix Committed
Status in “unity-scope-mediascanner” package in Ubuntu:
  Confirmed
Status in “unity-scopes-shell” package in Ubuntu:
  In Progress
Status in “unity8” package in Ubuntu:
  In Progress
Status in “unity-scope-mediascanner” source package in Utopic:
  Confirmed
Status in “unity-scopes-shell” source package in Utopic:
  Confirmed
Status in “unity8” source package in Utopic:
  Confirmed
Status in “unity-scopes-shell” package in Ubuntu RTM:
  In Progress
Status in “unity8” package in Ubuntu RTM:
  In Progress

Bug description:
  UX Testing Report: "Replace the current bottom edge screens with the
  simpler "Complete list of Scopes" design."

  New Manage Dash design can be found here:
  
https://sites.google.com/a/canonical.com/unity-8-dash-rtm-1/scope-structure-navigation/my-feeds-structure

  Additional UX Testing Report findings addressed by the redesign:

  "Poor discoverability and comprehension of scopes - The use of
  labelings that do not include the word 'scope'/'scopes'"

  "Lack of visual distinctions between apps and scopes in the 'manage
  dash' screen"

  "Undefined relationship between apps and scopes"

  "Search function does not help the discovery of scopes"

  "No dedicated place for adding scopes on the dash"

  "Poor memorability in locating the' manage dash' screen again"

  "The impact of making a scope favourite is unclear"

  "Lack of indication of the nature of the scopes under 'all' tab on
  'manage dash'"

  "Navigation between manage dash and apps scope was difficult"

  "Expect to see categorises instead of content"


  ---
  [EDIT]
  Please refer to the "Dash & Feeds RTM usability fix" for this bug:
  
https://docs.google.com/a/canonical.com/document/d/1LsjdqKDVcFN8Zxb_Oe-Zk1X_DiqviXr8D7-ELt2LEFI/edit?usp=sharing

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

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


[Touch-packages] [Bug 1378417] Re: Icon clipping in notification-renderer

2014-11-26 Thread Olli Ries
** Changed in: canonical-devices-system-image
   Importance: Undecided => High

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

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

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Canonical Devices Products 
(canonical-devices-products-team)

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

Title:
  Icon clipping in notification-renderer

Status in the base for Ubuntu mobile products:
  Confirmed
Status in “unity8” package in Ubuntu:
  Fix Released
Status in “unity8” package in Ubuntu RTM:
  New

Bug description:
  Discussed with MacSlow in #unity-touch earlier today.

  When indicator-power requests a "low battery" notification, the low
  battery icon gets clipped.

  Here's what it looks like:

  http://i.imgur.com/69hqWlL.jpg

  Here's what is sent to unity-notifications:

  method call sender=:1.104 -> dest=:1.55 serial=18 
path=/org/freedesktop/Notifications; interface=org.freedesktop.Notifications; 
member=Notify
 string "indicator-power-service"
 uint32 0
 string "battery-020"
 string "Battery Low"
 string "10% charge remaining"
 array [
string "dismiss"
string "OK"
string "settings"
string "Battery settings"
 ]
 array [
dict entry(
   string "x-canonical-non-shaped-icon"
   variant string "true"
)
dict entry(
   string "x-canonical-snap-decisions"
   variant string "true"
)
dict entry(
   string "x-canonical-snap-decisions-timeout"
   variant int32 2147483647
)
 ]
 int32 0

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

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


[Touch-packages] [Bug 1341685] Re: When unconstrained, udm sometimes downloads files to wrong location

2014-11-26 Thread Olli Ries
** Changed in: canonical-devices-system-image
   Importance: Undecided => High

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

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

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Canonical Devices Products 
(canonical-devices-products-team)

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

Title:
  When unconstrained, udm sometimes downloads files to wrong location

Status in the base for Ubuntu mobile products:
  Confirmed
Status in Ubuntu Download Manager:
  In Progress
Status in “ubuntu-download-manager” package in Ubuntu:
  In Progress
Status in “ubuntu-download-manager” package in Ubuntu RTM:
  In Progress

Bug description:
  I'm working on making the s-i tests more robust and I've run into an
  odd situation, where udm sometimes stores its downloaded files using
  an incorrect path, and not the one that s-i (which is unconstrained)
  requests.  This only appears to happen when the full s-i test suite is
  run.  When run in isolation, the test succeeds.

  Here's a log of the createDownloadGroup call I'm making:

  createDownloadGroup:
  [Record(url='https://localhost:8943/gpg/blacklist.tar.xz',
  destination='/tmp/tmpe7mo8qm9/ubuntu/cache/keyring.tar.xz',
  checksum=''),
  Record(url='https://localhost:8943/gpg/blacklist.tar.xz.asc',
  destination='/tmp/tmpe7mo8qm9/ubuntu/cache/keyring.tar.xz.asc',
  checksum='')]

  url is the source url, destination is the local path to save the file
  in.  This call produces incorrect destination paths in the 'finished'
  signal:

  FINISHED: dbus.Array([dbus.String('/home/barry/.local/share/ubuntu-
  download-manager//usr/lib/telepathy/mission-
  control-5/Downloads/blacklist (20).tar.xz'),
  dbus.String('/home/barry/.local/share/ubuntu-download-
  manager//usr/lib/telepathy/mission-control-5/Downloads/blacklist
  (20).tar.xz.asc')], signature=dbus.Signature('s'))

  Notice the very strange directory udm chooses which is definitely not
  the path requested, and in fact doesn't exist.  This matches the
  observed behavior that after a succesful group download completion
  (i.e. no errors occur), I assert that the requested destination path
  exists, and in the failing test it does not.

  I suspect some state is not getting reset in udm.

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

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


[Touch-packages] [Bug 1378126] Re: Passcode screen misses keypresses

2014-11-26 Thread Olli Ries
** Changed in: canonical-devices-system-image
   Importance: Undecided => High

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

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

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Canonical Devices Products 
(canonical-devices-products-team)

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

Title:
  Passcode screen misses keypresses

Status in the base for Ubuntu mobile products:
  Confirmed
Status in Ubuntu Keyboard:
  Invalid
Status in “unity8” package in Ubuntu:
  Fix Released
Status in “unity8” package in Ubuntu RTM:
  New

Bug description:
  For some reason the passcode entry screen / lock screen feels very
  laggy when entering my passcode.

  It frequently misses my keypresses, so i end up typing insufficient
  characters. I don't know if the hit area for the numbers is too small
  and I'm mis-hitting or if there is a lag/delay. I'm not typing
  stupendously fast, but pretty quick. Any slower and it feels very
  deliberate, like I'm typing a PIN into an ATM.

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

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


[Touch-packages] [Bug 1368814] Re: Volume slider still available when Silent Mode is on

2014-11-26 Thread Olli Ries
** Changed in: canonical-devices-system-image
   Importance: Undecided => High

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

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

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Canonical Devices Products 
(canonical-devices-products-team)

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

Title:
  Volume slider still available when Silent Mode is on

Status in the base for Ubuntu mobile products:
  Confirmed
Status in “indicator-sound” package in Ubuntu:
  Won't Fix
Status in “ubuntu-system-settings” package in Ubuntu:
  Won't Fix

Bug description:
  During usability testing in August, one participant was confused that
  a volume slider was still available after turning on Silent Mode.

  : "Whenever “Silent
  Mode” is on, the volume slider should be insensitive."

  : "As with System Settings,
  whenever Silent Mode is on the volume slider should be insensitive."

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

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


[Touch-packages] [Bug 1381731] Re: [oobe] Shutdown dialog does not appear in welcome wizard

2014-11-26 Thread Olli Ries
** Changed in: canonical-devices-system-image
   Importance: Undecided => High

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

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

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Canonical Devices Products 
(canonical-devices-products-team)

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

Title:
  [oobe] Shutdown dialog does not appear in welcome wizard

Status in the base for Ubuntu mobile products:
  Confirmed
Status in Ubuntu UX bugs:
  Fix Committed
Status in “ubuntu-system-settings” package in Ubuntu:
  Fix Released
Status in “unity8” package in Ubuntu:
  Fix Released
Status in “ubuntu-system-settings” package in Ubuntu RTM:
  In Progress
Status in “unity8” package in Ubuntu RTM:
  Fix Released

Bug description:
  If you hold down the power button in the wizard, you have to wait
  until the phone hard-shuts off.  But a shutdown dialog should appear
  like it does in the unity8 shell.

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

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


[Touch-packages] [Bug 1378883] Re: [SIM PIN] System Settings missing SIM unlock

2014-11-26 Thread Olli Ries
** Changed in: canonical-devices-system-image
   Importance: Undecided => High

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

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

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Canonical Devices Products 
(canonical-devices-products-team)

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

Title:
  [SIM PIN] System Settings missing SIM unlock

Status in the base for Ubuntu mobile products:
  Confirmed
Status in Network Menu:
  Triaged
Status in Ubuntu UX bugs:
  Fix Committed
Status in “indicator-network” package in Ubuntu:
  Triaged
Status in “ubuntu-system-settings” package in Ubuntu:
  Triaged

Bug description:
  Build r91

  1. set up a SIM PIN or make sure the inserted SIM has already a set up SIM 
PIN (reboot device if needed)
  2. after reboot, don't unlock
  3. navigate to System Settings > Security & Privacy > SIM PIN

  What you see: A green tick on the toggle next to the SIM PIN and
  beneath that a "Change PIN..." button

  What you should see: Some way to unlock the SIM without turning off
  the SIM PIN.

  There are three relevant states for a SIM:
  (A) no SIM PIN set
  (B) SIM PIN set, SIM locked
  (C) SIM PIN set, SIM unlocked.

  If a SIM PIN is set, when you start up the phone you have the choice
  to unlock it (switch from B to C) or not (stay on B).

  If you don't unlock it, you can't make or receive calls, send or
  receive SMS, or use cellular data in any app. And you probably can't
  predict ahead of time whether you'll want to do any of those things.

  Currently System Settings only lets you turn the SIM PIN on (A to C)
  or off (C to A), not to unlock it. System Settings should let you do
  this too.

  :
  "Whenever it is locked, at the trailing end should be an 'Unlock…'
  button..."

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

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


[Touch-packages] [Bug 1380662] Re: legacy apps re-set their notification status on reboot

2014-11-26 Thread Olli Ries
** Changed in: canonical-devices-system-image
   Importance: Undecided => High

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

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

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Canonical Devices Products 
(canonical-devices-products-team)

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

Title:
  legacy apps re-set their notification status on reboot

Status in the base for Ubuntu mobile products:
  Confirmed
Status in “gsettings-ubuntu-touch-schemas” package in Ubuntu:
  In Progress
Status in “ubuntu-push” package in Ubuntu:
  In Progress
Status in “ubuntu-system-settings” package in Ubuntu:
  Invalid

Bug description:
  when un-setting the notification defaults for "external drives" this
  setting is respected fine until i reboot my phone, after which the
  setting is auto-enabled again, regardless of what i chose before the
  reboot.

  the same seems to be true for the "system-settings" option in the
  notifications panel. something like gmail or facebook persits fine

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

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


[Touch-packages] [Bug 1387806] Re: toolkit dialogs have wonky padding

2014-11-26 Thread Olli Ries
** Changed in: canonical-devices-system-image
   Importance: Undecided => High

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

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

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Canonical Devices Products 
(canonical-devices-products-team)

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

Title:
  toolkit dialogs have wonky padding

Status in the base for Ubuntu mobile products:
  Confirmed
Status in “ubuntu-system-settings” package in Ubuntu:
  Confirmed
Status in “ubuntu-ui-toolkit” package in Ubuntu:
  In Progress
Status in “ubuntu-system-settings” package in Ubuntu RTM:
  New
Status in “ubuntu-ui-toolkit” package in Ubuntu RTM:
  New

Bug description:
  Ubuntu 14.10 r135

  1. Go to System Settings > "Wi-Fi".
  2. If Wi-Fi is off, turn it on.
  3. Scroll to the bottom of the list and choose "Connect to hidden network".

  What you see: A dialog where the left padding (x1) is less than the
  right padding (x2), and the top padding (y1) is less than the bottom
  padding (y2).

  What you should see: A dialog where the left and right padding are
  equal (x1 = x2), and the top and bottom padding are equal (y1 = y2).

  I don't know whether this is a System Settings bug, a toolkit bug, or
  a combination.

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

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


[Touch-packages] [Bug 1384393] Re: Photos in scope not visible until all loaded

2014-11-26 Thread Olli Ries
** Changed in: canonical-devices-system-image
   Importance: Undecided => High

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

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

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Canonical Devices Products 
(canonical-devices-products-team)

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

Title:
  Photos in scope not visible until all loaded

Status in the base for Ubuntu mobile products:
  Confirmed
Status in The Savilerow project:
  Confirmed
Status in “unity-api” package in Ubuntu:
  Invalid
Status in “unity-scopes-api” package in Ubuntu:
  Invalid
Status in “unity-scopes-shell” package in Ubuntu:
  Invalid
Status in “unity8” package in Ubuntu:
  In Progress
Status in “unity8” package in Ubuntu RTM:
  In Progress

Bug description:
  I think this is a generic unity8 issue that is exposed in the My
  Photos scope. This scope displays photos from the photo roll through
  mediascanner.

  Problem:
  When there are many photos, the scope does not display thumbnails for quite a 
while. (It may even be that no photo thumbnails display until all are loaded 
into memory.) This is an awkward user experience because the scope looks like 
nothing is happening for significant periods of time. 

  Expectation:
  Photo thumbnails would display as they arrive. (Perhaps there would be some 
kind of window around what is currently visible in the scope so that as soon as 
photos in the current scroll area, before it by some amount, and after it by 
some amount are in memory, they could display and the user could scroll 
somewhat, with the window moving appropriately.)

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

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


[Touch-packages] [Bug 1384374] Re: Dash pauses/stutters during scope switching left/right

2014-11-26 Thread Olli Ries
** Changed in: canonical-devices-system-image
   Importance: Undecided => High

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

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

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Canonical Devices Products 
(canonical-devices-products-team)

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

Title:
  Dash pauses/stutters during scope switching left/right

Status in the base for Ubuntu mobile products:
  Confirmed
Status in “unity8” package in Ubuntu:
  In Progress
Status in “unity8” package in Ubuntu RTM:
  New

Bug description:
  Dash pauses/stutters during scope switching left/right.

  Watching the log:   tail -f ~/.cache/upstart/unity8-dash.log

  I can see error messages flood out whenever the dash pauses/stutters
  during left/right swipes:

  
file:///usr/lib/arm-linux-gnueabihf/unity8/qml/Dash/createCardComponent:120:1: 
QML Label: Binding loop detected for property "height"
  
file:///usr/lib/arm-linux-gnueabihf/unity8/qml/Dash/createCardComponent:120:1: 
QML Label: Binding loop detected for property "height"
  
file:///usr/lib/arm-linux-gnueabihf/unity8/qml/Dash/createCardComponent:120:1: 
QML Label: Binding loop detected for property "height"
  
file:///usr/lib/arm-linux-gnueabihf/unity8/qml/Dash/createCardComponent:120:1: 
QML Label: Binding loop detected for property "height"
  
file:///usr/lib/arm-linux-gnueabihf/unity8/qml/Dash/createCardComponent:120:1: 
QML Label: Binding loop detected for property "height"
  
file:///usr/lib/arm-linux-gnueabihf/unity8/qml/Dash/createCardComponent:120:1: 
QML Label: Binding loop detected for property "height"
  
file:///usr/lib/arm-linux-gnueabihf/unity8/qml/Dash/createCardComponent:120:1: 
QML Label: Binding loop detected for property "height"
  
file:///usr/lib/arm-linux-gnueabihf/unity8/qml/Dash/createCardComponent:120:1: 
QML Label: Binding loop detected for property "height"
  
file:///usr/lib/arm-linux-gnueabihf/unity8/qml/Dash/createCardComponent:120:1: 
QML Label: Binding loop detected for property "height"
  
file:///usr/lib/arm-linux-gnueabihf/unity8/qml/Dash/createCardComponent:120:1: 
QML Label: Binding loop detected for property "height"
  
file:///usr/lib/arm-linux-gnueabihf/unity8/qml/Dash/createCardComponent:120:1: 
QML Label: Binding loop detected for property "height"

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

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


[Touch-packages] [Bug 1385518] Re: Sliding down from backspace key results in continued backspaces

2014-11-26 Thread Olli Ries
** Changed in: canonical-devices-system-image
   Importance: Undecided => High

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

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

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Canonical Devices Products 
(canonical-devices-products-team)

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

Title:
  Sliding down from backspace key results in continued backspaces

Status in the base for Ubuntu mobile products:
  Confirmed
Status in Ubuntu Keyboard:
  Fix Released
Status in “ubuntu-keyboard” package in Ubuntu:
  Fix Released
Status in “ubuntu-keyboard” package in Ubuntu RTM:
  New

Bug description:
  Steps to reproduce

  1) Type some text into messaging app

  2) Press backspace key and slide down to return and release

  Expected result

  Backspace stops deleting characters

  Actual result

  Backspace continues to delete until it is tapped again

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

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


[Touch-packages] [Bug 1395075] Re: [Security] Can easily bypass pincode

2014-11-26 Thread Olli Ries
** Changed in: canonical-devices-system-image
   Importance: Undecided => High

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

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

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Canonical Devices Products 
(canonical-devices-products-team)

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

Title:
  [Security] Can easily bypass pincode

Status in the base for Ubuntu mobile products:
  Confirmed
Status in “unity8” package in Ubuntu:
  In Progress
Status in “unity8” package in Ubuntu RTM:
  Confirmed

Bug description:
  rtm image 166

  1. reboot the phone
  2. As soon as the greeter is show, try to swipe it away.

  What happens:
  In some attempts we don't see the pincode screen rather 'Scopes' is seen with 
a spinner and there you are unlocked.

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

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


[Touch-packages] [Bug 1390393] Re: It's too easy to trigger a volume notification when taking a screenshot

2014-11-26 Thread Olli Ries
** Changed in: canonical-devices-system-image
   Importance: Undecided => High

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

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

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Canonical Devices Products 
(canonical-devices-products-team)

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

Title:
  It's too easy to trigger a volume notification when taking a
  screenshot

Status in the base for Ubuntu mobile products:
  Confirmed
Status in “unity8” package in Ubuntu:
  In Progress
Status in “unity8” package in Ubuntu RTM:
  Triaged

Bug description:
  On Mako, I'm unable to take a screenshot (Vol up + Vol down) without
  changing the volume, which would be fine if there wasn't a
  notification appearing on the screenshot.

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

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


[Touch-packages] [Bug 1391884] Re: Wizard crashed (unity-system-compositor) after trying to go to the second screen (after touching next)

2014-11-26 Thread Cemil Azizoglu
** Changed in: mir (Ubuntu)
 Assignee: (unassigned) => Andreas Pokorny (andreas-pokorny)

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

Title:
  Wizard crashed (unity-system-compositor) after trying to go to the
  second screen (after touching next)

Status in “mir” package in Ubuntu:
  New

Bug description:
  phablet@ubuntu-phablet:~$ system-image-cli -i
  current build number: 17
  device name: mako
  channel: ubuntu-touch/vivid-proposed
  last update: 2014-11-12 11:52:31
  version version: 17
  version ubuntu: 20141112
  version device: 20141112
  version custom: 20141112

  Flashed a clean image, with --bootstrap, and noticed that wizard
  crashed just after hitting 'Next' (on the first screen).

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

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


[Touch-packages] [Bug 1367325] Re: [phone-app] empty state missing in recent view and empty address book

2014-11-26 Thread Olli Ries
** Changed in: canonical-devices-system-image
   Importance: Undecided => High

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

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

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Canonical Devices Products 
(canonical-devices-products-team)

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

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

Status in Address Book App:
  Fix Released
Status in the base for Ubuntu mobile products:
  Confirmed
Status in Dialer app for Ubuntu Touch:
  In Progress
Status in Ubuntu UX bugs:
  Fix Committed
Status in “address-book-app” package in Ubuntu:
  Fix Released
Status in “dialer-app” package in Ubuntu:
  Fix Released
Status in “dialer-app” package in Ubuntu RTM:
  New

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

  Same applies for the Address book app

  
---

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/address-book-app/+bug/1367325/+subscriptions

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


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

2014-11-26 Thread Olli Ries
** Changed in: canonical-devices-system-image
   Importance: Undecided => High

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

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

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Canonical Devices Products 
(canonical-devices-products-team)

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

Title:
  /usr/bin/mediascanner-service-2.0:*** Error in `mediascanner-
  service-2.0': double free or corruption (fasttop): ADDR ***

Status in the base for Ubuntu mobile products:
  Confirmed
Status in “gstreamer” package in Ubuntu:
  Confirmed
Status in “mediascanner2” package in Ubuntu:
  Invalid

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding mediascanner2.  This problem was most recently seen with
  version 0.104+14.10.20140825-0ubuntu1, the problem page at
  https://errors.ubuntu.com/problem/354f10fdaba609ee33dd0a2868637ec79c590b56
  and
  https://errors.ubuntu.com/problem/01fcf2789e27c0abf6922c68c02a408b907fab83
  contains more details.

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

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


[Touch-packages] [Bug 1359849] Re: call notifications show "unknown" briefly before showing contact name

2014-11-26 Thread Olli Ries
** Changed in: canonical-devices-system-image
   Importance: Undecided => High

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

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

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Canonical Devices Products 
(canonical-devices-products-team)

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

Title:
  call notifications show "unknown" briefly before showing contact name

Status in the base for Ubuntu mobile products:
  Confirmed
Status in Telephony Service:
  In Progress
Status in “telephony-service” package in Ubuntu:
  Fix Released
Status in “unity-notifications” package in Ubuntu:
  Invalid
Status in “telephony-service” package in Ubuntu RTM:
  In Progress

Bug description:
  build 203 on krillin

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

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

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

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


[Touch-packages] [Bug 1361702] Re: clock-app alarms need to be handled differently from other VTODO events

2014-11-26 Thread Olli Ries
** Changed in: canonical-devices-system-image
   Importance: Undecided => High

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

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

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Canonical Devices Products 
(canonical-devices-products-team)

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

Title:
  clock-app alarms need to be handled differently from other VTODO
  events

Status in the base for Ubuntu mobile products:
  Confirmed
Status in The Date and Time Indicator:
  In Progress
Status in Calendar application for Ubuntu devices:
  Invalid
Status in Ubuntu UI Toolkit:
  Fix Released
Status in “indicator-datetime” package in Ubuntu:
  In Progress

Bug description:
  When you disable an alarm in the new clock app (with white
  background), it causes the alarm to show up as a calendar event. The
  expected behaviour is to not show up at all.

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

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


[Touch-packages] [Bug 1350891] Re: [Dash] [design] Suru Background should scroll

2014-11-26 Thread Olli Ries
** Changed in: canonical-devices-system-image
   Importance: Undecided => High

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

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

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Canonical Devices Products 
(canonical-devices-products-team)

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

Title:
  [Dash] [design] Suru Background should scroll

Status in the base for Ubuntu mobile products:
  Confirmed
Status in Clock application for Ubuntu devices:
  Triaged
Status in Ubuntu UX bugs:
  Triaged
Status in “unity8” package in Ubuntu:
  Incomplete
Status in “unity8” package in Ubuntu RTM:
  Incomplete

Bug description:
  On the dash, the Suru paper folds stays fixed at the bottom, while it
  should rather scroll away.

  We should also 'tile' the background, so the paper fold is displayed
  again after scrolling a certain amount of vertical space.

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

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


[Touch-packages] [Bug 1224756] Re: Pulseaudio should integrate with trust-store

2014-11-26 Thread Olli Ries
** Changed in: canonical-devices-system-image
   Importance: Undecided => High

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

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

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Canonical Devices Products 
(canonical-devices-products-team)

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

Title:
  Pulseaudio should integrate with trust-store

Status in the base for Ubuntu mobile products:
  Confirmed
Status in “pulseaudio” package in Ubuntu:
  Triaged

Bug description:
  Currently the 'audio' policy group allows access to pulseaudio which
  allows apps to use the microphone and eavesdrop on the user.
  Pulseaudio needs to be modified to use trust-store, like location-
  service does. Integrating with trust-store means that when an app
  tries use the microphone via pulseaudio, pulseaudio will contact
  trust-store, the trust-store will prompt the user ("Foo wants to use
  the microphone. Is this ok? Yes|No"), optionally cache the result and
  return the result to pulseaudio. In this manner the user is given a
  contextual prompt at the time of access by the app. Using caching this
  decision can be remembered the next time. If caching is used, there
  should be a method to change the decision in settings.

  Targeting to T-Series for now, since the trust-store is not in a
  reusable form yet.

  Original description:
  David and the security team (inspired by an observation from Rick) discussed 
that when recording, pulseaudio should somehow unobtrusively show the user that 
it is recording. The easiest thing to do would be for pulseaudio to alert 
indicator-sound which would then turn its icon red (similar to 
indicator-message turning blue with new messages). Marking 'high' because apps 
with access to pulseaudio can currently eavedrop on users. If the app is 
allowed to do networking (the default for apps), then it can ship that 
information off to a server somewhere.

  Note 1, the alert to indicator-sound must happen via the out of
  process pulseaudio server and not the confined app itself to be
  effective.

  Note 2, we should consider how to enforce this for foreground apps
  only. Application lifecycle should probably handle this for 13.10
  (apps are suspended if not in foreground or if the screensaver is on),
  but we don't want an app on the converged device to record in the
  background when the user isn't paying attention. Example eavesdropping
  attack: start recording only when the screensaver is on (perhaps
  inhibiting the screensaver during recording would be enough).

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

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


[Touch-packages] [Bug 1352251] Re: Splash screen is shown as soon as QGuiApplication is instantiated

2014-11-26 Thread Olli Ries
** Changed in: canonical-devices-system-image
   Importance: Undecided => High

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

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

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Canonical Devices Products 
(canonical-devices-products-team)

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

Title:
  Splash screen is shown as soon as QGuiApplication is instantiated

Status in the base for Ubuntu mobile products:
  Confirmed
Status in Qt integration with the Mir display server:
  Confirmed
Status in “unity8” package in Ubuntu:
  Confirmed
Status in “unity8” package in Ubuntu RTM:
  Confirmed

Bug description:
  On the phone, a splash screen is shown as soon as QGuiApplication is 
instantiated; however, a QWindow might be created much later, or not be created 
at all.
  We have for example a D-Bus service (ubuntu-system-settings-online-accounts) 
which is a QGuiApplication, but creates QWindows only as client requests 
arrive. In the common case, this works fine because the service is generally 
started when a window needs to be displayed, but we are now preparing for 
implementing trust session support, and that would require either this bug to 
be fixed, or a deeper refactoring of our code.

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

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


[Touch-packages] [Bug 1365673] Re: /usr/lib/arm-linux-gnueabihf/qt5/bin/qmlscene:6:qt_message_fatal:QMessageLogger::fatal:UbuntuClientIntegration::UbuntuClientIntegration:UbuntuMirClientIntegrationPlu

2014-11-26 Thread Olli Ries
** Changed in: canonical-devices-system-image
   Importance: Undecided => High

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

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

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Canonical Devices Products 
(canonical-devices-products-team)

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

Title:
  /usr/lib/arm-linux-
  
gnueabihf/qt5/bin/qmlscene:6:qt_message_fatal:QMessageLogger::fatal:UbuntuClientIntegration::UbuntuClientIntegration:UbuntuMirClientIntegrationPlugin::create:loadIntegration

Status in the base for Ubuntu mobile products:
  Confirmed
Status in Qt integration with the Mir display server:
  Confirmed
Status in QT Ubuntu:
  Confirmed
Status in “qtubuntu” package in Ubuntu:
  Confirmed
Status in “unity8” package in Ubuntu:
  Confirmed

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

  steps to reproduce:
  run the lrt switch test

  1. open a bunch of apps
  2. swipe the screen to show the app selector
  3. pick an app at random
  4. swipe the screen again to show the app selector
  5. pick an app at random
  6. repeat steps 2-5 until crash shows in /var/log

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

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


[Touch-packages] [Bug 1368680] Re: [design] [Dash] pagination graphic should remain static when swiping between favourites.

2014-11-26 Thread Olli Ries
** Changed in: canonical-devices-system-image
   Importance: Undecided => High

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

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

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Canonical Devices Products 
(canonical-devices-products-team)

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

Title:
  [design] [Dash] pagination graphic should remain static when swiping
  between favourites.

Status in the base for Ubuntu mobile products:
  Confirmed
Status in Ubuntu UX bugs:
  Fix Committed
Status in “unity8” package in Ubuntu:
  Confirmed
Status in “unity8” package in Ubuntu RTM:
  Confirmed

Bug description:
  Pagination graphic should remain fixed in place when swiping between 
favourites contained within the dash.
  'Dot' used to communicate which favourite is currently being viewed should be 
more visible (switch colour from Dark Grey to Orange colour used for 
highlights, etc):

  See here for more info on dash pagination (page 10):
  
https://docs.google.com/a/canonical.com/document/d/1LsjdqKDVcFN8Zxb_Oe-Zk1X_DiqviXr8D7-ELt2LEFI/edit?usp=sharing

  
  UX Testing Report finding & recommendation:

  "No incentive to discover scopes beyond the apps scope.  Lack of
  strong visual cues to hint swiping from the apps scope to discover
  more scopes on the right."

  "In the SURU divider pagination pattern (as currently used by the
  Dash), change the selected colour from orange to white."

  "When the Scopes slide, the SURU divider portion of the screen should
  not slide (it should remain static).  The state of the 'dot'
  pagination pattern should of course change. Keeping the SURU divider
  static should make the change to the pagination pattern more
  noticeable."

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

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


[Touch-packages] [Bug 1374082] Re: no API to unlock a specific sim

2014-11-26 Thread Olli Ries
** Changed in: canonical-devices-system-image
   Importance: Undecided => High

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

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

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Canonical Devices Products 
(canonical-devices-products-team)

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

Title:
  no API to unlock a specific sim

Status in the base for Ubuntu mobile products:
  Confirmed
Status in Network Menu:
  Triaged
Status in “indicator-network” package in Ubuntu:
  Triaged
Status in “indicator-network” source package in Utopic:
  Triaged
Status in “indicator-network” source package in Vivid:
  Triaged
Status in “indicator-network” package in Ubuntu RTM:
  Triaged

Bug description:
  In dialer-app on dual sim phones users will be given an option to unlock a 
specific modem.
  The current api only supports unlocking all modems at once: 
UnlockAllModems(). We need a way to invoke the unlock screen to a specific 
modem, like UnlockModem(objectPath).

  clients:
  https://bugs.launchpad.net/messaging-app/+bug/1371661

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

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


[Touch-packages] [Bug 1370014] Re: Remmina Launching Remote Sessions Larger than Workspace

2014-11-26 Thread Lonnie Lee Best
I you view the video of this bug (on YouTube), under it is a message board 
where Brendan Hide said this:
 
"I've had this exact same bug running ArchLinux. Seems to have been fixed in 
the latest version however. My pacman log shows I updated Remmina on Thursday 
October 17th from v1.0.0 to v1.1.1."

Video: http://youtu.be/wKGLff7HhS8

Since Ubuntu 14.04 is an LTS, the Remmina package should be upgraded in
the Ubuntu repositories to version 1.1.1 (or later perhaps).

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

Title:
  Remmina Launching Remote Sessions Larger than Workspace

Status in Unity:
  New
Status in “remmina” package in Ubuntu:
  Confirmed
Status in “unity” package in Ubuntu:
  Confirmed

Bug description:
  Please view this video of the bug I'm reporting:
  http://youtu.be/wKGLff7HhS8

  Essentially, when using the Unity desktop in a Multiple Monitor setup
  (using workspaces), Remmina is launching remote sessions into a window
  larger than the workspace to which I'm launching it.

  Another thing to note about my set up, is that I do use Ubuntu's
  scaling feature to make things about 10% larger than the default size
  (to accommodate my otherwise straining eyes). Some times I use large
  text too. These facts may be totally unrelated to the bug, but I
  thought I would at least mention them.

  I'm using a fully update Ubuntu 14.04 Desktop 64bit.

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

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


[Touch-packages] [Bug 1378048] Re: Make music controls work in the sound indicator

2014-11-26 Thread Olli Ries
** Changed in: canonical-devices-system-image
   Importance: Undecided => High

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

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

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Canonical Devices Products 
(canonical-devices-products-team)

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

Title:
  Make music controls work in the sound indicator

Status in the base for Ubuntu mobile products:
  Confirmed
Status in “indicator-sound” package in Ubuntu:
  Incomplete
Status in “media-hub” package in Ubuntu:
  Confirmed

Bug description:
  Steps:
  1. Play an album in the music player
  2. Pull down sound indicator
  3. Click forward button

  Observed: the music does not advance
  Expected: the music advances

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

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


[Touch-packages] [Bug 1372061] Re: SMS notification: time format not translatable

2014-11-26 Thread Olli Ries
** Changed in: canonical-devices-system-image
   Importance: Undecided => High

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

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

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Canonical Devices Products 
(canonical-devices-products-team)

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

Title:
  SMS notification: time format not translatable

Status in the base for Ubuntu mobile products:
  Confirmed
Status in Ubuntu Translations:
  Triaged
Status in “telephony-service” package in Ubuntu:
  New
Status in “unity8” package in Ubuntu:
  In Progress
Status in “unity8” package in Ubuntu RTM:
  Triaged

Bug description:
  See the attached screenshot. The time for the notification seems to be
  hardcoded to "hh:mm - mm, d". This works well for the US, but it's not
  a format that is used in all other countries. In Spain, for example,
  the date would rather be "d mm".

  The time format needs to be marked for translation.

  Not sure from which project the notifications come from, for some
  reason I seem to remember they were moved to u-s-s, but if it's the
  wrong project/package, please reassign. Thanks!

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

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


[Touch-packages] [Bug 1384422] Re: [SDK] text selection popup menu gets obscured by finger

2014-11-26 Thread Olli Ries
** Changed in: canonical-devices-system-image
   Importance: Undecided => High

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

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

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Canonical Devices Products 
(canonical-devices-products-team)

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

Title:
  [SDK] text selection popup menu gets obscured by finger

Status in the base for Ubuntu mobile products:
  Confirmed
Status in Ubuntu UX bugs:
  Fix Committed
Status in “ubuntu-ui-toolkit” package in Ubuntu:
  Fix Released

Bug description:
  krillin rtm 122

  The popup menu should be displayed higher up than it currently is as
  it's getting obscured by your finger that is doing the press and hold

  Steps to reproduce:
  - type some text in the messaging app
  - double tap a word
  - long press on the word

  Expected results:
  - popup menu should be displayed well above the selection so it's not blocked 
by finger

  Actual results:
  - popup menu is sometimes not displayed at all, but when it is it's partially 
obscured by finger and displayed too low

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

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


[Touch-packages] [Bug 1390098] Re: Active call panel incorrectly displayed when recieving a call

2014-11-26 Thread Olli Ries
** Changed in: canonical-devices-system-image
   Importance: Undecided => High

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

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

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Canonical Devices Products 
(canonical-devices-products-team)

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

Title:
  Active call panel incorrectly displayed when recieving a call

Status in the base for Ubuntu mobile products:
  Confirmed
Status in Dialer app for Ubuntu Touch:
  Confirmed
Status in “dialer-app” package in Ubuntu:
  Fix Released
Status in “unity8” package in Ubuntu:
  Invalid
Status in “dialer-app” package in Ubuntu RTM:
  New
Status in “unity8” package in Ubuntu RTM:
  Invalid

Bug description:
  rtm build 140 on krillin

  Steps to reproduce:
  - open dialer
  - call the phone
  - answer the call

  Expected results:
  - dialer live call view should be displayed
  - no Active call panel visible

  Actual results:
  - dialer live call view displayed
  - Active call panel is briefly displayed and then hidden

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

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


[Touch-packages] [Bug 1379836] Re: dialer and messaging app show unlocked pin as locked

2014-11-26 Thread Olli Ries
** Changed in: canonical-devices-system-image
   Importance: Undecided => High

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

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

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Canonical Devices Products 
(canonical-devices-products-team)

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

Title:
  dialer and messaging app show unlocked pin as locked

Status in the base for Ubuntu mobile products:
  Confirmed
Status in Telepathy Ofono:
  In Progress
Status in “indicator-network” package in Ubuntu:
  Invalid
Status in “ofono” package in Ubuntu:
  Triaged
Status in “telepathy-ofono” package in Ubuntu:
  Fix Released
Status in “telepathy-ofono” package in Ubuntu RTM:
  Confirmed

Bug description:
  Ubuntu System Settings and ofono say it's unlocked but trying to use
  the dialer and messaging app is blocked by thinking the PIN is locked.

  $ system-image-cli -i
  current build number: 81
  device name: mako
  channel: ubuntu-touch/ubuntu-rtm/14.09-proposed
  last update: 2014-10-10 15:33:48
  version version: 81
  version ubuntu: 20141010.1
  version device: 20140929.1
  version custom: mako-0.7

  $ phablet-shell 
  /home/sergiusens/.ssh/known_hosts updated.
  Original contents retained as /home/sergiusens/.ssh/known_hosts.old
  Warning: Permanently added '[localhost]:' (RSA) to the list of known 
hosts.
  Welcome to Ubuntu Utopic Unicorn (development branch) (GNU/Linux 3.4.0-5-mako 
armv7l)

   * Documentation:  https://help.ubuntu.com/
  Last login: Fri Oct 10 15:37:40 2014 from localhost.localdomain
  phablet@ubuntu-phablet:~$ lis^C
  phablet@ubuntu-phablet:~$ /usr/share/ofono/scripts/list-modems 
  [ /ril_0 ]
  Features = gprs ussd net sms rat sim 
  Model = Fake Modem Model
  Powered = 1
  Emergency = 0
  Online = 1
  Interfaces = org.ofono.ConnectionManager org.ofono.CallBarring 
org.ofono.CallSettings org.ofono.SupplementaryServices 
org.ofono.NetworkRegistration org.ofono.CallForwarding org.ofono.SmartMessaging 
org.ofono.PushNotification org.ofono.MessageManager org.ofono.NetworkTime 
org.ofono.MessageWaiting org.ofono.RadioSettings org.ofono.SimManager 
org.ofono.CallVolume org.ofono.VoiceCallManager 
  Revision = M9615A-CEFWMAZM-2.0.1701.03
  Type = hardware
  Manufacturer = Fake Manufacturer
  Serial = 355136052657866
  Lockdown = 0
  [ org.ofono.ConnectionManager ]
  Bearer = hspa
  RoamingAllowed = 0
  Suspended = 0
  Powered = 1
  Attached = 1
  [ org.ofono.CallBarring ]
  VoiceIncoming = disabled
  VoiceOutgoing = disabled
  [ org.ofono.CallSettings ]
  CallingLineRestriction = off
  HideCallerId = default
  ConnectedLinePresentation = unknown
  ConnectedLineRestriction = unknown
  CallingLinePresentation = enabled
  CallingNamePresentation = unknown
  CalledLinePresentation = disabled
  VoiceCallWaiting = enabled
  [ org.ofono.SupplementaryServices ]
  State = idle
  [ org.ofono.NetworkRegistration ]
  Mode = auto
  Name = Personal
  LocationAreaCode = 394
  Status = registered
  CellId = 14122637
  MobileCountryCode = 722
  Technology = umts
  Strength = 61
  MobileNetworkCode = 34
  [ org.ofono.CallForwarding ]
  VoiceNotReachable = +541151009255
  VoiceNoReplyTimeout = 25
  VoiceUnconditional = 
  VoiceNoReply = +541151009255
  ForwardingFlagOnSim = 0
  VoiceBusy = +541151009255
  [ org.ofono.SmartMessaging ]
  [ org.ofono.PushNotification ]
  [ org.ofono.MessageManager ]
  Alphabet = default
  UseDeliveryReports = 0
  ServiceCenterAddress = +541151740055
  Bearer = cs-preferred
  [ org.ofono.NetworkTime ]
  [ org.ofono.MessageWaiting ]
  VoicemailWaiting = 0
  VoicemailMailboxNumber = *555
  VoicemailMessageCount = 0
  [ org.ofono.RadioSettings ]
  TechnologyPreference = umts
  ModemTechnologies = gsm umts 
  FastDormancy = 0
  [ org.ofono.SimManager ]
  CardIdentifier = 89543421113404033941
  ServiceNumbers = [Llam. a su Cargo] = '11' [Club Personal] = 
'*2582' [Personal] = '+810' [At. Clientes] = '*111' 
  Retries = 
  FixedDialing = 0
  SubscriberIdentity = 722341240403394
  MobileCountryCode = 722
  BarredDialing = 0
  PinRequired = none
  LockedPins = 
  SubscriberNumbers = 
  Present = 1
  PreferredLanguages = es en pt it 
  MobileNetworkCode = 34
  [ org.ofono.CallVolume ]
   

[Touch-packages] [Bug 1387231] Re: [regression][clock] alarm still rings once it's been disabled or deleted

2014-11-26 Thread Olli Ries
** Changed in: canonical-devices-system-image
   Importance: Undecided => High

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

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

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Canonical Devices Products 
(canonical-devices-products-team)

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

Title:
  [regression][clock] alarm still rings once it's been disabled or
  deleted

Status in the base for Ubuntu mobile products:
  Confirmed
Status in Clock application for Ubuntu devices:
  Confirmed
Status in “indicator-datetime” package in Ubuntu:
  In Progress

Bug description:
  (r135)

  Steps to reproduce:

  1. Create a single type alarm to ring in the next 5 minutes.
  2. Wait for the alarm to ring.
  3. After dismissing the alarm, delete it from the clock app.

  Actual behaviour:

  Once the alarm's been deleted, it still rings!

  Expected behaviour:

  Once you delete the alarm, this shouldn't ring anymore.

  

  Mako, Image #5 ubuntu rtm,

  Steps to reproduce:

  1. Create an alarm to ring in the next 5 minutes.
  2. Disable the alarm after it is created.

  Actual Behaviour:

  Alarm still rings!

  Expected Behaviour:

  Once you disable an alarm, it shouldn't ring anymore.

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

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


[Touch-packages] [Bug 1380766] Re: revert listitem dividers to previous (no margins)

2014-11-26 Thread Olli Ries
** Changed in: canonical-devices-system-image
   Importance: Undecided => High

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

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

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Canonical Devices Products 
(canonical-devices-products-team)

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

Title:
  revert listitem dividers to previous (no margins)

Status in the base for Ubuntu mobile products:
  Confirmed
Status in “ubuntu-ui-toolkit” package in Ubuntu:
  In Progress

Bug description:
  2gu margin was added to the left and right of listitem dividers.

  However this is causing issues with a large number of apps. For RTM
  let's revert back to previous (no left/right margins on listitem
  dividers) and after that we can explore the issues again.

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

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


[Touch-packages] [Bug 1378006] Re: [phone-app] call controls and header in active call are not as per design

2014-11-26 Thread Olli Ries
** Changed in: canonical-devices-system-image
   Importance: Undecided => High

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

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

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Canonical Devices Products 
(canonical-devices-products-team)

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

Title:
  [phone-app] call controls and header in active call are not as per
  design

Status in the base for Ubuntu mobile products:
  Confirmed
Status in Dialer app for Ubuntu Touch:
  In Progress
Status in Ubuntu UX bugs:
  Fix Committed
Status in “dialer-app” package in Ubuntu:
  Fix Released
Status in “dialer-app” package in Ubuntu RTM:
  New

Bug description:
  Build r 84
  The current active call screen doesn't show the correct call controls and 
header, as per design.

  The header shouldn't have the contacts icon in the top right corner.
  The "add to call" icon is missing in the call controls. It seems as well, 
that the SURU icon theme is not applied.
  Please see attached wireframe for reference.

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

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


[Touch-packages] [Bug 1382109] Re: Events view should be shown on import

2014-11-26 Thread Olli Ries
** Changed in: canonical-devices-system-image
   Importance: Undecided => High

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

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

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Canonical Devices Products 
(canonical-devices-products-team)

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

Title:
  Events view should be shown on import

Status in the base for Ubuntu mobile products:
  Confirmed
Status in Gallery App:
  In Progress
Status in “gallery-app” package in Ubuntu:
  Fix Released
Status in “gallery-app” package in Ubuntu RTM:
  In Progress

Bug description:
  If a photo is imported via the content-hub, we should always make sure
  to display the Events view as the photo will show up by default there.

  Currenty if the gallery is open to a specific photo or album, after
  the import occurs we don't update the view so user has no idea where
  the imported picture is.

  Would be nice to directly open the imported picture but this won't
  work as we might get multiple import events in a row from content-hub
  in the case where the user "Dimissed" the open dialog multiple times.
  Next time gallery-app launched or displayed it will be delivered
  multiple events so we would not know which to open.

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

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


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

2014-11-26 Thread Olli Ries
** Changed in: canonical-devices-system-image
   Importance: Undecided => High

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

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

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Canonical Devices Products 
(canonical-devices-products-team)

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

Title:
  thumbnails in metadata generated incorrectly

Status in the base for Ubuntu mobile products:
  Confirmed
Status in “libhybris” package in Ubuntu:
  Fix Released
Status in “qtubuntu-camera” package in Ubuntu:
  Fix Released
Status in “thumbnailer” package in Ubuntu:
  Fix Released
Status in “qtubuntu-camera” package in Ubuntu RTM:
  In Progress
Status in “thumbnailer” package in Ubuntu RTM:
  In Progress

Bug description:
  build 76 rtm-proposed on krillin

  Take a picture with camera-app
  swipe to the right to display it
  it looks squashed and like it's being displayed at the wrong aspect ratio
  open the gallery-app and view the photo and it looks equally bad
  share the photo to messaging-app, and the preview of the photo is black
  copy the photo to your desktop and open there and the photo looks fine

  these are all new regressions, not sure what layer it's in bug
  guessing a low layer as gallery, camera and messaging-app have not
  changed in this regard

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

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


[Touch-packages] [Bug 1381583] Re: imported pictures should show in Event for today

2014-11-26 Thread Olli Ries
** Changed in: canonical-devices-system-image
   Importance: Undecided => High

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

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

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Canonical Devices Products 
(canonical-devices-products-team)

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

Title:
  imported pictures should show in Event for today

Status in the base for Ubuntu mobile products:
  Confirmed
Status in Gallery App:
  In Progress
Status in Ubuntu UX bugs:
  New
Status in “gallery-app” package in Ubuntu:
  Fix Released
Status in “gallery-app” package in Ubuntu RTM:
  Fix Released

Bug description:
  When pictures are imported into the gallery, via content-hub, we
  should always display them in the Event for the current day. Right
  now, the picture is played in the Event that corresponds to the
  metadata creation date which is very confusing because after the
  picture is imported you can't find it easily.

  Arthur and I discussed modifiying one of the standard exif tags (like
  DateTime, but don't modify CreationDate) with the current date of
  import as the gallery already sorts by a series of tags. Another
  solution would be to add a custom tag like (importDate) and change the
  sort to use that if it exists before falling back to other tags.

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

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


[Touch-packages] [Bug 1389514] Re: open photo from scope fails on first try

2014-11-26 Thread Olli Ries
** Changed in: canonical-devices-system-image
   Importance: Undecided => High

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

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

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Canonical Devices Products 
(canonical-devices-products-team)

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

Title:
  open photo from scope fails on first try

Status in the base for Ubuntu mobile products:
  Confirmed
Status in Gallery App:
  In Progress
Status in “gallery-app” package in Ubuntu:
  Fix Released
Status in “gallery-app” package in Ubuntu RTM:
  New

Bug description:
  The Photos scope and gallery app support a mechanism where a photo can
  be opened directly in the gallery by tapping 'open' on it in the
  photos scope.  However, this appears to fail on the first try if
  Gallery hasn't been run before.

  Steps to reproduce this:
  1. Flash the phone to get a fresh install.
  2. Take some photos in the camera app.
  3. Navigate to those photos in the Photos scope.
  4. Select a photo and tap 'open'.

  Expected results: Selected photo opens in the gallery app.

  Actual results: Gallery app opens and shows the 'Events' view, but does not 
open the chosen photo.
  On second attempt, the expected results happen.

  I suspect that the gallery app may be getting stuck on indexing and
  thumbnailing the first time, and once that is done things work as
  expected.

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

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


[Touch-packages] [Bug 1392401] Re: Bottom edge tip should disappear when interacting with the UI

2014-11-26 Thread Olli Ries
** Changed in: canonical-devices-system-image
   Importance: Undecided => High

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

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

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Canonical Devices Products 
(canonical-devices-products-team)

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

Title:
  Bottom edge tip should disappear when interacting with the UI

Status in the base for Ubuntu mobile products:
  Confirmed
Status in Dialer app for Ubuntu Touch:
  In Progress
Status in Ubuntu UX bugs:
  Fix Committed
Status in “dialer-app” package in Ubuntu:
  In Progress
Status in “dialer-app” package in Ubuntu RTM:
  New

Bug description:
  The bottom edge tip should be hidden as soon as the user starts to
  interact with the other UI elements.

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

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


[Touch-packages] [Bug 1387763] Re: deleting Google contacts not working reliably

2014-11-26 Thread Olli Ries
** Changed in: canonical-devices-system-image
   Importance: Undecided => High

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

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

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Canonical Devices Products 
(canonical-devices-products-team)

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

Title:
  deleting Google contacts not working reliably

Status in the base for Ubuntu mobile products:
  Confirmed
Status in “address-book-service” package in Ubuntu:
  Fix Released
Status in “address-book-service” package in Ubuntu RTM:
  In Progress

Bug description:
  krillin build 132 on rtm

  Steps to repdouce:

  - create 2 google accounts
  - enable contact syncing on 1 of the accounts
  - let the sync happen and open addresss book to verify the contacts are 
displayed
  - go back to system settings for accounts
  - delete the google account associated with the contact sync
  - when prompted, say "No" to keep contact data
  - go back to address book

  Expected results:
  - all the contacts should be gone from address book

  Actual results:
  - all the contacts remain in the address book

  I've seen this work sometimes and fail quite often, so not sure what
  is going on. But it's pretty easy to reproduce.

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

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


[Touch-packages] [Bug 1389611] Re: "swipe to the photo roll" hint should wrap rather than elide

2014-11-26 Thread Olli Ries
** Changed in: canonical-devices-system-image
   Importance: Undecided => High

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

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

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Canonical Devices Products 
(canonical-devices-products-team)

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

Title:
  "swipe to the photo roll" hint should wrap rather than elide

Status in Camera App:
  In Progress
Status in the base for Ubuntu mobile products:
  Confirmed
Status in “camera-app” package in Ubuntu:
  In Progress
Status in “camera-app” package in Ubuntu RTM:
  New

Bug description:
  Using rtm 142 (with updated translations done manually from
  launchpad), the new "swipe to the photo roll" hint is eliding, but it
  leads to the text difficult to understand in some locales...

  Screenshot from a french example attached to show the issue

To manage notifications about this bug go to:
https://bugs.launchpad.net/camera-app/+bug/1389611/+subscriptions

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


[Touch-packages] [Bug 1379386] Re: [emergency call] + [phone-app] remove SIM card naming from SURU divider in emergency dialer mode

2014-11-26 Thread Olli Ries
** Changed in: canonical-devices-system-image
   Importance: Undecided => High

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

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

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Canonical Devices Products 
(canonical-devices-products-team)

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

Title:
  [emergency call] + [phone-app] remove SIM card naming from SURU
  divider in emergency dialer mode

Status in the base for Ubuntu mobile products:
  Confirmed
Status in Dialer app for Ubuntu Touch:
  In Progress
Status in Ubuntu UX bugs:
  Fix Committed
Status in “dialer-app” package in Ubuntu:
  Fix Released
Status in “dialer-app” package in Ubuntu RTM:
  New

Bug description:
  Build r93
  Make sure your device has both cards inserted

  Steps to reproduce: 
  1. make sure your device has a passcode/passphrase lock
  2. unlock device via HK button, swipe away the greeter
  3. you should see then unlocking panel, tap emergency call on the bottom

  Actual result: the dialer view shows SIM card names in the header sections 
(suru divider)
  Expected result: dialer should NOT show any SIM names in the header sections

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

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


[Touch-packages] [Bug 1375890] Re: [messaging-app] + [phone-app] different time formats and font strenghts

2014-11-26 Thread Olli Ries
** Changed in: canonical-devices-system-image
   Importance: Undecided => High

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

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

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Canonical Devices Products 
(canonical-devices-products-team)

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

Title:
  [messaging-app] + [phone-app] different time formats and font
  strenghts

Status in the base for Ubuntu mobile products:
  Confirmed
Status in Dialer app for Ubuntu Touch:
  In Progress
Status in Messaging App:
  In Progress
Status in Ubuntu UX bugs:
  Fix Committed
Status in “dialer-app” package in Ubuntu:
  Fix Released
Status in “messaging-app” package in Ubuntu:
  Fix Released
Status in “dialer-app” package in Ubuntu RTM:
  New
Status in “messaging-app” package in Ubuntu RTM:
  In Progress

Bug description:
  Steps to reproduce:
  1. Open messaging app, stay in the main view
  2. Open phone-app, carry out a bottom edge swipe to access your recent

  In comparison, both apps are using a different font size, font strength and 
time format. Is the time format set by system settings?
  Desired solution: 
  - phone app - there shouldn't be a space between the time stamp and "am" or 
"pm"  -> "07:34pm"
  - messaging app - apply the same visual treatment for the time stamp as in 
the phone app

  Please see attachments for reference.

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

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


[Touch-packages] [Bug 1396611] Re: Can't install click packages with pkcon

2014-11-26 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  Can't install click packages with pkcon

Status in “click” package in Ubuntu:
  Confirmed

Bug description:
  Trying to install a click package using pkcon I get the following
  error. Apparently this is the reason why installing packages from the
  Ubuntu Store fails on my laptop.

  
  mzanetti@noneyet ~/.local/share/ubuntu-download-manager  $  pkcon 
install-local Downloads/com.ubuntu.developer.robert-ancell.dotty_2_all.click 
  Installing files  [=] 
  Loading cache [=] 
  Resolving dependencies[=] 
  Finished  [=] 
  Installing files  [=] 
  Loading cache [=] 
  Resolving dependencies[=] 
  Waiting for authentication[=] 
  Loading cache [=] 
  Resolving dependencies[=] 
  Committing changes[=] 
  Finished  [=] 
  (Reading database ... 588050 files and directories currently installed.)
  Preparing to unpack .../com.ubuntu.developer.robert-ancell.dotty_2_all.click 
...
  Click packages may not be installed directly using dpkg.
  Use 'click install' instead.
  dpkg: error processing archive 
/home/mzanetti/.local/share/ubuntu-download-manager/Downloads/com.ubuntu.developer.robert-ancell.dotty_2_all.click
 (--install):
   subprocess new pre-installation script returned error exit status 1
  Errors were encountered while processing:
   
/home/mzanetti/.local/share/ubuntu-download-manager/Downloads/com.ubuntu.developer.robert-ancell.dotty_2_all.click

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

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


[Touch-packages] [Bug 1370014] Re: Remmina Launching Remote Sessions Larger than Workspace

2014-11-26 Thread Lonnie Lee Best
Is this bug fixed in later versions? Perhaps the 14.04 package needs
upgrading?

In Ubuntu 14.04, I'm running this version:

remmina:amd64/trusty 1.0.0-4ubuntu3 uptodate

You can see what version you are running by running the following in one
command line:

sudo apt-get install apt-show-versions ; sudo apt-show-versions remmina

This remains an issue for me.

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

Title:
  Remmina Launching Remote Sessions Larger than Workspace

Status in Unity:
  New
Status in “remmina” package in Ubuntu:
  Confirmed
Status in “unity” package in Ubuntu:
  Confirmed

Bug description:
  Please view this video of the bug I'm reporting:
  http://youtu.be/wKGLff7HhS8

  Essentially, when using the Unity desktop in a Multiple Monitor setup
  (using workspaces), Remmina is launching remote sessions into a window
  larger than the workspace to which I'm launching it.

  Another thing to note about my set up, is that I do use Ubuntu's
  scaling feature to make things about 10% larger than the default size
  (to accommodate my otherwise straining eyes). Some times I use large
  text too. These facts may be totally unrelated to the bug, but I
  thought I would at least mention them.

  I'm using a fully update Ubuntu 14.04 Desktop 64bit.

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

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


[Touch-packages] [Bug 1370014] Re: Remmina Launching Remote Sessions Larger than Workspace

2014-11-26 Thread Lonnie Lee Best
** Tags added: upgrade-software-version

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

Title:
  Remmina Launching Remote Sessions Larger than Workspace

Status in Unity:
  New
Status in “remmina” package in Ubuntu:
  Confirmed
Status in “unity” package in Ubuntu:
  Confirmed

Bug description:
  Please view this video of the bug I'm reporting:
  http://youtu.be/wKGLff7HhS8

  Essentially, when using the Unity desktop in a Multiple Monitor setup
  (using workspaces), Remmina is launching remote sessions into a window
  larger than the workspace to which I'm launching it.

  Another thing to note about my set up, is that I do use Ubuntu's
  scaling feature to make things about 10% larger than the default size
  (to accommodate my otherwise straining eyes). Some times I use large
  text too. These facts may be totally unrelated to the bug, but I
  thought I would at least mention them.

  I'm using a fully update Ubuntu 14.04 Desktop 64bit.

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

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


[Touch-packages] [Bug 1396190] Re: Inactive pages bleed through other pages

2014-11-26 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: New => Confirmed

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

** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: (unassigned) => Tim Peeters (tpeeters)

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

Title:
  Inactive pages bleed through other pages

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

Bug description:
  Got a page stack.

  Got pages.

  See parts of inactive pages show up in front of the active one.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1396190/+subscriptions

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


[Touch-packages] [Bug 1371846] Re: no way to disable PageHeadState actions highlighting

2014-11-26 Thread Tim Peeters
Are there visual designs for the highlights on a dark background?

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

Title:
  no way to disable PageHeadState actions highlighting

Status in Ubuntu UX bugs:
  New
Status in “ubuntu-ui-toolkit” package in Ubuntu:
  New

Bug description:
  On applications with a dark theme (eg, Authenticator, Blabble, Utudu)
  the highlight color of the PageHeadState actions is very noticeable.
  This is easily seen by simply pressing one of the actions. When using
  a light theme, the effect is much more subtle. It would be nice to be
  able to disable the highlight or to set the highlight to a custom
  color.

  Setting as rtm14 with High priority since as an application writer it
  is very frustrating not being able to adjust this when using dark
  colors for the theme.

  On a possibly related note-- perhaps this is all configurable via
  Theme, but I've tried several times to figure out to do it. There
  appears to be no documentation on it (and I've mentioned this at least
  3 times to people that we need it).

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

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


  1   2   3   >