[Touch-packages] [Bug 1468195] [NEW] action_id() does not return the correct value

2015-06-24 Thread XiaoGuo, Liu
Public bug reported:

I have tried to implement my Action class like. I got the correct
action_id in the constructor. However, I did not get the value in
activate(). According to the API description:

/**
\brief Get the action identifier for this activation request handler.

Action identifier is empty when using the
unity::scopes::ActivationQueryBase(Result const result, ActionMetadata 
const metadata) constructor.

\return The action identifier passed to the constructor of this object.
*/
std::string action_id() const;


It seems that it is the reverse. Action indentifier is not empty during the 
construction. The output is like:


perform_action called
action id:  rated
action id in activate:  
review:  
rating:  -1
activate called


My test code is at: git clone
https://gitcafe.com/ubuntu/scopetemplates_rating_input.git


#include scope/action.h
#include unity/scopes/ActivationResponse.h
#include unity/UnityExceptions.h

#include QString
#include QDebug

#include iostream

namespace sc = unity::scopes;
using namespace std;

QString qstr_(std::string str)
{
return QString::fromStdString(str);
}

Action::Action(const unity::scopes::Result result,
   const unity::scopes::ActionMetadata metadata,
   std::string const action_id)
: sc::ActivationQueryBase(result, metadata),
  action_id_(action_id)
{
qDebug()  action id:   qstr_(action_id_);
}

sc::ActivationResponse Action::activate()
{
qDebug()  action id in activate:   qstr_(action_id());

QString review = QString(%1).arg(qstr_(action_metadata().scope_data().
  
get_dict()[review].get_string()));

double rating = action_metadata().scope_data().
  get_dict()[rating].get_double();

qDebug()  review:   review;
qDebug()  rating:   rating;

sc::ActivationResponse done(sc::ActivationResponse::ShowDash);
cerr  activate called  endl;
return done;
}

** Affects: unity-scopes-api (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  action_id() does not return the correct value

Status in unity-scopes-api package in Ubuntu:
  New

Bug description:
  I have tried to implement my Action class like. I got the correct
  action_id in the constructor. However, I did not get the value in
  activate(). According to the API description:

  /**
  \brief Get the action identifier for this activation request handler.

  Action identifier is empty when using the
  unity::scopes::ActivationQueryBase(Result const result, ActionMetadata 
const metadata) constructor.

  \return The action identifier passed to the constructor of this object.
  */
  std::string action_id() const;

  
  It seems that it is the reverse. Action indentifier is not empty during the 
construction. The output is like:

  
  perform_action called
  action id:  rated
  action id in activate:  
  review:  
  rating:  -1
  activate called
  

  My test code is at: git clone
  https://gitcafe.com/ubuntu/scopetemplates_rating_input.git

  
  #include scope/action.h
  #include unity/scopes/ActivationResponse.h
  #include unity/UnityExceptions.h

  #include QString
  #include QDebug

  #include iostream

  namespace sc = unity::scopes;
  using namespace std;

  QString qstr_(std::string str)
  {
  return QString::fromStdString(str);
  }

  Action::Action(const unity::scopes::Result result,
 const unity::scopes::ActionMetadata metadata,
 std::string const action_id)
  : sc::ActivationQueryBase(result, metadata),
action_id_(action_id)
  {
  qDebug()  action id:   qstr_(action_id_);
  }

  sc::ActivationResponse Action::activate()
  {
  qDebug()  action id in activate:   qstr_(action_id());

  QString review = QString(%1).arg(qstr_(action_metadata().scope_data().

get_dict()[review].get_string()));

  double rating = action_metadata().scope_data().
get_dict()[rating].get_double();

  qDebug()  review:   review;
  qDebug()  rating:   rating;

  sc::ActivationResponse done(sc::ActivationResponse::ShowDash);
  cerr  activate called  endl;
  return done;
  }

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

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

[Touch-packages] [Bug 1468199] [NEW] package gconf2 3.2.6-3ubuntu1 failed to install/upgrade: 子进程 已安装 post-installation 脚本 返回错误状态 1

2015-06-24 Thread 罗颉
Public bug reported:

Traceback (most recent call last):
  File /usr/sbin/gconf-schemas, line 125, in module
trim(os.path.join(defaults_dest,%gconf-tree.xml), get_valid_languages())
  File /usr/sbin/gconf-schemas, line 18, in get_valid_languages
langs.add(l.split('_')[0])
TypeError: 'str' does not support the buffer interface
dpkg: 处理软件包 gconf2 (--unpack)时出错:
 子进程 已安装 post-installation 脚本 返回错误状态 1
在处理时有错误发生:
 update-notifier-common
 gconf2
E: Sub-process /usr/bin/dpkg returned an error code (1)

ProblemType: Package
DistroRelease: Ubuntu 15.04
Package: gconf2 3.2.6-3ubuntu1
ProcVersionSignature: Ubuntu 3.19.0-21.21-generic 3.19.8
Uname: Linux 3.19.0-21-generic x86_64
ApportVersion: 2.17.2-0ubuntu1.1
Architecture: amd64
Date: Wed Jun 24 14:26:54 2015
DuplicateSignature: package:gconf2:3.2.6-3ubuntu1:子进程 已安装 post-installation 脚本 
返回错误状态 1
ErrorMessage: 子进程 已安装 post-installation 脚本 返回错误状态 1
InstallationDate: Installed on 2015-06-23 (1 days ago)
InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
RelatedPackageVersions:
 dpkg 1.17.25ubuntu1
 apt  1.0.9.7ubuntu4
SourcePackage: gconf
Title: package gconf2 3.2.6-3ubuntu1 failed to install/upgrade: 子进程 已安装 
post-installation 脚本 返回错误状态 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package need-duplicate-check vivid

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

Title:
  package gconf2 3.2.6-3ubuntu1 failed to install/upgrade: 子进程 已安装 post-
  installation 脚本 返回错误状态 1

Status in gconf package in Ubuntu:
  New

Bug description:
  Traceback (most recent call last):
File /usr/sbin/gconf-schemas, line 125, in module
  trim(os.path.join(defaults_dest,%gconf-tree.xml), get_valid_languages())
File /usr/sbin/gconf-schemas, line 18, in get_valid_languages
  langs.add(l.split('_')[0])
  TypeError: 'str' does not support the buffer interface
  dpkg: 处理软件包 gconf2 (--unpack)时出错:
   子进程 已安装 post-installation 脚本 返回错误状态 1
  在处理时有错误发生:
   update-notifier-common
   gconf2
  E: Sub-process /usr/bin/dpkg returned an error code (1)

  ProblemType: Package
  DistroRelease: Ubuntu 15.04
  Package: gconf2 3.2.6-3ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-21.21-generic 3.19.8
  Uname: Linux 3.19.0-21-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  Date: Wed Jun 24 14:26:54 2015
  DuplicateSignature: package:gconf2:3.2.6-3ubuntu1:子进程 已安装 post-installation 
脚本 返回错误状态 1
  ErrorMessage: 子进程 已安装 post-installation 脚本 返回错误状态 1
  InstallationDate: Installed on 2015-06-23 (1 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  RelatedPackageVersions:
   dpkg 1.17.25ubuntu1
   apt  1.0.9.7ubuntu4
  SourcePackage: gconf
  Title: package gconf2 3.2.6-3ubuntu1 failed to install/upgrade: 子进程 已安装 
post-installation 脚本 返回错误状态 1
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1170647] Re: After minimizing a Nautilus window of another partition or external media or Trash folder, clicking on the Files icon on the Launcher again doesn't restore the min

2015-06-24 Thread Elbarbudo
Missed the second attachment...

** Attachment added: Big file transfer progress bar
   
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1170647/+attachment/4419813/+files/Capture%202.png

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

Title:
  After minimizing a Nautilus window of another partition or external
  media or Trash folder, clicking on the Files icon on the Launcher
  again doesn't restore the minimized window, but opens a new one

Status in One Hundred Papercuts:
  Triaged
Status in Unity:
  Triaged
Status in Vivid OPM Workspace:
  New
Status in unity package in Ubuntu:
  Triaged
Status in unity source package in Trusty:
  Confirmed

Bug description:
  ***
   ISSUE
  ***

  HOW TO REPRODUCE

  1. Connect a removable media to the computer.
  2. On the launcher, click on the Files icon.
  3. On the left sidebar, click on the removable media icon or the trash.
  4. Minimize the window.
  5. Click on the Files icon.

  EXPECTED BEHAVIOUR

  - The Files window to be maximized.

  REAL BEHAVIOUR

  - A new window is opened.

  RELEVANT DETAILS

  - One way to navigate between windows at this moment is to use the
  control + tabulation key combination, or to click again on the
  Files icon so windows are exposed.

  Otherwise the minimized window Can be restored by clicking on the
  Volume's launcher icon or scrolling on the Files icon

  **
   SOLUTION
  **

  WORK-AROUND

  - On the launcher, left click on the Files icon and select the
  unlock from Launcher option.

  FIX

  - The launcher icon for Files to be treated the same way as if it
  was unlocked.

  REGRESSION POTENTIAL

  - Clicking on the Files icon won't send the user to its home folder,
  but to the latest opened Files window.

  
   TECHNICAL INFO
  

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: nautilus 1:3.6.3-0ubuntu16
  ProcVersionSignature: Ubuntu 3.8.0-18.28-generic 3.8.6
  Uname: Linux 3.8.0-18-generic i686
  ApportVersion: 2.9.2-0ubuntu8
  Architecture: i386
  Date: Fri Apr 19 11:33:13 2013
  EcryptfsInUse: Yes
  GsettingsChanges:
   b'org.gnome.nautilus.window-state' b'geometry' b'814x493+136+38'
   b'org.gnome.nautilus.window-state' b'sidebar-width' b'182'
  InstallationDate: Installed on 2011-07-23 (635 days ago)
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110426)
  MarkForUpload: True
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to raring on 2013-04-14 (4 days ago)

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

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


[Touch-packages] [Bug 1468232] [NEW] Font corruption Intel Broadwell graphics

2015-06-24 Thread rho770
Public bug reported:

After resume from suspend it often happens that fonts are corrupted. The
problem has not been observed if AccelMethod is set to uxa.

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: xorg 1:7.7+7ubuntu2
ProcVersionSignature: Ubuntu 3.16.0-41.57-generic 3.16.7-ckt11
Uname: Linux 3.16.0-41-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.14.7-0ubuntu8.5
Architecture: amd64
CompizPlugins: 
[core,composite,opengl,decor,regex,snap,vpswitch,imgpng,compiztoolbox,grid,staticswitcher,mousepoll,move,resize,place,gnomecompat,dbus,animation,expo,ring,workarounds,fade,session,kdecompat,scale]
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
Date: Wed Jun 24 10:16:47 2015
DistUpgraded: Fresh install
DistroCodename: utopic
DistroVariant: ubuntu
DkmsStatus:
 i915-3.19.2-3.16, 1, 3.16.0-41-generic, x86_64: installed
 virtualbox, 4.3.18, 3.16.0-41-generic, x86_64: installed
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 Intel Corporation Broadwell-U Integrated Graphics [8086:1616] (rev 09) 
(prog-if 00 [VGA controller])
   Subsystem: Lenovo Device [17aa:5036]
InstallationDate: Installed on 2015-06-18 (6 days ago)
InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
MachineType: LENOVO 20BX000XGE
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-41-generic 
root=UUID=ef80ed28-52d5-4bee-b65c-a543a2b68df4 ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/23/2014
dmi.bios.vendor: LENOVO
dmi.bios.version: JBET41WW (1.06 )
dmi.board.asset.tag: Not Available
dmi.board.name: 20BX000XGE
dmi.board.vendor: LENOVO
dmi.board.version: SDK0E50510 WIN
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: None
dmi.modalias: 
dmi:bvnLENOVO:bvrJBET41WW(1.06):bd12/23/2014:svnLENOVO:pn20BX000XGE:pvrThinkPadT450s:rvnLENOVO:rn20BX000XGE:rvrSDK0E50510WIN:cvnLENOVO:ct10:cvrNone:
dmi.product.name: 20BX000XGE
dmi.product.version: ThinkPad T450s
dmi.sys.vendor: LENOVO
version.compiz: compiz 1:0.9.12+14.10.20140918-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.59-1
version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.1-0intel1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.1-0intel1
version.xserver-xorg-core: xserver-xorg-core 2:1.16.0-1ubuntu1.3
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.917-1~exp1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.11-1ubuntu2
xserver.bootTime: Tue Jun 23 16:15:38 2015
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id1133 
 vendor LGD
xserver.version: 2:1.16.0-1ubuntu1.3

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


** Tags: amd64 apport-bug compiz-0.9 third-party-packages ubuntu utopic

** Attachment added: screen-shot-1.jpg
   
https://bugs.launchpad.net/bugs/1468232/+attachment/4419839/+files/screen-shot-1.jpg

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

Title:
  Font corruption Intel Broadwell graphics

Status in xorg package in Ubuntu:
  New

Bug description:
  After resume from suspend it often happens that fonts are corrupted.
  The problem has not been observed if AccelMethod is set to uxa.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: xorg 1:7.7+7ubuntu2
  ProcVersionSignature: Ubuntu 3.16.0-41.57-generic 3.16.7-ckt11
  Uname: Linux 3.16.0-41-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.7-0ubuntu8.5
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,decor,regex,snap,vpswitch,imgpng,compiztoolbox,grid,staticswitcher,mousepoll,move,resize,place,gnomecompat,dbus,animation,expo,ring,workarounds,fade,session,kdecompat,scale]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Wed Jun 24 10:16:47 2015
  DistUpgraded: Fresh install
  DistroCodename: utopic
  DistroVariant: ubuntu
  DkmsStatus:
   i915-3.19.2-3.16, 1, 3.16.0-41-generic, x86_64: installed
   virtualbox, 4.3.18, 3.16.0-41-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation Broadwell-U Integrated Graphics [8086:1616] (rev 09) 
(prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:5036]
  InstallationDate: Installed on 2015-06-18 (6 days ago)
  InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release 

[Touch-packages] [Bug 1381713] Re: Support policy query interface for file

2015-06-24 Thread Michi Henning
** Changed in: thumbnailer
   Status: In Progress = Fix Committed

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

Title:
  Support policy query interface for file

Status in AppArmor Linux application security framework:
  Triaged
Status in Media Hub:
  New
Status in Media Scanner v2:
  New
Status in Thumbnail generator for all kinds of files:
  Fix Committed
Status in apparmor package in Ubuntu:
  Fix Committed

Bug description:
  This bug tracks the work needed to support querying if a label can
  access a file. This is particularly useful with trusted helpers where
  an application requests access to a file and the trusted helper does
  something with it. For example, on Ubuntu when an app wants to play a
  music file, it (eventually) goes through the media-hub service. The
  media-hub service should be able to query if the app's policy has
  access to the file.

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

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


[Touch-packages] [Bug 1464442] Re: installing or upgrading libc6 in Trusty removes all content from /tmp directory

2015-06-24 Thread Stefan Bader
Ok, Seth, I found that I can see this in a VM when using the original
Trusty release desktop 64bit ISO:

- boot into Try Ubuntu
- open a terminal (uxterm works best for me due to this stupid gfx bugs with 
Cirrus)
- ls /tmp (contains some files already)
- sudo apt-get update
- sudo apt-get install libc6
- ls /tmp (files are gone)

This does *not* happen using the 14.04.2 ISO with the 3.16 kernel.
Interesting is that on the live-cd /tmp is a tmpfs mount, so that would
rather not make overlayfs a suspect.

@Larry, can you post here which kernel version is used in the curtin
environment you are looking at? Did not see that info, yet. Maybe I
missed it. Right now its hard to say which other package versions might
be interesting.

For libc it seems 2.19-0ubuntu6.3 - 2.19-0ubuntu6.6 for curtin. On the
14.04.2 ISO its from 2.19-0ubuntu6.5 to the same (cannot say yet whether
that is of importance).

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

Title:
  installing or upgrading libc6 in Trusty removes all content from /tmp
  directory

Status in eglibc package in Ubuntu:
  Invalid
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  We are seeing an issue with installation of dkms package during a
  curtin installation which ends up with /tmp directory being wiped
  clean. This is very bad for curtin as it saves critical installation
  files in /tmp.

  It turns out that it's the of upgrading libc6, which is triggered as a
  result of installing dependencies, that removes content of /tmp. For
  example, installation of gcc results in the same result since it ends
  up with libc6 being upgraded. The only way that this won't be
  recreated is if the latest libc6 is already installed.

  This problem does not exist in precise. It can also be recreated by
  installing the .deb file for any version in trusty including 2.17.

  
  ubuntu@host:~$ ls /tmp
  tmpHHbRkP
  ubuntu@sirrush:~$ sudo apt-get install libc6
  sudo: unable to resolve host sirrush
  Reading package lists... Done
  Building dependency tree
  Reading state information... Done
  The following extra packages will be installed:
    libc-dev-bin libc6-dev
  Suggested packages:
    glibc-doc
  Recommended packages:
    manpages-dev
  The following packages will be upgraded:
    libc-dev-bin libc6 libc6-dev
  3 upgraded, 0 newly installed, 0 to remove and 148 not upgraded.
  Need to get 6,714 kB of archives.
  After this operation, 6,144 B disk space will be freed.
  Do you want to continue? [Y/n] y
  Get:1 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 
2.19-0ubuntu6.6 [1,910 kB]
  Get:2 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin 
amd64 2.19-0ubuntu6.6 [68.9 kB]
  Get:3 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libc6 amd64 
2.19-0ubuntu6.6 [4,735 kB]
  Fetched 6,714 kB in 0s (18.5 MB/s)
  Preconfiguring packages ...
  (Reading database ... 57798 files and directories currently installed.)
  Preparing to unpack .../libc6-dev_2.19-0ubuntu6.6_amd64.deb ...
  Unpacking libc6-dev:amd64 (2.19-0ubuntu6.6) over (2.19-0ubuntu6.3) ...
  Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.6_amd64.deb ...
  Unpacking libc-dev-bin (2.19-0ubuntu6.6) over (2.19-0ubuntu6.3) ...
  Preparing to unpack .../libc6_2.19-0ubuntu6.6_amd64.deb ...
  Unpacking libc6:amd64 (2.19-0ubuntu6.6) over (2.19-0ubuntu6.3) ...
  Processing triggers for man-db (2.6.7.1-1) ...
  Setting up libc6:amd64 (2.19-0ubuntu6.6) ...
  Setting up libc-dev-bin (2.19-0ubuntu6.6) ...
  Setting up libc6-dev:amd64 (2.19-0ubuntu6.6) ...
  Processing triggers for libc-bin (2.19-0ubuntu6.3) ...
  ubuntu@host:~$ ls /tmp
  ubuntu@host:~$
  

  This is very recreatable.

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

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


[Touch-packages] [Bug 1465826] Re: The phone freez totally

2015-06-24 Thread Michael Zanetti
How often does this happen for you? When it happens again, can you send
us some logs (/home/phablet/.cache/upstart/unity8.log)

** Changed in: unity8 (Ubuntu)
   Status: New = Incomplete

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

Title:
  The phone freez totally

Status in unity8 package in Ubuntu:
  Incomplete

Bug description:
  I want to change between 2 application( dekko to web browser) , but the phone 
complcompletely freez.
  After ~20 minutes I restarted the phone.(pushed the ON buttone until restart)

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

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


[Touch-packages] [Bug 1270189] Re: Ubuntu Touch devices are using cellular DNS servers over wifi connection

2015-06-24 Thread Daniel Andrews
rm-rubinstein,

Can you tell me how you created that tail file as I am having the same
issue.

Thanks

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

Title:
  Ubuntu Touch devices are using cellular DNS servers over wifi
  connection

Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  On my Nexus 4, build 121 with TMobile, when I am on wifi, I correctly
  get a 192.168 ip and DNS entries for this network (on wlan0) -- fine.
  When I am in range of cellular data, I get an ip address from TMobile
  and am given DNS entries that aren't on the same network as the
  TMobile ip address (on rmnet_usb0). The problem is, the DNS entries
  from TMobile are preferred over the ones from the wifi network such
  that while wlan0 is correctly setup as the default route, DNS queries
  are being made to the TMobile DNS servers over wlan0 because there are
  no explicit routes to these servers. This is problematic because the
  remote DNS server may not respond to queries coming from out of
  network or site policy may disallow the use of foreign DNS servers--
  both of which result in slow (or possibly failing) DNS queries since
  the cellular DNS is checked first. Also, where it did work, these
  queries could incur charges when the user is intending to use only
  wifi. In the case of (at least) TMobile, this could be a security
  concern because the well-known TMobile DNS servers are on the private
  '10.' network, which opens the possibility for a rogue DNS server to
  be on the private wifi network with this ip address.

  This could be fixed in (at least) four ways:
   1) when on wifi, don't merge the DNS servers on cellular networks at all 
which forces the device to use the ones available on the site (wlan0). This is 
guaranteed to not incur changes
   2) when on wifi, merge the DNS server from the cellular network, but add 
them after the ones on the wifi network. This will try the site's DNS first and 
only if they fail, fallback to the cellular DNS. This may incur charges under 
certain circumstances
   3) add an explicit route to the cellular DNS servers through rmnet_usb0. 
This will bypass the site DNS with all queries going through cellular DNS. This 
will incur charges and would make the device unable to resolve site-local names.
   4) same as '2', but also add explicit routes for the cellular name servers. 
This should only incur charges if wifi DNS fails

  I think '3' is out. '2' and '4' seems most intuitive (with '4' perhaps
  most correct). '1' seems also ok.

  # netstat -rn
  Kernel IP routing table
  Destination Gateway Genmask Flags   MSS Window  irtt Iface
  0.0.0.0 192.168.x.1 0.0.0.0 UG0 0  0 wlan0
  100.152.35.128  0.0.0.0 255.255.255.252 U 0 0  0 
rmnet_usb0
  192.168.x.0 0.0.0.0 255.255.255.0   U 0 0  0 wlan0

   Jan 17 07:36:38 ubuntu-phablet NetworkManager[1130]: info Auto-activating 
connection '/310260575949457/context1'.
  Jan 17 07:36:38 ubuntu-phablet NetworkManager[1130]: info Activation 
(/ril_0) starting connection '/310260575949457/context1'
  Jan 17 07:36:38 ubuntu-phablet NetworkManager[1130]: info (/ril_0): device 
state change: disconnected - prepare (reason 'none') [30 40 0]
  Jan 17 07:36:38 ubuntu-phablet NetworkManager[1130]: info Activation 
(/ril_0) Stage 1 of 5 (Device Prepare) scheduled...
  Jan 17 07:36:38 ubuntu-phablet NetworkManager[1130]: info Activation 
(/ril_0) Stage 1 of 5 (Device Prepare) started...
  Jan 17 07:36:38 ubuntu-phablet NetworkManager[1130]: info Activation 
(/ril_0) Stage 1 of 5 (Device Prepare) complete.
  Jan 17 07:36:41 ubuntu-phablet NetworkManager[1130]: info (/ril_0): IPv4 
static configuration:
  Jan 17 07:36:41 ubuntu-phablet NetworkManager[1130]: info   address 
100.152.35.130/30
  Jan 17 07:36:41 ubuntu-phablet NetworkManager[1130]: info   DNS 10.177.0.34
  Jan 17 07:36:41 ubuntu-phablet NetworkManager[1130]: info   DNS 
10.168.183.116
  Jan 17 07:36:41 ubuntu-phablet NetworkManager[1130]: info Activation 
(/ril_0) Stage 2 of 5 (Device Configure) scheduled...
  Jan 17 07:36:41 ubuntu-phablet NetworkManager[1130]: info Activation 
(/ril_0) Stage 2 of 5 (Device Configure) starting...
  Jan 17 07:36:41 ubuntu-phablet NetworkManager[1130]: info (/ril_0): device 
state change: prepare - config (reason 'none') [40 50 0]
  Jan 17 07:36:41 ubuntu-phablet NetworkManager[1130]: info Activation 
(/ril_0) Stage 2 of 5 (Device Configure) successful.
  Jan 17 07:36:41 ubuntu-phablet NetworkManager[1130]: info Activation 
(/ril_0) Stage 3 of 5 (IP Configure Start) scheduled.
  Jan 17 07:36:41 ubuntu-phablet NetworkManager[1130]: info Activation 
(/ril_0) Stage 2 of 5 (Device Configure) complete.
  Jan 17 07:36:41 ubuntu-phablet NetworkManager[1130]: info Activation 
(/ril_0) Stage 3 

[Touch-packages] [Bug 1468195] Re: action_id() does not return the correct value

2015-06-24 Thread Michi Henning
** Changed in: unity-scopes-api (Ubuntu)
 Assignee: (unassigned) = Pawel Stolowski (stolowski)

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

Title:
  action_id() does not return the correct value

Status in unity-scopes-api package in Ubuntu:
  New

Bug description:
  I have tried to implement my Action class like. I got the correct
  action_id in the constructor. However, I did not get the value in
  activate(). According to the API description:

  /**
  \brief Get the action identifier for this activation request handler.

  Action identifier is empty when using the
  unity::scopes::ActivationQueryBase(Result const result, ActionMetadata 
const metadata) constructor.

  \return The action identifier passed to the constructor of this object.
  */
  std::string action_id() const;

  
  It seems that it is the reverse. Action indentifier is not empty during the 
construction. The output is like:

  
  perform_action called
  action id:  rated
  action id in activate:  
  review:  
  rating:  -1
  activate called
  

  My test code is at: git clone
  https://gitcafe.com/ubuntu/scopetemplates_rating_input.git

  
  #include scope/action.h
  #include unity/scopes/ActivationResponse.h
  #include unity/UnityExceptions.h

  #include QString
  #include QDebug

  #include iostream

  namespace sc = unity::scopes;
  using namespace std;

  QString qstr_(std::string str)
  {
  return QString::fromStdString(str);
  }

  Action::Action(const unity::scopes::Result result,
 const unity::scopes::ActionMetadata metadata,
 std::string const action_id)
  : sc::ActivationQueryBase(result, metadata),
action_id_(action_id)
  {
  qDebug()  action id:   qstr_(action_id_);
  }

  sc::ActivationResponse Action::activate()
  {
  qDebug()  action id in activate:   qstr_(action_id());

  QString review = QString(%1).arg(qstr_(action_metadata().scope_data().

get_dict()[review].get_string()));

  double rating = action_metadata().scope_data().
get_dict()[rating].get_double();

  qDebug()  review:   review;
  qDebug()  rating:   rating;

  sc::ActivationResponse done(sc::ActivationResponse::ShowDash);
  cerr  activate called  endl;
  return done;
  }

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

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


[Touch-packages] [Bug 1468225] [NEW] Install header files in OnlineAccountsClient

2015-06-24 Thread Alberto Mardegan
Public bug reported:

The header files are currently installed in /usr/include/online-
accounts-client/, therefore requiring the client to include them as

#include online-accounts-client/Setup

Since the namespace is called OnlineAccountsClient, it makes sense to
use the same name for the headers directory.

** Affects: ubuntu-system-settings-online-accounts
 Importance: Low
 Status: Confirmed

** Affects: ubuntu-system-settings-online-accounts (Ubuntu)
 Importance: Low
 Status: Confirmed

** Also affects: ubuntu-system-settings-online-accounts (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: ubuntu-system-settings-online-accounts
   Status: New = Confirmed

** Changed in: ubuntu-system-settings-online-accounts (Ubuntu)
   Status: New = Confirmed

** Changed in: ubuntu-system-settings-online-accounts
   Importance: Undecided = Low

** Changed in: ubuntu-system-settings-online-accounts (Ubuntu)
   Importance: Undecided = Low

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

Title:
  Install header files in OnlineAccountsClient

Status in Online Accounts setup for Ubuntu Touch:
  Confirmed
Status in ubuntu-system-settings-online-accounts package in Ubuntu:
  Confirmed

Bug description:
  The header files are currently installed in /usr/include/online-
  accounts-client/, therefore requiring the client to include them as

  #include online-accounts-client/Setup

  Since the namespace is called OnlineAccountsClient, it makes sense
  to use the same name for the headers directory.

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

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


[Touch-packages] [Bug 364057] Re: Ubuntu 9.04 RC shows nothing on screen at boot

2015-06-24 Thread dino99
This is no more a supported version; and grub legacy upstream is also
stopped, only receiving possible random fixes locally

** Changed in: linux (Ubuntu)
   Status: Incomplete = Invalid

** Changed in: grub (Ubuntu)
   Status: New = Invalid

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

Title:
  Ubuntu 9.04 RC shows nothing on screen at boot

Status in grub package in Ubuntu:
  Invalid
Status in linux package in Ubuntu:
  Invalid
Status in xorg package in Ubuntu:
  Invalid

Bug description:
  Booting Ubuntu 9.04 RC iso image.  I see nothing on the screen until I
  get to the logon window, to get there I  had to use key combinations
  from I knew from booting on another PC to go through boot screen
  prompts. Once booted up the screen resolution is so unusable that I
  can not make adjustments. I believe this problem is due to an unusual
  hardware setup.  This consists of an RCA HDTV rear projection TV using
  DVI input from an ATI Radeon 9250 graphics card.  I believe Ubuntu is
  picking the wrong graphic port or screen resoution on the card at
  boot.  Please note that I have not tested other Ubuntu ISO images
  previous to this attempt.

  Here are the properties of the card (From Windows XP)

  Name  RADEON 9250
  PNP Device ID PCI\VEN_1002DEV_5960SUBSYS_59601002REV_01\456EB5F8
  Adapter Type  RADEON 9250 AGP (0x5960), ATI Technologies Inc. compatible
  Adapter Description   RADEON 9250
  Adapter RAM   128.00 MB (134,217,728 bytes)
  Installed Drivers ati2dvag.dll
  Driver Version6.14.10.6614
  INF File  oem1.inf (ati2mtag_RV280 section)
  Color Planes  1
  Color Table Entries   4294967296
  Resolution1707 x 960 x 60 hertz
  Bits/Pixel32
  Memory Address0xE000-0xEFFF
  I/O Port  0x2000-0x2FFF
  Memory Address0xC010-0xC01F
  IRQ Channel   IRQ 16
  I/O Port  0x03B0-0x03BB
  I/O Port  0x03C0-0x03DF
  Memory Address0xA-0xB
  Driverc:\winnt\system32\drivers\ati2mtag.sys (6.14.10.6614, 1.47 MB 
(1,540,608 bytes), 2007-10-29 19:26)

  Name  RADEON 9250 - Secondary
  PNP Device ID PCI\VEN_1002DEV_5940SUBSYS_59611002REV_01\456EB5F00108
  Adapter Type  RADEON 9250 Secondary AGP (0x5940), ATI Technologies Inc. 
compatible
  Adapter Description   RADEON 9250 - Secondary
  Adapter RAM   128.00 MB (134,217,728 bytes)
  Installed Drivers ati2dvag.dll
  Driver Version6.14.10.6614
  INF File  oem1.inf (ati2mtag_RV280 section)
  Color Planes  Not Available
  Color Table Entries   Not Available
  ResolutionNot Available
  Bits/PixelNot Available
  Memory Address0xE800-0xEFFF
  Memory Address0xC011-0xC011
  Driverc:\winnt\system32\drivers\ati2mtag.sys (6.14.10.6614, 1.47 MB 
(1,540,608 bytes), 2007-10-29 19:26)

  System information (From Windows XP)

  System Manufacturer   IBM
  System Model  808515U
  System Type   X86-based PC
  Processor x86 Family 15 Model 3 Stepping 4 GenuineIntel ~2793 Mhz
  BIOS Version/Date IBM 2CKT25AUS, 2008-01-21
  SMBIOS Version2.31
  Boot Device   \Device\HarddiskVolume1
  LocaleUnited States
  Hardware Abstraction LayerVersion = 5.1.2600.5512 (xpsp.080413-2111)
  Total Physical Memory 1,024.00 MB
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21.
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 2458 F pulseaudio
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'ICH5'/'Intel ICH5 with AD1981B at irq 17'
 Mixer name : 'Analog Devices AD1981B'
 Components : 'AC97a:41445374'
 Controls  : 34
 Simple ctrls  : 23
  DistroRelease: Ubuntu 10.04
  IwConfig:
   lono wireless extensions.
   
   eth0  no wireless extensions.
  LiveMediaBuild: Ubuntu 10.04 Lucid Lynx - Alpha i386 (20100224.1)
  Lsusb:
   Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: IBM 808515U
  Package: linux (not installed)
  ProcCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/hostname.seed 
boot=casper initrd=/casper/initrd.lz quiet splash --
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.32-14.20-generic
  Regression: No
  RelatedPackageVersions: linux-firmware 1.31
  Reproducible: Yes
  RfKill:
   
  Tags: lucid needs-upstream-testing
  TestedUpstream: No
  Uname: Linux 2.6.32-14-generic i686
  UserGroups:
   
  dmi.bios.date: 01/21/2008
  dmi.bios.vendor: IBM
  dmi.bios.version: 

[Touch-packages] [Bug 1465814] Re: Apt did the opposite of what I told it to do when it asked me a yes or no question

2015-06-24 Thread The Unknown
From my understanding all the capital letter means is that that is the
default option, but it is not actually case specific. And I know for a
fact that it is not case specific because I have upgraded many things
many times and installed many pieces of software, and I have always used
a lowercase 'y', and all has always been well, even now after it
happened, a lowercase 'y' does the trick.

** Changed in: apt (Ubuntu)
   Status: Invalid = New

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

Title:
  Apt did the opposite of what I told it to do when it asked me a yes or
  no question

Status in apt package in Ubuntu:
  New

Bug description:
  Today I executed the command:

  sudo apt-get dist-upgrade

  And this was the output:

  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  Calculating upgrade... Done
  The following packages will be upgraded:
aptdaemon aptdaemon-data python-aptdaemon python-aptdaemon.gtk3widgets
python3-aptdaemon python3-aptdaemon.gtk3widgets 
python3-aptdaemon.pkcompat
wpasupplicant
  8 to upgrade, 0 to newly install, 0 to remove and 0 not to upgrade.
  Need to get 1,146 kB of archives.
  After this operation, 3,072 B of additional disk space will be used.
  Do you want to continue? [Y/n] 

  So I answered 'y' (without the quotes), and this was the output:

  Abort.

  And it seemingly aborted instead of doing what I said, although when I
  ran the command again, it installed the upgrades instead of aborting,
  but I just thought that I should report this as it seemed buggy as
  this is not what it is meant to do.

  ---

  OS Information:

  Description:  Ubuntu 15.04
  Release:  15.04

  Package Information:

  apt:
Installed: 1.0.9.7ubuntu4
Candidate: 1.0.9.7ubuntu4
Version table:
   *** 1.0.9.7ubuntu4 0
  500 http://gb.archive.ubuntu.com/ubuntu/ vivid/main amd64 Packages
  100 /var/lib/dpkg/status

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

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


[Touch-packages] [Bug 1170647] Re: After minimizing a Nautilus window of another partition or external media or Trash folder, clicking on the Files icon on the Launcher again doesn't restore the min

2015-06-24 Thread Elbarbudo
Dont'know if this is the same bug but I have the following behaviour when 
transferring big files between directories :
1- Open 2 File windows in 2 different directories
2- Copy a big amount of data between these directories in order to show the 
progress bar (capture 2)
3- Close the 2 Files windows, leaving only the progress bar window
4- Minimize the progress bar.

In the launcher, the File icon appears with the progress bar (see capture 1) 
Clicking on the File Icon show up the default home windows instead of the 
progress window

** Attachment added: Launcher bar with progress bar
   
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1170647/+attachment/4419811/+files/Capture%201.png

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

Title:
  After minimizing a Nautilus window of another partition or external
  media or Trash folder, clicking on the Files icon on the Launcher
  again doesn't restore the minimized window, but opens a new one

Status in One Hundred Papercuts:
  Triaged
Status in Unity:
  Triaged
Status in Vivid OPM Workspace:
  New
Status in unity package in Ubuntu:
  Triaged
Status in unity source package in Trusty:
  Confirmed

Bug description:
  ***
   ISSUE
  ***

  HOW TO REPRODUCE

  1. Connect a removable media to the computer.
  2. On the launcher, click on the Files icon.
  3. On the left sidebar, click on the removable media icon or the trash.
  4. Minimize the window.
  5. Click on the Files icon.

  EXPECTED BEHAVIOUR

  - The Files window to be maximized.

  REAL BEHAVIOUR

  - A new window is opened.

  RELEVANT DETAILS

  - One way to navigate between windows at this moment is to use the
  control + tabulation key combination, or to click again on the
  Files icon so windows are exposed.

  Otherwise the minimized window Can be restored by clicking on the
  Volume's launcher icon or scrolling on the Files icon

  **
   SOLUTION
  **

  WORK-AROUND

  - On the launcher, left click on the Files icon and select the
  unlock from Launcher option.

  FIX

  - The launcher icon for Files to be treated the same way as if it
  was unlocked.

  REGRESSION POTENTIAL

  - Clicking on the Files icon won't send the user to its home folder,
  but to the latest opened Files window.

  
   TECHNICAL INFO
  

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: nautilus 1:3.6.3-0ubuntu16
  ProcVersionSignature: Ubuntu 3.8.0-18.28-generic 3.8.6
  Uname: Linux 3.8.0-18-generic i686
  ApportVersion: 2.9.2-0ubuntu8
  Architecture: i386
  Date: Fri Apr 19 11:33:13 2013
  EcryptfsInUse: Yes
  GsettingsChanges:
   b'org.gnome.nautilus.window-state' b'geometry' b'814x493+136+38'
   b'org.gnome.nautilus.window-state' b'sidebar-width' b'182'
  InstallationDate: Installed on 2011-07-23 (635 days ago)
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110426)
  MarkForUpload: True
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to raring on 2013-04-14 (4 days ago)

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

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


Re: [Touch-packages] [Bug 1170647] Re: After minimizing a Nautilus window of another partition or external media or Trash folder, clicking on the Files icon on the Launcher again doesn't restore the

2015-06-24 Thread Boza
I think it's same bug.

I hope we don't gonna have this bug in Unity8.

sre, 24.06.2015. 10.06 Elbarbudo patricear...@gmail.com је написао/ла:

 Dont'know if this is the same bug but I have the following behaviour when
 transferring big files between directories :
 1- Open 2 File windows in 2 different directories
 2- Copy a big amount of data between these directories in order to show
 the progress bar (capture 2)
 3- Close the 2 Files windows, leaving only the progress bar window
 4- Minimize the progress bar.

 In the launcher, the File icon appears with the progress bar (see capture
 1)
 Clicking on the File Icon show up the default home windows instead of the
 progress window

 ** Attachment added: Launcher bar with progress bar

 https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1170647/+attachment/4419811/+files/Capture%201.png

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1170647

 Title:
   After minimizing a Nautilus window of another partition or external
   media or Trash folder, clicking on the Files icon on the Launcher
   again doesn't restore the minimized window, but opens a new one

 Status in One Hundred Papercuts:
   Triaged
 Status in Unity:
   Triaged
 Status in Vivid OPM Workspace:
   New
 Status in unity package in Ubuntu:
   Triaged
 Status in unity source package in Trusty:
   Confirmed

 Bug description:
   ***
ISSUE
   ***

   HOW TO REPRODUCE

   1. Connect a removable media to the computer.
   2. On the launcher, click on the Files icon.
   3. On the left sidebar, click on the removable media icon or the trash.
   4. Minimize the window.
   5. Click on the Files icon.

   EXPECTED BEHAVIOUR

   - The Files window to be maximized.

   REAL BEHAVIOUR

   - A new window is opened.

   RELEVANT DETAILS

   - One way to navigate between windows at this moment is to use the
   control + tabulation key combination, or to click again on the
   Files icon so windows are exposed.

   Otherwise the minimized window Can be restored by clicking on the
   Volume's launcher icon or scrolling on the Files icon

   **
SOLUTION
   **

   WORK-AROUND

   - On the launcher, left click on the Files icon and select the
   unlock from Launcher option.

   FIX

   - The launcher icon for Files to be treated the same way as if it
   was unlocked.

   REGRESSION POTENTIAL

   - Clicking on the Files icon won't send the user to its home folder,
   but to the latest opened Files window.

   
TECHNICAL INFO
   

   ProblemType: Bug
   DistroRelease: Ubuntu 13.04
   Package: nautilus 1:3.6.3-0ubuntu16
   ProcVersionSignature: Ubuntu 3.8.0-18.28-generic 3.8.6
   Uname: Linux 3.8.0-18-generic i686
   ApportVersion: 2.9.2-0ubuntu8
   Architecture: i386
   Date: Fri Apr 19 11:33:13 2013
   EcryptfsInUse: Yes
   GsettingsChanges:
b'org.gnome.nautilus.window-state' b'geometry' b'814x493+136+38'
b'org.gnome.nautilus.window-state' b'sidebar-width' b'182'
   InstallationDate: Installed on 2011-07-23 (635 days ago)
   InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110426)
   MarkForUpload: True
   SourcePackage: nautilus
   UpgradeStatus: Upgraded to raring on 2013-04-14 (4 days ago)

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


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

Title:
  After minimizing a Nautilus window of another partition or external
  media or Trash folder, clicking on the Files icon on the Launcher
  again doesn't restore the minimized window, but opens a new one

Status in One Hundred Papercuts:
  Triaged
Status in Unity:
  Triaged
Status in Vivid OPM Workspace:
  New
Status in unity package in Ubuntu:
  Triaged
Status in unity source package in Trusty:
  Confirmed

Bug description:
  ***
   ISSUE
  ***

  HOW TO REPRODUCE

  1. Connect a removable media to the computer.
  2. On the launcher, click on the Files icon.
  3. On the left sidebar, click on the removable media icon or the trash.
  4. Minimize the window.
  5. Click on the Files icon.

  EXPECTED BEHAVIOUR

  - The Files window to be maximized.

  REAL BEHAVIOUR

  - A new window is opened.

  RELEVANT DETAILS

  - One way to navigate between windows at this moment is to use the
  control + tabulation key combination, or to click again on the
  Files icon so windows are exposed.

  Otherwise the minimized window Can be restored by clicking on the
  Volume's launcher icon or scrolling on the Files icon

  **
   SOLUTION
  **

  WORK-AROUND

  - On the launcher, left click on the Files icon and select the
  unlock from Launcher option.

  FIX

  - The launcher icon for Files to be treated the same way as if it
  was unlocked.

  REGRESSION 

[Touch-packages] [Bug 1460752] Re: Can't read Thai character.

2015-06-24 Thread Ratchanan Srirattanamet
This seems to be missing fonts issue. Maybe this isn't a bug in
webbrowser-app?

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

Title:
  Can't read Thai character.

Status in webbrowser-app package in Ubuntu:
  Confirmed

Bug description:
  Step to reproduce: Use browser on the phone, go to
  http://www.alanwood.net/unicode/thai.html

  Expected result:Thai character is readable. See Readable Thai character.png
  What happens:They're unreadable. See Unreadable Thai character.png

  Version: Ubuntu Touch 15.10 channel devel-proposed image revision 211
  Device: LG L90 Dual (I'm doing a port)

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

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


[Touch-packages] [Bug 1461042] [NEW] Qthelp documentation (pressing in F1) has no style in qtcreator

2015-06-24 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Some annotation tags are missing to bring back the style in qtcreator.

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Assignee: Benjamin Zeller (zeller-benjamin)
 Status: Triaged


** Tags: devexp
-- 
Qthelp documentation (pressing in F1) has no style in qtcreator
https://bugs.launchpad.net/bugs/1461042
You received this bug notification because you are a member of Ubuntu Touch 
seeded packages, which is subscribed to ubuntu-ui-toolkit 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 1391286] Re: Fails to generate thumbnail for small videos recorded with camera-app

2015-06-24 Thread Michi Henning
** Changed in: thumbnailer (Ubuntu)
 Assignee: Jussi Pakkanen (jpakkane) = (unassigned)

** Changed in: thumbnailer (Ubuntu)
 Assignee: (unassigned) = Michi Henning (michihenning)

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

** Changed in: thumbnailer
 Assignee: (unassigned) = Michi Henning (michihenning)

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

Title:
  Fails to generate thumbnail for small videos recorded with camera-app

Status in Thumbnail generator for all kinds of files:
  Confirmed
Status in gst-plugins-bad1.0 package in Ubuntu:
  Confirmed
Status in thumbnailer package in Ubuntu:
  Confirmed

Bug description:
  Videos with less than one sec recorded by camera-app (like when you
  click on the record button and immediately stops the recording
  process) have problems while generating thumbnail. This seems to be a
  problem to gallery-app since if we have one file like this on the
  collection the thumbnails took a long time to generate.

  I added an unit test that seems to fail on this branch:
  lp:~artmello/thumbnailer/thumbnailer-no_thumbnail_video

  Attached a video sample that seems to fail

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

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


[Touch-packages] [Bug 1466669] Re: Icons in the App scope disappear and appear when search is refreshed

2015-06-24 Thread Michal Predotka
Just wanted to add, I wasn't thinking about search functionality when
reporting this bug. I admit that I don't understand how the search is
involved in disappearing app icons after installing, updating or
uninstalling a program.

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

Title:
  Icons in the App scope disappear and appear when search is refreshed

Status in unity-scope-click package in Ubuntu:
  New
Status in unity8 package in Ubuntu:
  Invalid

Bug description:
  After installing, uninstalling or updating an app, all the app icons
  disappear for a second or two. That's annoying and makes me feel like
  the phone is broken/slow/unresponsive. I believe there are other ways
  to indicate refresh without disappearing icons.

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

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


[Touch-packages] [Bug 1461042] Re: Qthelp documentation (pressing in F1) has no style in qtcreator

2015-06-24 Thread Launchpad Bug Tracker
** Branch linked: lp:~zeller-benjamin/ubuntu-ui-toolkit/fixdocstyle

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

Title:
  Qthelp documentation (pressing in F1) has no style in qtcreator

Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress

Bug description:
  Some annotation tags are missing to bring back the style in qtcreator.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1461042/+subscriptions

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


[Touch-packages] [Bug 1468184] Re: package linux-image-3.19.0-21-generic 3.19.0-21.21 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1

2015-06-24 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package linux-image-3.19.0-21-generic 3.19.0-21.21 failed to
  install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools
  exited with return code 1

Status in initramfs-tools package in Ubuntu:
  New

Bug description:
  Impossible to install/update

  ProblemType: Package
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-21-generic 3.19.0-21.21
  ProcVersionSignature: Ubuntu 3.13.0-55.94-generic 3.13.11-ckt20
  Uname: Linux 3.13.0-55-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  matthieu   2131 F pulseaudio
   /dev/snd/controlC0:  matthieu   2131 F pulseaudio
  Date: Wed Jun 24 07:18:35 2015
  DistributionChannelDescriptor:
   # This is a distribution channel descriptor
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-trusty-amd64-20140620-0
  DuplicateSignature: 
package:linux-image-3.19.0-21-generic:3.19.0-21.21:run-parts: 
/etc/kernel/postinst.d/initramfs-tools exited with return code 1
  ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 1
  HibernationDevice: RESUME=UUID=b2512ccb-b2a9-4fdb-91cc-724153a452d8
  InstallationDate: Installed on 2015-06-01 (22 days ago)
  InstallationMedia: Ubuntu 14.04 Trusty - Build amd64 LIVE Binary 
20140620-04:25
  MachineType: Dell Inc. XPS 13 9343
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-55-generic 
root=UUID=4e184db3-5efa-419d-82a5-4b8983839a78 ro quiet splash pcie_aspm=force 
radeon.modeset=0 nouveau.modeset=0 acpi_osi=Windows 2013 init=/sbin/upstart
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: grub-pc N/A
  SourcePackage: initramfs-tools
  Title: package linux-image-3.19.0-21-generic 3.19.0-21.21 failed to 
install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 1
  UpgradeStatus: Upgraded to vivid on 2015-06-23 (0 days ago)
  dmi.bios.date: 03/25/2015
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A03
  dmi.board.name: 0310JH
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA03:bd03/25/2015:svnDellInc.:pnXPS139343:pvr01:rvnDellInc.:rn0310JH:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: XPS 13 9343
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.

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

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


[Touch-packages] [Bug 1468199] Re: package gconf2 3.2.6-3ubuntu1 failed to install/upgrade: 子进程 已安装 post-installation 脚本 返回错误状态 1

2015-06-24 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 gconf in Ubuntu.
https://bugs.launchpad.net/bugs/1468199

Title:
  package gconf2 3.2.6-3ubuntu1 failed to install/upgrade: 子进程 已安装 post-
  installation 脚本 返回错误状态 1

Status in gconf package in Ubuntu:
  New

Bug description:
  Traceback (most recent call last):
File /usr/sbin/gconf-schemas, line 125, in module
  trim(os.path.join(defaults_dest,%gconf-tree.xml), get_valid_languages())
File /usr/sbin/gconf-schemas, line 18, in get_valid_languages
  langs.add(l.split('_')[0])
  TypeError: 'str' does not support the buffer interface
  dpkg: 处理软件包 gconf2 (--unpack)时出错:
   子进程 已安装 post-installation 脚本 返回错误状态 1
  在处理时有错误发生:
   update-notifier-common
   gconf2
  E: Sub-process /usr/bin/dpkg returned an error code (1)

  ProblemType: Package
  DistroRelease: Ubuntu 15.04
  Package: gconf2 3.2.6-3ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-21.21-generic 3.19.8
  Uname: Linux 3.19.0-21-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  Date: Wed Jun 24 14:26:54 2015
  DuplicateSignature: package:gconf2:3.2.6-3ubuntu1:子进程 已安装 post-installation 
脚本 返回错误状态 1
  ErrorMessage: 子进程 已安装 post-installation 脚本 返回错误状态 1
  InstallationDate: Installed on 2015-06-23 (1 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  RelatedPackageVersions:
   dpkg 1.17.25ubuntu1
   apt  1.0.9.7ubuntu4
  SourcePackage: gconf
  Title: package gconf2 3.2.6-3ubuntu1 failed to install/upgrade: 子进程 已安装 
post-installation 脚本 返回错误状态 1
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1454142] Re: [regression] mirscreencast 0.13 and later gives error and exception (std::exception::what: Failed to mmap buffer 13, Permission denied)

2015-06-24 Thread Andreas Pokorny
** Changed in: mir
Milestone: 0.14.0 = 0.15.0

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

Title:
  [regression] mirscreencast 0.13 and later gives error and exception
  (std::exception::what: Failed to mmap buffer 13, Permission denied)

Status in Mir:
  Triaged
Status in Mir 0.13 series:
  Triaged
Status in mir package in Ubuntu:
  New

Bug description:
  [regression] mirscreencast 0.13 and later throws an exception:

  # bin/mirscreencast -n1
  MIR_CLIENT_PLATFORM_PATH=bin/../lib/client-modules/
  MIR_SERVER_PLATFORM_PATH=bin/../lib/server-modules/
  MIR_SERVER_PLATFORM_INPUT_LIB=bin/../lib/server-modules/input-stub.so
  LD_LIBRARY_PATH=bin/../lib
  exec=bin/.mirscreencast-uninstalled
  [1431419911.659329] ERROR MirBufferStreamAPI: Caught exception at client 
library boundary (in mir_buffer_stream_get_graphics_region): 
/home/dan/bzr/mir/dev/src/platforms/mesa/client/client_buffer.cpp(63): Throw in 
function {anonymous}::ShmMemoryRegion::ShmMemoryRegion(const 
std::shared_ptrmir::client::mesa::BufferFileOps, int, const 
mir::geometry::Size, mir::geometry::Stride, MirPixelFormat)
  Dynamic exception type: 
N5boost16exception_detail10clone_implINS0_19error_info_injectorISt13runtime_error
  std::exception::what: Failed to mmap buffer
  13, Permission denied

  And that's running as root(!)

  Workaround: Use the installed version 0.12.1 of mirscreencast on
  vivid, which works still.

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

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


[Touch-packages] [Bug 1391976] Re: Loading libmirclient.so twice leads to a segfault in libmirprotobuf.so

2015-06-24 Thread Andreas Pokorny
** Changed in: mir
Milestone: 0.14.0 = 0.15.0

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

Title:
  Loading libmirclient.so twice leads to a segfault in libmirprotobuf.so

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

Bug description:
  Can be reproduced with: load_twice libmircommon.so.1 (or .2)
  For recent versions of mir use: load_twice libmirclient.so.X (currently .8)

  load_twice.c:

  #include stdio.h
  #include dlfcn.h

  int main(int argc, char** argv)
  {
  void *dl;
  int i;

  for (i = 0; i  2; i++)
  {
     dl = dlopen (argv[1], RTLD_LAZY);
     printf (%d open dl: %p\n, i,  dl);
     if (dl)
     dlclose (dl);
  }
  }

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

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


[Touch-packages] [Bug 1059872] Re: Error formatting disk using disk utility

2015-06-24 Thread Bug Watch Updater
** Changed in: util-linux (Debian)
   Status: New = Incomplete

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

Title:
  Error formatting disk using disk utility

Status in DarGUI - A GUI frontend for DAR utility:
  New
Status in OEM Priority Project:
  New
Status in udisks2 package in Ubuntu:
  Invalid
Status in util-linux package in Ubuntu:
  Fix Released
Status in udisks2 source package in Trusty:
  Invalid
Status in util-linux source package in Trusty:
  Triaged
Status in util-linux package in Debian:
  Incomplete

Bug description:
  Formatting a SD card using the disk utility fails with an error
  message

  Error formatting disk - Error synchronizing after initial wipe: Timed
  out waiting for object (udisks-error-quark, 0)

  Steps to repro:
  Launch the disk utility
  Plug a SD card into the computer
  Select the SD card and click on the gears icon at the top right of the 
application
  From the drop down menu, select Format Disk
  maintain the default setting and select Format
  Acknowledge warnings
  After format process has been going for a while, the error message shown 
above pops up

  Workaround: 
  After selecting the SD card, instead of clicking the gear icon to format, 
click the partition in the Volumes section.
  Delete the partition (minus icon)
  Create a new partition

  -

  The underlying problem is that the wipefs tool from util-linux does
  not work any more.

  === TEST CASE ===
  $ sudo modprobe scsi_debug dev_size_mb=200
  # this creates a new /dev/sdX, usually /dev/sdb; check dmesg!

  # now create a partition table
  $ cat EOF | sudo sfdisk /dev/sdb
  # partition table of /dev/sdb
  unit: sectors

  /dev/sdb1 : start=   32, size=   409568, Id=83
  /dev/sdb2 : start=0, size=0, Id= 0
  /dev/sdb3 : start=0, size=0, Id= 0
  /dev/sdb4 : start=0, size=0, Id= 0
  EOF

  # now create an ext4 file system:
  $ sudo mkfs.ext4 /dev/sdb1

  # check contents:
  $ sudo blkid -p /dev/sdb /dev/sdb1
  /dev/sdb: PTTYPE=dos
  /dev/sdb1: UUID=4bd1c542-a61f-43c4-a7e5-cc50e66e6b5a VERSION=1.0 
TYPE=ext4 USAGE=filesystem PART_ENTRY_SCHEME=dos PART_ENTRY_TYPE=0x83 
PART_ENTRY_NUMBER=1 PART_ENTRY_OFFSET=32 PART_ENTRY_SIZE=409568 
PART_ENTRY_DISK=8:16

  # wipe:
  $ sudo wipefs -a /dev/sdb

  # now check contents again
  $ sudo blkid -p /dev/sdb /dev/sdb1

  # in the broken case, you will still see a dos partition table and
  the ext4 partition; in the working case, /dev/sdb won't show anything
  and /dev/sdb1 does not exist any more

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: udisks 1.0.4-6
  ProcVersionSignature: Ubuntu 3.5.0-15.23-generic 3.5.4
  Uname: Linux 3.5.0-15-generic x86_64
  ApportVersion: 2.6.1-0ubuntu1
  Architecture: amd64
  CustomUdevRuleFiles: 51-android.rules 51-android.rules~
  Date: Mon Oct  1 15:07:46 2012
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120720.1)
  MachineType: FOXCONN NT-A2400NT-A3500
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-15-generic 
root=UUID=fcc445e4-9662-47cc-855d-ca17ad1c2a87 ro quiet splash vt.handoff=7
  SourcePackage: udisks
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/29/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 4.6.4
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: NT-A2400NT-A3500
  dmi.board.vendor: FOXCONN
  dmi.board.version: FAB 1.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 4
  dmi.chassis.vendor: FOXCONN
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4.6.4:bd03/29/2011:svnFOXCONN:pnNT-A2400NT-A3500:pvrFAB1.0:rvnFOXCONN:rnNT-A2400NT-A3500:rvrFAB1.0:cvnFOXCONN:ct4:cvrToBeFilledByO.E.M.:
  dmi.product.name: NT-A2400NT-A3500
  dmi.product.version: FAB 1.0
  dmi.sys.vendor: FOXCONN

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

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


[Touch-packages] [Bug 1441754] Re: package emacs24 24.4+1-4ubuntu5 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-06-24 Thread era
As per attached DpkgTerminalLog.txt, reassigning to dictionaries-common.

Setting up emacs24 (24.4+1-4ubuntu5) ...
Install emacsen-common for emacs24
emacsen-common: Handling install of emacsen flavor emacs24
Wrote /etc/emacs24/site-start.d/00debian-vars.elc
Wrote /usr/share/emacs24/site-lisp/debian-startup.elc
Install dictionaries-common for emacs24
install/dictionaries-common: Byte-compiling for emacsen flavour emacs24
Wrote /usr/share/emacs24/site-lisp/dictionaries-common/debian-ispell.elc

In toplevel form:
ispell.el:4012:1:Error: Autoloading failed to define function define-minor-mode
Eager macro-expansion failure: (error Autoloading failed to define function 
define-minor-mode)

In toplevel form:
flyspell.el:61:1:Error: Autoloading failed to define function define-minor-mode
ERROR: install script from dictionaries-common package failed
dpkg: error processing package emacs24 (--configure):
 subprocess installed post-installation script returned error exit status 1

** Package changed: emacs24 (Ubuntu) = dictionaries-common (Ubuntu)

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

Title:
  package emacs24 24.4+1-4ubuntu5 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

Status in dictionaries-common package in Ubuntu:
  Confirmed

Bug description:
  .

  ProblemType: Package
  DistroRelease: Ubuntu 15.04
  Package: emacs24 24.4+1-4ubuntu5
  ProcVersionSignature: Ubuntu 3.19.0-7.7-generic 3.19.0
  Uname: Linux 3.19.0-7-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.17-0ubuntu1
  Architecture: amd64
  Date: Wed Apr  8 19:02:45 2015
  DuplicateSignature: package:emacs24:24.4+1-4ubuntu5:subprocess installed 
post-installation script returned error exit status 1
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  InstallationDate: Installed on 2015-02-13 (54 days ago)
  InstallationMedia: Ubuntu MATE 15.04 Vivid Vervet - Alpha2 amd64 (20150123)
  RelatedPackageVersions:
   dpkg 1.17.24ubuntu1
   apt  1.0.9.7ubuntu4
  SourcePackage: emacs24
  Title: package emacs24 24.4+1-4ubuntu5 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dictionaries-common/+bug/1441754/+subscriptions

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


[Touch-packages] [Bug 1450493] Re: Phone reboots after removing and installing scope

2015-06-24 Thread Alejandro J. Cura
** Summary changed:

- Phone reboots after scope run session
+ Phone reboots after removing and installing scope

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

Title:
  Phone reboots after removing and installing scope

Status in unity-scopes-api package in Ubuntu:
  Confirmed

Bug description:
  Once I’ve finished running / debugging my scope (i.e. I hit the stop
  button), the phone returns to the home scope, then after approx. 10s,
  the phone reboots (I mean, back to the boot screen, not just a unity
  crash).

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

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


[Touch-packages] [Bug 1467930] Re: 0cf3:3004 bluetooth not working atheros 10

2015-06-24 Thread Christopher M. Penalver
*** This bug is a duplicate of bug 1451689 ***
https://bugs.launchpad.net/bugs/1451689

** Summary changed:

- (clone) bluetooth not working atheros 10
+ 0cf3:3004 bluetooth not working atheros 10

** Tags added: bios-outdated-e1781ims.10t

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

Title:
  0cf3:3004 bluetooth not working atheros 10

Status in bluez package in Ubuntu:
  New

Bug description:
  see original bug.
  reported this because the bug also affects me and on apport-collect launchpad 
told me to create a new bug report and mark it as clone.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: bluetooth (not installed)
  ProcVersionSignature: Ubuntu 3.19.0-21.21-generic 3.19.8
  Uname: Linux 3.19.0-21-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Jun 23 14:31:15 2015
  InstallationDate: Installed on 2015-06-19 (3 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  InterestingModules: btusb bluetooth
  MachineType: Micro-Star International Co., Ltd. GT72 2QE
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-21-generic 
root=UUID=4fabaada-02c5-4230-a634-0b88cf228b5f ro quiet splash
  SourcePackage: bluez
  UdevLog: Error: [Errno 2] Aucun fichier ou dossier de ce type: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/21/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: E1781IMS.10H
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: MS-1781
  dmi.board.vendor: Micro-Star International Co., Ltd.
  dmi.board.version: REV:0.C
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 10
  dmi.chassis.vendor: Micro-Star International Co., Ltd.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrE1781IMS.10H:bd11/21/2014:svnMicro-StarInternationalCo.,Ltd.:pnGT722QE:pvrREV0.C:rvnMicro-StarInternationalCo.,Ltd.:rnMS-1781:rvrREV0.C:cvnMicro-StarInternationalCo.,Ltd.:ct10:cvrToBeFilledByO.E.M.:
  dmi.product.name: GT72 2QE
  dmi.product.version: REV:0.C
  dmi.sys.vendor: Micro-Star International Co., Ltd.
  hciconfig:
   
  rfkill:

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

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


[Touch-packages] [Bug 1466669] Re: Icons in the App scope disappear and appear when search is refreshed

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

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

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

Title:
  Icons in the App scope disappear and appear when search is refreshed

Status in unity-scope-click package in Ubuntu:
  Confirmed
Status in unity8 package in Ubuntu:
  Invalid

Bug description:
  After installing, uninstalling or updating an app, all the app icons
  disappear for a second or two. That's annoying and makes me feel like
  the phone is broken/slow/unresponsive. I believe there are other ways
  to indicate refresh without disappearing icons.

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

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


[Touch-packages] [Bug 1270245] Re: Backward frame jumps on mali (Nexus 10 krillin)

2015-06-24 Thread Andreas Pokorny
** Changed in: mir
Milestone: 0.14.0 = 0.15.0

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

Title:
  Backward frame jumps on mali (Nexus 10  krillin)

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

Bug description:
  Alexandros, Andreas, and I have noted at different points that we see
  frame skips on the nexus 10. The frames look like they move in a 1,3,2
  pattern, particularly when unlocking the device.

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

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


[Touch-packages] [Bug 1425307] Re: [regression] Exception when running phablet-screenshot [std::exception::what: Attempt to set swap interval on screencast is invalid]

2015-06-24 Thread Andreas Pokorny
** Changed in: mir/0.14
Milestone: 0.14.0 = 0.15.0

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

Title:
  [regression] Exception when running phablet-screenshot
  [std::exception::what: Attempt to set swap interval on screencast is
  invalid]

Status in Mir:
  Confirmed
Status in Mir 0.12 series:
  Confirmed
Status in Mir 0.13 series:
  Confirmed
Status in Mir 0.14 series:
  Confirmed
Status in mir package in Ubuntu:
  Confirmed
Status in phablet-tools package in Ubuntu:
  New

Bug description:
  current build number: 110
  device name: mako
  channel: ubuntu-touch/vivid-proposed
  last update: 2015-02-24 22:35:35
  version version: 110
  version ubuntu: 20150224
  version device: 20150210
  version custom: 20150224

  rsalveti@evasys:~$ phablet-screenshot /tmp/foo.png
  I: Dumping fb0 ...
  [1424817826.846470] Loader: Loading modules from: 
/usr/lib/arm-linux-gnueabihf/mir/client-platform/
  [1424817826.847569] Loader: Loading module: 
/usr/lib/arm-linux-gnueabihf/mir/client-platform/mesa.so
  [1424817826.848393] Loader: Loading module: 
/usr/lib/arm-linux-gnueabihf/mir/client-platform/android.so
  [1424817826.849583] Loader: Loading module: 
/usr/lib/arm-linux-gnueabihf/mir/client-platform/dummy.so
  [1424817826.944654] ERROR mircommon: Caught exception at Mir/EGL driver 
boundary (in setSwapInterval): 
/build/buildd/mir-0.11.0+15.04.20150209.1/src/client/buffer_stream.cpp(283): 
Throw in function virtual void 
mir::client::BufferStream::request_and_wait_for_configure(MirSurfaceAttrib, int)
  Dynamic exception type: 
N5boost16exception_detail10clone_implINS0_19error_info_injectorISt11logic_error
  std::exception::what: Attempt to set swap interval on screencast is invalid

  3004 KB/s (3932160 bytes in 1.278s)
  I: Done

  phablet-tools - 1.1+15.04.20150218-0ubuntu1

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

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


[Touch-packages] [Bug 1373696] Re: Android overlay mode ping-pongs constantly with touchspots or software cursor enabled, causing stuttering and lag

2015-06-24 Thread Andreas Pokorny
** Changed in: mir
Milestone: 0.14.0 = 0.15.0

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

Title:
  Android overlay mode ping-pongs constantly with touchspots or software
  cursor enabled, causing stuttering and lag

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

Bug description:
  Bypass/overlay mode ping-pongs constantly during touches with
  touchspots enabled, or when using a mouse (software cursor on
  Android). This visibly means the screen is stuttering and jerky.

  This is a lesser form of bug 1373689, which has a workaround about to
  land...

  $ bin/mir_demo_server_minimal --enable-touchspots --compositor-report=log
  # (and also start a fullscreen client from elsewhere)

  [1411611407.207459] (II) compositor: Started
  [1411611407.230898] (II) compositor: Added display 0x1123d48: 768x1280 +0+0
  [1411611407.236148] (II) compositor: Display 0x1123d48 bypass OFF
  [1411611410.060412] (II) compositor: Display 0x1123d48 bypass ON
  [1411611410.996746] (II) compositor: Display 0x1123d48 averaged 56.652 FPS, 
11.493 ms/frame, latency 0.741 ms, 57 frames over 1.006 sec, 98% bypassed
  [1411611411.998852] (II) compositor: Display 0x1123d48 averaged 59.875 FPS, 
10.765 ms/frame, latency 0.305 ms, 60 frames over 1.002 sec, 100% bypassed
  [1411611412.584721] (II) compositor: Display 0x1123d48 bypass OFF
  [1411611412.599981] (II) compositor: Display 0x1123d48 bypass ON
  [1411611412.677534] (II) compositor: Display 0x1123d48 bypass OFF
  [1411611412.683699] (II) compositor: Display 0x1123d48 bypass ON
  [1411611412.771628] (II) compositor: Display 0x1123d48 bypass OFF
  [1411611412.783500] (II) compositor: Display 0x1123d48 bypass ON
  [1411611412.874756] (II) compositor: Display 0x1123d48 bypass OFF
  [1411611412.883577] (II) compositor: Display 0x1123d48 bypass ON
  [1411611412.972513] (II) compositor: Display 0x1123d48 bypass OFF
  [1411611412.983714] (II) compositor: Display 0x1123d48 bypass ON

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

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


[Touch-packages] [Bug 1468308] Re: TextArea is showing scrollbars when initially empty and using autoSize

2015-06-24 Thread Christian Dywan
** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Importance: Undecided = Low

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

Title:
  TextArea is showing scrollbars when initially empty and using autoSize

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

Bug description:
  If the TextArea is using autoSize=true and has no text in it, the
  vertical scrollbar shows on start. If you edit to multiple lines, then
  remove the text, the scrollbar no longer shows.

  Test Case:

  import QtQuick 2.3
  import Ubuntu.Components 1.2

  Item {
  width: units.gu(20)
  height: units.gu(20)
  TextArea {
  autoSize: true
  anchors {
  left: parent.left
  right: parent.right
  }
  }
  }

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1468308/+subscriptions

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


[Touch-packages] [Bug 1241986] Re: Cannot connect to WPA/WPA2, EAP-PEAP, MSCHAPV2 network

2015-06-24 Thread Jonas G. Drange
Ubuntu System Settings does not provide the “Connect to ‘{network
name}’” dialogue, so affecting unity8 since it does.

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

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

Title:
  Cannot connect to WPA/WPA2, EAP-PEAP, MSCHAPV2 network

Status in the base for Ubuntu mobile products:
  In Progress
Status in network-manager package in Ubuntu:
  Triaged
Status in ubuntu-system-settings package in Ubuntu:
  In Progress
Status in unity8 package in Ubuntu:
  New

Bug description:
  On Ubuntu for Phones final image on mako I can see a network but
  cannot connect because I never get prompted for the username/password.

  https://wiki.ubuntu.com/Networking#wi-fi-authentication-variations:
  In both the ‘Connect to “{network name}”’ and “Connect to Hidden
  Network” dialogs, the contents of the dialog, and the behavior of the
  “Connect” button, should vary depending on the security and
  authentication methods...

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

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


[Touch-packages] [Bug 1468308] Re: TextArea is showing scrollbars when initially empty and using autoSize

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

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

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

Title:
  TextArea is showing scrollbars when initially empty and using autoSize

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

Bug description:
  If the TextArea is using autoSize=true and has no text in it, the
  vertical scrollbar shows on start. If you edit to multiple lines, then
  remove the text, the scrollbar no longer shows.

  Test Case:

  import QtQuick 2.3
  import Ubuntu.Components 1.2

  Item {
  width: units.gu(20)
  height: units.gu(20)
  TextArea {
  autoSize: true
  anchors {
  left: parent.left
  right: parent.right
  }
  }
  }

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1468308/+subscriptions

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


[Touch-packages] [Bug 1466669] Re: Icons in the App scope disappear and appear when search is refreshed

2015-06-24 Thread Michael Zanetti
Also, especially for the apps scope, it'd be great if you could diff the
query result against the previous one and not reset the model, but apply
the diff to it. That way the view could animate when an app shows up or
is removed instead of just destroying everything and rebuilding
everyhting.

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

Title:
  Icons in the App scope disappear and appear when search is refreshed

Status in unity-scope-click package in Ubuntu:
  New
Status in unity8 package in Ubuntu:
  Invalid

Bug description:
  After installing, uninstalling or updating an app, all the app icons
  disappear for a second or two. That's annoying and makes me feel like
  the phone is broken/slow/unresponsive. I believe there are other ways
  to indicate refresh without disappearing icons.

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

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


[Touch-packages] [Bug 1440157] Re: WARNING **: Could not connect to geoname lookup server: Operation was cancelled

2015-06-24 Thread Roman
Will libtimezonemap 0.4.4 package ever be back ported into Ubuntu
15.04 Vivid Vervet? Or this has to be done manually only?

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

Title:
  WARNING **: Could not connect to geoname lookup server: Operation was
  cancelled

Status in One Hundred Papercuts:
  Confirmed
Status in Unity Control Center:
  New
Status in libtimezonemap package in Ubuntu:
  Fix Released
Status in unity-control-center package in Ubuntu:
  Confirmed

Bug description:
  Test Case:
  open Date  Time panel  Clock 
  Enable Time in other locations
  Click Choose Locations...

  No other locations can be added

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: indicator-datetime 13.10.0+15.04.20150331-0ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-10.10-generic 3.19.2
  Uname: Linux 3.19.0-10-generic x86_64
  ApportVersion: 2.17-0ubuntu1
  Architecture: amd64
  CasperVersion: 1.358
  CurrentDesktop: Unity
  Date: Fri Apr  3 23:54:13 2015
  LiveMediaBuild: Ubuntu 15.04 Vivid Vervet - Beta amd64 (20150326)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: indicator-datetime
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1324142] Re: Support providing fallback images

2015-06-24 Thread Michi Henning
The thumbnailer cannot remove support for fallback images until after
all the scopes and apps that depend on it have been updated. We are
working on that.

** Changed in: thumbnailer
   Status: New = In Progress

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

Title:
  Support providing fallback images

Status in Thumbnail generator for all kinds of files:
  In Progress
Status in unity-scopes-api package in Ubuntu:
  Fix Released
Status in unity-scopes-shell package in Ubuntu:
  New
Status in unity8 package in Ubuntu:
  Fix Released

Bug description:
  If the URI for a scope result icon can not be loaded, the scope result
  is not easily visible.

  To counter this, the shell should replace the result image with a
  fallback image if the Image QML component changes to the Error state.
  At a minimum a single standard fallback image would be sufficient, but
  letting the scope pick a custom fallback via the category renderer
  template would be better.

  One reason I'd like to see this is so we can switch the album art
  image provider to stop returning a fallback image.  This has been
  requested by the music-app guys, and seems sensible since we might
  want different fallbacks in different contexts:

  https://code.launchpad.net/~jamesh/thumbnailer/no-fallback-
  albumart/+merge/219460

  It might also be useful for remote scopes using http: URIs for result
  icons.

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

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


[Touch-packages] [Bug 1447756] Re: [SRU] segfault in log.c code causes phone reboot loops

2015-06-24 Thread Alexanrd
What about the fix for Trusty?  I have similar problems with 
upstart=1.12.1-0ubuntu4.2.
Workrounds with  kernel option --no-log and disabling flush-early-job-log job 
works for me.

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

Title:
  [SRU] segfault in log.c code causes phone reboot loops

Status in the base for Ubuntu mobile products:
  Fix Released
Status in Upstart:
  Fix Committed
Status in upstart package in Ubuntu:
  Fix Released
Status in upstart source package in Utopic:
  Won't Fix
Status in upstart source package in Vivid:
  In Progress
Status in upstart source package in Wily:
  Fix Released
Status in upstart package in Ubuntu RTM:
  Fix Released

Bug description:
  = Summary =

  The version of Upstart in vivid is affected by a coule of bugs relating
  to the flushing data from early-boot jobs to disk which can both result
  in a crash:

  == Problem 1 ==

  An internal list is mishandled meaning a crash could occur randomly.

  == Problem 2 ==

  Jobs which spawn processes in the background then themselves exit can
  cause a crash due.

  = Explanation of how Upstart flushes early job output =

  If an Upstart job starts *and ends* early in the boot sequence (before
  the log partition is mounted and writable) and produces output to its
  stdout/stderr, Upstart will cache the output for later flushing by
  adding the 'Log' object associated with the 'Job' to a list.

  When the log partition is mounted writable, the
  /etc/init/flush-early-job-log.conf job is run which calls initctl
  notify-disk-writeable. This is a signal to Upstart to flush its cache
  of early-boot job output which takes the form of iterating the
  'log_unflushed_files' list and flushing all the 'Log' entries to disk.

  = Code Specifics =

  There are 2 issues (note that the numbers used below match those used in
  the Summary).

  == Problem 1 detail ==

  Due to a bug in the way the 'log_unflushed_files' list is handled (the
  'Log' cannot be added to the list directly, so is added via an
  intermediary ('NihListElem') node), a crash can result when iterating
  the list since the 'Log' is freed, but NOT the intermediary node. The
  implication is that it is possible for the intermediary node to be
  attempt to dereference already-freed data, resulting in a crash.

  == Problem 2 detail ==

  If a job spawns a process in the background, then itself exits, that
  jobs 'Log' entry will be added to the 'log_unflushed_files' list. But,
  if the background process produces output and then exits before Upstart
  attempts to flush the original jobs data to disk, the 'NihIo'
  corresponding to the log will be serviced automatically and the data
  flushed to disk. The problem comes when Upstart receives the
  notification to flush the 'log_unflushed_files' list, since that list
  now contains an entry which has already been freed (since all its data
  has already been flushed). The result is an assertion failure.

  = Fix =

  == Problem 1 fix ==

  Correct the 'log_unflushed_files' list handling by freeing the
  'NihListElem' (which will automatically free the 'Log' object), not by
  simply freeing the 'Log' object itself.

  * Branch: lp:~jamesodhunt/ubuntu/vivid/upstart/bug-1447756/
  * New Upstart test added to avoid regression?: Yes.

  == Problem 2 fix ==

  Correct the assumption that the only entries in the
  'log_unflushed_files' list will always have data to flush by checking if
  there is in fact any data to flush; if not, remove the entry from the
  'log_unflushed_files' list since it has already been handled
  automatically by the 'NihIo'.

  * Branch: lp:~jamesodhunt/upstart/bug-1447756-the-actual-fix
  * New Upstart test added to avoid regression?: Yes.

  = Workarounds =

  If a system is affected by this bug, it will be manifested by a crash
  early in the boot sequence.

  To overcome the issue, either:

  a) Boot by adding --no-log to the kernel command-line.

  b) Disable the flush-early-job-log job (assuming the machine is
  bootable) by running the following:

 $ echo manual | sudo tee -a /etc/init/flush-early-job-log.override

  = Impact =

  The issue has been present in Upstart since logging was introduced but
  no known instances of crashes relating to these problems have been
  reported prior to this bug being reported (which relates the the issue
  being seen on a very small subset of specific Ubuntu Touch phone
  hardware where Upstart is used as the system init daemon).

  Note that vivid still uses Upstart for managing the graphical session,
  but now uses systemd by default for the system init daemon. Since the session 
(Upstart) init does not even require 
  a flush-early-job-log, the exposure to both the bug and the updated fix 
codepath is extremely limited.

  = Test Case =

  This bug is extremely hard to surface so the approach is simply to
  check that 

[Touch-packages] [Bug 1468125] Re: package modemmanager 1.4.8-1 failed to install/upgrade: podproces zainstalowany skrypt post-installation zwrócił kod błędu 100

2015-06-24 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 modemmanager in Ubuntu.
https://bugs.launchpad.net/bugs/1468125

Title:
  package modemmanager 1.4.8-1 failed to install/upgrade: podproces
  zainstalowany skrypt post-installation zwrócił kod błędu 100

Status in modemmanager package in Ubuntu:
  New

Bug description:
  upgrading 15.04 to 15.10

  ProblemType: Package
  DistroRelease: Ubuntu 15.10
  Package: modemmanager 1.4.8-1
  ProcVersionSignature: Ubuntu 3.19.0-22.22-generic 3.19.8-ckt1
  Uname: Linux 3.19.0-22-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.17.3-0ubuntu4
  Architecture: amd64
  Date: Tue Jun 23 23:45:09 2015
  DuplicateSignature: package:modemmanager:1.4.8-1:podproces zainstalowany 
skrypt post-installation zwrócił kod błędu 100
  ErrorMessage: podproces zainstalowany skrypt post-installation zwrócił kod 
błędu 100
  InstallationDate: Installed on 2014-05-29 (390 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Alpha amd64 (20130609)
  RelatedPackageVersions:
   dpkg 1.17.25ubuntu1
   apt  1.0.9.10ubuntu1
  SourcePackage: modemmanager
  Title: package modemmanager 1.4.8-1 failed to install/upgrade: podproces 
zainstalowany skrypt post-installation zwrócił kod błędu 100
  UpgradeStatus: Upgraded to wily on 2015-06-23 (0 days ago)

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

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


[Touch-packages] [Bug 1397375] Re: [enhancement] need fd (file descriptor) and dispatch function

2015-06-24 Thread Andreas Pokorny
** Changed in: mir
Milestone: 0.14.0 = 0.15.0

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

Title:
  [enhancement] need fd (file descriptor) and dispatch function

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

Bug description:
  A long-standing request only ever made in person (I think) so let's
  write it down:

  We need a way to get a pollable object out of the mir client library
  and a dispatch function to call so that we can integrate mir into the
  mainloop of the toolkit that is trying to use it.

  The thread-based delivery mechanism is inconvenient for most toolkits.

  The fd would ideally be the mir socket itself, but it could also be an
  eventfd that gets signalled from another thread.  In the name of
  efficiency we should try to cut out the extra threads entirely,
  though.

  The dispatch function would dispatch events to the registered
  delegate, directly from the thread in which it was called.

  Alternatively (or perhaps additionally), we could also use a function
  to manually dequeue events.

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

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


[Touch-packages] [Bug 1440157] Re: WARNING **: Could not connect to geoname lookup server: Operation was cancelled

2015-06-24 Thread mbott
I can not answer the ever part of your question, but following the
steps laid out by Sadi Yumuşak in comment #10 above is the simple fix
that worked for me.

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

Title:
  WARNING **: Could not connect to geoname lookup server: Operation was
  cancelled

Status in One Hundred Papercuts:
  Confirmed
Status in Unity Control Center:
  New
Status in libtimezonemap package in Ubuntu:
  Fix Released
Status in unity-control-center package in Ubuntu:
  Confirmed

Bug description:
  Test Case:
  open Date  Time panel  Clock 
  Enable Time in other locations
  Click Choose Locations...

  No other locations can be added

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: indicator-datetime 13.10.0+15.04.20150331-0ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-10.10-generic 3.19.2
  Uname: Linux 3.19.0-10-generic x86_64
  ApportVersion: 2.17-0ubuntu1
  Architecture: amd64
  CasperVersion: 1.358
  CurrentDesktop: Unity
  Date: Fri Apr  3 23:54:13 2015
  LiveMediaBuild: Ubuntu 15.04 Vivid Vervet - Beta amd64 (20150326)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: indicator-datetime
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1467851] Re: Remove warning on deprecated theme for versions 1.3

2015-06-24 Thread Christian Dywan
The ones with 'unknown file' shouldn't be showing up anymore - I suspect
the fix didn't make it to the vivd overlay.

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: Confirmed = Incomplete

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

Title:
  Remove warning on deprecated theme for versions  1.3

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

Bug description:
  This is slightly related to bug 1457528.

  In my case, I have an application using the 14.10 framework and importing 
Ubuntu.Components 1.0.
  In that version, Theme *is not deprecated*, therefore I shouldn't see any 
warnings.

  That should be the case up to 1.2, where Theme is still documented as
  not being deprecated.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1467851/+subscriptions

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


[Touch-packages] [Bug 1466669] Re: Icons in the App scope disappear and appear when search is refreshed

2015-06-24 Thread Michael Zanetti
Can't you just not clear the model until the new result has come it? I
don't think we can make the View keep the data if the model is cleared
underneath.

** Changed in: unity8 (Ubuntu)
   Status: New = Invalid

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

Title:
  Icons in the App scope disappear and appear when search is refreshed

Status in unity-scope-click package in Ubuntu:
  New
Status in unity8 package in Ubuntu:
  Invalid

Bug description:
  After installing, uninstalling or updating an app, all the app icons
  disappear for a second or two. That's annoying and makes me feel like
  the phone is broken/slow/unresponsive. I believe there are other ways
  to indicate refresh without disappearing icons.

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

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


[Touch-packages] [Bug 1468280] [NEW] libdbusmenu-glib doesn't emit about-to-show signal in Vivid Vervet

2015-06-24 Thread Łukasz Jagielski
Public bug reported:

This can be observed by launching dbus-monitor with
interface='com.canonical.dbusmenu'. It seems that there are no
'AboutToShowGroup' method calls there in Ubuntu 15.04. I'm developing an
application that makes use of 'about-to-show' signal (opera browser) and
got a bug report about menus not updating, lack of 'about-to-show'
signal seems to be the case. To make sure, I also ran dbus-monitor for
firefox, and 'AboutToShowGroup' are not there either when clicking over
the global menu.

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

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

Title:
  libdbusmenu-glib doesn't emit about-to-show signal in Vivid Vervet

Status in libdbusmenu package in Ubuntu:
  New

Bug description:
  This can be observed by launching dbus-monitor with
  interface='com.canonical.dbusmenu'. It seems that there are no
  'AboutToShowGroup' method calls there in Ubuntu 15.04. I'm developing
  an application that makes use of 'about-to-show' signal (opera
  browser) and got a bug report about menus not updating, lack of
  'about-to-show' signal seems to be the case. To make sure, I also ran
  dbus-monitor for firefox, and 'AboutToShowGroup' are not there either
  when clicking over the global menu.

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

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


[Touch-packages] [Bug 1461042] Re: Qthelp documentation (pressing in F1) has no style in qtcreator

2015-06-24 Thread Benjamin Zeller
Retargeting to uitk. The shipped qch file does not contain the style files. So 
QtCreator can not show styles there.
Also visible in Assistant.

** Package changed: qtcreator-plugin-ubuntu (Ubuntu) = ubuntu-ui-
toolkit (Ubuntu)

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

** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: (unassigned) = Benjamin Zeller (zeller-benjamin)

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: Triaged = In Progress

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

Title:
  Qthelp documentation (pressing in F1) has no style in qtcreator

Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress

Bug description:
  Some annotation tags are missing to bring back the style in qtcreator.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1461042/+subscriptions

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


[Touch-packages] [Bug 1441754] [NEW] package emacs24 24.4+1-4ubuntu5 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-06-24 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

.

ProblemType: Package
DistroRelease: Ubuntu 15.04
Package: emacs24 24.4+1-4ubuntu5
ProcVersionSignature: Ubuntu 3.19.0-7.7-generic 3.19.0
Uname: Linux 3.19.0-7-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.17-0ubuntu1
Architecture: amd64
Date: Wed Apr  8 19:02:45 2015
DuplicateSignature: package:emacs24:24.4+1-4ubuntu5:subprocess installed 
post-installation script returned error exit status 1
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationDate: Installed on 2015-02-13 (54 days ago)
InstallationMedia: Ubuntu MATE 15.04 Vivid Vervet - Alpha2 amd64 (20150123)
RelatedPackageVersions:
 dpkg 1.17.24ubuntu1
 apt  1.0.9.7ubuntu4
SourcePackage: emacs24
Title: package emacs24 24.4+1-4ubuntu5 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: dictionaries-common (Ubuntu)
 Importance: High
 Status: Confirmed


** Tags: amd64 apport-package vivid
-- 
package emacs24 24.4+1-4ubuntu5 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/1441754
You received this bug notification because you are a member of Ubuntu Touch 
seeded packages, which is subscribed to dictionaries-common 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 1463864] Re: Black Screen When Recovering from power save mode

2015-06-24 Thread Christopher M. Penalver
** Tags added: bios-outdated-a05

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

Title:
  Black Screen When Recovering from power save mode

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Occasionally, when I recover from power save mode I get a black screen
  with just a cursor.  I can't see the desktop or any applications but,
  according to ps, they are still running.  I have to kill X to recover
  from this bug.

  Currently, I am running KDE using GDM but it has happened to me
  previously using Unity and lightdm and Unity and gdm.  I am running a
  two-monitor setup.  One is connected via displayPort and the other is
  DVI.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.16.0-38.52~14.04.1-generic 3.16.7-ckt10
  Uname: Linux 3.16.0-38-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  Date: Wed Jun 10 07:31:30 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: kubuntu
  DkmsStatus: virtualbox, 4.3.10, 3.16.0-38-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Oland [Radeon HD 8570 / R7 240 OEM] 
[1002:6611] (prog-if 00 [VGA controller])
     Subsystem: Dell Radeon R5 240 OEM [1028:210b]
  InstallationDate: Installed on 2015-05-15 (26 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS Trusty Tahr - Release amd64 
(20150218.1)
  MachineType: Dell Inc. OptiPlex 7020
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.16.0-38-generic 
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: 08/23/2014
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A01
  dmi.board.name: 08WKV3
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 6
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA01:bd08/23/2014:svnDellInc.:pnOptiPlex7020:pvr01:rvnDellInc.:rn08WKV3:rvrA00:cvnDellInc.:ct6:cvr:
  dmi.product.name: OptiPlex 7020
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2~ubuntu14.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri N/A
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core N/A
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
  xserver.bootTime: Tue Jun  9 13:53:56 2015
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   inputLogitech USB Optical Mouse MOUSE, id 8
   inputDell Dell Smart Card Reader Keyboard KEYBOARD, id 9
  xserver.errors:

  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.16.0-1ubuntu1.2~trusty2
  xserver.video_driver: radeon

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

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


[Touch-packages] [Bug 1468308] [NEW] TextArea is showing scrollbars when initially empty and using autoSize

2015-06-24 Thread Nick Dedekind
Public bug reported:

If the TextArea is using autoSize=true and has no text in it, the
vertical scrollbar shows on start. If you edit to multiple lines, then
remove the text, the scrollbar no longer shows.

Test Case:

import QtQuick 2.3
import Ubuntu.Components 1.2

Item {
width: units.gu(20)
height: units.gu(20)
TextArea {
autoSize: true
anchors {
left: parent.left
right: parent.right
}
}
}

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  TextArea is showing scrollbars when initially empty and using autoSize

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

Bug description:
  If the TextArea is using autoSize=true and has no text in it, the
  vertical scrollbar shows on start. If you edit to multiple lines, then
  remove the text, the scrollbar no longer shows.

  Test Case:

  import QtQuick 2.3
  import Ubuntu.Components 1.2

  Item {
  width: units.gu(20)
  height: units.gu(20)
  TextArea {
  autoSize: true
  anchors {
  left: parent.left
  right: parent.right
  }
  }
  }

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1468308/+subscriptions

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


[Touch-packages] [Bug 1466669] Re: Icons in the App scope disappear and appear when search is refreshed

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

** Changed in: unity-scopes-shell (Ubuntu)
   Status: New = Confirmed

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

Title:
  Icons in the App scope disappear and appear when search is refreshed

Status in unity-scope-click package in Ubuntu:
  Confirmed
Status in unity-scopes-shell package in Ubuntu:
  Confirmed
Status in unity8 package in Ubuntu:
  Invalid

Bug description:
  After installing, uninstalling or updating an app, all the app icons
  disappear for a second or two. That's annoying and makes me feel like
  the phone is broken/slow/unresponsive. I believe there are other ways
  to indicate refresh without disappearing icons.

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

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


[Touch-packages] [Bug 1459685] Re: please merge curl from debian

2015-06-24 Thread Launchpad Bug Tracker
This bug was fixed in the package curl - 7.43.0-1ubuntu1

---
curl (7.43.0-1ubuntu1) wily; urgency=medium

  * Merge from Debian. Remaining changes:
- Drop dependencies not in main:
  + Build-Depends: Drop stunnel4 and libssh2-1-dev.
  + Drop libssh2-1-dev from binary package Depends.

curl (7.43.0-1) unstable; urgency=medium

  * New upstream release
- Fix lingering HTTP credentials in connection re-use as per CVE-2015-3236
  http://curl.haxx.se/docs/adv_20150617A.html
- Fix SMB send off unrelated memory contents as per CVE-2015-3237
  http://curl.haxx.se/docs/adv_20150617B.html
  * Refresh patches
  * Fix spelling-error-in-description

 -- Marc Deslauriers marc.deslauri...@ubuntu.com  Thu, 18 Jun 2015
07:39:39 -0400

** Changed in: curl (Ubuntu)
   Status: Confirmed = Fix Released

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-3236

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-3237

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

Title:
  please merge curl from debian

Status in curl package in Ubuntu:
  Fix Released

Bug description:
  debdiff attached.

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

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


[Touch-packages] [Bug 1452386] Re: [gst-hybris] Support COLOR_QCOM_FormatYVU420SemiPlanar32m color format.

2015-06-24 Thread Launchpad Bug Tracker
This bug was fixed in the package gst-plugins-bad1.0 - 1.4.5-1ubuntu6

---
gst-plugins-bad1.0 (1.4.5-1ubuntu6) wily; urgency=medium

  * debian/patches/mirclient-requires.patch, debian/build-deps.in: Explicitly
include mirclient's CFLAGS and LIBS even though they are only indirectly
(by platform-api) required. Resolves FTBFS and can be removed once bug
#1465958 is fixed.

 -- Iain Lane i...@orangesquash.org.uk  Wed, 24 Jun 2015 17:48:12
+0100

** Changed in: gst-plugins-bad1.0 (Ubuntu)
   Status: In Progress = Fix Released

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

Title:
  [gst-hybris] Support COLOR_QCOM_FormatYVU420SemiPlanar32m color
  format.

Status in gst-plugins-bad1.0 package in Ubuntu:
  Fix Released
Status in gst-plugins-bad1.0 package in Ubuntu RTM:
  New

Bug description:
  COLOR_QCOM_FormatYVU420SemiPlanar32m is essentially
  GST_VIDEO_FORMAT_NV12, but with stride and plane heights aligned to
  32. Adding support is as simple as adding android-gst color format
  mapping, and using same code as COLOR_QCOM_FormatYUV420SemiPlanar to
  handle software conversion.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gst-plugins-bad1.0/+bug/1452386/+subscriptions

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


[Touch-packages] [Bug 1464053] Re: ubuntu-bug is itself broken

2015-06-24 Thread Brian Murray
Oh, and using ubuntu-bug works fine for me and opens a tab in Firefox on
Vivid.

** Changed in: apport (Ubuntu)
   Status: New = Incomplete

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

Title:
  ubuntu-bug is itself broken

Status in apport package in Ubuntu:
  Incomplete

Bug description:
  The ubuntu bug reporting system is rather badly broken, because when I
  run ubuntu-bug/apport-bug, it gathers data, then opens a new blank
  firefox window, but does not connect to launchpad!

  The root cause is this one:
  https://bugs.launchpad.net/ubuntu/+source/exo/+bug/1427144
  which basically means that apport needs to invoke firefox with a different 
set of options.

  This should be trivial to fix, but I think it's rather important, especially 
given how hard it is to get a direct report into Launchpad, and all the 
redirects that emphasise using the ubuntu-bug tool: 
  https://help.ubuntu.com/community/ReportingBugs

  (I'm reporting this from Ubuntu Wily, though I think I recall seeing it in 
Vivid)
  Apport version is:  2.17.3-0ubuntu4

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

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


[Touch-packages] [Bug 1464053] Re: ubuntu-bug is itself broken

2015-06-24 Thread Brian Murray
Apport first tries to use xdg-open as we can see below:

try:
subprocess.call(sudo_prefix + ['xdg-open', url])
except OSError as e:
# fall back to webbrowser
webbrowser.open(url, new=True, autoraise=True)
sys.exit(0)

What happens if you try to use 'xdg-open' and a url?

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

Title:
  ubuntu-bug is itself broken

Status in apport package in Ubuntu:
  Incomplete

Bug description:
  The ubuntu bug reporting system is rather badly broken, because when I
  run ubuntu-bug/apport-bug, it gathers data, then opens a new blank
  firefox window, but does not connect to launchpad!

  The root cause is this one:
  https://bugs.launchpad.net/ubuntu/+source/exo/+bug/1427144
  which basically means that apport needs to invoke firefox with a different 
set of options.

  This should be trivial to fix, but I think it's rather important, especially 
given how hard it is to get a direct report into Launchpad, and all the 
redirects that emphasise using the ubuntu-bug tool: 
  https://help.ubuntu.com/community/ReportingBugs

  (I'm reporting this from Ubuntu Wily, though I think I recall seeing it in 
Vivid)
  Apport version is:  2.17.3-0ubuntu4

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

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


[Touch-packages] [Bug 1364030] Re: Not all strings should be translatable

2015-06-24 Thread Bartosz Kosiorek
** Changed in: libusermetrics (Ubuntu)
   Status: New = Confirmed

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

** Changed in: libusermetrics (Ubuntu)
 Assignee: (unassigned) = Bartosz Kosiorek (gang65)

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

Title:
  Not all strings should be translatable

Status in libusermetrics package in Ubuntu:
  In Progress

Bug description:
  Right now it seems that all strings in the library were marked as
  translatable. This is incorrect, as only user facing strings should be
  translatable.

  Error messages that are meant to go into a log file only (as opposed
  as to being displayed to the user screen) should not be marked as
  translatable.

  Most importantly strings like DATA_SOURCE_ID FORMAT_STRING
  EMPTY_DATA_STRING USERNAME [AMOUNT] will break things in the library
  if they are translated, and should be left as plain strings.

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

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


[Touch-packages] [Bug 1468539] [NEW] DMAR Fault on Intel Wireless 7265 (iwlwifi) when Linux intel_iommu=on Kernel Boot Parameter Is used on Asus UX303LNB.206

2015-06-24 Thread Pasquale Fiorillo
Public bug reported:

On Asus UX303LNB.206 running Ubuntu 14.04 LTS with intel_iommu=on added to 
the Linux kernel boot parameters, DMAR fault messages are logged in dmesg:
...
[   18.611067] dmar: DMAR:[DMA Write] Request device [00:02.0] fault addr 
bb1f1000 
[   18.611067] DMAR:[fault reason 23] Unknown
[   18.611069] dmar: DRHD: handling fault status reg 2
[   18.611071] dmar: DMAR:[DMA Write] Request device [00:02.0] fault addr 
bb1f4000 
[   18.611071] DMAR:[fault reason 23] Unknown
[   18.611073] dmar: DRHD: handling fault status reg 2
[   18.611076] dmar: DMAR:[DMA Write] Request device [00:02.0] fault addr 
bb1f7000 
[   18.611076] DMAR:[fault reason 23] Unknown
[   18.611079] dmar: DRHD: handling fault status reg 2
[   18.611081] dmar: DMAR:[DMA Write] Request device [00:02.0] fault addr 
bb1f9000 
[   18.611081] DMAR:[fault reason 23] Unknown
[   18.611083] dmar: DMAR:[DMA Write] Request device [00:02.0] fault addr 
bb1fa000 
[   18.611083] DMAR:[fault reason 23] Unknown
[   18.611087] dmar: DRHD: handling fault status reg 2
[   18.611088] dmar: DMAR:[DMA Write] Request device [00:02.0] fault addr 
bb1fd000 
[   18.611088] DMAR:[fault reason 23] Unknown
[   24.807264] [drm] stuck on render ring
[   24.808030] [drm] GPU HANG: ecode 8:0:0x00f7ffe1, in Xorg [1499], reason: 
Ring hung, action: reset
[   24.808032] [drm] GPU hangs can indicate a bug anywhere in the entire gfx 
stack, including userspace.
[   24.808033] [drm] Please file a _new_ bug report on bugs.freedesktop.org 
against DRI - DRM/Intel
[   24.808034] [drm] drm/i915 developers can then reassign to the right 
component if it's not a kernel issue.
[   24.808035] [drm] The gpu crash dump is required to analyze gpu hangs, so 
please always attach it.
[   24.808036] [drm] GPU crash dump saved to /sys/class/drm/card0/error
[   24.815267] drm/i915: Resetting chip after gpu hang
[   24.818413] dmar: DRHD: handling fault status reg 2
[   24.818420] dmar: DMAR:[DMA Write] Request device [00:02.0] fault addr 
468a000 
[   24.818420] DMAR:[fault reason 23] Unknown
[   30.810311] [drm] stuck on render ring
[   30.811007] [drm] GPU HANG: ecode 8:0:0xc0df, in Xorg [1499], reason: 
Ring hung, action: reset
[   30.811098] [drm:i915_set_reset_status.part.38 [i915]] *ERROR* gpu hanging 
too fast, banning!
[   30.818281] drm/i915: Resetting chip after gpu hang

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


** Tags: dmar i915 iommu iwlwifi

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

Title:
  DMAR Fault on Intel Wireless 7265 (iwlwifi) when Linux
  intel_iommu=on Kernel Boot Parameter Is used on Asus UX303LNB.206

Status in apport package in Ubuntu:
  New

Bug description:
  On Asus UX303LNB.206 running Ubuntu 14.04 LTS with intel_iommu=on added to 
the Linux kernel boot parameters, DMAR fault messages are logged in dmesg:
  ...
  [   18.611067] dmar: DMAR:[DMA Write] Request device [00:02.0] fault addr 
bb1f1000 
  [   18.611067] DMAR:[fault reason 23] Unknown
  [   18.611069] dmar: DRHD: handling fault status reg 2
  [   18.611071] dmar: DMAR:[DMA Write] Request device [00:02.0] fault addr 
bb1f4000 
  [   18.611071] DMAR:[fault reason 23] Unknown
  [   18.611073] dmar: DRHD: handling fault status reg 2
  [   18.611076] dmar: DMAR:[DMA Write] Request device [00:02.0] fault addr 
bb1f7000 
  [   18.611076] DMAR:[fault reason 23] Unknown
  [   18.611079] dmar: DRHD: handling fault status reg 2
  [   18.611081] dmar: DMAR:[DMA Write] Request device [00:02.0] fault addr 
bb1f9000 
  [   18.611081] DMAR:[fault reason 23] Unknown
  [   18.611083] dmar: DMAR:[DMA Write] Request device [00:02.0] fault addr 
bb1fa000 
  [   18.611083] DMAR:[fault reason 23] Unknown
  [   18.611087] dmar: DRHD: handling fault status reg 2
  [   18.611088] dmar: DMAR:[DMA Write] Request device [00:02.0] fault addr 
bb1fd000 
  [   18.611088] DMAR:[fault reason 23] Unknown
  [   24.807264] [drm] stuck on render ring
  [   24.808030] [drm] GPU HANG: ecode 8:0:0x00f7ffe1, in Xorg [1499], reason: 
Ring hung, action: reset
  [   24.808032] [drm] GPU hangs can indicate a bug anywhere in the entire gfx 
stack, including userspace.
  [   24.808033] [drm] Please file a _new_ bug report on bugs.freedesktop.org 
against DRI - DRM/Intel
  [   24.808034] [drm] drm/i915 developers can then reassign to the right 
component if it's not a kernel issue.
  [   24.808035] [drm] The gpu crash dump is required to analyze gpu hangs, so 
please always attach it.
  [   24.808036] [drm] GPU crash dump saved to /sys/class/drm/card0/error
  [   24.815267] drm/i915: Resetting chip after gpu hang
  [   24.818413] dmar: DRHD: handling fault status reg 2
  [   24.818420] dmar: DMAR:[DMA Write] Request device [00:02.0] fault addr 
468a000 
  [   24.818420] DMAR:[fault reason 23] Unknown
  [   30.810311] [drm] stuck on render ring
  [   

[Touch-packages] [Bug 1416895] Re: /etc/dnsmasq.conf does not contain an ending newline character

2015-06-24 Thread Launchpad Bug Tracker
This bug was fixed in the package dnsmasq - 2.73-1

---
dnsmasq (2.73-1) unstable; urgency=low

   * New upstream. (closes: #786996)
   * Tweak field width in cache dump to avoid truncating IPv6
 addresses. (closes: #771557)
   * Add newline at the end of example config file. (LP: #1416895)
   * Make Debian package build reproducible. (closes: #777323)
   * Add Requires=network.target to systemd unit.

 -- Simon Kelley si...@thekelleys.org.uk  Thu, 4 Jun 2015 22:31:42
+

** Changed in: dnsmasq (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  /etc/dnsmasq.conf does not contain an ending newline character

Status in dnsmasq package in Ubuntu:
  Fix Released

Bug description:
  I'm using Ubuntu 15.04 dev with dnsmasq 2.72-2 and there is no ending
  newline character in /etc/dnsmasq.conf.

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

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


[Touch-packages] [Bug 1358294] Re: App .config not removed when app uninstalled

2015-06-24 Thread Rodney Dawes
I must strongly disagree with the design decision as noted by John here.
While it makes sense to delete some things (notably, cached data) upon
removal of an app, it does not make sense to delete all things.

I'm inclined to mark this bug as won't fix. There is no good precedent
or evidence that suggests this action would be beneficial to the user,
yet there is plenty of evidence to suggest it would be harmful to the
user. I would be ok with a change that deletes the cache only (the point
of cache is that it should be recoverable and not harmful to the user to
remove it), but any of the user's personal data or configuration for an
app, should not be removed. Instead, there should be some other UI to
allow a user to fully remove the data associated with an application
package, if the user CHOOSES EXPLICITLY to do so. Implicit destruction
of data is harmful, and it has been shown to be harmful countless times
throughout the industry.

I would also suggest that system-settings storage info has UI to delete
all current cached application data, similar to what Android has.


** Changed in: ubuntu-ux
   Status: Fix Committed = 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/1358294

Title:
  App .config not removed when app uninstalled

Status in Ubuntu UX bugs:
  Confirmed
Status in click package in Ubuntu:
  In Progress
Status in unity-scope-click package in Ubuntu:
  Triaged

Bug description:
  If an app uses ~/.config/foo (say, uses Qt.labs.settings), and the
  user uninstalls the app, ~/.config/foo is not removed. It should be
  deleted when the app is uninstalled.

  Using latest utopic on the phone.

  -
  Desired resolution:

  - When a user deletes an app, 100% of files associated with the app
  should be deleted.

  - A warning notification should be displayed when a user goes to
  delete an app informing them that this action will also delete any
  data they have stored inside the app.  This notification should give
  the options of cancelling or proceeding with the action.

  - Users should not be allowed to delete the key apps that ship with
  the phone.  These key apps are defined as: Dialler, Address book,
  Messaging, Browser, Camera, Music player

  The above will give the user a simple easy to understand mental model
  while simultaneously protecting the user from deleting important
  content within the default apps.

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

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


[Touch-packages] [Bug 1219644] Re: Account plugins should be made confinable by apparmor

2015-06-24 Thread Jamie Strandboge
 * the account plugin is trying to create /home/phablet/.cache/online-
accounts-ui/ -- this should be created on the account plugin's behalf

 Indeed, I'll make sure that this is created before the plugin is
executed.

This is still not fixed:
Jun 24 17:02:55 ubuntu-phablet kernel: [44001.684473] type=1400 
audit(1435183375.362:404): apparmor=DENIED operation=mkdir 
profile=com.ubuntu.developer.rmescandon.asana_account-plugin_1.0.0 
name=/home/phablet/.cache/QML/Apps/online-accounts-ui/ pid=15145 
comm=QQmlThread requested_mask=c denied_mask=c fsuid=32011 ouid=32011

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

Title:
  Account plugins should be made confinable by apparmor

Status in tools to review click packages:
  Confirmed
Status in Online Accounts setup for Ubuntu Touch:
  Fix Released
Status in apparmor-easyprof-ubuntu package in Ubuntu:
  Fix Released
Status in ubuntu-system-settings-online-accounts package in Ubuntu:
  Fix Released

Bug description:
  With the current implementation, the QML files for account plugins are
  executed by the Online Accounts QML applet which in turn is executed
  within the System Settings process, which probably means that
  malicious account plugins could control everything that the System
  Settings process can (like entering/exiting the flight mode).

  Account plugins (or the Online Accounts applet itself) should probably
  be run in a separate process, which could then be assigned a stricter
  confinement with apparmor.

To manage notifications about this bug go to:
https://bugs.launchpad.net/click-reviewers-tools/+bug/1219644/+subscriptions

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


[Touch-packages] [Bug 1219644] Re: Account plugins should be made confinable by apparmor

2015-06-24 Thread Jamie Strandboge
Also, why is it trying to create /home/phablet/.cache/QML/Apps/online-
accounts-ui/? We agreed it should be using @{HOME}/.cache/online-
accounts-ui/ which is what the apparmor policy allows (ie, QML/Apps is
inserted in the path and this isn't allowed by the profile).

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

Title:
  Account plugins should be made confinable by apparmor

Status in tools to review click packages:
  Confirmed
Status in Online Accounts setup for Ubuntu Touch:
  Fix Released
Status in apparmor-easyprof-ubuntu package in Ubuntu:
  Fix Released
Status in ubuntu-system-settings-online-accounts package in Ubuntu:
  Fix Released

Bug description:
  With the current implementation, the QML files for account plugins are
  executed by the Online Accounts QML applet which in turn is executed
  within the System Settings process, which probably means that
  malicious account plugins could control everything that the System
  Settings process can (like entering/exiting the flight mode).

  Account plugins (or the Online Accounts applet itself) should probably
  be run in a separate process, which could then be assigned a stricter
  confinement with apparmor.

To manage notifications about this bug go to:
https://bugs.launchpad.net/click-reviewers-tools/+bug/1219644/+subscriptions

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


[Touch-packages] [Bug 1464244] Re: Need support for ICal file import

2015-06-24 Thread Launchpad Bug Tracker
** Branch linked: lp:~ken-vandine/content-hub/events_type

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

Title:
  Need support for ICal file import

Status in content-hub package in Ubuntu:
  Triaged

Bug description:
  Kindly add required support for ICal file.

  Such that download ical file from browser or ical file opened from
  File manager invoke's calendar application.

  Let me know if more information is required.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/content-hub/+bug/1464244/+subscriptions

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


[Touch-packages] [Bug 1421710] Re: Rating entry form does not appear sometimes

2015-06-24 Thread Rodney Dawes
@costales Are you still seeing this issue with the latest update for
your device? Thanks.

** Changed in: unity-scope-click (Ubuntu)
   Status: Triaged = Incomplete

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

Title:
  Rating entry form does not appear sometimes

Status in unity-scope-click package in Ubuntu:
  Incomplete

Bug description:
  Hi! I can't to rate a few applications in the Ubuntu Phone (BQ Ubuntu
  Edition). I flashed the mobile 2 times and it's in a random apps. Not
  a pattern.

  Please, see this video:
  https://copy.com/N6DGHrqYkk19XvsC

  Thanks in advance!

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

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


[Touch-packages] [Bug 1465693] Re: Putting all logs into one post

2015-06-24 Thread Brian Murray
I think this is a limitation of the Launchpad API which only allows you
to add one attachment at a time.

https://launchpad.net/+apidoc/devel.html#bug

See addAttachment.

** Tags added: wily

** Changed in: apport (Ubuntu)
   Importance: Undecided = Low

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

Title:
  Putting all logs into one post

Status in apport package in Ubuntu:
  New

Bug description:
  I'm using Ubuntu 15.10 dev with apport 2.17.3-0ubuntu4 and if I'm
  sending information with apport-collect every log has its own post as
  seen in this ticket (
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1463627 ). Maybe
  using apport-collect can put all logs into one post.

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

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


[Touch-packages] [Bug 1460149] Re: Visible corruption in SDL apps (Neverball, Neverputt) on Nexus 4 / Nexus 7.

2015-06-24 Thread Neil McPhail
Begin a right-left swipe and the picture clears

** Attachment added: screenshot20151325_201339233.png
   
https://bugs.launchpad.net/mir/+bug/1460149/+attachment/4420170/+files/screenshot20151325_201339233.png

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

Title:
  Visible corruption in SDL apps (Neverball, Neverputt) on Nexus 4 /
  Nexus 7.

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

Bug description:
  https://github.com/pseuudonym404/neverball-touch/issues/2

  Install neverball or neverputt from the click store:-

  https://uappexplorer.com/app/neverputt.lb
  https://uappexplorer.com/app/neverball.lb

  Note they work fine on krillin and arale, however there's corruption
  making the games unusable on Nexus 4 and Nexus 7.

  Simpler test cases are provided at the above linked github issue.
  Attaching them to this bug for persistence.

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

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


[Touch-packages] [Bug 1460149] Re: Visible corruption in SDL apps (Neverball, Neverputt) on Nexus 4 / Nexus 7.

2015-06-24 Thread Neil McPhail
I get similar corruption running Baldur's Gate (via GemRB and SDL2) on
krillin. The intro videos play well, but when the main menu appears the
shell bleeds into it. The picture clears when you begin to swipe. I'll
attach some pics as it is hard to explain.

** Attachment added: Corruption of menu
   
https://bugs.launchpad.net/mir/+bug/1460149/+attachment/4420169/+files/screenshot20151325_201317031.png

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

Title:
  Visible corruption in SDL apps (Neverball, Neverputt) on Nexus 4 /
  Nexus 7.

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

Bug description:
  https://github.com/pseuudonym404/neverball-touch/issues/2

  Install neverball or neverputt from the click store:-

  https://uappexplorer.com/app/neverputt.lb
  https://uappexplorer.com/app/neverball.lb

  Note they work fine on krillin and arale, however there's corruption
  making the games unusable on Nexus 4 and Nexus 7.

  Simpler test cases are provided at the above linked github issue.
  Attaching them to this bug for persistence.

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

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


[Touch-packages] [Bug 1219644] Re: Account plugins should be made confinable by apparmor

2015-06-24 Thread Jamie Strandboge
Also, if I allow this access in the profile, then the next denial is:
Jun 24 17:12:00 ubuntu-phablet kernel: [44546.645041] type=1400 
audit(1435183920.324:495): apparmor=DENIED operation=mknod 
profile=com.ubuntu.developer.rmescandon.asana_account-plugin_1.0.0 
name=/home/phablet/.cache/QML/Apps/online-accounts-ui/ea1df0af2467507eb3888f68100da073
 pid=17998 comm=QQmlThread requested_mask=c denied_mask=c fsuid=32011 
ouid=32011

The rules we agreed we would allow for this is:
  owner 
/{,var/}run/user/*/online-accounts-ui/ui-*-@{APP_PKGNAME}_@{APP_APPNAME} rw,
  owner @{HOME}/.cache/online-accounts-ui/id-*-@{APP_PKGNAME}_@{APP_APPNAME}/ 
rw,
  owner @{HOME}/.cache/online-accounts-ui/id-*-@{APP_PKGNAME}_@{APP_APPNAME}/** 
mrwkl,

This is on:
$ system-image-cli -i
current build number: 169
device name: mako
channel: ubuntu-touch/rc-proposed/ubuntu
last update: 2015-06-21 17:39:00
version version: 169
version ubuntu: 20150621
version device: 20150210
version custom: 20150621

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

Title:
  Account plugins should be made confinable by apparmor

Status in tools to review click packages:
  Confirmed
Status in Online Accounts setup for Ubuntu Touch:
  Fix Released
Status in apparmor-easyprof-ubuntu package in Ubuntu:
  Fix Released
Status in ubuntu-system-settings-online-accounts package in Ubuntu:
  Fix Released

Bug description:
  With the current implementation, the QML files for account plugins are
  executed by the Online Accounts QML applet which in turn is executed
  within the System Settings process, which probably means that
  malicious account plugins could control everything that the System
  Settings process can (like entering/exiting the flight mode).

  Account plugins (or the Online Accounts applet itself) should probably
  be run in a separate process, which could then be assigned a stricter
  confinement with apparmor.

To manage notifications about this bug go to:
https://bugs.launchpad.net/click-reviewers-tools/+bug/1219644/+subscriptions

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


[Touch-packages] [Bug 1468530] Re: Data usage summery

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

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

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

Title:
  Data usage summery

Status in indicator-network package in Ubuntu:
  Confirmed

Bug description:
  The phone does not track your data usage and does not supply a data
  usage limit alarm like you get in Android. Not having this is putting
  me off from using the phone 24/7.

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

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


[Touch-packages] [Bug 1465958] Re: gst-plugins-bad1.0 FTBFS: mirclient headers needed

2015-06-24 Thread Launchpad Bug Tracker
This bug was fixed in the package gst-plugins-bad1.0 - 1.4.5-1ubuntu6

---
gst-plugins-bad1.0 (1.4.5-1ubuntu6) wily; urgency=medium

  * debian/patches/mirclient-requires.patch, debian/build-deps.in: Explicitly
include mirclient's CFLAGS and LIBS even though they are only indirectly
(by platform-api) required. Resolves FTBFS and can be removed once bug
#1465958 is fixed.

 -- Iain Lane i...@orangesquash.org.uk  Wed, 24 Jun 2015 17:48:12
+0100

** Changed in: gst-plugins-bad1.0 (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 gst-plugins-bad1.0 in
Ubuntu.
https://bugs.launchpad.net/bugs/1465958

Title:
  gst-plugins-bad1.0 FTBFS: mirclient headers needed

Status in gst-plugins-bad1.0 package in Ubuntu:
  Fix Released
Status in platform-api package in Ubuntu:
  Confirmed

Bug description:
  The gst-plugins-bad1.0 package fails to build in Ubuntu since before
  the vivid release.  The latest build failure, for a no-change rebuild
  for the libnettle transition, can be seen at
  https://launchpad.net/ubuntu/+source/gst-plugins-
  bad1.0/1.4.5-1ubuntu4/+build/7539541:

  libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. 
-D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread 
-I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 
-I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -pthread 
-I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 
-I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -pthread 
-I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 
-I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DGST_USE_UNSTABLE_API 
-DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -Wall 
-Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations 
-Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security 
-Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress 
-Wno-multichar -Wnested-externs -g -I/usr/include/orc-0.4 -g -O2 
-fstack-protector-strong -Wformat -Werror=format-security -Wall -Wno-error -c 
gstamchybris.c  -fPIC -DPIC -o .libs/libgstandroidmedia_la-gstamchybris.o
  [...]
  In file included from /usr/include/ubuntu/application/ui/window.h:31:0,
   from gstamc.h:35,
   from gstamchybris.c:27:
  /usr/include/ubuntu/application/instance.h:28:44: fatal error: 
mir_toolkit/mir_client_library.h: No such file or directory
   #include mir_toolkit/mir_client_library.h
  ^
  compilation terminated.

  
  This failure happens only on armhf and i386 architectures, which are the only 
ones where libgstandroidmedia is enabled.

  There are two related bugs here.  First, the sys/androidmedia makefile
  is failing to reference the ubuntu-platform-api pkg-config, which is
  the expected way to find include paths etc for a library that's being
  referenced; instead includes of ubuntu/application/ui/[...] are
  hard-coded in sys/androidmedia/gstamc.h.  (The pkg-config .pc file
  indicates includes of application/ui/[...] are expected.)  Second,
  the ubuntu-platform-api .pc file lacks a Requires: declaration against
  mirclient, despite the fact that ubuntu-platform-api references
  headers from Mir.

  Both of these bugs should be fixed in order to properly fix the gst-
  plugins-bad1.0 build failure.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gst-plugins-bad1.0/+bug/1465958/+subscriptions

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


[Touch-packages] [Bug 1423050] Re: App preview buttons appear before they can be clicked

2015-06-24 Thread Rodney Dawes
** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

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

Title:
  App preview buttons appear before they can be clicked

Status in the base for Ubuntu mobile products:
  New
Status in unity-scope-click package in Ubuntu:
  New
Status in unity-scopes-shell package in Ubuntu:
  New
Status in unity8 package in Ubuntu:
  New

Bug description:
  When I open the preview of an installed application, it shows the
  uninstall and close buttons. If I click them while the bottom loading
  bar is still moving, they will do nothing.

  To reproduce:
  Do a long touch in an app, for example, file manager
  As soon as the buttons appear, touch one of them.
  If you are fast and your connection is slow, then you will click the button 
before the images are fully loaded, so the progress bar will still be moving.
  And nothing will happen.

  Tested on krillin, vivid, r114

  I think there should be a clear indication that the buttons are
  disabled while the preview is being loaded. Or maybe it doesn't matter
  that the images are not loaded, the buttons should be clickable as
  soon as they appear.

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

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


[Touch-packages] [Bug 1436330] Re: Network Manager doesn't set metric for local networks any more, causing connection issues

2015-06-24 Thread Pat McGowan
** Changed in: network-manager (Ubuntu)
   Status: Fix Released = In Progress

** Changed in: network-manager (Ubuntu Vivid)
   Status: Fix Committed = In Progress

** Changed in: network-manager (Ubuntu)
   Status: In Progress = Confirmed

** Changed in: network-manager (Ubuntu Vivid)
   Status: In Progress = Confirmed

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

Title:
  Network Manager doesn't set metric for local networks any more,
  causing connection issues

Status in NetworkManager:
  Fix Released
Status in network-manager package in Ubuntu:
  Confirmed
Status in network-manager source package in Vivid:
  Confirmed

Bug description:
  [Impact]
  NM changed its method of setting routes on systems, and no longer attaches a 
metric value specific to the type of device being used. These values were used 
to prioritize connections, so that for example, when connected to both wired 
and wireless at the same time, wired can be used in priority over wireless 
without incurring packet loss.
  Currently, when connected to both wired and wireless are connected to the 
same subnet, the user may notice connectivity issues since packets are sent in 
a round-robin fashion over all default routes on the same subnet with the same 
metric.

  [Test Case]
  1- Connect to a wireless network.
  2- Connect to the same network over Ethernet both connections should come up 
on the same subnet.
  3- Make sure there is no packet loss, and that there are specific metric 
values for each default route, as displayed by 'ip route'.

  [Regression Potential]
  Since handling default routes properly involves correcting the behavior for 
all device types, VPN behavior may change to pick up the default routes in all 
cases, over a wired connection. It's also possible that a connection pick up 
the default route when it is not meant to.

  ---

  With Vivid, having two connections to the same network subnet is
  unstable due to missing metrics for local networks.

  Example:

  Being connected to 192.168.1.0/24 via both wired and wireless will
  cause connectivity issues as sent packets hop between the two
  interfaces.

  It used to be that this wasn't an issue. I would go between work and
  home and plug in and my machine would automatically connect to
  wireless and it would use the lower metric ethernet interface for all
  communications, while the wlan interface would remain connected but
  unused.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: network-manager 0.9.10.0-4ubuntu11
  ProcVersionSignature: Ubuntu 3.19.0-9.9-generic 3.19.1
  Uname: Linux 3.19.0-9-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.16.2-0ubuntu4
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Wed Mar 25 09:17:27 2015
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2015-01-25 (58 days ago)
  InstallationMedia: Kubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
  SourcePackage: network-manager
  UpgradeStatus: Upgraded to vivid on 2015-03-17 (8 days ago)
  nmcli-nm: Error: command ['nmcli', '-f', 'all', 'nm'] failed with exit code 
2: Error: Object 'nm' is unknown, try 'nmcli help'.

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/1436330/+subscriptions

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


[Touch-packages] [Bug 1439527] Re: /usr/bin/messaging-app:11:QList:QtVersit::VersitUtils::changeCodec:QtVersit::VersitUtils::newlineList:QtVersit::LineReader::LineReader:QtVersit::QVersitReaderPrivate

2015-06-24 Thread Brian Murray
** Changed in: messaging-app (Ubuntu)
   Importance: Undecided = High

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

Title:
  /usr/bin/messaging-
  
app:11:QList:QtVersit::VersitUtils::changeCodec:QtVersit::VersitUtils::newlineList:QtVersit::LineReader::LineReader:QtVersit::QVersitReaderPrivate::read

Status in messaging-app package in Ubuntu:
  New

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding messaging-app.  This problem was most recently seen with
  version 0.1+15.04.20150218~rtm-0ubuntu1, the problem page at
  https://errors.ubuntu.com/problem/9bea725c27a004c7417ccb08453e598dfb6929c0
  contains more details.

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

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


[Touch-packages] [Bug 1468100] Re: ListItems with trailing but no leading actions, after swiping right break selectMode

2015-06-24 Thread Christian Dywan
** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: (unassigned) = Zsombor Egri (zsombi)

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

Title:
  ListItems with trailing but no leading actions, after swiping right
  break selectMode

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

Bug description:
  If you have a listitem with trailing actions but no leading actions it
  is possible to break the selectMode as the press and hold signal is
  never fired.

  Steps with the example QML app [0]
  1) Swipe one of the listitems to the right (to try and reveal a leading 
action [which there aren't any])
  2) Press and hold on the swiped listitem
  3) Notice nothing happens (also notice nothing in the log for the press and 
hold appears)
  4) Press and hold on another listitem
  5) Notice that all but the swiped listitem change to selectMode=True

  What was expected:
  3) For all of the items to change to selectMode=True
  5) For all of the items to change to selectMode=True

  Note that you can 'fix' the listitem by swiping to the left and
  clicking on an action or dismissing the swipe, then you are able to
  press and hold it to activate selectMode correctly again.

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1468100/+subscriptions

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


[Touch-packages] [Bug 1468154] Re: kerneloops-daemon crashes if linux-image-$(uname -r) doesn't exist in a apt repository

2015-06-24 Thread Martin Pitt
** Changed in: apport (Ubuntu)
   Status: In Progress = Fix Committed

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

Title:
  kerneloops-daemon crashes if linux-image-$(uname -r) doesn't exist
  in a apt repository

Status in apport package in Ubuntu:
  Fix Committed

Bug description:
  How to reproduce:
   1. Install Non Ubuntu kernel (e.g upstream)
   2. Cause a kernel oops
   3. kerneloops will crashe and apport will show the traceback

  kerneloops should exit if linux-image-$(uname -r) doesn't exist
  instead of crashing.

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

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


[Touch-packages] [Bug 1468102] Re: rc.local output does not go to console

2015-06-24 Thread Martin Pitt
So the gist of this is that rc.local writes to /dev/console but you
don't see this? I added this to /etc/rc.local on a normal installation:

echo hello_stdout
echo hello_console  /dev/console

and systemctl start rc-local.service does print the hello_console on
the console (you need to run it on a VT, you won't see it in X), and the
hello_stdout goes to the journal. So apparently I'm missing something.

How do you test this exactly? Some OpenStack instance, and nova console-
log? Local VM? something else?

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

Title:
  rc.local output does not go to console

Status in systemd package in Ubuntu:
  Confirmed

Bug description:
  provided is user-data that should write:
  [stdout] Tue, 23 Jun 2015 20:17:52 + == successfull boot 1 ===

  to the console on the first boot.

  currently in wily, rc.local's output is not being written to the
  console, so you wont see this.

  Note, that because of bug 1468103, you wont see it on first boot. If
  this bug were fixed then you'd see it on reboots.

  Related bugs:
   * bug 1468103:  rc.local runs too early.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: systemd 220-7ubuntu1
  ProcVersionSignature: User Name 3.19.0-22.22-generic 3.19.8-ckt1
  Uname: Linux 3.19.0-22-generic x86_64
  ApportVersion: 2.17.3-0ubuntu4
  Architecture: amd64
  Date: Tue Jun 23 20:26:30 2015
  Ec2AMI: ami-0434
  Ec2AMIManifest: FIXME
  Ec2AvailabilityZone: nova
  Ec2InstanceType: m1.small
  Ec2Kernel: aki-0002
  Ec2Ramdisk: ari-0002
  Lsusb: Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: OpenStack Foundation OpenStack Nova
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-22-generic 
root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0
  SourcePackage: systemd
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/01/2011
  dmi.bios.vendor: Bochs
  dmi.bios.version: Bochs
  dmi.chassis.type: 1
  dmi.chassis.vendor: Bochs
  dmi.modalias: 
dmi:bvnBochs:bvrBochs:bd01/01/2011:svnOpenStackFoundation:pnOpenStackNova:pvr2014.1.4:cvnBochs:ct1:cvr:
  dmi.product.name: OpenStack Nova
  dmi.product.version: 2014.1.4
  dmi.sys.vendor: OpenStack Foundation

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

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


[Touch-packages] [Bug 1463925] Re: Autopilot tests don't support convergience

2015-06-24 Thread Christian Dywan
** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: Confirmed = In Progress

** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: (unassigned) = Christian Dywan (kalikiana)

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

Title:
  Autopilot tests don't support convergience

Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress

Bug description:
  It's not possible to see results according to the real capabilities of
  the device running the tests due to the hard-coded input device
  depending on the platform mode value being 'Desktop' or something
  else.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1463925/+subscriptions

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


[Touch-packages] [Bug 1468032] Re: Cancel Purchase button not shown after installation

2015-06-24 Thread Rodney Dawes
** Also affects: pay-service (Ubuntu)
   Importance: Undecided
   Status: New

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

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

** Changed in: pay-service (Ubuntu)
 Assignee: (unassigned) = Rodney Dawes (dobey)

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

Title:
  Cancel Purchase button not shown after installation

Status in pay-service package in Ubuntu:
  In Progress
Status in unity-scope-click package in Ubuntu:
  In Progress

Bug description:
  Right after purchasing and installing an app the button is shown as
  Uninstall (when it should be Cancel Purchase). After going back to
  the scope and refreshing the results, the preview shows Cancel
  Purchase as expected.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pay-service/+bug/1468032/+subscriptions

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


[Touch-packages] [Bug 1468530] [NEW] Data usage summery

2015-06-24 Thread Richard Eric Collins
Public bug reported:

The phone does not track your data usage and does not supply a data
usage limit alarm like you get in Android. Not having this is putting me
off from using the phone 24/7.

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


** Tags: data usage

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

Title:
  Data usage summery

Status in indicator-network package in Ubuntu:
  New

Bug description:
  The phone does not track your data usage and does not supply a data
  usage limit alarm like you get in Android. Not having this is putting
  me off from using the phone 24/7.

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

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


[Touch-packages] [Bug 1460149] Re: Visible corruption in SDL apps (Neverball, Neverputt) on Nexus 4 / Nexus 7.

2015-06-24 Thread Laurie Bradshaw
You can work around alpha issues on krillin by masking the alpha channel
and clearing the color buffer bit before swapping buffers.

I'm not sure if it's a separate issue or a different symptom of the same
issue,  but the workaround doesn't help on nexus devices.

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

Title:
  Visible corruption in SDL apps (Neverball, Neverputt) on Nexus 4 /
  Nexus 7.

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

Bug description:
  https://github.com/pseuudonym404/neverball-touch/issues/2

  Install neverball or neverputt from the click store:-

  https://uappexplorer.com/app/neverputt.lb
  https://uappexplorer.com/app/neverball.lb

  Note they work fine on krillin and arale, however there's corruption
  making the games unusable on Nexus 4 and Nexus 7.

  Simpler test cases are provided at the above linked github issue.
  Attaching them to this bug for persistence.

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

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


[Touch-packages] [Bug 1468496] [NEW] /usr/bin/dialer-app:6:qt_message_fatal:QMessageLogger::fatal:UbuntuClientIntegration::UbuntuClientIntegration:UbuntuMirClientIntegrationPlugin::create:loadIntegrat

2015-06-24 Thread errors.ubuntu.com bug bridge
Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem
regarding dialer-app.  This problem was most recently seen with version
0.1+15.10.20150615-0ubuntu1, the problem page at
https://errors.ubuntu.com/problem/d4b5f8e8e69986f28fd161d677a4cea7c76e4c7f
contains more details.

** Affects: dialer-app (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: rtm-14.09 utopic vivid wily

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

Title:
  /usr/bin/dialer-
  
app:6:qt_message_fatal:QMessageLogger::fatal:UbuntuClientIntegration::UbuntuClientIntegration:UbuntuMirClientIntegrationPlugin::create:loadIntegration

Status in dialer-app package in Ubuntu:
  New

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding dialer-app.  This problem was most recently seen with
  version 0.1+15.10.20150615-0ubuntu1, the problem page at
  https://errors.ubuntu.com/problem/d4b5f8e8e69986f28fd161d677a4cea7c76e4c7f
  contains more details.

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

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


[Touch-packages] [Bug 1468498] [NEW] /usr/bin/online-accounts-ui:11:validityError:QUrl::isValid:QUrl::toString:QQmlExpression::QQmlExpression:QQuickScriptActionPrivate::execute

2015-06-24 Thread errors.ubuntu.com bug bridge
Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem
regarding ubuntu-system-settings-online-accounts.  This problem was most
recently seen with version 0.6+15.04.20150417-0ubuntu1, the problem page
at
https://errors.ubuntu.com/problem/ffdc4e1c93742539e2deae375e52ad5b3f2ebc05
contains more details.

** Affects: ubuntu-system-settings-online-accounts (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: vivid

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

Title:
  /usr/bin/online-accounts-
  
ui:11:validityError:QUrl::isValid:QUrl::toString:QQmlExpression::QQmlExpression:QQuickScriptActionPrivate::execute

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

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding ubuntu-system-settings-online-accounts.  This problem was
  most recently seen with version 0.6+15.04.20150417-0ubuntu1, the
  problem page at
  https://errors.ubuntu.com/problem/ffdc4e1c93742539e2deae375e52ad5b3f2ebc05
  contains more details.

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

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


[Touch-packages] [Bug 1468154] Re: kerneloops-daemon crashes if linux-image-$(uname -r) doesn't exist in a apt repository

2015-06-24 Thread Launchpad Bug Tracker
** Branch linked: lp:apport

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

Title:
  kerneloops-daemon crashes if linux-image-$(uname -r) doesn't exist
  in a apt repository

Status in apport package in Ubuntu:
  Fix Committed

Bug description:
  How to reproduce:
   1. Install Non Ubuntu kernel (e.g upstream)
   2. Cause a kernel oops
   3. kerneloops will crashe and apport will show the traceback

  kerneloops should exit if linux-image-$(uname -r) doesn't exist
  instead of crashing.

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

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


[Touch-packages] [Bug 1421710] Re: Rating entry form does not appear sometimes

2015-06-24 Thread Rodney Dawes
@Sergi Please specify what channel and device you are on. The latest
stable OTA update has review editing support now. Also, your complaint
would have been separate from the issue raised in this bug.

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

Title:
  Rating entry form does not appear sometimes

Status in unity-scope-click package in Ubuntu:
  Incomplete

Bug description:
  Hi! I can't to rate a few applications in the Ubuntu Phone (BQ Ubuntu
  Edition). I flashed the mobile 2 times and it's in a random apps. Not
  a pattern.

  Please, see this video:
  https://copy.com/N6DGHrqYkk19XvsC

  Thanks in advance!

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

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


[Touch-packages] [Bug 160311] Re: Resizing windows by grabbing window borders is difficult

2015-06-24 Thread jedie
I tested 15.04 Ubuntu MATE, Lubuntu and Xubuntu...

e.g.: the file managers:

* Xubuntu with thunar
* Lubuntu with PCManFM
* Ubuntu MATE with Caja

The problem with the small resize area exist on all :(

But the right/bottom area is big and good to grab on all three. (This is
the special resize area)

Only MATE has also a little bigger areas on top left and top right
corners...

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

Title:
  Resizing windows by grabbing window borders is difficult

Status in Ayatana Design:
  Fix Released
Status in Decorator for compiz-fusion:
  New
Status in One Hundred Papercuts:
  Fix Released
Status in The Metacity Window Manager:
  In Progress
Status in Ubuntu MATE:
  New
Status in Release Notes for Ubuntu:
  Fix Released
Status in Unity:
  Fix Released
Status in Unity 2D:
  Invalid
Status in light-themes package in Ubuntu:
  Fix Released
Status in unity package in Ubuntu:
  Confirmed

Bug description:
  This bug is fixed in unity-3d since ubuntu 11.04.
  It still exists in unity-2d and will never be fixed as unity-2d is no longer 
supported since ubuntu 12.10 (see comment #343).

  *

  This should mostly be fixed for Natty and might get backported to
  earlier releases as well.

  For Precise (12.04)  this is again broken for unity-2d (as of 17.7.2012 
unity-2d 5.12.0-0ubuntu1.1).
  Note that if the window has a scrollbar, you can grab that to resize the 
window. If not, you are stuck with the 1px border. Workaround: NONE KNOWN (see 
comment 320)?

  *

  *Blueprint for Natty, Ubuntu 11.04:

  https://blueprints.edge.launchpad.net/ubuntu/+spec/packageselection-
  dx-n-resizing-windows

  Work items1 * Make sure the new resize grip fits in current applications; 
doesn't interfere with anything. We should make some noise about this during 
the Natty cycle so people keep their eyes open and file bugs.
  2 * Invisible window resize area - around 3px invisible area to allow resize 
on all sides.

  *

  Working grip backported to gtk2 already available in ppa :
  https://launchpad.net/~bratsche/+archive/gtk

  *

  Workaround for Compiz/Unity: Alt+Middlemousebutton resizes a window
  most comfortably.

  Workaround:  Edit /usr/share/themes/Ambiance/metacity-1/metacity-
  theme-1.xml.  Set the following values in frame_geometry_normal as
  desired:

  distance name=left_width value=3/
  distance name=right_width value=3/
  distance name=bottom_height value=3/

  

  Binary package hint: metacity

  - The issue has been an issue for users (especially of large) screens
  for several releases- Trackpad users seem to be particularly impacted
  by this- The issue appears to have been significantly aggravated in
  Lucid by changing the border width from 3 pixels to 1 pixel

  The window borders in metacity are far too thin to be used for
  comfortable window resizing, and resize handles are not available in
  all applications (or even most). In fact, of all the windows I have
  open right now, not a single one of them has a resize handle. The
  result is that I get a lot of misses when I try to drag a window
  border, which usually results in my clicking on the wrong window
  altogether. The best fix for this usability bug is to create an
  invisible region around each non-maximized window about 4px thick
  that can be used for resizing (in addition to the visible border). Or
  perhaps there should be a border thickness option on the System 
  Preferences  Windows dialog (although the default thickness should
  still be increased considerably). Ideally all windows would also have
  a resize handle but I realize that these have to be application
  controlled (at least that seems to be the position of the metacity
  team).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/160311/+subscriptions

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


[Touch-packages] [Bug 1468360] [NEW] Hover is triggered with touch

2015-06-24 Thread Michał Sawicz
Public bug reported:

This is likely an oxide bug, or even higher up the stack, but starting
with webbrowser as that's where it advertises.

On a phone, go to:

http://quirksmode.org/css/hover_qm.html

Touch the paragraph of text.

Expected:
* paragraph underlines on touch
* underline goes away on release

Current:
* paragraph gets bold, italic and underlined on touch
* remains bold and italic on release

** Affects: webbrowser-app (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Hover is triggered with touch

Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  This is likely an oxide bug, or even higher up the stack, but starting
  with webbrowser as that's where it advertises.

  On a phone, go to:

  http://quirksmode.org/css/hover_qm.html

  Touch the paragraph of text.

  Expected:
  * paragraph underlines on touch
  * underline goes away on release

  Current:
  * paragraph gets bold, italic and underlined on touch
  * remains bold and italic on release

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

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


[Touch-packages] [Bug 1457528] Re: Theme.createStyleComponent deprecation useless warnings are displayed

2015-06-24 Thread Alberto Mardegan
Actually as it appears from the discussion of bug 1467851,  I'm afraid
that the fix for this bug will completely remove the warning, because
the QML context is always null (I have an application actively using the
theme context property, and yet the context is empty for it, too).

Anyway, looking forward for the fix to land in vivid :-)

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

Title:
  Theme.createStyleComponent deprecation useless warnings are displayed

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

Bug description:
  Take that example

  import QtQuick 2.0
  import Ubuntu.Components 0.1

  Item {
  Button {
  text: click
  }
  }

  run it on wily, you get those warnings

  QML Button: Theme.createStyleComponent() is deprecated. Use
  ThemeSettings instead.

  the warning is not helpful, it warns about a standard component issue
  (so something in the responsability of the uitk team, not the code
  writer), lists the issue on something you are not using (what is
  Theme.createStyleComponent() that's not used in the code example?),
  it's just confusing...

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1457528/+subscriptions

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


[Touch-packages] [Bug 1468373] [NEW] GPU driver issues when waking up from suspend mode

2015-06-24 Thread uszatan
*** This bug is a security vulnerability ***

Public security bug reported:

I have noticed strange issue, since i updated my kubuntu from 14.10 to 15.04. 
So the system suspend works fine, but from time to time when i wake my PC up 
from this mode, I see only some weird triangles, chaotically moving on a 
screen. It looks like on the picture i taken.
What i see in logs is:

Jun 24 14:09:51 piotrek-laptop kernel: [153517.132246] WARNING: CPU: 0 PID: 842 
at /build/buildd/linux-3.19.0/drivers/gpu/drm/i915/intel_display.c:1256 
assert_plane.constprop.87+0x7b/0x90 [
i915]()
Jun 24 14:09:51 piotrek-laptop kernel: [153517.132247] plane A assertion 
failure (expected on, current off)
Jun 24 14:09:51 piotrek-laptop kernel: [153517.132270] Modules linked in: ctr 
ccm vmnet(OE) vmw_vsock_vmci_transport vsock vmw_vmci vmmon(OE) bbswitch(OE) 
rfcomm bnep nls_iso8859_1 hid_gene
ric usbhid arc4 btusb bluetooth uvcvideo videobuf2_vmalloc videobuf2_memops 
videobuf2_core v4l2_common videodev media nvidia(POE) uas usb_storage 
asus_nb_wmi asus_wmi sparse_keymap iwlmvm m
xm_wmi mac80211 intel_rapl iosf_mbi x86_pkg_temp_thermal intel_powerclamp 
coretemp kvm_intel kvm crct10dif_pclmul crc32_pclmul ghash_clmulni_intel 
aesni_intel snd_hda_codec_conexant aes_x86
_64 iwlwifi lrw snd_hda_codec_generic gf128mul glue_helper ablk_helper cryptd 
joydev serio_raw cfg80211 snd_hda_codec_hdmi snd_soc_rt5640 lpc_ich shpchp 
snd_soc_rl6231 snd_hda_intel mei_me 
snd_soc_core snd_hda_controller mei snd_hda_codec snd_compress snd_hwdep 
snd_pcm_dmaengine snd_pcm snd_seq_midi processor_thermal_device 
snd_seq_midi_event snd_rawmidi snd_seq snd_seq_devic
e snd_timer snd soundcore wmi i2c_hid hid dw_dmac dw_dmac_core snd_soc_sst_acpi 
8250_dw i2c_designware_platform i2c_designware_core spi_pxa2xx_platform 
int3402_thermal int3400_thermal acpi_
thermal_rel acpi_pad mac_hid parport_pc ppdev lp parport autofs4 i915 
i2c_algo_bit drm_kms_helper drm ahci psmouse(OE) libahci video sdhci_acpi sdhci
Jun 24 14:09:51 piotrek-laptop kernel: [153517.132286] CPU: 0 PID: 842 Comm: 
Xorg Tainted: PW  OE  3.19.0-21-generic #21-Ubuntu
Jun 24 14:09:51 piotrek-laptop kernel: [153517.132286] Hardware name: ASUSTeK 
COMPUTER INC. UX303LNB/UX303LNB, BIOS UX303LNB.206 01/22/2015
Jun 24 14:09:51 piotrek-laptop kernel: [153517.132288]  c03d4de8 
88031cbe36f8 817c3da8 b118b118
Jun 24 14:09:51 piotrek-laptop kernel: [153517.132290]  88031cbe3748 
88031cbe3738 810769aa 8800a2c4ee00
Jun 24 14:09:51 piotrek-laptop kernel: [153517.132291]   
880320a51000 880320a4a800 880320a4a800
Jun 24 14:09:51 piotrek-laptop kernel: [153517.132292] Call Trace:
Jun 24 14:09:51 piotrek-laptop kernel: [153517.132300]  [817c3da8] 
dump_stack+0x45/0x57
Jun 24 14:09:51 piotrek-laptop kernel: [153517.132302]  [810769aa] 
warn_slowpath_common+0x8a/0xc0
Jun 24 14:09:51 piotrek-laptop kernel: [153517.132304]  [81076a26] 
warn_slowpath_fmt+0x46/0x50
Jun 24 14:09:51 piotrek-laptop kernel: [153517.132308]  [81199e30] ? 
zone_statistics+0x80/0xa0
Jun 24 14:09:51 piotrek-laptop kernel: [153517.132327]  [c03712eb] 
assert_plane.constprop.87+0x7b/0x90 [i915]
Jun 24 14:09:51 piotrek-laptop kernel: [153517.132344]  [c0379561] 
hsw_disable_ips+0x41/0x190 [i915]
Jun 24 14:09:51 piotrek-laptop kernel: [153517.132360]  [c0379928] 
intel_crtc_disable_planes+0x48/0x140 [i915]
Jun 24 14:09:51 piotrek-laptop kernel: [153517.132375]  [c037a68f] 
haswell_crtc_disable+0x4f/0x3c0 [i915]
Jun 24 14:09:51 piotrek-laptop kernel: [153517.132391]  [c037b629] 
__intel_set_mode+0xa59/0xc80 [i915]
Jun 24 14:09:51 piotrek-laptop kernel: [153517.132407]  [c03821fb] 
intel_crtc_set_config+0xbfb/0xf70 [i915]
Jun 24 14:09:51 piotrek-laptop kernel: [153517.132410]  [81048362] ? 
native_send_call_func_ipi+0xa2/0xb0
Jun 24 14:09:51 piotrek-laptop kernel: [153517.132427]  [c027cac6] 
drm_mode_set_config_internal+0x66/0x100 [drm]
Jun 24 14:09:51 piotrek-laptop kernel: [153517.132437]  [c02ed298] 
restore_fbdev_mode+0xc8/0xf0 [drm_kms_helper]
Jun 24 14:09:51 piotrek-laptop kernel: [153517.132445]  [c02ef309] 
drm_fb_helper_restore_fbdev_mode_unlocked+0x29/0x80 [drm_kms_helper]
Jun 24 14:09:51 piotrek-laptop kernel: [153517.132451]  [c02ef382] 
drm_fb_helper_set_par+0x22/0x50 [drm_kms_helper]
Jun 24 14:09:51 piotrek-laptop kernel: [153517.132467]  [c038e17a] 
intel_fbdev_set_par+0x1a/0x60 [i915]
Jun 24 14:09:51 piotrek-laptop kernel: [153517.132470]  [8143502a] 
fb_set_var+0x18a/0x410
Jun 24 14:09:51 piotrek-laptop kernel: [153517.132473]  [8109fca9] ? 
check_preempt_curr+0x89/0xa0
Jun 24 14:09:51 piotrek-laptop kernel: [153517.132475]  [810a72a8] ? 
__enqueue_entity+0x78/0x80
Jun 24 14:09:51 piotrek-laptop kernel: [153517.132477]  [810aec70] ? 
enqueue_entity+0x400/0xc30
Jun 24 14:09:51 

[Touch-packages] [Bug 1466947] Re: Shell rotation breaks Greeter's wide view

2015-06-24 Thread Josh Arenson
** Branch linked: lp:~dandrader/unity8/fixOrientedShellTests

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

Title:
  Shell rotation breaks Greeter's wide view

Status in unity8 package in Ubuntu:
  New
Status in unity8-desktop-session package in Ubuntu:
  New

Bug description:
  The shell rotation branch removed properties that the greeter relies
  on to determine if it should load wide/narrow view. Since the property
  was removed, the conditions always evaluate to false and only the
  NarrowView greeter can be loaded.

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

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


[Touch-packages] [Bug 1461042] Re: Qthelp documentation (pressing in F1) has no style in qtcreator

2015-06-24 Thread Benjamin Zeller
** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: In Progress = Fix Committed

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

Title:
  Qthelp documentation (pressing in F1) has no style in qtcreator

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

Bug description:
  Some annotation tags are missing to bring back the style in qtcreator.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1461042/+subscriptions

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


[Touch-packages] [Bug 1060853] Re: tiff2pdf fails on tiff with jpeg compression

2015-06-24 Thread madbiologist
** Changed in: tiff (Ubuntu)
   Status: Confirmed = Invalid

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

Title:
  tiff2pdf fails on tiff with jpeg compression

Status in tiff package in Ubuntu:
  Invalid

Bug description:
  I have a tiff file with jpeg compression which I want to convert to pdf.  For 
this I use the line:
  tiff2pdf -j -o out.pdf out.tif
  The result is a pdf file with an empty page. Using option -n instead 
generates a readable pdf but blows up size to 8,2 MB, option -d results in an 
empty page.  When using LZW compression everything works as expected.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: libtiff-tools 3.9.5-2ubuntu1.2
  ProcVersionSignature: Ubuntu 3.2.0-31.50-generic 3.2.28
  Uname: Linux 3.2.0-31-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.0.1-0ubuntu13
  Architecture: amd64
  Date: Wed Oct  3 11:39:05 2012
  EcryptfsInUse: Yes
  InstallationMedia: Xubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: tiff
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1465828] Re: ota-4 image contains unexpected version of system-image-cli

2015-06-24 Thread Pat McGowan
** Changed in: canonical-devices-system-image
   Status: New = Fix Released

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

Title:
  ota-4 image contains unexpected version of system-image-cli

Status in the base for Ubuntu mobile products:
  Fix Released
Status in system-image package in Ubuntu:
  Invalid
Status in system-image package in Ubuntu RTM:
  Fix Released

Bug description:
  In any build containing vivid-overlay rootfs: 20150611.3, eg:

  ubuntu-touch/stable/bq-aquaris.en,krillin,23

  phablet@ubuntu-phablet:~$ dpkg -l | grep system-image
  ii  system-image-cli 2.5-0ubuntu1 
   all  Ubuntu system image updater command line 
client
  ii  system-image-common  2.5-0ubuntu1 
   all  Ubuntu system image updater
  ii  system-image-dbus2.5-0ubuntu1 
   all  Ubuntu system image updater command line 
client

  The bug #1383539 should have resulted in a more recent version in the
  vivid stable overlay

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

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


[Touch-packages] [Bug 1467851] Re: Remove warning on deprecated theme for versions 1.3

2015-06-24 Thread Alberto Mardegan
You are probably right: with the fix for bug 1457528, these warning should not 
be displayed anymore.
I'll comment on that bug.

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

Title:
  Remove warning on deprecated theme for versions  1.3

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

Bug description:
  This is slightly related to bug 1457528.

  In my case, I have an application using the 14.10 framework and importing 
Ubuntu.Components 1.0.
  In that version, Theme *is not deprecated*, therefore I shouldn't see any 
warnings.

  That should be the case up to 1.2, where Theme is still documented as
  not being deprecated.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1467851/+subscriptions

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


[Touch-packages] [Bug 1464442] Re: installing or upgrading libc6 in Trusty removes all content from /tmp directory

2015-06-24 Thread Seth Forshee
I've also reproduced it in a VM using Stefan's method. Both Stefan and I
have verified that stubbing out or removing /etc/init/mounted-tmp.conf
eliminates the problem, so it seems that this job is getting triggered
somehow.

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

Title:
  installing or upgrading libc6 in Trusty removes all content from /tmp
  directory

Status in eglibc package in Ubuntu:
  Invalid
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  We are seeing an issue with installation of dkms package during a
  curtin installation which ends up with /tmp directory being wiped
  clean. This is very bad for curtin as it saves critical installation
  files in /tmp.

  It turns out that it's the of upgrading libc6, which is triggered as a
  result of installing dependencies, that removes content of /tmp. For
  example, installation of gcc results in the same result since it ends
  up with libc6 being upgraded. The only way that this won't be
  recreated is if the latest libc6 is already installed.

  This problem does not exist in precise. It can also be recreated by
  installing the .deb file for any version in trusty including 2.17.

  
  ubuntu@host:~$ ls /tmp
  tmpHHbRkP
  ubuntu@sirrush:~$ sudo apt-get install libc6
  sudo: unable to resolve host sirrush
  Reading package lists... Done
  Building dependency tree
  Reading state information... Done
  The following extra packages will be installed:
    libc-dev-bin libc6-dev
  Suggested packages:
    glibc-doc
  Recommended packages:
    manpages-dev
  The following packages will be upgraded:
    libc-dev-bin libc6 libc6-dev
  3 upgraded, 0 newly installed, 0 to remove and 148 not upgraded.
  Need to get 6,714 kB of archives.
  After this operation, 6,144 B disk space will be freed.
  Do you want to continue? [Y/n] y
  Get:1 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 
2.19-0ubuntu6.6 [1,910 kB]
  Get:2 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin 
amd64 2.19-0ubuntu6.6 [68.9 kB]
  Get:3 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libc6 amd64 
2.19-0ubuntu6.6 [4,735 kB]
  Fetched 6,714 kB in 0s (18.5 MB/s)
  Preconfiguring packages ...
  (Reading database ... 57798 files and directories currently installed.)
  Preparing to unpack .../libc6-dev_2.19-0ubuntu6.6_amd64.deb ...
  Unpacking libc6-dev:amd64 (2.19-0ubuntu6.6) over (2.19-0ubuntu6.3) ...
  Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.6_amd64.deb ...
  Unpacking libc-dev-bin (2.19-0ubuntu6.6) over (2.19-0ubuntu6.3) ...
  Preparing to unpack .../libc6_2.19-0ubuntu6.6_amd64.deb ...
  Unpacking libc6:amd64 (2.19-0ubuntu6.6) over (2.19-0ubuntu6.3) ...
  Processing triggers for man-db (2.6.7.1-1) ...
  Setting up libc6:amd64 (2.19-0ubuntu6.6) ...
  Setting up libc-dev-bin (2.19-0ubuntu6.6) ...
  Setting up libc6-dev:amd64 (2.19-0ubuntu6.6) ...
  Processing triggers for libc-bin (2.19-0ubuntu6.3) ...
  ubuntu@host:~$ ls /tmp
  ubuntu@host:~$
  

  This is very recreatable.

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

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


[Touch-packages] [Bug 1468373] [NEW] GPU driver issues when waking up from suspend mode

2015-06-24 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

I have noticed strange issue, since i updated my kubuntu from 14.10 to 15.04. 
So the system suspend works fine, but from time to time when i wake my PC up 
from this mode, I see only some weird triangles, chaotically moving on a 
screen. It looks like on the picture i taken.
What i see in logs is:

Jun 24 14:09:51 piotrek-laptop kernel: [153517.132246] WARNING: CPU: 0 PID: 842 
at /build/buildd/linux-3.19.0/drivers/gpu/drm/i915/intel_display.c:1256 
assert_plane.constprop.87+0x7b/0x90 [
i915]()
Jun 24 14:09:51 piotrek-laptop kernel: [153517.132247] plane A assertion 
failure (expected on, current off)
Jun 24 14:09:51 piotrek-laptop kernel: [153517.132270] Modules linked in: ctr 
ccm vmnet(OE) vmw_vsock_vmci_transport vsock vmw_vmci vmmon(OE) bbswitch(OE) 
rfcomm bnep nls_iso8859_1 hid_gene
ric usbhid arc4 btusb bluetooth uvcvideo videobuf2_vmalloc videobuf2_memops 
videobuf2_core v4l2_common videodev media nvidia(POE) uas usb_storage 
asus_nb_wmi asus_wmi sparse_keymap iwlmvm m
xm_wmi mac80211 intel_rapl iosf_mbi x86_pkg_temp_thermal intel_powerclamp 
coretemp kvm_intel kvm crct10dif_pclmul crc32_pclmul ghash_clmulni_intel 
aesni_intel snd_hda_codec_conexant aes_x86
_64 iwlwifi lrw snd_hda_codec_generic gf128mul glue_helper ablk_helper cryptd 
joydev serio_raw cfg80211 snd_hda_codec_hdmi snd_soc_rt5640 lpc_ich shpchp 
snd_soc_rl6231 snd_hda_intel mei_me 
snd_soc_core snd_hda_controller mei snd_hda_codec snd_compress snd_hwdep 
snd_pcm_dmaengine snd_pcm snd_seq_midi processor_thermal_device 
snd_seq_midi_event snd_rawmidi snd_seq snd_seq_devic
e snd_timer snd soundcore wmi i2c_hid hid dw_dmac dw_dmac_core snd_soc_sst_acpi 
8250_dw i2c_designware_platform i2c_designware_core spi_pxa2xx_platform 
int3402_thermal int3400_thermal acpi_
thermal_rel acpi_pad mac_hid parport_pc ppdev lp parport autofs4 i915 
i2c_algo_bit drm_kms_helper drm ahci psmouse(OE) libahci video sdhci_acpi sdhci
Jun 24 14:09:51 piotrek-laptop kernel: [153517.132286] CPU: 0 PID: 842 Comm: 
Xorg Tainted: PW  OE  3.19.0-21-generic #21-Ubuntu
Jun 24 14:09:51 piotrek-laptop kernel: [153517.132286] Hardware name: ASUSTeK 
COMPUTER INC. UX303LNB/UX303LNB, BIOS UX303LNB.206 01/22/2015
Jun 24 14:09:51 piotrek-laptop kernel: [153517.132288]  c03d4de8 
88031cbe36f8 817c3da8 b118b118
Jun 24 14:09:51 piotrek-laptop kernel: [153517.132290]  88031cbe3748 
88031cbe3738 810769aa 8800a2c4ee00
Jun 24 14:09:51 piotrek-laptop kernel: [153517.132291]   
880320a51000 880320a4a800 880320a4a800
Jun 24 14:09:51 piotrek-laptop kernel: [153517.132292] Call Trace:
Jun 24 14:09:51 piotrek-laptop kernel: [153517.132300]  [817c3da8] 
dump_stack+0x45/0x57
Jun 24 14:09:51 piotrek-laptop kernel: [153517.132302]  [810769aa] 
warn_slowpath_common+0x8a/0xc0
Jun 24 14:09:51 piotrek-laptop kernel: [153517.132304]  [81076a26] 
warn_slowpath_fmt+0x46/0x50
Jun 24 14:09:51 piotrek-laptop kernel: [153517.132308]  [81199e30] ? 
zone_statistics+0x80/0xa0
Jun 24 14:09:51 piotrek-laptop kernel: [153517.132327]  [c03712eb] 
assert_plane.constprop.87+0x7b/0x90 [i915]
Jun 24 14:09:51 piotrek-laptop kernel: [153517.132344]  [c0379561] 
hsw_disable_ips+0x41/0x190 [i915]
Jun 24 14:09:51 piotrek-laptop kernel: [153517.132360]  [c0379928] 
intel_crtc_disable_planes+0x48/0x140 [i915]
Jun 24 14:09:51 piotrek-laptop kernel: [153517.132375]  [c037a68f] 
haswell_crtc_disable+0x4f/0x3c0 [i915]
Jun 24 14:09:51 piotrek-laptop kernel: [153517.132391]  [c037b629] 
__intel_set_mode+0xa59/0xc80 [i915]
Jun 24 14:09:51 piotrek-laptop kernel: [153517.132407]  [c03821fb] 
intel_crtc_set_config+0xbfb/0xf70 [i915]
Jun 24 14:09:51 piotrek-laptop kernel: [153517.132410]  [81048362] ? 
native_send_call_func_ipi+0xa2/0xb0
Jun 24 14:09:51 piotrek-laptop kernel: [153517.132427]  [c027cac6] 
drm_mode_set_config_internal+0x66/0x100 [drm]
Jun 24 14:09:51 piotrek-laptop kernel: [153517.132437]  [c02ed298] 
restore_fbdev_mode+0xc8/0xf0 [drm_kms_helper]
Jun 24 14:09:51 piotrek-laptop kernel: [153517.132445]  [c02ef309] 
drm_fb_helper_restore_fbdev_mode_unlocked+0x29/0x80 [drm_kms_helper]
Jun 24 14:09:51 piotrek-laptop kernel: [153517.132451]  [c02ef382] 
drm_fb_helper_set_par+0x22/0x50 [drm_kms_helper]
Jun 24 14:09:51 piotrek-laptop kernel: [153517.132467]  [c038e17a] 
intel_fbdev_set_par+0x1a/0x60 [i915]
Jun 24 14:09:51 piotrek-laptop kernel: [153517.132470]  [8143502a] 
fb_set_var+0x18a/0x410
Jun 24 14:09:51 piotrek-laptop kernel: [153517.132473]  [8109fca9] ? 
check_preempt_curr+0x89/0xa0
Jun 24 14:09:51 piotrek-laptop kernel: [153517.132475]  [810a72a8] ? 
__enqueue_entity+0x78/0x80
Jun 24 14:09:51 piotrek-laptop kernel: [153517.132477]  [810aec70] ? 
enqueue_entity+0x400/0xc30
Jun 24 14:09:51 piotrek-laptop kernel: [153517.132480]  

[Touch-packages] [Bug 1468091] Re: [udev] Ubuntu 15.10 Alpha-1 candidates do not boot in EC2 with Xen

2015-06-24 Thread Ben Howard
I've confirmed the fix in -proposed in EC2. New builds will happen
automagically once the promotion from -proposed happens.

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

Title:
  [udev] Ubuntu 15.10 Alpha-1 candidates do not boot in EC2 with Xen

Status in systemd package in Ubuntu:
  Fix Committed

Bug description:
  Ubuntu 15.10 Alpha-1 Candidates are not booting in EC2.  Instances are 
dropping to
   - Boot args (cat /proc/cmdline)
     - Check rootdelay= (did the system wait long enough?)
     - Check root= (did the system wait for the right device?)
   - Missing modules (cat /proc/modules; ls /dev)
  ALERT!  /dev/disk/by-uuid/e420d299-69ee-46eb-a1a4-893b54ab89a7 does not 
exist.  Dropping to a shell!

  This is happening on all instances and whether disks are mounted by
  label or UUID.

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

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


[Touch-packages] [Bug 1435040] Re: Ubuntu Phone (BQ E4.5) does not connect to car-bluetooth

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

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

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

Title:
  Ubuntu Phone (BQ E4.5) does not connect to car-bluetooth

Status in the base for Ubuntu mobile products:
  Confirmed
Status in bluez package in Ubuntu:
  Confirmed
Status in ubuntu-system-settings package in Ubuntu:
  Incomplete

Bug description:
  With my FORD Focus Car, pairing does not work. The bluetooth system in
  the car searches for devices and shows Aquaris E4.5 Ubuntu Edition
  and then prompts me to connect with a 4-digit pin code, but the Ubuntu
  phone doesn't react at all and after a while the car system says that
  it failed to connect.

  image: 20150310-3201c0a
  KRILIN01A-S15A_BQ_L100EN_2020_150312
  OS Build 20

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

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


[Touch-packages] [Bug 1468101] Re: BQ 4.5 after OTA 4: no data over 3g/2g after leaving wlan

2015-06-24 Thread Pat McGowan
** Also affects: network-manager (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: network-manager (Ubuntu)
 Assignee: (unassigned) = Tony Espy (awe)

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) = John McAleely (john.mcaleely)

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

Title:
  BQ 4.5 after OTA 4: no data over 3g/2g after leaving wlan

Status in the base for Ubuntu mobile products:
  New
Status in network-manager package in Ubuntu:
  New

Bug description:
  After leaving wlan zone the phone gets no data over 3g/2g. 
  Had this issue even before OTA4 but could solve it when switching to airplane 
mode and back.
  This doesn't work any more with OTA4. The sim pin dialog after switching back 
from airplane mode does not appear
  any more. Only restarting the phone gets me back to mobile 3g/2g data.

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

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


[Touch-packages] [Bug 1364030] Re: Not all strings should be translatable

2015-06-24 Thread Bartosz Kosiorek
** Changed in: libusermetrics (Ubuntu)
   Status: In Progress = Confirmed

** Changed in: libusermetrics (Ubuntu)
 Assignee: Bartosz Kosiorek (gang65) = (unassigned)

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

Title:
  Not all strings should be translatable

Status in libusermetrics package in Ubuntu:
  Confirmed

Bug description:
  Right now it seems that all strings in the library were marked as
  translatable. This is incorrect, as only user facing strings should be
  translatable.

  Error messages that are meant to go into a log file only (as opposed
  as to being displayed to the user screen) should not be marked as
  translatable.

  Most importantly strings like DATA_SOURCE_ID FORMAT_STRING
  EMPTY_DATA_STRING USERNAME [AMOUNT] will break things in the library
  if they are translated, and should be left as plain strings.

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

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


[Touch-packages] [Bug 996151] Re: disable apt http pipelining in quantal

2015-06-24 Thread Bug Watch Updater
** Changed in: apt (Debian)
   Status: New = Fix Committed

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

Title:
  disable apt http pipelining in quantal

Status in apt package in Ubuntu:
  Fix Released
Status in apt package in Debian:
  Fix Committed

Bug description:
  Per UDS session on Apt improvements, it has been proposed to remove
  apt http pipelining

  The reasons:
  1. HTTP Pipelining has issue with certain proxy implementation
  2. Some new object stores, like S3, or Google's APT repositories have 
problems with HTTP Pipelining

  Running a test shows that disabling apt-pipelining has no perceptable
  diffferenvce, and disabling apt pipeling actually performed slightly
  better with an average of 31.899s versuses 32.456s. I tested an apt-
  get -y update with and without apt HTTP pipelining turned on.

  For more information on apt-pipelining, here are 2 threads to read:
   
http://old.nabble.com/APT-do-not-work-with-Squid-as-a-proxy-because-of-pipelining-default-td28579596.html
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=56

  
  Pipelining on (apt-get -y upgrade):
  33.92
  31.37
  31.64
  31.63
  33.29
  33.08
  32.92
  32.88
  31.73
  31.98
  32.01
  32.96
  31.51
  32.68
  33.25

  Pipelining off (apt-get -o Acquire::http::Pipeline-Depth=0 -y upgrade):
  31.66
  31.59
  31.24
  31.30
  31.29
  32.85
  32.75
  31.50
  31.18
  32.26
  31.43
  33.28
  31.67
  32.45
  32.04

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

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


[Touch-packages] [Bug 1392307] Re: Can submit reviews for click apps that are not in the store

2015-06-24 Thread Evan Wang
I also met this issue on Arale wily image #30, need to login Ubuntu one
account first, then the review contents could be submitted successfully,
otherwise, it's failed without any warning.

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

Title:
  Can submit reviews for click apps that are not in the store

Status in unity-scope-click package in Ubuntu:
  Triaged

Bug description:
  Click apps that are not in the store currently show the input fields
  to submit reviews.

  I tried submitting one such review; it did not fail, but I think it
  got lost because it's never shown back when opening the app preview
  again.

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

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


[Touch-packages] [Bug 1467740] Re: Lots of thumbnail requests with invalid size

2015-06-24 Thread Michi Henning
** Tags added: invalid-qsize

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

Title:
  Lots of thumbnail requests with invalid size

Status in thumbnailer package in Ubuntu:
  New
Status in unity-scopes-shell package in Ubuntu:
  New

Bug description:
  When using scopes, the thumbnailer gets loads of requests with
  QSize(-1,-1) from the shell. For example, with a bunch of videos
  recorded, run up the video scope and go to My Videos. The shell asks
  for a thumbnail at QSize(-1,-1) for the tiny thumbnail that appears to
  the left of each list entry.

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

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

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

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

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

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

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

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


[Touch-packages] [Bug 1464053] Re: ubuntu-bug is itself broken

2015-06-24 Thread RichardNeill
Hello Brian, Thanks for your comment.
If I type the following command at the shell:
   xdg-open http://www.bbc.co.uk;

Then I get a newly opened, maximised Firefox window, which opens a blank page 
(the Ubuntu start page, exactly as if within Firefox, I had pressed Ctrl+N.)

However, if I run either of the following commands:
   firefox  http://www.bbc.co.uk;
  firefox -new-tab  http://www.bbc.co.uk;
then the BBC page opens in a new tab as I would expect.

I'm doing this in Ubuntu Mate, 64-bit, Wily, fully updated as of now,
Firefox is already running.

Are there any other tests it would help for me to do?

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

Title:
  ubuntu-bug is itself broken

Status in apport package in Ubuntu:
  Incomplete

Bug description:
  The ubuntu bug reporting system is rather badly broken, because when I
  run ubuntu-bug/apport-bug, it gathers data, then opens a new blank
  firefox window, but does not connect to launchpad!

  The root cause is this one:
  https://bugs.launchpad.net/ubuntu/+source/exo/+bug/1427144
  which basically means that apport needs to invoke firefox with a different 
set of options.

  This should be trivial to fix, but I think it's rather important, especially 
given how hard it is to get a direct report into Launchpad, and all the 
redirects that emphasise using the ubuntu-bug tool: 
  https://help.ubuntu.com/community/ReportingBugs

  (I'm reporting this from Ubuntu Wily, though I think I recall seeing it in 
Vivid)
  Apport version is:  2.17.3-0ubuntu4

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

-- 
Mailing list: https://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   >