[Touch-packages] [Bug 1465675] Re: API needed to determine if App ID is a scope

2015-06-19 Thread Michi Henning
Below is the source code for retrieving the list of all known scopes.
Note that instantiating the runtime and tearing it down is moderately
expensive, so you probably want to hang onto the runtime handle for the
duration. Apply whatever pattern match is appropriate to the returned
strings.

Given the size of this, I don't think it justifies a separate API call.
For one, as I said earlier, I don't want the concept of application IDs
in the scopes runtime because it doesn't belong there. And a separate
API call wouldn't really make things easier. It takes three lines to
iterate over the list of scopes. That doesn't justify a new API call,
IMO.

#include 

#include 
#include 

using namespace std;
using namespace unity::scopes;

int main(int /* argc */, char** /* argv */)
{
try
{
// use Runtime.ini from the current directory if present, otherwise let 
the API pick the default one
const boost::filesystem::path path("Runtime.ini");
auto rt = boost::filesystem::exists(path) ? 
Runtime::create(path.native()) : Runtime::create();
RegistryProxy r = rt->registry();
auto mmap = r->list();
for (auto const& meta : mmap)
{
cout << meta.first << endl;
}
return 0;
}
catch (unity::Exception const& e)
{
cerr << e.to_string() << endl;
return 1;
}
return 0;
}

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

Title:
  API needed to determine if App ID is a scope

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

Bug description:
  
  There are a few cases where we'd like it if a higher level service could 
determine if a particular AppID is connected to a scope. This mostly deals with 
requests that relate to trusted session prompts as they need to be overlayed on 
top of the dash instead of the calling process. Another is so that URL 
dispatcher can return better errors on the scope:// URL namespace. I don't 
think that it needs to be complex, roughly something like this:

  bool isScope (const char * appid);

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

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


[Touch-packages] [Bug 1458981] Re: Digital Output HDMI not recognized at all: [HDA-Intel - HDA Intel PCH, playback] Playback problem Cannot turn on display power on i915

2015-06-19 Thread Canaan
*** This bug is a duplicate of bug 1458136 ***
https://bugs.launchpad.net/bugs/1458136

the patch does seem to have fixed the problem. I am getting full sound
thru HDMI output. All is well again. Thank you.

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

Title:
  Digital Output HDMI not recognized at all: [HDA-Intel - HDA Intel PCH,
  playback] Playback problem Cannot turn on display power on i915

Status in alsa-driver package in Ubuntu:
  Incomplete

Bug description:
  Digital playback was working just fine. HDMI connected to 32" Vizio
  television from msi Z97 PC Mate Motherboard. Now no digital output,
  not even as an option. Analog audio works just fine. When I plug
  headphones in there is no problem. that is all identified in Settings
  panel and terminal commands used for troubleshooting. but the HDMI
  output does not appear to be recognized as everything says Analog.
  Ubuntu 15.04

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6
  Uname: Linux 3.19.0-18-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  canibal2344 F pulseaudio
  CurrentDesktop: Unity
  Date: Tue May 26 14:59:34 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-08-05 (293 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:PCH failed
  Symptom_Card: Built-in Audio - HDA Intel PCH
  Symptom_Type: Only some of outputs are working
  Title: [HDA-Intel - HDA Intel PCH, playback] Playback problem
  UpgradeStatus: Upgraded to vivid on 2015-04-26 (30 days ago)
  dmi.bios.date: 04/18/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V4.0
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z97 PC Mate(MS-7850)
  dmi.board.vendor: MSI
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: To be filled by O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV4.0:bd04/18/2014:svnMSI:pnMS-7850:pvr1.0:rvnMSI:rnZ97PCMate(MS-7850):rvr1.0:cvnMSI:ct3:cvr1.0:
  dmi.product.name: MS-7850
  dmi.product.version: 1.0
  dmi.sys.vendor: MSI

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

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


[Touch-packages] [Bug 1437725] Re: Mouse flickering using 3 screens on 2 graphic adapters

2015-06-19 Thread Launchpad Bug Tracker
[Expired for xorg (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Mouse flickering using 3 screens on 2 graphic adapters

Status in xorg package in Ubuntu:
  Expired

Bug description:
  Same bug as described here:
  https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1278223

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-48.80-generic 3.13.11-ckt16
  Uname: Linux 3.13.0-48-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.8
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  CurrentDmesg:
   [   30.935310] init: plymouth-upstart-bridge main process ended, respawning
   [  795.191467] audit_printk_skb: 123 callbacks suppressed
   [  795.191470] type=1400 audit(1427576703.540:74): apparmor="STATUS" 
operation="profile_replace" profile="unconfined" 
name="/usr/lib/cups/backend/cups-pdf" pid=3091 comm="apparmor_parser"
   [  795.191475] type=1400 audit(1427576703.540:75): apparmor="STATUS" 
operation="profile_replace" profile="unconfined" name="/usr/sbin/cupsd" 
pid=3091 comm="apparmor_parser"
   [  795.191768] type=1400 audit(1427576703.540:76): apparmor="STATUS" 
operation="profile_replace" profile="unconfined" name="/usr/sbin/cupsd" 
pid=3091 comm="apparmor_parser"
  Date: Sat Mar 28 21:11:47 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Subsystem: Gigabyte Technology Co., Ltd Device [1458:d000]
   Advanced Micro Devices, Inc. [AMD/ATI] Cayman PRO [Radeon HD 6950] 
[1002:6719] (prog-if 00 [VGA controller])
 Subsystem: Hightech Information System Ltd. Device [1787:2307]
  InstallationDate: Installed on 2015-02-01 (55 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: Gigabyte Technology Co., Ltd. Z68AP-D3
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-48-generic 
root=UUID=c51a3625-d8fc-49d8-94b8-f29e4c8b25f2 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/16/2011
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F3
  dmi.board.name: Z68AP-D3
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF3:bd06/16/2011:svnGigabyteTechnologyCo.,Ltd.:pnZ68AP-D3:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnZ68AP-D3:rvr:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: Z68AP-D3
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.
  version.compiz: compiz 1:0.9.11.2+14.04.20140714-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1~ubuntu2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.4
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Sat Mar 28 20:52:12 2015
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.15.1-0ubuntu2.7
  xserver.video_driver: radeon

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

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


[Touch-packages] [Bug 1428712] Re: Screen turns green and locks out during apt full-upgrade

2015-06-19 Thread Launchpad Bug Tracker
[Expired for systemd (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Screen turns green and locks out during apt full-upgrade

Status in systemd package in Ubuntu:
  Expired

Bug description:
  Since updating to vivid, occasionally when doing an apt full-upgrade
  the screen will turn and stay bright green.  I can see and move the
  mouse cursor but nothing else, and no system keyboard shortcuts appear
  to do anything (ctrl-alt-f1 through ctrl-alt-f7, ctl-alt-backspace,
  ctl-alt-delete, etc).  Probably an issue with a specific package
  rather than apt, but not sure how to narrow it down.

  here's the list of packages that were upgraded the last time this
  happened, form /var/log/apt/history.log:

  Start-Date: 2015-03-05  07:47:15
  Commandline: apt full-upgrade
  Install: console-setup-linux:amd64 (1.108ubuntu3, automatic)
  Upgrade: python3-apparmor:amd64 (2.9.1-0ubuntu5, 2.9.1-0ubuntu6), 
apparmor-easyprof:amd64 (2.9.1-0ubuntu5, 2.9.1-0ubuntu6), 
glib-networking-common:amd64 (2.43.1-1, 2.43.91-1), libgail18:amd64 
(2.24.26-0ubuntu2, 2.24.27-0ubuntu1), libgail18:i386 (2.24.26-0ubuntu2, 
2.24.27-0ubuntu1), libsoup2.4-1:amd64 (2.49.1-1ubuntu1, 2.49.91.1-1), 
libsoup2.4-1:i386 (2.49.1-1ubuntu1, 2.49.91.1-1), libwagon-java:amd64 
(1.0.0-2ubuntu2, 1.0.0-5), libgeis1:amd64 (2.2.16+14.04.20140303-0ubuntu1, 
2.2.16+15.04.20150304-0ubuntu1), console-setup:amd64 (1.70ubuntu11, 
1.108ubuntu3), libsoup2.4-dev:amd64 (2.49.1-1ubuntu1, 2.49.91.1-1), 
libapparmor1:amd64 (2.9.1-0ubuntu5, 2.9.1-0ubuntu6), gtk2-engines-pixbuf:amd64 
(2.24.26-0ubuntu2, 2.24.27-0ubuntu1), gtk2-engines-pixbuf:i386 
(2.24.26-0ubuntu2, 2.24.27-0ubuntu1), libglib2.0-0:amd64 (2.43.90-1, 
2.43.91-1), libglib2.0-0:i386 (2.43.90-1, 2.43.91-1), libglib2.0-dev:amd64 
(2.43.90-1, 2.43.91-1), libgtk2.0-bin:amd64 (2.24.26-0ubuntu2, 
2.24.27-0ubuntu1), libgtk2.0-com
 mon:amd64 (2.24.26-0ubuntu2, 2.24.27-0ubuntu1), gir1.2-gtk-2.0:amd64 
(2.24.26-0ubuntu2, 2.24.27-0ubuntu1), libglib2.0-data:amd64 (2.43.90-1, 
2.43.91-1), libflac8:amd64 (1.3.0-3, 1.3.1-1ubuntu1), libflac8:i386 (1.3.0-3, 
1.3.1-1ubuntu1), libsoup-gnome2.4-1:amd64 (2.49.1-1ubuntu1, 2.49.91.1-1), 
libsoup-gnome2.4-1:i386 (2.49.1-1ubuntu1, 2.49.91.1-1), libnm-util2:amd64 
(0.9.10.0-4ubuntu8, 0.9.10.0-4ubuntu9), libapparmor-perl:amd64 (2.9.1-0ubuntu5, 
2.9.1-0ubuntu6), libnm-glib-vpn1:amd64 (0.9.10.0-4ubuntu8, 0.9.10.0-4ubuntu9), 
libdee-1.0-4:amd64 (1.2.7+14.04.20140324-0ubuntu1, 
1.2.7+15.04.20150304-0ubuntu1), libgtk2.0-0:amd64 (2.24.26-0ubuntu2, 
2.24.27-0ubuntu1), libgtk2.0-0:i386 (2.24.26-0ubuntu2, 2.24.27-0ubuntu1), 
libglib2.0-0-dbg:amd64 (2.43.90-1, 2.43.91-1), gir1.2-dee-1.0:amd64 
(1.2.7+14.04.20140324-0ubuntu1, 1.2.7+15.04.20150304-0ubuntu1), 
keyboard-configuration:amd64 (1.70ubuntu11, 1.108ubuntu3), kbd:amd64 
(1.15.5-1ubuntu1, 1.15.5-1ubuntu2), libx264-142:amd64 (0.142.2431+gita5831aa
 -1ubuntu1, 0.142.2495+git6a301b6-1ubuntu1), apparmor:amd64 (2.9.1-0ubuntu5, 
2.9.1-0ubuntu6), libglib2.0-bin:amd64 (2.43.90-1, 2.43.91-1), 
python3-libapparmor:amd64 (2.9.1-0ubuntu5, 2.9.1-0ubuntu6), 
network-manager:amd64 (0.9.10.0-4ubuntu8, 0.9.10.0-4ubuntu9), 
gir1.2-networkmanager-1.0:amd64 (0.9.10.0-4ubuntu8, 0.9.10.0-4ubuntu9), 
glib-networking-services:amd64 (2.43.1-1, 2.43.91-1), libgtk2.0-dev:amd64 
(2.24.26-0ubuntu2, 2.24.27-0ubuntu1), glib-networking:amd64 (2.43.1-1, 
2.43.91-1), glib-networking:i386 (2.43.1-1, 2.43.91-1), gir1.2-soup-2.4:amd64 
(2.49.1-1ubuntu1, 2.49.91.1-1), dh-apparmor:amd64 (2.9.1-0ubuntu5, 
2.9.1-0ubuntu6), libnm-glib4:amd64 (0.9.10.0-4ubuntu8, 0.9.10.0-4ubuntu9), 
libgail-common:amd64 (2.24.26-0ubuntu2, 2.24.27-0ubuntu1), libgail-common:i386 
(2.24.26-0ubuntu2, 2.24.27-0ubuntu1)

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: apt 1.0.9.3ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-7.7-generic 3.19.0
  Uname: Linux 3.19.0-7-generic x86_64
  NonfreeKernelModules: nvidia wl
  ApportVersion: 2.16.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Thu Mar  5 08:00:19 2015
  InstallationDate: Installed on 2014-02-24 (373 days ago)
  InstallationMedia: Ubuntu-GNOME 14.04 "Trusty Tahr" - Alpha amd64 (20140218)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: apt
  UpgradeStatus: Upgraded to vivid on 2015-02-04 (28 days ago)

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

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


[Touch-packages] [Bug 1438029] Re: Display Drivers

2015-06-19 Thread Launchpad Bug Tracker
[Expired for xorg (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Display Drivers

Status in xorg package in Ubuntu:
  Expired

Bug description:
  Default installed display drivers for intel graphics media accelerator
  x4500hd

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.16.0-33.44~14.04.1-generic 3.16.7-ckt7
  Uname: Linux 3.16.0-33-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.8
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Mon Mar 30 09:16:51 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus:
   virtualbox, 4.3.10, 3.16.0-31-generic, x86_64: installed
   virtualbox, 4.3.10, 3.16.0-33-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 4 Series Chipset Integrated Graphics Controller 
[8086:2e22] (rev 03) (prog-if 00 [VGA controller])
 Subsystem: Hewlett-Packard Company Device [103c:2a84]
 Subsystem: Hewlett-Packard Company Device [103c:2a84]
  InstallationDate: Installed on 2015-03-17 (12 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: Hewlett-Packard HP Compaq dx7500 Microtower
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-33-generic 
root=UUID=fde9fdaa-3323-4ae7-8c26-a7857b7b72bb ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/16/2008
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 5.09
  dmi.board.name: 2A84h
  dmi.board.vendor: PEGATRON CORPORATION
  dmi.board.version: 1.03
  dmi.chassis.asset.tag: CZC9102B97
  dmi.chassis.type: 3
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr5.09:bd12/16/2008:svnHewlett-Packard:pnHPCompaqdx7500Microtower:pvr:rvnPEGATRONCORPORATION:rn2A84h:rvr1.03:cvnHewlett-Packard:ct3:cvrChassisVersion:
  dmi.product.name: HP Compaq dx7500 Microtower
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz 1:0.9.11.3+14.04.20150122-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1~ubuntu2
  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: Sun Mar 29 09:48:24 2015
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   inputDELL Dell USB Entry Keyboard KEYBOARD, id 8
   inputPixArt USB Optical Mouse MOUSE, id 9
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   
  xserver.version: 2:1.16.0-1ubuntu1.2~trusty2

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

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


[Touch-packages] [Bug 1439859] Re: Bug on the screen

2015-06-19 Thread Launchpad Bug Tracker
[Expired for xorg (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Bug on the screen

Status in xorg package in Ubuntu:
  Expired

Bug description:
  Block strip around the windows. Even the right click widow also
  getting the block box around.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-44.73-generic 3.13.11-ckt12
  Uname: Linux 3.13.0-44-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Thu Apr  2 15:25:55 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller 
[8086:0162] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Dell Device [1028:0577]
  InstallationDate: Installed on 2014-10-15 (168 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  MachineType: Dell Inc. OptiPlex 7010
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-44-generic 
root=UUID=b4be5a89-3a7d-4e30-9c27-1abe2256de60 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/09/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A16
  dmi.board.name: 0WR7PY
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A03
  dmi.chassis.type: 15
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA16:bd09/09/2013:svnDellInc.:pnOptiPlex7010:pvr01:rvnDellInc.:rn0WR7PY:rvrA03:cvnDellInc.:ct15:cvr:
  dmi.product.name: OptiPlex 7010
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.11.3+14.04.20141104-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.58+git20141201.f99522e6-0ubuntu0ricotz~trusty
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 
10.6.0~git20150318.27bf37ba-0ubuntu0ricotz~trusty
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.6
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:7.4.99+git20140806.fbf575cb-0ubuntu0sarvatt~trusty
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.916+git20141215.99537089-0ubuntu0sarvatt~trusty
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11+git20141030.3fb97d78-0ubuntu0sarvatt~trusty2
  xserver.bootTime: Thu Apr  2 14:13:22 2015
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputVideo BusKEYBOARD, id 7
   inputPower Button KEYBOARD, id 8
   inputDELL Dell USB Entry Keyboard KEYBOARD, id 9
   inputLogitech USB Optical Mouse MOUSE, id 10
  xserver.errors: intel: Failed to load module "present" (module does not 
exist, 0)
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   
  xserver.version: 2:1.15.1-0ubuntu2.6

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

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


[Touch-packages] [Bug 1445662] Re: A long power key press results in lit black screen [arale]

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

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

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

Title:
  A long power key press results in lit black screen [arale]

Status in unity8 package in Ubuntu:
  Expired

Bug description:
  vivid-proposed #175 arale
  [ editor's note: the power notification dialog not appearing is being tracked 
in bug 1446298, this bug is now just about the screen not coming on correctly, 
krillin and mako do result in screen coming on ]

  
  Steps:
  - short press the power key to blank the display and lock the device
  - then long press the power key continuously

  expected: display on showing the power off notification

  On Arale
  actual: display on, black

  
  On Arale
  Other interesting bit, if i run phablet-screenshot (mirscreencast) it shows 
the greeter w/ no power dialog (see long_press1.png attached)
  If i wait for the backlight to time out once again, and repeat the long 
keypress, run phablet-screenshot (mirscreencast) is shows the greeter - but 
with the power dialog this time (see long_press2.png attached)

  also, if i hit vol+/- simultaneously to get a shell screen shot, i see
  the corresponding images captured greeter no power notif on long
  press1, but then greeter with power notif on long press 2

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

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


[Touch-packages] [Bug 1440577] Re: GUI filled with random shapres instead of user interface.

2015-06-19 Thread Launchpad Bug Tracker
[Expired for xorg (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  GUI filled with random shapres instead of user interface.

Status in xorg package in Ubuntu:
  Expired

Bug description:
  To reproduce boot the April 5th dialy amd64 live iso of lubuntu and
  and select try lubuntu without installing. Plymoth will show up and
  youi ar egreeted with a screen of random shapes. The underlying system
  still seems to work for user input for the keyboard as control alt t
  opened up a terminal and pressing alt f2 the run shorcut brought up a
  dialog and lauunched firefox although a corrupted window launched.

  
  Description Ubuntu Vivid Vervet (development branch)
  Release : 15.04 

  I expected a readable GUI that I could navigate.

  Instead the UI looked entierly corrupted in X.

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

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


[Touch-packages] [Bug 1441414] Re: Monitor graphics problem

2015-06-19 Thread Launchpad Bug Tracker
[Expired for xorg (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Monitor graphics problem

Status in xorg package in Ubuntu:
  Expired

Bug description:
  I am having a problem with my monitor, since about a week now all that
  appears is stretched horizontally making it impossible to see
  everything on the screen, i have tried everything and I am unable to
  change it back to normal view. Can you help me fix this problem?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-48.80-generic 3.13.11-ckt16
  Uname: Linux 3.13.0-48-generic i686
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.8
  Architecture: i386
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Tue Apr  7 20:39:10 2015
  DistUpgraded: 2014-10-25 17:41:12,216 DEBUG enabling apt cron job
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0102] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: ASRock Incorporation Device [1849:0102]
  InstallationDate: Installed on 2014-02-21 (410 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111012)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-48-generic 
root=UUID=b383f696-c9bc-4390-acc7-11aec39bddf1 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: Upgraded to trusty on 2014-10-25 (164 days ago)
  dmi.bios.date: 04/18/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.20
  dmi.board.name: H61M-DGS
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.20:bd04/18/2012:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnH61M-DGS:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.
  version.compiz: compiz 1:0.9.11.3+14.04.20150122-0ubuntu1
  version.libdrm2: libdrm2 2.4.56-1~ubuntu2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.4
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Tue Apr  7 20:37:16 2015
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputVideo BusKEYBOARD, id 7
   inputPower Button KEYBOARD, id 8
   inputPS/2+USB Mouse   MOUSE, id 9
   inputDell Dell USB Keyboard KEYBOARD, id 10
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   
  xserver.version: 2:1.15.1-0ubuntu2.7

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

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


[Touch-packages] [Bug 1467039] [NEW] My lenovo t540p with Ubuntu 14.04 freezes very often

2015-06-19 Thread Ehsan
Public bug reported:

I need to reboot each time as it freezes forever. Many people are having
this issue unfortunately.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xorg 1:7.7+1ubuntu8.1
Uname: Linux 3.19.0-031900rc2-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.14.1-0ubuntu3.11
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Fri Jun 19 20:19:35 2015
DistUpgraded: 2014-05-08 21:45:39,590 DEBUG enabling apt cron job
DistroCodename: trusty
DistroVariant: ubuntu
DkmsStatus: 8192cu, 1.10, 3.19.0-031900rc2-generic, x86_64: installed
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
   Subsystem: Lenovo Device [17aa:2210]
InstallationDate: Installed on 2014-03-25 (451 days ago)
InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016.1)
MachineType: LENOVO 20BECTO1WW
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-031900rc2-generic 
root=UUID=3184abc7-3a2d-41bb-abbd-db9c6305619e ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: Upgraded to trusty on 2014-05-09 (406 days ago)
dmi.bios.date: 03/05/2015
dmi.bios.vendor: LENOVO
dmi.bios.version: GMET70WW (2.18 )
dmi.board.asset.tag: Not Available
dmi.board.name: 20BECTO1WW
dmi.board.vendor: LENOVO
dmi.board.version: SDK0E50512 STD
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvrGMET70WW(2.18):bd03/05/2015:svnLENOVO:pn20BECTO1WW:pvrThinkPadT540p:rvnLENOVO:rn20BECTO1WW:rvrSDK0E50512STD:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 20BECTO1WW
dmi.product.version: ThinkPad T540p
dmi.sys.vendor: LENOVO
version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.60-2~ubuntu14.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.4
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.4
version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1.6
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.10-1ubuntu2
xserver.bootTime: Fri Jun 19 20:05:15 2015
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id5556 
 vendor CMN
xserver.version: 2:1.15.1-0ubuntu2.7

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


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

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

Title:
  My lenovo t540p with Ubuntu 14.04 freezes very often

Status in xorg package in Ubuntu:
  New

Bug description:
  I need to reboot each time as it freezes forever. Many people are
  having this issue unfortunately.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  Uname: Linux 3.19.0-031900rc2-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Fri Jun 19 20:19:35 2015
  DistUpgraded: 2014-05-08 21:45:39,590 DEBUG enabling apt cron job
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus: 8192cu, 1.10, 3.19.0-031900rc2-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:2210]
  InstallationDate: Installed on 2014-03-25 (451 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  MachineType: LENOVO 20BECTO1WW
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-031900rc2-generic 
root=UUID=3184abc7-3a2d-41bb-abbd-db9c6305619e ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: Upgraded to trusty on 2014-05-09 (406 days ago)
  dmi.bios.date: 03/05/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: GMET70WW (2.18 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20BECTO1WW
  dmi.boa

[Touch-packages] [Bug 1467039] Re: My lenovo t540p with Ubuntu 14.04 freezes very often

2015-06-19 Thread Ehsan
Related to https://bugs.launchpad.net/ubuntu/+source/xorg-
server/+bug/1184451

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

Title:
  My lenovo t540p with Ubuntu 14.04 freezes very often

Status in xorg package in Ubuntu:
  New

Bug description:
  I need to reboot each time as it freezes forever. Many people are
  having this issue unfortunately.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  Uname: Linux 3.19.0-031900rc2-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Fri Jun 19 20:19:35 2015
  DistUpgraded: 2014-05-08 21:45:39,590 DEBUG enabling apt cron job
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus: 8192cu, 1.10, 3.19.0-031900rc2-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:2210]
  InstallationDate: Installed on 2014-03-25 (451 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  MachineType: LENOVO 20BECTO1WW
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-031900rc2-generic 
root=UUID=3184abc7-3a2d-41bb-abbd-db9c6305619e ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: Upgraded to trusty on 2014-05-09 (406 days ago)
  dmi.bios.date: 03/05/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: GMET70WW (2.18 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20BECTO1WW
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0E50512 STD
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrGMET70WW(2.18):bd03/05/2015:svnLENOVO:pn20BECTO1WW:pvrThinkPadT540p:rvnLENOVO:rn20BECTO1WW:rvrSDK0E50512STD:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 20BECTO1WW
  dmi.product.version: ThinkPad T540p
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2~ubuntu14.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.4
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.6
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Fri Jun 19 20:05:15 2015
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id5556 
   vendor CMN
  xserver.version: 2:1.15.1-0ubuntu2.7

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

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


[Touch-packages] [Bug 1466947] Re: Shell rotation breaks Greeter's wide view

2015-06-19 Thread Stephen M. Webb
** 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 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 1437719] Re: [Dell Inspiron 5547] Black Screen on user switch

2015-06-19 Thread Rusty Shackleford
Decided there is no point adding any logs from a live-usb session
confusing the situation not knowing that they will reveal anything.
Going to put the state of this defect back to Status New since no
resolution has been found yet and await further guidance on what info I
can provide to help debug it.

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

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

Title:
  [Dell Inspiron 5547] Black Screen on user switch

Status in xorg package in Ubuntu:
  New

Bug description:
  When switching users (primarly using Ctrl-Alt-F(7-10) the monitor will
  sometimes go black. This happens once or twice a day, although on
  occasion it doesn't occur for several days. It has occurred at least
  once a week since I installed Ubuntu 14.04.1. It seems to be more of a
  problem since moving to 14.04.2 - I did perform installation of the
  Utopic Kernel, X, and MesaGL packages, but this is only perception. At
  the same time I switched from Unity to Cinnamon (Jeremy Clarkson isn't
  the only dinosaur roaming the world) - but I have confirmed that just
  running Unity desktops is vunerable.

  The display can be restored by sudo service lightdm restart - run from
  an ssh login from another system.

  Steps to consistently reproduce the problem is simply to perform
  abusive user stress testing: switching from one user to another
  rapidly: as soon as the display switches go back to the other. Usually
  I can get a black screen with this method in under a minute with Unity
  desktops.

  I have the same issue with another system (Dell Vostro 3550) reported
  in Bug #1437557 - submitting a new defect since this is different
  hardware and even though the defects look the same there might be
  differences underneath the hood causing the problem.

  
  14.04.2 Trusty
  3.16.0-33-generic.
  I'll edit this report shortly with additional system info.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.16.0-33.44~14.04.1-generic 3.16.7-ckt7
  Uname: Linux 3.16.0-33-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.8
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Sat Mar 28 14:45:26 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] 
(rev 0b) (prog-if 00 [VGA controller])
 Subsystem: Dell Device [1028:063e]
  InstallationDate: Installed on 2014-12-23 (95 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: Dell Inc. Inspiron 5547
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-33-generic 
root=UUID=6eb0eadb-81ed-43ee-aab3-e3fe6b37ca75 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/12/2014
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A05
  dmi.board.name: 0598GM
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: A05
  dmi.modalias: 
dmi:bvnDellInc.:bvrA05:bd08/12/2014:svnDellInc.:pnInspiron5547:pvrA05:rvnDellInc.:rn0598GM:rvrA00:cvnDellInc.:ct8:cvrA05:
  dmi.product.name: Inspiron 5547
  dmi.product.version: A05
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.11.3+14.04.20150122-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1~ubuntu2
  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: Fri Mar 27 15:14:18 2015
  xserver.configfile: default
  xserver.errors:
   SynPS/2 Synaptics TouchPad: Read error 19
   SynPS/2 Synaptics TouchPad: Read error 19
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id1110 
   vendor LGD
  xserver.version: 2:1.16.0-1ubuntu1.2~trusty2

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

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

[Touch-packages] [Bug 1215373] Re: [Address book] Order contact by first name or last name first

2015-06-19 Thread Madas Pál
I have >1500 contacts imported from gmail; many of them (unfortunately
not all) are correctly tagged by First name and Last name (eg First name
is  Adam, Last name is Smith) All of these names are sorted by First
name: Adam Smith in at the beginning of the list. Is it by design? I
find it very annoying...

Anyway, thank for the developers.

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

Title:
  [Address book] Order contact by first name or last name first

Status in Ubuntu UX bugs:
  Triaged
Status in address-book-app package in Ubuntu:
  Confirmed

Bug description:
  Design to provide a way to order contacts by First name Last name, and
  Last name First name (eg possibly through app's setting).

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

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


[Touch-packages] [Bug 1466812] Re: aa-logprof crash

2015-06-19 Thread Seth Arnold
This line from your Dependenxies.txt indicates that one of the apparmor
files has been modified; could you investigate this change? you may need
to reinstall the package to get the pristine version of the file:

python3-apparmor 2.8.95~2430-0ubuntu5.2 [modified: usr/lib/python3/dist-
packages/apparmor/logparser.py]

Thanks

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

Title:
  aa-logprof crash

Status in apparmor package in Ubuntu:
  New

Bug description:
  aa-logprof crash after adding generic profile of apache2.
  Reading log entries from /var/log/syslog.
  Updating AppArmor profiles in /etc/apparmor.d.
  Traceback (most recent call last):
File "/usr/sbin/aa-logprof", line 54, in 
  apparmor.do_logprof_pass(logmark)
File "/usr/lib/python3/dist-packages/apparmor/aa.py", line 2280, in 
do_logprof_pass
  log = log_reader.read_log(logmark)
File "/usr/lib/python3/dist-packages/apparmor/logparser.py", line 373, in 
read_log
  self.add_event_to_tree(event)
File "/usr/lib/python3/dist-packages/apparmor/logparser.py", line 278, in 
add_event_to_tree
  rmask = rmask.replace('c', 'w')
  AttributeError: 'set' object has no attribute 'replace'

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: apparmor-utils 2.8.95~2430-0ubuntu5.2
  ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
  Uname: Linux 3.16.0-30-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  Date: Fri Jun 19 12:37:54 2015
  InstallationDate: Installed on 2015-04-23 (56 days ago)
  InstallationMedia: Ubuntu-Server 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  ProcKernelCmdline: BOOT_IMAGE=/vmlinuz-3.16.0-30-generic 
root=/dev/mapper/system-root ro
  SourcePackage: apparmor
  Syslog:
   
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1466682] Re: Docker unix socket permission issue on ubuntu-core update

2015-06-19 Thread Christopher De Vries
I tried running the command:

sudo aa-clickhook -f

and that also resolved the issue without having to reinstall the docker
framework.

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

Title:
  Docker unix socket permission issue on ubuntu-core update

Status in Snappy Ubuntu:
  New
Status in apparmor package in Ubuntu:
  New

Bug description:
  I have been running the docker framework (2015-06-15 1.6.1.002) on a
  Snappy Ubuntu Core (ubuntu-core/15.04/stable) instance on aws EC2. On
  June 11th the instance automatically upgraded from ubuntu-core version
  2 to ubuntu-core version 3 and rebooted.  The running Docker
  containers restarted without any issues, however when I next logged in
  to run a docker command I got the following error:

  FATA[] Get http:///var/run/docker.sock/v1.18/containers/json: dial
  unix /var/run/docker.sock: permission denied. Are you trying to
  connect to a TLS-enabled daemon without TLS?

  I rebooted to see if it would help, but the error was still there. I
  checked the dmesg log and found the following entry was added when I
  tried to run a docker command:

  [   72.230872] audit: type=1400 audit(1434397079.776:12):
  apparmor="DENIED" operation="connect" info="Failed name lookup -
  disconnected path" error=-13 profile="docker_docker_1.6.1.002"
  name="run/docker.sock" pid=1025 comm="docker.x86_64"
  requested_mask="wr" denied_mask="wr" fsuid=1000 ouid=0

  I tried using the docker command both as a nonprivileged user and
  using "sudo". In both cases I was unable to run the docker command.

  I was able to resolve the issue by uninstalling and reinstalling the
  docker framework using the commands:

  sudo snappy remove docker
  sudo snappy install docker

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

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


[Touch-packages] [Bug 1466682] Re: Docker unix socket permission issue on ubuntu-core update

2015-06-19 Thread Christopher De Vries
** Also affects: apparmor (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Docker unix socket permission issue on ubuntu-core update

Status in Snappy Ubuntu:
  New
Status in apparmor package in Ubuntu:
  New

Bug description:
  I have been running the docker framework (2015-06-15 1.6.1.002) on a
  Snappy Ubuntu Core (ubuntu-core/15.04/stable) instance on aws EC2. On
  June 11th the instance automatically upgraded from ubuntu-core version
  2 to ubuntu-core version 3 and rebooted.  The running Docker
  containers restarted without any issues, however when I next logged in
  to run a docker command I got the following error:

  FATA[] Get http:///var/run/docker.sock/v1.18/containers/json: dial
  unix /var/run/docker.sock: permission denied. Are you trying to
  connect to a TLS-enabled daemon without TLS?

  I rebooted to see if it would help, but the error was still there. I
  checked the dmesg log and found the following entry was added when I
  tried to run a docker command:

  [   72.230872] audit: type=1400 audit(1434397079.776:12):
  apparmor="DENIED" operation="connect" info="Failed name lookup -
  disconnected path" error=-13 profile="docker_docker_1.6.1.002"
  name="run/docker.sock" pid=1025 comm="docker.x86_64"
  requested_mask="wr" denied_mask="wr" fsuid=1000 ouid=0

  I tried using the docker command both as a nonprivileged user and
  using "sudo". In both cases I was unable to run the docker command.

  I was able to resolve the issue by uninstalling and reinstalling the
  docker framework using the commands:

  sudo snappy remove docker
  sudo snappy install docker

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

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


[Touch-packages] [Bug 1186662] Re: isc-dhcp-server fails to renew lease file

2015-06-19 Thread John Center
There are a number of things that need to be addressed with the isc-
dhcp-server package.  I think I've worked through most of the issues,
based on items here & ones I've researched; maybe the maintainer or
someone else could review this?

1)  /etc/default/isc-dhcp-server needs to be updated to enable several
env variables & include one more:

diff -Nru /etc/default/isc-dhcp-server isc-dhcpd-4.2.4/isc-dhcp-server.default 
--- /etc/default/isc-dhcp-server2015-06-19 17:32:49.849591118 -0400
+++ isc-dhcpd-4.2.4/isc-dhcp-server.default 2015-06-19 17:17:36.537576347 
-0400
@@ -7,10 +7,13 @@
 #
 
 # Path to dhcpd's config file (default: /etc/dhcp/dhcpd.conf).
-#DHCPD_CONF=/etc/dhcp/dhcpd.conf
+DHCPD_CONF=/etc/dhcp/dhcpd.conf
+
+# Path to dhcpd's leases file (default: /var/lib/dhcp/dhcpd.leases).
+DHCPD_LEASES=/var/lib/dhcp/dhcpd.leases
 
 # Path to dhcpd's PID file (default: /var/run/dhcpd.pid).
-#DHCPD_PID=/var/run/dhcpd.pid
+DHCPD_PID=/var/run/dhcp-server/dhcpd.pid
 
 # Additional options to start dhcpd with.
 #  Don't use options -cf or -pf here; use DHCPD_CONF/ DHCPD_PID instead
@@ -18,4 +21,4 @@


2)  /etc/init/isc-dhcp-server.conf  sources the default isc-dhcp-server file, 
but does not include the correct env variable to find dhcpd.conf.  It should 
also set the extended file attributes as mentioned earlier.  Finally, it should 
use the env variables defined in the default isc-dhcp-server file when starting 
the service:

diff -Nru /etc/init/isc-dhcp-server.conf 
isc-dhcpd-4.2.4/isc-dhcp-server.conf.init 
--- /etc/init/isc-dhcp-server.conf  2014-04-03 17:51:15.0 -0400
+++ isc-dhcpd-4.2.4/isc-dhcp-server.conf.init   2015-06-19 18:38:04.661654434 
-0400
@@ -13,22 +13,17 @@
 fi
 . /etc/default/isc-dhcp-server
 
-if [ -f /etc/ltsp/dhcpd.conf ]; then
-CONFIG_FILE=/etc/ltsp/dhcpd.conf
-else
-CONFIG_FILE=/etc/dhcp/dhcpd.conf
-fi
-if [ ! -f $CONFIG_FILE ]; then
-echo "$CONFIG_FILE does not exist! - Aborting..."
-echo "Please create and configure $CONFIG_FILE to fix the problem."
+if [ ! -f $DHCPD_CONF ]; then
+echo "$DHCPD_CONF does not exist! - Aborting..."
+echo "Please create and configure $DHCPD_CONF to fix the problem."
 stop
 exit 0
 fi
 
-if ! dhcpd -user dhcpd -group dhcpd -t -q -4 -cf $CONFIG_FILE > /dev/null 
2>&1; then
+if ! dhcpd -user dhcpd -group dhcpd -t -q -4 -cf $DHCPD_CONF > /dev/null 
2>&1; then
 echo "dhcpd self-test failed. Please fix the config file."
 echo "The error was: "
-dhcpd -user dhcpd -group dhcpd -t -4 -cf $CONFIG_FILE
+dhcpd -user dhcpd -group dhcpd -t -4 -cf $DHCPD_CONF
 stop
 exit 0
 fi
@@ -36,12 +31,6 @@
 
 respawn
 script
-if [ -f /etc/ltsp/dhcpd.conf ]; then
-CONFIG_FILE=/etc/ltsp/dhcpd.conf
-else
-CONFIG_FILE=/etc/dhcp/dhcpd.conf
-fi
-
 . /etc/default/isc-dhcp-server
 
 # Allow dhcp server to write lease and pid file as 'dhcpd' user
@@ -50,10 +39,8 @@
 
 # The leases files need to be root:root even when dropping privileges
 [ -e /var/lib/dhcp/dhcpd.leases ] || touch /var/lib/dhcp/dhcpd.leases
-chown root:root /var/lib/dhcp /var/lib/dhcp/dhcpd.leases
-if [ -e /var/lib/dhcp/dhcpd.leases~ ]; then
-chown root:root /var/lib/dhcp/dhcpd.leases~
-fi
+setfacl -dm u:dhcpd:rwx /var/lib/dhcp
+setfacl -m u:dhcpd:rwx /var/lib/dhcp
 
-exec dhcpd -user dhcpd -group dhcpd -f -q -4 -pf 
/run/dhcp-server/dhcpd.pid -cf $CONFIG_FILE $INTERFACES
+exec dhcpd -user dhcpd -group dhcpd -f -4 $OPTIONS -pf $DHCPD_PID -cf 
$DHCPD_CONF -lf $DHCPD_LEASES $INTERFACES
 end script


3)  Checks for upstart should be added to the sysvinit script:

diff -Nru /etc/init.d/isc-dhcp-server isc-dhcpd-4.2.4/isc-dhcp-server.initd 
--- /etc/init.d/isc-dhcp-server 2014-04-03 17:51:15.0 -0400
+++ isc-dhcpd-4.2.4/isc-dhcp-server.initd   2015-06-19 18:20:49.873637698 
-0400
@@ -31,6 +31,13 @@
 
 . /lib/lsb/init-functions
 
+check_for_upstart()
+{
+   if init_is_upstart; then
+   exit $1
+   fi
+}
+
 # Read init script configuration
 [ -f "$DHCPD_DEFAULT" ] && . "$DHCPD_DEFAULT"
 
@@ -38,15 +45,18 @@
 DESC="ISC DHCP server"
 # fallback to default config file
 DHCPD_CONF=${DHCPD_CONF:-/etc/dhcp/dhcpd.conf}
-# try to read pid file name from config file, with fallback to 
/var/run/dhcpd.pid
+# try to read pid file name from config file, with fallback to
+/var/run/dhcpd.pid
 if [ -z "$DHCPD_PID" ]; then
-   DHCPD_PID=$(sed -n -e 's/^[ \t]*pid-file-name[ \t]*"(.*)"[ 
\t]*;.*$/\1/p' < "$DHCPD_CONF" 2>/dev/null | head -n 1)
+   DHCPD_PID=$(sed -n -e 's/^[ \t]*pid-file-name[ \t]*"\(.*\)"[
+\t]*;.*$/\1/p' < "$DHCPD_CONF" 2>/dev/null | head -n 1)
 fi
 DHCPD_PID="${DHCPD_PID:-/var/run/dhcpd.pid}"
 
 test_config()
 {
-   if ! /usr/sbin/dhcpd -t $OPTIONS -q -cf "$DHCPD_CONF" > /dev/null 2>&1; 
then
+   if ! /usr/sbin/dhcpd -t $OPT

[Touch-packages] [Bug 1466996] [NEW] When I plug in a display, screen freezes and distorts.

2015-06-19 Thread Conor
Public bug reported:

I have NO IDEA why this happens!

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: xorg 1:7.7+7ubuntu4
ProcVersionSignature: Ubuntu 3.13.0-44.73-generic 3.13.11-ckt12
Uname: Linux 3.13.0-44-generic i686
.tmp.unity.support.test.0:
 
ApportVersion: 2.17.2-0ubuntu1.1
Architecture: i386
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Sat Jun 20 09:29:34 2015
DistUpgraded: 2015-06-14 18:14:52,224 DEBUG enabling apt cron job
DistroCodename: vivid
DistroVariant: ubuntu
DkmsStatus: nvidia-304, 304.125: added
GraphicsCard:
 Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics 
Controller [8086:27a2] (rev 03) (prog-if 00 [VGA controller])
   Subsystem: Sony Corporation Device [104d:81e6]
   Subsystem: Sony Corporation Device [104d:81e6]
InstallationDate: Installed on 2014-08-29 (294 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release i386 (20140722.2)
MachineType: Sony Corporation VGN-SZ4MN_B
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-44-generic 
root=UUID=f5bece7f-a524-4cb0-a5cf-eabe2bc07a84 ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
UpgradeStatus: Upgraded to vivid on 2015-06-14 (5 days ago)
dmi.bios.date: 11/30/2006
dmi.bios.vendor: Phoenix Technologies LTD
dmi.bios.version: R0111N0
dmi.board.asset.tag: N/A
dmi.board.name: VAIO
dmi.board.vendor: Sony Corporation
dmi.board.version: N/A
dmi.chassis.type: 10
dmi.chassis.vendor: Sony Corporation
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrR0111N0:bd11/30/2006:svnSonyCorporation:pnVGN-SZ4MN_B:pvrJ002BQN5:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
dmi.product.name: VGN-SZ4MN_B
dmi.product.version: J002BQN5
dmi.sys.vendor: Sony Corporation
version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
version.libdrm2: libdrm2 2.4.60-2
version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.2-0ubuntu1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0-1ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu2.2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
xserver.bootTime: Sat Jun 20 09:24:42 2015
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 
xserver.version: 2:1.17.1-0ubuntu3

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


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

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

Title:
  When I plug in a display, screen freezes and distorts.

Status in xorg package in Ubuntu:
  New

Bug description:
  I have NO IDEA why this happens!

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.13.0-44.73-generic 3.13.11-ckt12
  Uname: Linux 3.13.0-44-generic i686
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: i386
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Sat Jun 20 09:29:34 2015
  DistUpgraded: 2015-06-14 18:14:52,224 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroVariant: ubuntu
  DkmsStatus: nvidia-304, 304.125: added
  GraphicsCard:
   Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics 
Controller [8086:27a2] (rev 03) (prog-if 00 [VGA controller])
 Subsystem: Sony Corporation Device [104d:81e6]
 Subsystem: Sony Corporation Device [104d:81e6]
  InstallationDate: Installed on 2014-08-29 (294 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release i386 
(20140722.2)
  MachineType: Sony Corporation VGN-SZ4MN_B
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-44-generic 
root=UUID=f5bece7f-a524-4cb0-a5cf-eabe2bc07a84 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: Upgraded to vivid on 2015-06-14 (5 days ago)
  dmi.bios.date: 11/30/2006
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: R0111N0
  dmi.board.asset.tag: N/A
  dmi.board.name: VAIO

[Touch-packages] [Bug 989396] Re: Package keyboard-configuration post-installation script. Hang on /bin/setupcon --force --save for 10 min then killed

2015-06-19 Thread Yurii Oleynikov
I have similar issue while installing Ubuntu via Cisco UCSM. Installation stuck 
on live-installer-console-setup until any key is pressed.
The proble was in in-target setupcon (executed by 
25live-installer-console-setup) on printf redirected to $console:
 > for console in $ACTIVE_CONSOLES; do
 > [ -w $console ] || continue
 > if \
 > [ "$CHARMAP" = UTF-8 ] || [ -z "$CONSOLE_MAP$CHARMAP" ]
 > then
 > printf '\033%%G' >$console # here the installation stucks
 > else
 > printf '\033%%@' >$console
 > fi
 > done

so i ajdusted preseed not to use live-installer was workaround and everything 
worked fine: 
d-i live-installer/enable boolean fase

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

Title:
  Package keyboard-configuration  post-installation script. Hang on
  /bin/setupcon --force --save for 10 min then killed

Status in console-setup package in Ubuntu:
  Confirmed

Bug description:
  I am was in update bunch of packages today on ubuntu 12.04 beta2.
  While update keyboard-configuration package i get a window which ask
  how i would like to switch keyboard layout. I choose one an click OK.
  Than window closed and process hangs for about 30 min. Than i kill it.

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: keyboard-configuration 1.70ubuntu5
  ProcVersionSignature: Ubuntu 3.2.0-20.33-generic 3.2.12
  Uname: Linux 3.2.0-20-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu6
  Architecture: amd64
  Date: Fri Apr 27 11:37:05 2012
  DuplicateSignature:
   Setting up keyboard-configuration (1.70ubuntu5) ...
   Terminated
   dpkg: error processing keyboard-configuration (--configure):
subprocess installed post-installation script returned error exit status 143
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 143
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Beta amd64 (20120328)
  PackageArchitecture: all
  SourcePackage: console-setup
  Title: package keyboard-configuration 1.70ubuntu5 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 143
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/console-setup/+bug/989396/+subscriptions

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


[Touch-packages] [Bug 989396] Re: Package keyboard-configuration post-installation script. Hang on /bin/setupcon --force --save for 10 min then killed

2015-06-19 Thread Yurii Oleynikov
Odin Hørthe Omdal (velmont), this is exacly what live-
installer/enable=false do.

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

Title:
  Package keyboard-configuration  post-installation script. Hang on
  /bin/setupcon --force --save for 10 min then killed

Status in console-setup package in Ubuntu:
  Confirmed

Bug description:
  I am was in update bunch of packages today on ubuntu 12.04 beta2.
  While update keyboard-configuration package i get a window which ask
  how i would like to switch keyboard layout. I choose one an click OK.
  Than window closed and process hangs for about 30 min. Than i kill it.

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: keyboard-configuration 1.70ubuntu5
  ProcVersionSignature: Ubuntu 3.2.0-20.33-generic 3.2.12
  Uname: Linux 3.2.0-20-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu6
  Architecture: amd64
  Date: Fri Apr 27 11:37:05 2012
  DuplicateSignature:
   Setting up keyboard-configuration (1.70ubuntu5) ...
   Terminated
   dpkg: error processing keyboard-configuration (--configure):
subprocess installed post-installation script returned error exit status 143
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 143
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Beta amd64 (20120328)
  PackageArchitecture: all
  SourcePackage: console-setup
  Title: package keyboard-configuration 1.70ubuntu5 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 143
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/console-setup/+bug/989396/+subscriptions

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


[Touch-packages] [Bug 1300722] Re: hud-service is eating up 100% of one of my CPUs in a poll loop

2015-06-19 Thread pmp6nl
This just started happening to me. ETA on a fix please...

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

Title:
  hud-service is eating up 100% of one of my CPUs in a poll loop

Status in Unity HUD:
  Confirmed
Status in hud package in Ubuntu:
  In Progress

Bug description:
  hud-service is polling like crazy:

  Context Switches:
PID  ProcessVoluntary   Involuntary Total
   Ctxt Sw/Sec  Ctxt Sw/Sec  Ctxt Sw/Sec
2295 hud-service  46084.6342.94 46127.58 (very high)
2325 hud-service  0.09 0.00 0.09 (very low)
2329 hud-service  0.07 0.00 0.07 (very low)
2340 hud-service  0.05 0.00 0.05 (very low)
   Total  46084.8442.94 46127.78

  File I/O operations:
   No file I/O operations detected.

  System calls traced:
PID  Process  Syscall   CountRate/Sec
2295 hud-service  poll 83   23124.8503
2295 hud-service  write10   0.2313
2295 hud-service  sendmsg   4   0.0925
2325 hud-service  restart_syscall   1   0.0231
2329 hud-service  restart_syscall   1   0.0231
2340 hud-service  restart_syscall   1   0.0231
   Total  100   23125.2435

  (gdb) where
  #0  0x7fda8121cfbd in poll () at ../sysdeps/unix/syscall-template.S:81
  #1  0x7fda7f1bb4b8 in ?? () from /lib/x86_64-linux-gnu/libdbus-1.so.3
  #2  0x7fda7f1ba3ff in ?? () from /lib/x86_64-linux-gnu/libdbus-1.so.3
  #3  0x7fda7f1a49dc in ?? () from /lib/x86_64-linux-gnu/libdbus-1.so.3
  #4  0x7fda7f1a5464 in ?? () from /lib/x86_64-linux-gnu/libdbus-1.so.3
  #5  0x7fda82ce9e65 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5DBus.so.5
  #6  0x7fda82d2fc64 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5DBus.so.5
  #7  0x7fda82d30582 in QDBusPendingCallWatcher::waitForFinished() () from 
/usr/lib/x86_64-linux-gnu/libQt5DBus.so.5
  #8  0x7fda83eb940b in DBusMenuImporter::slotMenuAboutToShow() () from 
/usr/lib/x86_64-linux-gnu/libdbusmenu-qt5.so.2
  #9  0x7fda8435d2a6 in QMetaObject::activate(QObject*, int, int, void**) 
() from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
  #10 0x0045ab3f in hud::service::DBusMenuCollector::openMenu(QMenu*, 
unsigned int&) ()
  #11 0x0045abd8 in hud::service::DBusMenuCollector::openMenu(QMenu*, 
unsigned int&) ()
  #12 0x0045abd8 in hud::service::DBusMenuCollector::openMenu(QMenu*, 
unsigned int&) ()
  #13 0x0045abd8 in hud::service::DBusMenuCollector::openMenu(QMenu*, 
unsigned int&) ()
  #14 0x0045abd8 in hud::service::DBusMenuCollector::openMenu(QMenu*, 
unsigned int&) ()
  #15 0x0045abd8 in hud::service::DBusMenuCollector::openMenu(QMenu*, 
unsigned int&) ()
  #16 0x0045ae8d in hud::service::DBusMenuCollector::activate() ()
  #17 0x00441e43 in hud::service::WindowImpl::activate() ()
  #18 0x00439f6a in 
hud::service::QueryImpl::updateToken(QSharedPointer) ()
  #19 0x0043a672 in hud::service::QueryImpl::refresh() ()
  #20 0x0044b115 in ?? ()
  #21 0x7fda8435d2a6 in QMetaObject::activate(QObject*, int, int, void**) 
() from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
  #22 0x0045662a in 
hud::service::ApplicationListImpl::FocusedWindowChanged(unsigned int, QString 
const&, unsigned int) ()
  #23 0x7fda8435d2a6 in QMetaObject::activate(QObject*, int, int, void**) 
() from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
  #24 0x00467361 in 
ComCanonicalUnityWindowStackInterface::FocusedWindowChanged(unsigned int, 
QString const&, unsigned int) ()
  #25 0x004678bd in ?? ()
  #26 0x00467c63 in 
ComCanonicalUnityWindowStackInterface::qt_metacall(QMetaObject::Call, int, 
void**) ()
  #27 0x7fda82cf180f in ?? () from /usr/lib/x86_64-linux-gnu/libQt5DBus.so.5
  #28 0x7fda8435e22e in QObject::event(QEvent*) () from 
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
  #29 0x7fda823d5c2c in QApplicationPrivate::notify_helper(QObject*, 
QEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
  #30 0x7fda823dadf6 in QApplication::notify(QObject*, QEvent*) () from 
/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
  #31 0x7fda84335c2d in QCoreApplication::notifyInternal(QObject*, QEvent*) 
() from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
  #32 0x7fda84337e07 in QCoreApplicationPrivate::sendPostedEvents(QObject*, 
int, QThreadData*) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
  #33 0x7fda84382cd3 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
  #34 0x7fda833dbe04 in g_main

[Touch-packages] [Bug 987060] Re: massive memory leak in unity-panel-service and hud-service when invoking the hud on Firefox profiles with large amounts of bookmarks LTS 12.04 14.04

2015-06-19 Thread pmp6nl
This bug just started killing my laptop. Often hud uses over 2.4 gigs of
ram and slams by cpu.

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

Title:
  massive memory leak in unity-panel-service and hud-service when
  invoking the hud on Firefox profiles with large amounts of bookmarks
  LTS 12.04 14.04

Status in Unity HUD:
  Confirmed
Status in The Application Menu:
  Confirmed
Status in Unity:
  Won't Fix
Status in firefox package in Ubuntu:
  Incomplete
Status in hud package in Ubuntu:
  Confirmed
Status in unity package in Ubuntu:
  Invalid

Bug description:
  unity-panel-service and hud-service quickly racks up memory and CPU
  usage until I kill it when invoking the HUD on Firefox. It's taking
  anywhere from a few minutes to half an hour, but it sometimes makes
  the system completely unusable.

  1. run Firefox 12.0 in the foreground
  2. hit Alt to bring up HUD
  3. type any text
  4. select one proposal from HUD
  5. wait for unity-panel-service and hud-service to fill up the remaining RAM 
and swap space.

  This is due to a high number of bookmarks in a user profile
  (hundreds).

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

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


[Touch-packages] [Bug 1466009] Re: Cannot add U1 account on Unity8 Desktop

2015-06-19 Thread Jamie Strandboge
LXC is launching the container under an apparmor profile and all
processing within that container end up having the same profile. You
currently cannot have separate and distinct host policy and container
policy in the form that unity8 lxc is currently looking for. This
requires namespace stacking support in AppArmor (and kernel LSMs in
general)-- this is being worked on but won't be available for a while.
OA could be modified (at least for unity8 lxc) to treat "lxc-container-
default-with-nesting" like you do as unconfined. Or unity8 lxc could run
under unconfined instead of "lxc-container-default-with-nesting". This
would workaround the OA part, but I have little confidence that unity8
lxc would be able to launch and use applications, at least not without
changes to UAL to launch everything unconfined (which probably defaults
the purposes of testing an app within unity8 lxc).

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

Title:
  Cannot add U1 account on Unity8 Desktop

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

Bug description:
  Using https://wiki.ubuntu.com/Unity8inLXC on my Wily desktop I setup a
  Unity8 login

  I cannot add an Ubuntu One account.

  System settings -> Accounts -> Add account -> Click Ubuntu One.
  Window flickers briefly, no expected dialog to enter credentials appears.

  http://paste.ubuntu.com/11729603/ is my .cache/upstart/application-
  legacy-ubuntu-system-settings-.log

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: ubuntu-system-settings 0.3+15.10.20150615-0ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
  Uname: Linux 3.19.0-20-generic x86_64
  ApportVersion: 2.17.3-0ubuntu4
  Architecture: amd64
  Date: Wed Jun 17 10:21:55 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2012-01-02 (1261 days ago)
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Alpha amd64 
(20120102)
  SourcePackage: ubuntu-system-settings
  UpgradeStatus: Upgraded to wily on 2015-05-28 (19 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor-easyprof-ubuntu/+bug/1466009/+subscriptions

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


[Touch-packages] [Bug 1352656] Re: ubuntu-app-launch-invalid-appid

2015-06-19 Thread Launchpad Bug Tracker
** Branch linked: lp:~ted/url-dispatcher/check-appid-urls

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

Title:
  ubuntu-app-launch-invalid-appid

Status in url-dispatcher package in Ubuntu:
  Triaged

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding url-dispatcher.  This problem was most recently seen with
  version 8.00+14.10.20140731.1-0ubuntu1, the problem page at
  https://errors.ubuntu.com/problem/50ef8ac2301b5a70acb47d40d1efff412014d40b
  contains more details.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/url-dispatcher/+bug/1352656/+subscriptions

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


[Touch-packages] [Bug 1219258] Re: url-dispatcher crashed with signal 5 in g_simple_async_result_complete()

2015-06-19 Thread Ted Gould
I think this was probably related to the Upstart dbus environment issue.
Please reopen if it is still happening.

** Changed in: url-dispatcher (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  url-dispatcher crashed with signal 5 in
  g_simple_async_result_complete()

Status in url-dispatcher package in Ubuntu:
  Fix Released

Bug description:
  please help... i have no idea what is going on
  everytime i start laptop i get some crash reports

  ProblemType: Crash
  DistroRelease: Ubuntu 13.10
  Package: url-dispatcher 0.1+13.10.20130823-0ubuntu1
  ProcVersionSignature: Ubuntu 3.11.0-4.9-generic 3.11.0-rc7
  Uname: Linux 3.11.0-4-generic i686
  NonfreeKernelModules: wl
  ApportVersion: 2.12.1-0ubuntu2
  Architecture: i386
  CrashCounter: 1
  Date: Sat Aug 31 17:11:09 2013
  ExecutablePath: /usr/lib/i386-linux-gnu/url-dispatcher/url-dispatcher
  InstallationDate: Installed on 2013-07-15 (47 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Alpha i386 (20130712)
  MarkForUpload: True
  ProcCmdline: /usr/lib/i386-linux-gnu/url-dispatcher/url-dispatcher
  Signal: 5
  SourcePackage: url-dispatcher
  StacktraceTop:
   ?? ()
   g_simple_async_result_complete () from 
/usr/lib/i386-linux-gnu/libgio-2.0.so.0
   ?? () from /usr/lib/i386-linux-gnu/libgio-2.0.so.0
   ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
   g_main_context_dispatch () from /lib/i386-linux-gnu/libglib-2.0.so.0
  Title: url-dispatcher crashed with signal 5 in 
g_simple_async_result_complete()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip libvirtd lp lpadmin plugdev sambashare sudo
  upstart.url-dispatcher.log: ** (process:1327): ERROR **: Unable to connect to 
D-Bus: Could not connect: Connection refused

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/url-dispatcher/+bug/1219258/+subscriptions

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


[Touch-packages] [Bug 1461496] Re: initctl start url-dispatcher-update-user does not update the protocols database

2015-06-19 Thread Launchpad Bug Tracker
** Branch linked: lp:~ted/url-dispatcher/update-no-wildcard

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

Title:
  initctl start url-dispatcher-update-user does not update the protocols
  database

Status in url-dispatcher package in Ubuntu:
  Confirmed

Bug description:
  I want to register a protocol for an application putting it in
  ~/.config/url-dispatcher/urls. According to Ted, after running

  $ initctl start url-dispatcher-update-user

  the url dispatcher database should be updated with the new protocol. But 
that's not working.
  It only works if I run /usr/lib/*/url-dispatcher/update-directory with the 
path or my .url-dispatcher file.

  To check the database after the update:

  echo .quit | sqlite3 -batch -csv -cmd "select urls.protocol,
  urls.domainsuffix, configfiles.name from urls, configfiles where
  urls.sourcefile = configfiles.rowid;" ~/.cache/url-
  dispatcher/urls-1.db

  Here is the branch where I'm automating this test:
  
https://code.launchpad.net/~canonical-platform-qa/ubuntu-ui-toolkit/register_url_dispatcher/+merge/260923

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/url-dispatcher/+bug/1461496/+subscriptions

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


[Touch-packages] [Bug 1464014] Re: Exception raised executing _get_current_page_header in the last scope in Krilling

2015-06-19 Thread Sergio Cazzolato
I am getting this error when I execute this test in the krilling

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/unity8/shell/tests/test_emulators.py", 
line 51, in test_search
self.dash.enter_search_query('Test')
  File "/usr/lib/python3/dist-packages/unity8/shell/emulators/dash.py", line 
172, in enter_search_query
objectName="processingIndicator").visible.wait_for(False)
  File "/usr/lib/python3/dist-packages/autopilot/introspection/types.py", line 
180, in wait_for
failure_msg))
AssertionError: After 10.0 seconds test on QQuickRectangle.visible failed: 
False != dbus.Boolean(True, variant_level=1)

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

Title:
  Exception raised executing _get_current_page_header in the last scope
  in Krilling

Status in unity8 package in Ubuntu:
  New

Bug description:
  I am testing using the krilling (vivid version) phone using the Dash
  class in unit8/shell/emulators/dash.py. I created a method to go
  through all the scopes (from today until photos) verifying that the
  titles are correct. When I execute the method _get_current_page_header
  being in the last scope (photos), then the following exception is
  raised.

  Traceback (most recent call last):
File "/home/phablet/test/ubuntu_system_tests/tests/test_scopes.py", line 
56, in test_default_scopes
  print(dash.get_scope_title())
File "/home/phablet/test/ubuntu_system_tests/helpers/unity8/dash.py", line 
74, in get_scope_title
  return self._get_current_page_header().title
File "/usr/lib/python3/dist-packages/unity8/shell/emulators/dash.py", line 
182, in _get_current_page_header
  if i.isCurrent:
File "/usr/lib/python3/dist-packages/autopilot/introspection/dbus.py", line 
416, in __getattr__
  (self.__class__.__name__, name))
  AttributeError: Class 'QQuickLoader' has no attribute 'isCurrent'.

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

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


[Touch-packages] [Bug 1461482] Re: /usr/lib/arm-linux-gnueabihf/indicator-network/indicator-network-service:url-dispatcher-bad-url

2015-06-19 Thread Ted Gould
There's really not enough info. Someone probably removed system
settings.

** Changed in: url-dispatcher (Ubuntu)
   Status: New => Incomplete

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

Title:
  /usr/lib/arm-linux-gnueabihf/indicator-network/indicator-network-
  service:url-dispatcher-bad-url

Status in url-dispatcher package in Ubuntu:
  Incomplete

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding indicator-network.  This problem was most recently seen with
  version 0.5.1+15.10.20150519-0ubuntu1, the problem page at
  https://errors.ubuntu.com/problem/d63c848f73a34299ec298a6d833b388cc276b3a2
  contains more details.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/url-dispatcher/+bug/1461482/+subscriptions

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


[Touch-packages] [Bug 1378817] Re: apparmor denial for /home/phablet/.local/share/applications/ and /usr/share/applications/

2015-06-19 Thread Ted Gould
** No longer affects: url-dispatcher (Ubuntu)

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

Title:
  apparmor denial for /home/phablet/.local/share/applications/ and
  /usr/share/applications/

Status in Ubuntu Notes app:
  Opinion
Status in Tagger:
  Opinion
Status in qtbase-opensource-src package in Ubuntu:
  New

Bug description:
  Reminders and tagger are for some reason trying to do a read on
  /home/phablet/.local/share/applications/ and /usr/share/applications/,
  but apparmor policy disallows this:

  apparmor="DENIED" operation="open" 
profile="com.ubuntu.developer.mzanetti.tagger_tagger_0.5.1.0" 
name="/home/phablet/.local/share/applications/" pid=NNN comm="tagger" 
requested_mask="r" denied_mask="r" fsuid=32011 ouid=32011
  apparmor="DENIED" operation="open" 
profile="com.ubuntu.developer.mzanetti.tagger_tagger_0.5.1.0" 
name="/usr/share/applications/" pid=NNN comm="tagger" requested_mask="r" 
denied_mask="r" fsuid=32011 ouid=0
  apparmor="DENIED" operation="open" 
profile="com.ubuntu.reminders_reminders_0.5.262" 
name="/home/phablet/.local/share/applications/" pid=NNN comm="reminders" 
requested_mask="r" denied_mask="r" fsuid=32011 ouid=32011
  apparmor="DENIED" operation="open" 
profile="com.ubuntu.reminders_reminders_0.5.262" 
name="/usr/share/applications/" pid=NNN comm="reminders" requested_mask="r" 
denied_mask="r" fsuid=32011 ouid=0

  This is disallowed because allowed them would constitute a privacy
  leak. I'm not sure why these apps are doing it and not others-- I
  would guess they are trying to see if an application is installed so
  it can use it instead of using url dispatcher. Adding qtbase-
  opensource-src and url-dispatcher tasks, but feel free to adjust.

  Not marking for RTM and marking as medium since the applications seem
  to otherwise function ok and this is just noise in the logs on a
  couple of applications.

To manage notifications about this bug go to:
https://bugs.launchpad.net/reminders-app/+bug/1378817/+subscriptions

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


[Touch-packages] [Bug 1461496] Re: initctl start url-dispatcher-update-user does not update the protocols database

2015-06-19 Thread Ted Gould
** Changed in: url-dispatcher (Ubuntu)
   Status: New => Confirmed

** Changed in: url-dispatcher (Ubuntu)
   Importance: Undecided => Medium

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

Title:
  initctl start url-dispatcher-update-user does not update the protocols
  database

Status in url-dispatcher package in Ubuntu:
  Confirmed

Bug description:
  I want to register a protocol for an application putting it in
  ~/.config/url-dispatcher/urls. According to Ted, after running

  $ initctl start url-dispatcher-update-user

  the url dispatcher database should be updated with the new protocol. But 
that's not working.
  It only works if I run /usr/lib/*/url-dispatcher/update-directory with the 
path or my .url-dispatcher file.

  To check the database after the update:

  echo .quit | sqlite3 -batch -csv -cmd "select urls.protocol,
  urls.domainsuffix, configfiles.name from urls, configfiles where
  urls.sourcefile = configfiles.rowid;" ~/.cache/url-
  dispatcher/urls-1.db

  Here is the branch where I'm automating this test:
  
https://code.launchpad.net/~canonical-platform-qa/ubuntu-ui-toolkit/register_url_dispatcher/+merge/260923

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/url-dispatcher/+bug/1461496/+subscriptions

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


[Touch-packages] [Bug 1466965] [NEW] update-initramfs runs more often than necessary

2015-06-19 Thread Scott Moser
Public bug reported:

A discussion that has come up before,  but I figured I'd file a bug.

When you 'apt-get install ' often times:
 a.) update-initramfs is called more than once for the same kernel
 b.) update-initramfs might not even be called (such as in bug 1466960).

some conversation with infinity in #ubuntu-devel [1] indicates that he
and apw have discussed how to do solve this.

[1] http://irclogs.ubuntu.com/2015/06/19/%23ubuntu-devel.html#t18:04

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: initramfs-tools 0.103ubuntu15
ProcVersionSignature: User Name 3.19.0-21.21-generic 3.19.8
Uname: Linux 3.19.0-21-generic x86_64
ApportVersion: 2.17.3-0ubuntu4
Architecture: amd64
Date: Fri Jun 19 18:19:15 2015
Ec2AMI: ami-0425
Ec2AMIManifest: FIXME
Ec2AvailabilityZone: nova
Ec2InstanceType: m1.small
Ec2Kernel: aki-0002
Ec2Ramdisk: ari-0002
PackageArchitecture: all
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: initramfs-tools
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: initramfs-tools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug ec2-images wily

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

Title:
  update-initramfs runs more often than necessary

Status in initramfs-tools package in Ubuntu:
  New

Bug description:
  A discussion that has come up before,  but I figured I'd file a bug.

  When you 'apt-get install ' often times:
   a.) update-initramfs is called more than once for the same kernel
   b.) update-initramfs might not even be called (such as in bug 1466960).

  some conversation with infinity in #ubuntu-devel [1] indicates that he
  and apw have discussed how to do solve this.

  [1] http://irclogs.ubuntu.com/2015/06/19/%23ubuntu-devel.html#t18:04

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: initramfs-tools 0.103ubuntu15
  ProcVersionSignature: User Name 3.19.0-21.21-generic 3.19.8
  Uname: Linux 3.19.0-21-generic x86_64
  ApportVersion: 2.17.3-0ubuntu4
  Architecture: amd64
  Date: Fri Jun 19 18:19:15 2015
  Ec2AMI: ami-0425
  Ec2AMIManifest: FIXME
  Ec2AvailabilityZone: nova
  Ec2InstanceType: m1.small
  Ec2Kernel: aki-0002
  Ec2Ramdisk: ari-0002
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: initramfs-tools
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1350536] Re: url-dispatcher report_recoverable_problem() handler triggers reports filed against upstart

2015-06-19 Thread Ted Gould
URL Dispatcher was updated to pause on reporting that error, a while
back, cleaning up the bug.

** No longer affects: url-dispatcher

** Changed in: url-dispatcher (Ubuntu)
   Status: New => Fix Released

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

Title:
  url-dispatcher report_recoverable_problem() handler triggers reports
  filed against upstart

Status in url-dispatcher package in Ubuntu:
  Fix Released

Bug description:
  Currently, the top crasher reported on arm for the phones is in url-
  dispatcher:

  https://errors.ubuntu.com/problem/e17057d970fd4d64e71eb28c6f18b8a6468df471

  This is a recoverable error, reported by url-dispatcher's explicit
  "recoverable problem" handling.

  The problem is, a large number of these are being reported against
  *upstart* as the package.  They're being correctly included in the
  right bucket, but since the package is listed as upstart instead of
  url-dispatcher, the version information is a bit junk.

  url-dispatcher's handler only sometimes calls
  /usr/share/apport/recoverable_problem with a pid.  Sometimes it calls
  it without one.  In that case, /usr/share/apport/recoverable_problem
  looks at the parent pid.  However, if url-dispatcher *exits* before
  recoverable_problem processes the request, recoverable_problem will be
  reparented to upstart.

  There may be an underlying issue causing url-dispatcher to exit
  abnormally here, which we are subsequently not capturing.  But I think
  url-dispatcher should be unconditionally passing a PID, to avoid this
  misbucketing.

  The other option would be to spawn recoverable_problem synchronously,
  to make sure the parent process doesn't exit before it's had a chance
  to look at it.  That obviously has other tradeoffs, though.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/url-dispatcher/+bug/1350536/+subscriptions

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


[Touch-packages] [Bug 1405086] Re: package url-dispatcher (not installed) failed to install/upgrade: el subproceso script pre-removal nuevo devolvió el código de salida de error 1

2015-06-19 Thread Ted Gould
Unfortunately Apport was unable to get enough information about this bug
to be able to figure out what is going on. Please if you see it again
report it so that hopefully it will be able to get all the details.

** Changed in: url-dispatcher (Ubuntu)
   Status: New => Invalid

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

Title:
  package url-dispatcher (not installed) failed to install/upgrade: el
  subproceso script pre-removal nuevo devolvió el código de salida de
  error 1

Status in url-dispatcher package in Ubuntu:
  Invalid

Bug description:
  Ungrade to ubuntu 14.10 from 14.04

  ProblemType: Package
  DistroRelease: Ubuntu 14.10
  Package: url-dispatcher (not installed)
  ProcVersionSignature: Ubuntu 3.13.0-44.73-generic 3.13.11-ckt12
  Uname: Linux 3.13.0-44-generic x86_64
  NonfreeKernelModules: vboxpci vboxnetadp vboxnetflt vboxdrv
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  Date: Tue Dec 23 08:04:27 2014
  DistributionChannelDescriptor:
   # This is a distribution channel descriptor
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-precise-amd64-20120703-2
  DuplicateSignature: package:url-dispatcher:(not installed):el subproceso 
script pre-removal nuevo devolvió el código de salida de error 1
  ErrorMessage: el subproceso script pre-removal nuevo devolvió el código de 
salida de error 1
  InstallationDate: Installed on 2013-07-21 (519 days ago)
  InstallationMedia: Ubuntu 12.04 "Precise" - Build amd64 LIVE Binary 
20120703-15:08
  SourcePackage: url-dispatcher
  Title: package url-dispatcher (not installed) failed to install/upgrade: el 
subproceso script pre-removal nuevo devolvió el código de salida de error 1
  UpgradeStatus: Upgraded to utopic on 2014-12-23 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/url-dispatcher/+bug/1405086/+subscriptions

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


[Touch-packages] [Bug 1436073] Re: Graphical Rendering Issues with Unity - Text Missing, Boxes Disappearing

2015-06-19 Thread Cindy Quach
Apologies for the delay in response, doesn't seem that apport-collect is
working for me:

$ apport-collect -p xorg 1436073
Traceback (most recent call last):
  File "/usr/share/apport/apport-gtk", line 594, in 
app.run_argv()
  File "/usr/lib/python2.7/dist-packages/apport/ui.py", line 652, in run_argv
return self.run_update_report()
  File "/usr/lib/python2.7/dist-packages/apport/ui.py", line 572, in 
run_update_report
attachment_comment='apport information')
  File "/usr/lib/python2.7/dist-packages/apport/crashdb_impl/memory.py", line 
113, in update
r = self.reports[id]
IndexError: list index out of range

Are there any specific files I can send you? I'll also dig back into
this to see if I can pinpoint certain errors.

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

Title:
  Graphical Rendering Issues with Unity - Text Missing, Boxes
  Disappearing

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Currently running the latest utopic kernel 3.16 and installed the
  Trusty Enablement Stack with sudo apt-get install --install-recommends
  linux-generic-lts-utopic xserver-xorg-lts-utopic libgl1-mesa-glx-lts-
  utopic libegl1-mesa-drivers-lts-utopic

  It's having some pretty bad graphical rendering issues, like text is
  missing and my dialogue boxes are disappearing. (Screenshot attached).
  I tested this on a Lenovo X1 Gen 3 and a Lenovo X250, both of which
  can reproduce this issue. I also have a Dell M3800 which is not seeing
  this issue.

  xorg:
  [18.323]
  X.Org X Server 1.16.0
  Release Date: 2014-07-16
  [18.323] X Protocol Version 11, Revision 0
  [18.323] Build Operating System: Linux 3.2.0-70-generic x86_64 Ubuntu
  [18.323] Current Operating System: Linux cindyq-glaptop 3.16.0-33-generic 
#44~14.04.1-Ubuntu SMP Fri Mar 13 10:33:29 UTC 2015 x86_64
  [18.323] Kernel command line: BOOT_IMAGE=/vmlinuz-3.16.0-33-generic 
root=/dev/mapper/sysvg-root ro elevator=deadline quiet splash vt.handoff=7
  [18.323] Build Date: 12 February 2015  11:11:26PM
  [18.323] xorg-server 2:1.16.0-1ubuntu1.2~trusty2 (For technical support 
please see http://www.ubuntu.com/support)
  [18.323] Current version of pixman: 0.30.2
  [18.323]  Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
  [18.323] Markers: (--) probed, (**) from config file, (==) default 
setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
  [18.324] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Mar 24 13:55:15 
2015
  [18.333] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
  [18.335] (==) No Layout section.  Using the first Screen section.
  [18.335] (==) No screen section available. Using defaults.
  [18.335] (**) |-->Screen "Default Screen Section" (0)
  [18.335] (**) |   |-->Monitor ""
  [18.335] (==) No monitor specified for screen "Default Screen Section".
   Using a default monitor configuration.
  [18.335] (==) Automatically adding devices
  [18.335] (==) Automatically enabling devices
  [18.335] (==) Automatically adding GPU devices
  [18.339] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not 
exist.
  [18.339]  Entry deleted from font path.
  [18.339] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
  [18.339]  Entry deleted from font path.
  [18.339] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
  [18.339]  Entry deleted from font path.
  [18.339] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
  [18.339]  Entry deleted from font path.
  [18.339] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
  [18.339]  Entry deleted from font path.
  [18.339] (==) FontPath set to:
   /usr/share/fonts/X11/misc,
   /usr/share/fonts/X11/Type1,
   built-ins
  [18.339] (==) ModulePath set to 
"/usr/lib/x86_64-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
  [18.339] (II) The server relies on udev to provide the list of input 
devices.
   If no devices become available, reconfigure udev or disable AutoAddDevices.
  [18.339] (II) Loader magic: 0x7fe7d1657c80
  [18.339] (II) Module ABI versions:
  [18.339]  X.Org ANSI C Emulation: 0.4
  [18.339]  X.Org Video Driver: 18.0
  [18.339]  X.Org XInput driver : 21.0
  [18.339]  X.Org Server Extension : 8.0
  [18.340] (II) xfree86: Adding drm device (/dev/dri/card0)
  [18.344] (--) PCI:*(0:0:2:0) 8086:1616:17aa:2226 rev 9, Mem @ 
0xf000/16777216, 0xe000/268435456, I/O @ 0x3000/64
  [18.344] (II) LoadModule: "glx"
  [18.349] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
  [18.396] (II) Module glx: vendor="X

[Touch-packages] [Bug 1252723] Re: "Call" links from google have url tel://, url dispatcher doesn't properly route them to dialer-app

2015-06-19 Thread Ted Gould
I'm not sure reading it, but I think this was fixed with our switch to
the more complex RegEx parser. If not, please post examples.

** Changed in: url-dispatcher (Ubuntu)
   Status: New => Fix Released

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

Title:
  "Call" links from google have url tel://, url dispatcher doesn't
  properly route them to dialer-app

Status in url-dispatcher package in Ubuntu:
  Fix Released

Bug description:
  When searching on google, a phone number will often show up as a
  tel:// link, but since it's not tel:/// the URL dispatcher doesn't
  know how to open it

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: url-dispatcher (not installed)
  ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6
  Uname: Linux 3.11.0-13-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Mon Nov 18 20:27:29 2013
  InstallationDate: Installed on 2013-07-26 (115 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  MarkForUpload: True
  SourcePackage: url-dispatcher
  UpgradeStatus: Upgraded to saucy on 2013-08-15 (96 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/url-dispatcher/+bug/1252723/+subscriptions

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


[Touch-packages] [Bug 1327152] Re: ubuntu-app-launch-invalid-appid

2015-06-19 Thread Ted Gould
*** This bug is a duplicate of bug 1352656 ***
https://bugs.launchpad.net/bugs/1352656

** This bug has been marked a duplicate of bug 1352656
   ubuntu-app-launch-invalid-appid

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

Title:
  ubuntu-app-launch-invalid-appid

Status in url-dispatcher package in Ubuntu:
  New

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding url-dispatcher.  This problem was most recently seen with
  version 0.1+14.10.20140604-0ubuntu1, the problem page at
  https://errors.ubuntu.com/problem/50ef8ac2301b5a70acb47d40d1efff412014d40b
  contains more details.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/url-dispatcher/+bug/1327152/+subscriptions

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


[Touch-packages] [Bug 1370008] Re: URL Dispatcher Should Prompt on Bad URL

2015-06-19 Thread Ted Gould
** Summary changed:

- url-dispatcher-bad-url
+ URL Dispatcher Should Prompt on Bad URL

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

Title:
  URL Dispatcher Should Prompt on Bad URL

Status in Ubuntu UX bugs:
  Fix Committed
Status in gallery-app package in Ubuntu:
  Invalid
Status in url-dispatcher package in Ubuntu:
  Confirmed

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding gallery-app.  This problem was most recently seen with
  version 13.10.0+14.10.20140908.1-0ubuntu1, the problem page at
  https://errors.ubuntu.com/problem/b1f16000af092461aeb85b5c7edfd3dc3f1271c8
  contains more details.

  : "Whenever
  the URL dispatcher is called on to open an address of a protocol that
  it does not understand (url-dispatcher-bad-url), it should open an
  alert with the title “Unrecognized Address”, text of the form ‘Ubuntu
  can’t open addresses of type “{protocol:}”.’, and an “OK” button. To
  prevent denial of UI service, however, the alert should not open if it
  has already opened more than three times in the past minute."

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

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


[Touch-packages] [Bug 1387691] Re: Media Player should not be visible in the app scope and launcher

2015-06-19 Thread Ted Gould
The URL Overlays feature in URL Dispatcher solves this problem. There's
a branch for mediaplayer that implements URL Overlays there but it needs
mediahub support as well. Marking it complete in URL Dispatcher.

** Changed in: url-dispatcher (Ubuntu)
   Status: In Progress => Fix Released

** Changed in: url-dispatcher (Ubuntu RTM)
   Status: In Progress => Invalid

** Changed in: mediaplayer-app (Ubuntu RTM)
   Status: In Progress => Invalid

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

Title:
  Media Player should not be visible in the app scope and launcher

Status in the base for Ubuntu mobile products:
  In Progress
Status in Ubuntu UX bugs:
  Fix Committed
Status in mediaplayer-app package in Ubuntu:
  In Progress
Status in unity8 package in Ubuntu:
  Invalid
Status in url-dispatcher package in Ubuntu:
  Fix Released
Status in mediaplayer-app package in Ubuntu RTM:
  Invalid
Status in url-dispatcher package in Ubuntu RTM:
  Invalid

Bug description:
  The mediaplayer is an 'auxiliary app' in the current design approach.
  That means that its purpouse it playback media launched by other apps
  (e.g Messaging) or scopes (e.g. Videos). It should not be launched
  from the App scopes.

  However, the 'Update' section System Settings should still display it
  when an update to mediaplayer is available.

  Current behaviour
  - Mediaplayer app displayed in App Scope, Launcher and Settings

  Desired behaviour
  - Mediaplayer app not displayed in App Scope or Launcher
  - Mediaplayer displayed in Settings > Update

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

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


[Touch-packages] [Bug 1466760] Re: /usr/lib/arm-linux-gnueabihf/url-dispatcher/url-dispatcher:ubuntu-app-launch-invalid-appid

2015-06-19 Thread Ted Gould
*** This bug is a duplicate of bug 1352656 ***
https://bugs.launchpad.net/bugs/1352656

** This bug has been marked a duplicate of bug 1327152
   ubuntu-app-launch-invalid-appid

** This bug is no longer a duplicate of bug 1327152
   ubuntu-app-launch-invalid-appid
** This bug has been marked a duplicate of bug 1352656
   ubuntu-app-launch-invalid-appid

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

Title:
  /usr/lib/arm-linux-gnueabihf/url-dispatcher/url-dispatcher:ubuntu-app-
  launch-invalid-appid

Status in url-dispatcher package in Ubuntu:
  New

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding url-dispatcher.  This problem was most recently seen with
  version 0.1+15.10.20150612-0ubuntu1, the problem page at
  https://errors.ubuntu.com/problem/a436921274341898964fed1c53aab684f0921592
  contains more details.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/url-dispatcher/+bug/1466760/+subscriptions

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


[Touch-packages] [Bug 1466590] Re: Lens - add your favorite applications menu dash to consolidate their applications(unity 8 desktop)

2015-06-19 Thread Christopher Townsend
** Also affects: unity8 (Ubuntu)
   Importance: Undecided
   Status: New

** No longer affects: unity

** Tags removed: unity
** Tags added: unity8-desktop

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

Title:
  Lens - add your favorite applications menu dash to consolidate their
  applications(unity 8 desktop)

Status in unity8 package in Ubuntu:
  New

Bug description:
  The big request to add this option in Unity 8-desktop with the ability
  to manually edit the list of your favorite programs. In addition to
  the list of programs can be extensible and and the flag "do not
  "forget after reboot".

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

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


[Touch-packages] [Bug 1466950] [NEW] drm complains bitterly when discrete graphics turned off

2015-06-19 Thread foobar
Public bug reported:

I'm using radeon.dpm=0 and radeon.runpm=0 for reasons explained in a
previous bug report.

I'm able to turn the radeon discrete graphics off using

echo IGD > /sys/kernel/debug/vgaswitcheroo/switch
echo OFF > /sys/kernel/debug/vgaswitcheroo/switch

and my power consumption drops dramatically to a nice low level,
but then the kernel log starts filling up with all sorts of complaints from drm:

Jun 19 10:19:43 HP-ubuntu kernel: [  360.548772] radeon: switched off
Jun 19 10:19:44 HP-ubuntu kernel: [  361.083818] radeon :02:00.0: couldn't 
schedule ib
Jun 19 10:19:44 HP-ubuntu kernel: [  361.083872] [drm:radeon_cs_ioctl [radeon]] 
*ERROR* Failed to schedule IB !
Jun 19 10:19:44 HP-ubuntu kernel: [  361.098291] radeon :02:00.0: couldn't 
schedule ib
Jun 19 10:19:44 HP-ubuntu kernel: [  361.098365] [drm:radeon_cs_ioctl [radeon]] 
*ERROR* Failed to schedule IB !
Jun 19 10:19:44 HP-ubuntu kernel: [  361.800076] radeon :02:00.0: couldn't 
schedule ib
Jun 19 10:19:44 HP-ubuntu kernel: [  361.800117] [drm:radeon_cs_ioctl [radeon]] 
*ERROR* Failed to schedule IB !
Jun 19 10:19:44 HP-ubuntu kernel: [  361.874996] radeon :02:00.0: couldn't 
schedule ib
Jun 19 10:19:44 HP-ubuntu kernel: [  361.875074] [drm:radeon_cs_ioctl [radeon]] 
*ERROR* Failed to schedule IB !
Jun 19 10:19:44 HP-ubuntu kernel: [  361.892348] radeon :02:00.0: couldn't 
schedule ib
Jun 19 10:19:44 HP-ubuntu kernel: [  361.892425] [drm:radeon_cs_ioctl [radeon]] 
*ERROR* Failed to schedule IB !
Jun 19 10:19:45 HP-ubuntu kernel: [  362.083837] radeon :02:00.0: couldn't 
schedule ib
Jun 19 10:19:45 HP-ubuntu kernel: [  362.083909] [drm:radeon_cs_ioctl [radeon]] 
*ERROR* Failed to schedule IB !
Jun 19 10:19:45 HP-ubuntu kernel: [  362.098414] radeon :02:00.0: couldn't 
schedule ib
Jun 19 10:19:45 HP-ubuntu kernel: [  362.098485] [drm:radeon_cs_ioctl [radeon]] 
*ERROR* Failed to schedule IB !
Jun 19 10:19:45 HP-ubuntu kernel: [  362.143361] radeon :02:00.0: couldn't 
schedule ib

etc., at a great rate!

The whole point of the exercise is to keep the discrete graphics off, so
why is drm:radeon_cs_ioctl still trying to issue commands to it?

Also, Ubuntu doesn't want to shut down cleanly after the radeon discrete
graphics unit is turned off.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: xorg 1:7.7+7ubuntu4
ProcVersionSignature: Ubuntu 3.19.0-21.21-generic 3.19.8
Uname: Linux 3.19.0-21-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.17.2-0ubuntu1.1
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Fri Jun 19 10:20:25 2015
DistUpgraded: Fresh install
DistroCodename: vivid
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] RS880M [Mobility Radeon HD 4225/4250] 
[1002:9712] (prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company Device [103c:1641]
 Advanced Micro Devices, Inc. [AMD/ATI] Robson CE [Radeon HD 6370M/7370M] 
[1002:68e4] (rev ff) (prog-if ff)
InstallationDate: Installed on 2015-06-06 (13 days ago)
InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
MachineType: Hewlett-Packard HP Pavilion dv7 Notebook PC
ProcEnviron:
 LANGUAGE=en_US
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-21-generic 
root=UUID=0a49d103-e2eb-4b21-a433-c41a1ef8d27b ro quiet splash radeon.runpm=0 
radeon.dpm=0 radeon.audio=0 radeon.pcie_gen2=0 acpiphp.disable=1 vt.handoff=7
SourcePackage: xorg
Symptom: display
UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 02/25/2013
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: F.29
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: 1641
dmi.board.vendor: Hewlett-Packard
dmi.board.version: 67.33
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.29:bd02/25/2013:svnHewlett-Packard:pnHPPaviliondv7NotebookPC:pvr058312242B2620100:rvnHewlett-Packard:rn1641:rvr67.33:cvnHewlett-Packard:ct10:cvrN/A:
dmi.product.name: HP Pavilion dv7 Notebook PC
dmi.product.version: 058312242B2620100
dmi.sys.vendor: Hewlett-Packard
version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.60-2
version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.2-0ubuntu1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7

[Touch-packages] [Bug 1463846] Re: if ip is specified on cmdline, networking should be brought up in initramfs

2015-06-19 Thread Launchpad Bug Tracker
** Branch linked: lp:cloud-initramfs-tools

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

Title:
  if ip is specified on cmdline, networking should be brought up in
  initramfs

Status in cloud-initramfs-tools package in Ubuntu:
  New
Status in initramfs-tools package in Ubuntu:
  New

Bug description:
  if the initramfs has 'ip=' on the cmdline, it is arguable that we
  should bring the respective interface up as indicated.

  Currently, initramfs only does this if something thinks it should.

  Ie, open-iscsi might do it, or some other things might call 
'configure_networking'.
  But it seems reasonable that if the user put 'ip=' on the cmdline then they 
wanted that to happen in initramfs.

  Additionally, one feature i'd like to have (admittedly for debug
  purposes) is the ability to write the /run/initramfs/open-
  iscsi.interface file that is used at least by open-iscsi to say "do
  not bring this interface down".

  
  I've done this before, the code to do it is available in intramfs-tools style 
module at
    
http://bazaar.launchpad.net/~smoser/maas/maas-pkg-test/files/head:/ephemtest-vivid/initrd-updates/

  generically, it seems like it'd be nice to have a way to have the same
  functionality that open-iscsi.interface accomplishes but not tied to
  open-iscsi.  Ie, the user may for any reason want to keep a network
  from getting re-configured by normal OS bringup.   I used
  '/run/network/initramfs-persistent-iface' file to do that.

  that is explicitly to patch over an existing initramfs  (no 'hooks'
  directory).

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

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


[Touch-packages] [Bug 1466336] Re: [messaging-app] Failed to send MMS to more than two contacts

2015-06-19 Thread Olga Kemmet
This is not a UX but rather an implementation issue, marking as invalid.

** Summary changed:

- Failed to send MMS to more than two contacts
+ [messaging-app] Failed to send MMS to more than two contacts

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

** Changed in: ubuntu-ux
 Assignee: (unassigned) => Olga Kemmet (olga-kemmet)

** Changed in: ubuntu-ux
   Status: New => Invalid

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

Title:
  [messaging-app] Failed to send MMS to more than two contacts

Status in Ubuntu UX bugs:
  Invalid
Status in messaging-app package in Ubuntu:
  New

Bug description:
  Arale, OTA4+ image #2, channel: ubuntu-touch/rc/meizu.en

  Steps to reproduce 
  1. Open messaging app
  2. Select multiple contacts (more than 2) and send MMS 
  3. Ensure MMS sent correctly

  Expected results:
  Both MMS send and receive are ok

  Actual results:
  MMS send failed, and no contents is displayed in Messaging app, please refer 
to screenshot for details

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

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


[Touch-packages] [Bug 1466934] [NEW] Trying to maximize battery life on HP dv7-4272us

2015-06-19 Thread foobar
Public bug reported:

This AMD 3-core + Radeon runs really hot, and I'm trying to maximize
battery life.

When I try radeon.dpm=1, I get display glitching every few seconds when
the dpm switches displays.  I haven't found any way to force dpm to keep
the discrete display completely turned off, both to save power and to
stop the glitching.

Among other problems, the mere existence of HDMI audio keeps waking up
the discrete GPU, both wasting power & glitching the display.  So I
tried radeon.audio=0.  I don't think it helps, but I left it in.

The only way to really kill the HDMI audio problems is to blacklist
snd_hda_intel, but that kills _all_ of my audio (except Bluetooth
audio).  So I had to un-blacklist snd_hda_intel.

So I'm using radeon.dpm=0.

If radeon.runpm=1, I still get problems.

So I'm using radeon.runpm=0.

This works pretty well; I've gotten the temperature down to 68 degrees
or so, but this is still too hot.

If I turn off the discrete graphics completely using

echo OFF > /sys/kernel/debug/vgaswitcheroo/switch

this works quite well -- I can get the temperature down to 64 degrees or
so -- but now my log fills up with complaints that my radeon discrete
driver isn't turned on.  (I'll send you another report showing you
this.)

I want to be able to operate this HP laptop in the most power-saving way
-- by completely turning off the discrete radeon GPU.

Could you provide any suggestions about how to do this?

Thanks very much.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: xorg 1:7.7+7ubuntu4
ProcVersionSignature: Ubuntu 3.19.0-21.21-generic 3.19.8
Uname: Linux 3.19.0-21-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.17.2-0ubuntu1.1
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Fri Jun 19 09:31:02 2015
DistUpgraded: Fresh install
DistroCodename: vivid
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] RS880M [Mobility Radeon HD 4225/4250] 
[1002:9712] (prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company Device [103c:1641]
 Advanced Micro Devices, Inc. [AMD/ATI] Robson CE [Radeon HD 6370M/7370M] 
[1002:68e4] (prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company Radeon HD 6370M [103c:1641]
InstallationDate: Installed on 2015-06-06 (13 days ago)
InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
MachineType: Hewlett-Packard HP Pavilion dv7 Notebook PC
ProcEnviron:
 LANGUAGE=en_US
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-21-generic 
root=UUID=0a49d103-e2eb-4b21-a433-c41a1ef8d27b ro quiet splash radeon.runpm=0 
radeon.dpm=0 radeon.audio=0 radeon.pcie_gen2=0 acpiphp.disable=1 vt.handoff=7
SourcePackage: xorg
Symptom: display
UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 02/25/2013
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: F.29
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: 1641
dmi.board.vendor: Hewlett-Packard
dmi.board.version: 67.33
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.29:bd02/25/2013:svnHewlett-Packard:pnHPPaviliondv7NotebookPC:pvr058312242B2620100:rvnHewlett-Packard:rn1641:rvr67.33:cvnHewlett-Packard:ct10:cvrN/A:
dmi.product.name: HP Pavilion dv7 Notebook PC
dmi.product.version: 058312242B2620100
dmi.sys.vendor: Hewlett-Packard
version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.60-2
version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.2-0ubuntu1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0-1ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu2.2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
xserver.bootTime: Fri Jun 19 09:08:20 2015
xserver.configfile: default
xserver.errors: RADEON(G0): [XvMC] Failed to initialize extension.
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.17.1-0ubuntu3
xserver.video_driver: radeon

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


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

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

Title:
  Tr

[Touch-packages] [Bug 1463874] Re: [messaging app] change icon and allow other attachment types when sending MMS

2015-06-19 Thread Olga Kemmet
** Changed in: ubuntu-ux
   Importance: Undecided => Medium

** Description changed:

  Per bug in barajas:
  https://bugs.launchpad.net/barajas/+bug/1372270
  
  I believe two things need to happen here:
  1) change the attachment icon from a camera to a paper clip
  2) change the types we are requesting from pictures to Pictures, Contacts, 
Text (and in future Videos when we we support that)
+ 
+ 
+ --UX comment
+ 
+ The paperclip icon is already in the wireframes and can be obtained from
+ the SURU icon theme.

** Changed in: ubuntu-ux
   Status: Triaged => Fix Committed

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

Title:
  [messaging app] change icon and allow other attachment types when
  sending MMS

Status in Ubuntu UX bugs:
  Fix Committed
Status in messaging-app package in Ubuntu:
  New

Bug description:
  Per bug in barajas:
  https://bugs.launchpad.net/barajas/+bug/1372270

  I believe two things need to happen here:
  1) change the attachment icon from a camera to a paper clip
  2) change the types we are requesting from pictures to Pictures, Contacts, 
Text (and in future Videos when we we support that)

  
  --UX comment

  The paperclip icon is already in the wireframes and can be obtained
  from the SURU icon theme.

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

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


[Touch-packages] [Bug 1456612] Re: [Dialler] The discoverability of 'recent call' tab was poor

2015-06-19 Thread Olga Kemmet
** Also affects: ubuntu-ui-toolkit (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: ubuntu-ux
   Importance: High => Medium

** Description changed:

  The testers would like a stronger visual hint or to be introduced to the
  bottom tab function in the first time tutorial
+ 
+ - UX comment 
+ 
+ This is not a dialer issue but more of how the bottom edge hint behaves
+ across all apps. An empty screen state could solve the problem but
+ potentially the SDK component will have to be updated with additional
+ visual design.

** Summary changed:

- [Dialler] The discoverability of 'recent call' tab was poor
+ [SDK] The discoverability of 'recent call' tab was poor

** Changed in: ubuntu-ux
   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/1456612

Title:
  [SDK] The discoverability of 'recent call' tab was poor

Status in Ubuntu UX bugs:
  In Progress
Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  The testers would like a stronger visual hint or to be introduced to
  the bottom tab function in the first time tutorial

  - UX comment 

  This is not a dialer issue but more of how the bottom edge hint
  behaves across all apps. An empty screen state could solve the problem
  but potentially the SDK component will have to be updated with
  additional visual design.

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

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


[Touch-packages] [Bug 1356371] Re: Non-square emblems are far too small to be useful

2015-06-19 Thread Paty Davila
--- UX comment ---

As a quick fix 'Emblems should be of a fixed height with variable
width'. However, this is part of a bigger redesign of the scope toolkit
and layouts. This piece of work is ongoning.

** Changed in: ubuntu-ux
   Status: Fix Committed => In Progress

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

Title:
  Non-square emblems are far too small to be useful

Status in Ubuntu UX bugs:
  In Progress
Status in unity8 package in Ubuntu:
  Fix Released

Bug description:
  The spec for emblem's states that the size is automatically configured
  to be a square with the height of the title as the width/height.  For
  anything that's not a square (think BBC logo, a rectangle) this
  results in an emblem that's really small and not readable.

  -
  Desired resolution:

  - Emblems should be of a fixed height with variable width

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

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


[Touch-packages] [Bug 1466768] Re: /usr/sbin/aa-status:PermissionError:/usr/sbin/aa-status@194:cmd_verbose:get_profiles

2015-06-19 Thread Tyler Hicks
** Also affects: apparmor
   Importance: Undecided
   Status: New

** Changed in: apparmor
   Importance: Undecided => Low

** Changed in: apparmor
   Status: New => In Progress

** Changed in: apparmor
 Assignee: (unassigned) => Tyler Hicks (tyhicks)

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

Title:
  /usr/sbin/aa-status:PermissionError:/usr/sbin/aa-
  status@194:cmd_verbose:get_profiles

Status in AppArmor Linux application security framework:
  In Progress
Status in apparmor package in Ubuntu:
  New

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding apparmor.  This problem was most recently seen with version
  2.9.2-0ubuntu1, the problem page at
  https://errors.ubuntu.com/problem/5c3e3307a91022d2f2a94070b537d321f1711d66
  contains more details.

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

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


[Touch-packages] [Bug 1464014] Re: Exception raised executing _get_current_page_header in the last scope in Krilling

2015-06-19 Thread Albert Astals Cid
this is pretty weird, we have
unity8.shell.tests.test_emulators.DashEmulatorTestCase.test_search that
exercises _get_current_page_header and works just fine.

Can you verify if
autopilot3 run 
unity8.shell.tests.test_emulators.DashEmulatorTestCase.test_search
works for you?

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

Title:
  Exception raised executing _get_current_page_header in the last scope
  in Krilling

Status in unity8 package in Ubuntu:
  New

Bug description:
  I am testing using the krilling (vivid version) phone using the Dash
  class in unit8/shell/emulators/dash.py. I created a method to go
  through all the scopes (from today until photos) verifying that the
  titles are correct. When I execute the method _get_current_page_header
  being in the last scope (photos), then the following exception is
  raised.

  Traceback (most recent call last):
File "/home/phablet/test/ubuntu_system_tests/tests/test_scopes.py", line 
56, in test_default_scopes
  print(dash.get_scope_title())
File "/home/phablet/test/ubuntu_system_tests/helpers/unity8/dash.py", line 
74, in get_scope_title
  return self._get_current_page_header().title
File "/usr/lib/python3/dist-packages/unity8/shell/emulators/dash.py", line 
182, in _get_current_page_header
  if i.isCurrent:
File "/usr/lib/python3/dist-packages/autopilot/introspection/dbus.py", line 
416, in __getattr__
  (self.__class__.__name__, name))
  AttributeError: Class 'QQuickLoader' has no attribute 'isCurrent'.

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

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


[Touch-packages] [Bug 1466819] Re: Full shell rotation not working in Windowed mode

2015-06-19 Thread Michael Zanetti
Windowed mode is highly experimental and not completed yet. Can't answer
your question yet. There are some discussions and planning that needs to
happen still.

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

Title:
  Full shell rotation not working in Windowed mode

Status in unity8 package in Ubuntu:
  New

Bug description:
  Although full shell rotation is currently available on devel-proposed, it 
doesn't work with windowed mode and everything is locked in portrait mode.
  Is there a way to enable it, to force landscape mode or a reason why this is 
not available (like not yet implemented)?

  Thank you very much for your answers.

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

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


[Touch-packages] [Bug 1461979] Re: Today scope does not clip the strings correct

2015-06-19 Thread Albert Astals Cid
** Changed in: unity8 (Ubuntu)
 Assignee: (unassigned) => Albert Astals Cid (aacid)

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

Title:
  Today scope does not clip the strings correct

Status in unity8 package in Ubuntu:
  Triaged

Bug description:
  I changed the language of my device to Portugues (BR), and now the
  Today scopes is showing a big string that overlap the field area as
  you can see on the attached image.

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

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


[Touch-packages] [Bug 1435035] Re: No Copy&Paste for wifi key possible .

2015-06-19 Thread Albert Astals Cid
** Also 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 indicator-network in
Ubuntu.
https://bugs.launchpad.net/bugs/1435035

Title:
  No Copy&Paste for wifi key possible .

Status in indicator-network package in Ubuntu:
  Invalid
Status in ubuntu-ui-toolkit package in Ubuntu:
  New
Status in unity8 package in Ubuntu:
  New

Bug description:
  Ubuntu 14.10 (r20)

  There is no chance to paste a long wpa key in the passphrase textfield for a 
new AP.
  Thats bad if you have a long passphrase like 63 signs.

  If it has sth. to do with security, fine. But then remove the Show Key
  Option too;-)

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

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


[Touch-packages] [Bug 1366014] Re: [indicators] In a Dual SIM phone, There is no way to know which of the two SIMs is being used for cellular data.

2015-06-19 Thread Launchpad Bug Tracker
** Branch linked: lp:~pete-woods/indicator-network/dual-sim-status

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

Title:
  [indicators] In a Dual SIM phone, There is no way to know which of the
  two SIMs is being used for cellular data.

Status in the base for Ubuntu mobile products:
  Confirmed
Status in Ubuntu UX bugs:
  In Progress
Status in indicator-network package in Ubuntu:
  In Progress
Status in indicator-network source package in Utopic:
  Won't Fix
Status in indicator-network source package in Vivid:
  Won't Fix
Status in indicator-network source package in Wily:
  In Progress
Status in indicator-network package in Ubuntu RTM:
  In Progress

Bug description:
  Pulled as separate task from bug #1350739, per comment #6:

  * There is no way to know which of the two SIMs is being used for
  cellular data. Also, it looks like the displayed indicator mixes data
  from different slots: when I have a connection on the secondary slot
  using EDGE, I see an icon with an "H" some times, and with an "E" (the
  right one) some times. The H is probably taking from the technology in
  the primary slot, which is not attached.

  Also, related to this one: mobile broadband data connection speed is
  right now always coming from SIM 1, even if SIM 2 is the one used for
  mobile broadband.

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

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


[Touch-packages] [Bug 1322490] Re: [indicators] Clicking on a connected network's disconnects & re-connects

2015-06-19 Thread Albert Astals Cid
I'm unsure of what you mean Antti, you mean we're rendering a checklist
even if the backend is not sending a checlist but an itemlist?

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

Title:
  [indicators] Clicking on a connected network's disconnects & re-
  connects

Status in Ubuntu UX bugs:
  Triaged
Status in indicator-network package in Ubuntu:
  Invalid
Status in ubuntu-settings-components package in Ubuntu:
  Triaged
Status in unity8 package in Ubuntu:
  New

Bug description:
  indicator-network 0.5.1+14.10.20140516.2-0ubuntu1, Ubuntu Utopic

  1. Unlock the phone
  2. Drag down the indicator for networking
  3. Select a wifi AP sign into it
  4. Drag down the indicator for networking
  5. Try to uncheck it.

  What happens: The network disconnects and reconnects.

  What should happen: Nothing.

  : "2. If the card is
  powered on, up to 6 (phone) or 20 (PC) radio items representing known
  Wi-Fi networks..."

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

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


[Touch-packages] [Bug 1462665] Re: Screen Saver QML is not working

2015-06-19 Thread Albert Astals Cid
This seems to be a wish from project management

More at https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1462489

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

Title:
  Screen Saver QML is not working

Status in qtubuntu package in Ubuntu:
  New

Bug description:
  Hi!

  From the API:
  https://developer.ubuntu.com/api/apps/qml/sdk-14.10/QtMultimedia.Video/

  This is not working for me:
  import QtSystemInfo 5.0
  ScreenSaver { screenSaverEnabled: false }

  The app is setting the screen off after 1'.

  Thanks in advance!

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

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


[Touch-packages] [Bug 1466002] Re: Clock display not using the same format as the indicator

2015-06-19 Thread Charles Kerr
** Changed in: indicator-datetime (Ubuntu)
   Status: New => Triaged

** Changed in: indicator-datetime (Ubuntu)
   Importance: Undecided => Medium

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

Title:
  Clock display not using the same format as the indicator

Status in Clock application for Ubuntu devices:
  New
Status in indicator-datetime package in Ubuntu:
  Triaged

Bug description:
  Environment:
  mako on latest rc proposed (17.06.2015)

  Reproduce:
  1. Set Norwegian locale
  2. Open Clock App

  What happens:
  Clock app says "11.06" and the indicator says "11:06".

  What should have happened:
  Both should use the same format.

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

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


[Touch-packages] [Bug 1363405] Re: Setting a PIN can result in a passphrase instead

2015-06-19 Thread Michael Terry
Ahhh...  That's expected then.  The wizard can't override the password
you set via u-d-f.  Arguably it should show a nice UI warning to that
effect, so people know what's up.  Otherwise we keep getting reports
like this.

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

Title:
  Setting a PIN can result in a passphrase instead

Status in ubuntu-system-settings package in Ubuntu:
  Fix Released
Status in unity8 package in Ubuntu:
  New
Status in unity8 package in Ubuntu RTM:
  Incomplete

Bug description:
  It's happened to me a few times that even though I selected passcode
  (4 digit) as my lock (e.g. in the wizard), I was still presented with
  a full keyboard in the lockscreen.

  I'm worried that for someone it might result in the opposite,
  rendering the phone inaccessible because you can't type your
  passphrase with a pin-pad.

  We either need to improve robustness of the setting (ideally storing
  the lick type next to the password itself in PAM somehow?) or allow
  switching to a full keyboard entry in the passcode lockscreen.

  ProblemType: Bug
  DistroRelease: Ubuntu RTM 14.09
  Package: ubuntu-system-settings 0.3+14.10.20140828.2~rtm-0ubuntu1
  Uname: Linux 3.4.67 armv7l
  ApportVersion: 2.14.6-0ubuntu2
  Architecture: armhf
  Date: Sat Aug 30 11:23:04 2014
  InstallationDate: Installed on 2014-08-30 (0 days ago)
  InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf 
(20140830-030204)
  SourcePackage: ubuntu-system-settings
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1462489] Re: Allow apps to keep the screen on

2015-06-19 Thread Albert Astals Cid
FWIW the QtSystemInfo has a ScreenSaver item that has a
screenSaverEnabled property that we could/should implement to do exactly
this

https://bugs.launchpad.net/ubuntu/+source/qtubuntu/+bug/1462665

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

Title:
  Allow apps to keep the screen on

Status in apparmor-easyprof-ubuntu package in Ubuntu:
  Confirmed
Status in ubuntu-system-settings package in Ubuntu:
  Confirmed
Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed
Status in unity8 package in Ubuntu:
  Confirmed

Bug description:
  Support an interface in QML and HTML to allow an app to keep the
  screen on while the app is active. This has come up in several
  scenarios, such as an ebook reader, a clock in night mode.

  One solution to inhibit the screen blanking:

  Add a new dbus rule to the default template
  Provide a mediator (unity8) to control this, so it can restore the screen 
blanking when the app is not active or has been closed
  Prompt the user for confirmation the first time the app accesses it
  use the trust store to avoid prompts each time
  add to the System settings Other app access panel an entry for Screen or 
Display so the setting could be revoked

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor-easyprof-ubuntu/+bug/1462489/+subscriptions

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


[Touch-packages] [Bug 1461979] Re: Today scope does not clip the strings correct

2015-06-19 Thread Albert Astals Cid
** Changed in: unity8 (Ubuntu)
   Importance: Undecided => Medium

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

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

Title:
  Today scope does not clip the strings correct

Status in unity8 package in Ubuntu:
  Triaged

Bug description:
  I changed the language of my device to Portugues (BR), and now the
  Today scopes is showing a big string that overlap the field area as
  you can see on the attached image.

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

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


[Touch-packages] [Bug 1267059] Re: "Unattended-Upgrade::Remove-Unused-Dependencies" does not work

2015-06-19 Thread Michael Vogt
This is fixed, I plan to do a backport for 14.04 and 12.04 via the
trusty-backports, precise-backports mechanism.

** Changed in: unattended-upgrades (Ubuntu)
   Status: Triaged => Fix Released

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

Title:
  "Unattended-Upgrade::Remove-Unused-Dependencies" does not work

Status in unattended-upgrades package in Ubuntu:
  Fix Released

Bug description:
  I have a system that runs unattended-upgrades just fine. Now i want to
  automate removal of old kernels and kernel header packages that are
  accumulating otherwise. So i set 'Unattended-Upgrade::Remove-Unused-
  Dependencies "true";'. But it doesn't work.

  
  Details: Lots of stuff pending autoremoval:

  $ apt-get --assume-no autoremove 
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  The following packages will be REMOVED
linux-headers-3.2.0-38 linux-headers-3.2.0-38-generic 
linux-headers-3.2.0-39 linux-headers-3.2.0-39-generic linux-headers-3.2.0-40 
linux-headers-3.2.0-40-generic linux-headers-3.2.0-41 
linux-headers-3.2.0-41-generic linux-headers-3.2.0-43 
linux-headers-3.2.0-43-generic linux-headers-3.2.0-44 
linux-headers-3.2.0-44-generic linux-headers-3.2.0-45 
linux-headers-3.2.0-45-generic linux-headers-3.2.0-48 
linux-headers-3.2.0-48-generic linux-headers-3.2.0-51 
linux-headers-3.2.0-51-generic linux-headers-3.2.0-52 
linux-headers-3.2.0-52-generic linux-headers-3.2.0-53 
linux-headers-3.2.0-53-generic linux-headers-3.2.0-54 
linux-headers-3.2.0-54-generic linux-headers-3.2.0-55 
linux-headers-3.2.0-55-generic linux-headers-3.2.0-56 
linux-headers-3.2.0-56-generic linux-image-3.2.0-39-generic 
linux-image-3.2.0-40-generic linux-image-3.2.0-41-generic 
linux-image-3.2.0-43-generic linux-image-3.2.0-44-generic 
linux-image-3.2.0-45-generic linux-image-3.2.0-48-generic 
linux-image-3.2.0-51-generic linux-
 image-3.2.0-52-generic linux-image-3.2.0-53-generic 
linux-image-3.2.0-54-generic linux-image-3.2.0-55-generic 
linux-image-3.2.0-56-generic
  0 upgraded, 0 newly installed, 41 to remove and 13 not upgraded.
  After this operation, 2,893 MB disk space will be freed.
  Do you want to continue [Y/n]? N
  Abort.

  Note that the majority of these packages have been installed by
  unattended-upgrades from precise-security.

  According to the comments within/etc/apt/apt.conf.d/50unattended-
  upgrades, this should automate autoremoval:

// Do automatic removal of new unused dependencies after the upgrade
// (equivalent to apt-get autoremove)
Unattended-Upgrade::Remove-Unused-Dependencies "true";

  but nothing happens (note the line "Packages that are auto removed: ''
  ":

  $ unattended-upgrades --debug --dry-run
  Initial blacklisted packages: 
  Starting unattended upgrades script
  Allowed origins are: ['o=Ubuntu,a=precise-security']
  adjusting candidate version: ''
  adjusting candidate version: ''
  adjusting candidate version: ''
  adjusting candidate version: ''
  adjusting candidate version: ''
  adjusting candidate version: ''
  Checking: bc ([""])
  Checking: grub-common ([""])
  Checking: grub-pc ([""])
  Checking: grub-pc-bin ([""])
  Checking: grub2-common ([""])
  Checking: iproute ([""])
  Checking: landscape-common ([""])
  pkgs that look like they should be upgraded: 
  Fetched 0 B in 0s (0 B/s) 

 
  blacklist: []
  Packages that are auto removed: ''
  InstCount=0 DelCount=0 BrokenCout=0
  No packages found that can be upgraded unattended

  
  
  I am using unattended-upgrades-0.76ubuntu1 on Ubuntu 12.04.3 LTS

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

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


[Touch-packages] [Bug 1466890] Re: eog overlay buttons wrongly themed

2015-06-19 Thread Iain Lane
** Changed in: ubuntu-themes (Ubuntu)
   Status: New => Triaged

** Changed in: ubuntu-themes (Ubuntu)
   Importance: Undecided => Medium

** Changed in: ubuntu-themes (Ubuntu)
 Assignee: (unassigned) => Lars Uebernickel (larsu)

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

Title:
  eog overlay buttons wrongly themed

Status in ubuntu-themes package in Ubuntu:
  Triaged

Bug description:
  Using the eog version in wily the overlay buttons for
  next/previous/rotation have what seems to be an incorrect background,
  unsure what they should look like but the current version is wrong

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

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


[Touch-packages] [Bug 1363405] Re: Setting a PIN can result in a passphrase instead

2015-06-19 Thread Albert Astals Cid
You mean this bug is only reproduceable when setting the password via
ubuntu-device-flash?

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

Title:
  Setting a PIN can result in a passphrase instead

Status in ubuntu-system-settings package in Ubuntu:
  Fix Released
Status in unity8 package in Ubuntu:
  New
Status in unity8 package in Ubuntu RTM:
  Incomplete

Bug description:
  It's happened to me a few times that even though I selected passcode
  (4 digit) as my lock (e.g. in the wizard), I was still presented with
  a full keyboard in the lockscreen.

  I'm worried that for someone it might result in the opposite,
  rendering the phone inaccessible because you can't type your
  passphrase with a pin-pad.

  We either need to improve robustness of the setting (ideally storing
  the lick type next to the password itself in PAM somehow?) or allow
  switching to a full keyboard entry in the passcode lockscreen.

  ProblemType: Bug
  DistroRelease: Ubuntu RTM 14.09
  Package: ubuntu-system-settings 0.3+14.10.20140828.2~rtm-0ubuntu1
  Uname: Linux 3.4.67 armv7l
  ApportVersion: 2.14.6-0ubuntu2
  Architecture: armhf
  Date: Sat Aug 30 11:23:04 2014
  InstallationDate: Installed on 2014-08-30 (0 days ago)
  InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf 
(20140830-030204)
  SourcePackage: ubuntu-system-settings
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1466890] [NEW] eog overlay buttons wrongly themed

2015-06-19 Thread Sebastien Bacher
Public bug reported:

Using the eog version in wily the overlay buttons for
next/previous/rotation have what seems to be an incorrect background,
unsure what they should look like but the current version is wrong

** Affects: ubuntu-themes (Ubuntu)
 Importance: Medium
 Assignee: Lars Uebernickel (larsu)
 Status: Triaged

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

Title:
  eog overlay buttons wrongly themed

Status in ubuntu-themes package in Ubuntu:
  Triaged

Bug description:
  Using the eog version in wily the overlay buttons for
  next/previous/rotation have what seems to be an incorrect background,
  unsure what they should look like but the current version is wrong

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

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


[Touch-packages] [Bug 1466892] [NEW] gmail webapp crashes when attaching a contact to a new message

2015-06-19 Thread Jean-Baptiste Lallement
Public bug reported:

Only reproduced on Arale

current build number: 31
device name: arale
channel: ubuntu-touch/rc-proposed/meizu.en
last update: 2015-06-19 14:56:08
version version: 31
version ubuntu: 20150619.1
version device: 20150608-6e66f3c
version custom: 20150602-731-5-32


webapp-container   0.23+15.04.20150602-0ubuntu1

Test Case:
1. Add a Google account and ensure there are contacts in the address book
2. Open gmail
3. Create a new message
4. Tap on add an attachment
5. Select a contact and confirm

Expected Result
The contact is added

Actual Result
GMail crashes

Crash file attached.

** Affects: webbrowser-app (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "_usr_bin_webapp-container.32011.crash"
   
https://bugs.launchpad.net/bugs/1466892/+attachment/4417119/+files/_usr_bin_webapp-container.32011.crash

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

Title:
  gmail webapp crashes when attaching a contact to a new message

Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  Only reproduced on Arale

  current build number: 31
  device name: arale
  channel: ubuntu-touch/rc-proposed/meizu.en
  last update: 2015-06-19 14:56:08
  version version: 31
  version ubuntu: 20150619.1
  version device: 20150608-6e66f3c
  version custom: 20150602-731-5-32

  
  webapp-container   0.23+15.04.20150602-0ubuntu1

  Test Case:
  1. Add a Google account and ensure there are contacts in the address book
  2. Open gmail
  3. Create a new message
  4. Tap on add an attachment
  5. Select a contact and confirm

  Expected Result
  The contact is added

  Actual Result
  GMail crashes

  Crash file attached.

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

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


[Touch-packages] [Bug 1466741] Re: system slow to wake up/unlock screen sluggish since the update to vivid

2015-06-19 Thread Michael Zanetti
It's not the same as bug 1378126. That one was because the focused app
was woken up when the greeter was hidden, thus catching up with
everything while the lockscreen was visible. The fix was to only wake up
the app when the lockscreen was unlocked. That is still the case, I just
verified.

So very likely something else triggers a cpu intensive task when the
phone wakes up from deep sleep, processing things while the lockscreen
is there.

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

Title:
  system slow to wake up/unlock screen sluggish since the update to
  vivid

Status in the base for Ubuntu mobile products:
  New
Status in unity8 package in Ubuntu:
  Confirmed

Bug description:
  That's not happening all the time but has been reported by several
  users on the list and I also hit the issue

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

-- 
Mailing list: https://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 1465675] Re: API needed to determine if App ID is a scope

2015-06-19 Thread Ted Gould
Yes, we could get the information from click. But, then we wouldn't get
things like the scopes that are installed on the image. I think it'd be
better if the scope system provided a function instead of each of the
services implementing it's own opinion of what is a 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/1465675

Title:
  API needed to determine if App ID is a scope

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

Bug description:
  
  There are a few cases where we'd like it if a higher level service could 
determine if a particular AppID is connected to a scope. This mostly deals with 
requests that relate to trusted session prompts as they need to be overlayed on 
top of the dash instead of the calling process. Another is so that URL 
dispatcher can return better errors on the scope:// URL namespace. I don't 
think that it needs to be complex, roughly something like this:

  bool isScope (const char * appid);

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

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


[Touch-packages] [Bug 1202464] Re: Support for keybindings in actions

2015-06-19 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-sdk-team/ubuntu-ui-
toolkit/quickControlsAction

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

Title:
  Support for keybindings in actions

Status in Ubuntu UI Toolkit:
  Confirmed
Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress

Bug description:
  While not very useful on phone/tablets, it would nice to have actions
  support keybindings for use with a keyboard.

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

-- 
Mailing list: https://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 1453004] BQ E4.5 is ringing but no sliders to pick up thecall are presented

2015-06-19 Thread peter pan
for some time right now I cannot reproduce this bug no more. I waited some 
time for this to appear again - but it actually did not. As far as I am 
concerned, the bug is no longer a problem. thank you for workingon that and 
let's hope other users profit as well.

nico

Am Dienstag, 16. Juni 2015 21:44:31 CEST schrieb Bill Filler:
> I cannot reproduce this. Any specific steps would be appreciated.
> 
> Also if it happens again, please include the following log files:
> /home/phablet/.config/upstart/dbus.log
> /home/phablet/.config/upstart/telephony-service-indicator.log
> /home/phablet/.config/upstart/application-legacy-dialer-app-.log
> 
> and see if there are any files in /var/crash
> 
> ** Changed in: canonical-devices-system-image
> Milestone: None => ww28-2015
> 
> ** Changed in: canonical-devices-system-image
>Importance: Undecided => High
> 
> ** Changed in: canonical-devices-system-image
>Status: New => Incomplete
> 
> ** Changed in: telephony-service (Ubuntu)
>Status: Confirmed => Incomplete
> 


-- 
Mit Dekko von meinem Ubuntu-Gerät gesendet

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

Title:
  BQ E4.5 is ringing but no sliders to pick up the call are presented

Status in the base for Ubuntu mobile products:
  Incomplete
Status in telephony-service package in Ubuntu:
  Incomplete

Bug description:
  May, 2: it happened that my wife was unable to pick-up incoming phone
  calls with her BQ (r21). The device was ringing but in dark without
  presenting the slider to pick-up the call or to reject it. When she
  came home I could proof this and have had to reboot the BQ. 

  I have some log files because I was monitoring every 300 secs all running
  processes (ro catch some other battery drain issue) and will attach this
  log later.

  Matthias

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

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


[Touch-packages] [Bug 1450739] Re: Missing icons following update

2015-06-19 Thread Albert Astals Cid
Can you please attach a screenshot of the Apps scope and which device
are you using? Which is the "OS" version in "About this phone" in system
settings?

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

Title:
  Missing icons following update

Status in Default calculator application for Ubuntu devices:
  Invalid
Status in unity8 package in Ubuntu:
  New

Bug description:
  Icons on the core apps are missing on the Apps scope (and left slide-
  menu)  after latest system update. These include:

  - Camera
  - Calc
  - Gallery
  - Music
  - Reminders
  - Weather
  - Twitter

  Non-core apps (that were present in previous boot):
  - Realtai

  Where are they going? Did the config pointing to them change?

  Not a problem on the app menu as they are labeled, but they are not
  labeled on the left slide-menu - no visual clues unless I touch and
  hold.

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

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


[Touch-packages] [Bug 1460049] Re: Text doesn't wrap in preview tables

2015-06-19 Thread Albert Astals Cid
Is this arale only? Seems to work fine here in krillin.

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

Title:
  Text doesn't wrap in preview tables

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

Bug description:
  Open app store
  Search for Mines
  Tap on Mines by Robert Ancell
  Note the "Contact" and "Licence" fields wrap incorrectly.

  See screenshot.

  This was on the following arale image:-
  phablet@ubuntu-phablet:~$ system-image-cli --info
  current build number: 6
  device name: arale
  channel: ubuntu-touch/rc-proposed/meizu.en
  last update: 2015-05-29 09:35:39
  version version: 6
  version ubuntu: 20150528.1
  version device: 20150522-a851049
  version custom: 20150526-719-5-24

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

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


[Touch-packages] [Bug 1445376] Re: A2DP skips when conneted to handsfree device

2015-06-19 Thread Maureen
Just a quick note to confirm that the problem persists after updating to
OTA-4.

There were two postings on the mailing list that seem to allude to the
same problem:

https://lists.launchpad.net/ubuntu-phone/msg13352.html

https://lists.launchpad.net/ubuntu-phone/msg13362.html

Please help.

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

Title:
  A2DP skips when conneted to handsfree device

Status in the base for Ubuntu mobile products:
  New
Status in bluez package in Ubuntu:
  New

Bug description:
  When I connect my Aquaris E4.5 to my car's handsfree device (Funkwerk
  Ego Flash) via Bluetooth I experience a skipping problem when playing
  sound files through A2DP.

  Half a second for each second there is a pause. The rest of that half
  second seems to clear a buffer which results in "extra fast" audio.

  To illustrate, listening to a podcast I would expect to hear something
  like "bla bla bla". However, what I do get to hear sounds more like
  "flapflapflap - pause - flapflapflap - pause - ...".

  When I connect my Aquaris to my A2DP speakers at home, the audio is
  perfect.

  Also, handsfree telephony in my car works like a charm.

  So I guess it's just the combination of A2DP while connected to the
  handsfree device which causes the trouble.

  In the past I've used several phones with the Funkwerk device (always
  with handsfree *and* A2DP functionality) including an N900 running
  Maemo. There have never been any problems with those.

  OS build number 21
  KRILIN01A-S15A_BQ_L100EN_2021_150410

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

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


[Touch-packages] [Bug 1466228] Re: search suggestion in scopes is shown outside visible shell on Krillin

2015-06-19 Thread Sebastien Bacher
it's still an issue on vivid rc-proposed/bq image 41, as comment #3
stated the initial position is right, but if you "dnd" over the popover
the osk hides and the menu gets misplaced then

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

Title:
  search suggestion in scopes is shown outside visible shell on Krillin

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

Bug description:
  OS: Ubuntu-touch 15.04 r23 
  Device: BQ aquaris 4.5e (Krillin)

  When activating a scope search box (i.e. when search box gets focus),
  the search suggestion hint box is placed above the search input. But
  this places it outside the visible area of the shell. (One can just
  make out the bottom edge of the hint-box but its not usable and so
  kind of anoying).

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

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


[Touch-packages] [Bug 1466029] Re: Ubuntu Phone (Touch) won't turn off automatically after upgrade to OS 23

2015-06-19 Thread Albert Astals Cid
** Also affects: powerd (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Ubuntu Phone (Touch) won't turn off automatically after upgrade to OS
  23

Status in powerd package in Ubuntu:
  New
Status in unity8 package in Ubuntu:
  New

Bug description:
  After updating my Aquaris 4.5 to OS 23 (Build Ubuntu 15.04 armhf), the screen 
won't auto lock. It's forever turned on, the phone is heating  and the battery, 
draining.
  However, if I manually press the power bottom, the screen turns off and 
locks. But, if inside my pocket the power bottom is pressed, the screen 
(locked, this time) will turn on again and won't turn off automatically.

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

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


[Touch-packages] [Bug 1466228] Re: search suggestion in scopes is shown outside visible shell on Krillin

2015-06-19 Thread Albert Astals Cid
SDK guys, didn't you land a fix for this? Maybe it hasn't hit a release
yet?

** Also 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 unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1466228

Title:
  search suggestion in scopes is shown outside visible shell on Krillin

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

Bug description:
  OS: Ubuntu-touch 15.04 r23 
  Device: BQ aquaris 4.5e (Krillin)

  When activating a scope search box (i.e. when search box gets focus),
  the search suggestion hint box is placed above the search input. But
  this places it outside the visible area of the shell. (One can just
  make out the bottom edge of the hint-box but its not usable and so
  kind of anoying).

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

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


[Touch-packages] [Bug 1460626] Re: Unity Lockscreen still shows unlocked desktop while shutting down

2015-06-19 Thread Launchpad Bug Tracker
** Branch linked: lp:~azzar1/unity/lp-1460626

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

Title:
  Unity Lockscreen still shows unlocked desktop while shutting down

Status in Unity:
  In Progress
Status in indicator-session package in Ubuntu:
  In Progress
Status in unity package in Ubuntu:
  In Progress

Bug description:
  This was reported and supposedly fixed in
  https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1370017, but the
  bug is still present in the current Unity version in Trusty.  I've
  reported it in that bug already, but got ignored, so I'm opening a new
  bug about it.

  [Impact and Test Case]

  Steps to reproduce:
  1 - Log into Unity
  2 - Open a terminal.
  3 - Lock the screen
  4 - From the lockscreen, tell the computer to shut down / restart

  Expected behavior:
  * Session programs are closed while the screen is still locked
  * During shutdown, no user interaction is possible

  Observed behavior:
  * The lockscreen is gone immediately, with the rest of compiz (e.g. window 
decorations are not present)
  * But it's possible to interact with programs that are still running in the 
session for about 3 seconds

  Observed on an updated Trusty machine, running unity version
  7.2.5+14.04.20150521.1-0ubuntu1

  This bug is a security vulnerability because during those 3 seconds it
  could be possible to access and interact with sensitive information.
  Yes, it's short, but you could take a picture or even rm -rf / if
  there happened to be a root console available.

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

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


[Touch-packages] [Bug 1457424] Re: Please update icon (May 2015)

2015-06-19 Thread Dan Chapman 
** Changed in: dekko
   Status: Fix Committed => Fix Released

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

Title:
  Please update icon (May 2015)

Status in Address Book App:
  In Progress
Status in Camera App:
  Confirmed
Status in the base for Ubuntu mobile products:
  New
Status in Dekko:
  Fix Released
Status in Gallery App:
  New
Status in Media Player App:
  New
Status in Messaging App:
  In Progress
Status in Music application for Ubuntu devices:
  Fix Released
Status in Ubuntu Notes app:
  Fix Committed
Status in Default calculator application for Ubuntu devices:
  Fix Committed
Status in Calendar application for Ubuntu devices:
  Fix Committed
Status in Clock application for Ubuntu devices:
  Fix Committed
Status in RSS Feed Reader application for Ubuntu devices:
  Fix Committed
Status in Themes for Ubuntu:
  Triaged
Status in Weather application for Ubuntu devices:
  Fix Committed
Status in Web Browser App:
  Fix Released
Status in address-book-app package in Ubuntu:
  Fix Released
Status in dialer-app package in Ubuntu:
  Fix Released
Status in messaging-app package in Ubuntu:
  Fix Released
Status in qtcreator-plugin-ubuntu package in Ubuntu:
  Confirmed
Status in ubuntu-system-settings package in Ubuntu:
  Fix Released
Status in ubuntu-themes package in Ubuntu:
  Confirmed
Status in webbrowser-app package in Ubuntu:
  Fix Released
Status in ubuntu-system-settings source package in Vivid:
  New

Bug description:
  New icons are available. Please update app to new icon. Note the icon
  inside the app will need updating as well as the icon in the store
  (when uploaded).

  256x256 and 512x512 Icons attached in zip file.

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

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


[Touch-packages] [Bug 1373598] Re: apt-get update fails, hash sum mismatches with de.archive.ubuntu.com

2015-06-19 Thread Sorin Sbârnea
Get:88 http://ftp.ticklers.org/archive.ubuntu.org/ubuntu/ 
trusty-security/multiverse Translation-en [1,580 B]
Get:89 http://ftp.ticklers.org/archive.ubuntu.org/ubuntu/ 
trusty-security/restricted Translation-en [2,266 B]
Get:90 http://ftp.ticklers.org/archive.ubuntu.org/ubuntu/ 
trusty-security/universe Translation-en [56.6 kB]
Fetched 23.3 MB in 16s (1,403 kB/s)
W: Failed to fetch 
mirror://mirrors.ubuntu.com/mirrors.txt/dists/trusty-updates/main/i18n/Translation-en
  Hash Sum mismatch

W: Failed to fetch mirror://mirrors.ubuntu.com/mirrors.txt/dists/trusty-
updates/universe/i18n/Translation-en  Hash Sum mismatch

W: Failed to fetch mirror://mirrors.ubuntu.com/mirrors.txt/dists/trusty-
security/main/i18n/Translation-en  Hash Sum mismatch

W: Failed to fetch mirror://mirrors.ubuntu.com/mirrors.txt/dists/trusty-
security/universe/i18n/Translation-en  Hash Sum mismatch

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

Title:
  apt-get update fails, hash sum mismatches with de.archive.ubuntu.com

Status in apt package in Ubuntu:
  Confirmed
Status in ubuntu-release-upgrader package in Ubuntu:
  Invalid

Bug description:
  1. Release: 
  Description:  Ubuntu 14.04.1 LTS
  Release:  14.04

  2.  not a package. The whole distro is broken.

  3. I always expect apt-get update to work, at least with Ubuntu's own
  repositories.

  4. "apt-get update" failed, and later "apt-get dist upgrade"

  
  It started with this when doing a normal "apt-get update"

  W: Failed to fetch http://de.archive.ubuntu.com/ubuntu/dists/trusty-
  updates/main/source/Sources  Hash Sum mismatch

  W: Failed to fetch http://de.archive.ubuntu.com/ubuntu/dists/trusty-
  updates/main/binary-amd64/Packages  Hash Sum mismatch

  W: Failed to fetch http://de.archive.ubuntu.com/ubuntu/dists/trusty-
  updates/universe/binary-i386/Packages  Hash Sum mismatch

  E: Some index files failed to download. They have been ignored, or old
  ones used instead.

  
  When doing a dist-upgrade, I then got this:
  E: mkinitramfs failure cpio 141 gzip 1
  update-initramfs: failed for /boot/initrd.img-3.13.0-36-generic with 1.
  run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1
  Failed to process /etc/kernel/postinst.d at 
/var/lib/dpkg/info/linux-image-extra-3.13.0-36-generic.postinst line 1025.
  No apport report written because the error message indicates its a followup 
error from a previous failure.

dpkg: error processing package 
linux-image-extra-3.13.0-36-generic (--configure):
   subprocess installed post-installation script returned error exit status 2
  dpkg: dependency problems prevent configuration of linux-image-generic:
   linux-image-generic depends on linux-image-extra-3.13.0-36-generic; however:
Package linux-image-extra-3.13.0-36-generic is not configured yet.

  dpkg: error processing package linux-image-generic (--configure):
   dependency problems - leaving unconfigured
  Setting up linux-headers-3.13.0-36 (3.13.0-36.63) ...
  Setting up linux-headers-3.13.0-36-generic (3.13.0-36.63) ...
  Examining /etc/kernel/header_postinst.d.
  run-parts: executing /etc/kernel/header_postinst.d/dkms 3.13.0-36-generic 
/boot/vmlinuz-3.13.0-36-generic
  Setting up linux-headers-generic (3.13.0.36.43) ...
  No apport report written because the error message indicates its a followup 
error from a previous failure.

dpkg: dependency problems prevent configuration of 
linux-generic:
   linux-generic depends on linux-image-generic (= 3.13.0.36.43); however:
Package linux-image-generic is not configured yet.

  dpkg: error processing package linux-generic (--configure):
   dependency problems - leaving unconfigured

  
  And later this at the end:
  Processing triggers for libc-bin (2.19-0ubuntu6.3) ...
  E: Sub-process /usr/bin/dpkg returned an error code (1)

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: ubuntu-release-upgrader-core 1:0.220.5
  ProcVersionSignature: Ubuntu 3.13.0-34.60-generic 3.13.11.4
  Uname: Linux 3.13.0-34-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.4
  Architecture: amd64
  CrashDB: ubuntu
  CurrentDesktop: Unity
  Date: Wed Sep 24 21:57:55 2014
  InstallationDate: Installed on 2013-05-09 (503 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  PackageArchitecture: all
  SourcePackage: ubuntu-release-upgrader
  Symptom: dist-upgrade
  UpgradeStatus: Upgraded to trusty on 2014-05-04 (142 days ago)
  VarLogDistupgradeTermlog:

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

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

[Touch-packages] [Bug 1464801] Re: apt-get update segmentation fault with backports

2015-06-19 Thread Marc Deslauriers
** Information type changed from Private Security to Public

** Package changed: ubuntu => apt (Ubuntu)

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

Title:
  apt-get update segmentation fault with backports

Status in apt package in Ubuntu:
  New

Bug description:
  I noticed starting yesterday (2015-06-11) that "apt-get update" would
  give "segmentation fault" with exit code 139. "apt-get upgrade" would
  also segfault with exit code 139.

  Trying various things, if I comment out in /etc/apt/sources.lst:
  deb http://archive.ubuntu.com/ubuntu precise-backports main restricted 
universe multiverse
  ... "apt-get update" then works normally and "upgrade" will upgrade new 
package revisions.
  If I add back the backports line and "apt-get update", the segfaults will 
start happening again.

  This only happens on my 12.04 LTS systems. My 14.04 LTS systems do not
  have any problems with backports.

  My 12.04 systems include:
  minimally installed laptop
  minimally installed VPS
  minimally installed firewall
  minimally installed virtualbox vm
  remastered live CD and its chroot master
  remastered ubuntu-rescue-remix live CD and its chroot master
  12.04 chroot for running older programs that won't work under 14.04

  Since its happening to all the 12.04 installs I have, I think this is
  widespread. I'm surprised there hasn't been a bug filed on it already.

  "apt-cache policy" crashed until I removed backports and did an update
  again.

  I consider this to be a security issue as it was blocking me from
  getting recent SSL/encryption updates that my 14.04 systems could get
  without problems. As a whole, it would block all updates until
  backports was removed.

  I did a tar.gz of anything "backports" in /var and attached it. My
  guess is that some kind of malformed entry in one of the apt
  description files got corrupted somehow. These files should allow for
  separate bug reproduction in case backports gets changed in the mean
  time.

  --

  lsb_release -rd
  Description:  Ubuntu 12.04.5 LTS
  Release:  12.04

  apt-cache policy apt
  apt:
Installed: 0.8.16~exp12ubuntu10.24
Candidate: 0.8.16~exp12ubuntu10.24
Version table:
   *** 0.8.16~exp12ubuntu10.24 0
  500 http://archive.ubuntu.com/ubuntu/ precise-updates/main i386 
Packages
  100 /var/lib/dpkg/status
   0.8.16~exp12ubuntu10.21 0
  500 http://security.ubuntu.com/ubuntu/ precise-security/main i386 
Packages
   0.8.16~exp12ubuntu10 0
  500 http://archive.ubuntu.com/ubuntu/ precise/main i386 Packages

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

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


[Touch-packages] [Bug 1437305] Re: Wrong date day icon display and one day before events day in month view

2015-06-19 Thread Ubuntu Phone Apps Jenkins Bot
Fix committed into lp:ubuntu-calendar-app at revision 671, scheduled for
release in ubuntu-calendar-app, milestone rtm14

** Changed in: ubuntu-calendar-app
   Status: In Progress => Fix Committed

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

Title:
  Wrong date day icon display and one day before events day in month
  view

Status in Calendar application for Ubuntu devices:
  Fix Committed
Status in qtorganizer5-eds package in Ubuntu:
  Confirmed

Bug description:
  All day events display one day too early in month view.

  Create an all day event on 27th March 2015, move month view and the
  dot is against 26th March.  Can be corrected by changing all day event
  to span 27th to 28th March but now event displays over two days on day
  view. Icon displays wrong date: next day date

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

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


[Touch-packages] [Bug 1466529] Re: package libkrb5-26-heimdal:amd64 1.6~git20131207+dfsg-1ubuntu1.1 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it bef

2015-06-19 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

Since it seems likely to me that this is a local configuration problem,
rather than a bug in Ubuntu, I'm marking this bug as Incomplete.

If indeed this is a local configuration problem, you can find pointers
to get help for this sort of problem here:
http://www.ubuntu.com/support/community

Or if you believe that this is really a bug, then you may find it
helpful to read "How to report bugs effectively"
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then provide a more complete description of the problem,
explain why you believe this is a bug in Ubuntu rather than a problem
specific to your system, and then change the bug status back to New.


** Changed in: heimdal (Ubuntu)
   Status: New => Incomplete

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

Title:
  package libkrb5-26-heimdal:amd64 1.6~git20131207+dfsg-1ubuntu1.1
  failed to install/upgrade: package is in a very bad inconsistent
  state; you should  reinstall it before attempting configuration

Status in heimdal package in Ubuntu:
  Incomplete

Bug description:
  could not install new upgrade

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: libkrb5-26-heimdal:amd64 1.6~git20131207+dfsg-1ubuntu1.1
  ProcVersionSignature: Ubuntu 3.13.0-46.79-generic 3.13.11-ckt15
  Uname: Linux 3.13.0-46-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  Date: Thu Jun 18 09:21:55 2015
  DuplicateSignature: 
package:libkrb5-26-heimdal:amd64:1.6~git20131207+dfsg-1ubuntu1.1:package is in 
a very bad inconsistent state; you should  reinstall it before attempting 
configuration
  ErrorMessage: package is in a very bad inconsistent state; you should  
reinstall it before attempting configuration
  InstallationDate: Installed on 2014-11-08 (221 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  SourcePackage: heimdal
  Title: package libkrb5-26-heimdal:amd64 1.6~git20131207+dfsg-1ubuntu1.1 
failed to install/upgrade: package is in a very bad inconsistent state; you 
should  reinstall it before attempting configuration
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1376252] Re: autopilot3 crashed with TypeError in decode(): 'NoneType' does not support the buffer interface

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

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

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

Title:
  autopilot3 crashed with TypeError in decode(): 'NoneType' does not
  support the buffer interface

Status in autopilot package in Ubuntu:
  Confirmed

Bug description:
  Found the crash file in clock-app autopilot test results on the
  dasboard. The tests are failing because autopilot is not able to find
  the proxy object for the process. Perhaps this crash is the cause.

  
http://ci.ubuntu.com/smokeng/utopic/touch/mako/264:20141001:20140929.1/10758/ubuntu_clock_app/

  ProblemType: Crash
  DistroRelease: Ubuntu 14.10
  Package: python3-autopilot 1.5.0+14.10.20140812-0ubuntu1
  Uname: Linux 3.4.0-5-mako armv7l
  ApportVersion: 2.14.7-0ubuntu2
  Architecture: armhf
  Date: Wed Oct  1 05:06:24 2014
  ExecutablePath: /usr/bin/autopilot3
  InstallationDate: Installed on 2014-10-01 (0 days ago)
  InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf 
(20141001-020204)
  InterpreterPath: /usr/bin/python3.4
  PackageArchitecture: all
  ProcCmdline: /usr/bin/python3 /usr/bin/autopilot3 run -v 
--timeout-profile=long -o /tmp/test_results.subunit -f subunit ubuntu_clock_app
  PythonArgs: ['/usr/bin/autopilot3', 'run', '-v', '--timeout-profile=long', 
'-o', '/tmp/test_results.subunit', '-f', 'subunit', 'ubuntu_clock_app']
  SourcePackage: autopilot
  Title: autopilot3 crashed with TypeError in decode(): 'NoneType' does not 
support the buffer interface
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm autopilot cdrom dialout dip plugdev sudo tty video

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

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


[Touch-packages] [Bug 1466235] Re: Xorg crash

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

** Information type changed from Private Security to Public

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

Title:
  Xorg crash

Status in xorg package in Ubuntu:
  New

Bug description:
  when system do two or three process it come back to login page

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-55.92-generic 3.13.11-ckt20
  Uname: Linux 3.13.0-55-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,staticswitcher,workarounds,scale,expo,ezoom,dbus]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Thu Jun 18 03:09:03 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus:
   virtualbox, 4.3.10, 3.13.0-53-generic, x86_64: installed
   virtualbox, 4.3.10, 3.13.0-54-generic, x86_64: installed
   virtualbox, 4.3.10, 3.13.0-55-generic, x86_64: installed
  GraphicsCard:
   Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] 
(rev 0b) (prog-if 00 [VGA controller])
 Subsystem: Dell Device [1028:0651]
  InstallationDate: Installed on 2015-01-19 (149 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: Dell Inc. Inspiron 3542
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-55-generic 
root=UUID=b21e5ae6-b281-43f4-843f-e37c074abc16 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  Title: Xorg crash
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/27/2014
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A03
  dmi.board.name: 09V1VC
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A03
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: Not Specified
  dmi.modalias: 
dmi:bvnDellInc.:bvrA03:bd05/27/2014:svnDellInc.:pnInspiron3542:pvrNotSpecified:rvnDellInc.:rn09V1VC:rvrA03:cvnDellInc.:ct8:cvrNotSpecified:
  dmi.product.name: Inspiron 3542
  dmi.product.version: Not Specified
  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 10.1.3-0ubuntu0.4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.4
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.6
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Wed Jun 17 20:47:06 2015
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id5567 
   vendor CMN
  xserver.version: 2:1.15.1-0ubuntu2.7

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

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


[Touch-packages] [Bug 1464925] Re: Installed and attempted to use Mbuntu

2015-06-19 Thread Marc Deslauriers
Thanks for your comments. This does not appear to be a bug report and we
are closing it. We appreciate the difficulties you are facing, but it
would make more sense to raise your question in the support tracker.
Please visit https://answers.launchpad.net/ubuntu/+addquestion

** Information type changed from Private Security to Public

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

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

Title:
  Installed and attempted to use Mbuntu

Status in xorg package in Ubuntu:
  Invalid

Bug description:
  I followed the instructions on the web site for MacBuntu, installed
  and was able to run for a short period of time, perhaps three hours.
  Then I began getting messages that Ubuntu had developed internal
  problems and needed to be shut down.  That was two days ago. Today I
  again had several programs stop, lock up the computer, ShotWell,
  Audacious, VLC, RythomBox.  Attempted to remove Mbuntu following the
  commands to restore system. Total failure and crash.  What is next??

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
  Uname: Linux 3.19.0-20-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Sat Jun 13 15:46:05 2015
  DistUpgraded: Fresh install
  DistroCodename: vivid
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Richland [Radeon HD 8670D] 
[1002:990c] (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Device [1043:8526]
  InstallationDate: Installed on 2015-06-11 (2 days ago)
  InstallationMedia: Ubuntu-GNOME 15.04 "Vivid Vervet" - Release amd64 
(20150422)
  MachineType: System manufacturer System Product Name
  ProcEnviron:
   LANGUAGE=en_CA:en
   PATH=(custom, no user)
   LANG=en_CA.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-20-generic 
root=UUID=baaae4ff-e2ca-4d3b-97c8-4f24c67b9b50 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/03/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 6102
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: F2A85-M
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr6102:bd05/03/2013:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnF2A85-M:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.2-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0-1ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu2.2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
  xserver.bootTime: Sat Jun 13 15:37:28 2015
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.17.1-0ubuntu3
  xserver.video_driver: radeon

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

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


[Touch-packages] [Bug 1464801] [NEW] apt-get update segmentation fault with backports

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

I noticed starting yesterday (2015-06-11) that "apt-get update" would
give "segmentation fault" with exit code 139. "apt-get upgrade" would
also segfault with exit code 139.

Trying various things, if I comment out in /etc/apt/sources.lst:
deb http://archive.ubuntu.com/ubuntu precise-backports main restricted universe 
multiverse
... "apt-get update" then works normally and "upgrade" will upgrade new package 
revisions.
If I add back the backports line and "apt-get update", the segfaults will start 
happening again.

This only happens on my 12.04 LTS systems. My 14.04 LTS systems do not
have any problems with backports.

My 12.04 systems include:
minimally installed laptop
minimally installed VPS
minimally installed firewall
minimally installed virtualbox vm
remastered live CD and its chroot master
remastered ubuntu-rescue-remix live CD and its chroot master
12.04 chroot for running older programs that won't work under 14.04

Since its happening to all the 12.04 installs I have, I think this is
widespread. I'm surprised there hasn't been a bug filed on it already.

"apt-cache policy" crashed until I removed backports and did an update
again.

I consider this to be a security issue as it was blocking me from
getting recent SSL/encryption updates that my 14.04 systems could get
without problems. As a whole, it would block all updates until backports
was removed.

I did a tar.gz of anything "backports" in /var and attached it. My guess
is that some kind of malformed entry in one of the apt description files
got corrupted somehow. These files should allow for separate bug
reproduction in case backports gets changed in the mean time.

--

lsb_release -rd
Description:Ubuntu 12.04.5 LTS
Release:12.04

apt-cache policy apt
apt:
  Installed: 0.8.16~exp12ubuntu10.24
  Candidate: 0.8.16~exp12ubuntu10.24
  Version table:
 *** 0.8.16~exp12ubuntu10.24 0
500 http://archive.ubuntu.com/ubuntu/ precise-updates/main i386 Packages
100 /var/lib/dpkg/status
 0.8.16~exp12ubuntu10.21 0
500 http://security.ubuntu.com/ubuntu/ precise-security/main i386 
Packages
 0.8.16~exp12ubuntu10 0
500 http://archive.ubuntu.com/ubuntu/ precise/main i386 Packages

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

-- 
apt-get update segmentation fault with backports
https://bugs.launchpad.net/bugs/1464801
You received this bug notification because you are a member of Ubuntu Touch 
seeded packages, which is subscribed to apt 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 1455470] Re: [address-book-app] The NOTE field sould be synced and displayed

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

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

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

Title:
  [address-book-app] The NOTE field sould be synced and displayed

Status in Ubuntu UX bugs:
  Triaged
Status in address-book-app package in Ubuntu:
  Confirmed

Bug description:
  On my bq, r22, the contacts does not show the NOTE field, nor it
  allows to create a contact and to add a such field. This field is
  useful to store contact information like opening hours, GPS
  coordinates... It should be added in the list of fields managed (and
  synchronized) by the app.

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

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


[Touch-packages] [Bug 1367411] Re: missing URL and notes fields when syncing google contacts

2015-06-19 Thread Yuri
*** This bug is a duplicate of bug 1455470 ***
https://bugs.launchpad.net/bugs/1455470

** This bug has been marked a duplicate of bug 1455470
   [address-book-app] The NOTE field sould be synced and displayed

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

Title:
  missing URL and notes fields when syncing google contacts

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

Bug description:
  subject says it all really :)

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

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


[Touch-packages] [Bug 1466820] Re: Notification by sound or vibration doesn't work

2015-06-19 Thread Nekhelesh Ramananthan
** Also affects: indicator-datetime (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Notification by sound or vibration doesn't work

Status in Clock application for Ubuntu devices:
  New
Status in indicator-datetime package in Ubuntu:
  New

Bug description:
  Since I updated to the newest version of the alarm-clock-app, there is
  no notification by sound or vibration anymore. But the screen
  notification is displayed.

  * I deleted all the alarms and recreated them
  * I tried silent and non silent mode and different volume setting
  * I even tried it with headphones and without

  As suggested I attached the files in .local/share/evolution/tasks

  Device: BQ Aquarius E4.5
  Channel: stable
  OS: 15.04 r23
  ubuntu-clock-app 3.3.280.1

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

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


[Touch-packages] [Bug 1466824] [NEW] When suspend message appeared in top left corner and after using computer upower crashed

2015-06-19 Thread Mohammed Alkindi
Public bug reported:

Upower crashed after activating my computer and after automatic suspend
appeared

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: upower 0.9.23-2ubuntu1
ProcVersionSignature: Ubuntu 3.19.0-20.20~14.04.1-generic 3.19.8
Uname: Linux 3.19.0-20-generic x86_64
ApportVersion: 2.14.7-0ubuntu8.5
Architecture: amd64
Date: Fri Jun 19 15:09:29 2015
InstallationDate: Installed on 2015-03-15 (95 days ago)
InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 (20150218.1)
SourcePackage: upower
UpgradeStatus: Upgraded to utopic on 2015-06-18 (0 days ago)

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


** Tags: amd64 apport-bug third-party-packages utopic

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

Title:
  When suspend message appeared in top left corner and after using
  computer upower crashed

Status in upower package in Ubuntu:
  New

Bug description:
  Upower crashed after activating my computer and after automatic
  suspend appeared

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: upower 0.9.23-2ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-20.20~14.04.1-generic 3.19.8
  Uname: Linux 3.19.0-20-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8.5
  Architecture: amd64
  Date: Fri Jun 19 15:09:29 2015
  InstallationDate: Installed on 2015-03-15 (95 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  SourcePackage: upower
  UpgradeStatus: Upgraded to utopic on 2015-06-18 (0 days ago)

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

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


[Touch-packages] [Bug 1455916] Re: Xorg unexpectedly crashed

2015-06-19 Thread Christopher M. Penalver
** Changed in: xorg (Ubuntu)
   Status: Incomplete => New

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

Title:
  Xorg unexpectedly crashed

Status in xorg package in Ubuntu:
  New

Bug description:
  Xorg unexpectedly crashed bringing down down metacity and gnome-flashback too.
  This is the relevant section from the system logs:
  May 17 15:09:05 ultra-d gnome-session[1514]: Window manager warning: Log 
level 6: The program 'metacity' received an X Window System error.
  May 17 15:09:05 ultra-d gnome-session[1514]: This probably reflects a bug in 
the program.
  May 17 15:09:05 ultra-d gnome-session[1514]: The error was 'BadRegion 
(invalid Region parameter)'.
  May 17 15:09:05 ultra-d gnome-session[1514]: (Details: serial 508727326 
error_code 140 request_code 138 (XFIXES) minor_code 12)
  May 17 15:09:05 ultra-d gnome-session[1514]: (Note to programmers: normally, 
X errors are reported asynchronously;
  May 17 15:09:05 ultra-d gnome-session[1514]: that is, you will receive the 
error a while after causing it.
  May 17 15:09:05 ultra-d gnome-session[1514]: To debug your program, run it 
with the GDK_SYNCHRONIZE environment
  May 17 15:09:05 ultra-d gnome-session[1514]: variable to change this 
behavior. You can then get a meaningful
  May 17 15:09:05 ultra-d gnome-session[1514]: backtrace from your debugger if 
you break on the gdk_x_error() function.)
  May 17 15:09:05 ultra-d kernel: [276368.790571] traps: metacity[1688] trap 
int3 ip:7fb31d5d9d00 sp:7ffc0f98c740 error:0
  May 17 15:09:19 ultra-d gnome-session[1514]: gnome-session[1514]: WARNING: 
Child process 1688 was already dead.
  May 17 15:09:19 ultra-d gnome-session[1514]: WARNING: Child process 1688 was 
already dead.
  May 17 15:09:19 ultra-d gnome-session[1514]: gnome-session[1514]: WARNING: 
Application 'metacity.desktop' killed by signal 5
  May 17 15:09:19 ultra-d gnome-session[1514]: WARNING: Application 
'metacity.desktop' killed by signal 5
  May 17 15:09:19 ultra-d gnome-session[1514]: gnome-session[1514]: WARNING: 
App 'metacity.desktop' respawning too quickly
  May 17 15:09:19 ultra-d gnome-session[1514]: WARNING: App 'metacity.desktop' 
respawning too quickly
  May 17 15:09:19 ultra-d gnome-session[1514]: Unrecoverable failure in 
required component metacity.desktop
  May 17 15:09:19 ultra-d gnome-session[1514]: gnome-session[1514]: CRITICAL: 
We failed, but the fail whale is dead. Sorry
  May 17 15:09:19 ultra-d gnome-session[1514]: CRITICAL: We failed, but the 
fail whale is dead. Sorry
  May 17 15:09:20 ultra-d gnome-session[1514]: ICE default IO error handler 
doing an exit(), pid = 17669, errno = 11

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3
  Uname: Linux 3.19.0-16-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Sun May 17 15:56:28 2015
  DistUpgraded: Fresh install
  DistroCodename: vivid
  DistroVariant: ubuntu
  DkmsStatus:
   virtualbox, 4.3.26, 3.19.0-15-generic, x86_64: installed
   virtualbox, 4.3.26, 3.19.0-16-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Dell Device [1028:04ca]
   Advanced Micro Devices, Inc. [AMD/ATI] Seymour [Radeon HD 6400M/7400M 
Series] [1002:6760] (rev ff) (prog-if ff)
  MachineType: Dell Inc. Inspiron N5110
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-16-generic 
root=/dev/mapper/system_vg-root_lv ro cryptdevice=/dev/sda2:system_crypt quiet 
splash vt.handoff=7
  SourcePackage: xorg
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/03/2012
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A11
  dmi.board.name: 0FTJWD
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A11
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: Not Specified
  dmi.modalias: 
dmi:bvnDellInc.:bvrA11:bd08/03/2012:svnDellInc.:pnInspironN5110:pvrNotSpecified:rvnDellInc.:rn0FTJWD:rvrA11:cvnDellInc.:ct8:cvrNotSpecified:
  dmi.product.name: Inspiron N5110
  dmi.product.version: Not Specified
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.2-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
  version.xserver-xo

[Touch-packages] [Bug 1465675] Re: API needed to determine if App ID is a scope

2015-06-19 Thread James Henstridge
Are you sure you can't click for this information?  Take the Youtube
scope for instance, with a scope ID of
"com.ubuntu.scopes.youtube_youtube".  I can get the manifest for the
package with:

click info com.ubuntu.scopes.youtube

Looking at the manifest, the hooks.youtube dict has a "scope" key, so I
know that this is a scope.  Presumably you can do that with the API too?

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

Title:
  API needed to determine if App ID is a scope

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

Bug description:
  
  There are a few cases where we'd like it if a higher level service could 
determine if a particular AppID is connected to a scope. This mostly deals with 
requests that relate to trusted session prompts as they need to be overlayed on 
top of the dash instead of the calling process. Another is so that URL 
dispatcher can return better errors on the scope:// URL namespace. I don't 
think that it needs to be complex, roughly something like this:

  bool isScope (const char * appid);

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

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


[Touch-packages] [Bug 1466819] [NEW] Full shell rotation not working in Windowed mode

2015-06-19 Thread zubozrout
Public bug reported:

Although full shell rotation is currently available on devel-proposed, it 
doesn't work with windowed mode and everything is locked in portrait mode.
Is there a way to enable it, to force landscape mode or a reason why this is 
not available (like not yet implemented)?

Thank you very much for your answers.

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

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

Title:
  Full shell rotation not working in Windowed mode

Status in unity8 package in Ubuntu:
  New

Bug description:
  Although full shell rotation is currently available on devel-proposed, it 
doesn't work with windowed mode and everything is locked in portrait mode.
  Is there a way to enable it, to force landscape mode or a reason why this is 
not available (like not yet implemented)?

  Thank you very much for your answers.

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

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


[Touch-packages] [Bug 1447173] Re: libusermetrics FTBFS with Qt 5.5

2015-06-19 Thread Pete Woods
** Changed in: libusermetrics (Ubuntu)
 Assignee: (unassigned) => Pete Woods (pete-woods)

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

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

Title:
  libusermetrics FTBFS with Qt 5.5

Status in libusermetrics package in Ubuntu:
  In Progress

Bug description:
  libusermetrics fails to build against Qt 5.5:

  https://launchpadlibrarian.net/204004781/buildlog_ubuntu-vivid-
  
amd64.libusermetrics_1.1.1%2B15.04.20150219-0ubuntu2~vivid1~test1~qt550alpha1_BUILDING.txt.gz

  --
  
/build/buildd/libusermetrics-1.1.1+15.04.20150219/include/libusermetricsoutput/ColorTheme.h:36:48:
 error: expected class-name before '{' token
   class Q_DECL_EXPORT ColorTheme: public QObject {
  ^
  
/build/buildd/libusermetrics-1.1.1+15.04.20150219/include/libusermetricsoutput/ColorTheme.h:37:1:
 error: 'Q_OBJECT' does not name a type
   Q_OBJECT
   ^
  --

  Maybe a missing include that could be added even without #ifdef
  5.4/5.5?

  unity8 needed this fix:
  https://code.launchpad.net/~aacid/unity8/qt55/+merge/254418 and
  maliit-framework needed this one
  https://launchpadlibrarian.net/203838825/0014-fix-building-with-
  qt5.5.patch

  More information about Qt 5.5 at
  https://wiki.ubuntu.com/Touch/QtTesting

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

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


[Touch-packages] [Bug 1464365] Re: Resolution is incorrect; screen mostly occluded

2015-06-19 Thread Christopher M. Penalver
** Changed in: xorg (Ubuntu)
   Status: New => Triaged

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

Title:
  Resolution is incorrect; screen mostly occluded

Status in xorg package in Ubuntu:
  Triaged

Bug description:
  I have a 3440x1440 monitor and after today's full dist-upgrade, most
  of the screen real-estate is unusable.  I see a small rectangular
  patch in the lower left corner, and on this patch I can right-button
  to bring up the menu.  While the rest of the screen will display the
  cursor, it is neither the correct background color (nor can it be set
  to the right color; it's just black), and the rest of the screen will
  not respond to mouse clicks at all.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
  Uname: Linux 3.19.0-20-generic x86_64
  ApportVersion: 2.17.3-0ubuntu4
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  Date: Thu Jun 11 15:02:35 2015
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   VMware SVGA II Adapter [15ad:0405] (prog-if 00 [VGA controller])
 Subsystem: VMware SVGA II Adapter [15ad:0405]
  InstallationDate: Installed on 2014-11-22 (201 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Alpha amd64 (20141120)
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 004: ID 0e0f:0008 VMware, Inc. 
   Bus 002 Device 003: ID 0e0f:0002 VMware, Inc. Virtual USB Hub
   Bus 002 Device 002: ID 0e0f:0003 VMware, Inc. Virtual Mouse
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: VMware, Inc. VMware Virtual Platform
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-20-generic 
root=UUID=9d28685f-2eae-4d72-8bdc-73fd28aba577 ro
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/20/2014
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: 6.00
  dmi.board.name: 440BX Desktop Reference Platform
  dmi.board.vendor: Intel Corporation
  dmi.board.version: None
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 1
  dmi.chassis.vendor: No Enclosure
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvr6.00:bd05/20/2014:svnVMware,Inc.:pnVMwareVirtualPlatform:pvrNone:rvnIntelCorporation:rn440BXDesktopReferencePlatform:rvrNone:cvnNoEnclosure:ct1:cvrN/A:
  dmi.product.name: VMware Virtual Platform
  dmi.product.version: None
  dmi.sys.vendor: VMware, Inc.
  version.compiz: compiz 1:0.9.12.1+15.10.20150511-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-3
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.2-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu4
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0-1ubuntu3
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu3
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu3
  xserver.bootTime: Thu Jun 11 14:57:39 2015
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputVMware VMware Virtual USB Mouse MOUSE, id 7
   inputAT Translated Set 2 keyboard KEYBOARD, id 8
   inputImPS/2 Generic Wheel Mouse MOUSE, id 9
  xserver.errors:
   No surface to present from.
   No surface to present from.
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs: Output
Virtual2Virtual3Virtual4Virtual5Virtual6
Virtual7Virtual8
  xserver.version: 2:1.17.1-0ubuntu4
  xserver.video_driver: vmware

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

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


[Touch-packages] [Bug 1466812] [NEW] aa-logprof crash

2015-06-19 Thread QkiZ
Public bug reported:

aa-logprof crash after adding generic profile of apache2.
Reading log entries from /var/log/syslog.
Updating AppArmor profiles in /etc/apparmor.d.
Traceback (most recent call last):
  File "/usr/sbin/aa-logprof", line 54, in 
apparmor.do_logprof_pass(logmark)
  File "/usr/lib/python3/dist-packages/apparmor/aa.py", line 2280, in 
do_logprof_pass
log = log_reader.read_log(logmark)
  File "/usr/lib/python3/dist-packages/apparmor/logparser.py", line 373, in 
read_log
self.add_event_to_tree(event)
  File "/usr/lib/python3/dist-packages/apparmor/logparser.py", line 278, in 
add_event_to_tree
rmask = rmask.replace('c', 'w')
AttributeError: 'set' object has no attribute 'replace'

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: apparmor-utils 2.8.95~2430-0ubuntu5.2
ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
Uname: Linux 3.16.0-30-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.11
Architecture: amd64
Date: Fri Jun 19 12:37:54 2015
InstallationDate: Installed on 2015-04-23 (56 days ago)
InstallationMedia: Ubuntu-Server 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
ProcKernelCmdline: BOOT_IMAGE=/vmlinuz-3.16.0-30-generic 
root=/dev/mapper/system-root ro
SourcePackage: apparmor
Syslog:
 
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug trusty

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

Title:
  aa-logprof crash

Status in apparmor package in Ubuntu:
  New

Bug description:
  aa-logprof crash after adding generic profile of apache2.
  Reading log entries from /var/log/syslog.
  Updating AppArmor profiles in /etc/apparmor.d.
  Traceback (most recent call last):
File "/usr/sbin/aa-logprof", line 54, in 
  apparmor.do_logprof_pass(logmark)
File "/usr/lib/python3/dist-packages/apparmor/aa.py", line 2280, in 
do_logprof_pass
  log = log_reader.read_log(logmark)
File "/usr/lib/python3/dist-packages/apparmor/logparser.py", line 373, in 
read_log
  self.add_event_to_tree(event)
File "/usr/lib/python3/dist-packages/apparmor/logparser.py", line 278, in 
add_event_to_tree
  rmask = rmask.replace('c', 'w')
  AttributeError: 'set' object has no attribute 'replace'

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: apparmor-utils 2.8.95~2430-0ubuntu5.2
  ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
  Uname: Linux 3.16.0-30-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  Date: Fri Jun 19 12:37:54 2015
  InstallationDate: Installed on 2015-04-23 (56 days ago)
  InstallationMedia: Ubuntu-Server 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  ProcKernelCmdline: BOOT_IMAGE=/vmlinuz-3.16.0-30-generic 
root=/dev/mapper/system-root ro
  SourcePackage: apparmor
  Syslog:
   
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1326067] Re: [sdk] Add colors for Positive/Negative/Neutral actions

2015-06-19 Thread Alex Milazzo
We are working on CTA colour and style hierarchy

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

Title:
  [sdk] Add colors for Positive/Negative/Neutral actions

Status in Ubuntu UI Toolkit:
  Confirmed
Status in Ubuntu UX bugs:
  Triaged
Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  Add PositiveAction, NegativeAction, NeutralAction to UbuntuColors, and
  document how to use them in Button examples.

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

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


[Touch-packages] [Bug 1378379] Re: [All Apps] Define rules to construct static splash screen in desktop file

2015-06-19 Thread Alex Milazzo
** Changed in: ubuntu-ux
   Status: In Progress => Fix Released

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

Title:
  [All Apps] Define rules to construct static splash screen in desktop
  file

Status in Camera App:
  In Progress
Status in Dialer app for Ubuntu Touch:
  Fix Released
Status in Gallery App:
  Fix Released
Status in Media Player App:
  New
Status in Messaging App:
  Fix Released
Status in Ubuntu UX bugs:
  Fix Released
Status in The Webapps-core project:
  Triaged
Status in Web Browser App:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  Fix Released
Status in dialer-app package in Ubuntu RTM:
  Fix Released
Status in gallery-app package in Ubuntu RTM:
  Fix Released
Status in messaging-app package in Ubuntu RTM:
  Fix Released
Status in webbrowser-app package in Ubuntu RTM:
  Fix Released

Bug description:
  Need to start making use of the static splash screen feature recently
  landed in unity8.

  How to use them can be found in:

  https://lists.launchpad.net/ubuntu-phone/msg09996.html

  And a current example is address-book-app.

To manage notifications about this bug go to:
https://bugs.launchpad.net/camera-app/+bug/1378379/+subscriptions

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


[Touch-packages] [Bug 1308068] Re: Capability to automatically dial extensions is missing

2015-06-19 Thread Silas Wulff
the Firefox OS project similarly implemented this and it was prioritised
by them because its a requirement for the phone OS to obtain certain
certifications - maybe this could be used to push it in priority :-D

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

Title:
  Capability to automatically dial extensions is missing

Status in dialer-app package in Ubuntu:
  Confirmed
Status in ubuntu-keyboard package in Ubuntu:
  Confirmed

Bug description:
  GSM phones support dialling strings that include DTMF digits that are
  sent after the call is answered. This is useful when the call is
  answered by a PBX. There are two possibilities:

  1.- Sending the digits with a pause of 3 seconds after the call has been 
answered. The functionality is described in TS 22.101, section A.21.
  2.- Letting the user send the digits after the call has been answered 
pressing again the send button. I have not found this specified, but seems to 
be supported in most phones.

  First option is shown with a ',' character in Android and iPhones or
  with 'p' in other phones. Example: 65423211,34 or 65423211p34, which
  will send DTMF digits 3 and 4 three seconds after 65423211 answers the
  call. My Android phone waits 2 seconds instead of 3, but that does not
  really comply with TS 22.101.

  Second option is shown with a ';' character in Android and iPhones or
  with 'w' in other phones. Example: 65423211;34 or 65423211w34, which
  will send DTMF digits 3 and 4 when the user presses the send button
  for the second time (after 65423211 answers the call).

  Note that these special digits can be stored in the phone book.

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

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


[Touch-packages] [Bug 1440877] Re: [Indicators] Inactive indicator icons are not visible in bright light

2015-06-19 Thread Alex Milazzo
System Settings are being redesigned and prototyped.

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

Title:
  [Indicators] Inactive indicator icons are not visible in bright light

Status in Ubuntu UX bugs:
  Triaged
Status in unity8 package in Ubuntu:
  New

Bug description:
  In bad light conditions (bright) it is very hard to select the right
  tab in the quick settings menu on Ubuntu Phone.  This is because the
  contrast between the grey icon and the black background is to low.
  When I wanted to switch on the GPS in the car I wasn't able to find
  the right tab because I couldn't see the icons and I just couldn't
  give the mounted phone a closer look.

  Another color combination: white = inaktive, blue = aktive would
  increase the usability.

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

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


[Touch-packages] [Bug 1466608] Re: Unable to resolve domains with large EDNS0 replies

2015-06-19 Thread Thomas Hood
To add that, or any other, option to resolv.conf permanently, add the
line

options edns0

to the file

 /etc/resolvconf/resolv.conf.d/base

and then resolvconf will include it in the resolv.conf that it
generates.

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

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

Title:
  Unable to resolve domains with large EDNS0 replies

Status in dnsmasq package in Ubuntu:
  Invalid

Bug description:
  Not sure resolvconf is the correct place to report this bug, but I'm
  unable to resolve domains with large EDNS0 replies.

  A couple of examples are www.sciencedaily.com and
  www.ncbi.nlm.nih.gov. Interestingly, they resolve when I use "dig
  ", but if I enter a URL with either of those domains in my
  browser (tried Chromium and Firefox), then name resolution fails. Ping
  also fails with a name resolution error message.

  Here's an example:

  $ dig www.ncbi.nlm.nih.gov

  ; <<>> DiG 9.9.5-3ubuntu0.2-Ubuntu <<>> www.ncbi.nlm.nih.gov
  ;; global options: +cmd
  ;; Got answer:
  ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 8409
  ;; flags: qr rd ra ad; QUERY: 1, ANSWER: 4, AUTHORITY: 0, ADDITIONAL: 1

  ;; OPT PSEUDOSECTION:
  ; EDNS: version: 0, flags: do; udp: 1280
  ;; QUESTION SECTION:
  ;www.ncbi.nlm.nih.gov.IN  A

  ;; ANSWER SECTION:
  www.ncbi.nlm.nih.gov. 2358IN  CNAME   www.wip.ncbi.nlm.nih.gov.
  www.ncbi.nlm.nih.gov. 2358IN  RRSIG   CNAME 7 5 86400 20151213102025 
20150616102025 52670 ncbi.nlm.nih.gov. 
dZt9uuyLImbB23vdqcsSK+nWK77BREttiAP80Ovq2/xV48JsII3Uxzxc 
W8OkLmc5dSdPNkfwc6QFC/+wqe+4ORb1TC4Qxw5HQxo4nCindPFGZAgJ 
SEFcWRJ2HrU5BKz/MeVMALJ3YN6LSHIwkTIwJbKweTGLQTZPZTryp1M7 
UQrqd0hs7tjjwVl/6zRIA5UGgFbdrLwX9jmh4ykBTqK8u0Rt/wrTeHbp 
UpVMxAUdUW1CJ7xAnn/k4td6zdx7Tm5+CkS99Qva0cPfSSo6Qh4Uplun 
LKwT9GR4zqBTQRjBWSTf2YdhrAU8oyh9WbQ66WHLYkC8Kp55iskL8E8p E5wOYA==
  www.wip.ncbi.nlm.nih.gov. 30  IN  A   130.14.29.110
  www.wip.ncbi.nlm.nih.gov. 30  IN  RRSIG   A 7 6 30 20150708223631 
20150617223631 34334 wip.ncbi.nlm.nih.gov. 
aF9abjtGNMz+8NkcTGIY8GwjfZBCcL532B2sdJM891OAP2V9GwPCDGNY 
VzMPzZjMGN9qHsBgXuFY5jZQNWFvWfIQctTJEZTxClyJyFhe5JbyIspg 
NIO6ZXxjD3h7Ax/Sr5peyf8mfCU/8FZHPGJOhsNEFOwL3RjIddTK6Ibc 
PQ55CWOuVrvw26kKj9gxBG8r6iBcKe89xHQYPm1w+Osp8c2twGhqBmfd 
7zcRxFLyF0BpY63kcQiF5lJ2fI31x+zCAROL9H3L1jm/K7aMAiO5kuWl 
DK57upsmtQNzjWX8coYpm7/3Gebfmpjx4BtC75L5IP/WfwVBfzHeRjAG KY/7aQ==

  ;; Query time: 132 msec
  ;; SERVER: 127.0.1.1#53(127.0.1.1)
  ;; WHEN: Thu Jun 18 20:26:50 CEST 2015
  ;; MSG SIZE  rcvd: 699

  $ ping www.ncbi.nlm.nih.gov
  ping: unknown host www.ncbi.nlm.nih.gov

  I also watched with tcpdump when trying to look up the domain
  www.sciencedaily.com, and when I use dig I immediately get the reply,
  but when trying with ping I don't get any reply, and it gives up after
  4 queries are sent. Must have something to do with the DNS flags that
  are set on the query in the different cases.

  Here's a lookup with dig:

  20:01:47.857269 IP 127.0.0.1.56927 > 127.0.1.1.53: 9907+ [1au] A? 
www.sciencedaily.com. (49)
  20:01:47.869516 IP 127.0.1.1.53 > 127.0.0.1.56927: 9907 2/6/43 CNAME 
ed5n3.x.incapdns.net., A 149.126.72.70 (879)

  and here's a name resolution triggered by running ping:

  20:02:47.969527 IP 127.0.0.1.35905 > 127.0.1.1.53: 59118+ A? 
www.sciencedaily.com. (38)
  20:02:52.974752 IP 127.0.0.1.35905 > 127.0.1.1.53: 59118+ A? 
www.sciencedaily.com. (38)
  20:02:57.980296 IP 127.0.0.1.48738 > 127.0.1.1.53: 3668+ A? 
www.sciencedaily.com. (38)
  20:03:02.985493 IP 127.0.0.1.48738 > 127.0.1.1.53: 3668+ A? 
www.sciencedaily.com. (38)

  I've not experienced this before, though these aren't domains I
  commonly visit. Is this a new issue?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: resolvconf 1.69ubuntu1.1
  ProcVersionSignature: Ubuntu 3.13.0-52.86-generic 3.13.11-ckt18
  Uname: Linux 3.13.0-52-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Jun 18 20:23:19 2015
  InstallationDate: Installed on 2014-10-19 (241 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  PackageArchitecture: all
  SourcePackage: resolvconf
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://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   >