[Desktop-packages] [Bug 1318584] Re: qt crashed when switching video out mode to external or internal only mode

2014-07-09 Thread Chris Halse Rogers
So, it looks like there's a race between the destruction of an
QXcbScreen in response to a RANDR event in handleXcbEvent and (a) expose
handling and (b) some timer. I'll forward this upstream and might let
someone more familiar with Qt take over.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libxcb in Ubuntu.
https://bugs.launchpad.net/bugs/1318584

Title:
  qt crashed when switching video out mode to external or internal only
  mode

Status in Checkbox - Graphical Test Runner:
  Confirmed
Status in OEM Priority Project:
  Confirmed
Status in OEM Priority Project trusty series:
  New
Status in Qt:
  New
Status in “libxcb” package in Ubuntu:
  New
Status in “qtbase-opensource-src” package in Ubuntu:
  Confirmed

Bug description:
  checkbox-gui crashed with following console outputs:

  pure virtual method called
  terminate called without an active exception
  Aborted (core dumped)

  Steps to reproduce:

  1. open checkbox-gui

  2. connected external display

  3. switch video output mode, usually by using the common video output
  switch hotkey.

  Expected result:

  checkbox-gui still running when switching back to extended desktop
  video out mode.

  Actual result:

  checkbox-gui crashed

  ---
  https://bugreports.qt-project.org/browse/QTBUG-39663

To manage notifications about this bug go to:
https://bugs.launchpad.net/checkbox-gui/+bug/1318584/+subscriptions

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


[Desktop-packages] [Bug 1318584] Re: qt crashed when switching video out mode to external or internal only mode

2014-07-09 Thread Chris Halse Rogers
So, the relevant madness appears to be:

…snip all the glib detritus…
==30400== Invalid read of size 8
==30400==at 0xE8587FB: QGLXContext::makeCurrent(QPlatformSurface*) 
(qglxintegration.cpp:333)
==30400==by 0x6339772: QOpenGLContext::makeCurrent(QSurface*) 
(qopenglcontext.cpp:812)
==30400==by 0x4F9626A: ??? (in 
/usr/lib/x86_64-linux-gnu/libQt5Quick.so.5.3.0)
==30400==by 0x4F96F1D: ??? (in 
/usr/lib/x86_64-linux-gnu/libQt5Quick.so.5.3.0)
==30400==by 0x6301448: QWindow::event(QEvent*) (qwindow.cpp:1956)
==30400==by 0x4FC0D72: QQuickWindow::event(QEvent*) (in 
/usr/lib/x86_64-linux-gnu/libQt5Quick.so.5.3.0)
==30400==by 0x5B2E6DB: QApplicationPrivate::notify_helper(QObject*, 
QEvent*) (qapplication.cpp:3504)
==30400==by 0x5B33455: QApplication::notify(QObject*, QEvent*) 
(qapplication.cpp:3287)
==30400==by 0x6BDB9D4: QCoreApplication::notifyInternal(QObject*, QEvent*) 
(qcoreapplication.cpp:935)
==30400==by 0x62FABC5: 
QGuiApplicationPrivate::processExposeEvent(QWindowSystemInterfacePrivate::ExposeEvent*)
 (qcoreapplication.h:240)
==30400==by 0x62FB724: 
QGuiApplicationPrivate::processWindowSystemEvent(QWindowSystemInterfacePrivate::WindowSystemEvent*)
 (qguiapplication.cpp:1566)
==30400==by 0x62E2427: 
QWindowSystemInterface::sendWindowSystemEvents(QFlags)
 (qwindowsysteminterface.cpp:579)
==30400==  Address 0xe1a8f90 is 16 bytes inside a block of size 192 free'd
==30400==at 0x4C2C2BC: operator delete(void*) (vg_replace_malloc.c:503)
==30400==by 0xE83611A: QXcbConnection::updateScreens() 
(qxcbconnection.cpp:258)
==30400==by 0xE836814: QXcbConnection::handleXcbEvent(xcb_generic_event_t*) 
(qxcbconnection.cpp:928)
==30400==by 0xE837A0A: QXcbConnection::processXcbEvents() 
(qxcbconnection.cpp:1232)
==30400==by 0x6C0B5B5: QObject::event(QEvent*) (qobject.cpp:1241)
==30400==by 0x5B2E6DB: QApplicationPrivate::notify_helper(QObject*, 
QEvent*) (qapplication.cpp:3504)
==30400==by 0x5B33455: QApplication::notify(QObject*, QEvent*) 
(qapplication.cpp:3287)
==30400==by 0x6BDB9D4: QCoreApplication::notifyInternal(QObject*, QEvent*) 
(qcoreapplication.cpp:935)
==30400==by 0x6BDD826: QCoreApplicationPrivate::sendPostedEvents(QObject*, 
int, QThreadData*) (qcoreapplication.h:237)
==30400==by 0x6C33242: postEventSourceDispatch(_GSource*, int (*)(void*), 
void*) (qeventdispatcher_glib.cpp:279)
==30400==by 0x849FDE3: g_main_context_dispatch (in 
/lib/x86_64-linux-gnu/libglib-2.0.so.0.4101.0)
==30400==by 0x84A0027: g_main_context_iterate.isra.24 (in 
/lib/x86_64-linux-gnu/libglib-2.0.so.0.4101.0)
==30400== 
==30400== Invalid read of size 8
==30400==at 0xE858525: QGLXContext::swapBuffers(QPlatformSurface*) 
(qglxintegration.cpp:392)
==30400==by 0x6339A71: QOpenGLContext::swapBuffers(QSurface*) 
(qopenglcontext.cpp:906)
==30400==by 0x4F96A8B: ??? (in 
/usr/lib/x86_64-linux-gnu/libQt5Quick.so.5.3.0)
==30400==by 0x4F96F1D: ??? (in 
/usr/lib/x86_64-linux-gnu/libQt5Quick.so.5.3.0)
==30400==by 0x6301448: QWindow::event(QEvent*) (qwindow.cpp:1956)
==30400==by 0x4FC0D72: QQuickWindow::event(QEvent*) (in 
/usr/lib/x86_64-linux-gnu/libQt5Quick.so.5.3.0)
==30400==by 0x5B2E6DB: QApplicationPrivate::notify_helper(QObject*, 
QEvent*) (qapplication.cpp:3504)
==30400==by 0x5B33455: QApplication::notify(QObject*, QEvent*) 
(qapplication.cpp:3287)
==30400==by 0x6BDB9D4: QCoreApplication::notifyInternal(QObject*, QEvent*) 
(qcoreapplication.cpp:935)
==30400==by 0x62FABC5: 
QGuiApplicationPrivate::processExposeEvent(QWindowSystemInterfacePrivate::ExposeEvent*)
 (qcoreapplication.h:240)
==30400==by 0x62FB724: 
QGuiApplicationPrivate::processWindowSystemEvent(QWindowSystemInterfacePrivate::WindowSystemEvent*)
 (qguiapplication.cpp:1566)
==30400==by 0x62E2427: 
QWindowSystemInterface::sendWindowSystemEvents(QFlags)
 (qwindowsysteminterface.cpp:579)
==30400==  Address 0xe1a8f90 is 16 bytes inside a block of size 192 free'd
==30400==at 0x4C2C2BC: operator delete(void*) (vg_replace_malloc.c:503)
==30400==by 0xE83611A: QXcbConnection::updateScreens() 
(qxcbconnection.cpp:258)
==30400==by 0xE836814: QXcbConnection::handleXcbEvent(xcb_generic_event_t*) 
(qxcbconnection.cpp:928)
==30400==by 0xE837A0A: QXcbConnection::processXcbEvents() 
(qxcbconnection.cpp:1232)
==30400==by 0x6C0B5B5: QObject::event(QEvent*) (qobject.cpp:1241)
==30400==by 0x5B2E6DB: QApplicationPrivate::notify_helper(QObject*, 
QEvent*) (qapplication.cpp:3504)
==30400==by 0x5B33455: QApplication::notify(QObject*, QEvent*) 
(qapplication.cpp:3287)
==30400==by 0x6BDB9D4: QCoreApplication::notifyInternal(QObject*, QEvent*) 
(qcoreapplication.cpp:935)
==30400==by 0x6BDD826: QCoreApplicationPrivate::sendPostedEvents(QObject*, 
int, QThreadData*) (qcoreapplication.h:237)
==30400==by 0x6C33242: postEventSourceDispatch(_GSource*, int (*)(void*), 
void*) (qeventdispatcher_glib.cpp:279)
==30400==by 0x849FDE3: g_

[Desktop-packages] [Bug 1339244] Re: Comparison of exit_status in run_custom_command is wrong

2014-07-09 Thread Tim
unrud

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1339244

Title:
  Comparison of exit_status in run_custom_command is wrong

Status in “gnome-settings-daemon” package in Ubuntu:
  Triaged

Bug description:
  In file /plugins/common/gsd-input-helper.c in function
  run_custom_command the variable exit_status doesn't contain the exit
  status of the process, so the statement "return (exit_status == 1);"
  is wrong.

  The documentation 
(https://developer.gnome.org/glib/stable/glib-Spawning-Processes.html#g-spawn-sync)
 says:
  exit_statusreturn location for child exit status, as returned by 
waitpid(), or NULL.

  And in the documentation of waitpid
  (http://linux.die.net/man/2/waitpid) exit_status is described.

  You have to do something like this:
  if (WIFEXITED(exit_status) == FALSE) {
  return FALSE;
  }
  return (WEXITSTATUS(exit_status) == 1);

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

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


[Desktop-packages] [Bug 1339244] Re: Comparison of exit_status in run_custom_command is wrong

2014-07-09 Thread Tim
unrud, please add SRU paperwork to ensure that it gets into trusty as well
https://wiki.ubuntu.com/StableReleaseUpdates#SRU_Bug_Template

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1339244

Title:
  Comparison of exit_status in run_custom_command is wrong

Status in “gnome-settings-daemon” package in Ubuntu:
  Triaged

Bug description:
  In file /plugins/common/gsd-input-helper.c in function
  run_custom_command the variable exit_status doesn't contain the exit
  status of the process, so the statement "return (exit_status == 1);"
  is wrong.

  The documentation 
(https://developer.gnome.org/glib/stable/glib-Spawning-Processes.html#g-spawn-sync)
 says:
  exit_statusreturn location for child exit status, as returned by 
waitpid(), or NULL.

  And in the documentation of waitpid
  (http://linux.die.net/man/2/waitpid) exit_status is described.

  You have to do something like this:
  if (WIFEXITED(exit_status) == FALSE) {
  return FALSE;
  }
  return (WEXITSTATUS(exit_status) == 1);

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

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


[Desktop-packages] [Bug 1340022] Re: nautilus crashed with SIGABRT in g_assertion_message()

2014-07-09 Thread Apport retracing service
*** This bug is a duplicate of bug 1274291 ***
https://bugs.launchpad.net/bugs/1274291

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #1274291, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: "CoreDump.gz"
   
https://bugs.launchpad.net/bugs/1340022/+attachment/4149331/+files/CoreDump.gz

** Attachment removed: "Disassembly.txt"
   
https://bugs.launchpad.net/bugs/1340022/+attachment/4149333/+files/Disassembly.txt

** Attachment removed: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/1340022/+attachment/4149336/+files/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/1340022/+attachment/4149337/+files/ProcStatus.txt

** Attachment removed: "Registers.txt"
   
https://bugs.launchpad.net/bugs/1340022/+attachment/4149338/+files/Registers.txt

** Attachment removed: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/1340022/+attachment/4149339/+files/Stacktrace.txt

** Attachment removed: "ThreadStacktrace.txt"
   
https://bugs.launchpad.net/bugs/1340022/+attachment/4149340/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 1274291
   nautilus SIGABRT NAUTILUS_IS_FILE (file) (when using under sudo?)

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1340022

Title:
  nautilus crashed with SIGABRT in g_assertion_message()

Status in “nautilus” package in Ubuntu:
  New

Bug description:
  Updated the system, restarted, upon booting into the system after
  updating this error occured.

  ProblemType: Crash
  DistroRelease: Ubuntu 14.04
  Package: nautilus 1:3.10.1-0ubuntu9.2
  ProcVersionSignature: Ubuntu 3.13.0-30.55-generic 3.13.11.2
  Uname: Linux 3.13.0-30-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  CrashCounter: 1
  Date: Wed Jul  9 18:57:12 2014
  ExecutablePath: /usr/bin/nautilus
  InstallationDate: Installed on 2014-06-12 (27 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  ProcCmdline: nautilus
  Signal: 6
  SourcePackage: nautilus
  StacktraceTop:
   g_assertion_message () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   g_assertion_message_expr () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   ?? ()
   ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  Title: nautilus crashed with SIGABRT in g_assertion_message()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

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

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


[Desktop-packages] [Bug 1231947] Re: gnome-settings-daemon input "hotplug-command" not working in 13.10

2014-07-09 Thread Tim
*** This bug is a duplicate of bug 1339244 ***
https://bugs.launchpad.net/bugs/1339244

** This bug has been marked a duplicate of bug 1339244
   Comparison of exit_status in run_custom_command is wrong

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1231947

Title:
  gnome-settings-daemon input "hotplug-command" not working in 13.10

Status in “gnome-settings-daemon” package in Ubuntu:
  Confirmed

Bug description:
  I have always used this method in ubuntu to enable 3-finger tap on my
  synaptics touchpad (and by the way, 3-finger tap works out of the box
  in every non-ubuntu distro  /rant):

  
  create a file called touchpad_settings.sh.
  chmod +x touchpad_settings.sh
  gsettings set org.gnome.settings-daemon.peripherals.input-devices 
hotplug-command "/home/brandon/touchpad_settings.sh"

  This way 3 finger tap is working and gnome always respects the setting
  and doesn't reset it on suspend/resume. This worked perfectly in
  12.04, 12.10, and 13.04. In 13.10 it just does not work. I double
  checked, made sure I had the right path to the file, and that the file
  was executable. If I manually execute touchpad_settings.sh it works,
  but when I boot my computer it just does not seem to run the hotplug
  command, and if I manually run the script and then suspend/resume,
  gnome disables the 3 finger tap upon resume, again not respecting the
  hotplug-command.

  This is a big issue, this is the only way to get 3 finger tap working
  on a touchpad in ubuntu.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: gnome-settings-daemon 3.8.5-0ubuntu4
  ProcVersionSignature: Ubuntu 3.11.0-8.15-generic 3.11.1
  Uname: Linux 3.11.0-8-generic x86_64
  ApportVersion: 2.12.4-0ubuntu1
  Architecture: amd64
  Date: Fri Sep 27 07:37:54 2013
  InstallationDate: Installed on 2013-09-27 (0 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Beta amd64 (20130925.1)
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-settings-daemon
  UpgradeStatus: No upgrade log present (probably fresh install)
  modified.conffile..etc.xdg.autostart.gnome.fallback.mount.helper.desktop: 
[modified]
  modified.conffile..etc.xdg.autostart.gnome.settings.daemon.desktop: [modified]
  mtime.conffile..etc.xdg.autostart.gnome.fallback.mount.helper.desktop: 
2013-09-27T07:35:28.871725
  mtime.conffile..etc.xdg.autostart.gnome.settings.daemon.desktop: 
2013-09-27T07:35:28.875723

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

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


[Desktop-packages] [Bug 1318584] Re: qt crashed when switching video out mode to external or internal only mode

2014-07-09 Thread Chris Halse Rogers
Ok, I can reproduce the crash pretty easily here. Let's see what I can
shake out with a full debug stack.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libxcb in Ubuntu.
https://bugs.launchpad.net/bugs/1318584

Title:
  qt crashed when switching video out mode to external or internal only
  mode

Status in Checkbox - Graphical Test Runner:
  Confirmed
Status in OEM Priority Project:
  Confirmed
Status in OEM Priority Project trusty series:
  New
Status in Qt:
  New
Status in “libxcb” package in Ubuntu:
  New
Status in “qtbase-opensource-src” package in Ubuntu:
  Confirmed

Bug description:
  checkbox-gui crashed with following console outputs:

  pure virtual method called
  terminate called without an active exception
  Aborted (core dumped)

  Steps to reproduce:

  1. open checkbox-gui

  2. connected external display

  3. switch video output mode, usually by using the common video output
  switch hotkey.

  Expected result:

  checkbox-gui still running when switching back to extended desktop
  video out mode.

  Actual result:

  checkbox-gui crashed

  ---
  https://bugreports.qt-project.org/browse/QTBUG-39663

To manage notifications about this bug go to:
https://bugs.launchpad.net/checkbox-gui/+bug/1318584/+subscriptions

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


[Desktop-packages] [Bug 1030099] Re: Smiles don't copy

2014-07-09 Thread Launchpad Bug Tracker
[Expired for empathy (Ubuntu) because there has been no activity for 60
days.]

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to empathy in Ubuntu.
https://bugs.launchpad.net/bugs/1030099

Title:
  Smiles don't copy

Status in “empathy” package in Ubuntu:
  Expired

Bug description:
  Smiles in sent or received messages don't copy.
  Steps to reproduce:
  1. Send message with smile. For example "Hello, world! :)"
  2. Try to copy sent message. You'll get "Hello, world! ".

  Copying also don't work in history window.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: empathy 3.4.2.3-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-27.43-generic-pae 3.2.21
  Uname: Linux 3.2.0-27-generic-pae i686
  ApportVersion: 2.0.1-0ubuntu12
  Architecture: i386
  CheckboxSubmission: 2ea33190e5f581bedd2dbf14be2f26be
  CheckboxSystem: 4ed15c40009aa6f7770f606350a390a2
  Date: Fri Jul 27 22:14:44 2012
  ProcEnviron:
   LANGUAGE=ru_UA:ru
   TERM=xterm
   PATH=(custom, no user)
   LANG=ru_UA.UTF-8
   SHELL=/bin/bash
  SourcePackage: empathy
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1001485] Re: empathy appears as an inoperable gtk demo

2014-07-09 Thread Launchpad Bug Tracker
[Expired for empathy (Ubuntu) because there has been no activity for 60
days.]

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to empathy in Ubuntu.
https://bugs.launchpad.net/bugs/1001485

Title:
  empathy appears as an inoperable gtk demo

Status in “empathy” package in Ubuntu:
  Expired

Bug description:
  I can start empathy, but no button, no click has any effect. I can
  click on anything and nothing will happen or I'll get an error. At
  first there were contacts visible but after the first restart, no
  contacts were visible anymore, too.

  Es ist ein Fehler beim Verbinden zur Telepathy-Kontenverwaltung
  aufgetreten. Fehlermeldung war:

  Did not receive a reply. Possible causes include: the remote
  application did not send a reply, the message bus security policy
  blocked the reply, the reply timeout expired, or the network
  connection was broken.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: empathy 3.4.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
  Uname: Linux 3.2.0-24-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: amd64
  Date: Sat May 19 00:54:26 2012
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111011)
  SourcePackage: empathy
  UpgradeStatus: Upgraded to precise on 2012-04-17 (31 days ago)

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

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


[Desktop-packages] [Bug 986983] Re: Opening Empthay from the Indicator also opens the Preference window

2014-07-09 Thread Launchpad Bug Tracker
[Expired for empathy (Ubuntu) because there has been no activity for 60
days.]

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to empathy in Ubuntu.
https://bugs.launchpad.net/bugs/986983

Title:
  Opening Empthay from the Indicator also opens the Preference window

Status in “empathy” package in Ubuntu:
  Expired

Bug description:
  When clicking on Empathy's icon in from the Indicator, the Preference
  window of Empathy opens up as well.

  I have right-clicked on Empathy's icon in Unity and selected "Open
  Preferences" before, and since then it keeps happening, although I'm
  not sure if it was that that triggered the bug.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: empathy 3.4.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
  Uname: Linux 3.2.0-23-generic x86_64
  NonfreeKernelModules: nvidia wl
  ApportVersion: 2.0.1-0ubuntu5
  Architecture: amd64
  Date: Sun Apr 22 21:43:33 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Beta amd64 (20120417)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: empathy
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1042455] Re: Unable to set Nickserv password in IRC account options

2014-07-09 Thread Launchpad Bug Tracker
[Expired for empathy (Ubuntu) because there has been no activity for 60
days.]

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to empathy in Ubuntu.
https://bugs.launchpad.net/bugs/1042455

Title:
  Unable to set Nickserv password in IRC account options

Status in “empathy” package in Ubuntu:
  Expired

Bug description:
  In the options for an IRC account, I can only set an identifier and an
  alias. In Ubuntu 12.04, empathy-accounts provides a Password field to
  automatically authenticate with Nickserv, but that field is missing
  here. So, there is no way to set a password within the Online Accounts
  settings panel.

  I can work around this by running empathy-accounts and filling in the
  password using Empathy's own connection parameters dialog, but that
  solution does not seem particularly nice.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: account-plugin-irc 3.5.90-0ubuntu3
  ProcVersionSignature: Ubuntu 3.5.0-12.12-generic 3.5.2
  Uname: Linux 3.5.0-12-generic x86_64
  ApportVersion: 2.5.1-0ubuntu2
  Architecture: amd64
  Date: Mon Aug 27 15:08:17 2012
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Beta amd64 (20110906)
  SourcePackage: empathy
  UpgradeStatus: Upgraded to quantal on 2012-08-26 (1 days ago)

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

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


[Desktop-packages] [Bug 992926] Re: Menu item to "Link Contacts…" does not appear

2014-07-09 Thread Launchpad Bug Tracker
[Expired for empathy (Ubuntu) because there has been no activity for 60
days.]

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to empathy in Ubuntu.
https://bugs.launchpad.net/bugs/992926

Title:
  Menu item to "Link Contacts…" does not appear

Status in “empathy” package in Ubuntu:
  Expired

Bug description:
  From empathy help:

  "
  Combining Contacts

  1. From the Contact List window, right-click one of the contact that has 
different accounts, and select Link Contacts
  "

  Expected: it is possible to follow these instructions.
  Observed: "Link Contacts…" does not appear in the context menu (see attached 
photo).

  $ lsb_release -rd && apt-cache policy empathy
  Description:Ubuntu 12.04 LTS
  Release:12.04
  empathy:
Installed: 3.4.1-0ubuntu1
Candidate: 3.4.1-0ubuntu1
Version table:
   *** 3.4.1-0ubuntu1 0
  500 http://mirrors.mit.edu/ubuntu/ precise/main amd64 Packages
  100 /var/lib/dpkg/status

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

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


[Desktop-packages] [Bug 1019569] Re: empathyindicator menus dont work when getting contact requests

2014-07-09 Thread Launchpad Bug Tracker
[Expired for empathy (Ubuntu) because there has been no activity for 60
days.]

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to empathy in Ubuntu.
https://bugs.launchpad.net/bugs/1019569

Title:
  empathyindicator menus dont work when getting contact requests

Status in The Messaging Menu:
  Invalid
Status in Telepathy Indicator Service:
  Incomplete
Status in “empathy” package in Ubuntu:
  Expired

Bug description:
  1. setup accounts in empathy
  2. tell someone to send you a friend request

  expected result:
  when you click the request in the indicator menu it should go away and show 
you the "reject/accept" dialog

  actual result:
  absolutely nothing happens. I have to open the empathy contact list and 
accept the request but the request remains in the indicator menu and is not 
removable at all.

  this happened to me on multiple accounts. MSN and Gtalk in particular.
  Gtalk was setup in the gnome online accounts dialog and MSN was only
  setup in empathy without the gnome online accounts thing.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: empathy 3.4.2.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-26.41-generic 3.2.19
  Uname: Linux 3.2.0-26-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu10
  Architecture: amd64
  Date: Sat Jun 30 14:16:53 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Beta amd64 (20120301)
  ProcEnviron:
   LANGUAGE=de:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: empathy
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1037457] Re: inappropriate color theme in the contact list

2014-07-09 Thread Launchpad Bug Tracker
[Expired for empathy (Ubuntu) because there has been no activity for 60
days.]

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to empathy in Ubuntu.
https://bugs.launchpad.net/bugs/1037457

Title:
  inappropriate color theme in the contact list

Status in “empathy” package in Ubuntu:
  Expired

Bug description:
  A slight usability issue, certainly because of the default empathy
  color theme. On the contact list, when using the drop-dowm menu to set
  your status ("Available", "Busy"...), the text color is dark grey on a
  black background. Unless you are lucky to use a monitor with strong
  backlight, this is obviously not the wisest choice for readability.
  Hoovering the menu entries with the mouse does reveal the text better
  (orange background with white text) but this is not intuitive at
  first.

  Proposed solution :
  Instead, the color layout in the drop-down menu of the contact list should be 
set to white font on dark background as it is for the Me Menu under the mail 
icon. One might argue that people are more likely to use the Me Menu instead of 
the contact list. Still, this fix will bring a little more consistancy between 
all the available options for the user.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: empathy 3.4.2.3-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-29.46-generic 3.2.24
  Uname: Linux 3.2.0-29-generic x86_64
  ApportVersion: 2.0.1-0ubuntu12
  Architecture: amd64
  Date: Thu Aug 16 10:06:40 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  ProcEnviron:
   LANGUAGE=en_GB:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: empathy
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 996473] Re: Status selections in drop down menu do not work

2014-07-09 Thread Launchpad Bug Tracker
[Expired for empathy (Ubuntu) because there has been no activity for 60
days.]

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to empathy in Ubuntu.
https://bugs.launchpad.net/bugs/996473

Title:
  Status selections in drop down menu do not work

Status in “empathy” package in Ubuntu:
  Expired

Bug description:
  Empathy is up and running and I can chat.  I have accounts with
  Facebook, Google Talk, Yahoo!, and Nearby (broadcast).  The drop down
  menu under the envelope shows that I am Offline b ut I am not.  And, I
  can not change the status to other than offline.  I attached my
  /etc/network/interfaces on the assumption that perhaps it is playing a
  role along with NetworkManager.

  I should be able to change my status to any of Available, Away, Busy,
  or Invisible.  Clicking on any of those selections results in nothing.
  My status is not changed nor is the indicator.

  Thanks you.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: empathy 3.4.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
  Uname: Linux 3.2.0-24-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: amd64
  Date: Tue May  8 06:22:00 2012
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  SourcePackage: empathy
  UpgradeStatus: Upgraded to precise on 2012-04-27 (11 days ago)

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

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


[Desktop-packages] [Bug 1006197] Re: Empathy is an insane memory hog

2014-07-09 Thread Launchpad Bug Tracker
[Expired for empathy (Ubuntu) because there has been no activity for 60
days.]

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to empathy in Ubuntu.
https://bugs.launchpad.net/bugs/1006197

Title:
  Empathy is an insane memory hog

Status in “empathy” package in Ubuntu:
  Expired

Bug description:
  Using empathy makes my system practically unusable. It is the tree-
  trunk that breaks the camel's back. I do have several accounts
  configured, but most are disabled. The only ones enabled are one
  jabber account and one google talk account. Disabled are facebook,
  aol, yahoo, bonjour/zeroconf/rendezvous, and a couple more jabber
  accounts. Empathy takes an age to start up (and the window is greyed
  while it does so), individual chats take an age or fail completely to
  start, and looking at top output, it's pretty clear why:

  top - 14:38:26 up 5 days,  1:30, 11 users,  load average: 1.23, 1.33, 1.36
  Tasks: 265 total,   1 running, 261 sleeping,   0 stopped,   3 zombie
  Cpu(s): 14.9%us,  6.2%sy,  0.0%ni, 78.1%id,  0.3%wa,  0.0%hi,  0.3%si,  0.0%st
  Mem:   4030516k total,  3775940k used,   254576k free,62624k buffers
  Swap:  1952764k total,  1218700k used,   734064k free,   500484k cached

PID USER  PR  NI  VIRT  RES  SHR S %CPU %MEMTIME+  COMMAND  

  30634 nwp   20   0 1939m 705m  23m S0 17.9   0:56.23 empathy  

  16872 nwp   20   0 2018m 271m  30m S0  6.9   2:28.71 evolution

  23101 nwp   20   0 3167m 237m  18m S9  6.0  15:58.82 empathy-chat

  For a relatively minor component of a running desktop system, that
  kind of memory usage is completely inappropriate. It's not even as if
  it (empathy) has been running for a long time, as I regularly have to
  kill it to be able to use some other part of the system. I have no
  idea why it takes so much, but please please please make it stop! -
  I've been evangelising empathy for years now, and I'd hate to have to
  eat humble pie and go back to pidgin ;-)

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: empathy 3.4.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-24.38-generic 3.2.16
  Uname: Linux 3.2.0-24-generic x86_64
  NonfreeKernelModules: fglrx wl
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: amd64
  Date: Wed May 30 14:39:02 2012
  InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100429)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_NZ.UTF-8
   SHELL=/bin/bash
  SourcePackage: empathy
  UpgradeStatus: Upgraded to precise on 2012-04-30 (29 days ago)

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

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


[Desktop-packages] [Bug 1339997] [NEW] RESIZING THE COLUMNS IN NAUTILUS

2014-07-09 Thread jo
Public bug reported:

when i open the nautilus the default view is "view items as list" but the name 
column many times show very narrow width, if i try to resize it dragging the 
partition line on top it does not happen. I try to switch the view from list to 
grid and back to lis, still the problem persist.
Can you please help

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: nautilus 1:3.10.1-0ubuntu9.2
ProcVersionSignature: Ubuntu 3.13.0-30.55-generic 3.13.11.2
Uname: Linux 3.13.0-30-generic i686
NonfreeKernelModules: wl
ApportVersion: 2.14.1-0ubuntu3.2
Architecture: i386
CurrentDesktop: Unity
Date: Fri Jul 11 08:59:13 2014
GsettingsChanges:
 b'org.gnome.nautilus.list-view' b'default-visible-columns' b"['name', 'size', 
'type', 'date_modified', 'where']"
 b'org.gnome.nautilus.list-view' b'default-column-order' b"['name', 'size', 
'type', 'date_modified', 'group', 'where', 'mime_type', 'owner', 'permissions']"
InstallationDate: Installed on 2012-03-24 (838 days ago)
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Alpha i386 (20120324)
SourcePackage: nautilus
UpgradeStatus: Upgraded to trusty on 2014-01-30 (161 days ago)

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


** Tags: apport-bug i386 third-party-packages trusty

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1339997

Title:
  RESIZING THE COLUMNS IN NAUTILUS

Status in “nautilus” package in Ubuntu:
  New

Bug description:
  when i open the nautilus the default view is "view items as list" but the 
name column many times show very narrow width, if i try to resize it dragging 
the partition line on top it does not happen. I try to switch the view from 
list to grid and back to lis, still the problem persist.
  Can you please help

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: nautilus 1:3.10.1-0ubuntu9.2
  ProcVersionSignature: Ubuntu 3.13.0-30.55-generic 3.13.11.2
  Uname: Linux 3.13.0-30-generic i686
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: i386
  CurrentDesktop: Unity
  Date: Fri Jul 11 08:59:13 2014
  GsettingsChanges:
   b'org.gnome.nautilus.list-view' b'default-visible-columns' b"['name', 
'size', 'type', 'date_modified', 'where']"
   b'org.gnome.nautilus.list-view' b'default-column-order' b"['name', 'size', 
'type', 'date_modified', 'group', 'where', 'mime_type', 'owner', 'permissions']"
  InstallationDate: Installed on 2012-03-24 (838 days ago)
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Alpha i386 (20120324)
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to trusty on 2014-01-30 (161 days ago)

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

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


[Desktop-packages] [Bug 1263278] Re: Use FFmpeg instead of Libav

2014-07-09 Thread Jesse Glick
#1339980: ffmpeg seems to be required in order for DVDStyler to process
MP4 video.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libav in Ubuntu.
https://bugs.launchpad.net/bugs/1263278

Title:
  Use FFmpeg instead of Libav

Status in “libav” package in Ubuntu:
  Won't Fix
Status in “libav” package in Debian:
  New

Bug description:
  Libav is supposed to be a drop-in replacement of FFmpeg.
  However, it isn't.
  For example, many software uses libswresample, it is simply missing in Libav.
  
http://stackoverflow.com/questions/12651816/libswresample-in-recent-ubuntu-version
  https://github.com/hrydgard/ppsspp/issues/2322

  BTW, the mindset of Libav is annoying at best.
  http://blog.pkh.me/p/13-the-ffmpeg-libav-situation.html
  
http://stackoverflow.com/questions/9477115/who-can-tell-me-the-difference-and-relation-between-ffmpeg-libav-and-avconv

  So I hope that Ubuntu can switch back to FFmpeg; let more software build.
  Debian's political preference, e.g., Iceweasel, shouldn't affect a lot of 
Ubuntu users out there.

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

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


[Desktop-packages] [Bug 1316035] Re: matrox g200eR2 is unclaimed in 14.04

2014-07-09 Thread Dante Sun
Same problem with DELL PowerEdge R420 with Ubuntu 14.04

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1316035

Title:
  matrox g200eR2 is unclaimed in 14.04

Status in “xorg-server” package in Ubuntu:
  Confirmed

Bug description:
  On a certified Dell PowerEdge T620 server
  (http://www.ubuntu.com/certification/hardware/201207-11426/)

  The matrox video card is not recognised:
  lspci | grep VGA
  0a:00.0 VGA compatible controller: Matrox Electronics Systems Ltd. G200eR2

  lshw -C display
*-display UNCLAIMED 
 description: VGA compatible controller
 product: G200eR2
 vendor: Matrox Electronics Systems Ltd.
 physical id: 0
 bus info: pci@:0a:00.0
 version: 00
 width: 32 bits
 clock: 33MHz
 capabilities: pm vga_controller bus_master cap_list
 configuration: latency=64 maxlatency=32 mingnt=16
 resources: memory:d800-d8ff memory:deffc000-deff 
memory:de00-de7f

  Thus xserver is not hardver accelerated.

  Also /dev/dri and /dev/dri/card0 is missing.

  kernel module mga is not loaded, although if i manually load by modprobe it 
works fine
  modprobe mga
  lsmod | grep mga
  mga40811  0 
  drm   302817  1 mga

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

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


[Desktop-packages] [Bug 1339244] Re: Comparison of exit_status in run_custom_command is wrong

2014-07-09 Thread unrud
Any chance that this gets fixed in Trusty?

Due to this bug it's impossible to let Gnome Settings Daemon ignore specific 
devices.
For example GSD regularly overrides custom touchpad settings and instead of 
letting GSD ignore the device, you have to disable the mouse plugin.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1339244

Title:
  Comparison of exit_status in run_custom_command is wrong

Status in “gnome-settings-daemon” package in Ubuntu:
  Triaged

Bug description:
  In file /plugins/common/gsd-input-helper.c in function
  run_custom_command the variable exit_status doesn't contain the exit
  status of the process, so the statement "return (exit_status == 1);"
  is wrong.

  The documentation 
(https://developer.gnome.org/glib/stable/glib-Spawning-Processes.html#g-spawn-sync)
 says:
  exit_statusreturn location for child exit status, as returned by 
waitpid(), or NULL.

  And in the documentation of waitpid
  (http://linux.die.net/man/2/waitpid) exit_status is described.

  You have to do something like this:
  if (WIFEXITED(exit_status) == FALSE) {
  return FALSE;
  }
  return (WEXITSTATUS(exit_status) == 1);

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

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


[Desktop-packages] [Bug 1339811] Re: nvidia-331-updates 331.38-0ubuntu7: nvidia-331-updates kernel module failed to build

2014-07-09 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1268257 ***
https://bugs.launchpad.net/bugs/1268257

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 1268257, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report. Feel free to continue to report any other bugs you may
find.


** This bug has been marked a duplicate of bug 1268257
   nvidia-331-updates 331.38-0ubuntu3: nvidia-331-updates kernel module failed 
to build, with no obvious error [objdump: '... .tmp_nv.o': No such file]

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nvidia-graphics-drivers-331-updates in
Ubuntu.
https://bugs.launchpad.net/bugs/1339811

Title:
  nvidia-331-updates 331.38-0ubuntu7: nvidia-331-updates kernel module
  failed to build

Status in “nvidia-graphics-drivers-331-updates” package in Ubuntu:
  New

Bug description:
  it keeps showing me this error even though i have updated my system

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: nvidia-331-updates 331.38-0ubuntu7
  ProcVersionSignature: Ubuntu 3.13.0-31.55-generic 3.13.11.4
  Uname: Linux 3.13.0-31-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: i386
  DKMSKernelVersion: 3.13.0-31-generic
  Date: Wed Jul  9 19:35:29 2014
  InstallationDate: Installed on 2012-04-13 (817 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111012)
  PackageVersion: 331.38-0ubuntu7
  SourcePackage: nvidia-graphics-drivers-331-updates
  Title: nvidia-331-updates 331.38-0ubuntu7: nvidia-331-updates kernel module 
failed to build
  UpgradeStatus: Upgraded to trusty on 2014-05-14 (55 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331-updates/+bug/1339811/+subscriptions

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


[Desktop-packages] [Bug 1339820] Re: Preventing fraudulent flash memory

2014-07-09 Thread Jeb E.
** Changed in: unity
   Status: Invalid => Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-disk-utility in Ubuntu.
https://bugs.launchpad.net/bugs/1339820

Title:
  Preventing fraudulent flash memory

Status in GNOME Disks:
  New
Status in Unity:
  Confirmed
Status in “gnome-disk-utility” package in Ubuntu:
  Confirmed

Bug description:
  Do a simple Google search or eBay search for microSD or FLASH memory
  and you'll quickly realize something: There are some great prices out
  there! That is, until you actually get the memory device in your
  hands, test it out, and it fails within a matter of hours. There needs
  to be something out there, a common technology practice, to correctly
  and accurately test these memory modules the first time the user plugs
  in the device in order to prevent imminent data failure at an
  unexpected moment.

  I have the idea for the GNOME Disk Utility in Ubuntu -- To accurately
  test any new memory module installed with the consent of the user the
  second the module is plugged in and allowed to gain ROOT access to the
  filesystem. A simple test like this can save the general public tonnes
  of money when it comes to buying memory, keep malicious codes from
  entering our loved computer systems, and help educate us on how to
  choose the correct memory technology, where to buy it, and what to
  look for, etc.. Included in this idea I have is an optional form to
  report certain module types into a larger database that is
  interconnected between all computers using the GNOME Disk Utility and
  connected to the internet for even faster emergency diagnosis with
  instant fraudulent device recognition that will then push a warning to
  the user to remove the module at once and a set of instructions on how
  to properly request a refund for their counterfeit device.

  Something like this has never before been integrated into mainstream
  computing methods, and it's about time a smart, automated, self-
  learning, user-teaching system like this is implemented.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: gnome-disk-utility 3.10.0-1ubuntu3
  ProcVersionSignature: Ubuntu 3.13.0-27.50-generic 3.13.11
  Uname: Linux 3.13.0-27-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Jul  9 13:15:58 2014
  InstallationDate: Installed on 2014-02-19 (140 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-disk-utility
  UpgradeStatus: Upgraded to trusty on 2014-04-18 (82 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-disk-utility/+bug/1339820/+subscriptions

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


[Desktop-packages] [Bug 1194211] Re: Build-depend on valac instead of valac-0.18

2014-07-09 Thread Ken VanDine
** Changed in: libfriends
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libfriends in Ubuntu.
https://bugs.launchpad.net/bugs/1194211

Title:
  Build-depend on valac instead of valac-0.18

Status in libfriends:
  Fix Released
Status in “libfriends” package in Ubuntu:
  Fix Released

Bug description:
  vala-0.18 has been dropped from Debian and I expect we'll be able to
  drop it from Ubuntu before 13.10 is released.

  I tried looking at submitting a merge proposal for this but I couldn't
  figure out how to build with --enable-docs to test what needs to be
  done for the valadoc part of configure.ac.

  At least as built on Ubuntu, it looks like the dependency on
  libvala-0.18-dev isn't necessary so replacing it and valac-0.18 with
  just valac should be fine.

  I successfully test-built against valac but dbus-test-runner doesn't
  work right here so I can't tell whether the tests still pass or not.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: libfriends0 0.1.2daily13.06.07-0ubuntu1
  ProcVersionSignature: Ubuntu 3.9.0-7.15-generic 3.9.7
  Uname: Linux 3.9.0-7-generic x86_64
  ApportVersion: 2.10.2-0ubuntu2
  Architecture: amd64
  Date: Mon Jun 24 13:32:11 2013
  InstallationDate: Installed on 2013-06-14 (10 days ago)
  InstallationMedia: Ubuntu-GNOME 13.10 "Saucy Salamander" - Alpha amd64 
(20130613)
  MarkForUpload: True
  SourcePackage: libfriends
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1308105] Re: Xfce resets TV mode to NULL when power cycled

2014-07-09 Thread Nick
Thanks Straximus, that worked for me too.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nvidia-graphics-drivers in Ubuntu.
https://bugs.launchpad.net/bugs/1308105

Title:
  Xfce resets TV mode to NULL when power cycled

Status in Mythbuntu, Ubuntu derivative focused upon MythTV:
  Confirmed
Status in “nvidia-graphics-drivers” package in Ubuntu:
  Invalid
Status in “nvidia-graphics-drivers-331” package in Ubuntu:
  Invalid
Status in “xfce4-settings” package in Ubuntu:
  Confirmed

Bug description:
  I had an HTPC with Mythbuntu 12.04 installed.  Upon upgrading a new
  behavior that if the TV is power cycled it no longer detects a link
  with the HTPC.

  When this happens I can find in the xorg log that there is an
  accompanying log item:

  [ 39829.509] (II) NVIDIA(0): Setting mode "NULL"

  After debugging with NVIDIA at
  https://devtalk.nvidia.com/default/topic/729955/linux/tv-stops-being-
  detected/ we've deteremined it's a X client that reacts to the RANDR
  events causing the mode to be set to NULL.

  Working through the list in an Xfce environment, the culprit is
  xfsettingsd.  If xfsettingsd is running, it causes the TV to come up
  in a NULL mode.  If it's killed, it remains in the mode it was
  previously running in.

  
  Until this is fixed, this behavior can be worked around with a simple shell 
script:
  ==
  #!/bin/sh
  #Fix TV state when HDMI link is lost.
  #By Mario Limonciello 

  OUTPUT="HDMI-0"
  BAD_MODE="1280x720"
  GOOD_MODE="1920x1080"

  for MODE in $BAD_MODE $GOOD_MODE; do
   DISPLAY=:0 xrandr --output $OUTPUT --mode $MODE
   sleep 2
  done
  ==

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

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


[Desktop-packages] [Bug 1200925] Re: [USB-Audio - USB Audio, playback] Playback problem Playback only at maximum level, if the volume is turned down just a little no sound is played.

2014-07-09 Thread Simon
Sorry for that ambiguity.  I knew that this bug still exists and i'm as
helpless as you.  The question was directed to the alsa-developer.  In
march, I tried to contact them trough their mailinglist with no success.

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

Title:
  [USB-Audio - USB Audio, playback] Playback problem Playback only at
  maximum level, if the volume is turned down just a little no sound is
  played.

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

Bug description:
  The headphones worked with 10.04 at any volume level.
  Now the headphones work only at maximum volume level (tested with 11.10, 
12.04 13.04) if the volume is turned down just a little no sound is played.

  lsb_release -rd:
  Description:  Ubuntu 12.04.2 LTS
  Release:  12.04

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu1.1
  ProcVersionSignature: Ubuntu 3.2.0-49.75-generic 3.2.46
  Uname: Linux 3.2.0-49-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu17.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ulrich 8418 F pulseaudio
   /dev/snd/controlC0:  ulrich 8418 F pulseaudio
   /dev/snd/pcmC0D0c:   ulrich 8418 F...m pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xfd80 irq 50'
 Mixer name : 'Intel IbexPeak HDMI'
 Components : 'HDA:11060448,15585130,0010 
HDA:80862804,15585130,0010'
 Controls  : 38
 Simple ctrls  : 20
  Card1.Amixer.info:
   Card hw:1 'Audio'/'USB Audio at usb-:00:1a.0-1.1.1, full speed'
 Mixer name : 'USB Mixer'
 Components : 'USB0d8c:0006'
 Controls  : 12
 Simple ctrls  : 7
  Date: Sat Jul 13 15:08:49 2013
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=de_AT:de
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_AT.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Audio failed
  Symptom_Card: Storm HP-USB500 5.1 Headset - USB Audio
  Symptom_Type: None of the above
  Title: [USB-Audio - USB Audio, playback] Playback problem
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/27/2010
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: 6.00
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: B5130M
  dmi.board.vendor: CLEVO CO.
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: No Enclosure
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvr6.00:bd08/27/2010:svnCLEVOCO.:pnB5130M:pvrNotApplicable:rvnCLEVOCO.:rnB5130M:rvrNotApplicable:cvnNoEnclosure:ct9:cvrN/A:
  dmi.product.name: B5130M
  dmi.product.version: Not Applicable
  dmi.sys.vendor: CLEVO CO.

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

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


[Desktop-packages] [Bug 1281588]

2014-07-09 Thread Zeuthen
(Sorry for being slow. Will post feedback soon.)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to udisks2 in Ubuntu.
https://bugs.launchpad.net/bugs/1281588

Title:
  Disk standby timer is broken

Status in abstraction for enumerating and managing block devices:
  Confirmed
Status in “udisks2” package in Ubuntu:
  Confirmed

Bug description:
  udisks' / gnome-disk-utility's support for the drive standby timer is
  broken.  If the standby timer is set to at least 10 minutes ( which is
  the minimum on many drives ), every 10 minutes udisks tries to update
  the smart status of the drive, which resets the standby timer.

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

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


[Desktop-packages] [Bug 1339922] [NEW] Sync lbdb 0.39 (main) from Debian unstable (main)

2014-07-09 Thread Jackson Doak
Public bug reported:

Please sync lbdb 0.39 (main) from Debian unstable (main)

Explanation of the Ubuntu delta and why it can be dropped:
  * Use dh_autotools-dev to update config.{sub,guess} for AArch64.
  * Rebuild for new armel compiler default of ARMv5t.
Fixed in debian

Changelog entries since current utopic version 0.38ubuntu1:

lbdb (0.39) unstable; urgency=low

  * Use dh_autotools-dev (Closes: #727289).
  * Update packaged autotools files.
  * Rebuild aclocal/autoconf.
  * Change debian/source-format to 3.0 (native).
  * Remove mutt-ja from Suggests, since this no longer exists.
  * Upgrade build depenency to debhelper (>= 9).
  * Change debian/compat to "9".
  * Complete rewrite of debian/rules.
  * Now uses hardening via debhelper.
  * Add $CPPFLAGS to $CFLAGS to really use hardening.
  * Upgrade to Standards-Version 3.9.5 (no changes).
  * m_vcf: Optimize missing names handling (Thanks to Jamey Sharp)
(Closes: #624590).
  * Made debian/copyright machine readable.
  * m_abook: fix formatting (Thanks to Alfredo Finelli) (Closes: #681526).
  * mutt-ldap-query: Add parameters for TLS and SASL_MECH (Thanks to
Alexandra N. Kossovsky) (Closes: #512074).
  * Mention user mutt-ldap-query configuration files in lbdbq(1) man page
(Closes: #534710).
  * Update ABQuery build mechanism (Thanks to Brendan Cully).

 -- Roland Rosenfeld   Sat, 10 May 2014 17:33:51
+0200

** Affects: lbdb (Ubuntu)
 Importance: Wishlist
 Status: New

** Changed in: lbdb (Ubuntu)
   Importance: Undecided => Wishlist

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to lbdb in Ubuntu.
https://bugs.launchpad.net/bugs/1339922

Title:
  Sync lbdb 0.39 (main) from Debian unstable (main)

Status in “lbdb” package in Ubuntu:
  New

Bug description:
  Please sync lbdb 0.39 (main) from Debian unstable (main)

  Explanation of the Ubuntu delta and why it can be dropped:
* Use dh_autotools-dev to update config.{sub,guess} for AArch64.
* Rebuild for new armel compiler default of ARMv5t.
  Fixed in debian

  Changelog entries since current utopic version 0.38ubuntu1:

  lbdb (0.39) unstable; urgency=low

* Use dh_autotools-dev (Closes: #727289).
* Update packaged autotools files.
* Rebuild aclocal/autoconf.
* Change debian/source-format to 3.0 (native).
* Remove mutt-ja from Suggests, since this no longer exists.
* Upgrade build depenency to debhelper (>= 9).
* Change debian/compat to "9".
* Complete rewrite of debian/rules.
* Now uses hardening via debhelper.
* Add $CPPFLAGS to $CFLAGS to really use hardening.
* Upgrade to Standards-Version 3.9.5 (no changes).
* m_vcf: Optimize missing names handling (Thanks to Jamey Sharp)
  (Closes: #624590).
* Made debian/copyright machine readable.
* m_abook: fix formatting (Thanks to Alfredo Finelli) (Closes: #681526).
* mutt-ldap-query: Add parameters for TLS and SASL_MECH (Thanks to
  Alexandra N. Kossovsky) (Closes: #512074).
* Mention user mutt-ldap-query configuration files in lbdbq(1) man page
  (Closes: #534710).
* Update ABQuery build mechanism (Thanks to Brendan Cully).

   -- Roland Rosenfeld   Sat, 10 May 2014 17:33:51
  +0200

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

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


[Desktop-packages] [Bug 1333962] Re: [Lenovo ThinkPad W530] Unsynchronised rendering on secondary displays

2014-07-09 Thread Keshav Dhandhania
Hi,

There seems to be something special about the .iso. 
The startup disk creator won't select the file for creating a bootable USB. 

In any case, how would application level variation be caused because of
things in the BIOS?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1333962

Title:
  [Lenovo ThinkPad W530] Unsynchronised rendering on secondary displays

Status in “xorg” package in Ubuntu:
  Incomplete

Bug description:
  When attaching a secondary display, any activity on the second display
  is displayed after a lag. This includes, typing, cursor movement, or
  anything else.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8
  ProcVersionSignature: Ubuntu 3.13.0-29.53-generic 3.13.11.2
  Uname: Linux 3.13.0-29-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.2
  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: Tue Jun 24 12:53:37 2014
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] 
(rev 09) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:21f5]
   NVIDIA Corporation GK107GLM [Quadro K1000M] [10de:0ffc] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: Lenovo Device [17aa:21f5]
  InstallationDate: Installed on 2014-04-21 (63 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  MachineType: LENOVO 2436CTO
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-29-generic 
root=UUID=ba40989a-c581-489b-bcc4-c159c39d42a2 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/27/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: G5ET92WW (2.52 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 2436CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrG5ET92WW(2.52):bd02/27/2013:svnLENOVO:pn2436CTO:pvrThinkPadW530:rvnLENOVO:rn2436CTO:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 2436CTO
  dmi.product.version: ThinkPad W530
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.11+14.04.20140423-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.52-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.1
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Tue Jun 24 11:09:19 2014
  xserver.configfile: default
  xserver.errors:
   Failed to load module "nvidia" (module does not exist, 0)
   Failed to load module "nvidia" (module does not exist, 0)
   NOUVEAU(G0): [XvMC] Failed to initialize extension.
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id   16561 
   vendor LEN
  xserver.version: 2:1.15.1-0ubuntu2

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

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


[Desktop-packages] [Bug 1339921] [NEW] Sync gsl 1.16+dfsg-2 (main) from Debian unstable (main)

2014-07-09 Thread Jackson Doak
Public bug reported:

Please sync gsl 1.16+dfsg-2 (main) from Debian unstable (main)

Explanation of the Ubuntu delta and why it can be dropped:
  * Patch aclocal.m4 for powerpc64le and regenerate configure to match.
Seems to be fixed in debian

Changelog entries since current utopic version 1.16+dfsg-1ubuntu1:

gsl (1.16+dfsg-2) unstable; urgency=low

  * debian/rules: Applies patch by Fernando Seiti Furusato to switch to
autoreconf use via debhelper in order to build on eg the ppc64el
architecture.   (Closes: #753360)
  * debian/control: Idem, in Build-Depends s/autotools-dev/dh-autoreconf/

  * debian/rules: Add dpkg-buildflags call for CFLAGS and LDFLAGS
  
  * debian/control: Set Standards-Version: to current version 
  
 -- Dirk Eddelbuettel   Sat, 05 Jul 2014 11:23:16 -0500

** Affects: gsl (Ubuntu)
 Importance: Wishlist
 Status: New

** Changed in: gsl (Ubuntu)
   Importance: Undecided => Wishlist

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gsl in Ubuntu.
https://bugs.launchpad.net/bugs/1339921

Title:
  Sync gsl 1.16+dfsg-2 (main) from Debian unstable (main)

Status in “gsl” package in Ubuntu:
  New

Bug description:
  Please sync gsl 1.16+dfsg-2 (main) from Debian unstable (main)

  Explanation of the Ubuntu delta and why it can be dropped:
* Patch aclocal.m4 for powerpc64le and regenerate configure to match.
  Seems to be fixed in debian

  Changelog entries since current utopic version 1.16+dfsg-1ubuntu1:

  gsl (1.16+dfsg-2) unstable; urgency=low

* debian/rules: Applies patch by Fernando Seiti Furusato to switch to
  autoreconf use via debhelper in order to build on eg the ppc64el
  architecture. (Closes: #753360)
* debian/control: Idem, in Build-Depends s/autotools-dev/dh-autoreconf/

* debian/rules: Add dpkg-buildflags call for CFLAGS and LDFLAGS

* debian/control: Set Standards-Version: to current version 

   -- Dirk Eddelbuettel   Sat, 05 Jul 2014 11:23:16 -0500

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

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


[Desktop-packages] [Bug 1336988] Re: totem icons are huge

2014-07-09 Thread pranith
** Changed in: totem (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to totem in Ubuntu.
https://bugs.launchpad.net/bugs/1336988

Title:
  totem icons are huge

Status in “totem” package in Ubuntu:
  Confirmed

Bug description:
  The forward/rewind/play/pause buttons are too huge when they appear
  over the video. Screenshot attached.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: totem 3.10.1-1ubuntu4
  ProcVersionSignature: Ubuntu 3.13.0-30.54-generic 3.13.11.2
  Uname: Linux 3.13.0-30-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Jul  2 15:36:14 2014
  InstallationDate: Installed on 2013-01-07 (541 days ago)
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release amd64 (20121017.5)
  SourcePackage: totem
  UpgradeStatus: Upgraded to trusty on 2014-05-07 (56 days ago)

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

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


[Desktop-packages] [Bug 1339917] [NEW] [E-265M, SigmaTel STAC9200, Speaker, Internal] No sound at all

2014-07-09 Thread Zachary Latson
Public bug reported:

ubuntuone-instaler 3.0.2-0ubuntu1.1 is the version

I had thought it was 12.04.2 if that makes sense ??

I used to have sound, I went into the sound menu to turn up the sound
and boom, no more sound.  I have windows on this computer as well and
there is sound there but not for anything on ubuntu - nothing.

I was shocked when the test tone played from your database for the first test 
and puzzled why it didn't play for the second.  I selected speaker internal but 
it is the same for anything headphones or what have you.  I have looked for 
instruction and gotten here.  I just did a system update and that didn't help 
the problem.
here is this from the terminal:
sudo lspci
00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory 
Controller Hub (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 
Integrated Graphics Controller (primary) (rev 03)
00:02.1 Display controller: Intel Corporation Mobile GM965/GL960 Integrated 
Graphics Controller (secondary) (rev 03)
00:19.0 Ethernet controller: Intel Corporation 82566MC Gigabit Network 
Connection (rev 03)
00:1a.0 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI 
Controller #4 (rev 03)
00:1a.1 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI 
Controller #5 (rev 03)
00:1a.7 USB controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI 
Controller #2 (rev 03)
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio 
Controller (rev 03)
00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 
(rev 03)
00:1d.0 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI 
Controller #1 (rev 03)
00:1d.1 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI 
Controller #2 (rev 03)
00:1d.2 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI 
Controller #3 (rev 03)
00:1d.7 USB controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI 
Controller #1 (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f3)
00:1f.0 ISA bridge: Intel Corporation 82801HM (ICH8M) LPC Interface Controller 
(rev 03)
00:1f.1 IDE interface: Intel Corporation 82801HM/HEM (ICH8M/ICH8M-E) IDE 
Controller (rev 03)
00:1f.2 SATA controller: Intel Corporation 82801HM/HEM (ICH8M/ICH8M-E) SATA 
Controller [AHCI mode] (rev 03)
00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 03)
02:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan] 
Network Connection (rev 02)
03:09.0 CardBus bridge: Texas Instruments PCIxx12 Cardbus Controller
03:09.1 FireWire (IEEE 1394): Texas Instruments PCIxx12 OHCI Compliant IEEE 
1394 Host Controller
03:09.2 Mass storage controller: Texas Instruments 5-in-1 Multimedia Card 
Reader (SD/MMC/MS/MS PRO/xD)
03:09.3 SD Host controller: Texas Instruments PCIxx12 SDA Standard Compliant SD 
Host Controller
03:09.4 Communication controller: Texas Instruments PCIxx12 GemCore based 
SmartCard controller
john@john-E-265M:~$ sudo lspci -v
00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory 
Controller Hub (rev 03)
Subsystem: Gateway, Inc. Device 0370
Flags: bus master, fast devsel, latency 0
Capabilities: [e0] Vendor Specific Information: Len=0a 
Kernel driver in use: agpgart-intel

00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 
Integrated Graphics Controller (primary) (rev 03) (prog-if 00 [VGA controller])
Subsystem: Gateway, Inc. Device 0370
Flags: bus master, fast devsel, latency 0, IRQ 43
Memory at f000 (64-bit, non-prefetchable) [size=1M]
Memory at d000 (64-bit, prefetchable) [size=256M]
I/O ports at 1800 [size=8]
Expansion ROM at  [disabled]
Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
Capabilities: [d0] Power Management version 3
Kernel driver in use: i915
Kernel modules: intelfb, i915

00:02.1 Display controller: Intel Corporation Mobile GM965/GL960 Integrated 
Graphics Controller (secondary) (rev 03)
Subsystem: Gateway, Inc. Device 0370
Flags: bus master, fast devsel, latency 0
Memory at f010 (64-bit, non-prefetchable) [size=1M]
Capabilities: [d0] Power Management version 3

00:19.0 Ethernet controller: Intel Corporation 82566MC Gigabit Network 
Connection (rev 03)
Subsystem: Gateway, Inc. Device 0370
Flags: fast devsel, IRQ 20
Memory at f040 (32-bit, non-prefetchable) [disabled] [size=128K]
Memory at f0424000 (32-bit, non-prefetchable) [disabled] [size=4K]
I/O ports at 1820 [disabled] [size=32]
Capabilities: [c8] Power Management version 2
Capabilities: [d0] MSI: Enable- Count=1/1 Maskable- 64bit+
Kernel driver in use: e1000e
Kernel modules: e1000e

00:1a.0 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI 
Controller #4 (rev 03) (prog-if 00 [UHCI])
Sub

[Desktop-packages] [Bug 1339917] Re: [E-265M, SigmaTel STAC9200, Speaker, Internal] No sound at all

2014-07-09 Thread Zachary Latson
terminal says:
 alsa -l
Usage: /sbin/alsa {unload|reload|force-unload|force-reload|suspend|resume}

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to pulseaudio in Ubuntu.
https://bugs.launchpad.net/bugs/1339917

Title:
  [E-265M, SigmaTel STAC9200, Speaker, Internal] No sound at all

Status in “pulseaudio” package in Ubuntu:
  New

Bug description:
  ubuntuone-instaler 3.0.2-0ubuntu1.1 is the version

  I had thought it was 12.04.2 if that makes sense ??

  I used to have sound, I went into the sound menu to turn up the sound
  and boom, no more sound.  I have windows on this computer as well and
  there is sound there but not for anything on ubuntu - nothing.

  I was shocked when the test tone played from your database for the first test 
and puzzled why it didn't play for the second.  I selected speaker internal but 
it is the same for anything headphones or what have you.  I have looked for 
instruction and gotten here.  I just did a system update and that didn't help 
the problem.
  here is this from the terminal:
  sudo lspci
  00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory 
Controller Hub (rev 03)
  00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 
Integrated Graphics Controller (primary) (rev 03)
  00:02.1 Display controller: Intel Corporation Mobile GM965/GL960 Integrated 
Graphics Controller (secondary) (rev 03)
  00:19.0 Ethernet controller: Intel Corporation 82566MC Gigabit Network 
Connection (rev 03)
  00:1a.0 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI 
Controller #4 (rev 03)
  00:1a.1 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI 
Controller #5 (rev 03)
  00:1a.7 USB controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI 
Controller #2 (rev 03)
  00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio 
Controller (rev 03)
  00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 
(rev 03)
  00:1d.0 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI 
Controller #1 (rev 03)
  00:1d.1 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI 
Controller #2 (rev 03)
  00:1d.2 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI 
Controller #3 (rev 03)
  00:1d.7 USB controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI 
Controller #1 (rev 03)
  00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f3)
  00:1f.0 ISA bridge: Intel Corporation 82801HM (ICH8M) LPC Interface 
Controller (rev 03)
  00:1f.1 IDE interface: Intel Corporation 82801HM/HEM (ICH8M/ICH8M-E) IDE 
Controller (rev 03)
  00:1f.2 SATA controller: Intel Corporation 82801HM/HEM (ICH8M/ICH8M-E) SATA 
Controller [AHCI mode] (rev 03)
  00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 
03)
  02:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan] 
Network Connection (rev 02)
  03:09.0 CardBus bridge: Texas Instruments PCIxx12 Cardbus Controller
  03:09.1 FireWire (IEEE 1394): Texas Instruments PCIxx12 OHCI Compliant IEEE 
1394 Host Controller
  03:09.2 Mass storage controller: Texas Instruments 5-in-1 Multimedia Card 
Reader (SD/MMC/MS/MS PRO/xD)
  03:09.3 SD Host controller: Texas Instruments PCIxx12 SDA Standard Compliant 
SD Host Controller
  03:09.4 Communication controller: Texas Instruments PCIxx12 GemCore based 
SmartCard controller
  john@john-E-265M:~$ sudo lspci -v
  00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory 
Controller Hub (rev 03)
Subsystem: Gateway, Inc. Device 0370
Flags: bus master, fast devsel, latency 0
Capabilities: [e0] Vendor Specific Information: Len=0a 
Kernel driver in use: agpgart-intel

  00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 
Integrated Graphics Controller (primary) (rev 03) (prog-if 00 [VGA controller])
Subsystem: Gateway, Inc. Device 0370
Flags: bus master, fast devsel, latency 0, IRQ 43
Memory at f000 (64-bit, non-prefetchable) [size=1M]
Memory at d000 (64-bit, prefetchable) [size=256M]
I/O ports at 1800 [size=8]
Expansion ROM at  [disabled]
Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
Capabilities: [d0] Power Management version 3
Kernel driver in use: i915
Kernel modules: intelfb, i915

  00:02.1 Display controller: Intel Corporation Mobile GM965/GL960 Integrated 
Graphics Controller (secondary) (rev 03)
Subsystem: Gateway, Inc. Device 0370
Flags: bus master, fast devsel, latency 0
Memory at f010 (64-bit, non-prefetchable) [size=1M]
Capabilities: [d0] Power Management version 3

  00:19.0 Ethernet controller: Intel Corporation 82566MC Gigabit Network 
Connection (rev 03)
Subsystem: Gateway, Inc. Device 0370
Flags: fast devsel, IRQ 20
Memory at f040 (32-bit, non-prefetchable)

[Desktop-packages] [Bug 1332963] Re: laptop with docking station hangs on purple boot screen if booted without dock

2014-07-09 Thread th3hamm0r
After a complete re-install of 14.04 with all updates, it works. Maybe
there were some config issues because I was using this installation for
some years now.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to compiz in Ubuntu.
https://bugs.launchpad.net/bugs/1332963

Title:
  laptop with docking station hangs on purple boot screen if booted
  without dock

Status in “compiz” package in Ubuntu:
  New

Bug description:
  I'm using Ubuntu 14.04 and I'm updating my packages as often as
  possible.

  Since the last update (posted some lines from the dpkg.log below) my laptop, 
which is usually attached to a docking station with two external monitors, only 
works if it is booted while in the dock.
  When I boot the laptop without sitting in the dock, the screen of the laptop 
stays in the purple boot screen of ubuntu. If I put the laptop back into the 
dock, the two external monitors automatically display the login screen (the 
purple screen stays on the laptop's screen).
  Also interesting: If the system is booted and the laptop is in the dock 
(output is shown on both screens), I can remove the laptop and the output 
switches to the laptop screen automatically.

  Before those updates I was able to boot the laptop with or without
  being attached to the dock. Also it was no problem to plug it in and
  remove it from the dock while running. The system always automatically
  switched between the "laptop-only-mode" and the "dual-external-screen-
  mode".

  Laptop HW:
  Lenovo T420
  Nvidia NVS 4200M / Intel HD 3000 (Optimus)

  Here are some lines of the dpkg.log where I think they belong to the
  update which causes those problems:

  2014-06-21 00:19:05 upgrade udev:amd64 204-5ubuntu20.2 204-5ubuntu20.3
  2014-06-21 00:19:07 upgrade libudev1:i386 204-5ubuntu20.2 204-5ubuntu20.3
  2014-06-21 00:19:08 upgrade libudev1:amd64 204-5ubuntu20.2 204-5ubuntu20.3
  2014-06-21 00:19:08 upgrade libpam-systemd:amd64 204-5ubuntu20.2 
204-5ubuntu20.3
  2014-06-21 00:19:09 upgrade systemd-services:amd64 204-5ubuntu20.2 
204-5ubuntu20.3
  2014-06-21 00:19:10 upgrade libsystemd-daemon0:amd64 204-5ubuntu20.2 
204-5ubuntu20.3
  2014-06-21 00:19:10 upgrade libsystemd-login0:amd64 204-5ubuntu20.2 
204-5ubuntu20.3
  2014-06-21 00:19:11 upgrade libgudev-1.0-0:i386 1:204-5ubuntu20.2 
1:204-5ubuntu20.3
  2014-06-21 00:19:12 upgrade libgudev-1.0-0:amd64 1:204-5ubuntu20.2 
1:204-5ubuntu20.3
  2014-06-21 00:19:12 upgrade libspectre1:amd64 0.2.7-2ubuntu1 0.2.7-2ubuntu1.1
  2014-06-21 00:19:13 upgrade ubuntu-drivers-common:amd64 1:0.2.91.5 1:0.2.91.6
  2014-06-21 00:19:14 upgrade libsystemd-journal0:amd64 204-5ubuntu20.2 
204-5ubuntu20.3
  2014-06-21 00:19:15 upgrade libcompizconfig0:amd64 
1:0.9.11+14.04.20140423-0ubuntu1 1:0.9.11.1+14.04.20140617-0ubuntu1
  2014-06-21 00:19:15 upgrade compiz-plugins:amd64 
1:0.9.11+14.04.20140423-0ubuntu1 1:0.9.11.1+14.04.20140617-0ubuntu1
  2014-06-21 00:19:16 upgrade compiz-gnome:amd64 
1:0.9.11+14.04.20140423-0ubuntu1 1:0.9.11.1+14.04.20140617-0ubuntu1
  2014-06-21 00:19:17 upgrade compiz-plugins-default:amd64 
1:0.9.11+14.04.20140423-0ubuntu1 1:0.9.11.1+14.04.20140617-0ubuntu1
  2014-06-21 00:19:18 upgrade libdecoration0:amd64 
1:0.9.11+14.04.20140423-0ubuntu1 1:0.9.11.1+14.04.20140617-0ubuntu1
  2014-06-21 00:19:19 upgrade compiz-core:amd64 
1:0.9.11+14.04.20140423-0ubuntu1 1:0.9.11.1+14.04.20140617-0ubuntu1
  2014-06-21 00:19:20 upgrade compiz:all 1:0.9.11+14.04.20140423-0ubuntu1 
1:0.9.11.1+14.04.20140617-0ubuntu1
  2014-06-21 00:19:20 upgrade gir1.2-gudev-1.0:amd64 1:204-5ubuntu20.2 
1:204-5ubuntu20.3
  2014-06-21 00:19:21 upgrade gnome-sudoku:all 1:3.10.2-0ubuntu3 
1:3.10.2-0ubuntu3.1
  2014-06-21 00:19:25 upgrade network-manager-gnome:amd64 0.9.8.8-0ubuntu4.1 
0.9.8.8-0ubuntu4.2
  2014-06-21 00:19:27 upgrade libnm-gtk0:amd64 0.9.8.8-0ubuntu4.1 
0.9.8.8-0ubuntu4.2
  2014-06-21 00:19:27 upgrade libnm-gtk-common:all 0.9.8.8-0ubuntu4.1 
0.9.8.8-0ubuntu4.2
  2014-06-21 00:19:28 upgrade libtar0:amd64 1.2.20-3 1.2.20-3ubuntu0.1
  2014-06-21 00:19:28 upgrade nvidia-common:amd64 1:0.2.91.5 1:0.2.91.6
  2014-06-21 00:19:29 upgrade thunderbird-locale-de:amd64 
1:24.5.0+build1-0ubuntu0.14.04.1 1:24.6.0+build1-0ubuntu0.14.04.1
  2014-06-21 00:19:30 upgrade thunderbird-locale-en:amd64 
1:24.5.0+build1-0ubuntu0.14.04.1 1:24.6.0+build1-0ubuntu0.14.04.1
  2014-06-21 00:19:30 upgrade thunderbird:amd64 
1:24.5.0+build1-0ubuntu0.14.04.1 1:24.6.0+build1-0ubuntu0.14.04.1
  2014-06-21 00:19:33 upgrade thunderbird-locale-en-gb:all 
1:24.5.0+build1-0ubuntu0.14.04.1 1:24.6.0+build1-0ubuntu0.14.04.1
  2014-06-21 00:19:34 upgrade thunderbird-locale-en-us:all 
1:24.5.0+build1-0ubuntu0.14.04.1 1:24.6.0+build1-0ubuntu0.14.04.1
  2014-06-21 00:19:34 upgrade compiz-plugins-main:all 
1:0.9.11+14.04.20140423-0ubuntu1 1:0.9.11.1+14.04.20140617-0ubuntu1
  2014-06-21 00:19:35 upgrade compiz-plugins-main-default:all 
1:0.9.11+14.04.20140423-0ubuntu1 1:0.9.11.1+14.04.20140617

[Desktop-packages] [Bug 1339908] [NEW] PCI/internal sound card not detected

2014-07-09 Thread Harley
Public bug reported:

After the update to 14.04 LTS both my wireless and sounds cards are no longer 
working. I'm on a Lenovo t60 IBM ThinkPad.
 I ran 
  aplay -l
aplay: device_list:268: no soundcards found...


Then ran 
sudo lspci -v
00:1b.0 Audio device: Intel Corporation NM10/ICH7 Family High Definition Audio 
Controller (rev 02)
Subsystem: Lenovo ThinkPad T60/R60 series
Flags: bus master, fast devsel, latency 0, IRQ 11
Memory at ee24 (64-bit, non-prefetchable) [size=16K]
Capabilities: [50] Power Management version 2
Capabilities: [60] MSI: Enable- Count=1/1 Maskable- 64bit+
Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00
Capabilities: [100] Virtual Channel
Capabilities: [130] Root Complex Link


Now what??

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: alsa-base 1.0.25+dfsg-0ubuntu4
ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
Uname: Linux 3.13.0-24-generic i686
ApportVersion: 2.14.1-0ubuntu3
Architecture: i386
AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
CurrentDesktop: Unity
Date: Wed Jul  9 16:04:32 2014
InstallationDate: Installed on 2013-08-13 (330 days ago)
InstallationMedia:
 
PackageArchitecture: all
SourcePackage: alsa-driver
Symptom: audio
Title: PCI/internal sound card not detected
UpgradeStatus: Upgraded to trusty on 2014-04-26 (74 days ago)
dmi.bios.date: 07/13/2007
dmi.bios.vendor: LENOVO
dmi.bios.version: 79ETD6WW (2.16 )
dmi.board.name: 1953DAU
dmi.board.vendor: LENOVO
dmi.board.version: Not Available
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvr79ETD6WW(2.16):bd07/13/2007:svnLENOVO:pn1953DAU:pvrThinkPadT60:rvnLENOVO:rn1953DAU:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 1953DAU
dmi.product.version: ThinkPad T60
dmi.sys.vendor: LENOVO

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 trusty

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

Title:
  PCI/internal sound card not detected

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

Bug description:
  After the update to 14.04 LTS both my wireless and sounds cards are no longer 
working. I'm on a Lenovo t60 IBM ThinkPad.
   I ran 
aplay -l
  aplay: device_list:268: no soundcards found...

  
  Then ran 
  sudo lspci -v
  00:1b.0 Audio device: Intel Corporation NM10/ICH7 Family High Definition 
Audio Controller (rev 02)
Subsystem: Lenovo ThinkPad T60/R60 series
Flags: bus master, fast devsel, latency 0, IRQ 11
Memory at ee24 (64-bit, non-prefetchable) [size=16K]
Capabilities: [50] Power Management version 2
Capabilities: [60] MSI: Enable- Count=1/1 Maskable- 64bit+
Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00
Capabilities: [100] Virtual Channel
Capabilities: [130] Root Complex Link


  Now what??

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
  Uname: Linux 3.13.0-24-generic i686
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: i386
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CurrentDesktop: Unity
  Date: Wed Jul  9 16:04:32 2014
  InstallationDate: Installed on 2013-08-13 (330 days ago)
  InstallationMedia:
   
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Title: PCI/internal sound card not detected
  UpgradeStatus: Upgraded to trusty on 2014-04-26 (74 days ago)
  dmi.bios.date: 07/13/2007
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 79ETD6WW (2.16 )
  dmi.board.name: 1953DAU
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr79ETD6WW(2.16):bd07/13/2007:svnLENOVO:pn1953DAU:pvrThinkPadT60:rvnLENOVO:rn1953DAU:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 1953DAU
  dmi.product.version: ThinkPad T60
  dmi.sys.vendor: LENOVO

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

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


[Desktop-packages] [Bug 1270118] Re: lightdm ask ldap administrator password when changing an expired password

2014-07-09 Thread Bartosz Kosiorek
After installing the patch, It is working for me core correctly
(Precise)

** Tags removed: verification-needed
** Tags added: verification-done

** Changed in: lightdm (Ubuntu Precise)
 Assignee: Robert Ancell (robert-ancell) => Bartosz Kosiorek (gang65)

** Changed in: lightdm (Ubuntu)
 Assignee: Robert Ancell (robert-ancell) => Bartosz Kosiorek (gang65)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/1270118

Title:
  lightdm ask ldap administrator password when changing an expired
  password

Status in Light Display Manager:
  Fix Released
Status in Light Display Manager 1.2 series:
  Fix Released
Status in Light Display Manager 1.4 series:
  Fix Released
Status in Light Display Manager 1.8 series:
  Fix Released
Status in “lightdm” package in Ubuntu:
  Fix Released
Status in “lightdm” source package in Precise:
  Fix Committed
Status in “lightdm” source package in Saucy:
  Triaged
Status in “lightdm” package in Debian:
  Fix Released

Bug description:
  [Impact]
  LightDM does not correctly use PAM to change users passwords when they 
expire. This causes some PAM modules (e.g. pam_ldap) to not correctly perform 
password changing.

  [Test Case]
  1. Setup LDAP logins
  2. Expire users password
  3. Attempt to log into greeter
  Expected result:
  - User is prompted to change password. Password limitations are correctly 
enforced.
  Observed result:
  - User is prompted to change password. Password limitations are not correctly 
enforced.

  [Regression Potential]
  Any PAM module that relied on the previous incorrect behaviour might behave 
differently. It is not expected that any module would intentionally do this.

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

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


[Desktop-packages] [Bug 1194211] Re: Build-depend on valac instead of valac-0.18

2014-07-09 Thread Launchpad Bug Tracker
This bug was fixed in the package libfriends -
0.1.2+14.10.20140709-0ubuntu1

---
libfriends (0.1.2+14.10.20140709-0ubuntu1) utopic; urgency=medium

  [ Ken VanDine ]
  * debian/control
- build depend on valac instead of valac-0.18 and dropped
  libvala-0.18-dev (LP: #1194211)
 -- Ubuntu daily releaseWed, 09 Jul 2014 
18:14:54 +

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libfriends in Ubuntu.
https://bugs.launchpad.net/bugs/1194211

Title:
  Build-depend on valac instead of valac-0.18

Status in libfriends:
  New
Status in “libfriends” package in Ubuntu:
  Fix Released

Bug description:
  vala-0.18 has been dropped from Debian and I expect we'll be able to
  drop it from Ubuntu before 13.10 is released.

  I tried looking at submitting a merge proposal for this but I couldn't
  figure out how to build with --enable-docs to test what needs to be
  done for the valadoc part of configure.ac.

  At least as built on Ubuntu, it looks like the dependency on
  libvala-0.18-dev isn't necessary so replacing it and valac-0.18 with
  just valac should be fine.

  I successfully test-built against valac but dbus-test-runner doesn't
  work right here so I can't tell whether the tests still pass or not.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: libfriends0 0.1.2daily13.06.07-0ubuntu1
  ProcVersionSignature: Ubuntu 3.9.0-7.15-generic 3.9.7
  Uname: Linux 3.9.0-7-generic x86_64
  ApportVersion: 2.10.2-0ubuntu2
  Architecture: amd64
  Date: Mon Jun 24 13:32:11 2013
  InstallationDate: Installed on 2013-06-14 (10 days ago)
  InstallationMedia: Ubuntu-GNOME 13.10 "Saucy Salamander" - Alpha amd64 
(20130613)
  MarkForUpload: True
  SourcePackage: libfriends
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1323822] Re: Firefox can not play some WebM videos generated by avconv on Trusty

2014-07-09 Thread Mossroy
I found 2 bug reports on upstream libav that seem to be related :
https://bugzilla.libav.org/show_bug.cgi?id=597
https://bugzilla.libav.org/show_bug.cgi?id=341
At least the symptom seems to be the same.
Both are fixed in Libav 9.14, by commit 
https://github.com/libav/libav/commit/9455a023be9f3915ccf5511a0b8fdb5b8897b2b6 
This has been commited between versions 9.13 (the one currently packaged for 
Trusty) and 9.14

So it would be worth trying with libav 9.14.
Unfortunately, this version does not seem to be compiled for Trusty in 
https://launchpad.net/~motumedia/+archive/ubuntu/libav-daily
Do you know an easy way to make this test? (I mean, without compiling it 
manually)

** Bug watch added: bugzilla.libav.org #597
   http://bugzilla.libav.org/show_bug.cgi?id=597

** Bug watch added: bugzilla.libav.org #341
   http://bugzilla.libav.org/show_bug.cgi?id=341

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1323822

Title:
  Firefox can not play some WebM videos generated by avconv on Trusty

Status in The Mozilla Firefox Browser:
  Confirmed
Status in “firefox” package in Ubuntu:
  Confirmed
Status in “libav” package in Ubuntu:
  Confirmed

Bug description:
  Steps to reproduce :
  - Download the source H.264 video attached to this bug
  - On a Trusty machine, convert this video to WebM with "avconv -i 
P5270914.MOV P5270914-trusty.webm". It should give the same result as attached
  - Open this webm file in Totem or in VLC : it plays correctly
  - Open this webm file in Firefox 29. When you click on play, it goes directly 
to the end and does not show anything
  - Open this same webm file in Chromium (tested with version 34) : it plays 
correctly

  If you generate the WebM file on Precise, with the same command-line, it 
plays correctly in Firefox (see attached P5270914-precise.webm).
  So I suppose it comes from a difference in the way avconv does the 
conversion, that is not correctly supported by Firefox

  All tests are made with Precise and Trusty amd64, with all current updates.
  Firefox version 29.0 on both
  avconv 9.13-0ubuntu0.14.04.1 on Trusty, and 0.8.10-0ubuntu0.12.04.1 on Precise

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

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


[Desktop-packages] [Bug 1194211] Re: Build-depend on valac instead of valac-0.18

2014-07-09 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-branches/ubuntu/utopic/libfriends/utopic-
proposed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libfriends in Ubuntu.
https://bugs.launchpad.net/bugs/1194211

Title:
  Build-depend on valac instead of valac-0.18

Status in libfriends:
  New
Status in “libfriends” package in Ubuntu:
  New

Bug description:
  vala-0.18 has been dropped from Debian and I expect we'll be able to
  drop it from Ubuntu before 13.10 is released.

  I tried looking at submitting a merge proposal for this but I couldn't
  figure out how to build with --enable-docs to test what needs to be
  done for the valadoc part of configure.ac.

  At least as built on Ubuntu, it looks like the dependency on
  libvala-0.18-dev isn't necessary so replacing it and valac-0.18 with
  just valac should be fine.

  I successfully test-built against valac but dbus-test-runner doesn't
  work right here so I can't tell whether the tests still pass or not.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: libfriends0 0.1.2daily13.06.07-0ubuntu1
  ProcVersionSignature: Ubuntu 3.9.0-7.15-generic 3.9.7
  Uname: Linux 3.9.0-7-generic x86_64
  ApportVersion: 2.10.2-0ubuntu2
  Architecture: amd64
  Date: Mon Jun 24 13:32:11 2013
  InstallationDate: Installed on 2013-06-14 (10 days ago)
  InstallationMedia: Ubuntu-GNOME 13.10 "Saucy Salamander" - Alpha amd64 
(20130613)
  MarkForUpload: True
  SourcePackage: libfriends
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 421537] Re: need a way to rotate video playback

2014-07-09 Thread Neal McBurnett
Note that the new "rotation plugin" landed in Totem version 3.1.4 or so,
which seems to have made it to Ubuntu around 13.04 Raring.  It has to be
manually enabled, and then rotation applied manually.

But rotation is not yet automatic, and I think that when a video has
metadata indicating the need for rotation (e.g. the EXIF "Rotation"
tag), the rotation should be automatic, as it is with some other
viewers.  See e.g.

 https://bugzilla.gnome.org/show_bug.cgi?id=701950 comments


** Bug watch added: GNOME Bug Tracker #701950
   https://bugzilla.gnome.org/show_bug.cgi?id=701950

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to totem in Ubuntu.
https://bugs.launchpad.net/bugs/421537

Title:
  need a way to rotate video playback

Status in Totem Movie Player:
  Fix Released
Status in “totem” package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: totem

  have problems when viewing mov files from cell phone. the viedo is
  turned 90 degrees to the left.

  ProblemType: Bug
  Architecture: i386
  DistroRelease: Ubuntu 9.04
  ExecutablePath: /usr/bin/totem-gstreamer
  Package: totem-gstreamer 2.26.1-0ubuntu5
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: totem
  Uname: Linux 2.6.28-15-generic i686

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

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


[Desktop-packages] [Bug 1339589] Re: read-only properties don't update on standard PropertiesChanged

2014-07-09 Thread Launchpad Bug Tracker
This bug was fixed in the package dbus-cpp -
3.0.0+14.10.20140709.2-0ubuntu1

---
dbus-cpp (3.0.0+14.10.20140709.2-0ubuntu1) utopic; urgency=low

  [ Ubuntu daily release ]
  * New rebuild forced

  [ Antti Kaijanmäki ]
  * Fix read-only property PropertiesChanged updates. (LP: #1339589)
 -- Ubuntu daily releaseWed, 09 Jul 2014 
10:15:33 +

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

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

Title:
  read-only properties don't update on standard PropertiesChanged

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

Bug description:
  Let's have a property with writable = false:

  struct ReadOnly
  {
  inline static std::string name()
  {
  return "ReadOnly";
  };
  typedef Service Interface;
  typedef std::uint32_t ValueType;
  static const bool readable = true;
  static const bool writable = false;
  };

  When a service updates such property with the standard
  org.freedesktop.DBus.Properties.PropertiesChanged signal the property
  value on the client side just simply does not update and there is no
  error or anything printed.

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

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


[Desktop-packages] [Bug 1339878] [NEW] Totem persistently sets "Always on top" flag

2014-07-09 Thread Rodney Dawes
Public bug reported:

When playing a video in Totem, the "Always on top" flag is already set.
After right-clicking on the title bar, and unsetting the flag, Totem
will again enable the flag, after a few seconds.

This is bad behavior and it should never be setting the "Always on top"
flag itself.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: totem 3.10.1-1ubuntu4
ProcVersionSignature: Ubuntu 3.13.0-30.55-generic 3.13.11.2
Uname: Linux 3.13.0-30-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.2
Architecture: amd64
CurrentDesktop: Unity
Date: Wed Jul  9 16:36:26 2014
InstallationDate: Installed on 2012-10-21 (626 days ago)
InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release amd64 (20121017.5)
SourcePackage: totem
UpgradeStatus: Upgraded to trusty on 2013-12-19 (201 days ago)

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


** Tags: amd64 apport-bug trusty

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to totem in Ubuntu.
https://bugs.launchpad.net/bugs/1339878

Title:
  Totem persistently sets "Always on top" flag

Status in “totem” package in Ubuntu:
  New

Bug description:
  When playing a video in Totem, the "Always on top" flag is already
  set. After right-clicking on the title bar, and unsetting the flag,
  Totem will again enable the flag, after a few seconds.

  This is bad behavior and it should never be setting the "Always on
  top" flag itself.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: totem 3.10.1-1ubuntu4
  ProcVersionSignature: Ubuntu 3.13.0-30.55-generic 3.13.11.2
  Uname: Linux 3.13.0-30-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Jul  9 16:36:26 2014
  InstallationDate: Installed on 2012-10-21 (626 days ago)
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release amd64 (20121017.5)
  SourcePackage: totem
  UpgradeStatus: Upgraded to trusty on 2013-12-19 (201 days ago)

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

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


[Desktop-packages] [Bug 1339589] Re: read-only properties don't update on standard PropertiesChanged

2014-07-09 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/utopic-proposed/dbus-cpp

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

Title:
  read-only properties don't update on standard PropertiesChanged

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

Bug description:
  Let's have a property with writable = false:

  struct ReadOnly
  {
  inline static std::string name()
  {
  return "ReadOnly";
  };
  typedef Service Interface;
  typedef std::uint32_t ValueType;
  static const bool readable = true;
  static const bool writable = false;
  };

  When a service updates such property with the standard
  org.freedesktop.DBus.Properties.PropertiesChanged signal the property
  value on the client side just simply does not update and there is no
  error or anything printed.

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

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


[Desktop-packages] [Bug 656900] Re: Feature request: add "buddy pounce"

2014-07-09 Thread bmaupin
sudo apt-get -y remove empathy && sudo apt-get -y install pidgin

(Type it in the Terminal app)

:)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to empathy in Ubuntu.
https://bugs.launchpad.net/bugs/656900

Title:
  Feature request: add "buddy pounce"

Status in Chat app, and Telepathy user interface:
  Won't Fix
Status in “empathy” package in Ubuntu:
  Won't Fix

Bug description:
  Binary package hint: empathy

  I read here to create a bug with Bugzilla and link it here:
  https://answers.launchpad.net/empathy/+question/44246

  So I've filed this bug with Gnome's Bugzilla here:
  https://bugzilla.gnome.org/show_bug.cgi?id=631680

  Here's the text from the Bugzilla bug report:

  Since Empathy has replaced Pidgin as the default chat client for
  Ubuntu, it'd be great to have a "buddy pounce" feature, since Pidgin
  had one.  It allows you to flag a contact and be notified when that
  contact is available for chat, so you can move on to something else
  and not have to worry about checking every few minutes whether that
  contact is online.

  Here's what it looks like in Pidgin:

  http://blog.shankarganesh.com/2007/06/24/pidgin-notification-when-a
  -buddy-comes-online/

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

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


[Desktop-packages] [Bug 1339862] [NEW] running two instances of thunderbird or firefox causes the main window to no longer refresh

2014-07-09 Thread launch...@awduggan.com
Public bug reported:

When running 2 instances of firefox OR 2 instances of thunderbird and I
go to the launcher to switch to one of the instances unity shows the 2
instances of the program in the main display area and then freezes the
main window. No screen refreshes are performed in that area afterwords.
I can go to the applications or switch between applications but the
screen no longer refreshes. The notification area refreshes and the
launcher area refreshes but the main window no longer refreshes.

Performing an alt tab to switch between applications displays the icons
to switch between but once a program is selected it does not redraw the
window for the program. The launcher area updates the program icon to
indicate which application is running.

killing running programs from the launcher does not seem to help either.

The problem is easily reproducible. I have been running unity since it
was first introduced in a LTS version on the same hardware and update my
system when a new LTS is released. This problem started occurring after
I installed 14.04 LTS. The problem only happens with firefox or
thunderbird but after the problem occurs killing those applications does
not fix the unity window issue.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: unity 7.2.1+14.04.20140513-0ubuntu2
ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
Uname: Linux 3.13.0-24-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.14.1-0ubuntu3.2
Architecture: amd64
CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Wed Jul  9 15:27:29 2014
DistUpgraded: Fresh install
DistroCodename: trusty
DistroVariant: ubuntu
DkmsStatus: dahdi, 2.5.0.1+dfsg-1ubuntu3: added
GraphicsCard:
 Intel Corporation Core Processor Integrated Graphics Controller [8086:0042] 
(rev 18) (prog-if 00 [VGA controller])
   Subsystem: ASUSTeK Computer Inc. Device [1043:8383]
InstallationDate: Installed on 2014-04-18 (82 days ago)
InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
MachineType: System manufacturer System Product Name
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=8a4fbab6-1ea4-4acf-b7f9-faf1e5123eea ro quiet splash
SourcePackage: unity
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 06/18/2012
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0406
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: P7H55-M LX
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: X.0x
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0406:bd06/18/2012:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP7H55-MLX:rvrX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer
version.compiz: compiz 1:0.9.11+14.04.20140423-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.52-1
version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.1
version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.10-1ubuntu2
xserver.bootTime: Wed Jul  9 15:20:29 2014
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id   16450 
 vendor DEL
xserver.version: 2:1.15.1-0ubuntu2

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


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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity in Ubuntu.
Matching subscriptions: dp-unity
https://bugs.launchpad.net/bugs/1339862

Title:
  running two instances of thunderbird or firefox causes the main window
  to no longer refresh

Status in “unity” package in Ubuntu:
  New

Bug description:
  When running 2 instances of firefox OR 2 instances of thunderbird and
  I go to the launcher to switch to one of the instances unity shows the
  2 instances of the program in the main display area and then freezes
  the main window. No screen refreshes are performed in 

[Desktop-packages] [Bug 1200925] Re: [USB-Audio - USB Audio, playback] Playback problem Playback only at maximum level, if the volume is turned down just a little no sound is played.

2014-07-09 Thread guenthul
No, i don't know how to try out the changes and it's still the same for
Ubuntu 14.04, but with $ alsamixer i am able to "control" the volume at
least somewhat (so my ears don't fall off).

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

Title:
  [USB-Audio - USB Audio, playback] Playback problem Playback only at
  maximum level, if the volume is turned down just a little no sound is
  played.

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

Bug description:
  The headphones worked with 10.04 at any volume level.
  Now the headphones work only at maximum volume level (tested with 11.10, 
12.04 13.04) if the volume is turned down just a little no sound is played.

  lsb_release -rd:
  Description:  Ubuntu 12.04.2 LTS
  Release:  12.04

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu1.1
  ProcVersionSignature: Ubuntu 3.2.0-49.75-generic 3.2.46
  Uname: Linux 3.2.0-49-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu17.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ulrich 8418 F pulseaudio
   /dev/snd/controlC0:  ulrich 8418 F pulseaudio
   /dev/snd/pcmC0D0c:   ulrich 8418 F...m pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xfd80 irq 50'
 Mixer name : 'Intel IbexPeak HDMI'
 Components : 'HDA:11060448,15585130,0010 
HDA:80862804,15585130,0010'
 Controls  : 38
 Simple ctrls  : 20
  Card1.Amixer.info:
   Card hw:1 'Audio'/'USB Audio at usb-:00:1a.0-1.1.1, full speed'
 Mixer name : 'USB Mixer'
 Components : 'USB0d8c:0006'
 Controls  : 12
 Simple ctrls  : 7
  Date: Sat Jul 13 15:08:49 2013
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=de_AT:de
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_AT.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Audio failed
  Symptom_Card: Storm HP-USB500 5.1 Headset - USB Audio
  Symptom_Type: None of the above
  Title: [USB-Audio - USB Audio, playback] Playback problem
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/27/2010
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: 6.00
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: B5130M
  dmi.board.vendor: CLEVO CO.
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: No Enclosure
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvr6.00:bd08/27/2010:svnCLEVOCO.:pnB5130M:pvrNotApplicable:rvnCLEVOCO.:rnB5130M:rvrNotApplicable:cvnNoEnclosure:ct9:cvrN/A:
  dmi.product.name: B5130M
  dmi.product.version: Not Applicable
  dmi.sys.vendor: CLEVO CO.

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

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


[Desktop-packages] [Bug 1315837] Re: Connot connect to MSN

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

** Changed in: account-plugins (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to account-plugins in Ubuntu.
https://bugs.launchpad.net/bugs/1315837

Title:
  Connot connect to MSN

Status in “account-plugins” package in Ubuntu:
  Confirmed

Bug description:
  Hi,

  empathy failes to connect to MSN. I tried this in the guest account,
  too, but no luck.

  Sorry, but I was not able to find any log file... Any ideas?

  Best regards.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: account-plugin-windows-live 0.11+14.04.20140409.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun May  4 12:00:04 2014
  InstallationDate: Installed on 2014-01-23 (100 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  PackageArchitecture: all
  SourcePackage: account-plugins
  UpgradeStatus: Upgraded to trusty on 2014-04-11 (22 days ago)

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

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


[Desktop-packages] [Bug 1339850] [NEW] AMD Radeon Graphic card under Ubuntu 12.04 lts 64bits

2014-07-09 Thread Mohammed MOUMEN
Public bug reported:

Hello all,

Please note that I really need help since I'm in very beginer level on Unix!
So, I had a system crush due to graphic card (which I nderstood very late) and 
I re-install Ubunutu 12.04 lts 64 bits. when installation finished and laptop 
reboots It says that ther is a problem with cryptswap1 (which I resolved : 
caused by home folder crypting) and after that my laptop boots on low graphic 
mode!!! I figured out how to boot by GRUB and tried to fix it! now I am on 
stage in which I succeeded to boot normally, I followed some steps in some 
video tutorial which are : 

$sudo add-apt-repository  ppa:xorg-edgers/ppa
$sudo apt-get update
$sudo apt-get install fglrx
$sudo amdconfig --initial   => here I got an error : amdconfig: No 
supported adapters detected
I normally should install gksu after thie step and then reboot my laptop and 
everything should okay :) but no It has to be difficult!!!
So any help please?

Remark :

$ lspci  | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Haswell-ULT Integrated 
Graphics Controller (rev 09)
$ dpkg -l | grep xserver-xorg
ii  xserver-xorg-core-lts-saucy
2:1.14.5-1ubuntu2~saucy1~precise2   Xorg X server - core server
ii  xserver-xorg-glamoregl-lts-saucy   0.5.1-0ubuntu4.2~precise2
   X.Org X server -- graphics acceleration module based on OpenGL
ii  xserver-xorg-input-all-lts-saucy   1:7.7+1ubuntu6~precise1  
   X.Org X server -- input driver metapackage
ii  xserver-xorg-input-evdev-lts-saucy 1:2.7.3-0ubuntu3.1~precise1  
   X.Org X server -- evdev input driver
ii  xserver-xorg-input-mouse-lts-saucy 1:1.7.2-3build1~precise1 
   X.Org X server -- mouse input driver
ii  xserver-xorg-input-synaptics-lts-saucy 1.7.1-0ubuntu1~precise1  
   Synaptics TouchPad driver for X.Org server
ii  xserver-xorg-input-vmmouse-lts-saucy   1:12.9.0-0ubuntu4~precise1   
   X.Org X server -- VMMouse input driver to use with VMWare
ii  xserver-xorg-input-wacom-lts-saucy 1:0.20.0-0ubuntu1~precise1   
   X.Org X server -- Wacom input driver
ii  xserver-xorg-lts-saucy 1:7.7+1ubuntu6~precise1  
   X.Org X server
ii  xserver-xorg-video-all-lts-saucy   1:7.7+1ubuntu6~precise1  
   X.Org X server -- output driver metapackage
ii  xserver-xorg-video-ati-lts-saucy   1:7.2.0-0ubuntu10~precise2   
   X.Org X server -- AMD/ATI display driver wrapper
ii  xserver-xorg-video-cirrus-lts-saucy1:1.5.2-0ubuntu2~precise1
   X.Org X server -- Cirrus display driver
ii  xserver-xorg-video-fbdev-lts-saucy 1:0.4.3-0ubuntu3~precise1
   X.Org X server -- fbdev display driver
ii  xserver-xorg-video-intel-lts-saucy 2:2.99.904-0ubuntu2.1~precise1   
   X.Org X server -- Intel i8xx, i9xx display driver
ii  xserver-xorg-video-mach64-lts-saucy6.9.3-0ubuntu3~precise1  
   X.Org X server -- ATI Mach64 display driver
ii  xserver-xorg-video-mga-lts-saucy   1:1.6.2-0ubuntu2~precise1
   X.Org X server -- MGA display driver
ii  xserver-xorg-video-modesetting-lts-saucy   0.8.0-0ubuntu1.1~precise1
   X.Org X server -- Generic modesetting driver
ii  xserver-xorg-video-neomagic-lts-saucy  1:1.2.7-0ubuntu3~precise1
   X.Org X server -- Neomagic display driver
ii  xserver-xorg-video-nouveau-lts-saucy   1:1.0.9-2ubuntu1~precise2
   X.Org X server -- Nouveau display driver
ii  xserver-xorg-video-openchrome-lts-saucy1:0.3.1-0ubuntu2.1~precise1  
   X.Org X server -- VIA display driver
ii  xserver-xorg-video-r128-lts-saucy  6.9.1-0ubuntu2~precise1  
   X.Org X server -- ATI r128 display driver
ii  xserver-xorg-video-radeon-lts-saucy1:7.2.0-0ubuntu10~precise2   
   X.Org X server -- AMD/ATI Radeon display driver
ii  xserver-xorg-video-s3-lts-saucy1:0.6.5-0ubuntu3.1~precise1  
   X.Org X server -- legacy S3 display driver
ii  xserver-xorg-video-savage-lts-saucy1:2.3.6-0ubuntu3~precise1
   X.Org X server -- Savage display driver
ii  xserver-xorg-video-siliconmotion-lts-saucy 1:1.7.7-0ubuntu3~precise1
   X.Org X server -- SiliconMotion display driver
ii  xserver-xorg-video-sis-lts-saucy   1:0.10.7-0ubuntu4~precise1   
   X.Org X server -- SiS display driver
ii  xserver-xorg-video-sisusb-lts-saucy1:0.9.6-0ubuntu3~precise1
   X.Org X server -- SiS USB display driver
ii  xserver-xorg-video-tdfx-lts-saucy  1:1.4.5-0ubuntu3~precise1
   X.Org X server -- tdfx display driver
ii  xserver-xorg-video-trident-lts-saucy   1:1.3.6-0ubuntu4~precise1
   X.Org X server -- Trident display driver
ii  xserver-xorg-video-vesa-lts-saucy  1:2.3.2-0ubuntu3~precise1
   X.Org X server -- VE

[Desktop-packages] [Bug 1081806] Re: goa-daemon is waking up 2 times a second and contributing to global warming

2014-07-09 Thread Charles
I find myself killing this some time after each login, running 13.10,
saucy.

Is this an issue on 14.04?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-online-accounts in Ubuntu.
https://bugs.launchpad.net/bugs/1081806

Title:
  goa-daemon is waking up 2 times a second and contributing to global
  warming

Status in The Ubuntu Power Consumption Project:
  New
Status in “gnome-online-accounts” package in Ubuntu:
  Confirmed

Bug description:
  goa-daemon is causing a lot of wakeup events on raring. I'm seeing ~2
  wakeups a second which seems excessive.  What is it doing?

  I've straced it and I see the following:

  Process 2881 attached - interrupt to quit
  restart_syscall(<... resuming interrupted call ...>) = 1
  ioctl(9, FIONREAD, [512])   = 0
  write(4, "\1\0\0\0\0\0\0\0", 8) = 8
  poll([{fd=4, events=POLLIN}, {fd=5, events=POLLIN}], 2, 10) = 1 ([{fd=4, 
revents=POLLIN}])
  poll([{fd=4, events=POLLIN}, {fd=5, events=POLLIN}], 2, 10) = 1 ([{fd=4, 
revents=POLLIN}])
  read(4, "\1\0\0\0\0\0\0\0", 16) = 8
  poll([{fd=4, events=POLLIN}, {fd=5, events=POLLIN}], 2, 10) = 0 (Timeout)
  read(4, 0x7fffc4669b20, 16) = -1 EAGAIN (Resource temporarily 
unavailable)
  write(4, "\1\0\0\0\0\0\0\0", 8) = 8
  poll([{fd=4, events=POLLIN}, {fd=5, events=POLLIN}, {fd=9, events=POLLIN}], 
3, 4294967295) = 2 ([{fd=4, revents=POLLIN}, {fd=9, revents=POLLIN}])
  ioctl(9, FIONREAD, [832])   = 0
  write(4, "\1\0\0\0\0\0\0\0", 8) = 8
  poll([{fd=4, events=POLLIN}, {fd=5, events=POLLIN}], 2, 10) = 1 ([{fd=4, 
revents=POLLIN}])
  read(4, "\2\0\0\0\0\0\0\0", 16) = 8
  poll([{fd=4, events=POLLIN}, {fd=5, events=POLLIN}], 2, 10) = 0 (Timeout)
  read(4, 0x7fffc4669b20, 16) = -1 EAGAIN (Resource temporarily 
unavailable)
  write(4, "\1\0\0\0\0\0\0\0", 8) = 8
  poll([{fd=4, events=POLLIN}, {fd=5, events=POLLIN}, {fd=9, events=POLLIN}], 
3, 4294967295) = 2 ([{fd=4, revents=POLLIN}, {fd=9, revents=POLLIN}])
  write(4, "\1\0\0\0\0\0\0\0", 8) = 8
  read(9, "\2\0\0\0\2\0\0\0\0\0\0\0\20\0\0\0vteG7XYNW\0\0\0\0\0\0\0"..., 1024) 
= 832
  read(9, 0x1bcbb50, 1024)= -1 EAGAIN (Resource temporarily 
unavailable)
  write(4, "\1\0\0\0\0\0\0\0", 8) = 8
  poll([{fd=4, events=POLLIN}, {fd=5, events=POLLIN}, {fd=9, events=POLLIN}], 
3, 1000) = 1 ([{fd=4, revents=POLLIN}])
  read(4, "\3\0\0\0\0\0\0\0", 16) = 8
  poll([{fd=4, events=POLLIN}, {fd=5, events=POLLIN}, {fd=9, events=POLLIN}], 
3, 1000) = 1 ([{fd=9, revents=POLLIN}])
  read(4, 0x7fffc4669b20, 16) = -1 EAGAIN (Resource temporarily 
unavailable)
  ioctl(9, FIONREAD, [704])   = 0
  write(4, "\1\0\0\0\0\0\0\0", 8) = 8
  poll([{fd=4, events=POLLIN}, {fd=5, events=POLLIN}], 2, 10) = 1 ([{fd=4, 
revents=POLLIN}])
  poll([{fd=4, events=POLLIN}, {fd=5, events=POLLIN}], 2, 10) = 1 ([{fd=4, 
revents=POLLIN}])
  read(4, "\1\0\0\0\0\0\0\0", 16) = 8
  poll([{fd=4, events=POLLIN}, {fd=5, events=POLLIN}], 2, 10) = 0 (Timeout)
  read(4, 0x7fffc4669b20, 16) = -1 EAGAIN (Resource temporarily 
unavailable)

  file descriptors:

  lrwx-- 1 king king 64 Nov 21 22:20 0 -> /dev/null
  lrwx-- 1 king king 64 Nov 21 22:20 1 -> /dev/null
  lr-x-- 1 king king 64 Nov 21 22:20 10 -> anon_inode:inotify
  lrwx-- 1 king king 64 Nov 21 22:20 2 -> /dev/null
  lrwx-- 1 king king 64 Nov 21 22:20 3 -> socket:[15838]
  lrwx-- 1 king king 64 Nov 21 22:20 4 -> anon_inode:[eventfd]
  lrwx-- 1 king king 64 Nov 21 22:20 5 -> anon_inode:[signalfd]
  lrwx-- 1 king king 64 Nov 21 22:20 6 -> /dev/null
  lrwx-- 1 king king 64 Nov 21 22:20 7 -> socket:[17578]
  lrwx-- 1 king king 64 Nov 21 22:20 8 -> anon_inode:[eventfd]
  lrwx-- 1 king king 64 Nov 21 22:20 9 -> anon_inode:[eventfd]

  so it seems quite busy on an eventfd for some reason.

  Anyhow, can we see if we can reduce this excessive amount of wakeups?
  I'd hate to see this chew up my battery for no reason at all.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: gnome-online-accounts 3.6.2-0ubuntu1
  ProcVersionSignature: Ubuntu 3.7.0-3.9-generic 3.7.0-rc6
  Uname: Linux 3.7.0-3-generic x86_64
  ApportVersion: 2.6.2-0ubuntu5
  Architecture: amd64
  Date: Wed Nov 21 22:13:40 2012
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2012-06-02 (172 days ago)
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=en_GB:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-online-accounts
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-power-consumption/+bug/1081806/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : deskto

[Desktop-packages] [Bug 1320020] Re: [Inspiron 1470, Realtek ALC272, Speaker, Internal] No sound at all

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

** Changed in: alsa-driver (Ubuntu)
   Status: New => Confirmed

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

Title:
  [Inspiron 1470, Realtek ALC272, Speaker, Internal] No sound at all

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

Bug description:
  I can get perfect sound through headphones, and the kernel recognizes
  the internal speaker, but nothing is ever played through it. I have
  personally tested a pair of earbuds to make sure that sound could play
  through the headphone port, and that isn't a problem. The sound driver
  just refuses to recognize the existence of the speaker, even though
  the kernel does.

  I wouldn't be surprised if the last upstream update had something to
  do with it.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  isiah  7361 F pulseaudio
  CurrentDesktop: GNOME
  Date: Thu May 15 18:07:52 2014
  InstallationDate: Installed on 2014-01-29 (106 days ago)
  InstallationMedia: Ubuntu-GNOME 13.10 "Saucy Salamander" - Release amd64 
(20131017)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Intel failed
  Symptom_Card: Built-in Audio - HDA Intel
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  isiah  7361 F pulseaudio
  Symptom_Jack: Speaker, Internal
  Symptom_Type: No sound at all
  Title: [Inspiron 1470, Realtek ALC272, Speaker, Internal] No sound at all
  UpgradeStatus: Upgraded to trusty on 2014-05-04 (11 days ago)
  dmi.bios.date: 03/23/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A05
  dmi.board.name: 0M7CYJ
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A05
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: A05
  dmi.modalias: 
dmi:bvnDellInc.:bvrA05:bd03/23/2011:svnDellInc.:pnInspiron1470:pvrA05123:rvnDellInc.:rn0M7CYJ:rvrA05:cvnDellInc.:ct8:cvrA05:
  dmi.product.name: Inspiron 1470
  dmi.product.version: A05123
  dmi.sys.vendor: Dell Inc.

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

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


[Desktop-packages] [Bug 1283003] Re: [Bluetooth + 14.04] Bluetooth headsets are not working after last couple of updates

2014-07-09 Thread Kiori
I think you're always gonna have to choose the BT headset, because you just 
mounted it.
If you're using ubuntu in sound settings you can set a2dp, provided its already 
active(as in set through blueman or whatnot).
Also bear in mind that having a2dp means no mic on the headset, you have to use 
the other one for that.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to pulseaudio in Ubuntu.
https://bugs.launchpad.net/bugs/1283003

Title:
  [Bluetooth + 14.04] Bluetooth headsets are not working after last
  couple of updates

Status in “blueman” package in Ubuntu:
  In Progress
Status in “gnome-bluetooth” package in Ubuntu:
  Confirmed
Status in “pulseaudio” package in Ubuntu:
  Invalid

Bug description:
  Hi,

  I found a bug in Ubuntu 14.04 !

  I tried to pair a bluetooth stereo headset (A2DP compatible). The
  pairing process goes well, but after that I can't select it on the
  audio preferences.

  When I select it, it only shows the last selected item options and don't do 
anything. (he should switch to the headset output).
  I must mention that it worked very well on Ubuntu 12.04.

  This bug can be in the bluetooth stack or in unity-control-center or
  maybe pulseaudio. I actually have no idea.

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

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


[Desktop-packages] [Bug 1220426] Re: [nvidia-prime]Freeze while using touchpad

2014-07-09 Thread Ken McWilliams
The latest driver from nvidia which seems to be the superset of supported 
drivers as 331.89 is 340.24.
Using this new driver I have not yet had a freeze. Will follow up tonight if 
issue is resolved.

Install from this source: http://linuxg.net/how-to-install-the-
nvidia-340-24-driver-on-ubuntu-14-04-ubuntu-13-10-ubuntu-12-04-and-
derivative-systems/

I attempted a manual install from nvidia first by downloading the driver
here: http://www.nvidia.com/download/driverResults.aspx/76884/en-us

I was able to get the driver to install (manual installation) however
had low graphics issues and could not get the unity launcher to show, no
tool bar and the right click didn't work either. After reverting my
system and installing the PPA worked perfectly. I strongly recommend
using the PPA (fist link over manual installation).

Ensure that this PPA supports your graphics by checking the nvida link.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nvidia-prime in Ubuntu.
https://bugs.launchpad.net/bugs/1220426

Title:
  [nvidia-prime]Freeze while using touchpad

Status in “nvidia-graphics-drivers-319” package in Ubuntu:
  Confirmed
Status in “nvidia-graphics-drivers-331” package in Ubuntu:
  Confirmed
Status in “nvidia-prime” package in Ubuntu:
  Opinion

Bug description:
  I'm using an Optimus laptop (Asus N43SL)
  nvidia-prime is installed, so my nvidia dedicated graphics card (GT 540m) is 
in use.

  Once in a while, my screen will freeze, only when I use my touchpad.
  This does not happen with my USB mouse.
  This does not happen either when I uninstall nvidia-prime and use my intel 
integrated graphics (HD3000).

  I can temporarily solve the issue by doing a VT switch.

  
  In the attached Xorg.0.log, you can see "synaptics: ETPS/2 Elantech Touchpad: 
touchpad found" each time I did a VT switch and regained control.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-319/+bug/1220426/+subscriptions

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


[Desktop-packages] [Bug 1339820] Re: Preventing fraudulent flash memory

2014-07-09 Thread Bug Watch Updater
** Changed in: gnome-disk-utility
   Status: Unknown => New

** Changed in: gnome-disk-utility
   Importance: Unknown => Wishlist

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-disk-utility in Ubuntu.
https://bugs.launchpad.net/bugs/1339820

Title:
  Preventing fraudulent flash memory

Status in GNOME Disks:
  New
Status in Unity:
  Invalid
Status in “gnome-disk-utility” package in Ubuntu:
  Confirmed

Bug description:
  Do a simple Google search or eBay search for microSD or FLASH memory
  and you'll quickly realize something: There are some great prices out
  there! That is, until you actually get the memory device in your
  hands, test it out, and it fails within a matter of hours. There needs
  to be something out there, a common technology practice, to correctly
  and accurately test these memory modules the first time the user plugs
  in the device in order to prevent imminent data failure at an
  unexpected moment.

  I have the idea for the GNOME Disk Utility in Ubuntu -- To accurately
  test any new memory module installed with the consent of the user the
  second the module is plugged in and allowed to gain ROOT access to the
  filesystem. A simple test like this can save the general public tonnes
  of money when it comes to buying memory, keep malicious codes from
  entering our loved computer systems, and help educate us on how to
  choose the correct memory technology, where to buy it, and what to
  look for, etc.. Included in this idea I have is an optional form to
  report certain module types into a larger database that is
  interconnected between all computers using the GNOME Disk Utility and
  connected to the internet for even faster emergency diagnosis with
  instant fraudulent device recognition that will then push a warning to
  the user to remove the module at once and a set of instructions on how
  to properly request a refund for their counterfeit device.

  Something like this has never before been integrated into mainstream
  computing methods, and it's about time a smart, automated, self-
  learning, user-teaching system like this is implemented.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: gnome-disk-utility 3.10.0-1ubuntu3
  ProcVersionSignature: Ubuntu 3.13.0-27.50-generic 3.13.11
  Uname: Linux 3.13.0-27-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Jul  9 13:15:58 2014
  InstallationDate: Installed on 2014-02-19 (140 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-disk-utility
  UpgradeStatus: Upgraded to trusty on 2014-04-18 (82 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-disk-utility/+bug/1339820/+subscriptions

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


[Desktop-packages] [Bug 1339820] Re: Preventing fraudulent flash memory

2014-07-09 Thread Seth Arnold
Do note that checking all 64 gigabytes of your new memory stick will
take more than six hours; it'll be over five and a half hours just to
write data to all blocks, let alone taking the time to read the data
back from the blocks.

The badblocks program is available for those who are suspicious of a
good deal...

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-disk-utility in Ubuntu.
https://bugs.launchpad.net/bugs/1339820

Title:
  Preventing fraudulent flash memory

Status in GNOME Disks:
  New
Status in Unity:
  Invalid
Status in “gnome-disk-utility” package in Ubuntu:
  Confirmed

Bug description:
  Do a simple Google search or eBay search for microSD or FLASH memory
  and you'll quickly realize something: There are some great prices out
  there! That is, until you actually get the memory device in your
  hands, test it out, and it fails within a matter of hours. There needs
  to be something out there, a common technology practice, to correctly
  and accurately test these memory modules the first time the user plugs
  in the device in order to prevent imminent data failure at an
  unexpected moment.

  I have the idea for the GNOME Disk Utility in Ubuntu -- To accurately
  test any new memory module installed with the consent of the user the
  second the module is plugged in and allowed to gain ROOT access to the
  filesystem. A simple test like this can save the general public tonnes
  of money when it comes to buying memory, keep malicious codes from
  entering our loved computer systems, and help educate us on how to
  choose the correct memory technology, where to buy it, and what to
  look for, etc.. Included in this idea I have is an optional form to
  report certain module types into a larger database that is
  interconnected between all computers using the GNOME Disk Utility and
  connected to the internet for even faster emergency diagnosis with
  instant fraudulent device recognition that will then push a warning to
  the user to remove the module at once and a set of instructions on how
  to properly request a refund for their counterfeit device.

  Something like this has never before been integrated into mainstream
  computing methods, and it's about time a smart, automated, self-
  learning, user-teaching system like this is implemented.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: gnome-disk-utility 3.10.0-1ubuntu3
  ProcVersionSignature: Ubuntu 3.13.0-27.50-generic 3.13.11
  Uname: Linux 3.13.0-27-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Jul  9 13:15:58 2014
  InstallationDate: Installed on 2014-02-19 (140 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-disk-utility
  UpgradeStatus: Upgraded to trusty on 2014-04-18 (82 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-disk-utility/+bug/1339820/+subscriptions

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


[Desktop-packages] [Bug 1339820] Re: Preventing fraudulent flash memory

2014-07-09 Thread Seth Arnold
** Information type changed from Public Security to Public

** Changed in: unity
   Status: Confirmed => Invalid

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-disk-utility in Ubuntu.
https://bugs.launchpad.net/bugs/1339820

Title:
  Preventing fraudulent flash memory

Status in GNOME Disks:
  New
Status in Unity:
  Invalid
Status in “gnome-disk-utility” package in Ubuntu:
  Confirmed

Bug description:
  Do a simple Google search or eBay search for microSD or FLASH memory
  and you'll quickly realize something: There are some great prices out
  there! That is, until you actually get the memory device in your
  hands, test it out, and it fails within a matter of hours. There needs
  to be something out there, a common technology practice, to correctly
  and accurately test these memory modules the first time the user plugs
  in the device in order to prevent imminent data failure at an
  unexpected moment.

  I have the idea for the GNOME Disk Utility in Ubuntu -- To accurately
  test any new memory module installed with the consent of the user the
  second the module is plugged in and allowed to gain ROOT access to the
  filesystem. A simple test like this can save the general public tonnes
  of money when it comes to buying memory, keep malicious codes from
  entering our loved computer systems, and help educate us on how to
  choose the correct memory technology, where to buy it, and what to
  look for, etc.. Included in this idea I have is an optional form to
  report certain module types into a larger database that is
  interconnected between all computers using the GNOME Disk Utility and
  connected to the internet for even faster emergency diagnosis with
  instant fraudulent device recognition that will then push a warning to
  the user to remove the module at once and a set of instructions on how
  to properly request a refund for their counterfeit device.

  Something like this has never before been integrated into mainstream
  computing methods, and it's about time a smart, automated, self-
  learning, user-teaching system like this is implemented.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: gnome-disk-utility 3.10.0-1ubuntu3
  ProcVersionSignature: Ubuntu 3.13.0-27.50-generic 3.13.11
  Uname: Linux 3.13.0-27-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Jul  9 13:15:58 2014
  InstallationDate: Installed on 2014-02-19 (140 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-disk-utility
  UpgradeStatus: Upgraded to trusty on 2014-04-18 (82 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-disk-utility/+bug/1339820/+subscriptions

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


[Desktop-packages] [Bug 1220426] Re: [nvidia-prime]Freeze while using touchpad

2014-07-09 Thread Andreas Persson
I still have issues with the new driver 331.89. Not fixed yet.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nvidia-prime in Ubuntu.
https://bugs.launchpad.net/bugs/1220426

Title:
  [nvidia-prime]Freeze while using touchpad

Status in “nvidia-graphics-drivers-319” package in Ubuntu:
  Confirmed
Status in “nvidia-graphics-drivers-331” package in Ubuntu:
  Confirmed
Status in “nvidia-prime” package in Ubuntu:
  Opinion

Bug description:
  I'm using an Optimus laptop (Asus N43SL)
  nvidia-prime is installed, so my nvidia dedicated graphics card (GT 540m) is 
in use.

  Once in a while, my screen will freeze, only when I use my touchpad.
  This does not happen with my USB mouse.
  This does not happen either when I uninstall nvidia-prime and use my intel 
integrated graphics (HD3000).

  I can temporarily solve the issue by doing a VT switch.

  
  In the attached Xorg.0.log, you can see "synaptics: ETPS/2 Elantech Touchpad: 
touchpad found" each time I did a VT switch and regained control.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-319/+bug/1220426/+subscriptions

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


[Desktop-packages] [Bug 1339820] Re: Preventing fraudulent flash memory

2014-07-09 Thread Jeb E.
** Bug watch added: GNOME Bug Tracker #732956
   https://bugzilla.gnome.org/show_bug.cgi?id=732956

** Also affects: gnome-disk-utility via
   https://bugzilla.gnome.org/show_bug.cgi?id=732956
   Importance: Unknown
   Status: Unknown

** Also affects: unity
   Importance: Undecided
   Status: New

** Changed in: unity
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-disk-utility in Ubuntu.
https://bugs.launchpad.net/bugs/1339820

Title:
  Preventing fraudulent flash memory

Status in GNOME Disks:
  Unknown
Status in Unity:
  Confirmed
Status in “gnome-disk-utility” package in Ubuntu:
  Confirmed

Bug description:
  Do a simple Google search or eBay search for microSD or FLASH memory
  and you'll quickly realize something: There are some great prices out
  there! That is, until you actually get the memory device in your
  hands, test it out, and it fails within a matter of hours. There needs
  to be something out there, a common technology practice, to correctly
  and accurately test these memory modules the first time the user plugs
  in the device in order to prevent imminent data failure at an
  unexpected moment.

  I have the idea for the GNOME Disk Utility in Ubuntu -- To accurately
  test any new memory module installed with the consent of the user the
  second the module is plugged in and allowed to gain ROOT access to the
  filesystem. A simple test like this can save the general public tonnes
  of money when it comes to buying memory, keep malicious codes from
  entering our loved computer systems, and help educate us on how to
  choose the correct memory technology, where to buy it, and what to
  look for, etc.. Included in this idea I have is an optional form to
  report certain module types into a larger database that is
  interconnected between all computers using the GNOME Disk Utility and
  connected to the internet for even faster emergency diagnosis with
  instant fraudulent device recognition that will then push a warning to
  the user to remove the module at once and a set of instructions on how
  to properly request a refund for their counterfeit device.

  Something like this has never before been integrated into mainstream
  computing methods, and it's about time a smart, automated, self-
  learning, user-teaching system like this is implemented.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: gnome-disk-utility 3.10.0-1ubuntu3
  ProcVersionSignature: Ubuntu 3.13.0-27.50-generic 3.13.11
  Uname: Linux 3.13.0-27-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Jul  9 13:15:58 2014
  InstallationDate: Installed on 2014-02-19 (140 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-disk-utility
  UpgradeStatus: Upgraded to trusty on 2014-04-18 (82 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-disk-utility/+bug/1339820/+subscriptions

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


[Desktop-packages] [Bug 1336386] Re: gtk popover widgets are constrained to the size of their parent window

2014-07-09 Thread Bug Watch Updater
** Changed in: gtk
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1336386

Title:
  gtk popover widgets are constrained to the size of their parent window

Status in GTK+ GUI Toolkit:
  Fix Released
Status in “gtk+3.0” package in Ubuntu:
  New

Bug description:
  In some circumstances in Ubuntu 14.10, gtk popover widget are rendered
  incomplete (cut). I think that happen when main window of application
  is smaller than gtk popover widget.

  I post here two screenshot to ilustrate this behavior:

  [1] https://launchpadlibrarian.net/179091440/%5B1%5D%20Ubuntu%2014.04.png
  [2] https://launchpadlibrarian.net/179091468/%5B2%5D%20Ubuntu%2014.10.png

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

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


[Desktop-packages] [Bug 1339820] [NEW] Preventing fraudulent flash memory

2014-07-09 Thread Jeb E.
*** This bug is a security vulnerability ***

Public security bug reported:

Do a simple Google search or eBay search for microSD or FLASH memory and
you'll quickly realize something: There are some great prices out there!
That is, until you actually get the memory device in your hands, test it
out, and it fails within a matter of hours. There needs to be something
out there, a common technology practice, to correctly and accurately
test these memory modules the first time the user plugs in the device in
order to prevent imminent data failure at an unexpected moment.

I have the idea for the GNOME Disk Utility in Ubuntu -- To accurately
test any new memory module installed with the consent of the user the
second the module is plugged in and allowed to gain ROOT access to the
filesystem. A simple test like this can save the general public tonnes
of money when it comes to buying memory, keep malicious codes from
entering our loved computer systems, and help educate us on how to
choose the correct memory technology, where to buy it, and what to look
for, etc.. Included in this idea I have is an optional form to report
certain module types into a larger database that is interconnected
between all computers using the GNOME Disk Utility and connected to the
internet for even faster emergency diagnosis with instant fraudulent
device recognition that will then push a warning to the user to remove
the module at once and a set of instructions on how to properly request
a refund for their counterfeit device.

Something like this has never before been integrated into mainstream
computing methods, and it's about time a smart, automated, self-
learning, user-teaching system like this is implemented.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: gnome-disk-utility 3.10.0-1ubuntu3
ProcVersionSignature: Ubuntu 3.13.0-27.50-generic 3.13.11
Uname: Linux 3.13.0-27-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu3.2
Architecture: amd64
CurrentDesktop: Unity
Date: Wed Jul  9 13:15:58 2014
InstallationDate: Installed on 2014-02-19 (140 days ago)
InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016.1)
ProcEnviron:
 LANGUAGE=en_US
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-disk-utility
UpgradeStatus: Upgraded to trusty on 2014-04-18 (82 days ago)

** Affects: gnome-disk-utility (Ubuntu)
 Importance: Undecided
 Status: Confirmed


** Tags: amd64 apport-bug counterfeit fake flash internet microsd nand 
securedigital trusty

** Attachment added: "Screenshot of the current abilities Gnome Disk Utility 
has to offer me on benchmarking a fraudulent microSD device I have received in 
the mail. Please note that I needed to have known what to do in order to get to 
the benchmarking process, after benchmarks are complete the application still 
does not tell me if this is likely counterfeit and has no automated "report" 
and "test" features."
   
https://bugs.launchpad.net/bugs/1339820/+attachment/4148976/+files/Screenshot%20from%202014-07-09%2013%3A29%3A26.png

** Information type changed from Private Security to Public Security

** Changed in: gnome-disk-utility (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-disk-utility in Ubuntu.
https://bugs.launchpad.net/bugs/1339820

Title:
  Preventing fraudulent flash memory

Status in “gnome-disk-utility” package in Ubuntu:
  Confirmed

Bug description:
  Do a simple Google search or eBay search for microSD or FLASH memory
  and you'll quickly realize something: There are some great prices out
  there! That is, until you actually get the memory device in your
  hands, test it out, and it fails within a matter of hours. There needs
  to be something out there, a common technology practice, to correctly
  and accurately test these memory modules the first time the user plugs
  in the device in order to prevent imminent data failure at an
  unexpected moment.

  I have the idea for the GNOME Disk Utility in Ubuntu -- To accurately
  test any new memory module installed with the consent of the user the
  second the module is plugged in and allowed to gain ROOT access to the
  filesystem. A simple test like this can save the general public tonnes
  of money when it comes to buying memory, keep malicious codes from
  entering our loved computer systems, and help educate us on how to
  choose the correct memory technology, where to buy it, and what to
  look for, etc.. Included in this idea I have is an optional form to
  report certain module types into a larger database that is
  interconnected between all computers using the GNOME Disk Utility and
  connected to the internet for even faster emergency diagnosis with
  instant fraudulent device recognition that will then push a warning to
  the user to remove the module at once and a set of instructions on how
  to properly 

[Desktop-packages] [Bug 1339806] Re: nautilus crashed with SIGABRT in g_assertion_message()

2014-07-09 Thread Apport retracing service
*** This bug is a duplicate of bug 1274291 ***
https://bugs.launchpad.net/bugs/1274291

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #1274291, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: "CoreDump.gz"
   
https://bugs.launchpad.net/bugs/1339806/+attachment/4148954/+files/CoreDump.gz

** Attachment removed: "Disassembly.txt"
   
https://bugs.launchpad.net/bugs/1339806/+attachment/4148956/+files/Disassembly.txt

** Attachment removed: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/1339806/+attachment/4148959/+files/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/1339806/+attachment/4148960/+files/ProcStatus.txt

** Attachment removed: "Registers.txt"
   
https://bugs.launchpad.net/bugs/1339806/+attachment/4148961/+files/Registers.txt

** Attachment removed: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/1339806/+attachment/4148962/+files/Stacktrace.txt

** Attachment removed: "ThreadStacktrace.txt"
   
https://bugs.launchpad.net/bugs/1339806/+attachment/4148963/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 1274291
   nautilus SIGABRT NAUTILUS_IS_FILE (file) (when using under sudo?)

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1339806

Title:
  nautilus crashed with SIGABRT in g_assertion_message()

Status in “nautilus” package in Ubuntu:
  New

Bug description:
  I was browsing with Nautilus in Root mode, just right clicking
  directories in my /home folder because the disc was showing incorrect
  capacity data (showing that my drive is almost full but I don't
  remember filling it up that much, I even checked with the disc
  analyzer).

  Then I clicked on one directory and since I specified my username in
  Japanese Kanji it crashed saying "no such user".

  ProblemType: Crash
  DistroRelease: Ubuntu 14.04
  Package: nautilus 1:3.10.1-0ubuntu9.2
  ProcVersionSignature: Ubuntu 3.13.0-30.55-generic 3.13.11.2
  Uname: Linux 3.13.0-30-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  Date: Wed Jul  9 18:51:44 2014
  ExecutablePath: /usr/bin/nautilus
  InstallationDate: Installed on 2014-06-12 (26 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  ProcCmdline: nautilus
  Signal: 6
  SourcePackage: nautilus
  StacktraceTop:
   g_assertion_message () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   g_assertion_message_expr () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   ?? ()
   ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  Title: nautilus crashed with SIGABRT in g_assertion_message()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

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

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


[Desktop-packages] [Bug 1339811] [NEW] nvidia-331-updates 331.38-0ubuntu7: nvidia-331-updates kernel module failed to build

2014-07-09 Thread lambis_7
Public bug reported:

it keeps showing me this error even though i have updated my system

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: nvidia-331-updates 331.38-0ubuntu7
ProcVersionSignature: Ubuntu 3.13.0-31.55-generic 3.13.11.4
Uname: Linux 3.13.0-31-generic i686
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu3.2
Architecture: i386
DKMSKernelVersion: 3.13.0-31-generic
Date: Wed Jul  9 19:35:29 2014
InstallationDate: Installed on 2012-04-13 (817 days ago)
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111012)
PackageVersion: 331.38-0ubuntu7
SourcePackage: nvidia-graphics-drivers-331-updates
Title: nvidia-331-updates 331.38-0ubuntu7: nvidia-331-updates kernel module 
failed to build
UpgradeStatus: Upgraded to trusty on 2014-05-14 (55 days ago)

** Affects: nvidia-graphics-drivers-331-updates (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 trusty

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nvidia-graphics-drivers-331-updates in
Ubuntu.
https://bugs.launchpad.net/bugs/1339811

Title:
  nvidia-331-updates 331.38-0ubuntu7: nvidia-331-updates kernel module
  failed to build

Status in “nvidia-graphics-drivers-331-updates” package in Ubuntu:
  New

Bug description:
  it keeps showing me this error even though i have updated my system

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: nvidia-331-updates 331.38-0ubuntu7
  ProcVersionSignature: Ubuntu 3.13.0-31.55-generic 3.13.11.4
  Uname: Linux 3.13.0-31-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: i386
  DKMSKernelVersion: 3.13.0-31-generic
  Date: Wed Jul  9 19:35:29 2014
  InstallationDate: Installed on 2012-04-13 (817 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111012)
  PackageVersion: 331.38-0ubuntu7
  SourcePackage: nvidia-graphics-drivers-331-updates
  Title: nvidia-331-updates 331.38-0ubuntu7: nvidia-331-updates kernel module 
failed to build
  UpgradeStatus: Upgraded to trusty on 2014-05-14 (55 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331-updates/+bug/1339811/+subscriptions

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


[Desktop-packages] [Bug 913091] Re: suspend when closing laptop-lid dosen't work

2014-07-09 Thread shashikant patwardhan
I expect the laptop to suspend when the laptop-lid is closed and to wake
up again when I open the laptop-lid and into the suspended session. But
this doesn't happen . I only face with blank screen without any
activity. I am using Ubuntu 14.04 64 bit version

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to pm-utils in Ubuntu.
https://bugs.launchpad.net/bugs/913091

Title:
  suspend when closing laptop-lid dosen't work

Status in “pm-utils” package in Ubuntu:
  Confirmed

Bug description:
  1) 
  Description:  Ubuntu 11.10
  Release:  11.10 

  2)
  pm-utils:
Installed: 1.4.1-8ubuntu1
Candidate: 1.4.1-8ubuntu1
Version table:
   *** 1.4.1-8ubuntu1 0
  500 http://no.archive.ubuntu.com/ubuntu/ oneiric/main amd64 Packages
  100 /var/lib/dpkg/status
  3)
  I expect the laptop to suspend when the laptop-lid is closed and to wake up 
again when I open the laptop-lid and into the suspended session

  4)
  When I close the laptoplid, my laptop dosen't suspend. If I run the command 
pm-suspend it suspends, but then I can't power on my laptop without either 
pulling out my battery, or pressing the power-button for several seconds, 
release it and then push again to boot. The suspended session is not stored, 
and the computer boots as a cold/fresh boot, without wakeup my last suspended 
session.

  5)
  Things I have tried: suspend works with the 2.6.38-kernel series and earlier, 
but I can't get suspend to work with 2.6.39 and newer. I alså tried to upgrade 
to both kernel 3.1 and 3.2, but no luck

  6) Laptopmodel: Clevo w761tun  / Zepto M15a

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: pm-utils 1.4.1-8ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-14.23-generic 3.0.9
  Uname: Linux 3.0.0-14-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  Date: Sat Jan  7 12:26:58 2012
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  PackageArchitecture: all
  SourcePackage: pm-utils
  UpgradeStatus: No upgrade log present (probably fresh install)

  This also affects ubuntu 12.04 lts alpha2: (entered manually)

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04 LTS alpha2
  Package : pm-utils 1.4.1-9
  ProcVersionSignature: Ubuntu 3.2.0-15.24-generic
  Uname: 3.2.0-15-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.91-0ubuntu1
  Architecture : amd64
  InstallationMedia : Ubuntu 12.04 "Precise Pangolin" -Release amd64 (20120202)
  PackageArchitecture :all
  SourcePackage : pm-utils
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1272001] Re: Evolution black background in mail display

2014-07-09 Thread Eduardo Corral
pato01's fix also working with Bluebird

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to evolution in Ubuntu.
https://bugs.launchpad.net/bugs/1272001

Title:
  Evolution black background in mail display

Status in “evolution” package in Ubuntu:
  Invalid
Status in “ubuntu-themes” package in Ubuntu:
  Fix Released

Bug description:
  With different GT3 theme (tested : Adwaita, Zukitwo and Zukiwi),
  Evolution 3.10 display e-mail with a black background. I put a
  screenshot in attachment.

  It's work but it's very ugly ! Please, give us a workaround.

  --

  I wanna attach this bug to the package "evolution" but the package
  search (Choose...) refuse to give me a link and display to my screen
  "Too many matches. Please try to narrow your search.". So I choose to
  target evolution-common.

  Have a nice day.
  Jo.
  --- 
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  DistroRelease: Ubuntu 13.10
  InstallationDate: Installed on 2012-05-11 (634 days ago)
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  MarkForUpload: True
  Package: evolution 3.10.3-0ubuntu3~saucy1 [origin: LP-PPA-gnome3-team-gnome3]
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 3.11.0-15.25-generic 3.11.10
  Tags: third-party-packages saucy gnome3-ppa
  Uname: Linux 3.11.0-15-generic x86_64
  UpgradeStatus: Upgraded to saucy on 2013-11-08 (88 days ago)
  UserGroups: adm audio cdrom dip fuse kvm libvirtd lpadmin plugdev sambashare 
sudo vboxusers vdr video weston-launch

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

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


[Desktop-packages] [Bug 1319941] Re: libreoffice draw / impress crash if user service publishing is disabled in avahi

2014-07-09 Thread Kees Cook
Any progress on this?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1319941

Title:
  libreoffice draw / impress crash if user service publishing is
  disabled in avahi

Status in “libreoffice” package in Ubuntu:
  Confirmed

Bug description:
  Both loimpress and lodraw fail to start with an error message related
  to avahi:

  $ loimpress
  avahi_entry_group_new() failed: Not permitted
  soffice.bin: client.c:626: avahi_client_free: Assertion `client' failed.

  $ ps ax | grep avahi
   7617 pts/0S+ 0:00 grep --color=auto avahi
  21356 ?S  0:07 avahi-daemon: running [hostname.local]
  21380 ?S  0:00 avahi-daemon: chroot helper

  This is the backtrace of the crash:

  $ cat gdbtrace.log
  warning: Currently logging to gdbtrace.log.  Turn the logging off and on to 
make the new setting effective.
  warning: Unable to find libthread_db matching inferior's thread library, 
thread debugging will not be available.

  Program received signal SIGABRT, Aborted.
  0x741f2f79 in __GI_raise (sig=sig@entry=6) at 
../nptl/sysdeps/unix/sysv/linux/raise.c:56
  56../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory.
  #0  0x741f2f79 in __GI_raise (sig=sig@entry=6) at 
../nptl/sysdeps/unix/sysv/linux/raise.c:56
  #1  0x741f6388 in __GI_abort () at abort.c:89
  #2  0x741ebe36 in __assert_fail_base (fmt=0x7433d718 "%s%s%s:%u: 
%s%sAssertion `%s' failed.\n%n", assertion=assertion@entry=0x7fffe95b6919 
"client", file=file@entry=0x7fffe95b6910 "client.c", line=line@entry=626, 
function=function@entry=0x7fffe95b6fe0 "avahi_client_free") at assert.c:92
  #3  0x741ebee2 in __GI___assert_fail (assertion=0x7fffe95b6919 
"client", file=0x7fffe95b6910 "client.c", line=626, function=0x7fffe95b6fe0 
"avahi_client_free") at assert.c:101
  #4  0x7fffe95af06b in avahi_client_free () from 
/usr/lib/x86_64-linux-gnu/libavahi-client.so.3
  #5  0x7fffbac7c40c in ?? () from 
/usr/lib/libreoffice/program/../program/libsdlo.so
  #6  0x7fffbac7c678 in ?? () from 
/usr/lib/libreoffice/program/../program/libsdlo.so
  #7  0x7fffe95aec2c in ?? () from 
/usr/lib/x86_64-linux-gnu/libavahi-client.so.3
  #8  0x7fffe95af3aa in avahi_client_new () from 
/usr/lib/x86_64-linux-gnu/libavahi-client.so.3
  #9  0x7fffbac7c8a5 in ?? () from 
/usr/lib/libreoffice/program/../program/libsdlo.so
  #10 0x7fffbac7d195 in ?? () from 
/usr/lib/libreoffice/program/../program/libsdlo.so
  #11 0x7fffbac7d30b in ?? () from 
/usr/lib/libreoffice/program/../program/libsdlo.so
  #12 0x7fffbac74756 in ?? () from 
/usr/lib/libreoffice/program/../program/libsdlo.so
  #13 0x7fffbaa12b9b in ?? () from 
/usr/lib/libreoffice/program/../program/libsdlo.so
  #14 0x7fffbab83bc0 in sd_component_getFactory () from 
/usr/lib/libreoffice/program/../program/libsdlo.so

  This is on trusty.

  libreoffice-impress 1:4.2.3~rc3-0ubuntu

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

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


[Desktop-packages] [Bug 1267012] Re: It's not possible to connect to a EAP WLAN

2014-07-09 Thread Tony Espy
*** This bug is a duplicate of bug 1283763 ***
https://bugs.launchpad.net/bugs/1283763

** Changed in: network-manager (Ubuntu)
   Status: New => Invalid

** This bug has been marked a duplicate of bug 1283763
   Cannot connect to WPA Enterprise networks

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

Title:
  It's not possible to connect to a EAP WLAN

Status in “indicator-network” package in Ubuntu:
  New
Status in “network-manager” package in Ubuntu:
  Invalid

Bug description:
  Yesterday I installed Ubuntu Touch on my Nexus4 and it seems not
  possible to connect to the WLAN of my company. This WLAN is protected
  by a EAP WLAN
  (http://en.wikipedia.org/wiki/Extensible_Authentication_Protocol)

  If I choose the WLAN it activates the checkbox but never opens a
  configuration window for including the connection details (user,
  password, additional settings,...)

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

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


[Desktop-packages] [Bug 1339778] [NEW] Plugging in Logitech H340 USB headset breaks mouse click behaviour

2014-07-09 Thread Michael JasonSmith
Public bug reported:

Ubuntu: 14.04 LTS
xorg: 1:7.7+1ubuntu8

Expected: Mouse behaviour should be unaffected when a USB headset is
plugged in.

What happened instead:

When a Logitech H340 USB headset is plugged in the mouse stops behaving
correctly. The primary button appears to be down all the time. Programs
fail to respond to clicks from the mouse (so the window-focus cannot be
changed). The tracking of  X-Y coordinates seems to be fine. (The
information reported by "ubuntu-bug xorg" was collected with the headset
plugged in.)

I tested this behaviour with Firefox, GNOME Terminal, and Nautilus as
the primary window. In the case of Nautilus the icon under the mouse
cursor is selected, and moves with the mouse cursor. In the case of the
other two programs text is selected when the mouse moves.

I see the same behaviour when the mouse (a Logitec also) is unplugged
and the inbuilt trackpad is used to move the mouse cursor. For
completeness I unplugged the mouse and keyboard, so the headset was the
only device connected to the external USB ports and I saw the same
behaviour, with the primary button appearing to be down.

This problem appears to be similar to the issue reported with the Logitech G930 
headset. However, the H340 is a comparatively simple headset as it is wired and 
lacks any volume buttons, nor does it have a mute.
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-evdev/+bug/1155819

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xorg 1:7.7+1ubuntu8
ProcVersionSignature: Ubuntu 3.13.0-30.55-generic 3.13.11.2
Uname: Linux 3.13.0-30-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.14.1-0ubuntu3.2
Architecture: amd64
CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,workarounds,scale,expo,ezoom]
CompositorRunning: None
CurrentDesktop: GNOME
Date: Wed Jul  9 08:41:54 2014
DistUpgraded: 2014-07-06 17:47:29,838 DEBUG enabling apt cron job
DistroCodename: trusty
DistroVariant: ubuntu
DkmsStatus:
 virtualbox, 4.3.10, 3.11.0-24-generic, x86_64: installed
 virtualbox, 4.3.10, 3.13.0-30-generic, x86_64: installed
ExtraDebuggingInterest: Yes
GraphicsCard:
 Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company Device [103c:1657]
 Advanced Micro Devices, Inc. [AMD/ATI] Whistler [Radeon HD 6730M/6770M/7690M 
XT] [1002:6740] (rev ff) (prog-if ff)
InstallationDate: Installed on 2011-08-15 (1059 days ago)
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
MachineType: Hewlett-Packard HP Pavilion dv6 Notebook PC
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-30-generic 
root=UUID=1a802fd8-d29f-436f-9a48-75d174a47c13 ro acpi_osi=Linux quiet splash 
acpi_backlight=vendor vt.handoff=7
SourcePackage: xorg
UpgradeStatus: Upgraded to trusty on 2014-07-07 (2 days ago)
dmi.bios.date: 10/05/2011
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: F.1B
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: 1657
dmi.board.vendor: Hewlett-Packard
dmi.board.version: 10.31
dmi.chassis.asset.tag: Chassis Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.1B:bd10/05/2011:svnHewlett-Packard:pnHPPaviliondv6NotebookPC:pvr05951024471020100:rvnHewlett-Packard:rn1657:rvr10.31:cvnHewlett-Packard:ct10:cvrChassisVersion:
dmi.product.name: HP Pavilion dv6 Notebook PC
dmi.product.version: 05951024471020100
dmi.sys.vendor: Hewlett-Packard
version.compiz: compiz 1:0.9.11+14.04.20140423-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.52-1
version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.1
version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
xserver.bootTime: Tue Jul  8 19:32:48 2014
xserver.configfile: default
xserver.errors:
 Failed to load module "modesetting" (module does not exist, 0)
 Failed to load module "modesetting" (module does not exist, 0)
 RADEON(G0): [XvMC] Failed to initialize extension.
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id9964 
 vendor AUO
xserver.version: 2:1.15.1-0ubuntu2

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


** Tags: amd64 apport-bug trusty ubuntu

-- 
You received this bug notification because you are a member of Desktop
Packages, wh

[Desktop-packages] [Bug 1200925] Re: [USB-Audio - USB Audio, playback] Playback problem Playback only at maximum level, if the volume is turned down just a little no sound is played.

2014-07-09 Thread Simon
Anything new?

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

Title:
  [USB-Audio - USB Audio, playback] Playback problem Playback only at
  maximum level, if the volume is turned down just a little no sound is
  played.

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

Bug description:
  The headphones worked with 10.04 at any volume level.
  Now the headphones work only at maximum volume level (tested with 11.10, 
12.04 13.04) if the volume is turned down just a little no sound is played.

  lsb_release -rd:
  Description:  Ubuntu 12.04.2 LTS
  Release:  12.04

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu1.1
  ProcVersionSignature: Ubuntu 3.2.0-49.75-generic 3.2.46
  Uname: Linux 3.2.0-49-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu17.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ulrich 8418 F pulseaudio
   /dev/snd/controlC0:  ulrich 8418 F pulseaudio
   /dev/snd/pcmC0D0c:   ulrich 8418 F...m pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xfd80 irq 50'
 Mixer name : 'Intel IbexPeak HDMI'
 Components : 'HDA:11060448,15585130,0010 
HDA:80862804,15585130,0010'
 Controls  : 38
 Simple ctrls  : 20
  Card1.Amixer.info:
   Card hw:1 'Audio'/'USB Audio at usb-:00:1a.0-1.1.1, full speed'
 Mixer name : 'USB Mixer'
 Components : 'USB0d8c:0006'
 Controls  : 12
 Simple ctrls  : 7
  Date: Sat Jul 13 15:08:49 2013
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=de_AT:de
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_AT.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Audio failed
  Symptom_Card: Storm HP-USB500 5.1 Headset - USB Audio
  Symptom_Type: None of the above
  Title: [USB-Audio - USB Audio, playback] Playback problem
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/27/2010
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: 6.00
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: B5130M
  dmi.board.vendor: CLEVO CO.
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: No Enclosure
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvr6.00:bd08/27/2010:svnCLEVOCO.:pnB5130M:pvrNotApplicable:rvnCLEVOCO.:rnB5130M:rvrNotApplicable:cvnNoEnclosure:ct9:cvrN/A:
  dmi.product.name: B5130M
  dmi.product.version: Not Applicable
  dmi.sys.vendor: CLEVO CO.

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

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


[Desktop-packages] [Bug 1323822] Re: Firefox can not play some WebM videos generated by avconv on Trusty

2014-07-09 Thread Daniel Letzeisen
If it is fixed in libav, then it would be nice if someone would link to
the commit that fixed it.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1323822

Title:
  Firefox can not play some WebM videos generated by avconv on Trusty

Status in The Mozilla Firefox Browser:
  Confirmed
Status in “firefox” package in Ubuntu:
  Confirmed
Status in “libav” package in Ubuntu:
  Confirmed

Bug description:
  Steps to reproduce :
  - Download the source H.264 video attached to this bug
  - On a Trusty machine, convert this video to WebM with "avconv -i 
P5270914.MOV P5270914-trusty.webm". It should give the same result as attached
  - Open this webm file in Totem or in VLC : it plays correctly
  - Open this webm file in Firefox 29. When you click on play, it goes directly 
to the end and does not show anything
  - Open this same webm file in Chromium (tested with version 34) : it plays 
correctly

  If you generate the WebM file on Precise, with the same command-line, it 
plays correctly in Firefox (see attached P5270914-precise.webm).
  So I suppose it comes from a difference in the way avconv does the 
conversion, that is not correctly supported by Firefox

  All tests are made with Precise and Trusty amd64, with all current updates.
  Firefox version 29.0 on both
  avconv 9.13-0ubuntu0.14.04.1 on Trusty, and 0.8.10-0ubuntu0.12.04.1 on Precise

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

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


[Desktop-packages] [Bug 1323822] Re: Firefox can not play some WebM videos generated by avconv on Trusty

2014-07-09 Thread Mossroy
@erlenmayr:
I don't know the WebM/Ogg/VP8 specifications enough to say if the file is 
"corrupt" or not.
You might be right. And it's true that VLC is more permissive than many other 
players.
But the file also does play correctly with Totem and Chromium. So which 
software is buggy did not seem that obvious to me, unless we can say if this 
file complies to its specs or not.
That's why I opened the bug for both Firefox and avconv.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1323822

Title:
  Firefox can not play some WebM videos generated by avconv on Trusty

Status in The Mozilla Firefox Browser:
  Confirmed
Status in “firefox” package in Ubuntu:
  Confirmed
Status in “libav” package in Ubuntu:
  Confirmed

Bug description:
  Steps to reproduce :
  - Download the source H.264 video attached to this bug
  - On a Trusty machine, convert this video to WebM with "avconv -i 
P5270914.MOV P5270914-trusty.webm". It should give the same result as attached
  - Open this webm file in Totem or in VLC : it plays correctly
  - Open this webm file in Firefox 29. When you click on play, it goes directly 
to the end and does not show anything
  - Open this same webm file in Chromium (tested with version 34) : it plays 
correctly

  If you generate the WebM file on Precise, with the same command-line, it 
plays correctly in Firefox (see attached P5270914-precise.webm).
  So I suppose it comes from a difference in the way avconv does the 
conversion, that is not correctly supported by Firefox

  All tests are made with Precise and Trusty amd64, with all current updates.
  Firefox version 29.0 on both
  avconv 9.13-0ubuntu0.14.04.1 on Trusty, and 0.8.10-0ubuntu0.12.04.1 on Precise

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

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


[Desktop-packages] [Bug 1246272] Re: Keyboard layout changing randomly

2014-07-09 Thread Frederic Defoy
*** This bug is a duplicate of bug 1240198 ***
https://bugs.launchpad.net/bugs/1240198

Ubuntu 14.04

Did 2 fresh installs which both exhibit this problem

I also only have one keyboard language installed (french canadian)

I'm not surprised this is happening. Canonical wastes to much time
trying to redefine the user interface and not enough making basic stuff
work like it should. This is only one of the hundreds of things that
should just work but doesn't.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1246272

Title:
  Keyboard layout changing randomly

Status in “gnome-settings-daemon” package in Ubuntu:
  Confirmed
Status in “unity-settings-daemon” package in Ubuntu:
  Confirmed

Bug description:
  Just upgraded from 12.04 (raring) to 12.10 (saucy) and keyboard layout keeps 
changing from pt_br to what I think is en_us.
  It seems random so I don't know what trigger this, but sometimes just 
alt-tabbing is enough to mess with keyboard layout in one of the windows.
  I already removed the en_us from my keyboard sources, double checked the use 
of one source for all windows, and even removed accelerators to switch between 
layouts but none have worked.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: gnome-control-center 1:3.6.3-0ubuntu44
  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 Oct 30 09:12:48 2013
  ExecutablePath: /usr/bin/gnome-control-center
  InstallationDate: Installed on 2013-05-20 (163 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  MarkForUpload: True
  SourcePackage: gnome-control-center
  UpgradeStatus: Upgraded to saucy on 2013-10-22 (8 days ago)
  usr_lib_gnome-control-center:
   activity-log-manager  0.9.7-0ubuntu4
   deja-dup  27.3.1-0ubuntu1
   gnome-control-center-datetime 13.10.0+13.10.20131016.2-0ubuntu1
   gnome-control-center-signon   0.1.7~+13.10.20130724.1-0ubuntu1
   gnome-control-center-unity1.3+13.10.20131004-0ubuntu1

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

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


[Desktop-packages] [Bug 1194211] Re: Build-depend on valac instead of valac-0.18

2014-07-09 Thread Launchpad Bug Tracker
** Branch linked: lp:~ken-vandine/libfriends/lp1194211

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libfriends in Ubuntu.
https://bugs.launchpad.net/bugs/1194211

Title:
  Build-depend on valac instead of valac-0.18

Status in libfriends:
  New
Status in “libfriends” package in Ubuntu:
  New

Bug description:
  vala-0.18 has been dropped from Debian and I expect we'll be able to
  drop it from Ubuntu before 13.10 is released.

  I tried looking at submitting a merge proposal for this but I couldn't
  figure out how to build with --enable-docs to test what needs to be
  done for the valadoc part of configure.ac.

  At least as built on Ubuntu, it looks like the dependency on
  libvala-0.18-dev isn't necessary so replacing it and valac-0.18 with
  just valac should be fine.

  I successfully test-built against valac but dbus-test-runner doesn't
  work right here so I can't tell whether the tests still pass or not.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: libfriends0 0.1.2daily13.06.07-0ubuntu1
  ProcVersionSignature: Ubuntu 3.9.0-7.15-generic 3.9.7
  Uname: Linux 3.9.0-7-generic x86_64
  ApportVersion: 2.10.2-0ubuntu2
  Architecture: amd64
  Date: Mon Jun 24 13:32:11 2013
  InstallationDate: Installed on 2013-06-14 (10 days ago)
  InstallationMedia: Ubuntu-GNOME 13.10 "Saucy Salamander" - Alpha amd64 
(20130613)
  MarkForUpload: True
  SourcePackage: libfriends
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1318584] Re: qt crashed when switching video out mode to external or internal only mode

2014-07-09 Thread Timo Jyrinki
Unfortunately the two patches I cherry-picked for qtbase do not seem to
fix the problem for me on that Dell laptop where I'm able to reproduce
the problem.

I also included updated libxcb since I saw
http://cgit.freedesktop.org/xcb/libxcb/commit/?id=be0fe56c3bcad5124dcc6c47a2fad01acd16f71a
mentioned in a bug report and the bug might be something fixable there
too.

For now I'm out of ideas. An X.org expert would be welcome to
investigate, since most probably the bug is either in libxcb itself or
the Qt's xcb plugin.

** Changed in: qtbase-opensource-src (Ubuntu)
 Assignee: Timo Jyrinki (timo-jyrinki) => (unassigned)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libxcb in Ubuntu.
https://bugs.launchpad.net/bugs/1318584

Title:
  qt crashed when switching video out mode to external or internal only
  mode

Status in Checkbox - Graphical Test Runner:
  Confirmed
Status in OEM Priority Project:
  Confirmed
Status in OEM Priority Project trusty series:
  New
Status in Qt:
  New
Status in “libxcb” package in Ubuntu:
  New
Status in “qtbase-opensource-src” package in Ubuntu:
  Confirmed

Bug description:
  checkbox-gui crashed with following console outputs:

  pure virtual method called
  terminate called without an active exception
  Aborted (core dumped)

  Steps to reproduce:

  1. open checkbox-gui

  2. connected external display

  3. switch video output mode, usually by using the common video output
  switch hotkey.

  Expected result:

  checkbox-gui still running when switching back to extended desktop
  video out mode.

  Actual result:

  checkbox-gui crashed

  ---
  https://bugreports.qt-project.org/browse/QTBUG-39663

To manage notifications about this bug go to:
https://bugs.launchpad.net/checkbox-gui/+bug/1318584/+subscriptions

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


[Desktop-packages] [Bug 1338872] ProcEnviron.txt

2014-07-09 Thread krishna....@gmail.com
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1338872/+attachment/4148854/+files/ProcEnviron.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1338872

Title:
  Button Shading is misaligned in base

Status in “libreoffice” package in Ubuntu:
  Incomplete

Bug description:
  the buttons in the left pane are shaded incorrectly

  The large buttons in the "Database" pane on the left side of the
  screen are not shaded correctly.

  To reproduce:
  Open Firebird_test_intern.odb from 
https://bugs.freedesktop.org/attachment.cgi?id=87557

  I've attached a screenshot to show the error.

  his issue doesn’t occur in Windows 7. Please let me know if there is a fix to 
the issue.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: i386
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  InstallationDate: Installed on 2014-06-27 (12 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release i386 (20140417)
  Package: libreoffice 1:4.2.5~rc2-0ubuntu2 [origin: 
LP-PPA-libreoffice-libreoffice-4-2]
  PackageArchitecture: i386
  ProcVersionSignature: Ubuntu 3.13.0-30.55-generic 3.13.11.2
  Tags: third-party-packages trusty
  Uname: Linux 3.13.0-30-generic i686
  UnreportableReason: This is not an official Ubuntu package. Please remove any 
third party package and try again.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True

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

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


[Desktop-packages] [Bug 847001] Re: Adjusting display brightness is very slow on several Dell laptops

2014-07-09 Thread sillyxone
Dell E7440, same problem on 14.04: very quick to change brightness using
intel_backlight command, but hardward keys (Fn-Up/Down) pause the
computer briefly.

Thanks to instruction from user Toz 
(http://ubuntuforums.org/showthread.php?t=2208278), the fix requires both 
"acpi_backlight=vendor" kernel param and creating the 
/usr/share/X11/xorg.conf.d/20-intel.conf file:
---
Section "Device"
Identifier  "card0"
Driver  "intel"
Option  "Backlight"  "intel_backlight"
BusID   "PCI:0:2:0"
EndSection
---

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-power-manager in Ubuntu.
https://bugs.launchpad.net/bugs/847001

Title:
  Adjusting display brightness is very slow on several Dell laptops

Status in “gnome-power-manager” package in Ubuntu:
  Confirmed

Bug description:
  Changing the brightness via FN key combination or via the brightness applet 
is very slow.
  the CPUs don't seem to go to 100%, but the adjustment process seems 
relatively slow.
  The mouse cursor is also sluggish.
  Reinstalled the OS twice, but not because of this issue and the problem seems 
to persist.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: gnome-power-manager 2.32.0-2ubuntu2.1
  ProcVersionSignature: Ubuntu 2.6.38-11.48-generic 2.6.38.8
  Uname: Linux 2.6.38-11-generic x86_64
  Architecture: amd64
  Date: Sun Sep 11 15:29:02 2011
  GnomeSessionIdleInhibited: No
  GnomeSessionInhibitors: None
  GnomeSessionSuspendInhibited: No
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427)
  MachineType: Dell Inc. Latitude E5410
  ProcEnviron:
   LANGUAGE=en_US:en
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-11-generic 
root=UUID=0dfaacc9-c19d-425b-963d-dabb87ae18bc ro quiet splash vt.handoff=7
  SourcePackage: gnome-power-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/28/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A09
  dmi.board.name: 05C67D
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA09:bd01/28/2011:svnDellInc.:pnLatitudeE5410:pvr0001:rvnDellInc.:rn05C67D:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude E5410
  dmi.product.version: 0001
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/847001/+subscriptions

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


[Desktop-packages] [Bug 1338872] Re: Button Shading is misaligned in base

2014-07-09 Thread krishna....@gmail.com
apport information

** Tags added: apport-collected third-party-packages trusty

** Description changed:

  the buttons in the left pane are shaded incorrectly
  
  The large buttons in the "Database" pane on the left side of the screen
  are not shaded correctly.
  
  To reproduce:
  Open Firebird_test_intern.odb from 
https://bugs.freedesktop.org/attachment.cgi?id=87557
  
  I've attached a screenshot to show the error.
  
- his issue doesn’t occur in Windows 7. Please let me know if there is a
- fix to the issue.
+ his issue doesn’t occur in Windows 7. Please let me know if there is a fix to 
the issue.
+ --- 
+ ApportVersion: 2.14.1-0ubuntu3.2
+ Architecture: i386
+ CurrentDesktop: Unity
+ DistroRelease: Ubuntu 14.04
+ InstallationDate: Installed on 2014-06-27 (12 days ago)
+ InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release i386 (20140417)
+ Package: libreoffice 1:4.2.5~rc2-0ubuntu2 [origin: 
LP-PPA-libreoffice-libreoffice-4-2]
+ PackageArchitecture: i386
+ ProcVersionSignature: Ubuntu 3.13.0-30.55-generic 3.13.11.2
+ Tags: third-party-packages trusty
+ Uname: Linux 3.13.0-30-generic i686
+ UnreportableReason: This is not an official Ubuntu package. Please remove any 
third party package and try again.
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/1338872/+attachment/4148853/+files/Dependencies.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1338872

Title:
  Button Shading is misaligned in base

Status in “libreoffice” package in Ubuntu:
  Incomplete

Bug description:
  the buttons in the left pane are shaded incorrectly

  The large buttons in the "Database" pane on the left side of the
  screen are not shaded correctly.

  To reproduce:
  Open Firebird_test_intern.odb from 
https://bugs.freedesktop.org/attachment.cgi?id=87557

  I've attached a screenshot to show the error.

  his issue doesn’t occur in Windows 7. Please let me know if there is a fix to 
the issue.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: i386
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  InstallationDate: Installed on 2014-06-27 (12 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release i386 (20140417)
  Package: libreoffice 1:4.2.5~rc2-0ubuntu2 [origin: 
LP-PPA-libreoffice-libreoffice-4-2]
  PackageArchitecture: i386
  ProcVersionSignature: Ubuntu 3.13.0-30.55-generic 3.13.11.2
  Tags: third-party-packages trusty
  Uname: Linux 3.13.0-30-generic i686
  UnreportableReason: This is not an official Ubuntu package. Please remove any 
third party package and try again.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True

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

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


[Desktop-packages] [Bug 1318584] Re: qt crashed when switching video out mode to external or internal only mode

2014-07-09 Thread Timo Jyrinki
** Also affects: libxcb (Ubuntu)
   Importance: Undecided
   Status: New

** Description changed:

- 
  checkbox-gui crashed with following console outputs:
  
  pure virtual method called
  terminate called without an active exception
  Aborted (core dumped)
  
  Steps to reproduce:
  
  1. open checkbox-gui
  
  2. connected external display
  
  3. switch video output mode, usually by using the common video output
  switch hotkey.
  
  Expected result:
  
  checkbox-gui still running when switching back to extended desktop video
  out mode.
  
  Actual result:
  
  checkbox-gui crashed
+ 
+ ---
+ https://bugreports.qt-project.org/browse/QTBUG-39663

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libxcb in Ubuntu.
https://bugs.launchpad.net/bugs/1318584

Title:
  qt crashed when switching video out mode to external or internal only
  mode

Status in Checkbox - Graphical Test Runner:
  Confirmed
Status in OEM Priority Project:
  Confirmed
Status in OEM Priority Project trusty series:
  New
Status in Qt:
  New
Status in “libxcb” package in Ubuntu:
  New
Status in “qtbase-opensource-src” package in Ubuntu:
  Confirmed

Bug description:
  checkbox-gui crashed with following console outputs:

  pure virtual method called
  terminate called without an active exception
  Aborted (core dumped)

  Steps to reproduce:

  1. open checkbox-gui

  2. connected external display

  3. switch video output mode, usually by using the common video output
  switch hotkey.

  Expected result:

  checkbox-gui still running when switching back to extended desktop
  video out mode.

  Actual result:

  checkbox-gui crashed

  ---
  https://bugreports.qt-project.org/browse/QTBUG-39663

To manage notifications about this bug go to:
https://bugs.launchpad.net/checkbox-gui/+bug/1318584/+subscriptions

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


[Desktop-packages] [Bug 1081041] Re: Double ckick attachments opens tmp directory instead of file

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

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to evolution in Ubuntu.
https://bugs.launchpad.net/bugs/1081041

Title:
  Double ckick attachments opens tmp directory instead of file

Status in “evolution” package in Ubuntu:
  Confirmed

Bug description:
  Method:
  1) Double click a pdf/ODT mail attachment

  Expected:
  - File to be opened with the default program (evince, libreoffice). Ie, same 
behaviour as double clicking the file in nautilus

  Actual:
  - Nautilus is opened in ~/.cache/evolution/tmp/ directory (which contains a 
version of the attachment)

  
  I'm in Ubuntu 12.04 LTS, using Gnome 3.4.2.1. The attachments have their 
defaults defined (eg: properties of the PDF displays "document viewer" in 
"default application").  I've upgraded from previous verisons of Ubuntu.

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

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


[Desktop-packages] [Bug 231939] Re: package update-manager 1:0.87.27 failed to install/upgrade: ErrorMessage: SystemError in cache.commit(): E:Sub-process /usr/bin/dpkg returned an error code (1)

2014-07-09 Thread frans
** Changed in: flashplugin-nonfree (Ubuntu)
   Status: Confirmed => Fix Committed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to flashplugin-nonfree in Ubuntu.
https://bugs.launchpad.net/bugs/231939

Title:
  package update-manager 1:0.87.27 failed to install/upgrade:
  ErrorMessage: SystemError in cache.commit(): E:Sub-process
  /usr/bin/dpkg returned an error code (1)

Status in “flashplugin-nonfree” package in Ubuntu:
  Fix Committed
Status in “flashplugin-nonfree” source package in Hardy:
  Confirmed

Bug description:
  Binary package hint: update-manager

  package update-manager 1:0.87.27 failed to install/upgrade:
  ErrorMessage: SystemError in cache.commit(): E:Sub-process
  /usr/bin/dpkg returned an error code (1)

  ProblemType: Package
  Architecture: amd64
  Date: Mon May 19 10:02:20 2008
  DistroRelease: Ubuntu 8.04
  ErrorMessage: ErrorMessage: SystemError in cache.commit(): E:Sub-process 
/usr/bin/dpkg returned an error code (1)

  NonfreeKernelModules: nvidia
  Package: update-manager 1:0.87.27
  PackageArchitecture: all
  SourcePackage: update-manager
  Title: package update-manager 1:0.87.27 failed to install/upgrade: 
ErrorMessage: SystemError in cache.commit(): E:Sub-process /usr/bin/dpkg 
returned an error code (1)
  Uname: Linux 2.6.22-14-generic x86_64

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

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


[Desktop-packages] [Bug 1267570] Re: Mako not always entering suspend (msm_hsic_host wakelock)

2014-07-09 Thread Tony Espy
The fix mentioned in comment #11 was released as part of ofono version:
1.12.bzr6868+14.10.20140625-0ubuntu1.

The corresponding powerd fix was released as version:
0.16+14.10.20140707-0ubuntu1, and is contained in image #u118+.

Both tasks updated to FixReleased.

** Changed in: powerd (Ubuntu)
   Status: Triaged => Fix Released

** Changed in: powerd (Ubuntu)
 Assignee: (unassigned) => Alfonso Sanchez-Beato (alfonsosanchezbeato)

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

Title:
  Mako not always entering suspend (msm_hsic_host wakelock)

Status in “linux-mako” package in Ubuntu:
  Won't Fix
Status in “network-manager” package in Ubuntu:
  Triaged
Status in “ofono” package in Ubuntu:
  Fix Released
Status in “powerd” package in Ubuntu:
  Fix Released

Bug description:
  The  msm_hsic_host wakelock is being held in which case the suspend is 
aborted draining the battery.
  This does not happen all the time.

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

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


[Desktop-packages] [Bug 1311403] Re: Can't type password after resume.

2014-07-09 Thread Josh Arenson
I'm running latest Utopic and I see this exact same issue as well.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/1311403

Title:
  Can't type password after resume.

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

Bug description:
  I couldn't type password after resume - no characters displayed this
  time.

  I had to Ctrl+alt+f2 and service lightdm restart.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: lightdm 1.10.0-0ubuntu3
  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
  Date: Tue Apr 22 17:37:49 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2013-11-23 (150 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: lightdm
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (3 days ago)

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

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


[Desktop-packages] [Bug 1339708] Re: HP Deskjet 920C Not printing Color

2014-07-09 Thread Till Kamppeter
Please follow the instructions of the sections "CUPS error_log" and
"Capturing print job data" on
https://wiki.ubuntu.com/DebuggingPrintingProblems. Thanks.

** Changed in: hplip
   Status: New => Incomplete

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to hplip in Ubuntu.
https://bugs.launchpad.net/bugs/1339708

Title:
  HP Deskjet 920C Not printing Color

Status in HP Linux Imaging and Printing:
  Incomplete
Status in “hplip” package in Ubuntu:
  Incomplete

Bug description:
  Linux Mint 16, Cinnamon 32 bit, HPLIP 3.14.6, Device Mgr 15.0 (QT4)

  "Print Test Page" prints in BW & Color.

  http://localhost:631 prints in BW & Color.

  But, printing a color PDF file appears only in BW.

  Printing a color web page via Google Chrome browser prints only BW.

  suspect /etc/cups/ppd/Deskjet_920C.ppd has wrong info ???

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

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


[Desktop-packages] [Bug 1267570] Re: Mako not always entering suspend (msm_hsic_host wakelock)

2014-07-09 Thread Tony Espy
** Changed in: ofono (Ubuntu)
   Status: In Progress => Fix Released

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

Title:
  Mako not always entering suspend (msm_hsic_host wakelock)

Status in “linux-mako” package in Ubuntu:
  Won't Fix
Status in “network-manager” package in Ubuntu:
  Triaged
Status in “ofono” package in Ubuntu:
  Fix Released
Status in “powerd” package in Ubuntu:
  Fix Released

Bug description:
  The  msm_hsic_host wakelock is being held in which case the suspend is 
aborted draining the battery.
  This does not happen all the time.

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

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


[Desktop-packages] [Bug 1339725] [NEW] flashplugin-installer doesn't install the flash plugin

2014-07-09 Thread Uqbar
Public bug reported:

I installed flashplugin-installer in order to get the flash plugin.
>From the package description:
> Downloads and Installs the Adobe Flash Player plugin. The Adobe Flash Player
> plugin supports playing of media and other dynamic content online.

Instead I don't get anything downloaded/installed/enabled.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: flashplugin-installer 11.2.202.378ubuntu0.14.04.1
Uname: Linux 3.15.0-pf2+ x86_64
ApportVersion: 2.14.1-0ubuntu3.2
Architecture: amd64
CurrentDesktop: KDE
Date: Wed Jul  9 15:54:41 2014
InstallationDate: Installed on 2014-04-23 (77 days ago)
InstallationMedia: Kubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140416.1)
SourcePackage: flashplugin-nonfree
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: flashplugin-nonfree (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug third-party-packages trusty

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to flashplugin-nonfree in Ubuntu.
https://bugs.launchpad.net/bugs/1339725

Title:
  flashplugin-installer doesn't install the flash plugin

Status in “flashplugin-nonfree” package in Ubuntu:
  New

Bug description:
  I installed flashplugin-installer in order to get the flash plugin.
  From the package description:
  > Downloads and Installs the Adobe Flash Player plugin. The Adobe Flash Player
  > plugin supports playing of media and other dynamic content online.

  Instead I don't get anything downloaded/installed/enabled.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: flashplugin-installer 11.2.202.378ubuntu0.14.04.1
  Uname: Linux 3.15.0-pf2+ x86_64
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Wed Jul  9 15:54:41 2014
  InstallationDate: Installed on 2014-04-23 (77 days ago)
  InstallationMedia: Kubuntu 14.04 LTS "Trusty Tahr" - Release amd64 
(20140416.1)
  SourcePackage: flashplugin-nonfree
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1339708] Re: HP Deskjet 920C Not printing Color

2014-07-09 Thread Till Kamppeter
** Also affects: hplip
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to hplip in Ubuntu.
https://bugs.launchpad.net/bugs/1339708

Title:
  HP Deskjet 920C Not printing Color

Status in HP Linux Imaging and Printing:
  New
Status in “hplip” package in Ubuntu:
  New

Bug description:
  Linux Mint 16, Cinnamon 32 bit, HPLIP 3.14.6, Device Mgr 15.0 (QT4)

  "Print Test Page" prints in BW & Color.

  http://localhost:631 prints in BW & Color.

  But, printing a color PDF file appears only in BW.

  Printing a color web page via Google Chrome browser prints only BW.

  suspect /etc/cups/ppd/Deskjet_920C.ppd has wrong info ???

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

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


[Desktop-packages] [Bug 1339714] [NEW] Application windows do not become active when started via keyboard shortcuts

2014-07-09 Thread Michael Satke
Public bug reported:

I used to start Gnome-calculator and Thunderbird via my keyboard short
cuts. This used to work very well andd handy, for my keyboard has some
extra keys for those purposes.

Now I can still start the desired applications, but I have to do an
extra click (or alt-tab) on their window to get them active. This ist
particularly annoying and unhandy for the calculator. I tested this
contra-productive behaviour on thunderbird and on gnome-calculator.

This bug seems to have occured about May 2014, and is active in 14.04
(my desktop computer) and 13.10 (my laptop computer).

I consider this a very small bug, and so i hope this is really easy to
fix.

Thank you in advance, Michael

Ubuntu 14.04 AMD 64 Bit

michael@desktop-pc:~$ lsb_release -rd
Description:Ubuntu 14.04 LTS
Release:14.04
michael@desktop-pc:~$ apt-cache policy unity
unity:
  Installiert:   7.2.0+14.04.20140423-0ubuntu1.2
  Installationskandidat: 7.2.1+14.04.20140513-0ubuntu2
  Versionstabelle:
 7.2.1+14.04.20140513-0ubuntu2 0
500 http://at.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 
Packages
 *** 7.2.0+14.04.20140423-0ubuntu1.2 0
500 http://at.archive.ubuntu.com/ubuntu/ trusty-security/main amd64 
Packages
100 /var/lib/dpkg/status
 7.2.0+14.04.20140416-0ubuntu1 0
500 http://at.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: unity 7.2.0+14.04.20140423-0ubuntu1.2
ProcVersionSignature: Ubuntu 3.13.0-30.55-generic 3.13.11.2
Uname: Linux 3.13.0-30-generic x86_64
ApportVersion: 2.14.1-0ubuntu3
Architecture: amd64
CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,snap,grid,place,imgpng,vpswitch,resize,gnomecompat,mousepoll,move,session,regex,unitymtgrabhandles,animation,wall,fade,expo,scale,ezoom,workarounds,unityshell]
CurrentDesktop: Unity
Date: Wed Jul  9 15:19:58 2014
SourcePackage: unity
UpgradeStatus: Upgraded to trusty on 2014-04-29 (71 days ago)

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


** Tags: amd64 apport-bug trusty

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity in Ubuntu.
Matching subscriptions: dp-unity
https://bugs.launchpad.net/bugs/1339714

Title:
  Application windows do not become active when started via keyboard
  shortcuts

Status in “unity” package in Ubuntu:
  New

Bug description:
  I used to start Gnome-calculator and Thunderbird via my keyboard short
  cuts. This used to work very well andd handy, for my keyboard has some
  extra keys for those purposes.

  Now I can still start the desired applications, but I have to do an
  extra click (or alt-tab) on their window to get them active. This ist
  particularly annoying and unhandy for the calculator. I tested this
  contra-productive behaviour on thunderbird and on gnome-calculator.

  This bug seems to have occured about May 2014, and is active in 14.04
  (my desktop computer) and 13.10 (my laptop computer).

  I consider this a very small bug, and so i hope this is really easy to
  fix.

  Thank you in advance, Michael

  Ubuntu 14.04 AMD 64 Bit

  michael@desktop-pc:~$ lsb_release -rd
  Description:  Ubuntu 14.04 LTS
  Release:  14.04
  michael@desktop-pc:~$ apt-cache policy unity
  unity:
Installiert:   7.2.0+14.04.20140423-0ubuntu1.2
Installationskandidat: 7.2.1+14.04.20140513-0ubuntu2
Versionstabelle:
   7.2.1+14.04.20140513-0ubuntu2 0
  500 http://at.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 
Packages
   *** 7.2.0+14.04.20140423-0ubuntu1.2 0
  500 http://at.archive.ubuntu.com/ubuntu/ trusty-security/main amd64 
Packages
  100 /var/lib/dpkg/status
   7.2.0+14.04.20140416-0ubuntu1 0
  500 http://at.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity 7.2.0+14.04.20140423-0ubuntu1.2
  ProcVersionSignature: Ubuntu 3.13.0-30.55-generic 3.13.11.2
  Uname: Linux 3.13.0-30-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,snap,grid,place,imgpng,vpswitch,resize,gnomecompat,mousepoll,move,session,regex,unitymtgrabhandles,animation,wall,fade,expo,scale,ezoom,workarounds,unityshell]
  CurrentDesktop: Unity
  Date: Wed Jul  9 15:19:58 2014
  SourcePackage: unity
  UpgradeStatus: Upgraded to trusty on 2014-04-29 (71 days ago)

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

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


[Desktop-packages] [Bug 1339708] [NEW] HP Deskjet 920C Not printing Color

2014-07-09 Thread Gary Hedquist
Public bug reported:

Linux Mint 16, Cinnamon 32 bit, HPLIP 3.14.6, Device Mgr 15.0 (QT4)

"Print Test Page" prints in BW & Color.

http://localhost:631 prints in BW & Color.

But, printing a color PDF file appears only in BW.

Printing a color web page via Google Chrome browser prints only BW.

suspect /etc/cups/ppd/Deskjet_920C.ppd has wrong info ???

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to hplip in Ubuntu.
https://bugs.launchpad.net/bugs/1339708

Title:
  HP Deskjet 920C Not printing Color

Status in “hplip” package in Ubuntu:
  New

Bug description:
  Linux Mint 16, Cinnamon 32 bit, HPLIP 3.14.6, Device Mgr 15.0 (QT4)

  "Print Test Page" prints in BW & Color.

  http://localhost:631 prints in BW & Color.

  But, printing a color PDF file appears only in BW.

  Printing a color web page via Google Chrome browser prints only BW.

  suspect /etc/cups/ppd/Deskjet_920C.ppd has wrong info ???

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

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


[Desktop-packages] [Bug 1339710] [NEW] simultaneous touch events trigger only the first touch

2014-07-09 Thread Andreas E.
Public bug reported:

expected behavior:
When I do a key combination (like shift+a or ctrl+s), I would naturally put 
finger 1 on "ctrl", then finger 2 on "s" and then release both, as I am used it 
from a physical keyboard. It is also working like that on various touchscreen 
phones.

observation:
The first/single touch is recognized but the (added) second touch does not yet 
trigger the "s". The ctrl key stays in highlighted mode and waits for another 
separate input of "s". 
Instead of simultanously touching both keys, I need to touch them consecutively.

Ubuntu 14.04
onboard 1.0.1+1811-0 amd64

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to onboard in Ubuntu.
https://bugs.launchpad.net/bugs/1339710

Title:
  simultaneous touch events trigger only the first touch

Status in “onboard” package in Ubuntu:
  New

Bug description:
  expected behavior:
  When I do a key combination (like shift+a or ctrl+s), I would naturally put 
finger 1 on "ctrl", then finger 2 on "s" and then release both, as I am used it 
from a physical keyboard. It is also working like that on various touchscreen 
phones.

  observation:
  The first/single touch is recognized but the (added) second touch does not 
yet trigger the "s". The ctrl key stays in highlighted mode and waits for 
another separate input of "s". 
  Instead of simultanously touching both keys, I need to touch them 
consecutively.

  Ubuntu 14.04
  onboard 1.0.1+1811-0 amd64

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

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


[Desktop-packages] [Bug 1277245] Re: nvidia prime causing mouse and screen to freeze

2014-07-09 Thread Alan Benson
I have the same error with GTX 765M
I cure it by going into a virutal terminal and out again.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nvidia-graphics-drivers-331 in Ubuntu.
https://bugs.launchpad.net/bugs/1277245

Title:
  nvidia prime causing mouse and screen to freeze

Status in “nvidia-graphics-drivers-331” package in Ubuntu:
  Confirmed

Bug description:
  I upgraded to Ubuntu Trusty Tahr . Currently running with updates as of 6th 
Feb. 64bit. 
  After installing nvidia-prime and nvidia-331, i can see frequent mouse 
freezes. Once the mouse is frozen, it doesn't allow Alt+Tab functionality. Only 
way to get out of this is by pressing Ctrl+Alt+F1 . I can bring back by 
unloading and loading the psmouse module

  modprobe -r psmouse.

  lspci | grep VGA
  00:02.0 VGA compatible controller: Intel Corporation Core Processor 
Integrated Graphics Controller (rev 18)
  01:00.0 VGA compatible controller: NVIDIA Corporation GT218M [GeForce 310M] 
(rev a2)

  
  uname -a
  Linux Vostro-3300 3.13.0-6-generic #23-Ubuntu SMP Thu Jan 30 09:48:03 UTC 
2014 x86_64 x86_64 x86_64 GNU/Linux
  cat /etc/lsb-release 
  DISTRIB_ID=Ubuntu
  DISTRIB_RELEASE=14.04
  DISTRIB_CODENAME=trusty
  DISTRIB_DESCRIPTION="Ubuntu Trusty Tahr (development branch)"

  This issue does not occur while running the opensource driver.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1277245/+subscriptions

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


[Desktop-packages] [Bug 1315020]

2014-07-09 Thread Bogdan-maris
Verified as fixed on Windows 7 64bit, Ubuntu 14.04 32bit and Mac OS X
10.9.4 using Firefox 31 beta 8.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1315020

Title:
  PDF.js prints blank pages

Status in The Mozilla Firefox Browser:
  Fix Released
Status in “firefox” package in Ubuntu:
  Fix Released

Bug description:
  The recent upgrade to 29.0+build1-0ubuntu0.12.04.2 (on Ubuntu 12.04.4
  LTS) cause printing from PDF.js to emit essentially blank output (the
  spooled files are very small, and contain showpage directives with no
  page content, i.e., blank pages come out of the printer).  Users can
  download the file from the down-arrow menu and print using a
  standalone viewer with no issue.

  This is probably https://bugzilla.mozilla.org/show_bug.cgi?id=1003707

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

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


[Desktop-packages] [Bug 1312601] Re: Chromium is reordering and losing tabs across restarts

2014-07-09 Thread Sergey Prokhorov
Have the same issue. It's very annoying. Also, pinned tabs are 1'st
candidates to loose, but any other tab may be loosed too.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to chromium-browser in Ubuntu.
https://bugs.launchpad.net/bugs/1312601

Title:
  Chromium is reordering and losing tabs across restarts

Status in “chromium-browser” package in Ubuntu:
  Confirmed

Bug description:
  Trying with a fresh profile:
  $ d=$(mktemp -d)
  $ chromium-browser --user-data-dir=$d

  Opens 20 tabs
  quit (ensuring there is no indicator as well that will mean a process is 
still running)
  restart chromium
  Do that multiple times and you will lose some tabs after a while.

  As well:
  opens 20 tabs (the number isn't important here)
  go to a tab that isn't the latest (like 8)
  middle click to open a new link at new tab 9
  restart chromium
  -> this new tab will be set as tab 21 instead 9.

  (PS: Note the one o at lose ;))

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: chromium-browser 34.0.1847.116-0ubuntu2
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Apr 25 10:41:49 2014
  Desktop-Session:
   DESKTOP_SESSION = ubuntu
   XDG_CONFIG_DIRS = /etc/xdg/xdg-ubuntu:/usr/share/upstart/xdg:/etc/xdg
   XDG_DATA_DIRS = 
/usr/share/ubuntu:/usr/share/gnome:/usr/local/share/:/usr/share/
  EcryptfsInUse: Yes
  Env:
   MOZ_PLUGIN_PATH = None
   LD_LIBRARY_PATH = None
  InstallationDate: Installed on 2012-05-28 (696 days ago)
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  SourcePackage: chromium-browser
  UpgradeStatus: No upgrade log present (probably fresh install)
  gconf-keys: /desktop/gnome/applications/browser/exec = 
b'/usr/bin/chromium-browser\n'/desktop/gnome/url-handlers/https/command = 
b'/usr/bin/chromium-browser %s\n'/desktop/gnome/url-handlers/https/enabled = 
b'true\n'/desktop/gnome/url-handlers/http/command = b'/usr/bin/chromium-browser 
%s\n'/desktop/gnome/url-handlers/http/enabled = 
b'true\n'/desktop/gnome/session/required_components/windowmanager = 
b''/apps/metacity/general/compositing_manager = 
b''/desktop/gnome/interface/icon_theme = 
b'gnome\n'/desktop/gnome/interface/gtk_theme = b'Clearlooks\n'
  modified.conffile..etc.default.chromium.browser: [deleted]
  mtime.conffile..etc.chromium.browser.default: 2014-01-23T11:28:50.317334

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

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


[Desktop-packages] [Bug 1220426] Re: [nvidia-prime]Freeze while using touchpad

2014-07-09 Thread Mark Crook
Issue still occurs with driver 331.89 released on 1st July.  It seems to
be less frequent.

NVidia Driver Version: 331.89
NVidia GK107M [GeForce GT 750M]
Ubuntu 14.04
Linux 3.13.0-30-generic

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nvidia-prime in Ubuntu.
https://bugs.launchpad.net/bugs/1220426

Title:
  [nvidia-prime]Freeze while using touchpad

Status in “nvidia-graphics-drivers-319” package in Ubuntu:
  Confirmed
Status in “nvidia-graphics-drivers-331” package in Ubuntu:
  Confirmed
Status in “nvidia-prime” package in Ubuntu:
  Opinion

Bug description:
  I'm using an Optimus laptop (Asus N43SL)
  nvidia-prime is installed, so my nvidia dedicated graphics card (GT 540m) is 
in use.

  Once in a while, my screen will freeze, only when I use my touchpad.
  This does not happen with my USB mouse.
  This does not happen either when I uninstall nvidia-prime and use my intel 
integrated graphics (HD3000).

  I can temporarily solve the issue by doing a VT switch.

  
  In the attached Xorg.0.log, you can see "synaptics: ETPS/2 Elantech Touchpad: 
touchpad found" each time I did a VT switch and regained control.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-319/+bug/1220426/+subscriptions

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


[Desktop-packages] [Bug 1294877] Re: usb-creator fails to wipe usb device when the device has ext4 partition

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

** Changed in: usb-creator (Ubuntu Trusty)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to udisks2 in Ubuntu.
https://bugs.launchpad.net/bugs/1294877

Title:
  usb-creator fails to wipe usb device when the device has ext4
  partition

Status in OEM Priority Project:
  Triaged
Status in OEM Priority Project trusty series:
  New
Status in abstraction for enumerating and managing block devices:
  Invalid
Status in “udisks2” package in Ubuntu:
  Invalid
Status in “usb-creator” package in Ubuntu:
  Fix Released
Status in “udisks2” source package in Trusty:
  Confirmed
Status in “usb-creator” source package in Trusty:
  Confirmed

Bug description:
  A dialog with the following text appears anytime I try to wipe my usb
  pen (both when partitioned and unpartitioned):

  org.freedesktop.DBus.Python.gi._glib.GError: Traceback (most recent call 
last):
File "/usr/lib/python3/dist-packages/dbus/service.py", line 707, in 
_message_cb
  retval = candidate_method(self, *args, **keywords)
File "/usr/share/usb-creator/usb-creator-helper", line 239, in Format
  block.call_format_sync('dos', GLib.Variant('a{sv}', {'erase': 
GLib.Variant('s', '')}), None)
  gi._glib.GError: GDBus.Error:org.freedesktop.UDisks2.Error.Failed: Error 
synchronizing after initial wipe: Timed out waiting for object

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: usb-creator-gtk 0.2.55
  ProcVersionSignature: Ubuntu 3.13.0-17.37-generic 3.13.6
  Uname: Linux 3.13.0-17-generic x86_64
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Mar 19 23:26:15 2014
  InstallationDate: Installed on 2013-10-05 (165 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Beta amd64 (20131005)
  SourcePackage: usb-creator
  UpgradeStatus: Upgraded to trusty on 2013-12-10 (99 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1294877/+subscriptions

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


[Desktop-packages] [Bug 1294877] Re: usb-creator fails to wipe usb device when the device has ext4 partition

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

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to udisks2 in Ubuntu.
https://bugs.launchpad.net/bugs/1294877

Title:
  usb-creator fails to wipe usb device when the device has ext4
  partition

Status in OEM Priority Project:
  Triaged
Status in OEM Priority Project trusty series:
  New
Status in abstraction for enumerating and managing block devices:
  Invalid
Status in “udisks2” package in Ubuntu:
  Invalid
Status in “usb-creator” package in Ubuntu:
  Fix Released
Status in “udisks2” source package in Trusty:
  Confirmed
Status in “usb-creator” source package in Trusty:
  Confirmed

Bug description:
  A dialog with the following text appears anytime I try to wipe my usb
  pen (both when partitioned and unpartitioned):

  org.freedesktop.DBus.Python.gi._glib.GError: Traceback (most recent call 
last):
File "/usr/lib/python3/dist-packages/dbus/service.py", line 707, in 
_message_cb
  retval = candidate_method(self, *args, **keywords)
File "/usr/share/usb-creator/usb-creator-helper", line 239, in Format
  block.call_format_sync('dos', GLib.Variant('a{sv}', {'erase': 
GLib.Variant('s', '')}), None)
  gi._glib.GError: GDBus.Error:org.freedesktop.UDisks2.Error.Failed: Error 
synchronizing after initial wipe: Timed out waiting for object

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: usb-creator-gtk 0.2.55
  ProcVersionSignature: Ubuntu 3.13.0-17.37-generic 3.13.6
  Uname: Linux 3.13.0-17-generic x86_64
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Mar 19 23:26:15 2014
  InstallationDate: Installed on 2013-10-05 (165 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Beta amd64 (20131005)
  SourcePackage: usb-creator
  UpgradeStatus: Upgraded to trusty on 2013-12-10 (99 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1294877/+subscriptions

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


[Desktop-packages] [Bug 1307709] Re: webbrowser-app does not start in Unity 8 preview session

2014-07-09 Thread Stephen M. Webb
Confirmed fixed with liboxideqtcore0 1.1.0~bzr640-0ubuntu1 released in
Ubuntu "Utopic Unicorn."

** Changed in: unity8-desktop-session (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1307709

Title:
  webbrowser-app does not start in Unity 8 preview session

Status in Oxide Webview:
  Fix Released
Status in Web Browser App:
  Confirmed
Status in “mesa” package in Ubuntu:
  Triaged
Status in “unity8-desktop-session” package in Ubuntu:
  Fix Released

Bug description:
  The webbrowser app does not start when invoked from the Dash in Unity8
  in the preview session.

  Upon clicking the icon the screen quickly flickers and returns to the
  Dash.

  You can get some more information when running the terminal app. You
  can make this app usable by uncommenting X-Ubuntu-StageHint=SideStage.

  From the terminal, run: webbrowser-app
  --desktop_file_hint=/usr/share/applications/webbrowser-app.desktop

  This takes me back to the Dash, return to the terminal to find:
  libEGL warning: unsupported platform (null)
  libEGL warning: unsupported platform (null)
  Segmentation fault (core dumped)

  I am attaching one of the crash dumps

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

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


[Desktop-packages] [Bug 1339684] Re: Xorg crashed with SIGABRT in OsAbort()

2014-07-09 Thread Apport retracing service
*** This bug is a duplicate of bug 1338492 ***
https://bugs.launchpad.net/bugs/1338492

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #1338492, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: "CoreDump.gz"
   
https://bugs.launchpad.net/bugs/1339684/+attachment/4148760/+files/CoreDump.gz

** Attachment removed: "Disassembly.txt"
   
https://bugs.launchpad.net/bugs/1339684/+attachment/4148763/+files/Disassembly.txt

** Attachment removed: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/1339684/+attachment/4148776/+files/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/1339684/+attachment/4148778/+files/ProcStatus.txt

** Attachment removed: "Registers.txt"
   
https://bugs.launchpad.net/bugs/1339684/+attachment/4148779/+files/Registers.txt

** Attachment removed: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/1339684/+attachment/4148780/+files/Stacktrace.txt

** Attachment removed: "ThreadStacktrace.txt"
   
https://bugs.launchpad.net/bugs/1339684/+attachment/4148781/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of private bug 1338492

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1339684

Title:
  Xorg crashed with SIGABRT in OsAbort()

Status in “xorg-server” package in Ubuntu:
  New

Bug description:
  Crashed when trying to log out

  ProblemType: Crash
  DistroRelease: Ubuntu 14.10
  Package: xserver-xorg-core 2:1.15.1-0ubuntu8
  Uname: Linux 3.16.0-031600rc4-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  340.17  Tue Jun  3 21:19:15 
PDT 2014
   GCC version:  gcc version 4.8.3 (Ubuntu 4.8.3-4ubuntu2)
  ApportVersion: 2.14.4-0ubuntu1
  Architecture: amd64
  CrashCounter: 1
  Date: Tue Jul  8 20:12:09 2014
  DistUpgraded: Fresh install
  DistroCodename: utopic
  DistroVariant: ubuntu
  ExecutablePath: /usr/bin/Xorg
  GraphicsCard:
   NVIDIA Corporation GK106 [GeForce GTX 650 Ti] [10de:11c6] (rev a1) (prog-if 
00 [VGA controller])
 Subsystem: eVga.com. Corp. Device [3842:3653]
  InstallationDate: Installed on 2014-06-17 (21 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcCmdline: /usr/bin/X -core :0 -seat seat0 -auth /var/run/lightdm/root/:0 
-nolisten tcp vt7 -novtswitch
  ProcEnviron:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-031600rc4-generic 
root=UUID=4a3354d0-a0ae-4b56-9edc-9ebcdfc093e7 ro quiet splash
  Signal: 6
  SourcePackage: xorg-server
  StacktraceTop:
   OsAbort ()
   ?? ()
   FatalError ()
   ?? ()
   __libc_start_main (main=0x7f0fe7b34db0, argc=11, argv=0x75c18b98, 
init=, fini=, rtld_fini=, 
stack_end=0x75c18b88) at libc-start.c:287
  Title: Xorg crashed with SIGABRT in OsAbort()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 06/05/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.60
  dmi.board.name: 970 Extreme3 R2.0
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.60:bd06/05/2014:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rn970Extreme3R2.0:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.
  version.compiz: compiz 1:0.9.11.1+14.04.20140623-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.54+git20140628.e8c3c135-0ubuntu0ricotz
  version.libgl1-mesa-dri: libgl1-mesa-dri 
10.3.0~git20140630.7577cdd8-0ubuntu0sarvatt2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 
10.3.0~git20140630.7577cdd8-0ubuntu0sarvatt2
  version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu8
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel

[Desktop-packages] [Bug 1322925] Re: copy paste not working in Ubuntu 14.04 nautilus

2014-07-09 Thread gonguinguen
I confirm this behaviour.  I'm experiencing this problem after splitting
nautilus window (with ctrl+T command). The problem isn't inmediate, but
after a while working with splitted window, copy/paste doesn't work.

In addition, I recently found some files on some other folder, and I
realised that those files where the ones I was trying to paste. So, when
I tried to paste "nothing happened", but now I see that the files where
probably going to another destination folder. I cannot confirm this
because I couldn't reproduce the problem, but if this is the case,
**it's really critical**, as files could be copying to a different
folder without the user even getting to know.

Sorry about my grammar errors :P

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1322925

Title:
  copy paste not working in Ubuntu 14.04 nautilus

Status in “nautilus” package in Ubuntu:
  Confirmed

Bug description:
  The title says it.

  Since upgrade to 14.04, copy / cut / paste of files among various
  folders I have write rights on does not work most of the times.

  Using the terminal to copy / move does work normally.

  
  nautilus:
Installed: 1:3.10.1-0ubuntu9.1
Candidate: 1:3.10.1-0ubuntu9.1
Version table:
   *** 1:3.10.1-0ubuntu9.1 0
  500 http://de.archive.ubuntu.com/ubuntu/ trusty-updates/main i386 
Packages
  100 /var/lib/dpkg/status
   1:3.10.1-0ubuntu8 0
  500 http://de.archive.ubuntu.com/ubuntu/ trusty/main i386 Packages

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

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


[Desktop-packages] [Bug 1307709] Re: webbrowser-app does not start in Unity 8 preview session

2014-07-09 Thread Launchpad Bug Tracker
** Branch linked: lp:~oxide-developers/oxide/packaging.utopic

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1307709

Title:
  webbrowser-app does not start in Unity 8 preview session

Status in Oxide Webview:
  Fix Released
Status in Web Browser App:
  Confirmed
Status in “mesa” package in Ubuntu:
  Triaged
Status in “unity8-desktop-session” package in Ubuntu:
  New

Bug description:
  The webbrowser app does not start when invoked from the Dash in Unity8
  in the preview session.

  Upon clicking the icon the screen quickly flickers and returns to the
  Dash.

  You can get some more information when running the terminal app. You
  can make this app usable by uncommenting X-Ubuntu-StageHint=SideStage.

  From the terminal, run: webbrowser-app
  --desktop_file_hint=/usr/share/applications/webbrowser-app.desktop

  This takes me back to the Dash, return to the terminal to find:
  libEGL warning: unsupported platform (null)
  libEGL warning: unsupported platform (null)
  Segmentation fault (core dumped)

  I am attaching one of the crash dumps

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

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


[Desktop-packages] [Bug 1339663] [NEW] ubuntu-bug fails with "whoopsie-upload-all: error: unrecognized arguments" when /var/lib/apport/autoreport exists

2014-07-09 Thread Jean-Baptiste Lallement
Public bug reported:

TEST CASE:
1. touch /var/lib/apport/autoreport
2. Run the command:
$ ubuntu-bug some_package

ACTUAL RESULT
ubuntu-ug fails with:
$ ubuntu-bug some_package
usage: whoopsie-upload-all [-h] [-t TIMEOUT]
whoopsie-upload-all: error: unrecognized arguments: some_package

EXPECTED RESULT
Reporting process starts

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: apport 2.14.4-0ubuntu1
ProcVersionSignature: Ubuntu 3.15.0-6.11-generic 3.15.0
Uname: Linux 3.15.0-6-generic x86_64
ApportLog:
 
ApportVersion: 2.14.4-0ubuntu1
Architecture: amd64
CrashReports:
 640:1000:136:5676215:2014-07-09 09:48:24.545641183 +0200:2014-07-09 
09:48:25.545641183 +0200:/var/crash/_usr_bin_indicator-weather.1000.crash
 640:0:136:205090:2014-07-08 09:18:29.153270255 +0200:2014-07-08 
09:18:29.125270256 +0200:/var/crash/gnuplot.0.crash
CurrentDesktop: Unity
Date: Wed Jul  9 13:10:21 2014
PackageArchitecture: all
SourcePackage: apport
UpgradeStatus: Upgraded to utopic on 2012-01-31 (889 days ago)
modified.conffile..etc.apport.crashdb.conf: [modified]
mtime.conffile..etc.apport.crashdb.conf: 2014-04-14T14:45:04.033266

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


** Tags: amd64 apport-bug utopic

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to apport in Ubuntu.
https://bugs.launchpad.net/bugs/1339663

Title:
  ubuntu-bug fails with "whoopsie-upload-all: error: unrecognized
  arguments" when /var/lib/apport/autoreport exists

Status in “apport” package in Ubuntu:
  New

Bug description:
  TEST CASE:
  1. touch /var/lib/apport/autoreport
  2. Run the command:
  $ ubuntu-bug some_package

  ACTUAL RESULT
  ubuntu-ug fails with:
  $ ubuntu-bug some_package
  usage: whoopsie-upload-all [-h] [-t TIMEOUT]
  whoopsie-upload-all: error: unrecognized arguments: some_package

  EXPECTED RESULT
  Reporting process starts

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: apport 2.14.4-0ubuntu1
  ProcVersionSignature: Ubuntu 3.15.0-6.11-generic 3.15.0
  Uname: Linux 3.15.0-6-generic x86_64
  ApportLog:
   
  ApportVersion: 2.14.4-0ubuntu1
  Architecture: amd64
  CrashReports:
   640:1000:136:5676215:2014-07-09 09:48:24.545641183 +0200:2014-07-09 
09:48:25.545641183 +0200:/var/crash/_usr_bin_indicator-weather.1000.crash
   640:0:136:205090:2014-07-08 09:18:29.153270255 +0200:2014-07-08 
09:18:29.125270256 +0200:/var/crash/gnuplot.0.crash
  CurrentDesktop: Unity
  Date: Wed Jul  9 13:10:21 2014
  PackageArchitecture: all
  SourcePackage: apport
  UpgradeStatus: Upgraded to utopic on 2012-01-31 (889 days ago)
  modified.conffile..etc.apport.crashdb.conf: [modified]
  mtime.conffile..etc.apport.crashdb.conf: 2014-04-14T14:45:04.033266

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

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


[Desktop-packages] [Bug 1311037] Re: [mesa] intel_do_flush_locked failed: Invalid argument

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

** Changed in: xserver-xorg-video-intel (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/1311037

Title:
  [mesa] intel_do_flush_locked failed: Invalid argument

Status in “xserver-xorg-video-intel” package in Ubuntu:
  Confirmed

Bug description:
  I'm trying to run a game called braid.  I previously ran this game
  successfully under 12.04 with my nVidia card using the proprietary
  drivers, and I have also run it under 13.10 on a different box with a
  different nVidia card.  Now with 14.04 intel graphics finally actually
  works for everything else I want to do and I was hoping I could ditch
  the nVidia card and not have to mess around with the nVidia drivers.
  (It sure has taken a long time!)  But when I run braid I get the error

  intel_do_flush_locked failed: Invalid argument

  and nothing happens.   (The program doesn't run and I am returned to
  the prompt.)

  Here is the output of ldd run on the braid executable:
  linux-vdso.so.1 =>  (0x7fff8abfe000)
  libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 
(0x7f4595b85000)
  libCg.so => /usr/lib/x86_64-linux-gnu/libCg.so (0x7f45946ac000)
  libCgGL.so => /usr/lib/x86_64-linux-gnu/libCgGL.so 
(0x7f4594527000)
  libGL.so.1 => /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1 
(0x7f45942c2000)
  libSDL-1.2.so.0 => /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0 
(0x7f459402c000)
  libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 
(0x7f4593d27000)
  libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x7f4593a21000)
  libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 
(0x7f459380b000)
  libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x7f4593444000)
  /lib64/ld-linux-x86-64.so.2 (0x7f4595dc7000)
  libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x7f459324)
  libglapi.so.0 => /usr/lib/x86_64-linux-gnu/libglapi.so.0 
(0x7f4593019000)
  libXext.so.6 => /usr/lib/x86_64-linux-gnu/libXext.so.6 
(0x7f4592e06000)
  libXdamage.so.1 => /usr/lib/x86_64-linux-gnu/libXdamage.so.1 
(0x7f4592c03000)
  libXfixes.so.3 => /usr/lib/x86_64-linux-gnu/libXfixes.so.3 
(0x7f45929fd000)
  libX11-xcb.so.1 => /usr/lib/x86_64-linux-gnu/libX11-xcb.so.1 
(0x7f45927fa000)
  libX11.so.6 => /usr/lib/x86_64-linux-gnu/libX11.so.6 
(0x7f45924c5000)
  libxcb-glx.so.0 => /usr/lib/x86_64-linux-gnu/libxcb-glx.so.0 
(0x7f45922ae000)
  libxcb-dri2.so.0 => /usr/lib/x86_64-linux-gnu/libxcb-dri2.so.0 
(0x7f45920a8000)
  libxcb-dri3.so.0 => /usr/lib/x86_64-linux-gnu/libxcb-dri3.so.0 
(0x7f4591ea5000)
  libxcb-present.so.0 => /usr/lib/x86_64-linux-gnu/libxcb-present.so.0 
(0x7f4591ca2000)
  libxcb-sync.so.1 => /usr/lib/x86_64-linux-gnu/libxcb-sync.so.1 
(0x7f4591a9b000)
  libxcb.so.1 => /usr/lib/x86_64-linux-gnu/libxcb.so.1 
(0x7f459187c000)
  libxshmfence.so.1 => /usr/lib/x86_64-linux-gnu/libxshmfence.so.1 
(0x7f459167a000)
  libXxf86vm.so.1 => /usr/lib/x86_64-linux-gnu/libXxf86vm.so.1 
(0x7f4591473000)
  libdrm.so.2 => /usr/lib/x86_64-linux-gnu/libdrm.so.2 
(0x7f4591267000)
  libasound.so.2 => /usr/lib/x86_64-linux-gnu/libasound.so.2 
(0x7f4590f77000)
  libpulse-simple.so.0 => 
/usr/lib/x86_64-linux-gnu/libpulse-simple.so.0 (0x7f4590d72000)
  libpulse.so.0 => /usr/lib/x86_64-linux-gnu/libpulse.so.0 
(0x7f4590b29000)
  libcaca.so.0 => /usr/lib/x86_64-linux-gnu/libcaca.so.0 
(0x7f459085c000)
  libXau.so.6 => /usr/lib/x86_64-linux-gnu/libXau.so.6 
(0x7f4590657000)
  libXdmcp.so.6 => /usr/lib/x86_64-linux-gnu/libXdmcp.so.6 
(0x7f4590451000)
  librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x7f4590248000)
  libpulsecommon-4.0.so => 
/usr/lib/x86_64-linux-gnu/pulseaudio/libpulsecommon-4.0.so (0x7f458ffe1000)
  libjson-c.so.2 => /lib/x86_64-linux-gnu/libjson-c.so.2 
(0x7f458fdd6000)
  libdbus-1.so.3 => /lib/x86_64-linux-gnu/libdbus-1.so.3 
(0x7f458fb91000)
  libslang.so.2 => /lib/x86_64-linux-gnu/libslang.so.2 
(0x7f458f801000)
  libncursesw.so.5 => /lib/x86_64-linux-gnu/libncursesw.so.5 
(0x7f458f5cc000)
  libtinfo.so.5 => /lib/x86_64-linux-gnu/libtinfo.so.5 
(0x7f458f3a3000)
  libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x7f458f18a000)
  libwrap.so.0 => /lib/x86_64-linux-gnu/libwrap.so.0 
(0x7f458ef7f000)
  libsndfile.so.1 => /usr/lib/x86_64-linux-gnu/libsndfile.so.1 
(0x7f458ed17000)
  libasyncns.so.0 => /usr/lib/x86_64-linux-gnu/libasyncns.so

[Desktop-packages] [Bug 1067951] Re: Firefox randomly loses window decoration in Gnome Classic (Compiz)

2014-07-09 Thread hariprasad
Confirmed workaround Daniel van Vugt (vanvugt) and Timothée. It is much
more easier to minimize and maximize Firefox than to do restart.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to compiz in Ubuntu.
https://bugs.launchpad.net/bugs/1067951

Title:
  Firefox randomly loses window decoration in Gnome Classic (Compiz)

Status in Compiz:
  Confirmed
Status in “compiz” package in Ubuntu:
  Confirmed

Bug description:
  Running Ubuntu 12.04.1 LTS 64 bit in Gnome fallback with compiz.
  Firefox randomly looses window decoration (borders) and becomes
  unresponsive to keyboard input. The only remedy I have found to fix
  this problem is to run compiz --replace. Firefox is the only
  application to exhibit this behavior. I have seen this identical
  behavior on two different systems, one running 12.04.1 64 bit and one
  running 12.04.1 running 32 bit.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: firefox 16.0.1+build1-0ubuntu0.12.04.1
  ProcVersionSignature: Ubuntu 3.2.0-32.51-generic 3.2.30
  Uname: Linux 3.2.0-32-generic x86_64
  NonfreeKernelModules: openafs nvidia
  AddonCompatCheckDisabled: False
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu14
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: PCH [HDA Intel PCH], device 0: CONEXANT Analog [CONEXANT Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  chuck  4022 F pulseaudio
   /dev/snd/controlC0:  chuck  4022 F pulseaudio
   /dev/snd/pcmC0D0p:   chuck  4022 F...m pulseaudio
  BuildID: 20121010234852
  Card0.Amixer.info:
   Card hw:0 'PCH'/'HDA Intel PCH at 0xd832 irq 54'
 Mixer name : 'Conexant CX20590'
 Components : 'HDA:14f1506e,17aa21cf,0010'
 Controls  : 21
 Simple ctrls  : 11
  Card1.Amixer.info:
   Card hw:1 'NVidia'/'HDA NVidia at 0xd600 irq 17'
 Mixer name : 'Nvidia GPU 11 HDMI/DP'
 Components : 'HDA:10de0011,10de0101,00100100'
 Controls  : 24
 Simple ctrls  : 4
  Card29.Amixer.info:
   Card hw:29 'ThinkPadEC'/'ThinkPad Console Audio Control at EC reg 0x30, fw 
unknown'
 Mixer name : 'ThinkPad EC (unknown)'
 Components : ''
 Controls  : 1
 Simple ctrls  : 1
  Card29.Amixer.values:
   Simple mixer control 'Console',0
 Capabilities: pswitch pswitch-joined penum
 Playback channels: Mono
 Mono: Playback [on]
  Channel: Unavailable
  Date: Wed Oct 17 20:33:09 2012
  DefaultProfilePrefErrors: Unexpected character 'E' before close parenthesis @ 
[Profile]/extensions/{d37dc5d0-431d-44e5-8c91-49419370caa1}/defaults/preferences/foxclocks-defaults.js:4
  ForcedLayersAccel: False
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  IpRoute:
   default via 192.168.1.1 dev eth0  proto static 
   169.254.0.0/16 dev eth0  scope link  metric 1000 
   172.16.246.0/24 dev vmnet1  proto kernel  scope link  src 172.16.246.1 
   192.168.1.0/24 dev eth0  proto kernel  scope link  src 192.168.1.118  metric 
1 
   192.168.12.0/24 dev vmnet8  proto kernel  scope link  src 192.168.12.1
  MostRecentCrashID: bp-197210d1-2d75-4da9-a7cc-c15c32120717
  ProcEnviron:
   LANGUAGE=
   TERM=xterm
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  Profile1Extensions: extensions.sqlite corrupt or missing
  Profile1IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  Profile1Locales: extensions.sqlite corrupt or missing
  Profile1PrefSources: prefs.js
  Profile1Themes: extensions.sqlite corrupt or missing
  Profile2Extensions: extensions.sqlite corrupt or missing
  Profile2IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  Profile2Locales: extensions.sqlite corrupt or missing
  Profile2Plugins:
   Default Plugin - [HomeDir]/opt/firefox-3.6/firefox/plugins/libnullplugin.so
   Adobe Reader 9.1 - [HomeDir]/.mozilla/plugins/nppdf.so
  Profile2PrefSources: prefs.js
  Profile2Themes: extensions.sqlite corrupt or missing
  Profiles:
   Profile0 (Default) - LastVersion=16.0.1/20121010234852 (In use)
   Profile1 - LastVersion=3.6.9/20100825160138 (Out of date)
   Profile2 - LastVersion=8.0/2015183541 (Out of date)
  RelatedPackageVersions:
   google-talkplugin  3.9.1.0-1
   rhythmbox-mozilla  2.96-0ubuntu4.2
   totem-mozilla  3.0.1-0ubuntu21.1
   icedtea-6-plugin   1.2-2ubuntu1.2
   browser-plugin-vlc 2.0.0-1
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/12/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 8BET59WW (1.39 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 4270CTO
  dmi.board.vendor: LENOVO
  dmi.board.v

[Desktop-packages] [Bug 1067951] Re: Firefox randomly loses window decoration in Gnome Classic (Compiz)

2014-07-09 Thread hariprasad
Confirmed for Ubuntu 14.04, Compiz. Workaroud is to restart Firefox. One
way how to loose Firefox window decoration and block keyborad is to
invoke open new tab from another application. I.e. invoke testing page
from NetBeans. It happens randomly, not always.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to compiz in Ubuntu.
https://bugs.launchpad.net/bugs/1067951

Title:
  Firefox randomly loses window decoration in Gnome Classic (Compiz)

Status in Compiz:
  Confirmed
Status in “compiz” package in Ubuntu:
  Confirmed

Bug description:
  Running Ubuntu 12.04.1 LTS 64 bit in Gnome fallback with compiz.
  Firefox randomly looses window decoration (borders) and becomes
  unresponsive to keyboard input. The only remedy I have found to fix
  this problem is to run compiz --replace. Firefox is the only
  application to exhibit this behavior. I have seen this identical
  behavior on two different systems, one running 12.04.1 64 bit and one
  running 12.04.1 running 32 bit.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: firefox 16.0.1+build1-0ubuntu0.12.04.1
  ProcVersionSignature: Ubuntu 3.2.0-32.51-generic 3.2.30
  Uname: Linux 3.2.0-32-generic x86_64
  NonfreeKernelModules: openafs nvidia
  AddonCompatCheckDisabled: False
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu14
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: PCH [HDA Intel PCH], device 0: CONEXANT Analog [CONEXANT Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  chuck  4022 F pulseaudio
   /dev/snd/controlC0:  chuck  4022 F pulseaudio
   /dev/snd/pcmC0D0p:   chuck  4022 F...m pulseaudio
  BuildID: 20121010234852
  Card0.Amixer.info:
   Card hw:0 'PCH'/'HDA Intel PCH at 0xd832 irq 54'
 Mixer name : 'Conexant CX20590'
 Components : 'HDA:14f1506e,17aa21cf,0010'
 Controls  : 21
 Simple ctrls  : 11
  Card1.Amixer.info:
   Card hw:1 'NVidia'/'HDA NVidia at 0xd600 irq 17'
 Mixer name : 'Nvidia GPU 11 HDMI/DP'
 Components : 'HDA:10de0011,10de0101,00100100'
 Controls  : 24
 Simple ctrls  : 4
  Card29.Amixer.info:
   Card hw:29 'ThinkPadEC'/'ThinkPad Console Audio Control at EC reg 0x30, fw 
unknown'
 Mixer name : 'ThinkPad EC (unknown)'
 Components : ''
 Controls  : 1
 Simple ctrls  : 1
  Card29.Amixer.values:
   Simple mixer control 'Console',0
 Capabilities: pswitch pswitch-joined penum
 Playback channels: Mono
 Mono: Playback [on]
  Channel: Unavailable
  Date: Wed Oct 17 20:33:09 2012
  DefaultProfilePrefErrors: Unexpected character 'E' before close parenthesis @ 
[Profile]/extensions/{d37dc5d0-431d-44e5-8c91-49419370caa1}/defaults/preferences/foxclocks-defaults.js:4
  ForcedLayersAccel: False
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  IpRoute:
   default via 192.168.1.1 dev eth0  proto static 
   169.254.0.0/16 dev eth0  scope link  metric 1000 
   172.16.246.0/24 dev vmnet1  proto kernel  scope link  src 172.16.246.1 
   192.168.1.0/24 dev eth0  proto kernel  scope link  src 192.168.1.118  metric 
1 
   192.168.12.0/24 dev vmnet8  proto kernel  scope link  src 192.168.12.1
  MostRecentCrashID: bp-197210d1-2d75-4da9-a7cc-c15c32120717
  ProcEnviron:
   LANGUAGE=
   TERM=xterm
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  Profile1Extensions: extensions.sqlite corrupt or missing
  Profile1IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  Profile1Locales: extensions.sqlite corrupt or missing
  Profile1PrefSources: prefs.js
  Profile1Themes: extensions.sqlite corrupt or missing
  Profile2Extensions: extensions.sqlite corrupt or missing
  Profile2IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  Profile2Locales: extensions.sqlite corrupt or missing
  Profile2Plugins:
   Default Plugin - [HomeDir]/opt/firefox-3.6/firefox/plugins/libnullplugin.so
   Adobe Reader 9.1 - [HomeDir]/.mozilla/plugins/nppdf.so
  Profile2PrefSources: prefs.js
  Profile2Themes: extensions.sqlite corrupt or missing
  Profiles:
   Profile0 (Default) - LastVersion=16.0.1/20121010234852 (In use)
   Profile1 - LastVersion=3.6.9/20100825160138 (Out of date)
   Profile2 - LastVersion=8.0/2015183541 (Out of date)
  RelatedPackageVersions:
   google-talkplugin  3.9.1.0-1
   rhythmbox-mozilla  2.96-0ubuntu4.2
   totem-mozilla  3.0.1-0ubuntu21.1
   icedtea-6-plugin   1.2-2ubuntu1.2
   browser-plugin-vlc 2.0.0-1
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/12/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.versio

  1   2   >