[Touch-packages] [Bug 1332444] Re: CH Pedals are not working in 14.04

2014-08-06 Thread Martin Pitt
Do you see it in sudo evtest? Do you get events there?

 Looks like I need to change distro

Feel free to play around, of course; but won't help that much as udev is
pretty much the same in all distros..

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

Title:
  CH Pedals are not working in 14.04

Status in systemd:
  Fix Released
Status in “systemd” package in Ubuntu:
  Fix Committed

Bug description:
  I've created a rule in lib/udev/rules.d as 99-xplane.rules:
  # CH PRO PEDALS USB
  KERNEL==event*, ATTRS{idProduct}==00f2, ATTRS{idVendor}==068e, 
MODE=0666

  and even do at every x-plane start:
  cd /dev/input
  sudo setfacl --modify u:michael:rw- --modify g::rw- --modify o::rw- *

  but still my CH Pedals are often not working. (sometimes yes but not
  always)

  
  --
  michael@michael-ubuntu:~$ lsb_release -rd
  Description:  Ubuntu 14.04 LTS
  Release:  14.04
  michael@michael-ubuntu:~$ 

  
  michael@michael-ubuntu:~$ apt-cache policy udev
  udev:
Installed: 204-5ubuntu20.2
Candidate: 204-5ubuntu20.2
Version table:
   *** 204-5ubuntu20.2 0
  500 http://ch.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   204-5ubuntu20 0
  500 http://ch.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
  michael@michael-ubuntu:~$ 

  I expect my CH pedals to work out of the box like on Windows.
  But even with the above they only work sometimes.-

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: udev 204-5ubuntu20.2
  ProcVersionSignature: Ubuntu 3.13.0-29.53-generic 3.13.11.2
  Uname: Linux 3.13.0-29-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Jun 20 09:46:31 2014
  InstallationDate: Installed on 2014-04-19 (61 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  MachineType: ASUS All Series
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-29-generic.efi.signed 
root=UUID=2c43c000-7e14-4304-9dd6-e10fe2810f92 ro
  SourcePackage: systemd
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/19/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1405
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z87-PRO
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1405:bd08/19/2013:svnASUS:pnAllSeries:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnZ87-PRO:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: All Series
  dmi.product.version: System Version
  dmi.sys.vendor: ASUS

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

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


[Touch-packages] [Bug 1283551] Re: gjs-console crashed with signal 5

2014-08-06 Thread Tim
** Patch removed: glib-typelibs.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/gjs/+bug/1283551/+attachment/4170852/+files/glib-typelibs.debdiff

** Patch removed: glib-typelibs-trusty.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/gjs/+bug/1283551/+attachment/4170853/+files/glib-typelibs-trusty.debdiff

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

Title:
  gjs-console crashed with signal 5

Status in GNOME Spidermonkey Javascript binding:
  Fix Released
Status in The G Library - GLib:
  Fix Released
Status in Ubuntu GNOME:
  Triaged
Status in “gjs” package in Ubuntu:
  Fix Released
Status in “gobject-introspection” package in Ubuntu:
  Fix Released
Status in “gjs” source package in Trusty:
  In Progress
Status in “gobject-introspection” source package in Trusty:
  In Progress

Bug description:
  [Impact]
  This is #1 crasher for gjs on errors.u.c, with thousands of hits per week.

  [Testcase]
  There is no specific testcase, this crash can be triggered by any function 
that frees its instance arguments.

  [Regression Potential]
  This adds a new attribute to g-i, for it to be effective however it requires 
typelibs to be rebuilt. See Comment #25 below

  === Original Bug Report ===

  Connect Bluethooth

  ProblemType: CrashDistroRelease: Ubuntu 14.04
  Package: gjs 1.39.90-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-11.31-generic 3.13.3
  Uname: Linux 3.13.0-11-generic x86_64
  ApportVersion: 2.13.2-0ubuntu5
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Sat Feb 22 17:44:13 2014
  ExecutablePath: /usr/bin/gjs-console
  InstallationDate: Installed on 2014-01-23 (30 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20140122)
  ProcCmdline: /usr/bin/gjs-console -I /usr/share/gnome-documents/js -c const\ 
Main\ =\ imports.main;\ Main.start(); --no-default-window
  Signal: 5SourcePackage: gjs
  StacktraceTop:
   ?? () from /usr/lib/libgjs.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libmozjs-24.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libmozjs-24.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libmozjs-24.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libmozjs-24.so.0
  Title: gjs-console crashed with signal 5
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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

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


[Touch-packages] [Bug 1349342] Re: Tail on letters are cut off in message text

2014-08-06 Thread Zsombor Egri
Tested with #175, all seems to be fine. AFAIK there has not been any
changes on the TextField that would have altered the height of it, so we
should follow this bug in later releases and come back to it if we find
it again.

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

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

Title:
  Tail on letters are cut off in message text

Status in Messaging App:
  Confirmed
Status in “messaging-app” package in Ubuntu:
  Confirmed
Status in “ubuntu-ui-toolkit” package in Ubuntu:
  Incomplete

Bug description:
  STEPS:
  1. Open the messaging app
  2. Swipe up for a new message
  3. In the message text type pqyg
  All the tails of the letters are cut off.

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

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


[Touch-packages] [Bug 1352805] Re: please merge ibus from debian

2014-08-06 Thread Aron Xu
We (with my pkg-ime hat on) are still working on ibus 1.5.8 at Debian,
so there is changes coming in short time, please hold off for a while.

** Changed in: ibus (Ubuntu)
   Importance: Undecided = Medium

** Changed in: ibus (Ubuntu)
   Status: New = Triaged

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

Title:
  please merge ibus from debian

Status in “ibus” package in Ubuntu:
  Triaged

Bug description:
  Would be nice to have at least 1.5.8 for utopic, because of the many fixes in 
the new release
  debdiff attached

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

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


[Touch-packages] [Bug 1124071] Re: [tabs] Cannot add Tabs programmatically

2014-08-06 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit
   Importance: High = Medium

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

Title:
  [tabs] Cannot add Tabs programmatically

Status in RSS Feed Reader application for Ubuntu devices:
  Confirmed
Status in Ubuntu UI Toolkit:
  Confirmed
Status in Ubuntu UX bugs:
  Triaged
Status in “ubuntu-ui-toolkit” package in Ubuntu:
  Fix Released
Status in “ubuntu-ui-toolkit” source package in Trusty:
  Confirmed

Bug description:
  There seems to be no easy way to add a Tab to Tabs programmatically.

  I would be nice to be able add, remove and edit Tabs dynamically. So
  far I haven't found a way to do this.

  I have made an Android style ViewPager based on ListView. It is quite
  easy to update the pages with ListModel methods.

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

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


[Touch-packages] [Bug 1343129] Re: Department names are not translatable

2014-08-06 Thread David Planella
** Tags added: touch

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

Title:
  Department names are not translatable

Status in Click Package metadata search service:
  Triaged
Status in Ubuntu Translations:
  Triaged
Status in “unity-scope-click” package in Ubuntu:
  Invalid

Bug description:
  Not sure if it's related to bug 1342924 (as far as I can tell, it
  isn't), and if deparments is the right name for them, but neither
  the deparment names (Universal access, Office, Themes  Tweaks,
  etc.) nor any of the associated sections (Top Apps, Top Games,
  Travel Apps, etc.) appear to be translatable.

To manage notifications about this bug go to:
https://bugs.launchpad.net/click-package-index/+bug/1343129/+subscriptions

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


[Touch-packages] [Bug 1318008] Re: Core apps .desktop files do not include translated strings

2014-08-06 Thread David Planella
** Also affects: ubuntu-translations
   Importance: Undecided
   Status: New

** Changed in: ubuntu-translations
   Importance: Undecided = High

** Changed in: ubuntu-translations
   Status: New = Triaged

** Tags added: qa-daily-testing touch

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

Title:
  Core apps .desktop files do not include translated strings

Status in Address Book App:
  In Progress
Status in Camera App:
  In Progress
Status in Dialer app for Ubuntu Touch:
  Fix Released
Status in Dropping Letters:
  Invalid
Status in Gallery App:
  In Progress
Status in Media Player App:
  In Progress
Status in Messaging App:
  Fix Released
Status in Music application for Ubuntu devices:
  Fix Released
Status in Notes App:
  In Progress
Status in Sudoku game for Ubuntu Touch:
  New
Status in Calculator application for Ubuntu devices:
  Fix Released
Status in Calendar application for Ubuntu devices:
  Fix Released
Status in Clock application for Ubuntu devices:
  Fix Released
Status in File Manager application for Ubuntu devices:
  Triaged
Status in RSS Feed Reader application for Ubuntu devices:
  New
Status in Ubuntu Translations:
  Triaged
Status in Weather application for Ubuntu devices:
  In Progress
Status in Web Browser App:
  In Progress
Status in “dialer-app” package in Ubuntu:
  Fix Released
Status in “messaging-app” package in Ubuntu:
  Fix Released

Bug description:
  As other apps cannot know where .mo files might be located for click
  packages, the .desktop files for any applications packaged as clicks
  will need to have their translations merged back into the .desktop
  file itself. This at a minimum should include the following .desktop
  fields:

  Name
  Comment
  Keywords (semicolon-separated list of strings)

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

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


[Touch-packages] [Bug 1311907] Re: gallery.test_textinput.WriteAndClearTextInputTestCase.test_write_on_textfield_must_update_text fails for certain regional formats

2014-08-06 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit
   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-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1311907

Title:
  
gallery.test_textinput.WriteAndClearTextInputTestCase.test_write_on_textfield_must_update_text
  fails for certain regional formats

Status in Ubuntu UI Toolkit:
  Fix Released
Status in “ubuntu-ui-toolkit” package in Ubuntu:
  Fix Released

Bug description:
  I am running a relatively fresh installation of trusty inside vmware on a mac.
  I branched staging, compiled it and then ran the test as shown below. I get 
the same error when I run it with autopilot and autopilot3. Apparently a dot is 
accepted as input when it should accept only integers.

  tim@trusty:~/dev/ubuntu-ui-toolkit/staging$ source export_modules_dir.sh
  tim@trusty:~/dev/ubuntu-ui-toolkit/staging$ cd tests/autopilot/
  tim@trusty:~/dev/ubuntu-ui-toolkit/staging/tests/autopilot$ autopilot run 
ubuntuuitoolkit.tests.gallery.test_textinput.WriteAndClearTextInputTestCase.test_write_on_textfield_must_update_text
  Loading tests from: /home/tim/dev/ubuntu-ui-toolkit/staging/tests/autopilot

  Tests running...
  ==
  FAIL: 
ubuntuuitoolkit.tests.gallery.test_textinput.WriteAndClearTextInputTestCase.test_write_on_textfield_must_update_text(only
 integers textfield)
  --
  Empty attachments:
    /var/log/syslog
    process-stdout

  process-return-code: {{{-15}}}
  process-stderr: {{{
  Testability driver loaded. Wire protocol version is 1.4.
  unity::action::ActionManager::ActionManager(QObject*):
   Could not determine application identifier. HUD will not work properly.
   Provide your application identifier in $APP_ID environment variable.

  ** (qmlscene:12786): WARNING **: Unable to register app: 
GDBus.Error:org.freedesktop.DBus.Error.InvalidArgs: Invalid application ID
  }}}

  Traceback (most recent call last):
    File 
/home/tim/dev/ubuntu-ui-toolkit/staging/tests/autopilot/ubuntuuitoolkit/tests/gallery/test_textinput.py,
 line 48, in test_write_on_textfield_must_update_text
  self.assertEqual(self.expected_text, textfield.text)
    File /usr/lib/python2.7/dist-packages/testtools/testcase.py, line 321, in 
assertEqual
  self.assertThat(observed, matcher, message)
    File /usr/lib/python2.7/dist-packages/testtools/testcase.py, line 406, in 
assertThat
  raise mismatch_error
  MismatchError: '-100123' != u'-100.123'

  Ran 3 tests in 20.788s
  FAILED (failures=1)

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

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


[Touch-packages] [Bug 1338697] Re: Alarm sound url read from a saved alarm is always empty

2014-08-06 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit
   Importance: Undecided = Critical

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

Title:
  Alarm sound url read from a saved alarm is always empty

Status in Clock application for Ubuntu devices:
  Triaged
Status in Ubuntu UI Toolkit:
  Confirmed
Status in “qtorganizer5-eds” package in Ubuntu:
  Invalid

Bug description:
  In the clock app, I am trying to add the option to set custom sounds
  for an alarm. Creating a new alarm and choosing a custom sound works
  properly. When the alarm is triggered, it rings using the correct
  sound. However when you read that alarm from the alarm model and
  output the sound url, it is always empty. As a result, one cannot
  check an alarm to see what sound was assigned to it.

  I have created a sample alarms app to illustrate the issue at
  lp:~nik90/ubuntu-clock-app/alarmtest

  Steps to reproduce bug:
  1. Create a new alarm by pressing the + header button
  2. Set alarm to ring in the next 10-15 seconds
  3. Set a custom alarm sound by choosing one in the option selector
  4. Save alarm

  In the main page, click on the created alarm

  What happens:
  The alarm sound value is empty

  What should happen:
  The alarm sound correctly points to the path of the chosen sound

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

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


[Touch-packages] [Bug 1317881] Re: UITK test issues with Qt 5.3

2014-08-06 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit
   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-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1317881

Title:
  UITK test issues with Qt 5.3

Status in Ubuntu UI Toolkit:
  Fix Released
Status in “ubuntu-ui-toolkit” package in Ubuntu:
  Fix Released

Bug description:
  This is the first Qt 5.3 related bug. Not all tests seem to be passing
  which should be fixed:

  https://launchpad.net/~canonical-
  qt5-edgers/+archive/qt5-daily/+sourcepub/4164325/+listing-archive-
  extra

  Refer to kept-update info on the front page of https://launchpad.net
  /~canonical-qt5-edgers/+archive/qt5-beta2 regarding where/how to get
  Qt 5.3. Note that it's not necessarily that PPA itself.

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

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


[Touch-packages] [Bug 1350544] Re: Some translations are not loaded

2014-08-06 Thread David Planella
This might be caused by language packs not having been updated. New
language packs should be uploaded in the next 1 or 2 images, and then
this bug can be reassessed.

** Tags added: touch

** Changed in: ubuntu-translations
   Status: Triaged = Incomplete

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

Title:
  Some translations are not loaded

Status in Ubuntu Translations:
  Incomplete
Status in “indicator-datetime” package in Ubuntu:
  New

Bug description:
  The translations for some messages don't seem to be loaded. E.g.
  Tomorrow always appears in English in the list of upcoming events
  when sliding down the indicator.

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

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


[Touch-packages] [Bug 1350997] Re: Untranslated password/PIN prompt

2014-08-06 Thread David Planella
** Changed in: ubuntu-translations
   Status: New = Triaged

** Changed in: ubuntu-translations
   Importance: Undecided = High

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

Title:
  Untranslated password/PIN prompt

Status in Ubuntu Translations:
  Triaged
Status in The Unity 8 shell:
  Triaged
Status in “unity8” package in Ubuntu:
  Confirmed

Bug description:
  When security is set and prompted for a password, only the first part
  of Enter %1 is translated, where %1 is password or code. In
  fact, I could not find those two strings up for translation.

  Not sure if this is for u-s-s or unity8, please feel free to retastk
  the bug if necessary.

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

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


[Touch-packages] [Bug 1353226] Re: The spanish translation for system-settings is too long

2014-08-06 Thread Matthew Paul Thomas
(Leo, I think you meant to attach a different screenshot.)

Configuración isn't a particularly long word. If that word is
wrapping, other words in other languages are probably wrapping too. So I
think this is a Unity bug, not a System Settings bug and not a
translations bug.

This looks like an error in the layout, with far too much margin between
the labels of adjacent items. There's no need for the margin to be more
than about 2 em.

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

** Description changed:

  On the dash, System Settings is translated to Configuración del sistema.
  Configuración is too long, so it's cut as
  
- Configuració
- n
+ Configuració
+ n del sistema
  
  That looks really bad. Maybe we can change the translation to Ajustes
  de sistema, or just Sistema.
+ 
+ Screenshot: http://people.canonical.com/~john/lovely.png

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

Title:
  The spanish translation for system-settings is too long

Status in Ubuntu Translations:
  Triaged
Status in “ubuntu-system-settings” package in Ubuntu:
  Invalid
Status in “unity8” package in Ubuntu:
  New

Bug description:
  On the dash, System Settings is translated to Configuración del sistema.
  Configuración is too long, so it's cut as

  Configuració
  n del sistema

  That looks really bad. Maybe we can change the translation to Ajustes
  de sistema, or just Sistema.

  Screenshot: http://people.canonical.com/~john/lovely.png

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

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


[Touch-packages] [Bug 1351024] Re: Date Time picker is not working on device.

2014-08-06 Thread Tim Peeters
In UITK, I don't see any changes to date or time picker since the Malta
sprint in May, to fix a bug for the switch to Qt 5.3.

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

Title:
  Date  Time picker is not working on device.

Status in Calendar application for Ubuntu devices:
  Triaged
Status in “ubuntu-ui-toolkit” package in Ubuntu:
  New

Bug description:
  Steps to Reproduce :-

  1) Open Calendar
  2) Create new Event
  3) Tap on Start date

  Expected Result :- 
   
  It should open Date selector.

  Actual Result :-

  It is doing nothing

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

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


[Touch-packages] [Bug 1351024] Re: Date Time picker is not working on device.

2014-08-06 Thread Tim Peeters
^ that's r1080 on UITK staging, 27 May 2014.

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

Title:
  Date  Time picker is not working on device.

Status in Calendar application for Ubuntu devices:
  Triaged
Status in “ubuntu-ui-toolkit” package in Ubuntu:
  New

Bug description:
  Steps to Reproduce :-

  1) Open Calendar
  2) Create new Event
  3) Tap on Start date

  Expected Result :- 
   
  It should open Date selector.

  Actual Result :-

  It is doing nothing

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

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


[Touch-packages] [Bug 1326200] Re: core::dbus::Fixture leaves stale dbus-daemon processes around if test suite terminates

2014-08-06 Thread Thomas Voß
** Changed in: dbus-cpp
   Status: In Progress = Fix Released

** Changed in: dbus-cpp (Ubuntu)
 Assignee: (unassigned) = Thomas Voß (thomas-voss)

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

Title:
  core::dbus::Fixture leaves stale dbus-daemon processes around if test
  suite terminates

Status in DBus C++:
  Fix Released
Status in “dbus-cpp” package in Ubuntu:
  Fix Released

Bug description:
  If a test suite terminates without core::dbus::Fixture's destructor
  running, two stale dbus-daemon subprocesses are left running.  Among
  other things, this can lead to apparent test suite hangs when running
  under cmake/ctest: ctest doesn't consider a test to have completed
  until stdout/stderr are closed, and the dbus-daemon subprocesses hold
  those file descriptors open.  The default timeout for tests seems to
  be 2 hours, so this can introduce a long delay.

  It is clear that cases where this happens are errors, but as this
  class is intended to be used in test suites, it would be nice if it
  was a bit more robust about making sure the subprocesses are cleaned
  up.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dbus-cpp/+bug/1326200/+subscriptions

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


[Touch-packages] [Bug 1353341] [NEW] Apps screen spacing is wildly uneven

2014-08-06 Thread Matthew Paul Thomas
Public bug reported:

1. Open the Apps screen. Use the attached screenshot for reference.

What you see: The space between
(A) the edge of the screen and the edge of a header,
(B) the edge of the screen and the leftmost/rightmost icon, and
(C) two adjacent icons,
are very different.

What you should see: All those spaces should be the same size.

It's a basic layout error for items in a box to be closer to the edge of
the box than they are to each other.

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

** Attachment added: Annotated screenshot of the problem
   
https://bugs.launchpad.net/bugs/1353341/+attachment/4170941/+files/Dash%20layout.cropped.png

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

Title:
  Apps screen spacing is wildly uneven

Status in “unity8” package in Ubuntu:
  New

Bug description:
  1. Open the Apps screen. Use the attached screenshot for reference.

  What you see: The space between
  (A) the edge of the screen and the edge of a header,
  (B) the edge of the screen and the leftmost/rightmost icon, and
  (C) two adjacent icons,
  are very different.

  What you should see: All those spaces should be the same size.

  It's a basic layout error for items in a box to be closer to the edge
  of the box than they are to each other.

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

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


[Touch-packages] [Bug 1317816] Re: [sdk] Header icon color should be the same as the header text color

2014-08-06 Thread Timo Jyrinki
ubuntu-ui-toolkit (1.1.1179+14.10.20140804-0ubuntu1) utopic;
urgency=medium

  [ Florian Boucault ]
  * UbuntuShape: removed QML proxy.

  [ Loïc Molinari ]
  * [UbuntuShape] Implemented QSGMaterial::compare() methods so that
Ubuntu shapes can be batched.
Fixes: https://bugs.launchpad.net/bugs/1350863.
  * Disconnected from old texture provider signals (Ubuntushape)


  [ Tim Peeters ]
  * Make header text color configurable, and always match the header
icon colors to the header text color.
Fixes: https://bugs.launchpad.net/bugs/1315884
   https://bugs.launchpad.net/bugs/1317816.

  [ Christian Dywan ]
  * Move QSKIP for test_updateAlarm_Repeating one line up.

  [ Zsombor Egri ]
  * Text input context menu facelift.

  [ Michał Sawicz ]
   * Add source property to the Icon component.
 Fixes: https://bugs.launchpad.net/bugs/1284233
 -- Ubuntu daily release ps-jenk...@lists.canonical.com   Mon, 04 Aug 2014 
16:00:56 +

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

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

Title:
  [sdk] Header icon color should be the same as the header text color

Status in Ubuntu UI Toolkit:
  Fix Committed
Status in Ubuntu UX bugs:
  Fix Committed
Status in “ubuntu-ui-toolkit” package in Ubuntu:
  Fix Released

Bug description:
  The new tab drawer icon is currently always grey regardless of the app
  background. As a result in some background it stands out poorly. It
  should in the least have the same color as the tab header title color.
  Here is a screenshot of the tab drawer icon in the clock app. The grey
  color does not go too well with the pink-purple background.
  https://imgur.com/0CEhXUh

  Also the action icons should be the same color as the header text.

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

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


[Touch-packages] [Bug 1353341] Re: Apps screen spacing is wildly uneven

2014-08-06 Thread Matthew Paul Thomas
** Description changed:

  1. Open the Apps screen. Use the attached screenshot for reference.
  
  What you see: The space between
  (A) the edge of the screen and the edge of a header,
  (B) the edge of the screen and the leftmost/rightmost icon, and
  (C) two adjacent icons,
  are very different.
  
- What you should see: All those space should be the same.
+ What you should see: All those spaces should be the same size.
  
  It's a basic layout error for items in a box to be closer to the edge of
  the box than they are to each other.

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

Title:
  Apps screen spacing is wildly uneven

Status in “unity8” package in Ubuntu:
  New

Bug description:
  1. Open the Apps screen. Use the attached screenshot for reference.

  What you see: The space between
  (A) the edge of the screen and the edge of a header,
  (B) the edge of the screen and the leftmost/rightmost icon, and
  (C) two adjacent icons,
  are very different.

  What you should see: All those spaces should be the same size.

  It's a basic layout error for items in a box to be closer to the edge
  of the box than they are to each other.

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

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


[Touch-packages] [Bug 1350529] Re: [music-app] Trunk fails autopilot tests on jenkins

2014-08-06 Thread Launchpad Bug Tracker
This bug was fixed in the package mediascanner2 -
0.102+14.10.20140805-0ubuntu1

---
mediascanner2 (0.102+14.10.20140805-0ubuntu1) utopic; urgency=low

  [ James Henstridge ]
  * Fix off by one error when appending new rows to QML models. (LP:
#1350529)
 -- Ubuntu daily release ps-jenk...@lists.canonical.com   Tue, 05 Aug 2014 
11:44:48 +

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

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

Title:
  [music-app] Trunk fails autopilot tests on jenkins

Status in Media Scanner v2:
  New
Status in Music application for Ubuntu devices:
  In Progress
Status in “mediascanner2” package in Ubuntu:
  Fix Released

Bug description:
  Trunk is failing autopilot tests on jenkins [0]

  If you watch the failure videos you can see a blank album/artist/genre
  in the models which is causing the tests to fail. This is likely due
  to a change mediascanner2.

  0 - http://91.189.93.70:8080/job/music-app-ci/965/console

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

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


[Touch-packages] [Bug 1351024] Re: Date Time picker is not working on device.

2014-08-06 Thread Tim Peeters
Do the date/time picker panels show up in front of everything, or could
it be that it is behind the page, and the anchors of the page/mainview
are incorrect (see this bug - https://bugs.launchpad.net/ubuntu-ui-
toolkit/+bug/1349366 )?

** Also affects: ubuntu-ui-toolkit
   Importance: Undecided
   Status: New

** Changed in: ubuntu-ui-toolkit
 Assignee: (unassigned) = Zsombor Egri (zsombi)

** Changed in: ubuntu-ui-toolkit
   Importance: Undecided = Critical

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

Title:
  Date  Time picker is not working on device.

Status in Calendar application for Ubuntu devices:
  Triaged
Status in Ubuntu UI Toolkit:
  New
Status in “ubuntu-ui-toolkit” package in Ubuntu:
  New

Bug description:
  Steps to Reproduce :-

  1) Open Calendar
  2) Create new Event
  3) Tap on Start date

  Expected Result :- 
   
  It should open Date selector.

  Actual Result :-

  It is doing nothing

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

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


[Touch-packages] [Bug 1352504] Re: Regression in 2.11.1-0ubuntu7.14; segfault in getservbyname

2014-08-06 Thread Tom
2.11.1-0ubuntu7.15 fixes all my problems with nscd and LDAP logins. Apt works 
again.
Many thanks for pushing the patch out!

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

Title:
  Regression in 2.11.1-0ubuntu7.14; segfault in getservbyname

Status in “eglibc” package in Ubuntu:
  Invalid
Status in “eglibc” source package in Lucid:
  Fix Released
Status in “eglibc” source package in Precise:
  Invalid
Status in “eglibc” source package in Trusty:
  Invalid
Status in “eglibc” source package in Utopic:
  Invalid

Bug description:
  After taking security updates to 2.11.1-0ubuntu7.14 on Lucid, calls to
  getservbyname() are causing segfaults; backtrace attached.  I suspect
  a failure in debian/patches/any/CVE-2013-4357.diff

  nscd is installed and in use as a caching layer for openldap, which
  use used for passwd, group, and shadow but not services.

  Needless to say, a security update that causes a regression which
  makes 'apt-get' segfault is quite unfortunate.

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

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


[Touch-packages] [Bug 1349342] Re: Tail on letters are cut off in message text

2014-08-06 Thread Dave Morley
Confirming Fix has been released by the look of it

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

Title:
  Tail on letters are cut off in message text

Status in Messaging App:
  Confirmed
Status in “messaging-app” package in Ubuntu:
  Confirmed
Status in “ubuntu-ui-toolkit” package in Ubuntu:
  Incomplete

Bug description:
  STEPS:
  1. Open the messaging app
  2. Swipe up for a new message
  3. In the message text type pqyg
  All the tails of the letters are cut off.

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

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


[Touch-packages] [Bug 1353157] Re: PCI/internal sound card not detected

2014-08-06 Thread Raymond
07:04.0 Multimedia audio controller: C-Media Electronics Inc CMI8788
[Oxygen HD Audio]


!!Advanced information - PCI Vendor/Device/Subsystem ID's
!!
--
07:04.0 0401: 13f6:8788
Subsystem: 1043:85f4

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

Title:
  PCI/internal sound card not detected

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

Bug description:
  Asus Xonar Essesnce STX II sound card not detected by ALSA.  This is a
  fairly new sound card on the market.  I've tested the card I have
  under windows 8.1 with the drivers downloaded from Asus, and all works
  perfectly.  I'm 100% sure I've physically installed and connected the
  card correctly.  Unfortunately I've had no joy getting it detected by
  Ubuntu 14.04.1 64bit.  Please help!  I don't want to send the card
  back and I don't want to have to move to Windows!

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  justin 2369 F pulseaudio
   /dev/snd/controlC1:  justin 2369 F pulseaudio
   /dev/snd/controlC0:  justin 2369 F pulseaudio
  CurrentDesktop: Unity
  Date: Tue Aug  5 23:28:37 2014
  InstallationDate: Installed on 2014-04-28 (99 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=en_GB:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Title: PCI/internal sound card not detected
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/08/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 2501
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: SABERTOOTH 990FX R2.0
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  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.:bvr2501:bd04/08/2014:svnTobefilledbyO.E.M.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnASUSTeKCOMPUTERINC.:rnSABERTOOTH990FXR2.0:rvrRev1.xx: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.

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

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


[Touch-packages] [Bug 1310260] Re: Pulseaudio fails to detect card (probably due to hybrid graphics)

2014-08-06 Thread Paul Konecny
Hello Dominik,

I'll try that right away and report back as soon as I can.

I would have one additional request though:

As this is just a workaround and not an actual solution for this bug
could you click This bug also affects me to raise the bug heat? So
that this bug might get escalated upstream to fix it for good.

Thanks!

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

Title:
  Pulseaudio fails to detect card (probably due to hybrid graphics)

Status in “pulseaudio” package in Ubuntu:
  Confirmed

Bug description:
  Hi,
  I wanted to install Trusty on my Elitebook 850 G1 with hybrid graphics (Intel 
/ AMD) but pulseaudio goes nuts on me as soon as I try to play any music / 
sound, try to change volume, etc.
  I've tried it with Ubuntu, Kubuntu and now with Xubuntu with the same result 
everytime.

  My guess is that pulseaudio has problems with the AMD GPU and it's sound 
processor being switched off automatically as enabled by Kernel 3.13 (formerly 
achieved by adding the radeon.runpm=1 kernel parameter)
  (http://lists.freedesktop.org/archives/dri-devel/2013-September/045650.html)

  root@HP-EliteBook-850-G1:~# cat /sys/kernel/debug/vgaswitcheroo/switch
  0:IGD:+:Pwr::00:02.0
  1:DIS: :DynOff::03:00.0
  2:DIS-Audio: :Off::03:00.1

  As you can see, the AMD GPU has been turned off automatically. Pulseaudio, 
the (X)Ubuntu volume applet and KMix on the other hand list it as still 
available.
  Based on that I asume pulseaudio tries to access a switched-off device and 
fails.

  I've followed the steps listed
  here: https://wiki.ubuntu.com/DebuggingSoundProblems
  and
  here: https://wiki.ubuntu.com/PulseAudio/Log

  I'll attach the logs right away. (pulseverbose1.log and my dmesg
  output)

  Pusleverbose is full of messages like this one:
  (   0.013|   0.000) I: [pulseaudio] alsa-util.c: Error opening PCM device 
hw:0: No such file or directory

  This output of dmesg also caught my attention:
  [  354.927935] HDMI ATI/AMD: no speaker allocation for ELD
  [  357.695010] hda-intel :03:00.1: Disabling via VGA-switcheroo

  One thing I noticed using Kubuntu is that after pulseaudio becomes 
unresponsive the taskmanager lists 4 pulseaudio processes two of which are 
active on harddrive (Aktiv auf Festplatte). Those two processes cannot be 
killed even as root.
  Currently being on Xubuntu the same thing is true, although it lists only one 
process in the taskmanager that cannot be killed.

  I hope you can help me.

  Best regards,
  Paul

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: pulseaudio 1:4.0-0ubuntu11
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/controlC2', '/dev/snd/hwC2D0', '/dev/snd/pcmC2D3p', 
'/dev/snd/pcmC2D7p', '/dev/snd/controlC1', '/dev/snd/hwC1D0', 
'/dev/snd/pcmC1D0c', '/dev/snd/pcmC1D0p', '/dev/snd/pcmC1D2c', 
'/dev/snd/controlC0', '/dev/snd/hwC0D0', '/dev/snd/pcmC0D3p', 
'/dev/snd/pcmC0D7p', '/dev/snd/pcmC0D8p', '/dev/snd/seq', '/dev/snd/timer'] 
failed with exit code 1:
  CurrentDesktop: XFCE
  Date: Sun Apr 20 13:47:09 2014
  InstallationDate: Installed on 2014-04-20 (0 days ago)
  InstallationMedia: Xubuntu 14.04 LTS Trusty Tahr - Release amd64 
(20140416.2)
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  SourcePackage: pulseaudio
  Symptom: audio
  Symptom_Card: HDA-Intel - HDA Intel PCH
  Symptom_Jack: Speaker, Internal
  Title: [HP EliteBook 850 G1, IDT 92HD91BXX, Speaker, Internal] Pulseaudio 
fails to detect card
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/19/2014
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: L71 Ver. 01.08
  dmi.board.name: 198F
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 15.54
  dmi.chassis.asset.tag: CNU345BY96
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrL71Ver.01.08:bd02/19/2014:svnHewlett-Packard:pnHPEliteBook850G1:pvrA3008CC10003:rvnHewlett-Packard:rn198F:rvrKBCVersion15.54:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP EliteBook 850 G1
  dmi.product.version: A3008CC10003
  dmi.sys.vendor: Hewlett-Packard

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

-- 
Mailing list: https://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 1332444] Re: CH Pedals are not working in 14.04

2014-08-06 Thread michael
Yes after setfacl they for once even work in x-plane, doouuh. Probably
until the next reboot. I'll paste it again

once the pedals are dead even after applying my script. (surely in the
next days)

I'll try other distros evtest in virtualbox.

michael@michael-ubuntu:~$ sudo evtest
[sudo] password for michael: 
No device specified, trying to scan all of /dev/input/event*
Available devices:
/dev/input/event0:    Power Button
/dev/input/event1:    Power Button
/dev/input/event2:    Logitech USB Receiver
/dev/input/event3:    Logitech USB Receiver
/dev/input/event4:    CH PRODUCTS CH PRO PEDALS USB 
/dev/input/event5:    CH PRODUCTS CH FLIGHT SIM YOKE USB 
/dev/input/event6:    HDA Intel PCH Front Headphone
/dev/input/event7:    HDA Intel PCH Line Out Side
/dev/input/event8:    HDA Intel PCH Line Out CLFE
/dev/input/event9:    HDA Intel PCH Line Out Surround
/dev/input/event10:    HDA Intel PCH Line Out Front
/dev/input/event11:    HDA Intel PCH Line
/dev/input/event12:    HDA Intel PCH Rear Mic
/dev/input/event13:    HDA Intel PCH Front Mic
/dev/input/event14:    Eee PC WMI hotkeys
/dev/input/event15:    HDA NVidia HDMI/DP,pcm=9
/dev/input/event16:    HDA NVidia HDMI/DP,pcm=8
/dev/input/event17:    HDA NVidia HDMI/DP,pcm=7
/dev/input/event18:    HDA NVidia HDMI/DP,pcm=3
Select the device event number [0-18]: ^C
michael@michael-ubuntu:~$ evtest
No device specified, trying to scan all of /dev/input/event*
Not running as root, no devices may be available.
Available devices:
/dev/input/event5:    CH PRODUCTS CH FLIGHT SIM YOKE USB 
Select the device event number [0-18]: ^C
michael@michael-ubuntu:~$ cd /dev/input
michael@michael-ubuntu:/dev/input$ sudo setfacl --modify u:michael:rw- --modify 
g::rw- --modify o::rw- *
michael@michael-ubuntu:/dev/input$ evtest
No device specified, trying to scan all of /dev/input/event*
Not running as root, no devices may be available.
Available devices:
/dev/input/event0:    Power Button
/dev/input/event1:    Power Button
/dev/input/event2:    Logitech USB Receiver
/dev/input/event3:    Logitech USB Receiver
/dev/input/event4:    CH PRODUCTS CH PRO PEDALS USB 
/dev/input/event5:    CH PRODUCTS CH FLIGHT SIM YOKE USB 
/dev/input/event6:    HDA Intel PCH Front Headphone
/dev/input/event7:    HDA Intel PCH Line Out Side
/dev/input/event8:    HDA Intel PCH Line Out CLFE
/dev/input/event9:    HDA Intel PCH Line Out Surround
/dev/input/event10:    HDA Intel PCH Line Out Front
/dev/input/event11:    HDA Intel PCH Line
/dev/input/event12:    HDA Intel PCH Rear Mic
/dev/input/event13:    HDA Intel PCH Front Mic
/dev/input/event14:    Eee PC WMI hotkeys
/dev/input/event15:    HDA NVidia HDMI/DP,pcm=9
/dev/input/event16:    HDA NVidia HDMI/DP,pcm=8
/dev/input/event17:    HDA NVidia HDMI/DP,pcm=7
/dev/input/event18:    HDA NVidia HDMI/DP,pcm=3
Select the device event number [0-18]: ^C
michael@michael-ubuntu:/dev/input$



 From: Martin Pitt martin.p...@ubuntu.com
To: scrat_h...@yahoo.com 
Sent: Wednesday, August 6, 2014 7:51 AM
Subject: [Bug 1332444] Re: CH Pedals are not working in 14.04
 

Do you see it in sudo evtest? Do you get events there?

 Looks like I need to change distro

Feel free to play around, of course; but won't help that much as udev is
pretty much the same in all distros..

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

Title:
  CH Pedals are not working in 14.04

Status in systemd:
  Fix Released
Status in “systemd” package in Ubuntu:
  Fix Committed

Bug description:
  I've created a rule in lib/udev/rules.d as 99-xplane.rules:
  # CH PRO PEDALS USB
  KERNEL==event*, ATTRS{idProduct}==00f2, ATTRS{idVendor}==068e, 
MODE=0666

  and even do at every x-plane start:
  cd /dev/input
  sudo setfacl --modify u:michael:rw- --modify g::rw- --modify o::rw- *

  but still my CH Pedals are often not working. (sometimes yes but not
  always)

  
  --
  michael@michael-ubuntu:~$ lsb_release -rd
  Description:    Ubuntu 14.04 LTS
  Release:    14.04
  michael@michael-ubuntu:~$ 

  
  michael@michael-ubuntu:~$ apt-cache policy udev
  udev:
    Installed: 204-5ubuntu20.2
    Candidate: 204-5ubuntu20.2
    Version table:
   *** 204-5ubuntu20.2 0
          500 http://ch.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 
Packages
          100 /var/lib/dpkg/status
       204-5ubuntu20 0
          500 http://ch.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
  michael@michael-ubuntu:~$ 

  I expect my CH pedals to work out of the box like on Windows.
  But even with the above they only work sometimes.-

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: udev 204-5ubuntu20.2
  ProcVersionSignature: Ubuntu 3.13.0-29.53-generic 3.13.11.2
  Uname: Linux 3.13.0-29-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Jun 20 09:46:31 2014
  InstallationDate: Installed on 

[Touch-packages] [Bug 1353226] Re: The spanish translation for system-settings is too long

2014-08-06 Thread David Planella
Indeed, I agree with mpt on this one, we cannot go chasing all wrapping
translations and fix them, especially because that would break
translations in the future if there are any layout changes. The
wrapping/layout needs to be fixed in whichever UX component is
displaying the strings.

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

Title:
  The spanish translation for system-settings is too long

Status in Ubuntu Translations:
  Triaged
Status in “ubuntu-system-settings” package in Ubuntu:
  Invalid
Status in “unity8” package in Ubuntu:
  New

Bug description:
  On the dash, System Settings is translated to Configuración del sistema.
  Configuración is too long, so it's cut as

  Configuració
  n del sistema

  That looks really bad. Maybe we can change the translation to Ajustes
  de sistema, or just Sistema.

  Screenshot: http://people.canonical.com/~john/lovely.png

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

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


[Touch-packages] [Bug 1353362] [NEW] cairo needs merge from debian

2014-08-06 Thread LocutusOfBorg
Public bug reported:

Some changes in debian, but not (obviously merged in ubuntu since the packaging 
is different) needs manual merge
http://anonscm.debian.org/cgit/collab-maint/cairo.git/commit/debian/control?id=0d4aad4798725a9fb99450091dfdf3cc4b34dd63

is currently causing a FTBFS
https://launchpad.net/ubuntu/+source/wxpython3.0/3.0.0.0+dfsg-1

(due to a probabile wxwidgets3.0 bug)

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

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

Title:
  cairo needs merge from debian

Status in “cairo” package in Ubuntu:
  New

Bug description:
  Some changes in debian, but not (obviously merged in ubuntu since the 
packaging is different) needs manual merge
  
http://anonscm.debian.org/cgit/collab-maint/cairo.git/commit/debian/control?id=0d4aad4798725a9fb99450091dfdf3cc4b34dd63

  is currently causing a FTBFS
  https://launchpad.net/ubuntu/+source/wxpython3.0/3.0.0.0+dfsg-1

  (due to a probabile wxwidgets3.0 bug)

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

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


[Touch-packages] [Bug 1351024] Re: Date Time picker is not working on device.

2014-08-06 Thread Mihir Soni
Yes, on desktop it shows on bottom edge and front of all other controls
and it is not at all visible on device.

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

Title:
  Date  Time picker is not working on device.

Status in Calendar application for Ubuntu devices:
  Triaged
Status in Ubuntu UI Toolkit:
  New
Status in “ubuntu-ui-toolkit” package in Ubuntu:
  New

Bug description:
  Steps to Reproduce :-

  1) Open Calendar
  2) Create new Event
  3) Tap on Start date

  Expected Result :- 
   
  It should open Date selector.

  Actual Result :-

  It is doing nothing

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

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


[Touch-packages] [Bug 1351609] Re: cannot enter a long number with 22 digits

2014-08-06 Thread Filip Sohajek
** Changed in: dialer-app (Ubuntu)
   Status: In Progress = Fix Committed

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

Title:
  cannot enter a long number with 22 digits

Status in “dialer-app” package in Ubuntu:
  Fix Committed

Bug description:
  It is not possible to enter long numbers into the dialog it seems to
  stop after 20 digits. Long numbers are necessary for charging prepaid
  sim cards.

  It worked for me by dialing the number using ofono scripts.

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

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


[Touch-packages] [Bug 1351609] Re: cannot enter a long number with 22 digits

2014-08-06 Thread Daniel Holbach
Andreas: is the bug fixed for you now?

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

Title:
  cannot enter a long number with 22 digits

Status in “dialer-app” package in Ubuntu:
  Fix Committed

Bug description:
  It is not possible to enter long numbers into the dialog it seems to
  stop after 20 digits. Long numbers are necessary for charging prepaid
  sim cards.

  It worked for me by dialing the number using ofono scripts.

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

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


[Touch-packages] [Bug 1348275] Re: gdb message Got object file from memory but can't read symbols: File truncated.

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

** Changed in: gdb (Ubuntu)
   Status: New = Confirmed

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

Title:
  gdb message Got object file from memory but can't read symbols: File
  truncated.

Status in “gdb” package in Ubuntu:
  Confirmed

Bug description:
  $ cat foo.cEOT
  #include stdio.h
  #include stdlib.h

  int
  main (int argc, char *argv[])
  {
  printf (hello world\n);
  exit (EXIT_SUCCESS);
  }
  EOT
  $ gcc -ggdb -O0 foo.c
  $ ./a.out
  hello world
  $ gdb ./a.out
  GNU gdb (Ubuntu 7.7.91.20140723-0ubuntu1) 7.7.91.20140723-cvs
  Copyright (C) 2014 Free Software Foundation, Inc.
  License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
  This is free software: you are free to change and redistribute it.
  There is NO WARRANTY, to the extent permitted by law.  Type show copying
  and show warranty for details.
  This GDB was configured as x86_64-linux-gnu.
  Type show configuration for configuration details.
  For bug reporting instructions, please see:
  http://www.gnu.org/software/gdb/bugs/.
  Find the GDB manual and other documentation resources online at:
  http://www.gnu.org/software/gdb/documentation/.
  For help, type help.
  Type apropos word to search for commands related to word...
  Reading symbols from ./a.out...done.
  (gdb) r
  Starting program: /tmp/a.out
  Got object file from memory but can't read symbols: File truncated.   
  # XXX:  What is this? XXX:
  hello world
  [Inferior 1 (process 21518) exited normally]
  (gdb)

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: gdb 7.7.91.20140723-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-5.10-generic 3.16.0-rc6
  Uname: Linux 3.16.0-5-generic x86_64
  ApportVersion: 2.14.4-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Jul 24 17:55:11 2014
  InstallationDate: Installed on 2014-04-11 (103 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Daily amd64 (20140409)
  SourcePackage: gdb
  UpgradeStatus: Upgraded to utopic on 2014-05-08 (77 days ago)

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

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


[Touch-packages] [Bug 1351041] Re: App is unable to retrieve notes

2014-08-06 Thread David Planella
** Description changed:

  If you have notes online you can now no longer retrieve them.
  
  STEP:
  1 Open settings app
  2 enable accounts
  3 add evernote account
  4 open reminders
  
  Note the No notes page is displayed.
  
- Something changed between images 157 and 158 [1] that caused this bug to
- surface. If I downgrade to image 157, notes are still retrieved as
- expected.
+ # Notes
+ 
+ - Something changed between images 157 and 158 [1] that caused this bug to 
surface. If I downgrade to image 157, notes are still retrieved as expected.
+ - The AppArmor denials pointed out in the comments are a red herring: when 
the app is functioning normally, we get these denials too
+ - Some debugging with mardy and this log [2] indicate that it's due to the 
authentication params not being returned in the onAuthenticated handler
+ - This needs to be fixed in Online Accounts, but as a workaround, we can get 
the required params from the app just before calling the authenticate() 
function in reminders.qml
  
  [1] http://people.canonical.com/~lzemczak/landing-team/158.commitlog
+ [2] http://pastebin.ubuntu.com/7968853/

** Also affects: accounts-qml-module
   Importance: Undecided
   Status: New

** Also affects: accounts-qml-module (Ubuntu)
   Importance: Undecided
   Status: New

** Description changed:

  If you have notes online you can now no longer retrieve them.
  
  STEP:
  1 Open settings app
  2 enable accounts
  3 add evernote account
  4 open reminders
  
  Note the No notes page is displayed.
  
  # Notes
  
- - Something changed between images 157 and 158 [1] that caused this bug to 
surface. If I downgrade to image 157, notes are still retrieved as expected.
+ - Something changed between images 157 and 158 [1] that caused this bug to 
surface. If I downgrade to image 157, notes are still retrieved as expected. 
Using Reminders 0.5.203 in both cases.
  - The AppArmor denials pointed out in the comments are a red herring: when 
the app is functioning normally, we get these denials too
  - Some debugging with mardy and this log [2] indicate that it's due to the 
authentication params not being returned in the onAuthenticated handler
  - This needs to be fixed in Online Accounts, but as a workaround, we can get 
the required params from the app just before calling the authenticate() 
function in reminders.qml
  
  [1] http://people.canonical.com/~lzemczak/landing-team/158.commitlog
  [2] http://pastebin.ubuntu.com/7968853/

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

Title:
  App is unable to retrieve notes

Status in Accounts QML Module:
  New
Status in Ubuntu Reminders app:
  Triaged
Status in “accounts-qml-module” package in Ubuntu:
  New

Bug description:
  If you have notes online you can now no longer retrieve them.

  STEP:
  1 Open settings app
  2 enable accounts
  3 add evernote account
  4 open reminders

  Note the No notes page is displayed.

  # Notes

  - Something changed between images 157 and 158 [1] that caused this bug to 
surface. If I downgrade to image 157, notes are still retrieved as expected. 
Using Reminders 0.5.203 in both cases.
  - The AppArmor denials pointed out in the comments are a red herring: when 
the app is functioning normally, we get these denials too
  - Some debugging with mardy and this log [2] indicate that it's due to the 
authentication params not being returned in the onAuthenticated handler
  - This needs to be fixed in Online Accounts, but as a workaround, we can get 
the required params from the app just before calling the authenticate() 
function in reminders.qml

  [1] http://people.canonical.com/~lzemczak/landing-team/158.commitlog
  [2] http://pastebin.ubuntu.com/7968853/

To manage notifications about this bug go to:
https://bugs.launchpad.net/accounts-qml-module/+bug/1351041/+subscriptions

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


[Touch-packages] [Bug 1352829] [NEW] apport hook is not complete for filing bugs with ubuntu-bug linux on 12.04.5

2014-08-06 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

When filing a bug with ubuntu-bug linux, only the Dependency.txt will be 
attached to the bug report.
The package will be pointed to linux-lts-trusty on launchpad.

apport-collect #bug will complain that:
Package linux-lts-trusty not installed and no hook available, ignoring

For installed packages, there is no linux-lts-trusty, but with the following 
packages installed
linux-generic-lts-trusty3.13.0.32.28
 Generic Linux kernel image and headers
linux-headers-generic-lts-trusty3.13.0.32.28
 Generic Linux kernel headers
linux-image-generic-lts-trusty  3.13.0.32.28
 Generic Linux kernel image

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: linux-image-3.13.0-32-generic 3.13.0-32.57~precise1 [modified: 
boot/vmlinuz-3.13.0-32-generic]
ProcVersionSignature: Ubuntu 3.13.0-32.57~precise1-generic 3.13.11.4
Uname: Linux 3.13.0-32-generic x86_64
ApportVersion: 2.0.1-0ubuntu17.6
Architecture: amd64
Date: Tue Aug  5 06:40:37 2014
InstallationMedia: Ubuntu 12.04.5 LTS Precise Pangolin - Release amd64 
(20140803)
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: linux-lts-trusty
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug precise running-unity
-- 
apport hook is not complete for filing bugs with ubuntu-bug linux on 12.04.5
https://bugs.launchpad.net/bugs/1352829
You received this bug notification because you are a member of Ubuntu Touch 
seeded packages, which is subscribed to apport 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 1351024] Re: Date Time picker is not working on device.

2014-08-06 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: Tim Peeters (tpeeters) = (unassigned)

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

Title:
  Date  Time picker is not working on device.

Status in Calendar application for Ubuntu devices:
  Triaged
Status in Ubuntu UI Toolkit:
  New
Status in “ubuntu-ui-toolkit” package in Ubuntu:
  New

Bug description:
  Steps to Reproduce :-

  1) Open Calendar
  2) Create new Event
  3) Tap on Start date

  Expected Result :- 
   
  It should open Date selector.

  Actual Result :-

  It is doing nothing

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

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


[Touch-packages] [Bug 1351041] Re: App is unable to retrieve notes

2014-08-06 Thread Launchpad Bug Tracker
** Branch linked: lp:~dpm/reminders-app/workaround-for-1351041

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

Title:
  App is unable to retrieve notes

Status in Accounts QML Module:
  New
Status in Ubuntu Reminders app:
  Triaged
Status in “accounts-qml-module” package in Ubuntu:
  New

Bug description:
  If you have notes online you can now no longer retrieve them.

  STEP:
  1 Open settings app
  2 enable accounts
  3 add evernote account
  4 open reminders

  Note the No notes page is displayed.

  # Notes

  - Something changed between images 157 and 158 [1] that caused this bug to 
surface. If I downgrade to image 157, notes are still retrieved as expected. 
Using Reminders 0.5.203 in both cases.
  - The AppArmor denials pointed out in the comments are a red herring: when 
the app is functioning normally, we get these denials too
  - Some debugging with mardy and this log [2] indicate that it's due to the 
authentication params not being returned in the onAuthenticated handler
  - This needs to be fixed in Online Accounts, but as a workaround, we can get 
the required params from the app just before calling the authenticate() 
function in reminders.qml

  [1] http://people.canonical.com/~lzemczak/landing-team/158.commitlog
  [2] http://pastebin.ubuntu.com/7968853/

To manage notifications about this bug go to:
https://bugs.launchpad.net/accounts-qml-module/+bug/1351041/+subscriptions

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


[Touch-packages] [Bug 1350052] Re: Unity FTBFS - gcc 4.9

2014-08-06 Thread Treviño
** Changed in: unity
   Status: In Progress = Fix Committed

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

Title:
  Unity FTBFS - gcc 4.9

Status in Unity:
  Fix Committed
Status in “unity” package in Ubuntu:
  Fix Released

Bug description:
  Confirmed gcc/g++ 4.9 causes this FTBFS

  [ 17%] Building CXX object 
UnityCore/CMakeFiles/unity-core-6.0.dir/GLibDBusProxy.cpp.o
  In file included from 
/home/bschaefer/src/unity/UnityCore/CheckOptionFilter.cpp:22:0:
  /home/bschaefer/src/unity/UnityCore/CheckOptionFilter.cpp:28:16: error: 
‘nux::logging::Logger unity::dash::{anonymous}::logger()’ defined but not used 
[-Werror=unused-function]
   DECLARE_LOGGER(logger, unity.dash.filter.checkoption);
  ^
  /usr/include/Nux-4.0/NuxCore/Logger.h:75:27: note: in definition of macro 
‘DECLARE_LOGGER’
     ::nux::logging::Logger logger()   \
     ^
  In file included from /home/bschaefer/src/unity/UnityCore/Model-inl.h:23:0,
   from /home/bschaefer/src/unity/UnityCore/Model.h:107,
   from /home/bschaefer/src/unity/UnityCore/Filters.h:26,
   from /home/bschaefer/src/unity/UnityCore/Filter.cpp:21:
  /home/bschaefer/src/unity/UnityCore/Filter.cpp:35:16: error: 
‘nux::logging::Logger unity::dash::{anonymous}::logger()’ defined but not used 
[-Werror=unused-function]
   DECLARE_LOGGER(logger, unity.dash.filter);
  ^
  /usr/include/Nux-4.0/NuxCore/Logger.h:75:27: note: in definition of macro 
‘DECLARE_LOGGER’
     ::nux::logging::Logger logger()   \
     ^
  cc1plus: all warnings being treated as errors
  UnityCore/CMakeFiles/unity-core-6.0.dir/build.make:169: recipe for target 
'UnityCore/CMakeFiles/unity-core-6.0.dir/CheckOptionFilter.cpp.o' failed
  make[2]: *** 
[UnityCore/CMakeFiles/unity-core-6.0.dir/CheckOptionFilter.cpp.o] Error 1
  make[2]: *** Waiting for unfinished jobs
  cc1plus: all warnings being treated as errors
  UnityCore/CMakeFiles/unity-core-6.0.dir/build.make:238: recipe for target 
'UnityCore/CMakeFiles/unity-core-6.0.dir/Filter.cpp.o' failed
  make[2]: *** [UnityCore/CMakeFiles/unity-core-6.0.dir/Filter.cpp.o] Error 1
  CMakeFiles/Makefile2:6381: recipe for target 
'UnityCore/CMakeFiles/unity-core-6.0.dir/all' failed
  make[1]: *** [UnityCore/CMakeFiles/unity-core-6.0.dir/all] Error 2
  Makefile:113: recipe for target 'all' failed
  make: *** [all] Error 2

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

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


[Touch-packages] [Bug 1347735] Re: Lockscreen capslock detection doesn't work well with remapped capslocks

2014-08-06 Thread Treviño
** Changed in: unity
   Status: In Progress = Fix Committed

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

Title:
  Lockscreen capslock detection doesn't work well with remapped
  capslocks

Status in Unity:
  Fix Committed
Status in “unity” package in Ubuntu:
  Fix Released

Bug description:
  Hi,

  Version: 7.2.2+14.04.20140714-0ubuntu1 (trusty)

  Some users like to remap the way the activate capslock.  For example,
  using gnome-tweak-tool it's possible to set the CapsLock key to behave
  as an extra Ctrl, or an extra Alt (or several other extras) and then
  set Both shifts together toggle CapsLock.

  This works perfectly well inside Unity, the hardware keyboard led
  indicator shows up, etc.  However, the lockscreen detector doesn't
  correctly warn or not warn when this setup is used.

  * If the lockscreen was activated with capslock on, then the double-shift 
makes capslock go away, but not the warning.
  * If the lockscreen was activated with capslock off, then the double-shift 
makes capslock on, but no warning shows up.

  I believe the problem is in this piece of code in unity-
  shared/TextInput.cpp:

  void TextInput::OnKeyUp(unsigned keysym,
  unsigned long keycode,
  unsigned long state)
  {
if (!caps_lock_on  keysym == NUX_VK_CAPITAL)
  caps_lock_on = true;
else if (caps_lock_on  keysym == NUX_VK_CAPITAL)
  caps_lock_on = false;
  }

  This is checking for specific key, instead of the fact that CapsLock
  was activated or not.

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

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


[Touch-packages] [Bug 1342731] Re: Horizontal Scrolling over Indicator-ng (and sound) does not work as expected

2014-08-06 Thread Treviño
** Changed in: unity
   Status: In Progress = Fix Committed

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

Title:
  Horizontal Scrolling over Indicator-ng (and sound) does not work as
  expected

Status in Libindicator:
  In Progress
Status in Unity:
  Fix Committed
Status in Unity 7.2 series:
  In Progress
Status in “unity” package in Ubuntu:
  Fix Released

Bug description:
  When scrolling on indicator-sound using the horizontal scrolling the
  result is the opposite to what we expect in unity (left scrolling
  increases the volume and right scrolling decreases it), while in
  general is not handled at all for indicator-ng indicators as both left
  and right scrolling always ends up in a +1 delta scroll.

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

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


[Touch-packages] [Bug 1340992] Re: It's not possible to scroll over the dash overlay scrollbars as it happens in gtk applications

2014-08-06 Thread Treviño
** Changed in: unity
   Status: In Progress = Fix Committed

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

Title:
  It's not possible to scroll over the dash overlay scrollbars as it
  happens in gtk applications

Status in Unity:
  Fix Committed
Status in Unity 7.2 series:
  In Progress
Status in “unity” package in Ubuntu:
  Fix Released

Bug description:
  Scrolling over the scrollbars thumbs makes the thumb to disappear
  instead that apply the scroll to its view.

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

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


[Touch-packages] [Bug 1349128] Re: Ubuntu 14.04 lock screen doesn't accept keyboard input and sends it back to the underlying window (until using indicators)

2014-08-06 Thread Treviño
** Changed in: unity
   Status: In Progress = Fix Committed

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

Title:
  Ubuntu 14.04 lock screen doesn't accept keyboard input and sends it
  back to the underlying window (until using indicators)

Status in Unity:
  Fix Committed
Status in Unity 7.2 series:
  In Progress
Status in “unity” package in Ubuntu:
  Fix Released
Status in “unity” source package in Trusty:
  Fix Released

Bug description:
  After upgrading to Unity version 7.2.2+14.04.20140714-0ubuntu1 on
  Trusty, the lockscreen sometimes fails to take the keyboard focus away
  from Chrome.

  This might happen if there's a text selection in Chrome, and also when
  resuming after suspend.

  It doesn't always happen, as this is a race condition, but it's easy
  to reproduce by selecting the location bar in Chrome and then locking
  the screen.

  Workaround: click on any indicator in the upper right corner, and
  close the menu. After that, keyboard input is sent to the lockscreen
  again.

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

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


[Touch-packages] [Bug 1340996] Re: Overlay scrollbars doesn't scale to match the current DPI settings

2014-08-06 Thread Treviño
** Changed in: unity
   Status: In Progress = Fix Committed

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

Title:
  Overlay scrollbars doesn't scale to match the current DPI settings

Status in Unity:
  Fix Committed
Status in Unity 7.2 series:
  In Progress
Status in “unity” package in Ubuntu:
  Fix Released

Bug description:
  Dash scrollbars should scale, matching the current DPI settings for
  the monitor they're in.

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

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


[Touch-packages] [Bug 1342208] Re: Scroll wheel uses inverted logic to switch between applications/windows in the switcher

2014-08-06 Thread Treviño
** Changed in: unity
   Status: In Progress = Fix Committed

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

Title:
  Scroll wheel uses inverted logic to switch between
  applications/windows in the switcher

Status in Unity:
  Fix Committed
Status in “unity” package in Ubuntu:
  Fix Released

Bug description:
  1. Press Alt+Tab
  2. While pressing use mouse scroll wheel to scroll vertically (and if 
possible horizontally)

  Expected behavior:
  - Scrolling down, moves to the next icon/window
  - Scrolling up, moves to the previous icon/window
  - Scrolling left, moves to the previous icon/window
  - Scrolling right, moves to the next icon/window

  Actual behavior:
  - Scrolling down, moves to the previous icon/window
  - Scrolling up, moves to the next icon/window
  - Scrolling left, moves to the next icon/window
  - Scrolling right, moves to the previous icon/window

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

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


[Touch-packages] [Bug 1352829] Re: apport hook is not complete for filing bugs with ubuntu-bug linux on 12.04.5

2014-08-06 Thread Luis Henriques
This seems to have been solved before, with lts-saucy.

** Package changed: linux-lts-trusty (Ubuntu) = apport (Ubuntu)

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

Title:
  apport hook is not complete for filing bugs with ubuntu-bug linux on
  12.04.5

Status in “apport” package in Ubuntu:
  Confirmed

Bug description:
  When filing a bug with ubuntu-bug linux, only the Dependency.txt will be 
attached to the bug report.
  The package will be pointed to linux-lts-trusty on launchpad.

  apport-collect #bug will complain that:
  Package linux-lts-trusty not installed and no hook available, ignoring

  For installed packages, there is no linux-lts-trusty, but with the 
following packages installed
  linux-generic-lts-trusty3.13.0.32.28  
   Generic Linux kernel image and headers
  linux-headers-generic-lts-trusty3.13.0.32.28  
   Generic Linux kernel headers
  linux-image-generic-lts-trusty  3.13.0.32.28  
   Generic Linux kernel image

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.13.0-32-generic 3.13.0-32.57~precise1 [modified: 
boot/vmlinuz-3.13.0-32-generic]
  ProcVersionSignature: Ubuntu 3.13.0-32.57~precise1-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  Date: Tue Aug  5 06:40:37 2014
  InstallationMedia: Ubuntu 12.04.5 LTS Precise Pangolin - Release amd64 
(20140803)
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: linux-lts-trusty
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1352829] Re: apport hook is not complete for filing bugs with ubuntu-bug linux on 12.04.5

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

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

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

Title:
  apport hook is not complete for filing bugs with ubuntu-bug linux on
  12.04.5

Status in “apport” package in Ubuntu:
  Confirmed

Bug description:
  When filing a bug with ubuntu-bug linux, only the Dependency.txt will be 
attached to the bug report.
  The package will be pointed to linux-lts-trusty on launchpad.

  apport-collect #bug will complain that:
  Package linux-lts-trusty not installed and no hook available, ignoring

  For installed packages, there is no linux-lts-trusty, but with the 
following packages installed
  linux-generic-lts-trusty3.13.0.32.28  
   Generic Linux kernel image and headers
  linux-headers-generic-lts-trusty3.13.0.32.28  
   Generic Linux kernel headers
  linux-image-generic-lts-trusty  3.13.0.32.28  
   Generic Linux kernel image

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.13.0-32-generic 3.13.0-32.57~precise1 [modified: 
boot/vmlinuz-3.13.0-32-generic]
  ProcVersionSignature: Ubuntu 3.13.0-32.57~precise1-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  Date: Tue Aug  5 06:40:37 2014
  InstallationMedia: Ubuntu 12.04.5 LTS Precise Pangolin - Release amd64 
(20140803)
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: linux-lts-trusty
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1352565] [NEW] apt-get crashes when an empty string is fed as the package name

2014-08-06 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

This is an error report for package apt
(http://packages.ubuntu.com/trusty/apt), but i just can't select it from
the package filter as it yields too many matches for that name.

If you do

apt-get install/remove/whatever 

you get:

Reading package lists... Done
Building dependency tree   
Reading state information... Done
terminate called after throwing an instance of 'std::out_of_range'
  what():  basic_string::compare

and the program crashes instead of pointing out my stupidity.

This happens in Ubuntu 14.04 but I think it also affects other versions.

** Affects: apt (Ubuntu)
 Importance: Undecided
 Status: In Progress


** Tags: apt crash emptystring
-- 
apt-get crashes when an empty string is fed as the package name
https://bugs.launchpad.net/bugs/1352565
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 1353374] Re: Regression - swipe to right does not switch back to app scope

2014-08-06 Thread Michał Sawicz
** Changed in: unity8
   Status: New = Incomplete

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

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

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

Title:
  Regression - swipe to right does not switch back to app scope

Status in The Unity 8 shell:
  Incomplete
Status in “mir” package in Ubuntu:
  New
Status in “qtmir” package in Ubuntu:
  New

Bug description:
  With the new dash as app, if I swipe to right from an app it goes back
  to dash but not on the app scope (or well it seems the index changes
  internally, because if I then flick right or left to switch scope I an
  see it jumps from the app scope)

  To reproduce:

  - go to video scope
  - reveal launcher and open system settings
  - swipe to right

  expected result:
  * app scope

  current result:
  * video scope (if you flick left from here you go to scopes scope, and you 
see jumping from app scope)

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

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


[Touch-packages] [Bug 1353379] [NEW] VoiceMail notification pretends there are 255 messages. It is not true there are only 2

2014-08-06 Thread Jean-Baptiste Lallement
Public bug reported:

Mako build #175

The VoiceMail notification indicates there are 255 voice messages (cf
screenshot)  on voice mail while there were only 2 new messages.

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: indicator-messages 13.10.1+14.10.20140725-0ubuntu1
Uname: Linux 3.4.0-5-mako armv7l
ApportVersion: 2.14.5-0ubuntu3
Architecture: armhf
Date: Wed Aug  6 11:57:43 2014
InstallationDate: Installed on 2014-08-06 (0 days ago)
InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf 
(20140806-020204)
SourcePackage: indicator-messages
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: indicator-messages (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug armhf qa-touch utopic

** Attachment added: 255-new-message.png
   
https://bugs.launchpad.net/bugs/1353379/+attachment/4170977/+files/255-new-message.png

** Tags added: qa-touch

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

Title:
  VoiceMail notification pretends there are 255 messages. It is not true
  there are only 2

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

Bug description:
  Mako build #175

  The VoiceMail notification indicates there are 255 voice messages (cf
  screenshot)  on voice mail while there were only 2 new messages.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: indicator-messages 13.10.1+14.10.20140725-0ubuntu1
  Uname: Linux 3.4.0-5-mako armv7l
  ApportVersion: 2.14.5-0ubuntu3
  Architecture: armhf
  Date: Wed Aug  6 11:57:43 2014
  InstallationDate: Installed on 2014-08-06 (0 days ago)
  InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf 
(20140806-020204)
  SourcePackage: indicator-messages
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1353381] [NEW] package cpp-4.8 4.8.1-10ubuntu9 failed to install/upgrade: cannot copy extracted data for './usr/lib/gcc/x86_64-linux-gnu/4.8/cc1' to '/usr/lib/gcc/x86_64-linux-gn

2014-08-06 Thread Guillaume A. Mongosso'o
Public bug reported:

ntd

ProblemType: Package
DistroRelease: Ubuntu 13.10
Package: cpp-4.8 4.8.1-10ubuntu9
ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
Uname: Linux 3.11.0-12-generic x86_64
ApportVersion: 2.12.5-0ubuntu2
Architecture: amd64
Date: Wed Aug  6 09:28:49 2014
DuplicateSignature: package:cpp-4.8:4.8.1-10ubuntu9:cannot copy extracted data 
for './usr/lib/gcc/x86_64-linux-gnu/4.8/cc1' to 
'/usr/lib/gcc/x86_64-linux-gnu/4.8/cc1.dpkg-new': unexpected end of file or 
stream
ErrorMessage: cannot copy extracted data for 
'./usr/lib/gcc/x86_64-linux-gnu/4.8/cc1' to 
'/usr/lib/gcc/x86_64-linux-gnu/4.8/cc1.dpkg-new': unexpected end of file or 
stream
InstallationDate: Installed on 2014-08-06 (0 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 (20131016.1)
MarkForUpload: True
SourcePackage: gcc-4.8
Title: package cpp-4.8 4.8.1-10ubuntu9 failed to install/upgrade: cannot copy 
extracted data for './usr/lib/gcc/x86_64-linux-gnu/4.8/cc1' to 
'/usr/lib/gcc/x86_64-linux-gnu/4.8/cc1.dpkg-new': unexpected end of file or 
stream
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gcc-4.8 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package saucy

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

Title:
  package cpp-4.8 4.8.1-10ubuntu9 failed to install/upgrade: cannot copy
  extracted data for './usr/lib/gcc/x86_64-linux-gnu/4.8/cc1' to
  '/usr/lib/gcc/x86_64-linux-gnu/4.8/cc1.dpkg-new': unexpected end of
  file or stream

Status in “gcc-4.8” package in Ubuntu:
  New

Bug description:
  ntd

  ProblemType: Package
  DistroRelease: Ubuntu 13.10
  Package: cpp-4.8 4.8.1-10ubuntu9
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  Date: Wed Aug  6 09:28:49 2014
  DuplicateSignature: package:cpp-4.8:4.8.1-10ubuntu9:cannot copy extracted 
data for './usr/lib/gcc/x86_64-linux-gnu/4.8/cc1' to 
'/usr/lib/gcc/x86_64-linux-gnu/4.8/cc1.dpkg-new': unexpected end of file or 
stream
  ErrorMessage: cannot copy extracted data for 
'./usr/lib/gcc/x86_64-linux-gnu/4.8/cc1' to 
'/usr/lib/gcc/x86_64-linux-gnu/4.8/cc1.dpkg-new': unexpected end of file or 
stream
  InstallationDate: Installed on 2014-08-06 (0 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MarkForUpload: True
  SourcePackage: gcc-4.8
  Title: package cpp-4.8 4.8.1-10ubuntu9 failed to install/upgrade: cannot copy 
extracted data for './usr/lib/gcc/x86_64-linux-gnu/4.8/cc1' to 
'/usr/lib/gcc/x86_64-linux-gnu/4.8/cc1.dpkg-new': unexpected end of file or 
stream
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1342731] Re: Horizontal Scrolling over Indicator-ng (and sound) does not work as expected

2014-08-06 Thread Treviño
** Changed in: unity (Ubuntu)
   Status: In Progress = Fix Released

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

Title:
  Horizontal Scrolling over Indicator-ng (and sound) does not work as
  expected

Status in Libindicator:
  In Progress
Status in Unity:
  Fix Committed
Status in Unity 7.2 series:
  In Progress
Status in “unity” package in Ubuntu:
  Fix Released

Bug description:
  When scrolling on indicator-sound using the horizontal scrolling the
  result is the opposite to what we expect in unity (left scrolling
  increases the volume and right scrolling decreases it), while in
  general is not handled at all for indicator-ng indicators as both left
  and right scrolling always ends up in a +1 delta scroll.

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

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


[Touch-packages] [Bug 1353381] Re: package cpp-4.8 4.8.1-10ubuntu9 failed to install/upgrade: cannot copy extracted data for './usr/lib/gcc/x86_64-linux-gnu/4.8/cc1' to '/usr/lib/gcc/x86_64-linux-gnu/

2014-08-06 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package cpp-4.8 4.8.1-10ubuntu9 failed to install/upgrade: cannot copy
  extracted data for './usr/lib/gcc/x86_64-linux-gnu/4.8/cc1' to
  '/usr/lib/gcc/x86_64-linux-gnu/4.8/cc1.dpkg-new': unexpected end of
  file or stream

Status in “gcc-4.8” package in Ubuntu:
  New

Bug description:
  ntd

  ProblemType: Package
  DistroRelease: Ubuntu 13.10
  Package: cpp-4.8 4.8.1-10ubuntu9
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  Date: Wed Aug  6 09:28:49 2014
  DuplicateSignature: package:cpp-4.8:4.8.1-10ubuntu9:cannot copy extracted 
data for './usr/lib/gcc/x86_64-linux-gnu/4.8/cc1' to 
'/usr/lib/gcc/x86_64-linux-gnu/4.8/cc1.dpkg-new': unexpected end of file or 
stream
  ErrorMessage: cannot copy extracted data for 
'./usr/lib/gcc/x86_64-linux-gnu/4.8/cc1' to 
'/usr/lib/gcc/x86_64-linux-gnu/4.8/cc1.dpkg-new': unexpected end of file or 
stream
  InstallationDate: Installed on 2014-08-06 (0 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MarkForUpload: True
  SourcePackage: gcc-4.8
  Title: package cpp-4.8 4.8.1-10ubuntu9 failed to install/upgrade: cannot copy 
extracted data for './usr/lib/gcc/x86_64-linux-gnu/4.8/cc1' to 
'/usr/lib/gcc/x86_64-linux-gnu/4.8/cc1.dpkg-new': unexpected end of file or 
stream
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1352565] Re: apt-get crashes when an empty string is fed as the package name

2014-08-06 Thread Filip Sohajek
** Changed in: dpkg (Ubuntu)
   Status: New = In Progress

** Changed in: dpkg (Ubuntu)
 Assignee: (unassigned) = Filip Sohajek (filip-sohajek)

** Package changed: dpkg (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/1352565

Title:
  apt-get crashes when an empty string is fed as the package name

Status in “apt” package in Ubuntu:
  In Progress

Bug description:
  This is an error report for package apt
  (http://packages.ubuntu.com/trusty/apt), but i just can't select it
  from the package filter as it yields too many matches for that name.

  If you do

  apt-get install/remove/whatever 

  you get:

  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  terminate called after throwing an instance of 'std::out_of_range'
what():  basic_string::compare

  and the program crashes instead of pointing out my stupidity.

  This happens in Ubuntu 14.04 but I think it also affects other
  versions.

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

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


[Touch-packages] [Bug 1353048] Re: Header icon colors are white and barely visible in the Unity8 Dash

2014-08-06 Thread Michał Sawicz
** Changed in: unity8 (Ubuntu)
   Status: Confirmed = 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/1353048

Title:
  Header icon colors are white and barely visible in the Unity8 Dash

Status in The Unity 8 shell:
  In Progress
Status in “unity8” package in Ubuntu:
  In Progress

Bug description:
  Since image #173 (SDK version 1.1.1179+14.10.20140804-0ubuntu1), the
  header icons are white and barely visible in the light Unity8 Dash
  background. Strangely enough when looking at
  https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1317816, it says
  that the header icon color should match the header title font color.
  However the Unity 8 header title color is grey.

  This affects all icons in the header (back button ,search etc)

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

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


[Touch-packages] [Bug 1353383] [NEW] AP tests test_switcher_scroll_{next, prev} fails

2014-08-06 Thread Treviño
Public bug reported:

This has been caused by lp:~3v1n0/unity/scroll-wheel-ap-fixes

** Affects: unity
 Importance: Medium
 Assignee: Marco Trevisan (Treviño) (3v1n0)
 Status: In Progress

** Affects: unity (Ubuntu)
 Importance: Undecided
 Assignee: Marco Trevisan (Treviño) (3v1n0)
 Status: In Progress

** Changed in: unity
Milestone: None = 7.3.1

** Changed in: unity (Ubuntu)
   Status: New = In Progress

** Branch linked: lp:~3v1n0/unity/scroll-wheel-ap-fixes

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

Title:
  AP tests  test_switcher_scroll_{next,prev} fails

Status in Unity:
  In Progress
Status in “unity” package in Ubuntu:
  In Progress

Bug description:
  This has been caused by lp:~3v1n0/unity/scroll-wheel-ap-fixes

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

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


[Touch-packages] [Bug 1342896] Re: Add support for lcov version 1.11 to fix build error

2014-08-06 Thread Treviño
** Changed in: nux
Milestone: None = 4.0.7

** Changed in: nux
   Status: In Progress = Fix Committed

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

Title:
  Add support for lcov version 1.11 to fix build error

Status in Nux:
  Fix Committed
Status in “nux” package in Ubuntu:
  Fix Released

Bug description:
  Nux ci is failing to build because Nux says it doesn't support lcov
  1.11.

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

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


[Touch-packages] [Bug 1350101] Re: Nux FTBFS - gcc 4.9

2014-08-06 Thread Treviño
** Changed in: nux
   Status: In Progress = Fix Committed

** Changed in: nux
Milestone: None = 4.0.7

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

Title:
  Nux FTBFS - gcc 4.9

Status in Nux:
  Fix Committed
Status in “nux” package in Ubuntu:
  Fix Released

Bug description:
CXX  libnux_core_4.0_la-Trigonometry.lo
  ./Object.cpp:33:6: error: 'bool 
nux::{anonymous}::debug_object_allocation_stack()' defined but not used 
[-Werror=unused-function]
   bool debug_object_allocation_stack()

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

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


[Touch-packages] [Bug 1131363] Re: .cache contains non-cache data

2014-08-06 Thread Treviño
** Changed in: unity
   Status: New = Invalid

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

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

Title:
  .cache contains non-cache data

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

Bug description:
  Ubuntu is storing non-cache data in $XDG_CACHE_HOME (default:
  ~/.cache).

  How to reproduce:
  mv .cache .cache.BAK
  # log off and back on

  log off and back on, and note that, among other things,  all launcher
  configuration is lost. I'm sure there are many more of this class of
  bug.

  It's likely that this bug should be filed against unity instead of /
  in addition to xdg-utils.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: xdg-utils 1.1.0~rc1-2ubuntu6
  ProcVersionSignature: Ubuntu 3.2.0-38.60-generic 3.2.37
  Uname: Linux 3.2.0-38-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: amd64
  Date: Thu Feb 21 14:37:50 2013
  Dependencies:
   
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: xdg-utils
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1228093] Re: Dash content flickers when the touchpad is used to scroll it.

2014-08-06 Thread Treviño
** Changed in: nux (Ubuntu)
 Assignee: Andrea Azzarone (andyrock) = Marco Trevisan (Treviño) (3v1n0)

** Changed in: nux
 Assignee: Andrea Azzarone (andyrock) = Marco Trevisan (Treviño) (3v1n0)

** Changed in: nux/trusty
 Assignee: (unassigned) = Marco Trevisan (Treviño) (3v1n0)

** Changed in: nux
   Status: In Progress = Fix Committed

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

Title:
  Dash content flickers when the touchpad is used to scroll it.

Status in Nux:
  Fix Committed
Status in Nux trusty series:
  Triaged
Status in “nux” package in Ubuntu:
  Fix Released

Bug description:
  When the touchpad is used to scroll the dash sometimes scroll down is dected 
as scroll up and vice versa.
  Two fingers scroll must be ON!
  This is because horizontal scrolling is now enabled by default and can't be 
disabled using g-c-c.

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

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


[Touch-packages] [Bug 1284296] Re: screen blanks (as if computer is off) after grub but only sometimes

2014-08-06 Thread Chris Bainbridge
*** This bug is a duplicate of bug 1307097 ***
https://bugs.launchpad.net/bugs/1307097

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

** This bug has been marked a duplicate of bug 1307097
   Blank / Black screens on boot half the time [R9 280X]

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

Title:
  screen blanks (as if computer is off) after grub but only sometimes

Status in “linux” package in Ubuntu:
  New
Status in “xorg” package in Ubuntu:
  Invalid

Bug description:
  First of all, I appologize if I filed this bug wrong, this is my first
  time. I am also not 100% sure it is Xorg related, but that seemed the
  most appropriate choice when I was anwsering the questions in the
  ubuntu-bug utility.

  $ cat /proc/version_signature 
  Ubuntu 3.13.0-12.32-generic 3.13.4
  $ lsb_release -rd
  Description:  Ubuntu Trusty Tahr (development branch)
  Release:  14.04

  I originally tried to install 13.10 but had this intermittent blank
  screen problem so I hoped 14.04 would have a fix but it did not and
  now I'm troubleshooting in 14.04.

  The problem is intermittently after I select ubuntu from grub my
  screen will blank (no signal) as if my computer were off. Here is a
  link to my forum post discussing the problem and what I've done to try
  to resolve it http://ubuntuforums.org/showthread.php?t=2207624. I'm
  not sure if the computer has crashed or its simply not outputing
  video, but the only way to recover is to do a hard restart and cross
  my fingers that it wont happen next time.

  I know there are many bugs about blank screens, but this one seems to
  be unique in that it happens seemingly at random (race condition?).

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8
  ProcVersionSignature: Ubuntu 3.13.0-12.32-generic 3.13.4
  Uname: Linux 3.13.0-12-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.13.2-0ubuntu5
  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 Feb 24 11:57:32 2014
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GpuHangFrequency: Several times a day
  GpuHangReproducibility: Seems to happen randomly
  GpuHangStarted: Immediately after installing this version of Ubuntu
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Tahiti XT [Radeon HD 7970/R9 280X] 
[1002:6798] (prog-if 00 [VGA controller])
 Subsystem: XFX Pine Group Inc. HD 7970 Black Edition [1682:3213]
  InstallationDate: Installed on 2014-02-24 (0 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20140223)
  MachineType: To be filled by O.E.M. To be filled by O.E.M.
  PlymouthDebug: Error: [Errno 13] Permission denied: 
'/var/log/plymouth-debug.log'
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-12-generic 
root=UUID=ef026b95-15a8-431b-8c0c-01dff07c163c ro drm.debug=0x4 plymouth:debug
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/16/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1604
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: SABERTOOTH 990FX
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  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.:bvr1604:bd10/16/2012:svnTobefilledbyO.E.M.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnASUSTeKCOMPUTERINC.:rnSABERTOOTH990FX:rvrRev1.xx: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+14.04.20140218-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.52+git1402191830.c5de5a~gd~t
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.2~git1402240730.73c78c~gd~t
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.2~git1402240730.73c78c~gd~t
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.0-1ubuntu6
  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
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Mon Feb 24 11:08:13 2014
  

[Touch-packages] [Bug 1317816] Re: [sdk] Header icon color should be the same as the header text color

2014-08-06 Thread Michał Sawicz
** Changed in: ubuntu-ui-toolkit
   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-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1317816

Title:
  [sdk] Header icon color should be the same as the header text color

Status in Ubuntu UI Toolkit:
  Fix Released
Status in Ubuntu UX bugs:
  Fix Committed
Status in “ubuntu-ui-toolkit” package in Ubuntu:
  Fix Released

Bug description:
  The new tab drawer icon is currently always grey regardless of the app
  background. As a result in some background it stands out poorly. It
  should in the least have the same color as the tab header title color.
  Here is a screenshot of the tab drawer icon in the clock app. The grey
  color does not go too well with the pink-purple background.
  https://imgur.com/0CEhXUh

  Also the action icons should be the same color as the header text.

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

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


[Touch-packages] [Bug 1353374] Re: Regression - swipe to right does not switch back to app scope

2014-08-06 Thread Michał Sawicz
This seems related to bug #1319907, but that was fixed, we need to have
a close look on where is the frame lost.

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

Title:
  Regression - swipe to right does not switch back to app scope

Status in The Unity 8 shell:
  Incomplete
Status in “mir” package in Ubuntu:
  New
Status in “qtmir” package in Ubuntu:
  New

Bug description:
  With the new dash as app, if I swipe to right from an app it goes back
  to dash but not on the app scope (or well it seems the index changes
  internally, because if I then flick right or left to switch scope I an
  see it jumps from the app scope)

  To reproduce:

  - go to video scope
  - reveal launcher and open system settings
  - swipe to right

  expected result:
  * app scope

  current result:
  * video scope (if you flick left from here you go to scopes scope, and you 
see jumping from app scope)

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

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


[Touch-packages] [Bug 1351041] Re: App is unable to retrieve notes

2014-08-06 Thread Ubuntu Phone Apps Jenkins Bot
Fix committed into lp:reminders-app at revision 211, scheduled for
release in reminders-app, milestone 0.4

** Changed in: reminders-app
   Status: Triaged = Fix Committed

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

Title:
  App is unable to retrieve notes

Status in Accounts QML Module:
  New
Status in Ubuntu Reminders app:
  Fix Committed
Status in “accounts-qml-module” package in Ubuntu:
  New

Bug description:
  If you have notes online you can now no longer retrieve them.

  STEP:
  1 Open settings app
  2 enable accounts
  3 add evernote account
  4 open reminders

  Note the No notes page is displayed.

  # Notes

  - Something changed between images 157 and 158 [1] that caused this bug to 
surface. If I downgrade to image 157, notes are still retrieved as expected. 
Using Reminders 0.5.203 in both cases.
  - The AppArmor denials pointed out in the comments are a red herring: when 
the app is functioning normally, we get these denials too
  - Some debugging with mardy and this log [2] indicate that it's due to the 
authentication params not being returned in the onAuthenticated handler
  - This needs to be fixed in Online Accounts, but as a workaround, we can get 
the required params from the app just before calling the authenticate() 
function in reminders.qml

  [1] http://people.canonical.com/~lzemczak/landing-team/158.commitlog
  [2] http://pastebin.ubuntu.com/7968853/

To manage notifications about this bug go to:
https://bugs.launchpad.net/accounts-qml-module/+bug/1351041/+subscriptions

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


[Touch-packages] [Bug 1353095] Re: Missing menu content in the unity top panel in LTSP enviroment

2014-08-06 Thread Treviño
Please, attach here the output of the command:
  initctl list

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

Title:
  Missing menu content in the unity top panel in LTSP enviroment

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

Bug description:
  In the unity session the content of top menu (application menu,
  sesssion menu) is missing in a LTSP client. The top panel displays
  only the grey bar with the application name.

  Indicator applets adn session menu are totally missing.

  It happens in a fresh ltsp installation with ubuntu 14.04 LTS
  The unity version is 7.2.0+14.04.20140423-0ubuntu1.2

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity 7.2.0+14.04.20140423-0ubuntu1.2
  ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  Date: Tue Aug  5 22:05:37 2014
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=it_IT.UTF-8
   SHELL=/bin/bash
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://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 1332444] Re: CH Pedals are not working in 14.04

2014-08-06 Thread michael
Aah I see my script seems somehow to not have been always properly executed.- 
Pedals didn't work 
in x-plane after lunch but are ok after the below. So I guess you can mark this 
as 

solved?
Sorry for being rude and I will report back here if they should stop working 
again.
Thanks again


michael@michael-ubuntu:~$ evtest
No device specified, trying to scan all of /dev/input/event*
Not running as root, no devices may be available.
Available devices:
/dev/input/event14:    CH PRODUCTS CH FLIGHT SIM YOKE USB 
Select the device event number [0-18]: ^C
michael@michael-ubuntu:~$ cd /dev/input
michael@michael-ubuntu:/dev/input$ ls -la
total 0
drwxr-xr-x   4 root root    540 Aug  6 12:24 .
drwxr-xr-x  16 root root   4460 Aug  6 12:25 ..
drwxr-xr-x   2 root root    140 Aug  6 12:24 by-id
drwxr-xr-x   2 root root    160 Aug  6 12:24 by-path
crw-r-   1 root root 13, 64 Aug  6 12:24 event0
crw-r-   1 root root 13, 65 Aug  6 12:24 event1
crw-r-   1 root root 13, 74 Aug  6 12:24 event10
crw-r-   1 root root 13, 75 Aug  6 12:24 event11
crw-r-   1 root root 13, 76 Aug  6 12:24 event12
crw---   1 root root 13, 77 Aug  6 12:24 event13
crw-rw-rw-+  1 root root 13, 78 Aug  6 12:24 event14
crw-r-   1 root root 13, 79 Aug  6 12:24 event15
crw-r-   1 root root 13, 80 Aug  6 12:24 event16
crw-r-   1 root root 13, 81 Aug  6 12:24 event17
crw-r-   1 root root 13, 82 Aug  6 12:24 event18
crw-r-   1 root root 13, 66 Aug  6 12:24 event2
crw-r-   1 root root 13, 67 Aug  6 12:24 event3
crw-r-   1 root root 13, 68 Aug  6 12:24 event4
crw-r-   1 root root 13, 69 Aug  6 12:24 event5
crw-r-   1 root root 13, 70 Aug  6 12:24 event6
crw-r-   1 root root 13, 71 Aug  6 12:24 event7
crw-r-   1 root root 13, 72 Aug  6 12:24 event8
crw-r-   1 root root 13, 73 Aug  6 12:24 event9
crw-r--r--   1 root root 13,  0 Aug  6 12:24 js0
crw-rw-r--+  1 root root 13,  1 Aug  6 12:24 js1
crw-r-   1 root root 13, 63 Aug  6 12:24 mice
crw-r-   1 root root 13, 32 Aug  6 12:24 mouse0
michael@michael-ubuntu:/dev/input$ sudo setfacl --modify u:michael:rw- --modify 
g::rw- --modify o::rw- *
[sudo] password for michael: 
michael@michael-ubuntu:/dev/input$ ls -la
total 0
drwxr-xr-x   4 root root    540 Aug  6 12:24 .
drwxr-xr-x  16 root root   4460 Aug  6 12:25 ..
drwxrw-rw-+  2 root root    140 Aug  6 12:24 by-id
drwxrw-rw-+  2 root root    160 Aug  6 12:24 by-path
crw-rw-rw-+  1 root root 13, 64 Aug  6 12:24 event0
crw-rw-rw-+  1 root root 13, 65 Aug  6 12:24 event1
crw-rw-rw-+  1 root root 13, 74 Aug  6 12:24 event10
crw-rw-rw-+  1 root root 13, 75 Aug  6 12:24 event11
crw-rw-rw-+  1 root root 13, 76 Aug  6 12:24 event12
crw-rw-rw-+  1 root root 13, 77 Aug  6 12:24 event13
crw-rw-rw-+  1 root root 13, 78 Aug  6 12:24 event14
crw-rw-rw-+  1 root root 13, 79 Aug  6 12:24 event15
crw-rw-rw-+  1 root root 13, 80 Aug  6 12:24 event16
crw-rw-rw-+  1 root root 13, 81 Aug  6 12:24 event17
crw-rw-rw-+  1 root root 13, 82 Aug  6 12:24 event18
crw-rw-rw-+  1 root root 13, 66 Aug  6 12:24 event2
crw-rw-rw-+  1 root root 13, 67 Aug  6 12:24 event3
crw-rw-rw-+  1 root root 13, 68 Aug  6 12:24 event4
crw-rw-rw-+  1 root root 13, 69 Aug  6 12:24 event5
crw-rw-rw-+  1 root root 13, 70 Aug  6 12:24 event6
crw-rw-rw-+  1 root root 13, 71 Aug  6 12:24 event7
crw-rw-rw-+  1 root root 13, 72 Aug  6 12:24 event8
crw-rw-rw-+  1 root root 13, 73 Aug  6 12:24 event9
crw-rw-rw-+  1 root root 13,  0 Aug  6 12:24 js0
crw-rw-rw-+  1 root root 13,  1 Aug  6 12:24 js1
crw-rw-rw-+  1 root root 13, 63 Aug  6 12:24 mice
crw-rw-rw-+  1 root root 13, 32 Aug  6 12:24 mouse0
michael@michael-ubuntu:/dev/input$ 




 From: Martin Pitt martin.p...@ubuntu.com
To: scrat_h...@yahoo.com 
Sent: Wednesday, August 6, 2014 7:51 AM
Subject: [Bug 1332444] Re: CH Pedals are not working in 14.04
 

Do you see it in sudo evtest? Do you get events there?

 Looks like I need to change distro

Feel free to play around, of course; but won't help that much as udev is
pretty much the same in all distros..

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

Title:
  CH Pedals are not working in 14.04

Status in systemd:
  Fix Released
Status in “systemd” package in Ubuntu:
  Fix Committed

Bug description:
  I've created a rule in lib/udev/rules.d as 99-xplane.rules:
  # CH PRO PEDALS USB
  KERNEL==event*, ATTRS{idProduct}==00f2, ATTRS{idVendor}==068e, 
MODE=0666

  and even do at every x-plane start:
  cd /dev/input
  sudo setfacl --modify u:michael:rw- --modify g::rw- --modify o::rw- *

  but still my CH Pedals are often not working. (sometimes yes but not
  always)

  
  --
  michael@michael-ubuntu:~$ lsb_release -rd
  Description:    Ubuntu 14.04 LTS
  Release:    14.04
  michael@michael-ubuntu:~$ 

  
  michael@michael-ubuntu:~$ apt-cache policy udev
  udev:
    Installed: 204-5ubuntu20.2
    Candidate: 204-5ubuntu20.2
    

[Touch-packages] [Bug 1353095] Re: Missing menu content in the unity top panel in LTSP enviroment

2014-08-06 Thread Treviño
*** This bug is a duplicate of bug 1320286 ***
https://bugs.launchpad.net/bugs/1320286

** This bug has been marked a duplicate of bug 1320286
   On LTSP thick client gnome-settings-daemon gets loaded before 
unity-settings-daemon

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

Title:
  Missing menu content in the unity top panel in LTSP enviroment

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

Bug description:
  In the unity session the content of top menu (application menu,
  sesssion menu) is missing in a LTSP client. The top panel displays
  only the grey bar with the application name.

  Indicator applets adn session menu are totally missing.

  It happens in a fresh ltsp installation with ubuntu 14.04 LTS
  The unity version is 7.2.0+14.04.20140423-0ubuntu1.2

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity 7.2.0+14.04.20140423-0ubuntu1.2
  ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  Date: Tue Aug  5 22:05:37 2014
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=it_IT.UTF-8
   SHELL=/bin/bash
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1338697] Re: Alarm sound url read from a saved alarm is always empty

2014-08-06 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit
   Status: Confirmed = In Progress

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

Title:
  Alarm sound url read from a saved alarm is always empty

Status in Clock application for Ubuntu devices:
  Triaged
Status in Ubuntu UI Toolkit:
  In Progress
Status in “qtorganizer5-eds” package in Ubuntu:
  Invalid

Bug description:
  In the clock app, I am trying to add the option to set custom sounds
  for an alarm. Creating a new alarm and choosing a custom sound works
  properly. When the alarm is triggered, it rings using the correct
  sound. However when you read that alarm from the alarm model and
  output the sound url, it is always empty. As a result, one cannot
  check an alarm to see what sound was assigned to it.

  I have created a sample alarms app to illustrate the issue at
  lp:~nik90/ubuntu-clock-app/alarmtest

  Steps to reproduce bug:
  1. Create a new alarm by pressing the + header button
  2. Set alarm to ring in the next 10-15 seconds
  3. Set a custom alarm sound by choosing one in the option selector
  4. Save alarm

  In the main page, click on the created alarm

  What happens:
  The alarm sound value is empty

  What should happen:
  The alarm sound correctly points to the path of the chosen sound

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

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


[Touch-packages] [Bug 1320286] Re: On LTSP thick client gnome-settings-daemon gets loaded before unity-settings-daemon

2014-08-06 Thread Treviño
** Changed in: unity (Ubuntu)
   Status: Invalid = Incomplete

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

Title:
  On LTSP thick client gnome-settings-daemon gets loaded before unity-
  settings-daemon

Status in Gnome Settings Daemon:
  New
Status in Unity:
  Incomplete
Status in Unity Settings Daemon:
  New
Status in “gnome-settings-daemon” package in Ubuntu:
  Confirmed
Status in “unity” package in Ubuntu:
  Incomplete
Status in “unity-settings-daemon” package in Ubuntu:
  Confirmed

Bug description:
  On amd64 ltsp fat client,

  gnome-settings-daemon gets loaded before unity-settings-daemon, and
  thus unity-panel-service doesn't start at all.

  manually running /usr/lib/unity/unity-panel-service after logging into
  the unity desktop is a work around the problem.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/1320286/+subscriptions

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


[Touch-packages] [Bug 1320286] Re: On LTSP thick client gnome-settings-daemon gets loaded before unity-settings-daemon

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

** Changed in: gnome-settings-daemon (Ubuntu)
   Status: New = Confirmed

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

Title:
  On LTSP thick client gnome-settings-daemon gets loaded before unity-
  settings-daemon

Status in Gnome Settings Daemon:
  New
Status in Unity:
  Incomplete
Status in Unity Settings Daemon:
  New
Status in “gnome-settings-daemon” package in Ubuntu:
  Confirmed
Status in “unity” package in Ubuntu:
  Incomplete
Status in “unity-settings-daemon” package in Ubuntu:
  Confirmed

Bug description:
  On amd64 ltsp fat client,

  gnome-settings-daemon gets loaded before unity-settings-daemon, and
  thus unity-panel-service doesn't start at all.

  manually running /usr/lib/unity/unity-panel-service after logging into
  the unity desktop is a work around the problem.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/1320286/+subscriptions

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


[Touch-packages] [Bug 1228711] Re: [Dialler] Audible/haptic feedback while dialing

2014-08-06 Thread Martti Piirainen
** Branch unlinked: lp:~piiramar/telephony-service/dial-tones

** Branch linked: lp:~piiramar/telephony-service/tone-generation

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

Title:
  [Dialler] Audible/haptic feedback while dialing

Status in Dialer app for Ubuntu Touch:
  Confirmed
Status in Ubuntu UX bugs:
  Fix Committed
Status in “dialer-app” package in Ubuntu:
  Confirmed

Bug description:
  Touchscreen-driven devices lack the physical feedback of pressing a
  real button. Many other touch OSs make up for this by providing
  audible or haptic feedback while dialing a number. Ubuntu's dialer
  currently does neither. An audible tone should be played when a number
  is pressed, optionally haptic feedback could also be provided.

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

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


[Touch-packages] [Bug 1320286] Re: On LTSP thick client gnome-settings-daemon gets loaded before unity-settings-daemon

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

** Changed in: unity-settings-daemon (Ubuntu)
   Status: New = Confirmed

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

Title:
  On LTSP thick client gnome-settings-daemon gets loaded before unity-
  settings-daemon

Status in Gnome Settings Daemon:
  New
Status in Unity:
  Incomplete
Status in Unity Settings Daemon:
  New
Status in “gnome-settings-daemon” package in Ubuntu:
  Confirmed
Status in “unity” package in Ubuntu:
  Incomplete
Status in “unity-settings-daemon” package in Ubuntu:
  Confirmed

Bug description:
  On amd64 ltsp fat client,

  gnome-settings-daemon gets loaded before unity-settings-daemon, and
  thus unity-panel-service doesn't start at all.

  manually running /usr/lib/unity/unity-panel-service after logging into
  the unity desktop is a work around the problem.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/1320286/+subscriptions

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


[Touch-packages] [Bug 1320286] Re: On LTSP thick client gnome-settings-daemon gets loaded before unity-settings-daemon

2014-08-06 Thread Treviño
Please, attach here the output of the following commands:
  initctl list
  initctl list-env

** Changed in: unity
   Status: New = Incomplete

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

Title:
  On LTSP thick client gnome-settings-daemon gets loaded before unity-
  settings-daemon

Status in Gnome Settings Daemon:
  New
Status in Unity:
  Incomplete
Status in Unity Settings Daemon:
  New
Status in “gnome-settings-daemon” package in Ubuntu:
  Confirmed
Status in “unity” package in Ubuntu:
  Incomplete
Status in “unity-settings-daemon” package in Ubuntu:
  Confirmed

Bug description:
  On amd64 ltsp fat client,

  gnome-settings-daemon gets loaded before unity-settings-daemon, and
  thus unity-panel-service doesn't start at all.

  manually running /usr/lib/unity/unity-panel-service after logging into
  the unity desktop is a work around the problem.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/1320286/+subscriptions

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


[Touch-packages] [Bug 1351024] Re: Date Time picker is not working on device.

2014-08-06 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: (unassigned) = Zsombor Egri (zsombi)

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

Title:
  Date  Time picker is not working on device.

Status in Calendar application for Ubuntu devices:
  Triaged
Status in Ubuntu UI Toolkit:
  New

Bug description:
  Steps to Reproduce :-

  1) Open Calendar
  2) Create new Event
  3) Tap on Start date

  Expected Result :- 
   
  It should open Date selector.

  Actual Result :-

  It is doing nothing

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

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


[Touch-packages] [Bug 1351024] Re: Date Time picker is not working on device.

2014-08-06 Thread Zoltan Balogh
** No longer affects: ubuntu-ui-toolkit

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

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

Title:
  Date  Time picker is not working on device.

Status in Calendar application for Ubuntu devices:
  Triaged
Status in Ubuntu UI Toolkit:
  New

Bug description:
  Steps to Reproduce :-

  1) Open Calendar
  2) Create new Event
  3) Tap on Start date

  Expected Result :- 
   
  It should open Date selector.

  Actual Result :-

  It is doing nothing

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

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


[Touch-packages] [Bug 1350609] Re: Departments with no applications

2014-08-06 Thread Pawel Stolowski
** Changed in: unity-scope-click (Ubuntu)
   Status: Confirmed = In Progress

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

Title:
  Departments with no applications

Status in “unity-scope-click” package in Ubuntu:
  In Progress

Bug description:
  Many departments are shown in the applications scope, that have no 
applications in them.
  They should not be shown if they have zero apps.

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

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


[Touch-packages] [Bug 1351306] Re: Cannot uninstall upstart and install systemd-sysv

2014-08-06 Thread Dimitri John Ledkov
Upstart uploaded, will need to go through NEW.

** Changed in: upstart (Ubuntu)
   Status: Triaged = Fix Committed

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

Title:
  Cannot uninstall upstart and install systemd-sysv

Status in “avahi” package in Ubuntu:
  Fix Released
Status in “dbus” package in Ubuntu:
  Fix Released
Status in “friendly-recovery” package in Ubuntu:
  Fix Released
Status in “plymouth” package in Ubuntu:
  Fix Released
Status in “sysvinit” package in Ubuntu:
  In Progress
Status in “upstart” package in Ubuntu:
  Fix Committed

Bug description:
  upstart is currently quite deeply wired into our dependencies. Even in
  a minimally bootstrapped chroot needs it, although this doesn't do any
  booting at all:

  # dpkg -P upstart
  dpkg: dependency problems prevent removal of upstart:
   initscripts depends on upstart.
   plymouth depends on upstart (= 1.11-0ubuntu3).

  On a desktop the list is quite a bit longer:

   ubuntu-minimal depends on upstart.
   avahi-daemon depends on upstart (= 0.6.7-4).
   friendly-recovery depends on upstart. (See bug 1351316, needs sysv/systemd 
script first)
   initscripts depends on upstart.
   ureadahead depends on upstart (= 0.6.0). (No need to fix -- can just drop 
that along with upstart for systemd images, systemd has readahead built in)
   plymouth depends on upstart (= 1.11-0ubuntu3).
   dbus depends on upstart (= 0.6.3-6).
   unity-services depends on upstart.
   init depends on upstart. (Not important right now, switch to alternative 
deps once systemd is ready)

  Most of the latter probably don't need to; versioned depends might be
  converted into equivalent versioned breaks, for others an alternative
  dependency might be considered. The main exception is that we are
  using session upstart on the desktop (unity-services etc.), for this
  we probably need to split out an upstart-sysv (for /sbin/init, reboot,
  halt, etc., similar to systemd-sysv) or an upstart-core (similar to
  sysvinit-core vs. sysvinit).

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

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


[Touch-packages] [Bug 1351027] Re: Can reveal launcher (and launch apps) when locked on #163

2014-08-06 Thread Michael Terry
That was the design until recently.  But last week, the design team
instead said that the indicators and launcher should not work when the
phone is locked with a pin.  You'll see this fixed in
https://code.launchpad.net/~mterry/unity8/lockscreen-nits/+merge/228683
which is waiting for reviews.

** Changed in: unity8
   Status: Triaged = In Progress

** Changed in: unity (Ubuntu)
   Status: Invalid = In Progress

** Branch linked: lp:~mterry/unity8/lockscreen-nits

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

Title:
  Can reveal launcher (and launch apps) when locked on #163

Status in The Unity 8 shell:
  In Progress
Status in “unity” package in Ubuntu:
  In Progress

Bug description:
  On latest image we now have pin lock.
  Open system settings - security and set a pin lock
  Lock phone.
  Open launcher
  Tap some apps.
  Unlock phone
  Note that those apps are launched.

  I don't think the launcher should open when the phone is locked, and
  thus apps shouldn't be launchable.

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

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


[Touch-packages] [Bug 1353341] Re: Apps screen spacing is wildly uneven

2014-08-06 Thread Filip Sohajek
** Also affects: ubuntu-ux
   Importance: Undecided
   Status: New

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

** Changed in: ubuntu-ux
   Status: New = Confirmed

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

Title:
  Apps screen spacing is wildly uneven

Status in Ubuntu UX bugs:
  Confirmed
Status in “unity8” package in Ubuntu:
  Confirmed

Bug description:
  1. Open the Apps screen. Use the attached screenshot for reference.

  What you see: The space between
  (A) the edge of the screen and the edge of a header,
  (B) the edge of the screen and the leftmost/rightmost icon, and
  (C) two adjacent icons,
  are very different.

  What you should see: All those spaces should be the same size.

  It's a basic layout error for items in a box to be closer to the edge
  of the box than they are to each other.

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

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


[Touch-packages] [Bug 1350997] Re: Untranslated password/PIN prompt

2014-08-06 Thread Michael Terry
This will be fixed by https://code.launchpad.net/~mterry/unity8/wrong-
password-handling/+merge/229184

** Changed in: unity8
   Status: Triaged = In Progress

** Branch linked: lp:~mterry/unity8/wrong-password-handling

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

Title:
  Untranslated password/PIN prompt

Status in Ubuntu Translations:
  Triaged
Status in The Unity 8 shell:
  In Progress
Status in “unity8” package in Ubuntu:
  Confirmed

Bug description:
  When security is set and prompted for a password, only the first part
  of Enter %1 is translated, where %1 is password or code. In
  fact, I could not find those two strings up for translation.

  Not sure if this is for u-s-s or unity8, please feel free to retastk
  the bug if necessary.

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

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


[Touch-packages] [Bug 1351097] Re: [emulator] bottom edge swipe broken

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

** Changed in: android (Ubuntu)
   Status: New = Confirmed

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

Title:
  [emulator] bottom edge swipe broken

Status in “android” package in Ubuntu:
  Confirmed
Status in “unity8” package in Ubuntu:
  Confirmed

Bug description:
  root@ubuntu-phablet:~# system-image-cli -i
  current build number: 166
  device name: generic_x86
  channel: ubuntu-touch/utopic-proposed
  last update: 2014-07-31 17:40:46
  version version: 166
  version ubuntu: 20140731.1
  version device: 20140728.1

  Can't use the bottom edge swipe anymore.

  Just open the browser and try using the bottom edge part of the
  screen. Same happens with dialler and messaging.

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

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


[Touch-packages] [Bug 1351097] Re: [emulator] bottom edge swipe broken

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

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

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

Title:
  [emulator] bottom edge swipe broken

Status in “android” package in Ubuntu:
  Confirmed
Status in “unity8” package in Ubuntu:
  Confirmed

Bug description:
  root@ubuntu-phablet:~# system-image-cli -i
  current build number: 166
  device name: generic_x86
  channel: ubuntu-touch/utopic-proposed
  last update: 2014-07-31 17:40:46
  version version: 166
  version ubuntu: 20140731.1
  version device: 20140728.1

  Can't use the bottom edge swipe anymore.

  Just open the browser and try using the bottom edge part of the
  screen. Same happens with dialler and messaging.

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

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


[Touch-packages] [Bug 1353469] [NEW] Compiler optimization error needs investigation

2014-08-06 Thread Michael Terry
Public bug reported:

This is a breakaway bug from bug 1351308.

accountsservice 0.6.37-1ubuntu7 introduced a new bug where
libaccountsservice would not report the manager object as loaded.  It
wasn't because of the content of that upload, but rather seemingly
because of building with a new compiler.  It got uploaded shortly after
the gcc 4.9 transition.

I wasn't able to determine whether this is something accountsservice is
doing or just gcc's fault.  But even inserting some debug statements
around the place or downgrading optimization to -O1 made the problem go
away.  So I'm leaning towards gcc.

For now, we just changed optimization in the package to workaround the
problem.  But the root source should be investigated.

** Affects: gcc-4.9 (Ubuntu)
 Importance: Undecided
 Status: New

** Package changed: accountsservice (Ubuntu) = gcc-4.9 (Ubuntu)

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

Title:
  Compiler optimization error needs investigation

Status in “gcc-4.9” package in Ubuntu:
  New

Bug description:
  This is a breakaway bug from bug 1351308.

  accountsservice 0.6.37-1ubuntu7 introduced a new bug where
  libaccountsservice would not report the manager object as loaded.  It
  wasn't because of the content of that upload, but rather seemingly
  because of building with a new compiler.  It got uploaded shortly
  after the gcc 4.9 transition.

  I wasn't able to determine whether this is something accountsservice
  is doing or just gcc's fault.  But even inserting some debug
  statements around the place or downgrading optimization to -O1 made
  the problem go away.  So I'm leaning towards gcc.

  For now, we just changed optimization in the package to workaround the
  problem.  But the root source should be investigated.

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

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


[Touch-packages] [Bug 1353362] Re: cairo needs merge from debian

2014-08-06 Thread LocutusOfBorg
attached the debdiff of the only debian directory

** Attachment added: debdiff
   
https://bugs.launchpad.net/ubuntu/+source/cairo/+bug/1353362/+attachment/4171109/+files/debdiff

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

Title:
  cairo needs merge from debian

Status in “cairo” package in Ubuntu:
  New

Bug description:
  Some changes in debian, but not (obviously merged in ubuntu since the 
packaging is different) needs manual merge
  
http://anonscm.debian.org/cgit/collab-maint/cairo.git/commit/debian/control?id=0d4aad4798725a9fb99450091dfdf3cc4b34dd63

  is currently causing a FTBFS
  https://launchpad.net/ubuntu/+source/wxpython3.0/3.0.0.0+dfsg-1

  (due to a probabile wxwidgets3.0 bug)

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

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


[Touch-packages] [Bug 1353362] Re: cairo needs merge from debian

2014-08-06 Thread Timo Aaltonen
you can't enable GL backend or bug #725434 would get reopened.. you'd
need to check the drivers if they are fixed before enabling this

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

Title:
  cairo needs merge from debian

Status in “cairo” package in Ubuntu:
  New

Bug description:
  Some changes in debian, but not (obviously merged in ubuntu since the 
packaging is different) needs manual merge
  
http://anonscm.debian.org/cgit/collab-maint/cairo.git/commit/debian/control?id=0d4aad4798725a9fb99450091dfdf3cc4b34dd63

  is currently causing a FTBFS
  https://launchpad.net/ubuntu/+source/wxpython3.0/3.0.0.0+dfsg-1

  (due to a probabile wxwidgets3.0 bug)

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

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


[Touch-packages] [Bug 1310260] Re: Pulseaudio fails to detect card (probably due to hybrid graphics)

2014-08-06 Thread Paul Konecny
Hello Dominik, 
your solution works like a charm! 

Thank you!

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

Title:
  Pulseaudio fails to detect card (probably due to hybrid graphics)

Status in “pulseaudio” package in Ubuntu:
  Confirmed

Bug description:
  Hi,
  I wanted to install Trusty on my Elitebook 850 G1 with hybrid graphics (Intel 
/ AMD) but pulseaudio goes nuts on me as soon as I try to play any music / 
sound, try to change volume, etc.
  I've tried it with Ubuntu, Kubuntu and now with Xubuntu with the same result 
everytime.

  My guess is that pulseaudio has problems with the AMD GPU and it's sound 
processor being switched off automatically as enabled by Kernel 3.13 (formerly 
achieved by adding the radeon.runpm=1 kernel parameter)
  (http://lists.freedesktop.org/archives/dri-devel/2013-September/045650.html)

  root@HP-EliteBook-850-G1:~# cat /sys/kernel/debug/vgaswitcheroo/switch
  0:IGD:+:Pwr::00:02.0
  1:DIS: :DynOff::03:00.0
  2:DIS-Audio: :Off::03:00.1

  As you can see, the AMD GPU has been turned off automatically. Pulseaudio, 
the (X)Ubuntu volume applet and KMix on the other hand list it as still 
available.
  Based on that I asume pulseaudio tries to access a switched-off device and 
fails.

  I've followed the steps listed
  here: https://wiki.ubuntu.com/DebuggingSoundProblems
  and
  here: https://wiki.ubuntu.com/PulseAudio/Log

  I'll attach the logs right away. (pulseverbose1.log and my dmesg
  output)

  Pusleverbose is full of messages like this one:
  (   0.013|   0.000) I: [pulseaudio] alsa-util.c: Error opening PCM device 
hw:0: No such file or directory

  This output of dmesg also caught my attention:
  [  354.927935] HDMI ATI/AMD: no speaker allocation for ELD
  [  357.695010] hda-intel :03:00.1: Disabling via VGA-switcheroo

  One thing I noticed using Kubuntu is that after pulseaudio becomes 
unresponsive the taskmanager lists 4 pulseaudio processes two of which are 
active on harddrive (Aktiv auf Festplatte). Those two processes cannot be 
killed even as root.
  Currently being on Xubuntu the same thing is true, although it lists only one 
process in the taskmanager that cannot be killed.

  I hope you can help me.

  Best regards,
  Paul

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: pulseaudio 1:4.0-0ubuntu11
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/controlC2', '/dev/snd/hwC2D0', '/dev/snd/pcmC2D3p', 
'/dev/snd/pcmC2D7p', '/dev/snd/controlC1', '/dev/snd/hwC1D0', 
'/dev/snd/pcmC1D0c', '/dev/snd/pcmC1D0p', '/dev/snd/pcmC1D2c', 
'/dev/snd/controlC0', '/dev/snd/hwC0D0', '/dev/snd/pcmC0D3p', 
'/dev/snd/pcmC0D7p', '/dev/snd/pcmC0D8p', '/dev/snd/seq', '/dev/snd/timer'] 
failed with exit code 1:
  CurrentDesktop: XFCE
  Date: Sun Apr 20 13:47:09 2014
  InstallationDate: Installed on 2014-04-20 (0 days ago)
  InstallationMedia: Xubuntu 14.04 LTS Trusty Tahr - Release amd64 
(20140416.2)
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  SourcePackage: pulseaudio
  Symptom: audio
  Symptom_Card: HDA-Intel - HDA Intel PCH
  Symptom_Jack: Speaker, Internal
  Title: [HP EliteBook 850 G1, IDT 92HD91BXX, Speaker, Internal] Pulseaudio 
fails to detect card
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/19/2014
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: L71 Ver. 01.08
  dmi.board.name: 198F
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 15.54
  dmi.chassis.asset.tag: CNU345BY96
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrL71Ver.01.08:bd02/19/2014:svnHewlett-Packard:pnHPEliteBook850G1:pvrA3008CC10003:rvnHewlett-Packard:rn198F:rvrKBCVersion15.54:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP EliteBook 850 G1
  dmi.product.version: A3008CC10003
  dmi.sys.vendor: Hewlett-Packard

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

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


[Touch-packages] [Bug 1353475] [NEW] Emoticons not visible

2014-08-06 Thread Michael Terry
Public bug reported:

I received a text message with an emoticon of some sort.  But it wasn't
visible to me, just appeared as a white box.

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

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

Title:
  Emoticons not visible

Status in “messaging-app” package in Ubuntu:
  New

Bug description:
  I received a text message with an emoticon of some sort.  But it
  wasn't visible to me, just appeared as a white box.

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

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


[Touch-packages] [Bug 1352829] Re: apport hook is not complete for filing bugs with ubuntu-bug linux on 12.04.5

2014-08-06 Thread Andy Whitcroft
** Changed in: apport (Ubuntu)
   Status: Confirmed = In Progress

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

** Changed in: apport (Ubuntu)
 Assignee: (unassigned) = Andy Whitcroft (apw)

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

Title:
  apport hook is not complete for filing bugs with ubuntu-bug linux on
  12.04.5

Status in “apport” package in Ubuntu:
  In Progress

Bug description:
  When filing a bug with ubuntu-bug linux, only the Dependency.txt will be 
attached to the bug report.
  The package will be pointed to linux-lts-trusty on launchpad.

  apport-collect #bug will complain that:
  Package linux-lts-trusty not installed and no hook available, ignoring

  For installed packages, there is no linux-lts-trusty, but with the 
following packages installed
  linux-generic-lts-trusty3.13.0.32.28  
   Generic Linux kernel image and headers
  linux-headers-generic-lts-trusty3.13.0.32.28  
   Generic Linux kernel headers
  linux-image-generic-lts-trusty  3.13.0.32.28  
   Generic Linux kernel image

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.13.0-32-generic 3.13.0-32.57~precise1 [modified: 
boot/vmlinuz-3.13.0-32-generic]
  ProcVersionSignature: Ubuntu 3.13.0-32.57~precise1-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  Date: Tue Aug  5 06:40:37 2014
  InstallationMedia: Ubuntu 12.04.5 LTS Precise Pangolin - Release amd64 
(20140803)
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: linux-lts-trusty
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1342923] Re: tracker-store crashed with SIGSEGV in _IO_vfprintf_internal()

2014-08-06 Thread C. Brazill-LP
popup from apport again,
this time after boot and startup.
additionally i'd like to add that I  have been using the  recent files 
extension. Mentioning that in case its relevant.

thanks.
-C

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

Title:
  tracker-store crashed with SIGSEGV in _IO_vfprintf_internal()

Status in Meta-tracker:
  Fix Released
Status in Ubuntu GNOME:
  Triaged
Status in “tracker” package in Ubuntu:
  Triaged

Bug description:
  i

  ProblemType: Crash
  DistroRelease: Ubuntu 14.04
  Package: tracker 1.0.2-1ubuntu1~trusty1 [origin: 
LP-PPA-gnome3-team-gnome3-staging]
  ProcVersionSignature: Ubuntu 3.13.0-32.56-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Wed Jul 16 21:39:09 2014
  ExecutablePath: /usr/lib/tracker/tracker-store
  InstallationDate: Installed on 2014-07-16 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 14.04 LTS Trusty Tahr - Release amd64 
(20140416.2)
  ProcCmdline: /usr/lib/tracker/tracker-store
  SegvAnalysis:
   Segfault happened at: 0x7f02dd2c9cb3 _IO_vfprintf_internal+7443:   repnz 
scas %es:(%rdi),%al
   PC (0x7f02dd2c9cb3) ok
   source %es:(%rdi) (0xc0023630) not located in a known VMA region 
(needed readable region)!
   destination %al ok
   Stack memory exhausted (SP below stack segment)
  SegvReason: reading unknown VMA
  Signal: 11
  SourcePackage: tracker
  StacktraceTop:
   _IO_vfprintf_internal (s=s@entry=0x7f02d37fd600, format=optimized out, 
format@entry=0x7f02de5f5da0 Unable to insert multiple values for subject `%s' 
and single valued property `%s' (old_value: '%s', new value: '%s'), 
ap=ap@entry=0x7f02d37fd7a8) at vfprintf.c:1661
   __GI___vasprintf_chk (result_ptr=0x7f02d37fd758, flags=1, 
format=0x7f02de5f5da0 Unable to insert multiple values for subject `%s' and 
single valued property `%s' (old_value: '%s', new value: '%s'), 
args=0x7f02d37fd7a8) at vasprintf_chk.c:66
   g_vasprintf () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   g_strdup_vprintf () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   g_error_new_valist () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  Title: tracker-store crashed with SIGSEGV in _IO_vfprintf_internal()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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

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


[Touch-packages] [Bug 1282046] Re: Symlink /etc/motd gets removed on installation or upgrade from Precise

2014-08-06 Thread dh
apologies, seems something broken in our setup and cannot reproduce on vanilla.
Marking as invalid.

** Changed in: sysvinit (Ubuntu)
   Status: Confirmed = Invalid

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

Title:
  Symlink /etc/motd gets removed on installation or upgrade from Precise

Status in “sysvinit” package in Ubuntu:
  Invalid

Bug description:
  Hi everyone,

  The postinst maintainer script of the initscripts package contains this code:
  if dpkg --compare-versions $PREV_VER lt 2.88dsf-24 ; then
 if [ -L /etc/motd ]  [ $(readlink /etc/motd) = /var/run/motd  ]; then
 rm /etc/motd
  ...

  
  This code is problematic as it removes /etc/motd for new installs and during 
an upgrade from Precise.
  New installs:
  $ dpkg --compare-versions  lt 2.88dsf-24  echo true || echo false
  true

  Upgrade from Precise:
  $ dpkg --compare-versions 2.88dsf-13.10ubuntu11.1 lt 2.88dsf-24  echo 
true || echo false
  true

  
  To me it looks like this issue is present since Saucy and got introduced with 
version 2.88dsf-41ubuntu1.

  Best,

  Michael Schaller

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

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


[Touch-packages] [Bug 1343962] Re: Sound slider moves itself randomly when scrolling or moving sound pointer

2014-08-06 Thread Indeed Pepe
Hello,

Here is the sources.log from my computer to help you.

Best regards.

** Attachment added: sources.log
   
https://bugs.launchpad.net/ubuntu/+source/indicator-sound/+bug/1343962/+attachment/4171126/+files/sources.log

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

Title:
  Sound slider moves itself randomly when scrolling or moving sound
  pointer

Status in “indicator-sound” package in Ubuntu:
  Incomplete

Bug description:
  I've described this bug in details at askubuntu.com ::
  http://askubuntu.com/questions/499268/strange-bug-with-sound-slider

  In brief:
  1) Problem caused by installation of Ubuntu-SDK
  2) Removing Ubuntu-SDK didn't fix the problem
  3) This problem occurs only with desktop sound slider (notification slider). 
In Ubuntu sound settings, everything is fine.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: indicator-sound 12.10.2+14.04.20140401-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  ActionStates: ({'next.vlc.desktop': (true, signature '', @av []), 'mute': 
(true, '', [false]), 'phone-settings': (true, '', []), 'mic-volume': (true, 
'', [0.1183929443359375]), 'scroll': (true, 'i', []), 
'play-playlist.spotify.desktop': (true, 's', []), 'vlc.desktop': (true, '', 
[{'running': false, 'state': 'Paused'}]), 'desktop-settings': (true, '', 
[]), 'previous.vlc.desktop': (true, '', []), 'play-playlist.vlc.desktop': 
(true, 's', []), 'spotify.desktop': (true, '', [{'running': false, 'state': 
'Paused'}]), 'volume': (true, 'i', [0.51992553710937495]), 
'play.spotify.desktop': (true, '', ['Paused']), 'previous.spotify.desktop': 
(true, '', []), 'root': (true, '', [{'title': 'Dźwięk', 'accessible-desc': 
'Głośność (51%)', 'icon': ('themed', ['audio-volume-medium-panel', 
'audio-volume-medium', 'audio-volume', 'audio']), 'visible': true}]), 
'next.spotify.desktop': (true, '', []), 'play.vlc.desktop': (true, '', 
['Paused'])},)
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Jul 18 12:28:16 2014
  ExecutablePath: 
/usr/lib/x86_64-linux-gnu/indicator-sound/indicator-sound-service
  InstallationDate: Installed on 2014-04-17 (91 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  ProcEnviron:
   PATH=(custom, no user)
   LANGUAGE=pl
   XDG_RUNTIME_DIR=set
   LANG=pl_PL.UTF-8
   SHELL=/bin/bash
  SourcePackage: indicator-sound
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1350609] Re: Departments with no applications

2014-08-06 Thread Pawel Stolowski
** Branch linked: lp:~stolowski/unity-scope-click/no-empty-departments

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

Title:
  Departments with no applications

Status in “unity-scope-click” package in Ubuntu:
  In Progress

Bug description:
  Many departments are shown in the applications scope, that have no 
applications in them.
  They should not be shown if they have zero apps.

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

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


[Touch-packages] [Bug 1092853] Re: mountall fails to handle noearly crypt disk correctly and displays error

2014-08-06 Thread Aryeh Leib Taurog
I'm seeing this bug in 14.04 even without noearly, but entering
encryption key manually.

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

Title:
  mountall fails to handle noearly crypt disk correctly and displays
  error

Status in “mountall” package in Ubuntu:
  Confirmed

Bug description:
  I have the following setup:
  /boot unencrypted
  / and swap in LVM over encryption with luks
  /data encrypted with key stored on / (no LVM, filesystem is directly created 
on /dev/mapper/data

  /etc/crypttab contains this line:
  data /dev/sdb /sdb.key size=...,cipher=...,hash=...,noearly

  The noearly is necessary because the key /sdb.key is in an LVM
  partition.

  Now, on boot I always get the message
  Serious errors were found while checking the disk drive for /data Ignore, 
Skip or Manual recovery

  I always press I because everything works just fine. I don't know yet what 
causes mountall to think that there's a problem, but a manual fsck on 
/dev/mapper/data shows that there is no problem. So I assume it has something 
to do with the block device appearing rather late in the bootup?
  /etc/fstab looks like this:
  UUID=9d44a5d2-9b21-40f4-9799-6f51d221810b /dataext4  defaults 
 0   2

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: mountall 2.42ubuntu0.2
  ProcVersionSignature: Ubuntu 3.5.0-21.32-generic 3.5.7.1
  Uname: Linux 3.5.0-21-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.6.1-0ubuntu9
  Architecture: amd64
  Date: Fri Dec 21 11:34:56 2012
  InstallationDate: Installed on 2012-11-07 (43 days ago)
  InstallationMedia: Kubuntu 12.10 Quantal Quetzal - Release amd64 
(20121017.1)
  MarkForUpload: True
  SourcePackage: mountall
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1352829] Re: apport hook is not complete for filing bugs with ubuntu-bug linux on 12.04.5

2014-08-06 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-core-dev/ubuntu/precise/apport/ubuntu

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

Title:
  apport hook is not complete for filing bugs with ubuntu-bug linux on
  12.04.5

Status in “apport” package in Ubuntu:
  In Progress

Bug description:
  When filing a bug with ubuntu-bug linux, only the Dependency.txt will be 
attached to the bug report.
  The package will be pointed to linux-lts-trusty on launchpad.

  apport-collect #bug will complain that:
  Package linux-lts-trusty not installed and no hook available, ignoring

  For installed packages, there is no linux-lts-trusty, but with the 
following packages installed
  linux-generic-lts-trusty3.13.0.32.28  
   Generic Linux kernel image and headers
  linux-headers-generic-lts-trusty3.13.0.32.28  
   Generic Linux kernel headers
  linux-image-generic-lts-trusty  3.13.0.32.28  
   Generic Linux kernel image

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.13.0-32-generic 3.13.0-32.57~precise1 [modified: 
boot/vmlinuz-3.13.0-32-generic]
  ProcVersionSignature: Ubuntu 3.13.0-32.57~precise1-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  Date: Tue Aug  5 06:40:37 2014
  InstallationMedia: Ubuntu 12.04.5 LTS Precise Pangolin - Release amd64 
(20140803)
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: linux-lts-trusty
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1212142] Re: Slow shutdown/restart on saucy with sendsigs waiting 10 seconds

2014-08-06 Thread Aryeh Leib Taurog
I am running 14.04 and I have tried 'for seq in 1 ; do' and also adding
the 'sleep 2' before sync as suggested by b3nmore, but neither seems to
have any effect.  It still prints '...' repeatedly for ~15 seconds
before continuing shutdown

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

Title:
  Slow shutdown/restart on saucy with sendsigs waiting 10 seconds

Status in “sysvinit” package in Ubuntu:
  Confirmed
Status in “sysvinit” source package in Saucy:
  Confirmed

Bug description:
  I've the S20sendsigs waiting 10 seconds on each shutdown, making the
  shutdown slow.

  I hacked around to debug it (probably completely wrongly), and ended
  up with the attached pids.txt. What is shows are the processes still
  after 9 seconds spent in the killall5 loop, with the pids from
  OMITPIDS removed from my ps ax output. It leaves only init, kernel
  processes, S20sendsigs itself and initctl which in my opinion should
  be enough not to wait for yet another second? The same output is there
  after two seconds already.

  I've workarounded it now by changing the for seq in 1 2 3 4 5 6 7 8 9 10; 
do to for seq in 1 ; do which gives me a snappy shutdown back.
  --- 
  ApportVersion: 2.12-0ubuntu3
  Architecture: amd64
  CheckboxSubmission: 1896b893828b4203b948b1eb6546be06
  CheckboxSystem: d00f84de8a555815fa1c4660280da308
  DistroRelease: Ubuntu 13.10
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2012-03-16 (515 days ago)
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 
(20120316)
  MarkForUpload: True
  Package: initscripts 2.88dsf-41ubuntu3
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 3.11.0-2.5-generic 3.11.0-rc5
  Tags:  saucy
  Uname: Linux 3.11.0-2-generic x86_64
  UpgradeStatus: Upgraded to saucy on 2013-06-04 (70 days ago)
  UserGroups: adm autopilot cdrom dip lp lpadmin motion plugdev sambashare sudo
  mtime.conffile..etc.init.d.sendsigs: 2013-08-14T07:58:07.021383

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

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


[Touch-packages] [Bug 1353513] [NEW] Facebook account page shows a blank entry in 'Access to this account'

2014-08-06 Thread Brendan Donegan
Public bug reported:

After creating an account for Facebook and going to that accounts
details page, we see a list of 3 checkboxes under 'Access to this
account'. Two are 'Contacts' and 'Notifications'. The other is blank.

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


** Tags: qa-daily-testing rtm14

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

Title:
  Facebook account page shows a blank entry in 'Access to this account'

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

Bug description:
  After creating an account for Facebook and going to that accounts
  details page, we see a list of 3 checkboxes under 'Access to this
  account'. Two are 'Contacts' and 'Notifications'. The other is blank.

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

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


[Touch-packages] [Bug 1353513] Re: Facebook account page shows a blank entry in 'Access to this account'

2014-08-06 Thread Brendan Donegan
** Attachment added: Screenshot
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings-online-accounts/+bug/1353513/+attachment/4171152/+files/facebook_account.png

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

Title:
  Facebook account page shows a blank entry in 'Access to this account'

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

Bug description:
  After creating an account for Facebook and going to that accounts
  details page, we see a list of 3 checkboxes under 'Access to this
  account'. Two are 'Contacts' and 'Notifications'. The other is blank.

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

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


[Touch-packages] [Bug 1352829] Re: apport hook is not complete for filing bugs with ubuntu-bug linux on 12.04.5

2014-08-06 Thread Andy Whitcroft
Makes no sense to fix lts-trusty in utopic as this kernel is not
backported to utopic.

** Also affects: apport (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: apport (Ubuntu Precise)
   Status: New = In Progress

** Changed in: apport (Ubuntu Precise)
   Importance: Undecided = Medium

** Changed in: apport (Ubuntu Precise)
 Assignee: (unassigned) = Andy Whitcroft (apw)

** Changed in: apport (Ubuntu)
   Status: In Progress = Won't Fix

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

Title:
  apport hook is not complete for filing bugs with ubuntu-bug linux on
  12.04.5

Status in “apport” package in Ubuntu:
  Won't Fix
Status in “apport” source package in Precise:
  In Progress

Bug description:
  When filing a bug with ubuntu-bug linux, only the Dependency.txt will be 
attached to the bug report.
  The package will be pointed to linux-lts-trusty on launchpad.

  apport-collect #bug will complain that:
  Package linux-lts-trusty not installed and no hook available, ignoring

  For installed packages, there is no linux-lts-trusty, but with the 
following packages installed
  linux-generic-lts-trusty3.13.0.32.28  
   Generic Linux kernel image and headers
  linux-headers-generic-lts-trusty3.13.0.32.28  
   Generic Linux kernel headers
  linux-image-generic-lts-trusty  3.13.0.32.28  
   Generic Linux kernel image

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.13.0-32-generic 3.13.0-32.57~precise1 [modified: 
boot/vmlinuz-3.13.0-32-generic]
  ProcVersionSignature: Ubuntu 3.13.0-32.57~precise1-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  Date: Tue Aug  5 06:40:37 2014
  InstallationMedia: Ubuntu 12.04.5 LTS Precise Pangolin - Release amd64 
(20140803)
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: linux-lts-trusty
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1211102] Re: Get rid of 0.5s latency when playing audio over Bluetooth with A2DP

2014-08-06 Thread jpka
Still not fixed...

$ cat /etc/lsb-release 
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=12.04
DISTRIB_CODENAME=precise
DISTRIB_DESCRIPTION=Ubuntu 12.04.5 LTS
$ uname -a
Linux ssd 3.13.0-32-generic #57~precise1-Ubuntu SMP Tue Jul 15 03:50:54 UTC 
2014 i686 i686 i386 GNU/Linux

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

Title:
  Get rid of 0.5s latency when playing audio over Bluetooth with A2DP

Status in “bluez” package in Ubuntu:
  Confirmed

Bug description:
  1) The release of Ubuntu you are using, via 'lsb_release -rd' or System - 
About Ubuntu
  Description:  Ubuntu 13.04
  Release:  13.04

  2) The version of the package you are using, via 'apt-cache policy pkgname' 
or by checking in Software Center
  bluez:
Instalados: 4.101- 0ubuntu8b1
Candidato:  4.101-0ubuntu8b1
Tabla de versión:
   *** 4.101-0ubuntu8b1 0
  500 http://es.archive.ubuntu.com/ubuntu/ raring/main amd64 Packages
  100 /var/lib/dpkg/status

  3) What you expected to happen
  The audio always is sync when i listen music on my bluetooth device 
  If i listen music or have a videoconference with skype.. it receive audio 
perfectly without delay.

  4) What happened instead
   I experience a half a second delay when playing audio over Bluetooth with 
A2DP.
  This makes watching movies not possible as the sound is not synchronised with 
the video.

  + If i listen music, then stop about 5 minutes and then restart to listen 
music, it gets work bad.
  + If i get a skype videoconference, it gets too much delay.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: bluez 4.101-0ubuntu8b1
  ProcVersionSignature: Ubuntu 3.8.0-27.40-generic 3.8.13.4
  Uname: Linux 3.8.0-27-generic x86_64
  ApportVersion: 2.9.2-0ubuntu8.3
  Architecture: amd64
  Date: Mon Aug 12 01:24:24 2013
  InstallationDate: Installed on 2013-07-13 (29 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  InterestingModules: rfcomm bnep btusb bluetooth
  MachineType: ASUSTeK Computer Inc. UX31E
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=es_ES.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-27-generic 
root=UUID=89d221ec-829a-456e-963d-ec7ac2c7d47d ro 
crashkernel=384M-2G:64M,2G-:128M quiet splash rootfstype=ext4 vt.handoff=7
  SourcePackage: bluez
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX31E.210
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX31E
  dmi.board.vendor: ASUSTeK Computer Inc.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK Computer Inc.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrUX31E.210:bd12/26/2011:svnASUSTeKComputerInc.:pnUX31E:pvr1.0:rvnASUSTeKComputerInc.:rnUX31E:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr1.0:
  dmi.product.name: UX31E
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK Computer Inc.
  hciconfig:
   hci0:Type: BR/EDR  Bus: USB
BD Address: 74:2F:68:CE:17:57  ACL MTU: 1022:8  SCO MTU: 183:5
UP RUNNING PSCAN 
RX bytes:407502 acl:14820 sco:0 events:8796 errors:0
TX bytes:7391611 acl:8717 sco:0 commands:45 errors:0

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

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


[Touch-packages] [Bug 1350609] Re: Departments with no applications

2014-08-06 Thread Alejandro J. Cura
** Changed in: unity-scope-click (Ubuntu)
   Importance: Undecided = High

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

Title:
  Departments with no applications

Status in “unity-scope-click” package in Ubuntu:
  In Progress

Bug description:
  Many departments are shown in the applications scope, that have no 
applications in them.
  They should not be shown if they have zero apps.

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

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


[Touch-packages] [Bug 1350610] Re: Apps scope title is not the ubuntu logo

2014-08-06 Thread Alejandro J. Cura
** Changed in: unity-scope-click (Ubuntu)
   Importance: Undecided = High

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

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

Title:
  Apps scope title is not the ubuntu logo

Status in “unity-scope-click” package in Ubuntu:
  Triaged

Bug description:
  It's titled Apps, but it should be the ubuntu logo according to
  designs.

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

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


[Touch-packages] [Bug 1351212] Re: Store scope should use network caching

2014-08-06 Thread Alejandro J. Cura
** Changed in: unity-scope-click (Ubuntu)
   Importance: Undecided = Medium

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

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

Title:
  Store scope should use network caching

Status in “unity-scope-click” package in Ubuntu:
  Confirmed

Bug description:
  The clickstore scope should use network caching, at the very least for
  the results of bootstrap request. Bootstrap request is issued every
  time the scope is restarted, in addition to the search request that
  spawns the scope.

  We should check if the QNetworkDiskCache would be sufficient for that,
  and make sure that the server is cache-friendly.

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

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


  1   2   3   >