[Desktop-packages] [Bug 840707] Re: screen brightness adjustment keys incorrectly reset brightness to 100% after login

2013-11-24 Thread tomasi02
Hi,
is there any update about this problem?
I'm still experiencing this issue on laptop.

Using 
Linux dell-xps 3.12.0-031200-generic #201311031935 SMP Mon Nov 4 00:36:54 UTC 
2013 x86_64 x86_64 x86_64 GNU/Linux
and
Distributor ID: Ubuntu
Description:Ubuntu 12.04.3 LTS
Release:12.04
Codename:   precise

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

Title:
  screen brightness adjustment keys incorrectly reset brightness to 100%
  after login

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

Bug description:
  I have screen brightness set to about 30% in gnome-control-center's
  Screen app.

  After I first login, the first time I press a brightness adjustment
  key, brightness is reset to 100%.

  Subsequent adjustments work correctly. It appears that the adjustment
  script is not reading the correct setting the first time, but stores
  it for subsequent adjustment events.

  Another behaviour probably related to this: if I say turn the
  brightness down to minimum and then switch to a guest session via the
  indicator-session menu, when I switch back the brightness is set to
  full. If I press either brightness adjustment key, it immediately
  resets the brightness back to minimum. So upower is using its locally
  stored setting, but it does not match the current setting.

  
  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: acpi-support 0.138
  Uname: Linux 3.1.0-rc4-git-20110831.1150 x86_64
  Architecture: amd64
  Date: Sun Sep  4 08:40:38 2011
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Beta amd64 (20110330)
  SourcePackage: acpi-support
  UpgradeStatus: Upgraded to oneiric on 2011-09-02 (1 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/840707/+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 322314] Re: Automatically connect on startup setting confusing - users may expect this to run Empathy on login

2013-11-24 Thread Ruchir
I also encountered same issue. The setting is confusing. It has option
to connect on startup but it doesn't connect until empathy is started
manually.

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

Title:
  Automatically connect on startup setting confusing - users may
  expect this to run Empathy on login

Status in Chat app, and Telepathy user interface:
  Confirmed
Status in One Hundred Papercuts:
  Triaged
Status in “empathy” package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: empathy

  Ubuntu 9.04
  Empathy 2.25.4-1ubuntu1

  Empathy IM setting 'Edit  Preferences  Automatically connect on
  startup' does not automatically connect empathy on ubuntu startup,
  instead it connect empathy to the internet when empathy is started.

  Maybe change wording to 'connect to internet when empathy starts'? and
  make a setting for starting empathy on login

  Added 2011-05-17:

  - Please note that the Gnome bug has gone a bit off track into a different 
issue. I hope that is sorted now.
  - With the new Unity interface this problem is even greater. Before that the 
easiest way to add an application to session startup was to drag-n-drop it from 
the menu into the Startup Application window. Now there is no menu by default. 
How do other applications deal with this?

To manage notifications about this bug go to:
https://bugs.launchpad.net/empathy/+bug/322314/+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 912625] Re: #!/usr/bin/env python breaks Python-based Ubuntu packages in the presence of virtualenvs, local installations

2013-11-24 Thread Jackson Doak
Can someone please check this is still an issue? I though we are meant
to use /env shebangs now

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

Title:
  #!/usr/bin/env python breaks Python-based Ubuntu packages in the
  presence of virtualenvs, local installations

Status in HP Linux Imaging and Printing:
  New
Status in “c2esp” package in Ubuntu:
  New
Status in “foo2zjs” package in Ubuntu:
  New
Status in “gconf” package in Ubuntu:
  New
Status in “gnome-applets” package in Ubuntu:
  New
Status in “hplip” package in Ubuntu:
  Fix Released
Status in “mercurial” package in Ubuntu:
  Fix Released
Status in “pidgin” package in Ubuntu:
  New
Status in “pitivi” package in Ubuntu:
  New
Status in “pyppd” package in Ubuntu:
  New
Status in “mercurial” package in Debian:
  Fix Released

Bug description:
  Currently (as of 11.04, and I suspect in 11.10), several packages I've
  discovered will potentially break if you have a non-system Python
  executable on your PATH, e.g. using virtualenv or a custom-built
  Python. As per the Debian Python Policy (I can't find a similarly
  thorough document for Ubuntu),

   The preferred specification for the Python interpreter is
  /usr/bin/python or /usr/bin/pythonX.Y. This ensures that a Debian
  installation of python is used and all dependencies on additional
  python modules are met.

   Maintainers should not override the Debian Python interpreter using
  /usr/bin/env python or /usr/bin/env pythonX.Y. This is not advisable
  as it bypasses Debian's dependency checking and makes the package
  vulnerable to incomplete local installations of python.

  I think this is reasonable, and also supported by the majority of the
  Python scripts in my /usr/bin directory.

  This also has potential security implications, i.e. someone with only
  user-level access could override the system Python in a user's
  ~/.bash_profile and install a malicious version of certain package
  dependencies.

  dwf@barricade:~$ lsb_release -rd
  Description:  Ubuntu 11.04
  Release:  11.04
  dwf@barricade:~$ grep '#!/usr/bin/env python' /usr/bin/* /usr/sbin/* |cut -d 
':' -f 1|xargs dpkg -S
  gconf2: /usr/bin/gsettings-schema-convert
  mercurial-common: /usr/bin/hg-ssh
  hplip: /usr/bin/hp-align
  hplip: /usr/bin/hp-check
  hplip: /usr/bin/hp-clean
  hplip: /usr/bin/hp-colorcal
  hplip: /usr/bin/hp-firmware
  hplip: /usr/bin/hp-hpdio
  hplip: /usr/bin/hp-info
  hplip: /usr/bin/hp-levels
  hplip: /usr/bin/hp-makeuri
  hplip: /usr/bin/hp-pkservice
  hplip: /usr/bin/hp-plugin
  hplip: /usr/bin/hp-probe
  hplip: /usr/bin/hp-query
  hplip: /usr/bin/hp-scan
  hplip: /usr/bin/hp-setup
  hplip: /usr/bin/hp-testpage
  hplip: /usr/bin/hp-timedate
  hplip: /usr/bin/hp-unload
  gnome-applets: /usr/bin/invest-chart
  pitivi: /usr/bin/pitivi
  libpurple-bin: /usr/bin/purple-remote
  libpurple-bin: /usr/bin/purple-url-handler
  hplip: /usr/sbin/hpssd

  dwf@barricade:~$ grep '#!/usr/bin/env python' /usr/bin/* /usr/sbin/* |cut -d 
':' -f 1 |xargs dpkg -S |cut -d':' -f 1|xargs apt-cache policy
  gconf2:
Installed: 2.32.2-0ubuntu2
Candidate: 2.32.2-0ubuntu2
Version table:
   *** 2.32.2-0ubuntu2 0
  500 http://us.archive.ubuntu.com/ubuntu/ natty/main i386 Packages
  100 /var/lib/dpkg/status
  hplip:
Installed: 3.11.1-2ubuntu2
Candidate: 3.11.1-2ubuntu2
Version table:
   *** 3.11.1-2ubuntu2 0
  500 http://us.archive.ubuntu.com/ubuntu/ natty/main i386 Packages
  100 /var/lib/dpkg/status
  gnome-applets:
Installed: 2.32.1.1-0ubuntu5
Candidate: 2.32.1.1-0ubuntu5
Version table:
   *** 2.32.1.1-0ubuntu5 0
  500 http://us.archive.ubuntu.com/ubuntu/ natty/main i386 Packages
  100 /var/lib/dpkg/status
  libpurple-bin:
Installed: 1:2.7.11-1ubuntu2.1
Candidate: 1:2.7.11-1ubuntu2.1
Version table:
   *** 1:2.7.11-1ubuntu2.1 0
  500 http://security.ubuntu.com/ubuntu/ natty-security/main i386 
Packages
  100 /var/lib/dpkg/status
   1:2.7.11-1ubuntu2 0
  500 http://us.archive.ubuntu.com/ubuntu/ natty/main i386 Packages
  pitivi:
Installed: 0.13.5-1ubuntu4
Candidate: 0.13.5-1ubuntu4
Version table:
   *** 0.13.5-1ubuntu4 0
  500 http://us.archive.ubuntu.com/ubuntu/ natty/main i386 Packages
  100 /var/lib/dpkg/status
  mercurial-common:
Installed: 1.7.5-1ubuntu1
Candidate: 1.7.5-1ubuntu1
Version table:
   *** 1.7.5-1ubuntu1 0
  500 http://us.archive.ubuntu.com/ubuntu/ natty/universe i386 Packages
  100 /var/lib/dpkg/status

To manage notifications about this bug go to:
https://bugs.launchpad.net/hplip/+bug/912625/+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 1254319] Re: Black screen instead of login screen; input works

2013-11-24 Thread Jani Uusitalo
Further details: mouse cursor is briefly visible just prior to the black
(login) screen. GDM does show up on the display, but in too big a
resolution, so that I only get some of the grey background visible on
screen and still have to log in blindly.

It occurred to me that with lightdm, the symptom appears as I would
expect if it failed to do monitor detection properly and thinks it's
displaying the login screen on the (broken) internal display only. Well,
apart from the funky login screen desktop background phenomenon (which
could be a separate issue though).

(Just to be clear: this same combination of broken internal + working
external display did display the login screen correctly on the external
one in Precise.)

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

Title:
  Black screen instead of login screen; input works

Status in “unity-greeter” package in Ubuntu:
  New

Bug description:
  This is a laptop with a broken internal display (LVDS1 in xrandr
  output), and therefore connected to a working external LCD (VGA1).

  After upgrading from Precise to Trusty, boot ends with a black screen
  (on the external display). The greeter sound effect is played. Typing
  my password (I'm the sole user) does log me in, and brings up the
  desktop on the display.

  So the login functionality is there, just the visuals are missing. And
  they do flash by (corrupted) when the desktop is loading; if I set
  automatic login for myself, I get a desktop with the login screen as
  the background image (I'll attach a screenshot).

  There are existing, similar reports but all with subtle differences
  from this (such as Bug #1252748, where the user only gets black screen
  half the time) or too vague for me to claim to be the same issue with
  certainty (such as Bug #1242213). A lightdm restart (such as in Bug
  #969489) doesn't fix this (i.e. black screen still after lightdm
  restart).

  I'm not sure whether this is a lightdm issue or a unity-greeter one,
  so my reporting this against the latter is just a guess.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity-greeter 14.04.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.12.0-4.10-generic 3.12.1
  Uname: Linux 3.12.0-4-generic x86_64
  ApportVersion: 2.12.7-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sat Nov 23 20:53:43 2013
  InstallationDate: Installed on 2012-05-25 (547 days ago)
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  SourcePackage: unity-greeter
  UpgradeStatus: Upgraded to trusty on 2013-11-17 (6 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-greeter/+bug/1254319/+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 1254281] [NEW] Launch and global menu bars get invisible when returning from full screen

2013-11-24 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

After I connect an external monitor (using it on left) to my LG S1
Express Dual laptop and try to see something in full screen on the
laptop monitor everything works fine. However, when I press ESC to
return from full screen the launch and global menu bars get invisible,
and I need to press super key (for example) to get them back. This
situation is observed with any applications (e.g., chromium , document
viewer).

This didn't happen in the previous ubuntu version, but it is happening
now in Ubuntu 13.10.

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

-- 
Launch and global menu bars get invisible when returning from full screen
https://bugs.launchpad.net/bugs/1254281
You received this bug notification because you are a member of Desktop 
Packages, which is subscribed to unity in Ubuntu.

-- 
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 1242355] Re: libreoffice base connection to mdb via odbc crashes on saving odb file

2013-11-24 Thread magowiz
This bug affects also just released libreoffice 4.1.3 version

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

Title:
  libreoffice base connection to mdb via odbc crashes on saving odb file

Status in “libreoffice” package in Ubuntu:
  New

Bug description:
  I was trying to connect to an existing mdb (MS Access) database file using 
unixodbc and libreoffice-base,
  I've got unixodbc , undixodbc-bin and libmdbodbc1 packages installed
  I set the odbc as following :

  /etc/odbc.ini
  [Pippo]
  Description = mine database
  Driver = /usr/lib/x86_64-linux-gnu/odbc/libmdbodbc.so.1
  Database = /home/magowiz/pippo.mdb

  /etc/odbcinst.ini
  [MDBTools]
  Description = MDBTools Driver
  Driver = /usr/lib/x86_64-linux-gnu/odbc/libmdbodbc.so.1
  Setup = /usr/lib/x86_64-linux-gnu/odbc/libmdbodbc.so.1
  Usage = 1
  FileUsage = 1
  UsageCount = 2

  I use the connection wizard into libreoffice base : I can successfully
  test mine connection but while I'm saving the odb file the whole
  program crashes and close itself

  It follows distro and software versions :

  $ lsb_release -rd
  Description: Ubuntu 13.10
  Release: 13.10

  apt-cache policy libreoffice-base
  libreoffice-base:
Installed: 1:4.1.2~rc3-0ubuntu1
Candidate: 1:4.1.2~rc3-0ubuntu1

  apt-cache policy unixodbc
  unixodbc:
Installed: 2.2.14p2-5ubuntu4
Candidate: 2.2.14p2-5ubuntu4

  apt-cache policy libmdbodbc1
  libmdbodbc1:
Installed: 0.7-3
Candidate: 0.7-3

  ProblemType: Crash
  DistroRelease: Ubuntu 13.10
  Package: libreoffice-core 1:4.1.2~rc3-0ubuntu1 [modified: 
usr/lib/libreoffice/program/libcomphelper.so 
usr/lib/libreoffice/program/libi18nlangtag.so 
usr/lib/libreoffice/program/libmergedlo.so 
usr/lib/libreoffice/program/libspalo.so 
usr/lib/libreoffice/program/libucbhelper.so 
usr/lib/libreoffice/program/libunopkgapp.so 
usr/lib/libreoffice/program/oosplash usr/lib/libreoffice/program/pluginapp.bin 
usr/lib/libreoffice/program/soffice.bin usr/lib/libreoffice/program/spadmin.bin 
usr/lib/libreoffice/program/unopkg.bin usr/lib/libreoffice/program/uri-encode]
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  CrashCounter: 1
  Date: Sun Oct 20 16:19:16 2013
  ExecutablePath: /usr/lib/libreoffice/program/soffice.bin
  MarkForUpload: True
  ProcCmdline: /usr/lib/libreoffice/program/soffice.bin --splash-pipe=5
  SegvAnalysis: Skipped: missing required field Disassembly
  Signal: 11
  SourcePackage: libreoffice
  Stacktrace:
   No symbol __nih_abort_msg in current context.
   Python Exception class 'AttributeError' 'dict' object has no attribute 
'iteritems': 
   Python Exception class 'AttributeError' 'dict' object has no attribute 
'iteritems':
  StacktraceTop:
   
  Title: soffice.bin crashed with SIGSEGV
  UpgradeStatus: Upgraded to saucy on 2013-10-17 (2 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1242355/+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 1238346] Re: on bootup wrong keyboard layout is recognized

2013-11-24 Thread JP Verheecke
Hi,

I was wront the problem occured again, so I used also ibus-setup, I'll
let you know after a few days

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

Title:
  on bootup wrong keyboard layout is recognized

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

Bug description:
  This is a regression. 
  I have two keyboard layouts activated, the Dvorak and the English US. The 
Dvorak should be the default keyboard. That is the way I have it set up, and it 
 shows up in the task bar on top as En1, which is the Dvorak.
  However, when I start to type, it starts in QUERTY. 
  ??
  To correct this, I go to the task bar (where it shows EN1, or Dvorak), 
re-select the Dvorak, and then everything is fine. 
  ??

  I have another minor problem which should probably go on another bug, but 
happened at the same time. 
  CTL-ALT-T doesn't bring up the terminal any more. No matter what keyboard I'm 
using.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: unity 7.1.1+13.10.20131004-0ubuntu1
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  ApportVersion: 2.12.5-0ubuntu1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  Date: Thu Oct 10 21:20:39 2013
  InstallationDate: Installed on 2013-08-12 (60 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Alpha amd64 (20130811)
  MarkForUpload: True
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1238346/+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 1254415] [NEW] gnome-disks does not mounts any images

2013-11-24 Thread Bash
Public bug reported:

After loading gnome-disks and choicing any iso-image (from menu
DisksAttach Disk Image...), program reports an error (see
attachment).

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: gnome-disk-utility 3.6.1-1ubuntu1
ProcVersionSignature: Ubuntu 3.8.0-33.25-lowlatency 3.8.13.11
Uname: Linux 3.8.0-33-lowlatency i686
NonfreeKernelModules: fglrx
ApportVersion: 2.9.2-0ubuntu8.5
Architecture: i386
Date: Sun Nov 24 16:03:15 2013
ExecutablePath: /usr/bin/gnome-disks
InstallationDate: Installed on 2013-10-25 (29 days ago)
InstallationMedia: Ubuntu-Studio 13.04 Raring Ringtail - Release i386 
(20130424)
MarkForUpload: True
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=ru_RU.UTF-8
 SHELL=/bin/username
SourcePackage: gnome-disk-utility
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 raring

** Attachment added: Disks - Error attaching disk image.png
   
https://bugs.launchpad.net/bugs/1254415/+attachment/3915922/+files/Disks%20-%20Error%20attaching%20disk%20image.png

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

Title:
  gnome-disks does not mounts any images

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

Bug description:
  After loading gnome-disks and choicing any iso-image (from menu
  DisksAttach Disk Image...), program reports an error (see
  attachment).

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: gnome-disk-utility 3.6.1-1ubuntu1
  ProcVersionSignature: Ubuntu 3.8.0-33.25-lowlatency 3.8.13.11
  Uname: Linux 3.8.0-33-lowlatency i686
  NonfreeKernelModules: fglrx
  ApportVersion: 2.9.2-0ubuntu8.5
  Architecture: i386
  Date: Sun Nov 24 16:03:15 2013
  ExecutablePath: /usr/bin/gnome-disks
  InstallationDate: Installed on 2013-10-25 (29 days ago)
  InstallationMedia: Ubuntu-Studio 13.04 Raring Ringtail - Release i386 
(20130424)
  MarkForUpload: True
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=ru_RU.UTF-8
   SHELL=/bin/username
  SourcePackage: gnome-disk-utility
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-disk-utility/+bug/1254415/+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 1242355] Re: libreoffice base connection to mdb via odbc crashes on saving odb file

2013-11-24 Thread magowiz
apport information

** Tags added: apport-collected package-from-proposed

** Description changed:

  I was trying to connect to an existing mdb (MS Access) database file using 
unixodbc and libreoffice-base,
  I've got unixodbc , undixodbc-bin and libmdbodbc1 packages installed
  I set the odbc as following :
  
  /etc/odbc.ini
  [Pippo]
  Description = mine database
  Driver = /usr/lib/x86_64-linux-gnu/odbc/libmdbodbc.so.1
  Database = /home/magowiz/pippo.mdb
  
  /etc/odbcinst.ini
  [MDBTools]
  Description = MDBTools Driver
  Driver = /usr/lib/x86_64-linux-gnu/odbc/libmdbodbc.so.1
  Setup = /usr/lib/x86_64-linux-gnu/odbc/libmdbodbc.so.1
  Usage = 1
  FileUsage = 1
  UsageCount = 2
  
  I use the connection wizard into libreoffice base : I can successfully
  test mine connection but while I'm saving the odb file the whole program
  crashes and close itself
  
  It follows distro and software versions :
  
  $ lsb_release -rd
  Description: Ubuntu 13.10
  Release: 13.10
  
  apt-cache policy libreoffice-base
  libreoffice-base:
Installed: 1:4.1.2~rc3-0ubuntu1
Candidate: 1:4.1.2~rc3-0ubuntu1
  
  apt-cache policy unixodbc
  unixodbc:
Installed: 2.2.14p2-5ubuntu4
Candidate: 2.2.14p2-5ubuntu4
  
  apt-cache policy libmdbodbc1
  libmdbodbc1:
Installed: 0.7-3
Candidate: 0.7-3
  
  ProblemType: Crash
  DistroRelease: Ubuntu 13.10
  Package: libreoffice-core 1:4.1.2~rc3-0ubuntu1 [modified: 
usr/lib/libreoffice/program/libcomphelper.so 
usr/lib/libreoffice/program/libi18nlangtag.so 
usr/lib/libreoffice/program/libmergedlo.so 
usr/lib/libreoffice/program/libspalo.so 
usr/lib/libreoffice/program/libucbhelper.so 
usr/lib/libreoffice/program/libunopkgapp.so 
usr/lib/libreoffice/program/oosplash usr/lib/libreoffice/program/pluginapp.bin 
usr/lib/libreoffice/program/soffice.bin usr/lib/libreoffice/program/spadmin.bin 
usr/lib/libreoffice/program/unopkg.bin usr/lib/libreoffice/program/uri-encode]
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  CrashCounter: 1
  Date: Sun Oct 20 16:19:16 2013
  ExecutablePath: /usr/lib/libreoffice/program/soffice.bin
  MarkForUpload: True
  ProcCmdline: /usr/lib/libreoffice/program/soffice.bin --splash-pipe=5
  SegvAnalysis: Skipped: missing required field Disassembly
  Signal: 11
  SourcePackage: libreoffice
  Stacktrace:
   No symbol __nih_abort_msg in current context.
   Python Exception class 'AttributeError' 'dict' object has no attribute 
'iteritems': 
   Python Exception class 'AttributeError' 'dict' object has no attribute 
'iteritems':
  StacktraceTop:
   
  Title: soffice.bin crashed with SIGSEGV
  UpgradeStatus: Upgraded to saucy on 2013-10-17 (2 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ --- 
+ ApportVersion: 2.12.5-0ubuntu2.1
+ Architecture: amd64
+ DistroRelease: Ubuntu 13.10
+ MarkForUpload: True
+ NonfreeKernelModules: wl
+ Package: libreoffice 1:4.1.3-0ubuntu1
+ PackageArchitecture: amd64
+ ProcEnviron:
+  TERM=xterm
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=set
+  LANG=it_IT.UTF-8
+  SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
+ Tags:  saucy package-from-proposed
+ Uname: Linux 3.11.0-14-generic x86_64
+ UpgradeStatus: Upgraded to saucy on 2013-10-17 (37 days ago)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/1242355/+attachment/3915927/+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/1242355

Title:
  libreoffice base connection to mdb via odbc crashes on saving odb file

Status in “libreoffice” package in Ubuntu:
  New

Bug description:
  I was trying to connect to an existing mdb (MS Access) database file using 
unixodbc and libreoffice-base,
  I've got unixodbc , undixodbc-bin and libmdbodbc1 packages installed
  I set the odbc as following :

  /etc/odbc.ini
  [Pippo]
  Description = mine database
  Driver = /usr/lib/x86_64-linux-gnu/odbc/libmdbodbc.so.1
  Database = /home/magowiz/pippo.mdb

  /etc/odbcinst.ini
  [MDBTools]
  Description = MDBTools Driver
  Driver = /usr/lib/x86_64-linux-gnu/odbc/libmdbodbc.so.1
  Setup = /usr/lib/x86_64-linux-gnu/odbc/libmdbodbc.so.1
  Usage = 1
  FileUsage = 1
  UsageCount = 2

  I use the connection wizard into libreoffice base : I can successfully
  test mine connection but while I'm saving the odb file the whole
  program crashes and close itself

  It follows distro and software versions :

  $ lsb_release -rd
  Description: Ubuntu 13.10
  Release: 13.10

  apt-cache policy libreoffice-base
  libreoffice-base:
Installed: 1:4.1.2~rc3-0ubuntu1
Candidate: 1:4.1.2~rc3-0ubuntu1

  apt-cache policy unixodbc
  unixodbc:
Installed: 2.2.14p2-5ubuntu4
Candidate: 

[Desktop-packages] [Bug 1254420] [NEW] libreoffice 4.1.3 base connection to mdb via odbc crashes on saving odb file

2013-11-24 Thread magowiz
Public bug reported:

I was trying to connect to an existing mdb (MS Access) database file using 
unixodbc and libreoffice-base,
I've got unixodbc , undixodbc-bin and libmdbodbc1 packages installed
I set the odbc as following :

/etc/odbc.ini
[Pippo]
Description = mine database
Driver = /usr/lib/x86_64-linux-gnu/odbc/libmdbodbc.so.1
Database = /home/magowiz/pippo.mdb

/etc/odbcinst.ini
[MDBTools]
Description = MDBTools Driver
Driver  = libmdbodbc.so.1
Setup   = libmdbodbc.so.1
FileUsage   = 1
UsageCount  = 2


I use the connection wizard into libreoffice base : I can successfully test 
mine connection but while I'm saving the odb file the whole program crashes and 
close itself

It follows distro and software versions :

$ lsb_release -rd
Description: Ubuntu 13.10
Release: 13.10

apt-cache policy libreoffice-base
libreoffice-base:
  Installed: 1:4.1.3-0ubuntu1
  Candidate: 1:4.1.3-0ubuntu1

apt-cache policy unixodbc
unixodbc:
  Installed: 2.2.14p2-5ubuntu4
  Candidate: 2.2.14p2-5ubuntu4

apt-cache policy libmdbodbc1
libmdbodbc1:
  Installed: 0.7-3
  Candidate: 0.7-3

ProblemType: Crash
DistroRelease: Ubuntu 13.10
Package: libreoffice-core 1:4.1.3-0ubuntu1
ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
Uname: Linux 3.11.0-14-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.12.5-0ubuntu2.1
Architecture: amd64
Date: Sun Nov 24 10:34:00 2013
ExecutablePath: /usr/lib/libreoffice/program/soffice.bin
ExecutableTimestamp: 1385081753
MarkForUpload: True
ProcCmdline: /usr/lib/libreoffice/program/soffice.bin --splash-pipe=5
ProcCwd: /home/magowiz
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=it_IT.UTF-8
 SHELL=/bin/bash
 LD_LIBRARY_PATH=set
SegvAnalysis: Failure: invalid literal for int() with base 16: 'symbol'
Signal: 11
SourcePackage: libreoffice
StacktraceTop:
 
Title: soffice.bin crashed with SIGSEGV
UpgradeStatus: Upgraded to saucy on 2013-10-17 (37 days ago)
UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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


** Tags: amd64 apport-crash need-amd64-retrace package-from-proposed saucy

** Information type changed from Private to Public

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

Title:
   libreoffice 4.1.3 base connection to mdb via odbc crashes on saving
  odb file

Status in “libreoffice” package in Ubuntu:
  New

Bug description:
  I was trying to connect to an existing mdb (MS Access) database file using 
unixodbc and libreoffice-base,
  I've got unixodbc , undixodbc-bin and libmdbodbc1 packages installed
  I set the odbc as following :

  /etc/odbc.ini
  [Pippo]
  Description = mine database
  Driver = /usr/lib/x86_64-linux-gnu/odbc/libmdbodbc.so.1
  Database = /home/magowiz/pippo.mdb

  /etc/odbcinst.ini
  [MDBTools]
  Description   = MDBTools Driver
  Driver= libmdbodbc.so.1
  Setup = libmdbodbc.so.1
  FileUsage = 1
  UsageCount= 2

  
  I use the connection wizard into libreoffice base : I can successfully test 
mine connection but while I'm saving the odb file the whole program crashes and 
close itself

  It follows distro and software versions :

  $ lsb_release -rd
  Description: Ubuntu 13.10
  Release: 13.10

  apt-cache policy libreoffice-base
  libreoffice-base:
Installed: 1:4.1.3-0ubuntu1
Candidate: 1:4.1.3-0ubuntu1

  apt-cache policy unixodbc
  unixodbc:
Installed: 2.2.14p2-5ubuntu4
Candidate: 2.2.14p2-5ubuntu4

  apt-cache policy libmdbodbc1
  libmdbodbc1:
Installed: 0.7-3
Candidate: 0.7-3

  ProblemType: Crash
  DistroRelease: Ubuntu 13.10
  Package: libreoffice-core 1:4.1.3-0ubuntu1
  ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
  Uname: Linux 3.11.0-14-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Sun Nov 24 10:34:00 2013
  ExecutablePath: /usr/lib/libreoffice/program/soffice.bin
  ExecutableTimestamp: 1385081753
  MarkForUpload: True
  ProcCmdline: /usr/lib/libreoffice/program/soffice.bin --splash-pipe=5
  ProcCwd: /home/magowiz
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=it_IT.UTF-8
   SHELL=/bin/bash
   LD_LIBRARY_PATH=set
  SegvAnalysis: Failure: invalid literal for int() with base 16: 'symbol'
  Signal: 11
  SourcePackage: libreoffice
  StacktraceTop:
   
  Title: soffice.bin crashed with SIGSEGV
  UpgradeStatus: Upgraded to saucy on 2013-10-17 (37 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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

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

[Desktop-packages] [Bug 1254420]

2013-11-24 Thread Apport retracing service
StacktraceTop:
 extract_sql_error_rec (head=head@entry=0x30d90a0, 
sqlstate=sqlstate@entry=0x7fff435e3ca0 0, rec_number=optimized out, 
rec_number@entry=1, native_error=native_error@entry=0x7fff435e3c5c, 
message_text=message_text@entry=0x7fff435e3cb0 , buffer_length=optimized 
out, text_length=text_length@entry=0x7fff435e3c5a) at SQLGetDiagRec.c:444
 SQLGetDiagRec (handle_type=optimized out, handle=0x30d8c60, 
rec_number=optimized out, sqlstate=0x7fff435e3ca0 0, 
native=0x7fff435e3c5c, message_text=0x7fff435e3cb0 , buffer_length=511, 
text_length_ptr=0x7fff435e3c5a) at SQLGetDiagRec.c:745
 ?? () from 
/tmp/apport_sandbox_ZXdRys/usr/lib/libreoffice/program/../program/libodbcbaselo.so
 ?? ()
 ?? ()

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

Title:
   libreoffice 4.1.3 base connection to mdb via odbc crashes on saving
  odb file

Status in “libreoffice” package in Ubuntu:
  Invalid

Bug description:
  I was trying to connect to an existing mdb (MS Access) database file using 
unixodbc and libreoffice-base,
  I've got unixodbc , undixodbc-bin and libmdbodbc1 packages installed
  I set the odbc as following :

  /etc/odbc.ini
  [Pippo]
  Description = mine database
  Driver = /usr/lib/x86_64-linux-gnu/odbc/libmdbodbc.so.1
  Database = /home/magowiz/pippo.mdb

  /etc/odbcinst.ini
  [MDBTools]
  Description   = MDBTools Driver
  Driver= libmdbodbc.so.1
  Setup = libmdbodbc.so.1
  FileUsage = 1
  UsageCount= 2

  
  I use the connection wizard into libreoffice base : I can successfully test 
mine connection but while I'm saving the odb file the whole program crashes and 
close itself

  It follows distro and software versions :

  $ lsb_release -rd
  Description: Ubuntu 13.10
  Release: 13.10

  apt-cache policy libreoffice-base
  libreoffice-base:
Installed: 1:4.1.3-0ubuntu1
Candidate: 1:4.1.3-0ubuntu1

  apt-cache policy unixodbc
  unixodbc:
Installed: 2.2.14p2-5ubuntu4
Candidate: 2.2.14p2-5ubuntu4

  apt-cache policy libmdbodbc1
  libmdbodbc1:
Installed: 0.7-3
Candidate: 0.7-3

  ProblemType: Crash
  DistroRelease: Ubuntu 13.10
  Package: libreoffice-core 1:4.1.3-0ubuntu1
  ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
  Uname: Linux 3.11.0-14-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Sun Nov 24 10:34:00 2013
  ExecutablePath: /usr/lib/libreoffice/program/soffice.bin
  ExecutableTimestamp: 1385081753
  MarkForUpload: True
  ProcCmdline: /usr/lib/libreoffice/program/soffice.bin --splash-pipe=5
  ProcCwd: /home/magowiz
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=it_IT.UTF-8
   SHELL=/bin/bash
   LD_LIBRARY_PATH=set
  SegvAnalysis: Failure: invalid literal for int() with base 16: 'symbol'
  Signal: 11
  SourcePackage: libreoffice
  StacktraceTop:
   
  Title: soffice.bin crashed with SIGSEGV
  UpgradeStatus: Upgraded to saucy on 2013-10-17 (37 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1254420/+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 1254420] Stacktrace.txt

2013-11-24 Thread Apport retracing service
** Attachment added: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1254420/+attachment/3915954/+files/Stacktrace.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/1254420

Title:
   libreoffice 4.1.3 base connection to mdb via odbc crashes on saving
  odb file

Status in “libreoffice” package in Ubuntu:
  Invalid

Bug description:
  I was trying to connect to an existing mdb (MS Access) database file using 
unixodbc and libreoffice-base,
  I've got unixodbc , undixodbc-bin and libmdbodbc1 packages installed
  I set the odbc as following :

  /etc/odbc.ini
  [Pippo]
  Description = mine database
  Driver = /usr/lib/x86_64-linux-gnu/odbc/libmdbodbc.so.1
  Database = /home/magowiz/pippo.mdb

  /etc/odbcinst.ini
  [MDBTools]
  Description   = MDBTools Driver
  Driver= libmdbodbc.so.1
  Setup = libmdbodbc.so.1
  FileUsage = 1
  UsageCount= 2

  
  I use the connection wizard into libreoffice base : I can successfully test 
mine connection but while I'm saving the odb file the whole program crashes and 
close itself

  It follows distro and software versions :

  $ lsb_release -rd
  Description: Ubuntu 13.10
  Release: 13.10

  apt-cache policy libreoffice-base
  libreoffice-base:
Installed: 1:4.1.3-0ubuntu1
Candidate: 1:4.1.3-0ubuntu1

  apt-cache policy unixodbc
  unixodbc:
Installed: 2.2.14p2-5ubuntu4
Candidate: 2.2.14p2-5ubuntu4

  apt-cache policy libmdbodbc1
  libmdbodbc1:
Installed: 0.7-3
Candidate: 0.7-3

  ProblemType: Crash
  DistroRelease: Ubuntu 13.10
  Package: libreoffice-core 1:4.1.3-0ubuntu1
  ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
  Uname: Linux 3.11.0-14-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Sun Nov 24 10:34:00 2013
  ExecutablePath: /usr/lib/libreoffice/program/soffice.bin
  ExecutableTimestamp: 1385081753
  MarkForUpload: True
  ProcCmdline: /usr/lib/libreoffice/program/soffice.bin --splash-pipe=5
  ProcCwd: /home/magowiz
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=it_IT.UTF-8
   SHELL=/bin/bash
   LD_LIBRARY_PATH=set
  SegvAnalysis: Failure: invalid literal for int() with base 16: 'symbol'
  Signal: 11
  SourcePackage: libreoffice
  StacktraceTop:
   
  Title: soffice.bin crashed with SIGSEGV
  UpgradeStatus: Upgraded to saucy on 2013-10-17 (37 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1254420/+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 1254420] Crash report cannot be processed

2013-11-24 Thread Apport retracing service
Thank you for your report!

However, processing it in order to get sufficient information for the
developers failed (it does not generate a useful symbolic stack trace). This
might be caused by some outdated packages which were installed on your system
at the time of the report:

outdated debug symbol package for libudev1: package version 204-0ubuntu19 
dbgsym version 204-0ubuntu18
outdated debug symbol package for libp11-kit-gnome-keyring: package version 
3.8.2-0ubuntu3.1 dbgsym version 3.8.2-0ubuntu3


Please upgrade your system to the latest package versions. If you still
encounter the crash, please file a new report.

Thank you for your understanding, and sorry for the inconvenience!


** Attachment removed: CoreDump.gz
   
https://bugs.launchpad.net/bugs/1254420/+attachment/3915947/+files/CoreDump.gz

** Tags removed: need-amd64-retrace

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

Title:
   libreoffice 4.1.3 base connection to mdb via odbc crashes on saving
  odb file

Status in “libreoffice” package in Ubuntu:
  Invalid

Bug description:
  I was trying to connect to an existing mdb (MS Access) database file using 
unixodbc and libreoffice-base,
  I've got unixodbc , undixodbc-bin and libmdbodbc1 packages installed
  I set the odbc as following :

  /etc/odbc.ini
  [Pippo]
  Description = mine database
  Driver = /usr/lib/x86_64-linux-gnu/odbc/libmdbodbc.so.1
  Database = /home/magowiz/pippo.mdb

  /etc/odbcinst.ini
  [MDBTools]
  Description   = MDBTools Driver
  Driver= libmdbodbc.so.1
  Setup = libmdbodbc.so.1
  FileUsage = 1
  UsageCount= 2

  
  I use the connection wizard into libreoffice base : I can successfully test 
mine connection but while I'm saving the odb file the whole program crashes and 
close itself

  It follows distro and software versions :

  $ lsb_release -rd
  Description: Ubuntu 13.10
  Release: 13.10

  apt-cache policy libreoffice-base
  libreoffice-base:
Installed: 1:4.1.3-0ubuntu1
Candidate: 1:4.1.3-0ubuntu1

  apt-cache policy unixodbc
  unixodbc:
Installed: 2.2.14p2-5ubuntu4
Candidate: 2.2.14p2-5ubuntu4

  apt-cache policy libmdbodbc1
  libmdbodbc1:
Installed: 0.7-3
Candidate: 0.7-3

  ProblemType: Crash
  DistroRelease: Ubuntu 13.10
  Package: libreoffice-core 1:4.1.3-0ubuntu1
  ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
  Uname: Linux 3.11.0-14-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Sun Nov 24 10:34:00 2013
  ExecutablePath: /usr/lib/libreoffice/program/soffice.bin
  ExecutableTimestamp: 1385081753
  MarkForUpload: True
  ProcCmdline: /usr/lib/libreoffice/program/soffice.bin --splash-pipe=5
  ProcCwd: /home/magowiz
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=it_IT.UTF-8
   SHELL=/bin/bash
   LD_LIBRARY_PATH=set
  SegvAnalysis: Failure: invalid literal for int() with base 16: 'symbol'
  Signal: 11
  SourcePackage: libreoffice
  StacktraceTop:
   
  Title: soffice.bin crashed with SIGSEGV
  UpgradeStatus: Upgraded to saucy on 2013-10-17 (37 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1254420/+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 1254420] ThreadStacktrace.txt

2013-11-24 Thread Apport retracing service
** Attachment added: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1254420/+attachment/3915955/+files/ThreadStacktrace.txt

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

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

Title:
   libreoffice 4.1.3 base connection to mdb via odbc crashes on saving
  odb file

Status in “libreoffice” package in Ubuntu:
  Invalid

Bug description:
  I was trying to connect to an existing mdb (MS Access) database file using 
unixodbc and libreoffice-base,
  I've got unixodbc , undixodbc-bin and libmdbodbc1 packages installed
  I set the odbc as following :

  /etc/odbc.ini
  [Pippo]
  Description = mine database
  Driver = /usr/lib/x86_64-linux-gnu/odbc/libmdbodbc.so.1
  Database = /home/magowiz/pippo.mdb

  /etc/odbcinst.ini
  [MDBTools]
  Description   = MDBTools Driver
  Driver= libmdbodbc.so.1
  Setup = libmdbodbc.so.1
  FileUsage = 1
  UsageCount= 2

  
  I use the connection wizard into libreoffice base : I can successfully test 
mine connection but while I'm saving the odb file the whole program crashes and 
close itself

  It follows distro and software versions :

  $ lsb_release -rd
  Description: Ubuntu 13.10
  Release: 13.10

  apt-cache policy libreoffice-base
  libreoffice-base:
Installed: 1:4.1.3-0ubuntu1
Candidate: 1:4.1.3-0ubuntu1

  apt-cache policy unixodbc
  unixodbc:
Installed: 2.2.14p2-5ubuntu4
Candidate: 2.2.14p2-5ubuntu4

  apt-cache policy libmdbodbc1
  libmdbodbc1:
Installed: 0.7-3
Candidate: 0.7-3

  ProblemType: Crash
  DistroRelease: Ubuntu 13.10
  Package: libreoffice-core 1:4.1.3-0ubuntu1
  ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
  Uname: Linux 3.11.0-14-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Sun Nov 24 10:34:00 2013
  ExecutablePath: /usr/lib/libreoffice/program/soffice.bin
  ExecutableTimestamp: 1385081753
  MarkForUpload: True
  ProcCmdline: /usr/lib/libreoffice/program/soffice.bin --splash-pipe=5
  ProcCwd: /home/magowiz
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=it_IT.UTF-8
   SHELL=/bin/bash
   LD_LIBRARY_PATH=set
  SegvAnalysis: Failure: invalid literal for int() with base 16: 'symbol'
  Signal: 11
  SourcePackage: libreoffice
  StacktraceTop:
   
  Title: soffice.bin crashed with SIGSEGV
  UpgradeStatus: Upgraded to saucy on 2013-10-17 (37 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1254420/+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 1253996] Re: Nautilus crashes immediately

2013-11-24 Thread paul
Your screen goes black? In my case it just closes nautilus about a
second after it is opened. And in some cases sents a bug-report to
canoncial afterwards.

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

Title:
  Nautilus crashes immediately

Status in “nautilus” package in Ubuntu:
  Confirmed

Bug description:
  Since today nautilus crashes on Ubuntu 13.10.

  Starting from the console I get the following errors:

  

  ~$ nautilus
  sys:1: Warning: g_object_set: assertion 'G_IS_OBJECT (object)' failed

  ** (nautilus:16635): CRITICAL **: 
nautilus_menu_provider_get_background_items: assertion 
'NAUTILUS_IS_MENU_PROVIDER (provider)' failed
  Nautilus-Share-Message: Called net usershare info but it failed: »net 
usershare« gab den Fehler 255 zurück: net usershare: cannot open usershare 
directory /var/lib/samba/usershares. Error Datei oder Verzeichnis nicht gefunden
  Please ask your system administrator to enable user sharing.

  ** (nautilus:16635): CRITICAL **:
  nautilus_menu_provider_get_background_items: assertion
  'NAUTILUS_IS_MENU_PROVIDER (provider)' failed

  (nautilus:16635): GdkPixbuf-CRITICAL **: gdk_pixbuf_loader_close:
  assertion 'GDK_IS_PIXBUF_LOADER (loader)' failed

  (nautilus:16635): GdkPixbuf-CRITICAL **: gdk_pixbuf_loader_get_pixbuf: 
assertion 'GDK_IS_PIXBUF_LOADER (loader)' failed
  sys:1: Warning: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
  Speicherzugriffsfehler (Speicherabzug geschrieben)

  -

  I am using GNOME nautilus 3.8.2 and removed Dropbox as it seemed some people 
hat issuses with it:
  https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1193522

  Hope this aint a duplicate. I did not find any related bugs.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1253996/+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 1240336] Re: Not authorized to perform operation / Unable to determine the session we are in: No session for pid

2013-11-24 Thread OzzyFrank
Hi again. Solution #23 in comment #33 worked for me, so many thanks! For
those who want to try it, here are the steps:

gksu gedit /etc/pam.d/lightdm

Under the first line #%PAM-1.0 paste the following:

session required pam_loginuid.so
session required pam_systemd.so

... then log out and back in again. If need be, run dpkg-reconfigure
gdm and select lightdm  (that was already selected in my case, so I
don't know if OKing it actually made any difference). You shouldn't need
to reboot, but do so if a simple logout doesn't do the trick.

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

Title:
  Not authorized to perform operation / Unable to determine the session
  we are in: No session for pid

Status in “gdm” package in Ubuntu:
  New
Status in “lightdm” package in Ubuntu:
  New
Status in “lxdm” package in Ubuntu:
  Confirmed
Status in “policykit-desktop-privileges” package in Ubuntu:
  Confirmed

Bug description:
  After a new install of 64 bit Ubuntu 13.10 on my second partition, I
  used dpkg to reinstall all the same packages I had on my 32 bit 13.04
  partition.  I copied all my home directory files over and updated all
  the packages.  I now find that I don't have permissions to change the
  network settings; I can't mount my other hard drive or any USB stick
  using nautilus, or (udisks without using sudo)' I can't run synaptic
  by clicking on the GUI (I have to go to a terminal and sudo synaptic);
  etc.  I can't find any documentation on the configuration of
  policykit-desktop-privileges, so I'm filing this bug.  For me it
  appears to be totally broken.  Maybe someone can help me out.

  Thanks,

  Rob

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: policykit-desktop-privileges 0.16
  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: Tue Oct 15 20:20:55 2013
  InstallationDate: Installed on 2013-10-09 (7 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Beta amd64 (20131008)
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: policykit-desktop-privileges
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gdm/+bug/1240336/+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 1251973] Re: Printing denied since upgrade

2013-11-24 Thread John Johansen
aa-status is part of the apparmor package
aa-disabled is part of the apparmor-utils package

the package split is done to reduce the install foot print to a minimum
for base installs, iso images etc.

The failure of the apparmor_parser -R is odd, perhaps the profile had
been already removed by a previous action? Profiles exist in two places
on the system, their text representation stored in the filesystem in
userspace and their binary representation in that is loaded into the
kernel, either during boot or package install, etc.

You can find out your loaded set of profiles via the aa-status command (root 
privs required), or by directly poking the lower level interface. Either using 
a simplied file based view
  cat /sys/kernel/security/apparmor/profiles

or a slightly more detail directory based view
  ls /sys/kernel/security/apparmor/policy/profiles/


Generally I would agree that you shouldn't disable apparmor, however I am a 
pragmatist and believe security is useless if it prevents you from doing the 
work you need to get done.

I am going to add a task for cups and see if the those more familiar
with cups have any ideas.

best of luck on your roll back.


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

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

Title:
  Printing denied since upgrade

Status in “apparmor” package in Ubuntu:
  New
Status in “cups” package in Ubuntu:
  New

Bug description:
  Ubuntu 13.10 amd64, Patchlevel today
  DISTRIB_ID=Ubuntu
  DISTRIB_RELEASE=13.10
  DISTRIB_CODENAME=saucy
  DISTRIB_DESCRIPTION=Ubuntu 13.10

  Since upgrade  from 13.04 to 13.10 this system can't print anything.
  By searching i found this in dmesg

  [ 3098.185896] type=1400 audit(1384676379.061:70): apparmor=DENIED
  operation=open parent=2878 profile=/usr/sbin/cupsd
  name=/home/.ecryptfs/eric/.ecryptfs/wrapped-passphrase pid=3347
  comm=cupsd requested_mask=r denied_mask=r fsuid=1000 ouid=1000

  It does not matter what and which driver in cups is used, the printing
  is denied and no printout file appears. No spoolfile for the driver
  appears, but a new DENIED comes up. From the cups side everything is
  fine, but is is blocked from apparmor in some way.

  localhost - - [17/Nov/2013:09:43:55 +0100] POST /printers/HL4150CDN 
HTTP/1.1 200 871814 Print-Job successful-ok
  localhost - - [17/Nov/2013:09:45:31 +0100] POST /printers/PDF HTTP/1.1 200 
871685 Print-Job successful-ok

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: apparmor 2.8.0-0ubuntu31
  ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6
  Uname: Linux 3.11.0-13-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Sun Nov 17 09:35:42 2013
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2013-05-18 (182 days ago)
  InstallationMedia: Xubuntu 13.04 Raring Ringtail - Release amd64 
(20130423.1)
  MarkForUpload: True
  ProcKernelCmdline: BOOT_IMAGE=/@/boot/vmlinuz-3.11.0-13-generic 
root=UUID=0bfe05f6-2c8a-45f9-ac88-5f432f139de8 ro rootflags=subvol=@ quiet 
splash elevator=deadline vt.handoff=7
  SourcePackage: apparmor
  Syslog:
   
  UpgradeStatus: Upgraded to saucy on 2013-10-18 (29 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/1251973/+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 871012] Re: Missing window title bar after automaximize

2013-11-24 Thread vsespb
I cannot reproduce bug with steps above, but I just saw firefox without
title bar (fixed by Alt-F4 and re-launch)

firefox:
  Installed: 25.0.1+build1-0ubuntu0.12.04.1
  Candidate: 25.0.1+build1-0ubuntu0.12.04.1
  Version table:
 *** 25.0.1+build1-0ubuntu0.12.04.1 0
500 http://ru.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 
Packages
500 http://security.ubuntu.com/ubuntu/ precise-security/main amd64 
Packages
100 /var/lib/dpkg/status
 11.0+build1-0ubuntu4 0
500 http://ru.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages

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

Title:
  Missing window title bar after automaximize

Status in “firefox” package in Ubuntu:
  Confirmed

Bug description:
  When resizing the Firefox application window close to full screen, on
  next start it gets displayed maximized automatically. Double-clicking
  the top menu bar to unmaximize brings unminimized Firefox with missing
  window title bar.

  Steps to reproduce:

  1. Start Firefox
  2. Resize window to cover most of the screen
  3. Close Firefox
  4. Start Firefox
  5. Double-click on top menu bar
  = Window title bar is missing.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: firefox 7.0.1+build1+nobinonly-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-12.19-generic 3.0.4
  Uname: Linux 3.0.0-12-generic i686
  AddonCompatCheckDisabled: False
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 1.23-0ubuntu2
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mwildam1946 F pulseaudio
  BuildID: 20110929002329
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xf6afc000 irq 46'
 Mixer name : 'Intel Cantiga HDMI'
 Components : 'HDA:111d76b2,10280263,00100302 
HDA:80862802,80860101,0010'
 Controls  : 23
 Simple ctrls  : 12
  Channel: release
  Date: Sun Oct  9 00:08:10 2011
  ForcedLayersAccel: False
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Beta i386 (20111004)
  IpRoute:
   default via 10.0.0.138 dev wlan0  proto static 
   10.0.0.0/24 dev wlan0  proto kernel  scope link  src 10.0.0.7  metric 2 
   169.254.0.0/16 dev wlan0  scope link  metric 1000
  Plugins:
   Shockwave Flash - Lib=libflashplayer.so, Location=/usr/lib/adobe-flashplugin
   DivX® Web Player - Lib=libtotem-mully-plugin.so, 
Location=/usr/lib/mozilla/plugins
   QuickTime Plug-in 7.6.6 - Lib=libtotem-narrowspace-plugin.so, 
Location=/usr/lib/mozilla/plugins
   VLC Multimedia Plugin (compatible Totem 3.0.1) - 
Lib=libtotem-cone-plugin.so, Location=/usr/lib/mozilla/plugins
   Windows Media Player Plug-in 10 (compatible; Totem) - 
Lib=libtotem-gmp-plugin.so, Location=/usr/lib/mozilla/plugins
  ProcEnviron:
   LANGUAGE=en_US:en
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  Profiles: Profile0 (Default) - LastVersion=7.0.1/20110929002329 (Running)
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/15/2009
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A11
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA11:bd04/15/2009:svnDellInc.:pnLatitudeE5500:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Latitude E5500
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/871012/+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 1254424] [NEW] fglrx 2:13.101-0ubuntu4: fglrx kernel module failed to build

2013-11-24 Thread 蒋卓玮
Public bug reported:

error

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: fglrx (not installed)
Uname: Linux 3.13.0-031300rc1-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.12.7-0ubuntu1
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
DKMSKernelVersion: 3.13.0-031300rc1-generic
Date: Sat Nov 23 15:53:29 2013
DistUpgraded: 2013-11-02 13:58:46,785 DEBUG enabling apt cron job
DistroCodename: trusty
DistroVariant: ubuntu
DuplicateSignature: 
dkms:fglrx:2:13.101-0ubuntu4:/var/lib/dkms/fglrx/13.101/build/2.6.x/kcl_acpi.c:796:59:
 error: ‘struct acpi_dev_node’ has no member named ‘handle’
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] Park [Mobility Radeon HD 
5430/5450/5470] [1002:68e0] (prog-if 00 [VGA controller])
   Subsystem: ASUSTeK Computer Inc. Device [1043:1bf2]
InstallationDate: Installed on 2013-09-13 (72 days ago)
InstallationMedia: UbuntuKylin 13.10 Saucy Salamander - Alpha amd64 (20130724)
MachineType: ASUSTeK Computer Inc. K42JE
PackageVersion: 2:13.101-0ubuntu4
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-031300rc1-generic 
root=/dev/mapper/ubuntukylin--vg-root ro locale=zh_CN splash quiet
SourcePackage: fglrx-installer
SystemImageInfo: Error: [Errno 2] 没有那个文件或目录: 'system-image-cli'
Title: fglrx 2:13.101-0ubuntu4: fglrx kernel module failed to build
UpgradeStatus: Upgraded to trusty on 2013-11-02 (22 days ago)
dmi.bios.date: 01/26/2011
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 500
dmi.board.asset.tag: ATN12345678901234567
dmi.board.name: K42JE
dmi.board.vendor: ASUSTeK Computer Inc.
dmi.board.version: 1.0
dmi.chassis.asset.tag: 0x
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK Computer Inc.
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr500:bd01/26/2011:svnASUSTeKComputerInc.:pnK42JE:pvr1.0:rvnASUSTeKComputerInc.:rnK42JE:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr1.0:
dmi.product.name: K42JE
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK Computer Inc.
version.compiz: compiz 1:0.9.10+13.10.20131011-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.46-4
version.libgl1-mesa-dri: libgl1-mesa-dri 9.2.2-1ubuntu1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 9.2.2-1ubuntu1
version.xserver-xorg-core: xserver-xorg-core 2:1.14.3-3ubuntu4
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu3.1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.2.0-0ubuntu10
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.904-0ubuntu2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.10-1ubuntu1
xserver.bootTime: Sun Nov 24 18:45:48 2013
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs: Output  HDMI-0LVDS 
  VGA-0
xserver.version: 2:1.14.3-3ubuntu4
xserver.video_driver: radeon

** Affects: fglrx-installer (Ubuntu)
 Importance: Undecided
 Status: New


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

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

Title:
  fglrx 2:13.101-0ubuntu4: fglrx kernel module failed to build

Status in “fglrx-installer” package in Ubuntu:
  New

Bug description:
  error

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: fglrx (not installed)
  Uname: Linux 3.13.0-031300rc1-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.12.7-0ubuntu1
  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
  DKMSKernelVersion: 3.13.0-031300rc1-generic
  Date: Sat Nov 23 15:53:29 2013
  DistUpgraded: 2013-11-02 13:58:46,785 DEBUG enabling apt cron job
  DistroCodename: trusty
  DistroVariant: ubuntu
  DuplicateSignature: 
dkms:fglrx:2:13.101-0ubuntu4:/var/lib/dkms/fglrx/13.101/build/2.6.x/kcl_acpi.c:796:59:
 error: ‘struct acpi_dev_node’ has no member named ‘handle’
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Park [Mobility Radeon HD 
5430/5450/5470] [1002:68e0] (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Device [1043:1bf2]
  InstallationDate: Installed on 2013-09-13 (72 days ago)
  InstallationMedia: UbuntuKylin 13.10 Saucy Salamander - Alpha amd64 
(20130724)
  MachineType: ASUSTeK Computer Inc. K42JE
  PackageVersion: 2:13.101-0ubuntu4
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-031300rc1-generic 
root=/dev/mapper/ubuntukylin--vg-root ro locale=zh_CN splash quiet
  SourcePackage: fglrx-installer
  

[Desktop-packages] [Bug 1184451] Re: Ubuntu 13.10 random screen freeze while Normal OS activites

2013-11-24 Thread Anil Gobburi
This bug affects me after a fresh install to 13.10. I have not seen this
happen in 13.04.

Screen freezes every 5 minutes and does not give me back control for at
least 5 minutes. Cannot go back to Ubuntu 13.10 unless this bug is
fixed.

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

Title:
  Ubuntu 13.10 random screen freeze while Normal OS activites

Status in “xorg-server” package in Ubuntu:
  Confirmed
Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  Confirmed

Bug description:
  I have recently, re-installed fresh ubuntu 13.10 distribution release.
  But everything worked fine. until recently i had strange problem of my 
display screen getting freezed randomly; but no response to either 
mouse/keyboard.
  But i want to point it out; it happens randomly and is not specific ?
  Other day, i had music player playing in background, but screen freezed. but 
my music was still running. 
  Kindly note, i used multiple monitor setup and same issue of screen freeze 
also cropped up.

  I,am not sure, whether it is bug ?

  thanks for the expertise support.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1184451/+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 1254376] Re: Brightness settings changes have no effect.

2013-11-24 Thread Nik.Th.
Thank you for taking the time to report this bug and helping to make
Ubuntu better. This is a known problem with some ACPI backlight drivers.

Please read this article in order to debugging more this issue 
https://wiki.ubuntu.com/Kernel/Debugging/Backlight

Please provide the additional information that are needed according to
above article.

Best Regards
NikTh

** Package changed: gnome-control-center (Ubuntu) = ubuntu

** Changed in: ubuntu
   Status: New = Incomplete

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

Title:
  Brightness settings changes have no effect.

Status in Ubuntu:
  Incomplete

Bug description:
  On my laptop (acer aspire one V5-131) which uses Ubuntu 13.04, the
  change of the brightness settings have no effect on the brightness in
  the settings application.

  When I press the shortcut for changing the brightness (Fn+Left 
  Fn+Right), the notification of the new brightness level is correctly
  displayed but again it has no effect on the brightness of the screen
  (and it neither update the level in the settings application).

  Please, see in the attached file (Brightness.txt)  what I do for
  changing the brightness on my computer from the console.

  I don't know anything about the settings software stack but since it
  works from the console I don't think it is a driver problem but rather
  a software problem somewhere or maybe a missing symlink. Though the
  keyboard shortcut are not working properly, the problem could also be
  below gnome-control-center.

  Please contact me for any question or if I can be of any help for the
  correction.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: gnome-control-center 1:3.6.3-0ubuntu24.1
  ProcVersionSignature: Ubuntu 3.8.0-33.48-generic 3.8.13.11
  Uname: Linux 3.8.0-33-generic i686
  ApportVersion: 2.9.2-0ubuntu8.5
  Architecture: i386
  Date: Sun Nov 24 07:39:09 2013
  EcryptfsInUse: Yes
  ExecutablePath: /usr/bin/gnome-control-center
  InstallationDate: Installed on 2013-06-10 (166 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release i386 (20130424)
  MarkForUpload: True
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_gnome-control-center:
   deja-dup26.0-0ubuntu1
   gnome-control-center-signon 0.1.6bzr13.04.05-0ubuntu1.1
   gnome-control-center-unity  1.3daily13.06.19~13.04-0ubuntu1
   indicator-datetime  12.10.3daily13.03.26-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1254376/+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 1254424] Re: fglrx 2:13.101-0ubuntu4: fglrx kernel module failed to build

2013-11-24 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  fglrx 2:13.101-0ubuntu4: fglrx kernel module failed to build

Status in “fglrx-installer” package in Ubuntu:
  New

Bug description:
  error

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: fglrx (not installed)
  Uname: Linux 3.13.0-031300rc1-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.12.7-0ubuntu1
  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
  DKMSKernelVersion: 3.13.0-031300rc1-generic
  Date: Sat Nov 23 15:53:29 2013
  DistUpgraded: 2013-11-02 13:58:46,785 DEBUG enabling apt cron job
  DistroCodename: trusty
  DistroVariant: ubuntu
  DuplicateSignature: 
dkms:fglrx:2:13.101-0ubuntu4:/var/lib/dkms/fglrx/13.101/build/2.6.x/kcl_acpi.c:796:59:
 error: ‘struct acpi_dev_node’ has no member named ‘handle’
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Park [Mobility Radeon HD 
5430/5450/5470] [1002:68e0] (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Device [1043:1bf2]
  InstallationDate: Installed on 2013-09-13 (72 days ago)
  InstallationMedia: UbuntuKylin 13.10 Saucy Salamander - Alpha amd64 
(20130724)
  MachineType: ASUSTeK Computer Inc. K42JE
  PackageVersion: 2:13.101-0ubuntu4
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-031300rc1-generic 
root=/dev/mapper/ubuntukylin--vg-root ro locale=zh_CN splash quiet
  SourcePackage: fglrx-installer
  SystemImageInfo: Error: [Errno 2] 没有那个文件或目录: 'system-image-cli'
  Title: fglrx 2:13.101-0ubuntu4: fglrx kernel module failed to build
  UpgradeStatus: Upgraded to trusty on 2013-11-02 (22 days ago)
  dmi.bios.date: 01/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 500
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: K42JE
  dmi.board.vendor: ASUSTeK Computer Inc.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: 0x
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK Computer Inc.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr500:bd01/26/2011:svnASUSTeKComputerInc.:pnK42JE:pvr1.0:rvnASUSTeKComputerInc.:rnK42JE:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr1.0:
  dmi.product.name: K42JE
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK Computer Inc.
  version.compiz: compiz 1:0.9.10+13.10.20131011-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.46-4
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.2.2-1ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.2.2-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.14.3-3ubuntu4
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu3.1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.2.0-0ubuntu10
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.904-0ubuntu2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu1
  xserver.bootTime: Sun Nov 24 18:45:48 2013
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs: Output  HDMI-0
LVDS   VGA-0
  xserver.version: 2:1.14.3-3ubuntu4
  xserver.video_driver: radeon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/1254424/+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 1254425] [NEW] [ppoe] section missing from documentation and others ..

2013-11-24 Thread as
Public bug reported:

Version: 0.9.4.0-0ubuntu4.3
Files from /etc/NetworkManager/system-connections/ missing from documentation

** Affects: network-manager (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  [ppoe] section missing from documentation and others ..

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

Bug description:
  Version: 0.9.4.0-0ubuntu4.3
  Files from /etc/NetworkManager/system-connections/ missing from documentation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1254425/+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 237341]

2013-11-24 Thread Jim
Comment on attachment 8337301
fix bucket groups to be based off of a calendar week concept

Review of attachment 8337301:
-

This isn't a full review; just a quick pass. David Bienvenu is unlikely
to be super-response, since I believe he works at Google now. I've
redirected the review to someone who might be a better pick (sorry if I
redirected wrong!).

::: mail/locales/en-US/chrome/messenger/messenger.properties
@@ +178,3 @@
  lastWeek=Last Week
  twoWeeksAgo=Two Weeks Ago
  older=Older

We might need to change the names of these strings to force localizers
to update them; after this patch, lastWeek doesn't refer to the same
thing. A localizer might have translated that to something like Within
the last 7 days, which is accurate for how the code works pre-patch,
but would be wrong post-patch.

::: mailnews/base/src/nsMsgGroupView.cpp
@@ -135,5 @@
 -int64_t GMTLocalTimeShift = currentExplodedTime.tm_params.tp_gmt_offset +
 -  currentExplodedTime.tm_params.tp_dst_offset;
 -GMTLocalTimeShift *= PR_USEC_PER_SEC;
 -currentTime += GMTLocalTimeShift;
 -dateOfMsg += GMTLocalTimeShift;

Why'd you remove the time-shifting? Isn't that important, since we want
to figure out when midnight is in local time, not GMT?

@@ +135,5 @@
 +// the localization for first day of calendar
 +int64_t todayMidnight = currentTime - currentTime % PR_USEC_PER_DAY;
 +int64_t yesterday = todayMidnight - PR_USEC_PER_DAY;
 +int64_t thisWeek = todayMidnight - (PR_USEC_PER_DAY *
 +   (currentExplodedTime.tm_wday + 0));

Why the + 0 here?

@@ +137,5 @@
 +int64_t yesterday = todayMidnight - PR_USEC_PER_DAY;
 +int64_t thisWeek = todayMidnight - (PR_USEC_PER_DAY *
 +   (currentExplodedTime.tm_wday + 0));
 +int64_t lastWeek = thisWeek - (PR_USEC_PER_DAY * 7);
 +int64_t twoWeeks = lastWeek - (PR_USEC_PER_DAY * 7);

Nit: I'd call this lastTwoWeeks to be clearer.

@@ +778,5 @@
  if (m_kOldMailString.IsEmpty())

 m_kOldMailString.Adopt(GetString(NS_LITERAL_STRING(older).get()));
  aValue.Assign(m_kOldMailString);
  break;
 +  case Invalid:

I don't think we really need to add this here; the default case will
catch it.

::: mailnews/base/src/nsMsgGroupView.h
@@ +46,5 @@
virtual void InternalClose();
nsMsgGroupThread *AddHdrToThread(nsIMsgDBHdr *msgHdr, bool *pNewThread);
virtual nsresult HashHdr(nsIMsgDBHdr *msgHdr, nsString aHashKey);
 +
 +  enum AgeBucket_t { Invalid, Today, Yesterday, ThisWeek, LastWeek, 
 TwoWeeksAgo, Older };

I think it would make more sense to put this at the top of the
protected: list, and also to put each value on its own line.

I'm not sure what Mozilla's standard for naming enums is; I don't think
it's Foo_t though.

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

Title:
  mozilla-thunderbird locates 2/6/2008 as last week in 4/6/2008

Status in Mozilla Thunderbird Mail and News:
  Confirmed
Status in “thunderbird” package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: mozilla-thunderbird

  Hi,

  Thunderbird version 2.0.0.14 (20080502) 
  Folowing this menus (Translating from my menus localiced in ES_es)
  View = Order = Desc.
  View = Order = Group

  Today is wensday 04/jun/2008, and monday 04/jun/2008 appears in last
  week.

  ProblemType: Bug
  Architecture: i386
  Date: Wed Jun  4 14:46:46 2008
  Dependencies:
   
  DistroRelease: Ubuntu 7.10
  NonfreeKernelModules: vmnet vmmon
  Package: mozilla-thunderbird None
  PackageArchitecture: all
  SourcePackage: thunderbird
  Uname: Linux Pesc11-128 2.6.22-14-generic #1 SMP Tue Feb 12 07:42:25 UTC 2008 
i686 GNU/Linux

To manage notifications about this bug go to:
https://bugs.launchpad.net/thunderbird/+bug/237341/+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 1244619]

2013-11-24 Thread Jakobrunge-b
Problem still here.
I'm using Thunderbird 24.1.1 and Lightning 2.6.3 on a Ubuntu 12.04 (precise) 
64-bit maschine and the problem still persists, the terminal gives the error 
message:
[calBackendLoader] Using libical backend at 
/home/jakob/.thunderbird/we61f6e6.default/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/libical.manifest
Error: TypeError: aListener.onOperationComplete is not a function

Removing extensions and re-installing didn't solve the problem...

Will this be fixed with the next lightning version?

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

Title:
  Thunderbird must be upgraded to Thunderbird 24.0.1 for lightning 2.6.1

Status in Lightning extension:
  Confirmed
Status in Mozilla Thunderbird Mail and News:
  Confirmed
Status in “thunderbird” package in Ubuntu:
  Fix Released
Status in “thunderbird” package in Gentoo Linux:
  Fix Released
Status in “thunderbird” package in openSUSE:
  Confirmed

Bug description:
  Since the upgrade of Lightning 2.6.0 to Lightning 2.6.1, this
  extension need Thunderbird 24.0.1 but Ubuntu only give Thunderbird
  24.0.0

  
https://blog.mozilla.org/calendar/2013/10/dont-upgrade-to-thunderbird-24-0-1-yet/
  Update 4: Lightning 2.6.1 is now public. On Linux, it is compatible ONLY 
with Thunderbird 24.0.1, so go ahead and upgrade now.

  A lot of people don't use the Ubuntu package for Lightning  but those
  of Mozilla.

  Ubuntu should give an upgrade to Thunderbird 24.0.1 and Lightning
  2.6.1

  Step:
  1) Silent update of Lightning 2.6.0 to Lightning 2.6.1 on Thunderbird 24.0.0
  2) Open your calendar and see nothing (see screencast)

  A work form it's to downgrade to Lightning 2.6 until waiting Ubuntu upgrade 
to Thunderbird 24.0.1. You could find it here:
  
https://addons.mozilla.org/fr/thunderbird/addon/lightning/versions/?page=1#version-2.6

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: thunderbird 1:24.0+build1-0ubuntu0.12.04.1
  ProcVersionSignature: Ubuntu 3.8.0-32.47~precise1-generic 3.8.13.10
  Uname: Linux 3.8.0-32-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  BuildID: 20130913160939
  Date: Fri Oct 25 12:30:44 2013
  InstallationMedia: Ubuntu 12.04 Precise - Build amd64 LIVE Binary 
20120425-15:28
  MarkForUpload: True
  SourcePackage: thunderbird
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightning-extension/+bug/1244619/+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 237341]

2013-11-24 Thread Jim
Oh, I should explain more about localization: you're not responsible for
updating any of the strings except for en-US. Dedicated localizers will
come in and update them for all the other locales. However, if we change
the meaning of any string in the code, we generally need to change the
name of the string too, since that forces the localizers to update the
string. If the string name stays the same, they usually won't notice the
change*.

* Yeah, our tools could use improvement in this department...

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

Title:
  mozilla-thunderbird locates 2/6/2008 as last week in 4/6/2008

Status in Mozilla Thunderbird Mail and News:
  Confirmed
Status in “thunderbird” package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: mozilla-thunderbird

  Hi,

  Thunderbird version 2.0.0.14 (20080502) 
  Folowing this menus (Translating from my menus localiced in ES_es)
  View = Order = Desc.
  View = Order = Group

  Today is wensday 04/jun/2008, and monday 04/jun/2008 appears in last
  week.

  ProblemType: Bug
  Architecture: i386
  Date: Wed Jun  4 14:46:46 2008
  Dependencies:
   
  DistroRelease: Ubuntu 7.10
  NonfreeKernelModules: vmnet vmmon
  Package: mozilla-thunderbird None
  PackageArchitecture: all
  SourcePackage: thunderbird
  Uname: Linux Pesc11-128 2.6.22-14-generic #1 SMP Tue Feb 12 07:42:25 UTC 2008 
i686 GNU/Linux

To manage notifications about this bug go to:
https://bugs.launchpad.net/thunderbird/+bug/237341/+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 237341]

2013-11-24 Thread Neal-o
Created attachment 8337339
fix bucket groups to be based off of a calendar week concept

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

Title:
  mozilla-thunderbird locates 2/6/2008 as last week in 4/6/2008

Status in Mozilla Thunderbird Mail and News:
  Confirmed
Status in “thunderbird” package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: mozilla-thunderbird

  Hi,

  Thunderbird version 2.0.0.14 (20080502) 
  Folowing this menus (Translating from my menus localiced in ES_es)
  View = Order = Desc.
  View = Order = Group

  Today is wensday 04/jun/2008, and monday 04/jun/2008 appears in last
  week.

  ProblemType: Bug
  Architecture: i386
  Date: Wed Jun  4 14:46:46 2008
  Dependencies:
   
  DistroRelease: Ubuntu 7.10
  NonfreeKernelModules: vmnet vmmon
  Package: mozilla-thunderbird None
  PackageArchitecture: all
  SourcePackage: thunderbird
  Uname: Linux Pesc11-128 2.6.22-14-generic #1 SMP Tue Feb 12 07:42:25 UTC 2008 
i686 GNU/Linux

To manage notifications about this bug go to:
https://bugs.launchpad.net/thunderbird/+bug/237341/+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 237341]

2013-11-24 Thread Jim
Ok, I looked into the issue of how to determine the first day of the
week. There's a localization file here, used for the datepicker[1] and
there's also a pref in Lightning[2]. I'm pretty sure most OSes also
specify this somewhere, but we don't detect that. I'm CCing one of the
Lightning devs so that we can discuss the correct solution here. It
might be useful to add support to Gecko to pull this in from the OS;
that could be useful for HTML5 forms as well.

[1] 
http://mxr.mozilla.org/comm-central/source/mozilla/toolkit/locales/en-US/chrome/global/datetimepicker.dtd
[2] 
http://mxr.mozilla.org/comm-central/source/calendar/locales/en-US/lightning-l10n.js#9

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

Title:
  mozilla-thunderbird locates 2/6/2008 as last week in 4/6/2008

Status in Mozilla Thunderbird Mail and News:
  Confirmed
Status in “thunderbird” package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: mozilla-thunderbird

  Hi,

  Thunderbird version 2.0.0.14 (20080502) 
  Folowing this menus (Translating from my menus localiced in ES_es)
  View = Order = Desc.
  View = Order = Group

  Today is wensday 04/jun/2008, and monday 04/jun/2008 appears in last
  week.

  ProblemType: Bug
  Architecture: i386
  Date: Wed Jun  4 14:46:46 2008
  Dependencies:
   
  DistroRelease: Ubuntu 7.10
  NonfreeKernelModules: vmnet vmmon
  Package: mozilla-thunderbird None
  PackageArchitecture: all
  SourcePackage: thunderbird
  Uname: Linux Pesc11-128 2.6.22-14-generic #1 SMP Tue Feb 12 07:42:25 UTC 2008 
i686 GNU/Linux

To manage notifications about this bug go to:
https://bugs.launchpad.net/thunderbird/+bug/237341/+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 237341]

2013-11-24 Thread Neal-o
ha, that is funny!
I've been hunting through the UI and code base to find this info, and I 
literally just finished a build with preliminary support to pull in the 
calendar.week.start preference, after which I started it up to find a new email 
with your last comment.

I do think that getting this from the OS with and override from the app is 
correct.
To further complicate things, on OS X, I do believe it should be initially 
influenced by the Calendar app settings, then by thunderbird mechanisms.

Thanks for staying with me.

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

Title:
  mozilla-thunderbird locates 2/6/2008 as last week in 4/6/2008

Status in Mozilla Thunderbird Mail and News:
  Confirmed
Status in “thunderbird” package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: mozilla-thunderbird

  Hi,

  Thunderbird version 2.0.0.14 (20080502) 
  Folowing this menus (Translating from my menus localiced in ES_es)
  View = Order = Desc.
  View = Order = Group

  Today is wensday 04/jun/2008, and monday 04/jun/2008 appears in last
  week.

  ProblemType: Bug
  Architecture: i386
  Date: Wed Jun  4 14:46:46 2008
  Dependencies:
   
  DistroRelease: Ubuntu 7.10
  NonfreeKernelModules: vmnet vmmon
  Package: mozilla-thunderbird None
  PackageArchitecture: all
  SourcePackage: thunderbird
  Uname: Linux Pesc11-128 2.6.22-14-generic #1 SMP Tue Feb 12 07:42:25 UTC 2008 
i686 GNU/Linux

To manage notifications about this bug go to:
https://bugs.launchpad.net/thunderbird/+bug/237341/+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 237341]

2013-11-24 Thread Neal-o
Comment on attachment 8337301
fix bucket groups to be based off of a calendar week concept

I'm attaching an updated patch to address review comments by :squib

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

Title:
  mozilla-thunderbird locates 2/6/2008 as last week in 4/6/2008

Status in Mozilla Thunderbird Mail and News:
  Confirmed
Status in “thunderbird” package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: mozilla-thunderbird

  Hi,

  Thunderbird version 2.0.0.14 (20080502) 
  Folowing this menus (Translating from my menus localiced in ES_es)
  View = Order = Desc.
  View = Order = Group

  Today is wensday 04/jun/2008, and monday 04/jun/2008 appears in last
  week.

  ProblemType: Bug
  Architecture: i386
  Date: Wed Jun  4 14:46:46 2008
  Dependencies:
   
  DistroRelease: Ubuntu 7.10
  NonfreeKernelModules: vmnet vmmon
  Package: mozilla-thunderbird None
  PackageArchitecture: all
  SourcePackage: thunderbird
  Uname: Linux Pesc11-128 2.6.22-14-generic #1 SMP Tue Feb 12 07:42:25 UTC 2008 
i686 GNU/Linux

To manage notifications about this bug go to:
https://bugs.launchpad.net/thunderbird/+bug/237341/+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 237341]

2013-11-24 Thread Neal-o
Yeah, uncle, after further testing, the time zone adjustments go back
in...

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

Title:
  mozilla-thunderbird locates 2/6/2008 as last week in 4/6/2008

Status in Mozilla Thunderbird Mail and News:
  Confirmed
Status in “thunderbird” package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: mozilla-thunderbird

  Hi,

  Thunderbird version 2.0.0.14 (20080502) 
  Folowing this menus (Translating from my menus localiced in ES_es)
  View = Order = Desc.
  View = Order = Group

  Today is wensday 04/jun/2008, and monday 04/jun/2008 appears in last
  week.

  ProblemType: Bug
  Architecture: i386
  Date: Wed Jun  4 14:46:46 2008
  Dependencies:
   
  DistroRelease: Ubuntu 7.10
  NonfreeKernelModules: vmnet vmmon
  Package: mozilla-thunderbird None
  PackageArchitecture: all
  SourcePackage: thunderbird
  Uname: Linux Pesc11-128 2.6.22-14-generic #1 SMP Tue Feb 12 07:42:25 UTC 2008 
i686 GNU/Linux

To manage notifications about this bug go to:
https://bugs.launchpad.net/thunderbird/+bug/237341/+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 237341]

2013-11-24 Thread Neal-o
Created attachment 8337301
fix bucket groups to be based off of a calendar week concept

Attached is a first attempt patch to address this bug.
It aligns the buckets  yesterday to week boundaries, and adds a lastWeek 
bucket.

I need information on where to get the beginning of calendar week
localization runtime information

Also, I did the English localization, but none of the others. I would
need help with that.

This needs testers to validate that I didn't break something else.

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

Title:
  mozilla-thunderbird locates 2/6/2008 as last week in 4/6/2008

Status in Mozilla Thunderbird Mail and News:
  Confirmed
Status in “thunderbird” package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: mozilla-thunderbird

  Hi,

  Thunderbird version 2.0.0.14 (20080502) 
  Folowing this menus (Translating from my menus localiced in ES_es)
  View = Order = Desc.
  View = Order = Group

  Today is wensday 04/jun/2008, and monday 04/jun/2008 appears in last
  week.

  ProblemType: Bug
  Architecture: i386
  Date: Wed Jun  4 14:46:46 2008
  Dependencies:
   
  DistroRelease: Ubuntu 7.10
  NonfreeKernelModules: vmnet vmmon
  Package: mozilla-thunderbird None
  PackageArchitecture: all
  SourcePackage: thunderbird
  Uname: Linux Pesc11-128 2.6.22-14-generic #1 SMP Tue Feb 12 07:42:25 UTC 2008 
i686 GNU/Linux

To manage notifications about this bug go to:
https://bugs.launchpad.net/thunderbird/+bug/237341/+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 237341]

2013-11-24 Thread Neal-o
Thanks for the comments.

(In reply to Jim Porter (:squib) from comment #20)
 Comment on attachment 8337301
 fix bucket groups to be based off of a calendar week concept
 
 Review of attachment 8337301:
 -
 
 This isn't a full review; just a quick pass. David Bienvenu is unlikely to
 be super-response, since I believe he works at Google now. I've redirected
 the review to someone who might be a better pick (sorry if I redirected
 wrong!).

Thanks for pointing it to anyone who'll respond.

 
 ::: mail/locales/en-US/chrome/messenger/messenger.properties
 @@ +178,3 @@
   lastWeek=Last Week
   twoWeeksAgo=Two Weeks Ago
   older=Older
 
 We might need to change the names of these strings to force localizers to
 update them; after this patch, lastWeek doesn't refer to the same thing. A
 localizer might have translated that to something like Within the last 7
 days, which is accurate for how the code works pre-patch, but would be
 wrong post-patch.

noted. suggestions ?

 
 ::: mailnews/base/src/nsMsgGroupView.cpp
 @@ -135,5 @@
  -int64_t GMTLocalTimeShift = 
  currentExplodedTime.tm_params.tp_gmt_offset +
  -  currentExplodedTime.tm_params.tp_dst_offset;
  -GMTLocalTimeShift *= PR_USEC_PER_SEC;
  -currentTime += GMTLocalTimeShift;
  -dateOfMsg += GMTLocalTimeShift;
 
 Why'd you remove the time-shifting? Isn't that important, since we want to
 figure out when midnight is in local time, not GMT?

It didn't seem to work correctly.
With it, I had messages that were very near to the bucket boundaries, that 
sometimes, were on the wrong side of the bucket boundary.

Commented out, all my messages seemed to align correctly at the
boundaries.

 
 @@ +135,5 @@
  +// the localization for first day of calendar
  +int64_t todayMidnight = currentTime - currentTime % PR_USEC_PER_DAY;
  +int64_t yesterday = todayMidnight - PR_USEC_PER_DAY;
  +int64_t thisWeek = todayMidnight - (PR_USEC_PER_DAY *
  +   (currentExplodedTime.tm_wday + 0));
 
 Why the + 0 here?

You missed the line above. It's a place holder for the start of calendar
week localization offset.

 
 @@ +137,5 @@
  +int64_t yesterday = todayMidnight - PR_USEC_PER_DAY;
  +int64_t thisWeek = todayMidnight - (PR_USEC_PER_DAY *
  +   (currentExplodedTime.tm_wday + 0));
  +int64_t lastWeek = thisWeek - (PR_USEC_PER_DAY * 7);
  +int64_t twoWeeks = lastWeek - (PR_USEC_PER_DAY * 7);
 
 Nit: I'd call this lastTwoWeeks to be clearer.

Noted.

 
 @@ +778,5 @@
   if (m_kOldMailString.IsEmpty())
 
  m_kOldMailString.Adopt(GetString(NS_LITERAL_STRING(older).get()));
   aValue.Assign(m_kOldMailString);
   break;
  +  case Invalid:
 
 I don't think we really need to add this here; the default case will catch
 it.

Yeah, it was a Nit on my part, default aside, I recalled that some
compilers complain if every instance of an enum is not handled, so I was
being pro-active. :)

 
 ::: mailnews/base/src/nsMsgGroupView.h
 @@ +46,5 @@
 virtual void InternalClose();
 nsMsgGroupThread *AddHdrToThread(nsIMsgDBHdr *msgHdr, bool *pNewThread);
 virtual nsresult HashHdr(nsIMsgDBHdr *msgHdr, nsString aHashKey);
  +
  +  enum AgeBucket_t { Invalid, Today, Yesterday, ThisWeek, LastWeek, 
  TwoWeeksAgo, Older };
 
 I think it would make more sense to put this at the top of the protected:
 list, and also to put each value on its own line.
 
 I'm not sure what Mozilla's standard for naming enums is; I don't think it's
 Foo_t though.

Noted, I briefly looked for coding standard for enums, and couldn't find
anything.

I'll wait for more comments before taking any more action.
I don't want to litter this bug with a bunch of back and forth.

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

Title:
  mozilla-thunderbird locates 2/6/2008 as last week in 4/6/2008

Status in Mozilla Thunderbird Mail and News:
  Confirmed
Status in “thunderbird” package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: mozilla-thunderbird

  Hi,

  Thunderbird version 2.0.0.14 (20080502) 
  Folowing this menus (Translating from my menus localiced in ES_es)
  View = Order = Desc.
  View = Order = Group

  Today is wensday 04/jun/2008, and monday 04/jun/2008 appears in last
  week.

  ProblemType: Bug
  Architecture: i386
  Date: Wed Jun  4 14:46:46 2008
  Dependencies:
   
  DistroRelease: Ubuntu 7.10
  NonfreeKernelModules: vmnet vmmon
  Package: mozilla-thunderbird None
  PackageArchitecture: all
  SourcePackage: thunderbird
  Uname: Linux Pesc11-128 2.6.22-14-generic #1 SMP Tue Feb 12 07:42:25 UTC 2008 
i686 GNU/Linux

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

-- 
Mailing 

Re: [Desktop-packages] [Bug 871012] Re: Missing window title bar after automaximize

2013-11-24 Thread Martin Wildam
In my current case (Ubuntu 12.04 and Firefox 25.0.1) I don't have any
maximizing or missing title bar in maximized state (HUD displays fine
when moving cursor to top).
So from my point of view (as the reporter of this bug) the bug seems
to be fixed in Ubuntu 12.04.

On Sun, Nov 24, 2013 at 11:56 AM, vsespb v...@vs-dev.com wrote:
 I cannot reproduce bug with steps above, but I just saw firefox without
 title bar (fixed by Alt-F4 and re-launch)

 firefox:
   Installed: 25.0.1+build1-0ubuntu0.12.04.1
   Candidate: 25.0.1+build1-0ubuntu0.12.04.1
   Version table:
  *** 25.0.1+build1-0ubuntu0.12.04.1 0
 500 http://ru.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 
 Packages
 500 http://security.ubuntu.com/ubuntu/ precise-security/main amd64 
 Packages
 100 /var/lib/dpkg/status
  11.0+build1-0ubuntu4 0
 500 http://ru.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages

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

 Title:
   Missing window title bar after automaximize

 Status in “firefox” package in Ubuntu:
   Confirmed

 Bug description:
   When resizing the Firefox application window close to full screen, on
   next start it gets displayed maximized automatically. Double-clicking
   the top menu bar to unmaximize brings unminimized Firefox with missing
   window title bar.

   Steps to reproduce:

   1. Start Firefox
   2. Resize window to cover most of the screen
   3. Close Firefox
   4. Start Firefox
   5. Double-click on top menu bar
   = Window title bar is missing.

   ProblemType: Bug
   DistroRelease: Ubuntu 11.10
   Package: firefox 7.0.1+build1+nobinonly-0ubuntu1
   ProcVersionSignature: Ubuntu 3.0.0-12.19-generic 3.0.4
   Uname: Linux 3.0.0-12-generic i686
   AddonCompatCheckDisabled: False
   AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
   ApportVersion: 1.23-0ubuntu2
   Architecture: i386
   ArecordDevices:
 List of CAPTURE Hardware Devices 
card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
   AudioDevicesInUse:
USERPID ACCESS COMMAND
/dev/snd/controlC0:  mwildam1946 F pulseaudio
   BuildID: 20110929002329
   CRDA: Error: [Errno 2] No such file or directory
   Card0.Amixer.info:
Card hw:0 'Intel'/'HDA Intel at 0xf6afc000 irq 46'
  Mixer name : 'Intel Cantiga HDMI'
  Components : 'HDA:111d76b2,10280263,00100302 
 HDA:80862802,80860101,0010'
  Controls  : 23
  Simple ctrls  : 12
   Channel: release
   Date: Sun Oct  9 00:08:10 2011
   ForcedLayersAccel: False
   InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Beta i386 (20111004)
   IpRoute:
default via 10.0.0.138 dev wlan0  proto static
10.0.0.0/24 dev wlan0  proto kernel  scope link  src 10.0.0.7  metric 2
169.254.0.0/16 dev wlan0  scope link  metric 1000
   Plugins:
Shockwave Flash - Lib=libflashplayer.so, 
 Location=/usr/lib/adobe-flashplugin
DivX® Web Player - Lib=libtotem-mully-plugin.so, 
 Location=/usr/lib/mozilla/plugins
QuickTime Plug-in 7.6.6 - Lib=libtotem-narrowspace-plugin.so, 
 Location=/usr/lib/mozilla/plugins
VLC Multimedia Plugin (compatible Totem 3.0.1) - 
 Lib=libtotem-cone-plugin.so, Location=/usr/lib/mozilla/plugins
Windows Media Player Plug-in 10 (compatible; Totem) - 
 Lib=libtotem-gmp-plugin.so, Location=/usr/lib/mozilla/plugins
   ProcEnviron:
LANGUAGE=en_US:en
LANG=en_US.UTF-8
SHELL=/bin/bash
   Profiles: Profile0 (Default) - LastVersion=7.0.1/20110929002329 (Running)
   RunningIncompatibleAddons: False
   SourcePackage: firefox
   UpgradeStatus: No upgrade log present (probably fresh install)
   dmi.bios.date: 04/15/2009
   dmi.bios.vendor: Dell Inc.
   dmi.bios.version: A11
   dmi.board.vendor: Dell Inc.
   dmi.chassis.type: 8
   dmi.chassis.vendor: Dell Inc.
   dmi.modalias: 
 dmi:bvnDellInc.:bvrA11:bd04/15/2009:svnDellInc.:pnLatitudeE5500:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct8:cvr:
   dmi.product.name: Latitude E5500
   dmi.sys.vendor: Dell Inc.

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


-- 
Martin Wildam

http://martin.wildam.org/

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

Title:
  Missing window title bar after automaximize

Status in “firefox” package in Ubuntu:
  Confirmed

Bug description:
  When resizing the Firefox application window close to full screen, on
  next start it gets displayed maximized automatically. Double-clicking
  the top menu bar to unmaximize brings unminimized Firefox with missing
  window title bar.

  Steps to reproduce:

  1. Start Firefox
  2. Resize window to cover most of the screen
  3. Close Firefox
  4. Start Firefox
  5. Double-click on 

[Desktop-packages] [Bug 1220328] Re: package fglrx-pxpress 0.3~hybrid0.0.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2013-11-24 Thread Aydın ZEKK
** Changed in: fglrx-pxpress (Ubuntu)
 Assignee: (unassigned) = Aydın ZEKK (aydin-zekk-1)

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

Title:
  package fglrx-pxpress 0.3~hybrid0.0.1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

Status in “fglrx-pxpress” package in Ubuntu:
  Fix Committed

Bug description:
  this error popped up when installing mongodb on ubuntu 12.04.3

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: fglrx-pxpress 0.3~hybrid0.0.1
  ProcVersionSignature: Ubuntu 3.8.0-29.42~precise1-generic 3.8.13.5
  Uname: Linux 3.8.0-29-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.0.1-0ubuntu17.4
  AptOrdering:
   mongodb-10gen: Install
   fglrx-pxpress: Configure
   mongodb-10gen: Configure
  Architecture: amd64
  Date: Tue Sep  3 22:06:39 2013
  DuplicateSignature: package:fglrx-pxpress:0.3~hybrid0.0.1:subprocess 
installed post-installation script returned error exit status 1
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  InstallationMedia: Ubuntu 12.04.3 LTS Precise Pangolin - Release amd64 
(20130820.1)
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: fglrx-pxpress
  Title: package fglrx-pxpress 0.3~hybrid0.0.1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-pxpress/+bug/1220328/+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 893210] Re: [Dell OptiPlex GX620 - AD1981b, playback] No sound at all

2013-11-24 Thread Raymond
** Summary changed:

- [ICH4 - Intel ICH7, playback] No sound at all
+ [Dell OptiPlex GX620 - AD1981b, playback] No sound at all

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

Title:
  [Dell OptiPlex GX620 - AD1981b, playback] No sound at all

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

Bug description:
  fresh install of ubuntu studio and updates but internal speakers do
  not play. dell optiplex gx620 love ya

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: alsa-base 1.0.24+dfsg-0ubuntu2
  ProcVersionSignature: Ubuntu 3.0.0-13.22-generic 3.0.6
  Uname: Linux 3.0.0-13-generic i686
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 1.23-0ubuntu4
  Architecture: i386
  Card0.Amixer.info:
   Card hw:0 'ICH7'/'Intel ICH7 with AD1981B at irq 23'
 Mixer name : 'Analog Devices AD1981B'
 Components : 'AC97a:41445374'
 Controls  : 28
 Simple ctrls  : 20
  Card1.Amixer.info:
   Card hw:1 'Device'/'C-Media Electronics Inc. USB Multimedia Audio Device at 
usb-:00:1d.7-4.1.4,'
 Mixer name : 'USB Mixer'
 Components : 'USB0d8c:0105'
 Controls  : 13
 Simple ctrls  : 6
  Date: Mon Nov 21 11:51:25 2011
  InstallationMedia: Ubuntu-Studio 11.10 Oneiric Ocelot - Release i386 
(20111011.1)
  PackageArchitecture: all
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:ICH7 failed
  Symptom_Card: CM108 Audio Controller - USB Multimedia Audio Device
  Symptom_Type: No sound at all
  Title: [ICH4 - Intel ICH7, playback] No sound at all
  UpgradeStatus: Upgraded to oneiric on 2011-11-12 (8 days ago)
  dmi.bios.date: 11/30/2006
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A11
  dmi.board.name: 0F8101
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 15
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA11:bd11/30/2006:svnDellInc.:pnOptiPlexGX620:pvr:rvnDellInc.:rn0F8101:rvr:cvnDellInc.:ct15:cvr:
  dmi.product.name: OptiPlex GX620
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/alsa-driver/+bug/893210/+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 794720] Re: xubuntu desktop fails to respect preferred applications

2013-11-24 Thread Richard Elkins
This bug seems to be fixed in Xubuntu Saucy (13.10).  Thank you.  Out of
curiosity, what was fixed?

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

Title:
  xubuntu desktop fails to respect preferred applications

Status in “chromium-browser” package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: xfwm4

  On my wife's desktop, the preferred web-browser is  set, via Settings
  Manager, to chromium-browser.  However, if she clicks a web link
  received by email (thunderbird), firefox is always launched.  Also,
  clicking the generic Web Browser icon in the bottom panel launches
  firefox.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: xfwm4 4.8.1-1
  ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
  Uname: Linux 2.6.38-8-generic i686
  NonfreeKernelModules: nvidia
  Architecture: i386
  Date: Wed Jun  8 15:36:45 2011
  InstallationMedia: Xubuntu 11.04 Natty Narwhal - Release i386 (20110427)
  ProcEnviron:
   LANGUAGE=en_US:en
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: xfwm4
  UpgradeStatus: No upgrade log present (probably fresh install)

  WORKAROUND:
  Xfce stores it at ~/.config/xfce4/helpers.rc
  There will be a key named WebBrowser. e.g: WebBrowser=firefox

  Using an editor, complete the following steps:
  1. change preferred browser in Settings - Preferred Applications
  2. open a terminal, type
 cd ~/.config/xfce4/
  3. type 
 mousepad helpers.rc
  4. find WebBrowser=firefox
  5. change the line to read WebBrowser=chromium-browser
  6. Save the file
  exit the terminal

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/794720/+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 1254438] [NEW] package gdm 2.30.2.is.2.30.0-0ubuntu5.2 failed to install/upgrade: подпроцесс установлен сценарий pre-removal возвратил код ошибки 10

2013-11-24 Thread artem
Public bug reported:

install pasket

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: gdm 2.30.2.is.2.30.0-0ubuntu5.2
ProcVersionSignature: Ubuntu 2.6.32-45.104-generic-pae 2.6.32.60+drm33.26
Uname: Linux 2.6.32-45-generic-pae i686
NonfreeKernelModules: fglrx
Architecture: i386
Date: Sun Nov 24 17:10:30 2013
ErrorMessage: подпроцесс установлен сценарий pre-removal возвратил код ошибки 10
InstallationMedia: Ubuntu-Server 10.04 LTS Lucid Lynx - Release i386 
(20100427)
SourcePackage: gdm
Title: package gdm 2.30.2.is.2.30.0-0ubuntu5.2 failed to install/upgrade: 
подпроцесс установлен сценарий pre-removal возвратил код ошибки 10

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


** Tags: apport-package i386 lucid

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

Title:
  package gdm 2.30.2.is.2.30.0-0ubuntu5.2 failed to install/upgrade:
  подпроцесс установлен сценарий pre-removal возвратил код ошибки 10

Status in “gdm” package in Ubuntu:
  New

Bug description:
  install pasket

  ProblemType: Package
  DistroRelease: Ubuntu 10.04
  Package: gdm 2.30.2.is.2.30.0-0ubuntu5.2
  ProcVersionSignature: Ubuntu 2.6.32-45.104-generic-pae 2.6.32.60+drm33.26
  Uname: Linux 2.6.32-45-generic-pae i686
  NonfreeKernelModules: fglrx
  Architecture: i386
  Date: Sun Nov 24 17:10:30 2013
  ErrorMessage: подпроцесс установлен сценарий pre-removal возвратил код ошибки 
10
  InstallationMedia: Ubuntu-Server 10.04 LTS Lucid Lynx - Release i386 
(20100427)
  SourcePackage: gdm
  Title: package gdm 2.30.2.is.2.30.0-0ubuntu5.2 failed to install/upgrade: 
подпроцесс установлен сценарий pre-removal возвратил код ошибки 10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gdm/+bug/1254438/+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 980102] Re: Save screenshot (key PrtScr) does not work while Menu is open

2013-11-24 Thread Ibragim Alaudiev
** Also affects: gnome-screenshot (Ubuntu)
   Importance: Undecided
   Status: New

** No longer affects: gnome-screenshot (Ubuntu)

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

Title:
  Save screenshot (key PrtScr) does not work while Menu is open

Status in The Linux Mint Distribution:
  New

Bug description:
  Linux Mint 12 (Lisa) 32 bit, Mate
  Click Menu (menu opens). Press Prt-Scr key on your keyboard. Nothing 
happens, not able to take screenshot with menu open. With menu closed Save 
Screenshot works as expected.

To manage notifications about this bug go to:
https://bugs.launchpad.net/linuxmint/+bug/980102/+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 1176509] Re: After update to 13.04 Brasero CD write hangs at normalizing tracks

2013-11-24 Thread Vincent Gerris
same issue on 13.10 64 bit: haning on normalising, works when disabling
it.

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

Title:
  After update to 13.04 Brasero CD write hangs at normalizing tracks

Status in “brasero” package in Ubuntu:
  Confirmed

Bug description:
  I was previously able to burn a music CD, now that I have upgraded to
  13.04 I cannot. I select tracks (they happen to be in OGG format) then
  press the button to burn. The dialog shows Normalizing tracks (which
  is the first visible step) then nothing happens. Retried but it didn't
  help.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: brasero 3.6.1-0ubuntu2
  ProcVersionSignature: Ubuntu 3.8.0-19.30-generic 3.8.8
  Uname: Linux 3.8.0-19-generic x86_64
  ApportVersion: 2.9.2-0ubuntu8
  Architecture: amd64
  CheckboxSubmission: 0c0b506ac08511df3587026b79856af7
  CheckboxSystem: b1865df84255b8716d3bcc269ff410d1
  Date: Sun May  5 12:03:37 2013
  ExecutablePath: /usr/bin/brasero
  InstallationDate: Installed on 2012-04-01 (398 days ago)
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  MarkForUpload: True
  SourcePackage: brasero
  UpgradeStatus: Upgraded to raring on 2013-04-29 (6 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/brasero/+bug/1176509/+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 817778] Re: the Brasero Normalize Plugin should Not be enabled by default

2013-11-24 Thread Vincent Gerris
Totally agree. Besides not being enabled, it should also work before including 
it.
Currently it still hangs on 13.10 with normalising.

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

Title:
  the Brasero Normalize Plugin should Not be enabled by default

Status in “brasero” package in Ubuntu:
  Confirmed

Bug description:
  The Normalize plugin (which sets consistent sound levels between
  tracks) in Brasero should NOT be enabled by default on new installs of
  Ubuntu because the plugin alters/changes the burned file appearing on
  the CD from the original file that exists on the HDD.

  Because the original file being burned is changed/altered by the
  Normalize plugin, it should be something that users have to enable
  manually if they want it.

  Many users make a backup of files on their HDD. When they make a
  backup, they want an exact copy of the files on their HDD without any
  changes being made to the files being burned to the CD. The Normalize
  plugin prevents this. Users that do use the Normalize plugin often
  keep an original/unaltered file separate from normalized versions.
  Many new users burning backup copies of their music will not know
  their burning activity is changing the sound level of their music
  data. And they may delete the original file thinking they have an
  exact copy burned onto CD, not realizing they have burned a
  normalized version.

  To protect users that are unaware of the Normalize plugin, it should
  be disabled (unticked) by default. Users that use this plugin will
  know what it does and will know they need to enable it should they
  want normalization to occur.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: brasero 2.30.2-0ubuntu1.1
  ProcVersionSignature: Ubuntu 2.6.32-33.70-generic 2.6.32.41+drm33.18
  Uname: Linux 2.6.32-33-generic i686
  Architecture: i386
  Date: Thu Jul 28 18:11:03 2011
  ExecutablePath: /usr/bin/brasero
  InstallationMedia: Ubuntu 10.04.1 LTS Lucid Lynx - Release i386 (20100816.1)
  ProcEnviron:
   LC_TIME=en_GB.UTF-8
   LANG=en_US.utf8
   SHELL=/bin/bash
  SourcePackage: brasero
  XsessionErrors:
   (polkit-gnome-authentication-agent-1:1292): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed
   (brasero:2102): GConf-CRITICAL **: gconf_client_set_string: assertion `val 
!= NULL' failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/brasero/+bug/817778/+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 1254442] [NEW] Please upgrade to new upstream release v.13.11 Beta V9.4 (has support for Saucy's Kernel 3.11)

2013-11-24 Thread papukaija
Public bug reported:

Please upgrade to new upstream release 13.11 Beta V9.4. This driver
supports Kernels up to 3.12 and Xorg up to 1.14; ie. it should fully
work on Ubuntu 13.10.

This version also fixes the following issues:

[372656] : Resolves crash when resizing Konsole
[388325] : Resolves brightness adjustment issues
[388818] : Resolves kernel module compile failure when 
CONFIG_UIDGID_STRICT_TYPE_CHECKS is enabled
[388335] : Avoids the new GPL symbol acpi_bus_get_device for new kernel 
support
[386897] : Resolves system hang on resume from S4 with OpenGL screen saver 
running

It might make sense to also upgrade the stable package, as the beta
v9.4. is the first version that has native support (without DKMS
drivers) for Saucy's Kernel.

Source and more information can be found from http://support.amd.com/en-
us/kb-articles/Pages/Latest-LINUX-Beta-Driver.aspx

Thanks.

** Affects: fglrx-installer (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: fglrx-installer-updates (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: upgrade-software-version

** Also affects: fglrx-installer (Ubuntu)
   Importance: Undecided
   Status: New

** Summary changed:

- Please upgrade to new upstream release 13.11 Beta V9.4 (has support for 
Kernel 3.11)
+ Please upgrade to new upstream release 13.11 Beta V9.4 (has support for 
Saucy's Kernel 3.11)

** Summary changed:

- Please upgrade to new upstream release 13.11 Beta V9.4 (has support for 
Saucy's Kernel 3.11)
+ Please upgrade to new upstream release v.13.11 Beta V9.4 (has support for 
Saucy's Kernel 3.11)

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

Title:
  Please upgrade to new upstream release v.13.11 Beta V9.4 (has support
  for Saucy's Kernel 3.11)

Status in “fglrx-installer” package in Ubuntu:
  New
Status in “fglrx-installer-updates” package in Ubuntu:
  New

Bug description:
  Please upgrade to new upstream release 13.11 Beta V9.4. This driver
  supports Kernels up to 3.12 and Xorg up to 1.14; ie. it should fully
  work on Ubuntu 13.10.

  This version also fixes the following issues:

  [372656] : Resolves crash when resizing Konsole
  [388325] : Resolves brightness adjustment issues
  [388818] : Resolves kernel module compile failure when 
CONFIG_UIDGID_STRICT_TYPE_CHECKS is enabled
  [388335] : Avoids the new GPL symbol acpi_bus_get_device for new kernel 
support
  [386897] : Resolves system hang on resume from S4 with OpenGL screen 
saver running

  It might make sense to also upgrade the stable package, as the beta
  v9.4. is the first version that has native support (without DKMS
  drivers) for Saucy's Kernel.

  Source and more information can be found from http://support.amd.com
  /en-us/kb-articles/Pages/Latest-LINUX-Beta-Driver.aspx

  Thanks.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/1254442/+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 969489] Re: lightdm tries (and fails) to start too early?

2013-11-24 Thread 323232
same problem with 13.10 on a samsung series 5 notebook with a ssd
set sleep to 5 (with lower seconds the bug still persist in a lower 
frequency...)

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

Title:
  lightdm tries (and fails) to start too early?

Status in Upstart:
  Confirmed
Status in “lightdm” package in Ubuntu:
  Triaged

Bug description:
  Sometimes lightdm comes up fine.  Other times it appears to fail.
  x-0.log shows it tried to load 'nv' (rather than 'nvidia' which is
  what actually exists).  When I then log into console and 'start
  lightdm', it comes up fine (on :1).

  I've not had it come up ok today, so I don't know if, when it comes up
  fine, it starts on :0.  No idea if the lightdm.conf needs a change to
  'start on'clause, or if this is just a case of a bad shipped config
  file (for module 'nv').

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: lightdm 1.1.9-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-20.33-generic 3.2.12
  Uname: Linux 3.2.0-20-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0-0ubuntu1
  Architecture: amd64
  Date: Fri Mar 30 13:40:27 2012
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 
(20120323)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: lightdm
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/upstart/+bug/969489/+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 1254424] Re: fglrx 2:13.101-0ubuntu4: fails to build with kernel 3.13.x [error: ‘struct acpi_dev_node’ has no member named ‘handle’]

2013-11-24 Thread Daniel Letzeisen
Not even the latest Beta driver supports kernel 3.13 yet:
http://support.amd.com/en-us/kb-articles/Pages/Latest-LINUX-Beta-
Driver.aspx

Folks needing fglrx should stick to kernel 3.12.x right now.

** Summary changed:

- fglrx 2:13.101-0ubuntu4: fglrx kernel module failed to build
+ fglrx 2:13.101-0ubuntu4: fails to build with kernel 3.13.x [error: ‘struct 
acpi_dev_node’ has no member named ‘handle’]

** Changed in: fglrx-installer (Ubuntu)
   Importance: Undecided = Low

** Changed in: fglrx-installer (Ubuntu)
   Status: New = Triaged

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

Title:
  fglrx 2:13.101-0ubuntu4: fails to build with kernel 3.13.x [error:
  ‘struct acpi_dev_node’ has no member named ‘handle’]

Status in “fglrx-installer” package in Ubuntu:
  Triaged

Bug description:
  error

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: fglrx (not installed)
  Uname: Linux 3.13.0-031300rc1-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.12.7-0ubuntu1
  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
  DKMSKernelVersion: 3.13.0-031300rc1-generic
  Date: Sat Nov 23 15:53:29 2013
  DistUpgraded: 2013-11-02 13:58:46,785 DEBUG enabling apt cron job
  DistroCodename: trusty
  DistroVariant: ubuntu
  DuplicateSignature: 
dkms:fglrx:2:13.101-0ubuntu4:/var/lib/dkms/fglrx/13.101/build/2.6.x/kcl_acpi.c:796:59:
 error: ‘struct acpi_dev_node’ has no member named ‘handle’
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Park [Mobility Radeon HD 
5430/5450/5470] [1002:68e0] (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Device [1043:1bf2]
  InstallationDate: Installed on 2013-09-13 (72 days ago)
  InstallationMedia: UbuntuKylin 13.10 Saucy Salamander - Alpha amd64 
(20130724)
  MachineType: ASUSTeK Computer Inc. K42JE
  PackageVersion: 2:13.101-0ubuntu4
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-031300rc1-generic 
root=/dev/mapper/ubuntukylin--vg-root ro locale=zh_CN splash quiet
  SourcePackage: fglrx-installer
  SystemImageInfo: Error: [Errno 2] 没有那个文件或目录: 'system-image-cli'
  Title: fglrx 2:13.101-0ubuntu4: fglrx kernel module failed to build
  UpgradeStatus: Upgraded to trusty on 2013-11-02 (22 days ago)
  dmi.bios.date: 01/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 500
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: K42JE
  dmi.board.vendor: ASUSTeK Computer Inc.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: 0x
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK Computer Inc.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr500:bd01/26/2011:svnASUSTeKComputerInc.:pnK42JE:pvr1.0:rvnASUSTeKComputerInc.:rnK42JE:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr1.0:
  dmi.product.name: K42JE
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK Computer Inc.
  version.compiz: compiz 1:0.9.10+13.10.20131011-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.46-4
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.2.2-1ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.2.2-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.14.3-3ubuntu4
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu3.1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.2.0-0ubuntu10
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.904-0ubuntu2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu1
  xserver.bootTime: Sun Nov 24 18:45:48 2013
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs: Output  HDMI-0
LVDS   VGA-0
  xserver.version: 2:1.14.3-3ubuntu4
  xserver.video_driver: radeon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/1254424/+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 1254359] Re: PCI/internal sound card not detected on Lenovo x220

2013-11-24 Thread Daniel Letzeisen
Luke, that's definitely not a supported configuration. If sound still
fails to work with the default Trusty kernel, please file a new audio
bug, which will have updated logs.

Thanks and good luck with the cryptsetup issue.

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

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

Title:
  PCI/internal sound card not detected on Lenovo x220

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

Bug description:
  On upgrade to trusty, System Settings now only lists Simultaneous
  Output.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.2.0-52.78-generic 3.2.48
  Uname: Linux 3.2.0-52-generic x86_64
  ApportVersion: 2.12.7-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  Date: Sat Nov 23 19:20:13 2013
  InstallationDate: Installed on 2013-03-18 (250 days ago)
  InstallationMedia: Ubuntu 12.04.2 LTS Precise Pangolin - Release amd64 
(20130214)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Title: PCI/internal sound card not detected
  UpgradeStatus: Upgraded to trusty on 2013-11-23 (0 days ago)
  dmi.bios.date: 12/01/2011
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 8DET56WW (1.26 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 4286CTO
  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:bvr8DET56WW(1.26):bd12/01/2011:svnLENOVO:pn4286CTO:pvrThinkPadX220:rvnLENOVO:rn4286CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 4286CTO
  dmi.product.version: ThinkPad X220
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1254359/+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 1254446] [NEW] package gnome-orca 3.8.0-0ubuntu1 failed to install/upgrade: failed to stat (dereference) existing symlink `/usr/share/help/sl/orca/figures/preferences_enable_br

2013-11-24 Thread Sirrah Harris
Public bug reported:

It won't let me install anything.

ProblemType: Package
DistroRelease: Ubuntu 13.10
Package: gnome-orca 3.8.0-0ubuntu1
ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
Uname: Linux 3.11.0-12-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.12.5-0ubuntu2.1
Architecture: amd64
Date: Wed Nov 20 12:10:56 2013
DuplicateSignature: package:gnome-orca:3.8.0-0ubuntu1:failed to stat 
(dereference) existing symlink 
`/usr/share/help/sl/orca/figures/preferences_enable_braille_support.png': 
Input/output error
ErrorMessage: failed to stat (dereference) existing symlink 
`/usr/share/help/sl/orca/figures/preferences_enable_braille_support.png': 
Input/output error
MarkForUpload: True
PackageArchitecture: all
SourcePackage: gnome-orca
Title: package gnome-orca 3.8.0-0ubuntu1 failed to install/upgrade: failed to 
stat (dereference) existing symlink 
`/usr/share/help/sl/orca/figures/preferences_enable_braille_support.png': 
Input/output error
UpgradeStatus: Upgraded to saucy on 2013-10-25 (30 days ago)

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


** Tags: amd64 apport-package saucy

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

Title:
  package gnome-orca 3.8.0-0ubuntu1 failed to install/upgrade: failed to
  stat (dereference) existing symlink
  `/usr/share/help/sl/orca/figures/preferences_enable_braille_support.png':
  Input/output error

Status in “gnome-orca” package in Ubuntu:
  New

Bug description:
  It won't let me install anything.

  ProblemType: Package
  DistroRelease: Ubuntu 13.10
  Package: gnome-orca 3.8.0-0ubuntu1
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Wed Nov 20 12:10:56 2013
  DuplicateSignature: package:gnome-orca:3.8.0-0ubuntu1:failed to stat 
(dereference) existing symlink 
`/usr/share/help/sl/orca/figures/preferences_enable_braille_support.png': 
Input/output error
  ErrorMessage: failed to stat (dereference) existing symlink 
`/usr/share/help/sl/orca/figures/preferences_enable_braille_support.png': 
Input/output error
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: gnome-orca
  Title: package gnome-orca 3.8.0-0ubuntu1 failed to install/upgrade: failed to 
stat (dereference) existing symlink 
`/usr/share/help/sl/orca/figures/preferences_enable_braille_support.png': 
Input/output error
  UpgradeStatus: Upgraded to saucy on 2013-10-25 (30 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-orca/+bug/1254446/+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 1242355] Re: libreoffice base connection to mdb via odbc crashes on saving odb file

2013-11-24 Thread Christopher M. Penalver
magowiz, thank you for taking the time to report this bug and helping to
make Ubuntu better. The issue you are reporting is an upstream one. It
would be nice if somebody having it could send the bug to the developers
of the software by following the instructions verbatim at
http://wiki.documentfoundation.org/BugReport . If you have done so,
please tell us the number of the upstream bug (or the link), so we can
add a bugwatch that will inform us about the status. Thanks in advance.

Helpful bug reporting tips:
https://help.ubuntu.com/community/ReportingBugs

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

Title:
  libreoffice base connection to mdb via odbc crashes on saving odb file

Status in “libreoffice” package in Ubuntu:
  New

Bug description:
  I was trying to connect to an existing mdb (MS Access) database file using 
unixodbc and libreoffice-base,
  I've got unixodbc , undixodbc-bin and libmdbodbc1 packages installed
  I set the odbc as following :

  /etc/odbc.ini
  [Pippo]
  Description = mine database
  Driver = /usr/lib/x86_64-linux-gnu/odbc/libmdbodbc.so.1
  Database = /home/magowiz/pippo.mdb

  /etc/odbcinst.ini
  [MDBTools]
  Description = MDBTools Driver
  Driver = /usr/lib/x86_64-linux-gnu/odbc/libmdbodbc.so.1
  Setup = /usr/lib/x86_64-linux-gnu/odbc/libmdbodbc.so.1
  Usage = 1
  FileUsage = 1
  UsageCount = 2

  I use the connection wizard into libreoffice base : I can successfully
  test mine connection but while I'm saving the odb file the whole
  program crashes and close itself

  It follows distro and software versions :

  $ lsb_release -rd
  Description: Ubuntu 13.10
  Release: 13.10

  apt-cache policy libreoffice-base
  libreoffice-base:
Installed: 1:4.1.2~rc3-0ubuntu1
Candidate: 1:4.1.2~rc3-0ubuntu1

  apt-cache policy unixodbc
  unixodbc:
Installed: 2.2.14p2-5ubuntu4
Candidate: 2.2.14p2-5ubuntu4

  apt-cache policy libmdbodbc1
  libmdbodbc1:
Installed: 0.7-3
Candidate: 0.7-3

  ProblemType: Crash
  DistroRelease: Ubuntu 13.10
  Package: libreoffice-core 1:4.1.2~rc3-0ubuntu1 [modified: 
usr/lib/libreoffice/program/libcomphelper.so 
usr/lib/libreoffice/program/libi18nlangtag.so 
usr/lib/libreoffice/program/libmergedlo.so 
usr/lib/libreoffice/program/libspalo.so 
usr/lib/libreoffice/program/libucbhelper.so 
usr/lib/libreoffice/program/libunopkgapp.so 
usr/lib/libreoffice/program/oosplash usr/lib/libreoffice/program/pluginapp.bin 
usr/lib/libreoffice/program/soffice.bin usr/lib/libreoffice/program/spadmin.bin 
usr/lib/libreoffice/program/unopkg.bin usr/lib/libreoffice/program/uri-encode]
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  CrashCounter: 1
  Date: Sun Oct 20 16:19:16 2013
  ExecutablePath: /usr/lib/libreoffice/program/soffice.bin
  MarkForUpload: True
  ProcCmdline: /usr/lib/libreoffice/program/soffice.bin --splash-pipe=5
  SegvAnalysis: Skipped: missing required field Disassembly
  Signal: 11
  SourcePackage: libreoffice
  Stacktrace:
   No symbol __nih_abort_msg in current context.
   Python Exception class 'AttributeError' 'dict' object has no attribute 
'iteritems': 
   Python Exception class 'AttributeError' 'dict' object has no attribute 
'iteritems':
  StacktraceTop:
   
  Title: soffice.bin crashed with SIGSEGV
  UpgradeStatus: Upgraded to saucy on 2013-10-17 (2 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  --- 
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  DistroRelease: Ubuntu 13.10
  MarkForUpload: True
  NonfreeKernelModules: wl
  Package: libreoffice 1:4.1.3-0ubuntu1
  PackageArchitecture: amd64
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=it_IT.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
  Tags:  saucy package-from-proposed
  Uname: Linux 3.11.0-14-generic x86_64
  UpgradeStatus: Upgraded to saucy on 2013-10-17 (37 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1242355/+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 1254420] Re: libreoffice 4.1.3 base connection to mdb via odbc crashes on saving odb file

2013-11-24 Thread Christopher M. Penalver
*** This bug is a duplicate of bug 1242355 ***
https://bugs.launchpad.net/bugs/1242355

As per
https://help.ubuntu.com/community/ApportRetracingService#outdated_debug_symbol_package
not Invalid. Marking duplicate of parent 1242355.

** This bug has been marked a duplicate of bug 1242355
   libreoffice base connection to mdb via odbc crashes on saving odb file

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

Title:
   libreoffice 4.1.3 base connection to mdb via odbc crashes on saving
  odb file

Status in “libreoffice” package in Ubuntu:
  Invalid

Bug description:
  I was trying to connect to an existing mdb (MS Access) database file using 
unixodbc and libreoffice-base,
  I've got unixodbc , undixodbc-bin and libmdbodbc1 packages installed
  I set the odbc as following :

  /etc/odbc.ini
  [Pippo]
  Description = mine database
  Driver = /usr/lib/x86_64-linux-gnu/odbc/libmdbodbc.so.1
  Database = /home/magowiz/pippo.mdb

  /etc/odbcinst.ini
  [MDBTools]
  Description   = MDBTools Driver
  Driver= libmdbodbc.so.1
  Setup = libmdbodbc.so.1
  FileUsage = 1
  UsageCount= 2

  
  I use the connection wizard into libreoffice base : I can successfully test 
mine connection but while I'm saving the odb file the whole program crashes and 
close itself

  It follows distro and software versions :

  $ lsb_release -rd
  Description: Ubuntu 13.10
  Release: 13.10

  apt-cache policy libreoffice-base
  libreoffice-base:
Installed: 1:4.1.3-0ubuntu1
Candidate: 1:4.1.3-0ubuntu1

  apt-cache policy unixodbc
  unixodbc:
Installed: 2.2.14p2-5ubuntu4
Candidate: 2.2.14p2-5ubuntu4

  apt-cache policy libmdbodbc1
  libmdbodbc1:
Installed: 0.7-3
Candidate: 0.7-3

  ProblemType: Crash
  DistroRelease: Ubuntu 13.10
  Package: libreoffice-core 1:4.1.3-0ubuntu1
  ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
  Uname: Linux 3.11.0-14-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Sun Nov 24 10:34:00 2013
  ExecutablePath: /usr/lib/libreoffice/program/soffice.bin
  ExecutableTimestamp: 1385081753
  MarkForUpload: True
  ProcCmdline: /usr/lib/libreoffice/program/soffice.bin --splash-pipe=5
  ProcCwd: /home/magowiz
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=it_IT.UTF-8
   SHELL=/bin/bash
   LD_LIBRARY_PATH=set
  SegvAnalysis: Failure: invalid literal for int() with base 16: 'symbol'
  Signal: 11
  SourcePackage: libreoffice
  StacktraceTop:
   
  Title: soffice.bin crashed with SIGSEGV
  UpgradeStatus: Upgraded to saucy on 2013-10-17 (37 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1254420/+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 1254446] Re: package gnome-orca 3.8.0-0ubuntu1 failed to install/upgrade: failed to stat (dereference) existing symlink `/usr/share/help/sl/orca/figures/preferences_enable_brai

2013-11-24 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package gnome-orca 3.8.0-0ubuntu1 failed to install/upgrade: failed to
  stat (dereference) existing symlink
  `/usr/share/help/sl/orca/figures/preferences_enable_braille_support.png':
  Input/output error

Status in “gnome-orca” package in Ubuntu:
  New

Bug description:
  It won't let me install anything.

  ProblemType: Package
  DistroRelease: Ubuntu 13.10
  Package: gnome-orca 3.8.0-0ubuntu1
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Wed Nov 20 12:10:56 2013
  DuplicateSignature: package:gnome-orca:3.8.0-0ubuntu1:failed to stat 
(dereference) existing symlink 
`/usr/share/help/sl/orca/figures/preferences_enable_braille_support.png': 
Input/output error
  ErrorMessage: failed to stat (dereference) existing symlink 
`/usr/share/help/sl/orca/figures/preferences_enable_braille_support.png': 
Input/output error
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: gnome-orca
  Title: package gnome-orca 3.8.0-0ubuntu1 failed to install/upgrade: failed to 
stat (dereference) existing symlink 
`/usr/share/help/sl/orca/figures/preferences_enable_braille_support.png': 
Input/output error
  UpgradeStatus: Upgraded to saucy on 2013-10-25 (30 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-orca/+bug/1254446/+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 1254448] [NEW] [ATIIXP - ATI IXP, playback] No sound at all

2013-11-24 Thread giorgio
Public bug reported:

First install 13.10 on win pc. Audio external ok on win. No sound at all on 
13.10. Audio device ok on 13.10 terminal (AMD ATI IXP SB400 AC'97). 
VERSION PACK: IMPOSSIBLE TO FIND OUT

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: alsa-base 1.0.25+dfsg-0ubuntu4
ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
Uname: Linux 3.11.0-12-generic i686
ApportVersion: 2.12.5-0ubuntu2
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  ubu4007 F pulseaudio
CasperVersion: 1.336ubuntu1
Date: Sun Nov 24 15:07:38 2013
LiveMediaBuild: Plus12-32bit 13.10 - Release i386
MarkForUpload: True
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=it_IT
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=it_IT.UTF-8
 SHELL=/bin/bash
SourcePackage: alsa-driver
Symptom: audio
Symptom_AlsaPlaybackTest: ALSA playback test through plughw:IXP failed
Symptom_Card: Audio interno - ATI IXP
Symptom_DevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  ubu4007 F pulseaudio
 /dev/snd/seq:timidity   3199 F timidity
Symptom_Type: No sound at all
Title: [ATIIXP - ATI IXP, playback] No sound at all
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 01/18/2005
dmi.bios.vendor: Phoenix Technologies, LTD
dmi.bios.version: 6.00 PG
dmi.board.name: RS/RX480SB400
dmi.chassis.type: 3
dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvr6.00PG:bd01/18/2005:svn:pn:pvr:rvn:rnRS/RX480SB400:rvr:cvn:ct3:cvr:

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


** Tags: apport-bug i386 saucy

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

Title:
  [ATIIXP - ATI IXP, playback] No sound at all

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

Bug description:
  First install 13.10 on win pc. Audio external ok on win. No sound at all on 
13.10. Audio device ok on 13.10 terminal (AMD ATI IXP SB400 AC'97). 
  VERSION PACK: IMPOSSIBLE TO FIND OUT

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic i686
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubu4007 F pulseaudio
  CasperVersion: 1.336ubuntu1
  Date: Sun Nov 24 15:07:38 2013
  LiveMediaBuild: Plus12-32bit 13.10 - Release i386
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=it_IT
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=it_IT.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:IXP failed
  Symptom_Card: Audio interno - ATI IXP
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubu4007 F pulseaudio
   /dev/snd/seq:timidity   3199 F timidity
  Symptom_Type: No sound at all
  Title: [ATIIXP - ATI IXP, playback] No sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/18/2005
  dmi.bios.vendor: Phoenix Technologies, LTD
  dmi.bios.version: 6.00 PG
  dmi.board.name: RS/RX480SB400
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvr6.00PG:bd01/18/2005:svn:pn:pvr:rvn:rnRS/RX480SB400:rvr:cvn:ct3:cvr:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1254448/+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 1254287] Re: Speakers do not work after using headphones

2013-11-24 Thread Saiph Kappa
apport information

** Tags added: apport-collected saucy

** Description changed:

  If I am listening to music with headphones and then shut down the
  computer and unplug the headphones, when I boot ubuntu the next time, no
  sound can be listened to from the speakers and I have to explicitly
  select speakers in sound settings.
  
  Ubuntu should determine automatically that no headphones are connected
  and select speakers.
  
  This happens in ubuntu 13.10 with all updates performed until now.
+ --- 
+ ApportVersion: 2.12.5-0ubuntu2.1
+ Architecture: i386
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  sergio 2019 F pulseaudio
+ DistroRelease: Ubuntu 13.10
+ EcryptfsInUse: Yes
+ InstallationDate: Installed on 2012-03-08 (625 days ago)
+ InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
+ MarkForUpload: True
+ Package: alsa-base 1.0.25+dfsg-0ubuntu4
+ PackageArchitecture: all
+ ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6
+ Tags:  saucy
+ Uname: Linux 3.11.0-13-generic i686
+ UpgradeStatus: Upgraded to saucy on 2013-10-23 (31 days ago)
+ UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
+ dmi.bios.date: 11/10/2006
+ dmi.bios.vendor: Phoenix Technologies LTD
+ dmi.bios.version: RKYWSF21
+ dmi.board.name: ROCKY
+ dmi.board.vendor: LG Electronics
+ dmi.board.version: Not Applicable
+ dmi.chassis.asset.tag: No Asset Tag
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: LG Electronics
+ dmi.chassis.version: N/A
+ dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrRKYWSF21:bd11/10/2006:svnLGElectronics:pnS1-P331P:pvrNotApplicable:rvnLGElectronics:rnROCKY:rvrNotApplicable:cvnLGElectronics:ct10:cvrN/A:
+ dmi.product.name: S1-P331P
+ dmi.product.version: Not Applicable
+ dmi.sys.vendor: LG Electronics

** Attachment added: AlsaInfo.txt
   
https://bugs.launchpad.net/bugs/1254287/+attachment/3916066/+files/AlsaInfo.txt

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

Title:
  Speakers do not work after using headphones

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

Bug description:
  If I am listening to music with headphones and then shut down the
  computer and unplug the headphones, when I boot ubuntu the next time,
  no sound can be listened to from the speakers and I have to explicitly
  select speakers in sound settings.

  Ubuntu should determine automatically that no headphones are connected
  and select speakers.

  This happens in ubuntu 13.10 with all updates performed until now.
  --- 
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  sergio 2019 F pulseaudio
  DistroRelease: Ubuntu 13.10
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2012-03-08 (625 days ago)
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
  MarkForUpload: True
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  PackageArchitecture: all
  ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6
  Tags:  saucy
  Uname: Linux 3.11.0-13-generic i686
  UpgradeStatus: Upgraded to saucy on 2013-10-23 (31 days ago)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
  dmi.bios.date: 11/10/2006
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: RKYWSF21
  dmi.board.name: ROCKY
  dmi.board.vendor: LG Electronics
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LG Electronics
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrRKYWSF21:bd11/10/2006:svnLGElectronics:pnS1-P331P:pvrNotApplicable:rvnLGElectronics:rnROCKY:rvrNotApplicable:cvnLGElectronics:ct10:cvrN/A:
  dmi.product.name: S1-P331P
  dmi.product.version: Not Applicable
  dmi.sys.vendor: LG Electronics

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1254287/+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 1254287] CurrentDmesg.txt

2013-11-24 Thread Saiph Kappa
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/1254287/+attachment/3916073/+files/CurrentDmesg.txt

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

Title:
  Speakers do not work after using headphones

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

Bug description:
  If I am listening to music with headphones and then shut down the
  computer and unplug the headphones, when I boot ubuntu the next time,
  no sound can be listened to from the speakers and I have to explicitly
  select speakers in sound settings.

  Ubuntu should determine automatically that no headphones are connected
  and select speakers.

  This happens in ubuntu 13.10 with all updates performed until now.
  --- 
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  sergio 2019 F pulseaudio
  DistroRelease: Ubuntu 13.10
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2012-03-08 (625 days ago)
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
  MarkForUpload: True
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  PackageArchitecture: all
  ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6
  Tags:  saucy
  Uname: Linux 3.11.0-13-generic i686
  UpgradeStatus: Upgraded to saucy on 2013-10-23 (31 days ago)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
  dmi.bios.date: 11/10/2006
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: RKYWSF21
  dmi.board.name: ROCKY
  dmi.board.vendor: LG Electronics
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LG Electronics
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrRKYWSF21:bd11/10/2006:svnLGElectronics:pnS1-P331P:pvrNotApplicable:rvnLGElectronics:rnROCKY:rvrNotApplicable:cvnLGElectronics:ct10:cvrN/A:
  dmi.product.name: S1-P331P
  dmi.product.version: Not Applicable
  dmi.sys.vendor: LG Electronics

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1254287/+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 1254287] Dependencies.txt

2013-11-24 Thread Saiph Kappa
apport information

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/1254287/+attachment/3916074/+files/Dependencies.txt

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

Title:
  Speakers do not work after using headphones

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

Bug description:
  If I am listening to music with headphones and then shut down the
  computer and unplug the headphones, when I boot ubuntu the next time,
  no sound can be listened to from the speakers and I have to explicitly
  select speakers in sound settings.

  Ubuntu should determine automatically that no headphones are connected
  and select speakers.

  This happens in ubuntu 13.10 with all updates performed until now.
  --- 
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  sergio 2019 F pulseaudio
  DistroRelease: Ubuntu 13.10
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2012-03-08 (625 days ago)
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
  MarkForUpload: True
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  PackageArchitecture: all
  ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6
  Tags:  saucy
  Uname: Linux 3.11.0-13-generic i686
  UpgradeStatus: Upgraded to saucy on 2013-10-23 (31 days ago)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
  dmi.bios.date: 11/10/2006
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: RKYWSF21
  dmi.board.name: ROCKY
  dmi.board.vendor: LG Electronics
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LG Electronics
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrRKYWSF21:bd11/10/2006:svnLGElectronics:pnS1-P331P:pvrNotApplicable:rvnLGElectronics:rnROCKY:rvrNotApplicable:cvnLGElectronics:ct10:cvrN/A:
  dmi.product.name: S1-P331P
  dmi.product.version: Not Applicable
  dmi.sys.vendor: LG Electronics

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1254287/+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 1254287] ProcEnviron.txt

2013-11-24 Thread Saiph Kappa
apport information

** Attachment added: ProcEnviron.txt
   
https://bugs.launchpad.net/bugs/1254287/+attachment/3916075/+files/ProcEnviron.txt

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

Title:
  Speakers do not work after using headphones

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

Bug description:
  If I am listening to music with headphones and then shut down the
  computer and unplug the headphones, when I boot ubuntu the next time,
  no sound can be listened to from the speakers and I have to explicitly
  select speakers in sound settings.

  Ubuntu should determine automatically that no headphones are connected
  and select speakers.

  This happens in ubuntu 13.10 with all updates performed until now.
  --- 
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  sergio 2019 F pulseaudio
  DistroRelease: Ubuntu 13.10
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2012-03-08 (625 days ago)
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
  MarkForUpload: True
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  PackageArchitecture: all
  ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6
  Tags:  saucy
  Uname: Linux 3.11.0-13-generic i686
  UpgradeStatus: Upgraded to saucy on 2013-10-23 (31 days ago)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
  dmi.bios.date: 11/10/2006
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: RKYWSF21
  dmi.board.name: ROCKY
  dmi.board.vendor: LG Electronics
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LG Electronics
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrRKYWSF21:bd11/10/2006:svnLGElectronics:pnS1-P331P:pvrNotApplicable:rvnLGElectronics:rnROCKY:rvrNotApplicable:cvnLGElectronics:ct10:cvrN/A:
  dmi.product.name: S1-P331P
  dmi.product.version: Not Applicable
  dmi.sys.vendor: LG Electronics

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1254287/+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 1254287] PulseList.txt

2013-11-24 Thread Saiph Kappa
apport information

** Attachment added: PulseList.txt
   
https://bugs.launchpad.net/bugs/1254287/+attachment/3916076/+files/PulseList.txt

** Changed in: alsa-driver (Ubuntu)
   Status: Incomplete = 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/1254287

Title:
  Speakers do not work after using headphones

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

Bug description:
  If I am listening to music with headphones and then shut down the
  computer and unplug the headphones, when I boot ubuntu the next time,
  no sound can be listened to from the speakers and I have to explicitly
  select speakers in sound settings.

  Ubuntu should determine automatically that no headphones are connected
  and select speakers.

  This happens in ubuntu 13.10 with all updates performed until now.
  --- 
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  sergio 2019 F pulseaudio
  DistroRelease: Ubuntu 13.10
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2012-03-08 (625 days ago)
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
  MarkForUpload: True
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  PackageArchitecture: all
  ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6
  Tags:  saucy
  Uname: Linux 3.11.0-13-generic i686
  UpgradeStatus: Upgraded to saucy on 2013-10-23 (31 days ago)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
  dmi.bios.date: 11/10/2006
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: RKYWSF21
  dmi.board.name: ROCKY
  dmi.board.vendor: LG Electronics
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LG Electronics
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrRKYWSF21:bd11/10/2006:svnLGElectronics:pnS1-P331P:pvrNotApplicable:rvnLGElectronics:rnROCKY:rvrNotApplicable:cvnLGElectronics:ct10:cvrN/A:
  dmi.product.name: S1-P331P
  dmi.product.version: Not Applicable
  dmi.sys.vendor: LG Electronics

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1254287/+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 1254287] BootDmesg.txt

2013-11-24 Thread Saiph Kappa
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/1254287/+attachment/3916067/+files/BootDmesg.txt

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

Title:
  Speakers do not work after using headphones

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

Bug description:
  If I am listening to music with headphones and then shut down the
  computer and unplug the headphones, when I boot ubuntu the next time,
  no sound can be listened to from the speakers and I have to explicitly
  select speakers in sound settings.

  Ubuntu should determine automatically that no headphones are connected
  and select speakers.

  This happens in ubuntu 13.10 with all updates performed until now.
  --- 
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  sergio 2019 F pulseaudio
  DistroRelease: Ubuntu 13.10
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2012-03-08 (625 days ago)
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
  MarkForUpload: True
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  PackageArchitecture: all
  ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6
  Tags:  saucy
  Uname: Linux 3.11.0-13-generic i686
  UpgradeStatus: Upgraded to saucy on 2013-10-23 (31 days ago)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
  dmi.bios.date: 11/10/2006
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: RKYWSF21
  dmi.board.name: ROCKY
  dmi.board.vendor: LG Electronics
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LG Electronics
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrRKYWSF21:bd11/10/2006:svnLGElectronics:pnS1-P331P:pvrNotApplicable:rvnLGElectronics:rnROCKY:rvrNotApplicable:cvnLGElectronics:ct10:cvrN/A:
  dmi.product.name: S1-P331P
  dmi.product.version: Not Applicable
  dmi.sys.vendor: LG Electronics

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1254287/+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 1242355] Re: libreoffice base connection to mdb via odbc crashes on saving odb file

2013-11-24 Thread magowiz
Hi Christoper,
I just submitted a bug report upstream, I hope I did it properly ,
you can find it here : 
https://www.libreoffice.org/bugzilla/show_bug.cgi?id=71966

** Bug watch added: LibreOffice Bugzilla #71966
   https://www.libreoffice.org/bugzilla/show_bug.cgi?id=71966

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

Title:
  libreoffice base connection to mdb via odbc crashes on saving odb file

Status in “libreoffice” package in Ubuntu:
  New

Bug description:
  I was trying to connect to an existing mdb (MS Access) database file using 
unixodbc and libreoffice-base,
  I've got unixodbc , undixodbc-bin and libmdbodbc1 packages installed
  I set the odbc as following :

  /etc/odbc.ini
  [Pippo]
  Description = mine database
  Driver = /usr/lib/x86_64-linux-gnu/odbc/libmdbodbc.so.1
  Database = /home/magowiz/pippo.mdb

  /etc/odbcinst.ini
  [MDBTools]
  Description = MDBTools Driver
  Driver = /usr/lib/x86_64-linux-gnu/odbc/libmdbodbc.so.1
  Setup = /usr/lib/x86_64-linux-gnu/odbc/libmdbodbc.so.1
  Usage = 1
  FileUsage = 1
  UsageCount = 2

  I use the connection wizard into libreoffice base : I can successfully
  test mine connection but while I'm saving the odb file the whole
  program crashes and close itself

  It follows distro and software versions :

  $ lsb_release -rd
  Description: Ubuntu 13.10
  Release: 13.10

  apt-cache policy libreoffice-base
  libreoffice-base:
Installed: 1:4.1.2~rc3-0ubuntu1
Candidate: 1:4.1.2~rc3-0ubuntu1

  apt-cache policy unixodbc
  unixodbc:
Installed: 2.2.14p2-5ubuntu4
Candidate: 2.2.14p2-5ubuntu4

  apt-cache policy libmdbodbc1
  libmdbodbc1:
Installed: 0.7-3
Candidate: 0.7-3

  ProblemType: Crash
  DistroRelease: Ubuntu 13.10
  Package: libreoffice-core 1:4.1.2~rc3-0ubuntu1 [modified: 
usr/lib/libreoffice/program/libcomphelper.so 
usr/lib/libreoffice/program/libi18nlangtag.so 
usr/lib/libreoffice/program/libmergedlo.so 
usr/lib/libreoffice/program/libspalo.so 
usr/lib/libreoffice/program/libucbhelper.so 
usr/lib/libreoffice/program/libunopkgapp.so 
usr/lib/libreoffice/program/oosplash usr/lib/libreoffice/program/pluginapp.bin 
usr/lib/libreoffice/program/soffice.bin usr/lib/libreoffice/program/spadmin.bin 
usr/lib/libreoffice/program/unopkg.bin usr/lib/libreoffice/program/uri-encode]
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  CrashCounter: 1
  Date: Sun Oct 20 16:19:16 2013
  ExecutablePath: /usr/lib/libreoffice/program/soffice.bin
  MarkForUpload: True
  ProcCmdline: /usr/lib/libreoffice/program/soffice.bin --splash-pipe=5
  SegvAnalysis: Skipped: missing required field Disassembly
  Signal: 11
  SourcePackage: libreoffice
  Stacktrace:
   No symbol __nih_abort_msg in current context.
   Python Exception class 'AttributeError' 'dict' object has no attribute 
'iteritems': 
   Python Exception class 'AttributeError' 'dict' object has no attribute 
'iteritems':
  StacktraceTop:
   
  Title: soffice.bin crashed with SIGSEGV
  UpgradeStatus: Upgraded to saucy on 2013-10-17 (2 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  --- 
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  DistroRelease: Ubuntu 13.10
  MarkForUpload: True
  NonfreeKernelModules: wl
  Package: libreoffice 1:4.1.3-0ubuntu1
  PackageArchitecture: amd64
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=it_IT.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
  Tags:  saucy package-from-proposed
  Uname: Linux 3.11.0-14-generic x86_64
  UpgradeStatus: Upgraded to saucy on 2013-10-17 (37 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1242355/+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 1246683] Re: Middle button does not work for scrolling

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

** Changed in: xserver-xorg-input-evdev (Ubuntu)
   Status: New = Confirmed

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

Title:
  Middle button does not work for scrolling

Status in “xserver-xorg-input-evdev” package in Ubuntu:
  Confirmed

Bug description:
  With the new Lenovo Trackpad/Trackpoint found in the **40 series
  laptops (tested on a T440s) scrolling does not work when pressing
  middle button + moving the Trackpoint. evdev seems to be set correctly
  ( http://paste.ubuntuusers.de/416732/ ). Middle button itself works
  fine for middle clicks just no scrolling.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: xserver-xorg-input-evdev 1:2.7.3-0ubuntu3.1
  Uname: Linux 3.12.0-031200rc7-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Thu Oct 31 12:36:14 2013
  InstallationDate: Installed on 2013-10-17 (13 days ago)
  InstallationMedia: Xubuntu 13.10 Saucy Salamander - Release amd64 (20131016)
  MarkForUpload: True
  SourcePackage: xserver-xorg-input-evdev
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-evdev/+bug/1246683/+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 1254452] [NEW] Maybe the same as _Bug Nr. 1037726

2013-11-24 Thread Liesl
Public bug reported:

Noveau failed to chanel 0x

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: xorg 1:7.7+1ubuntu4
ProcVersionSignature: Ubuntu 3.8.0-33.48-generic 3.8.13.11
Uname: Linux 3.8.0-33-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.9.2-0ubuntu8.5
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
Date: Sun Nov 24 15:46:19 2013
DistUpgraded: Fresh install
DistroCodename: raring
DistroVariant: ubuntu
DkmsStatus:
 virtualbox, 4.2.10, 3.8.0-29-generic, x86_64: installed
 virtualbox, 4.2.10, 3.8.0-30-generic, x86_64: installed
 virtualbox, 4.2.10, 3.8.0-31-generic, x86_64: installed
 virtualbox, 4.2.10, 3.8.0-32-generic, x86_64: installed
 virtualbox, 4.2.10, 3.8.0-33-generic, x86_64: installed
ExtraDebuggingInterest: I just need to know a workaround
GraphicsCard:
 NVIDIA Corporation NV41GL [Quadro FX 3450/4000 SDI] [10de:00cd] (rev a2) 
(prog-if 00 [VGA controller])
   Subsystem: NVIDIA Corporation wx4300 Workstation [10de:029b]
InstallationDate: Installed on 2013-04-29 (208 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
MachineType: Dell Inc. Precision WorkStation 390
MarkForUpload: True
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-33-generic 
root=UUID=48c832a1-6dd0-45b3-8eb7-b6a13a5683a7 ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 10/24/2006
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 2.0.8
dmi.board.name: 0MY510
dmi.board.vendor: Dell Inc.
dmi.chassis.type: 7
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvr2.0.8:bd10/24/2006:svnDellInc.:pnPrecisionWorkStation390:pvr:rvnDellInc.:rn0MY510:rvr:cvnDellInc.:ct7:cvr:
dmi.product.name: Precision WorkStation 390
dmi.sys.vendor: Dell Inc.
version.compiz: compiz 1:0.9.9~daily13.06.19~13.04-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.43-0ubuntu1.1
version.libgl1-mesa-dri: libgl1-mesa-dri 9.1.7-1ubuntu2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 9.1.7-1ubuntu2
version.xserver-xorg-core: xserver-xorg-core 2:1.13.3-0ubuntu6.2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2b2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.1.0-0ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.21.6-0ubuntu4.3
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.7-0ubuntu1
xserver.bootTime: Sun Nov 24 13:33:11 2013
xserver.configfile: default
xserver.devices:
 inputPower Button KEYBOARD, id 6
 inputPower Button KEYBOARD, id 7
 inputLogitech USB-PS/2 Optical Mouse MOUSE, id 8
 inputAT Translated Set 2 keyboard KEYBOARD, id 9
xserver.errors:
 Failed to load module nvidia (module does not exist, 0)
 Failed to load module nvidia (module does not exist, 0)
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.13.3-0ubuntu6.2
xserver.video_driver: nouveau

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


** Tags: amd64 apport-bug compiz-0.9 corruption raring ubuntu

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

Title:
  Maybe the same as _Bug Nr. 1037726

Status in “xorg” package in Ubuntu:
  New

Bug description:
  Noveau failed to chanel 0x

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: xorg 1:7.7+1ubuntu4
  ProcVersionSignature: Ubuntu 3.8.0-33.48-generic 3.8.13.11
  Uname: Linux 3.8.0-33-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.9.2-0ubuntu8.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Sun Nov 24 15:46:19 2013
  DistUpgraded: Fresh install
  DistroCodename: raring
  DistroVariant: ubuntu
  DkmsStatus:
   virtualbox, 4.2.10, 3.8.0-29-generic, x86_64: installed
   virtualbox, 4.2.10, 3.8.0-30-generic, x86_64: installed
   virtualbox, 4.2.10, 3.8.0-31-generic, x86_64: installed
   virtualbox, 4.2.10, 3.8.0-32-generic, x86_64: installed
   virtualbox, 4.2.10, 3.8.0-33-generic, x86_64: installed
  ExtraDebuggingInterest: I just need to know a workaround
  GraphicsCard:
   NVIDIA Corporation NV41GL [Quadro FX 3450/4000 SDI] [10de:00cd] (rev a2) 
(prog-if 00 [VGA controller])
 Subsystem: NVIDIA Corporation wx4300 Workstation [10de:029b]
  InstallationDate: Installed on 2013-04-29 (208 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MachineType: Dell Inc. Precision 

[Desktop-packages] [Bug 1242355] Re: [Upstream] LibreOffice Base connection to mdb via odbc crashes on saving odb file

2013-11-24 Thread Christopher M. Penalver
** Summary changed:

- libreoffice base connection to mdb via odbc crashes on saving odb file 
+ [Upstream] LibreOffice Base connection to mdb via odbc crashes on saving odb 
file

** Bug watch added: freedesktop.org Bugzilla #71966
   https://bugs.freedesktop.org/show_bug.cgi?id=71966

** Also affects: df-libreoffice via
   https://bugs.freedesktop.org/show_bug.cgi?id=71966
   Importance: Unknown
   Status: Unknown

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

Title:
  [Upstream] LibreOffice Base connection to mdb via odbc crashes on
  saving odb file

Status in LibreOffice Productivity Suite:
  Unknown
Status in “libreoffice” package in Ubuntu:
  New

Bug description:
  I was trying to connect to an existing mdb (MS Access) database file using 
unixodbc and libreoffice-base,
  I've got unixodbc , undixodbc-bin and libmdbodbc1 packages installed
  I set the odbc as following :

  /etc/odbc.ini
  [Pippo]
  Description = mine database
  Driver = /usr/lib/x86_64-linux-gnu/odbc/libmdbodbc.so.1
  Database = /home/magowiz/pippo.mdb

  /etc/odbcinst.ini
  [MDBTools]
  Description = MDBTools Driver
  Driver = /usr/lib/x86_64-linux-gnu/odbc/libmdbodbc.so.1
  Setup = /usr/lib/x86_64-linux-gnu/odbc/libmdbodbc.so.1
  Usage = 1
  FileUsage = 1
  UsageCount = 2

  I use the connection wizard into libreoffice base : I can successfully
  test mine connection but while I'm saving the odb file the whole
  program crashes and close itself

  It follows distro and software versions :

  $ lsb_release -rd
  Description: Ubuntu 13.10
  Release: 13.10

  apt-cache policy libreoffice-base
  libreoffice-base:
Installed: 1:4.1.2~rc3-0ubuntu1
Candidate: 1:4.1.2~rc3-0ubuntu1

  apt-cache policy unixodbc
  unixodbc:
Installed: 2.2.14p2-5ubuntu4
Candidate: 2.2.14p2-5ubuntu4

  apt-cache policy libmdbodbc1
  libmdbodbc1:
Installed: 0.7-3
Candidate: 0.7-3

  ProblemType: Crash
  DistroRelease: Ubuntu 13.10
  Package: libreoffice-core 1:4.1.2~rc3-0ubuntu1 [modified: 
usr/lib/libreoffice/program/libcomphelper.so 
usr/lib/libreoffice/program/libi18nlangtag.so 
usr/lib/libreoffice/program/libmergedlo.so 
usr/lib/libreoffice/program/libspalo.so 
usr/lib/libreoffice/program/libucbhelper.so 
usr/lib/libreoffice/program/libunopkgapp.so 
usr/lib/libreoffice/program/oosplash usr/lib/libreoffice/program/pluginapp.bin 
usr/lib/libreoffice/program/soffice.bin usr/lib/libreoffice/program/spadmin.bin 
usr/lib/libreoffice/program/unopkg.bin usr/lib/libreoffice/program/uri-encode]
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  CrashCounter: 1
  Date: Sun Oct 20 16:19:16 2013
  ExecutablePath: /usr/lib/libreoffice/program/soffice.bin
  MarkForUpload: True
  ProcCmdline: /usr/lib/libreoffice/program/soffice.bin --splash-pipe=5
  SegvAnalysis: Skipped: missing required field Disassembly
  Signal: 11
  SourcePackage: libreoffice
  Stacktrace:
   No symbol __nih_abort_msg in current context.
   Python Exception class 'AttributeError' 'dict' object has no attribute 
'iteritems': 
   Python Exception class 'AttributeError' 'dict' object has no attribute 
'iteritems':
  StacktraceTop:
   
  Title: soffice.bin crashed with SIGSEGV
  UpgradeStatus: Upgraded to saucy on 2013-10-17 (2 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  --- 
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  DistroRelease: Ubuntu 13.10
  MarkForUpload: True
  NonfreeKernelModules: wl
  Package: libreoffice 1:4.1.3-0ubuntu1
  PackageArchitecture: amd64
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=it_IT.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
  Tags:  saucy package-from-proposed
  Uname: Linux 3.11.0-14-generic x86_64
  UpgradeStatus: Upgraded to saucy on 2013-10-17 (37 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1242355/+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 1237372] Re: Never puts monitors to sleep

2013-11-24 Thread Kevin
I'm not sure if this is related or not, but I've now noticed that if I
log in and lock the computer the monitor will go to sleep.  However, if
I unlock it, browse the web for a minute and lock again, the monitor
won't go to sleep until I log out and log back in to lock.

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

Title:
  Never puts monitors to sleep

Status in “unity-greeter” package in Ubuntu:
  Confirmed

Bug description:
  Unsure if this is the right package to report against, but I have
  13.10 on two machines one with Intel drivers and one with Nvidia. Both
  properly enable DPMS and screen blank/power save after login, but
  neither will while on the login screen. Leaving the monitors always
  on.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-greeter/+bug/1237372/+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 792026] Re: 8086:2a42 [eMachines E525] Black screen

2013-11-24 Thread Christopher M. Penalver
Jens Elbaek, this bug was reported a while ago and there hasn't been any
activity in it recently. We were wondering if this is still an issue? If
so, could you please test for this with the latest development release
of Ubuntu? ISO images are available from http://cdimage.ubuntu.com
/daily-live/current/ .

If it remains an issue, could you please run the following command in
the development release from a Terminal
(Applications-Accessories-Terminal), as it will automatically gather
and attach updated debug information to this report:

apport-collect -p linux replace-with-bug-number

Also, could you please test the latest upstream kernel available (not the daily 
folder) following https://wiki.ubuntu.com/KernelMainlineBuilds ? It will allow 
additional upstream developers to examine the issue. Once you've tested the 
upstream kernel, please comment on which kernel version specifically you 
tested. If this bug is fixed in the mainline kernel, please add the following 
tags:
kernel-fixed-upstream
kernel-fixed-upstream-VERSION-NUMBER

where VERSION-NUMBER is the version number of the kernel you tested. For 
example:
kernel-fixed-upstream-v3.13-rc1

This can be done by clicking on the yellow circle with a black pencil icon next 
to the word Tags located at the bottom of the bug description. As well, please 
remove the tag:
needs-upstream-testing

If the mainline kernel does not fix this bug, please add the following tags:
kernel-bug-exists-upstream
kernel-bug-exists-upstream-VERSION-NUMBER

As well, please remove the tag:
needs-upstream-testing

Once testing of the upstream kernel is complete, please mark this bug's
Status as Confirmed. Please let us know your results. Thank you for your
understanding.

** Summary changed:

- 8086:2a42 Black screen
+ 8086:2a42 [eMachines E525] Black screen

** Tags added: bios-outdated-3.10

** This bug is no longer a duplicate of bug 765438
   8086:2a42 On startup, the backlight is off on laptop

** Description changed:

  Binary package hint: xorg
  
- After installing 11.04 on 10.xx my main screen is totally black.
- However, - a secondary screen works perfectly. My PC is an ACER -
- e-machine E525 164G50Mi
+ My PC is an ACER - e-machine E525 164G50Mi. After installing 11.04 on
+ 10.xx my main screen is totally black.
+ 
+ WORKAROUND: A secondary screen works perfectly.
+ 
+ BIOS update
+ https://support.gateway.com/us/en/emac/product/default.aspx?modelId=1257
  
  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: xorg 1:7.6+4ubuntu3
  ProcVersionSignature: Ubuntu 2.6.38-8.42-generic-pae 2.6.38.2
  Uname: Linux 2.6.38-8-generic-pae i686
  Architecture: i386
  CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,mousepoll,vpswitch,regex,animation,snap,expo,move,compiztoolbox,place,grid,imgpng,gnomecompat,wall,ezoom,workarounds,staticswitcher,resize,fade,unitymtgrabhandles,scale,session,unityshell]
  CompositorRunning: compiz
  DRM.card0.DP.1:
-  status: disconnected
-  enabled: disabled
-  dpms: Off
-  modes: 
-  edid-base64:
+  status: disconnected
+  enabled: disabled
+  dpms: Off
+  modes:
+  edid-base64:
  DRM.card0.LVDS.1:
-  status: connected
-  enabled: enabled
-  dpms: On
-  modes: 1366x768
-  edid-base64: 
AP///wBMo0YwAAASAQOAIhN4Cs6FnltMlCYXUFQBAQEBAQEBAQEBAQEBAQEBQRxWoFAAFjAwICUAWMEQAAAZDwAAAB60AnQA/gBTQU1TVU5HCiAgICAg/gAxNTZBVDAxLUEwMQogAPE=
+  status: connected
+  enabled: enabled
+  dpms: On
+  modes: 1366x768
+  edid-base64: 
AP///wBMo0YwAAASAQOAIhN4Cs6FnltMlCYXUFQBAQEBAQEBAQEBAQEBAQEBQRxWoFAAFjAwICUAWMEQAAAZDwAAAB60AnQA/gBTQU1TVU5HCiAgICAg/gAxNTZBVDAxLUEwMQogAPE=
  DRM.card0.VGA.1:
-  status: connected
-  enabled: enabled
-  dpms: On
-  modes: 1280x1024 1280x1024 1152x864 1024x768 1024x768 1024x768 832x624 
800x600 800x600 800x600 800x600 640x480 640x480 640x480 640x480 640x480 720x400
-  edid-base64: 
AP///wBMLWsANzFIRyUNAQMPIhuM6m+LolpNlCQaUVa/74CBgGFARUAxQAEBAQEBAQEBMCoAmFEAKkAwcBMAUg4RAAAe/QA4TB5RDgAKICAgICAg/ABTeW5jTWFzdGVyCiAg/wBISkVXOTAxMTU2CiAgAPY=
+  status: connected
+  enabled: enabled
+  dpms: On
+  modes: 1280x1024 1280x1024 1152x864 1024x768 1024x768 1024x768 832x624 
800x600 800x600 800x600 800x600 640x480 640x480 640x480 640x480 640x480 720x400
+  edid-base64: 
AP///wBMLWsANzFIRyUNAQMPIhuM6m+LolpNlCQaUVa/74CBgGFARUAxQAEBAQEBAQEBMCoAmFEAKkAwcBMAUg4RAAAe/QA4TB5RDgAKICAgICAg/ABTeW5jTWFzdGVyCiAg/wBISkVXOTAxMTU2CiAgAPY=
  Date: Thu Jun  2 21:43:46 2011
  DistUpgraded: Log time: 2011-05-14 19:22:58.645799
  DistroCodename: natty
  DistroVariant: ubuntu
  GraphicsCard:
-  Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller 
[8086:2a42] (rev 09) (prog-if 00 [VGA controller])
-Subsystem: Acer Incorporated [ALI] Device [1025:0212]
-Subsystem: Acer Incorporated [ALI] Device [1025:0212]
+  Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller 
[8086:2a42] (rev 09) (prog-if 00 [VGA controller])
+   

[Desktop-packages] [Bug 772785] Re: 8086:2a42 Aser eMachines E527 - LCD brightness - 0% after update to 11.04

2013-11-24 Thread Christopher M. Penalver
** This bug is no longer a duplicate of bug 765438
   8086:2a42 [eMachines E527] On startup, the backlight is off on laptop

** Summary changed:

- 8086:2a42 Aser eMachines  E527 - LCD brightness - 0%  after update to 11.04
+ 8086:2a42 [eMachines E527] LCD brightness - 0%  after update to 11.04

** No longer affects: gnome-power-manager (Ubuntu)

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

Title:
  8086:2a42 [eMachines E527] LCD brightness - 0%  after update to 11.04

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Binary package hint: gnome-power-manager

  way to fix - 
  1) plug second monitor (optional ) )
  2) run in console
   sudo setpci -s 00:02.0 F4.B=30
  (FF -  minimum  00 - maximum)
  P.S. Power Manager Brightness Applet - can`t control  brightness  since 10.10 
installation , but after install 10.10 ,brightness set to max.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: xorg 1:7.6+4ubuntu3
  ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
  Uname: Linux 2.6.38-8-generic i686
  Architecture: i386
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  DRM.card0.DP.1:
   status: disconnected
   enabled: disabled
   dpms: Off
   modes: 
   edid-base64:
  DRM.card0.LVDS.1:
   status: connected
   enabled: enabled
   dpms: On
   modes: 1366x768
   edid-base64: 
AP///wAGr+wQAAESAQOAIhN4Cua1o1dPlCYeUFQBAQEBAQEBAQEBAQEBAQEBIBxWeFAAJjAwIDQAWMEQAAAYDwAg/gBBVU8KICAgICAgICAg/gBCMTU2WFcwMSBWMCAKACo=
  DRM.card0.VGA.1:
   status: connected
   enabled: enabled
   dpms: On
   modes: 1280x1024 1280x1024 1280x960 1024x768 1024x768 1024x768 800x600 
800x600 800x600 640x480 640x480 640x480 720x400
   edid-base64: 
AP///wBN2QCyAQEBARwQAQMOIht46uDlpFZFmiMVUFStzwCBgIFAAQEBAQEBAQEBAQEBMCoAmFEAKkAwcBMAUg4RAAAe/QA4SxxRDgAKICAgICAg/ABTRE0tRTc2RAogICAg/wAxNjQ1OTY4CiAgICAgACg=
  Date: Fri Apr 29 01:08:32 2011
  DistUpgraded: Log time: 2011-04-28 22:53:17.211950
  DistroCodename: natty
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller 
[8086:2a42] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Acer Incorporated [ALI] Device [1025:0459]
 Subsystem: Acer Incorporated [ALI] Device [1025:0459]
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
  MachineType: eMachines eMachines E527
  ProcEnviron:
   LANGUAGE=en_US:en
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-2.6.38-8-generic 
root=UUID=21026a26-bcb6-4515-982b-20a82f71c96a ro quiet splash vt.handoff=7
  Renderer: Unknown
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: Upgraded to natty on 2011-04-28 (0 days ago)
  dmi.bios.date: 04/16/2010
  dmi.bios.vendor: eMachines
  dmi.bios.version: V1.01
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: eMachines E527
  dmi.board.vendor: eMachines
  dmi.board.version: V1.01
  dmi.chassis.type: 10
  dmi.chassis.vendor: eMachines
  dmi.chassis.version: V1.01
  dmi.modalias: 
dmi:bvneMachines:bvrV1.01:bd04/16/2010:svneMachines:pneMachinesE527:pvrV1.01:rvneMachines:rneMachinesE527:rvrV1.01:cvneMachines:ct10:cvrV1.01:
  dmi.product.name: eMachines E527
  dmi.product.version: V1.01
  dmi.sys.vendor: eMachines
  version.compiz: compiz 1:0.9.4+bzr20110415-0ubuntu2
  version.libdrm2: libdrm2 2.4.23-1ubuntu6
  version.libgl1-mesa-dri: libgl1-mesa-dri 7.10.2-0ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 7.10.2-0ubuntu2
  version.xserver-xorg: xserver-xorg 1:7.6+4ubuntu3
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:6.14.0-0ubuntu4
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.14.0-4ubuntu7
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110107+b795ca6e-0ubuntu7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/772785/+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 1254456] [NEW] package libgs9-common 9.10~dfsg-0ubuntu2 failed to install/upgrade: Package is in a very bad inconsistent state - you should reinstall it before attempting confi

2013-11-24 Thread Claudio Vargas
Public bug reported:

I get the same error every time I install an update

ProblemType: Package
DistroRelease: Ubuntu 13.10
Package: libgs9-common 9.10~dfsg-0ubuntu2
ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6
Uname: Linux 3.11.0-13-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.12.5-0ubuntu2.1
Architecture: amd64
CupsErrorLog:
 
Date: Sun Nov 24 15:05:12 2013
Dependencies:
 
DuplicateSignature: package:libgs9-common:9.10~dfsg-0ubuntu2:Package is in a 
very bad inconsistent state - you should  reinstall it before attempting 
configuration.
ErrorMessage: Package is in a very bad inconsistent state - you should  
reinstall it before attempting configuration.
InstallationDate: Installed on 2013-09-02 (83 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
Lpstat: Error: command ['lpstat', '-v'] failed with exit code 1: lpstat: No 
destinations added.
Lsusb:
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 002 Device 002: ID 046d:c517 Logitech, Inc. LX710 Cordless Desktop Laser
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
MachineType: System manufacturer System Product Name
MarkForUpload: True
PackageArchitecture: all
Papersize: a4
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-13-generic 
root=UUID=2c6ba7ef-5c07-469a-99a5-2287110495f1 ro quiet splash
SourcePackage: ghostscript
Title: package libgs9-common 9.10~dfsg-0ubuntu2 failed to install/upgrade: 
Package is in a very bad inconsistent state - you should  reinstall it before 
attempting configuration.
UpgradeStatus: Upgraded to saucy on 2013-10-21 (34 days ago)
dmi.bios.date: 03/26/2008
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0503
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: M2N-MX SE Plus
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev x.xx
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0503:bd03/26/2008:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM2N-MXSEPlus:rvrRevx.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer

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


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

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

Title:
  package libgs9-common 9.10~dfsg-0ubuntu2 failed to install/upgrade:
  Package is in a very bad inconsistent state - you should  reinstall it
  before attempting configuration.

Status in “ghostscript” package in Ubuntu:
  New

Bug description:
  I get the same error every time I install an update

  ProblemType: Package
  DistroRelease: Ubuntu 13.10
  Package: libgs9-common 9.10~dfsg-0ubuntu2
  ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6
  Uname: Linux 3.11.0-13-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  CupsErrorLog:
   
  Date: Sun Nov 24 15:05:12 2013
  Dependencies:
   
  DuplicateSignature: package:libgs9-common:9.10~dfsg-0ubuntu2:Package is in a 
very bad inconsistent state - you should  reinstall it before attempting 
configuration.
  ErrorMessage: Package is in a very bad inconsistent state - you should  
reinstall it before attempting configuration.
  InstallationDate: Installed on 2013-09-02 (83 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  Lpstat: Error: command ['lpstat', '-v'] failed with exit code 1: lpstat: No 
destinations added.
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 002: ID 046d:c517 Logitech, Inc. LX710 Cordless Desktop Laser
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: System manufacturer System Product Name
  MarkForUpload: True
  PackageArchitecture: all
  Papersize: a4
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-13-generic 
root=UUID=2c6ba7ef-5c07-469a-99a5-2287110495f1 ro quiet splash
  SourcePackage: ghostscript
  Title: package libgs9-common 9.10~dfsg-0ubuntu2 failed to install/upgrade: 
Package is in a very bad inconsistent state - you should  reinstall it before 
attempting configuration.
  UpgradeStatus: Upgraded to saucy on 2013-10-21 (34 days ago)
  dmi.bios.date: 03/26/2008
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0503
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: M2N-MX SE Plus
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev x.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 

[Desktop-packages] [Bug 1254287] Re: Speakers do not work after using headphones

2013-11-24 Thread Raymond
usr/sbin/alsactl: get_control:256: Cannot read control '3,6,0,Playback Channel 
Map,0': Invalid argument
cat: /tmp/alsa-info.9c80gBE3P4/alsactl.tmp: No such file or directory

how many audio Jacks do your laptop have ?

  21.728554] autoconfig: line_outs=1 (0x16/0x0/0x0/0x0/0x0) type:line
[   21.728559]speaker_outs=1 (0x17/0x0/0x0/0x0/0x0)
[   21.728561]hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[   21.728563]mono: mono_out=0x0
[   21.728565]dig-out=0x1e/0x0
[   21.728567]inputs:
[   21.728569]  Internal Mic=0x15
[   21.728572]  Mic=0x18
[   21.728575]  Mic=0x19
[   21.728577]  Line=0x1a
[   21.728579]  Line=0x14
[   21.728581] realtek: No valid SSID, checking pincfg 0x41f0 for NID 0x1d
[   21.728583] realtek: Enable default setup for auto mode as fallback
[   21.760330] input: HDA Intel Headphone as 
/devices/pci:00/:00:1b.0/sound/card0/input6
[   21.760482] input: HDA Intel Line Out as 
/devices/pci:00/:00:1b.0/sound/card0/input7
[   21.760614] input: HDA Intel Line as 
/devices/pci:00/:00:1b.0/sound/card0/input8
[   21.760755] input: HDA Intel Line as 
/devices/pci:00/:00:1b.0/sound/card0/input9
[   21.760940] input: HDA Intel Mic as 
/devices/pci:00/:00:1b.0/sound/card0/input10
[   21.761079] input: HDA Intel Mic as 
/devices/pci:00/:00:1b.0/sound/card0/input11


run hda-jack-sense-test -a 

when you plugged in HP, Mic, line in to find out the node which return
value is yes


do it support surround 5.1 ?


device.profile.name = analog-stereo
device.profile.description = Analog Stereo
device.description = Built-in Audio Analog Stereo
alsa.mixer_name = Realtek ALC880
alsa.components = HDA:10ec0880,1854,00100800 
HDA:11c13026,11c13026,00100700
module-udev-detect.discovered = 1
device.icon_name = audio-card-pci
ports:
analog-output: Analog Output (priority 9900, latency offset 0 
usec, available: unknown)
properties:

analog-output-speaker: Speakers (priority 1, latency offset 
0 usec, available: unknown)
properties:
device.icon_name = audio-speakers
analog-output-headphones: Headphones (priority 9000, latency 
offset 0 usec, available: no)
properties:
device.icon_name = audio-headphones
active port: analog-output-speaker

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

Title:
  Speakers do not work after using headphones

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

Bug description:
  If I am listening to music with headphones and then shut down the
  computer and unplug the headphones, when I boot ubuntu the next time,
  no sound can be listened to from the speakers and I have to explicitly
  select speakers in sound settings.

  Ubuntu should determine automatically that no headphones are connected
  and select speakers.

  This happens in ubuntu 13.10 with all updates performed until now.
  --- 
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  sergio 2019 F pulseaudio
  DistroRelease: Ubuntu 13.10
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2012-03-08 (625 days ago)
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
  MarkForUpload: True
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  PackageArchitecture: all
  ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6
  Tags:  saucy
  Uname: Linux 3.11.0-13-generic i686
  UpgradeStatus: Upgraded to saucy on 2013-10-23 (31 days ago)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
  dmi.bios.date: 11/10/2006
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: RKYWSF21
  dmi.board.name: ROCKY
  dmi.board.vendor: LG Electronics
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LG Electronics
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrRKYWSF21:bd11/10/2006:svnLGElectronics:pnS1-P331P:pvrNotApplicable:rvnLGElectronics:rnROCKY:rvrNotApplicable:cvnLGElectronics:ct10:cvrN/A:
  dmi.product.name: S1-P331P
  dmi.product.version: Not Applicable
  dmi.sys.vendor: LG Electronics

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1254287/+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 1242355] Re: [Upstream] LibreOffice Base connection to mdb via odbc crashes on saving odb file

2013-11-24 Thread Bug Watch Updater
Launchpad has imported 1 comments from the remote bug at
https://bugs.freedesktop.org/show_bug.cgi?id=71966.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2013-11-24T14:42:19+00:00 magowiz wrote:

Problem description: 
I'm trying to connect via odbc to a mdb file using the base wizard, all seems 
to go fine, also connection test, but just after I choose where to save the odb 
file and click save, libreoffice crashes, produced file (odb) if opened makes 
libreoffice crash again.
These are version programs and configurations involved :
I was trying to connect to an existing mdb (MS Access) database file using 
unixodbc and libreoffice-base,
I've got unixodbc , undixodbc-bin and libmdbodbc1 packages installed
I set the odbc as following :

/etc/odbc.ini
[Pippo]
Description = mine database
Driver = /usr/lib/x86_64-linux-gnu/odbc/libmdbodbc.so.1
Database = /home/magowiz/pippo.mdb

/etc/odbcinst.ini
[MDBTools]
Description = MDBTools Driver
Driver = /usr/lib/x86_64-linux-gnu/odbc/libmdbodbc.so.1
Setup = /usr/lib/x86_64-linux-gnu/odbc/libmdbodbc.so.1
Usage = 1
FileUsage = 1
UsageCount = 2

I use the connection wizard into libreoffice base : I can successfully
test mine connection but while I'm saving the odb file the whole program
crashes and close itself

It follows distro and software versions :

$ lsb_release -rd
Description: Ubuntu 13.10
Release: 13.10

apt-cache policy libreoffice-base
libreoffice-base:
  Installed: 1:4.1.2~rc3-0ubuntu1
  Candidate: 1:4.1.2~rc3-0ubuntu1

apt-cache policy unixodbc
unixodbc:
  Installed: 2.2.14p2-5ubuntu4
  Candidate: 2.2.14p2-5ubuntu4

apt-cache policy libmdbodbc1
libmdbodbc1:
  Installed: 0.7-3
  Candidate: 0.7-3


Steps to reproduce:
1. configure like described above unixodbc to point to mdb file
2. open libreoffice base and choose to connect via ODBC to db name choosen 
while configurating unixodbc
3. choose where to save the odb file and then click save

Current behavior:
It crashes just after save button is clicked

Expected behavior:
it should open libreoffice base main interface to make me able to work with the 
database

The same file can be opened by libreoffice windows version on windows 7

  
Operating System: Ubuntu
Version: 4.1.3.2 release

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1242355/comments/16


** Changed in: df-libreoffice
   Status: Unknown = New

** Changed in: df-libreoffice
   Importance: Unknown = Critical

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

Title:
  [Upstream] LibreOffice Base connection to mdb via odbc crashes on
  saving odb file

Status in LibreOffice Productivity Suite:
  New
Status in “libreoffice” package in Ubuntu:
  New

Bug description:
  I was trying to connect to an existing mdb (MS Access) database file using 
unixodbc and libreoffice-base,
  I've got unixodbc , undixodbc-bin and libmdbodbc1 packages installed
  I set the odbc as following :

  /etc/odbc.ini
  [Pippo]
  Description = mine database
  Driver = /usr/lib/x86_64-linux-gnu/odbc/libmdbodbc.so.1
  Database = /home/magowiz/pippo.mdb

  /etc/odbcinst.ini
  [MDBTools]
  Description = MDBTools Driver
  Driver = /usr/lib/x86_64-linux-gnu/odbc/libmdbodbc.so.1
  Setup = /usr/lib/x86_64-linux-gnu/odbc/libmdbodbc.so.1
  Usage = 1
  FileUsage = 1
  UsageCount = 2

  I use the connection wizard into libreoffice base : I can successfully
  test mine connection but while I'm saving the odb file the whole
  program crashes and close itself

  It follows distro and software versions :

  $ lsb_release -rd
  Description: Ubuntu 13.10
  Release: 13.10

  apt-cache policy libreoffice-base
  libreoffice-base:
Installed: 1:4.1.2~rc3-0ubuntu1
Candidate: 1:4.1.2~rc3-0ubuntu1

  apt-cache policy unixodbc
  unixodbc:
Installed: 2.2.14p2-5ubuntu4
Candidate: 2.2.14p2-5ubuntu4

  apt-cache policy libmdbodbc1
  libmdbodbc1:
Installed: 0.7-3
Candidate: 0.7-3

  ProblemType: Crash
  DistroRelease: Ubuntu 13.10
  Package: libreoffice-core 1:4.1.2~rc3-0ubuntu1 [modified: 
usr/lib/libreoffice/program/libcomphelper.so 
usr/lib/libreoffice/program/libi18nlangtag.so 
usr/lib/libreoffice/program/libmergedlo.so 
usr/lib/libreoffice/program/libspalo.so 
usr/lib/libreoffice/program/libucbhelper.so 
usr/lib/libreoffice/program/libunopkgapp.so 
usr/lib/libreoffice/program/oosplash usr/lib/libreoffice/program/pluginapp.bin 
usr/lib/libreoffice/program/soffice.bin usr/lib/libreoffice/program/spadmin.bin 
usr/lib/libreoffice/program/unopkg.bin usr/lib/libreoffice/program/uri-encode]
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 

[Desktop-packages] [Bug 1254448] Re: [ATIIXP - ATI SB400 AC97, Realtek ALC655, playback] No sound at all

2013-11-24 Thread Daniel Letzeisen
** Summary changed:

- [ATIIXP - ATI IXP, playback] No sound at all
+ [ATIIXP - ATI SB400 AC97, Realtek ALC655, playback] No sound at all

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

Title:
  [ATIIXP - ATI SB400 AC97, Realtek ALC655, playback] No sound at all

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

Bug description:
  First install 13.10 on win pc. Audio external ok on win. No sound at all on 
13.10. Audio device ok on 13.10 terminal (AMD ATI IXP SB400 AC'97). 
  VERSION PACK: IMPOSSIBLE TO FIND OUT

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic i686
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubu4007 F pulseaudio
  CasperVersion: 1.336ubuntu1
  Date: Sun Nov 24 15:07:38 2013
  LiveMediaBuild: Plus12-32bit 13.10 - Release i386
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=it_IT
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=it_IT.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:IXP failed
  Symptom_Card: Audio interno - ATI IXP
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubu4007 F pulseaudio
   /dev/snd/seq:timidity   3199 F timidity
  Symptom_Type: No sound at all
  Title: [ATIIXP - ATI IXP, playback] No sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/18/2005
  dmi.bios.vendor: Phoenix Technologies, LTD
  dmi.bios.version: 6.00 PG
  dmi.board.name: RS/RX480SB400
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvr6.00PG:bd01/18/2005:svn:pn:pvr:rvn:rnRS/RX480SB400:rvr:cvn:ct3:cvr:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1254448/+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 1254456] Re: package libgs9-common 9.10~dfsg-0ubuntu2 failed to install/upgrade: Package is in a very bad inconsistent state - you should reinstall it before attempting configu

2013-11-24 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package libgs9-common 9.10~dfsg-0ubuntu2 failed to install/upgrade:
  Package is in a very bad inconsistent state - you should  reinstall it
  before attempting configuration.

Status in “ghostscript” package in Ubuntu:
  New

Bug description:
  I get the same error every time I install an update

  ProblemType: Package
  DistroRelease: Ubuntu 13.10
  Package: libgs9-common 9.10~dfsg-0ubuntu2
  ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6
  Uname: Linux 3.11.0-13-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  CupsErrorLog:
   
  Date: Sun Nov 24 15:05:12 2013
  Dependencies:
   
  DuplicateSignature: package:libgs9-common:9.10~dfsg-0ubuntu2:Package is in a 
very bad inconsistent state - you should  reinstall it before attempting 
configuration.
  ErrorMessage: Package is in a very bad inconsistent state - you should  
reinstall it before attempting configuration.
  InstallationDate: Installed on 2013-09-02 (83 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  Lpstat: Error: command ['lpstat', '-v'] failed with exit code 1: lpstat: No 
destinations added.
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 002: ID 046d:c517 Logitech, Inc. LX710 Cordless Desktop Laser
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: System manufacturer System Product Name
  MarkForUpload: True
  PackageArchitecture: all
  Papersize: a4
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-13-generic 
root=UUID=2c6ba7ef-5c07-469a-99a5-2287110495f1 ro quiet splash
  SourcePackage: ghostscript
  Title: package libgs9-common 9.10~dfsg-0ubuntu2 failed to install/upgrade: 
Package is in a very bad inconsistent state - you should  reinstall it before 
attempting configuration.
  UpgradeStatus: Upgraded to saucy on 2013-10-21 (34 days ago)
  dmi.bios.date: 03/26/2008
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0503
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: M2N-MX SE Plus
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev x.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0503:bd03/26/2008:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM2N-MXSEPlus:rvrRevx.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ghostscript/+bug/1254456/+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 759104] Re: 8086:2a42 [gm45] Upgrade to Natty wont load

2013-11-24 Thread Christopher M. Penalver
johnlon, this bug was reported a while ago and there hasn't been any
activity in it recently. We were wondering if this is still an issue? If
so, could you please test for this with the latest development release
of Ubuntu? ISO images are available from http://cdimage.ubuntu.com
/daily-live/current/ .

If it remains an issue, could you please run the following command in
the development release from a Terminal
(Applications-Accessories-Terminal), as it will automatically gather
and attach updated debug information to this report:

apport-collect -p linux replace-with-bug-number

Also, could you please test the latest upstream kernel available (not the daily 
folder) following https://wiki.ubuntu.com/KernelMainlineBuilds ? It will allow 
additional upstream developers to examine the issue. Once you've tested the 
upstream kernel, please comment on which kernel version specifically you 
tested. If this bug is fixed in the mainline kernel, please add the following 
tags:
kernel-fixed-upstream
kernel-fixed-upstream-VERSION-NUMBER

where VERSION-NUMBER is the version number of the kernel you tested. For 
example:
kernel-fixed-upstream-v3.13-rc1

This can be done by clicking on the yellow circle with a black pencil icon next 
to the word Tags located at the bottom of the bug description. As well, please 
remove the tag:
needs-upstream-testing

If the mainline kernel does not fix this bug, please add the following tags:
kernel-bug-exists-upstream
kernel-bug-exists-upstream-VERSION-NUMBER

As well, please remove the tag:
needs-upstream-testing

Once testing of the upstream kernel is complete, please mark this bug's
Status as Confirmed. Please let us know your results. Thank you for your
understanding.

** Tags added: bios-outdated-1.14 needs-upstream-testing regression-
release

** This bug is no longer a duplicate of bug 765438
   8086:2a42 [eMachines E527] On startup, the backlight is off on laptop

** Package changed: xserver-xorg-video-intel (Ubuntu) = linux (Ubuntu)

** Changed in: linux (Ubuntu)
 Assignee: Timo Aaltonen (tjaalton) = (unassigned)

** Summary changed:

- 8086:2a42 [gm45] Upgrade to Natty wont load
+ 8086:2a42 [Acer Aspire 5736Z] Upgrade to Natty wont load

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

Title:
  8086:2a42 [Acer Aspire 5736Z] Upgrade to Natty wont load

Status in X.org xf86-video-intel:
  Incomplete
Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Binary package hint: xorg

  I upgraded to Natty via the Update Manager, and got to reboot and
  clicked on the kernal, and everything went black screen. Nothing
  works. Tried installing from fresh install, as soon as the cd was put
  in, screen went black, nothing happened. Funny thing though, I can
  enter Natty via Use older kernal option, and everything loads, so it
  works on the old driver, not the new one.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: xserver-xorg 1:7.6+4ubuntu3
  ProcVersionSignature: Ubuntu 2.6.35-28.50-generic 2.6.35.11
  Uname: Linux 2.6.35-28-generic x86_64
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,mousepoll,vpswitch,regex,animation,snap,expo,move,compiztoolbox,place,grid,imgpng,gnomecompat,wall,ezoom,workarounds,staticswitcher,resize,fade,unitymtgrabhandles,scale,session,unityshell]
  CompositorRunning: compiz
  DRM.card0.DP.1:
   status: disconnected
   enabled: disabled
   dpms: Off
   modes: 
   edid-base64:
  DRM.card0.DP.2:
   status: disconnected
   enabled: disabled
   dpms: Off
   modes: 
   edid-base64:
  DRM.card0.HDMI.A.1:
   status: disconnected
   enabled: disabled
   dpms: Off
   modes: 
   edid-base64:
  DRM.card0.LVDS.1:
   status: connected
   enabled: enabled
   dpms: On
   modes: 1366x768
   edid-base64: 
AP///wANr5kVAAcUAQOAIhN4Cj2VlFZPjigmUFQBAQEBAQEBAQEBAQEBAQEBeh1W0lAAHjA8KDYAWMEQAAAY/gBOMTU2QjMtTDBCCiAg/gBDTU8KICAgICAgICAg/gBOMTU2QjMtTDBCCiAgAEg=
  DRM.card0.VGA.1:
   status: disconnected
   enabled: disabled
   dpms: Off
   modes: 
   edid-base64:
  Date: Tue Apr 12 20:25:03 2011
  DistUpgraded: Log time: 2011-04-12 15:30:42.678123
  DistroCodename: natty
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller 
[8086:2a42] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Acer Incorporated [ALI] Device [1025:048a]
 Subsystem: Acer Incorporated [ALI] Device [1025:048a]
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
  MachineType: Acer Aspire 5736Z
  ProcEnviron:
   LANGUAGE=en_GB:en
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.35-28-generic 
root=UUID=a67db44a-b8d0-4a8e-97c7-b29d1c03694c ro quiet splash vt.handoff=7
  Renderer: Unknown
  SourcePackage: xorg
  UpgradeStatus: Upgraded to natty on 

[Desktop-packages] [Bug 1254287] Re: Speakers do not work after using headphones

2013-11-24 Thread Raymond
Advanced information - PCI Vendor/Device/Subsystem ID's
!!

00:1b.0 0403: 8086:27d8 (rev 02)
Subsystem: 1854:0067



there were two models for LG in previous version

https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/commit/?id=dc6af52dea5ada1269095cad5ed2c04e92114399

/*
- * LG m1 express dual
- *
- * Pin assignment:
- *   Rear Line-In/Out (blue): 0x14
- *   Build-in Mic-In: 0x15
- *   Speaker-out: 0x17
- *   HP-Out (green): 0x1b
- *   Mic-In/Out (red): 0x19
- *   SPDIF-Out: 0x1e
- */


https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/commit/?id=19723079db3ef1769803e05293314461ba81dede


 
-/*
- * LG LW20
- *
- * Pin assignment:
- *   Speaker-out: 0x14
- *   Mic-In: 0x18
- *   Built-in Mic-In: 0x19
- *   Line-In: 0x1b
- *   HP-Out: 0x1a
- *   SPDIF-Out: 0x1e
- */

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

Title:
  Speakers do not work after using headphones

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

Bug description:
  If I am listening to music with headphones and then shut down the
  computer and unplug the headphones, when I boot ubuntu the next time,
  no sound can be listened to from the speakers and I have to explicitly
  select speakers in sound settings.

  Ubuntu should determine automatically that no headphones are connected
  and select speakers.

  This happens in ubuntu 13.10 with all updates performed until now.
  --- 
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  sergio 2019 F pulseaudio
  DistroRelease: Ubuntu 13.10
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2012-03-08 (625 days ago)
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
  MarkForUpload: True
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  PackageArchitecture: all
  ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6
  Tags:  saucy
  Uname: Linux 3.11.0-13-generic i686
  UpgradeStatus: Upgraded to saucy on 2013-10-23 (31 days ago)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
  dmi.bios.date: 11/10/2006
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: RKYWSF21
  dmi.board.name: ROCKY
  dmi.board.vendor: LG Electronics
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LG Electronics
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrRKYWSF21:bd11/10/2006:svnLGElectronics:pnS1-P331P:pvrNotApplicable:rvnLGElectronics:rnROCKY:rvrNotApplicable:cvnLGElectronics:ct10:cvrN/A:
  dmi.product.name: S1-P331P
  dmi.product.version: Not Applicable
  dmi.sys.vendor: LG Electronics

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1254287/+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 1254448] Re: [ATIIXP - ATI SB400 AC97, Realtek ALC655, playback] No sound at all

2013-11-24 Thread Daniel Letzeisen
The following items look suspicious to me, but I'm not too versed with
AC'97, so they may be okay:

!!Module: snd_atiixp
enable : N

control.41 {
iface MIXER
name 'External Amplifier'
value false

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

Title:
  [ATIIXP - ATI SB400 AC97, Realtek ALC655, playback] No sound at all

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

Bug description:
  First install 13.10 on win pc. Audio external ok on win. No sound at all on 
13.10. Audio device ok on 13.10 terminal (AMD ATI IXP SB400 AC'97). 
  VERSION PACK: IMPOSSIBLE TO FIND OUT

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic i686
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubu4007 F pulseaudio
  CasperVersion: 1.336ubuntu1
  Date: Sun Nov 24 15:07:38 2013
  LiveMediaBuild: Plus12-32bit 13.10 - Release i386
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=it_IT
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=it_IT.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:IXP failed
  Symptom_Card: Audio interno - ATI IXP
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubu4007 F pulseaudio
   /dev/snd/seq:timidity   3199 F timidity
  Symptom_Type: No sound at all
  Title: [ATIIXP - ATI IXP, playback] No sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/18/2005
  dmi.bios.vendor: Phoenix Technologies, LTD
  dmi.bios.version: 6.00 PG
  dmi.board.name: RS/RX480SB400
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvr6.00PG:bd01/18/2005:svn:pn:pvr:rvn:rnRS/RX480SB400:rvr:cvn:ct3:cvr:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1254448/+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 693273] Re: 8086:2a42 [gm45] Ubuntu boots into blank screen

2013-11-24 Thread Christopher M. Penalver
Suyash Mohan, this bug was reported a while ago and there hasn't been
any activity in it recently. We were wondering if this is still an
issue? If so, could you please test for this with the latest development
release of Ubuntu? ISO images are available from
http://cdimage.ubuntu.com/daily-live/current/ .

If it remains an issue, could you please run the following command in
the development release from a Terminal
(Applications-Accessories-Terminal), as it will automatically gather
and attach updated debug information to this report:

apport-collect -p linux replace-with-bug-number

Also, could you please test the latest upstream kernel available (not the daily 
folder) following https://wiki.ubuntu.com/KernelMainlineBuilds ? It will allow 
additional upstream developers to examine the issue. Once you've tested the 
upstream kernel, please comment on which kernel version specifically you 
tested. If this bug is fixed in the mainline kernel, please add the following 
tags:
kernel-fixed-upstream
kernel-fixed-upstream-VERSION-NUMBER

where VERSION-NUMBER is the version number of the kernel you tested. For 
example:
kernel-fixed-upstream-v3.13-rc1

This can be done by clicking on the yellow circle with a black pencil icon next 
to the word Tags located at the bottom of the bug description. As well, please 
remove the tag:
needs-upstream-testing

If the mainline kernel does not fix this bug, please add the following tags:
kernel-bug-exists-upstream
kernel-bug-exists-upstream-VERSION-NUMBER

As well, please remove the tag:
needs-upstream-testing

Once testing of the upstream kernel is complete, please mark this bug's
Status as Confirmed. Please let us know your results. Thank you for your
understanding.

** This bug is no longer a duplicate of bug 765438
   8086:2a42 [eMachines E527] On startup, the backlight is off on laptop

** No longer affects: xserver-xorg-video-intel (Ubuntu)

** Package changed: xserver-xorg-video-intel (openSUSE) = linux
(Ubuntu)

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

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

Title:
  8086:2a42 [gm45] Ubuntu boots into blank screen

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Binary package hint: xorg

  I have ubuntu live cd.
  Whenever I choose the Try Ubuntu option, the screen goes blank and freezes. 
And the only way to exit is to poweroff my laptop.
  This happens not only with ubuntu but also with fedora, opensuse, puppy, 
knoppix.
  The only way to run is to use text mode or vesa mode. But since my laptop has 
a 15.6inch screen 1024x768 resolution looks ugly.

  Amazingly, only ubuntu 9.04 is able to run normally. It even supports
  my 1366x768 resolution. If it can run then there must be a way to run
  all the other versions of ubuntu.

  I have reported this bug at
  https://bugs.launchpad.net/ubuntu/+bug/693272
  but using ubuntu-bug xserver-xorg-video-intel package

  ProblemType: Bug
  Architecture: i386
  DistroRelease: Ubuntu 9.04
  Package: xorg 1:7.4~5ubuntu18
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersion: Linux version 2.6.28-11-generic (buildd@palmer) (gcc version 
4.3.3 (Ubuntu 4.3.3-5hostname4) ) #42-Ubuntu SMP Fri Apr 17 01:57:59 UTC 2009
  SourcePackage: xorg
  Uname: Linux 2.6.28-11-generic i686

  [lspci]
  00:00.0 Host bridge [0600]: Intel Corporation Mobile 4 Series Chipset Memory 
Controller Hub [8086:2a40] (rev 07)
Subsystem: Mitac Device [1071:9525]
  00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile 4 Series 
Chipset Integrated Graphics Controller [8086:2a42] (rev 07)
Subsystem: Mitac Device [1071:9525]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/693273/+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 1254446] Re: package gnome-orca 3.8.0-0ubuntu1 failed to install/upgrade: failed to stat (dereference) existing symlink `/usr/share/help/sl/orca/figures/preferences_enable_brai

2013-11-24 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  Reviewing your dmesg attachment in this bug report it
seems that there is a problem with your hardware.  I recommend
performing a back up and then investigating the situation.  Measures you
might take include checking cable connections and using software tools
to investigate the health of your hardware.  In the event that is is not
in fact an error with your hardware please set the bug's status back to
New.  Thanks and good luck!

[This is an automated message.  I apologize if it reached you
inappropriately; please just reply to this message indicating so.]

** Tags added: hardware-error

** Changed in: gnome-orca (Ubuntu)
   Importance: Undecided = Low

** Changed in: gnome-orca (Ubuntu)
   Status: New = Invalid

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

Title:
  package gnome-orca 3.8.0-0ubuntu1 failed to install/upgrade: failed to
  stat (dereference) existing symlink
  `/usr/share/help/sl/orca/figures/preferences_enable_braille_support.png':
  Input/output error

Status in “gnome-orca” package in Ubuntu:
  Invalid

Bug description:
  It won't let me install anything.

  ProblemType: Package
  DistroRelease: Ubuntu 13.10
  Package: gnome-orca 3.8.0-0ubuntu1
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Wed Nov 20 12:10:56 2013
  DuplicateSignature: package:gnome-orca:3.8.0-0ubuntu1:failed to stat 
(dereference) existing symlink 
`/usr/share/help/sl/orca/figures/preferences_enable_braille_support.png': 
Input/output error
  ErrorMessage: failed to stat (dereference) existing symlink 
`/usr/share/help/sl/orca/figures/preferences_enable_braille_support.png': 
Input/output error
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: gnome-orca
  Title: package gnome-orca 3.8.0-0ubuntu1 failed to install/upgrade: failed to 
stat (dereference) existing symlink 
`/usr/share/help/sl/orca/figures/preferences_enable_braille_support.png': 
Input/output error
  UpgradeStatus: Upgraded to saucy on 2013-10-25 (30 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-orca/+bug/1254446/+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 1140716]

2013-11-24 Thread Kenxeth
*** Bug 71890 has been marked as a duplicate of this bug. ***

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

Title:
  [regression] 3.5.0-26-generic and  3.2.0-39-generic GPU hangs on
  Sandybridge

Status in Direct Rendering Infrastructure:
  Confirmed
Status in The Linux Kernel:
  Invalid
Status in “linux” package in Ubuntu:
  Invalid
Status in “linux-lts-quantal” package in Ubuntu:
  Invalid
Status in “linux-lts-raring” package in Ubuntu:
  Invalid
Status in “mesa” package in Ubuntu:
  Triaged
Status in “linux” source package in Precise:
  Invalid
Status in “linux-lts-quantal” source package in Precise:
  Invalid
Status in “linux-lts-raring” source package in Precise:
  Invalid
Status in “mesa” source package in Precise:
  Triaged
Status in “linux” source package in Quantal:
  Invalid
Status in “linux-lts-quantal” source package in Quantal:
  Invalid
Status in “linux” source package in Raring:
  Invalid
Status in “linux-lts-quantal” source package in Raring:
  Invalid
Status in “linux” package in Debian:
  New
Status in “linux” package in Fedora:
  Unknown

Bug description:
  I'm getting errors about GPU hangs every minute or so (usually only
  when using FF and scrolling a webpage or something). I also get an
  annoying ubuntu dialog saying there is a system error.

  This didn't happen with 3.5.0-24-generic.

  Here is the dmesg:
  [15169.033709] [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... 
GPU hung
  [15169.034517] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
  [15628.480216] [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... 
GPU hung
  [15628.480570] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
  [15844.231372] [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... 
GPU hung
  [15844.231773] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
  [20173.232593] [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... 
GPU hung
  [20173.233211] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
  [26285.650393] [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... 
GPU hung
  [26285.650980] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
  [26285.658405] [ cut here ]
  [26285.658472] WARNING: at 
/build/buildd/linux-3.5.0/drivers/gpu/drm/i915/intel_pm.c:2505 
gen6_enable_rps+0x706/0x710 [i915]()
  [26285.658474] Hardware name: SATELLITE Z830
  [26285.658476] Modules linked in: sdhci_pci sdhci btrfs zlib_deflate 
libcrc32c ufs qnx4 hfsplus hfs minix ntfs msdos jfs xfs reiserfs ext2 
snd_hda_codec_hdmi snd_hda_codec_realtek joydev btusb coretemp kvm_intel kvm 
arc4 ghash_clmulni_intel aesni_intel cryptd aes_x86_64 snd_hda_intel 
snd_hda_codec snd_hwdep uvcvideo snd_pcm videobuf2_core microcode videodev bnep 
iwlwifi videobuf2_vmalloc snd_seq_midi psmouse videobuf2_memops snd_rawmidi 
rfcomm pcspkr snd_seq_midi_event serio_raw snd_seq bluetooth mac80211 snd_timer 
snd_seq_device i915 drm_kms_helper cfg80211 drm toshiba_acpi snd sparse_keymap 
soundcore wmi i2c_algo_bit toshiba_bluetooth snd_page_alloc parport_pc mei 
video mac_hid lpc_ich ppdev nfsd nfs lockd fscache auth_rpcgss nfs_acl sunrpc 
lp parport e1000e ahci libahci [last unloaded: sdhci]
  [26285.658537] Pid: 23433, comm: kworker/u:0 Not tainted 3.5.0-26-generic 
#40-Ubuntu
  [26285.658539] Call Trace:
  [26285.658549]  [81051bef] warn_slowpath_common+0x7f/0xc0
  [26285.658553]  [81051c4a] warn_slowpath_null+0x1a/0x20
  [26285.658569]  [a02d32e6] gen6_enable_rps+0x706/0x710 [i915]
  [26285.658584]  [a02bf3f6] intel_modeset_init_hw+0x66/0xa0 [i915]
  [26285.658595]  [a02954b4] i915_reset+0x1a4/0x6e0 [i915]
  [26285.658601]  [8101257b] ? __switch_to+0x12b/0x420
  [26285.658612]  [a029a943] i915_error_work_func+0xc3/0x110 [i915]
  [26285.658618]  [8107097a] process_one_work+0x12a/0x420
  [26285.658629]  [a029a880] ? gen6_pm_rps_work+0xe0/0xe0 [i915]
  [26285.658632]  [8107152e] worker_thread+0x12e/0x2f0
  [26285.658636]  [81071400] ? manage_workers.isra.26+0x200/0x200
  [26285.658640]  [81076023] kthread+0x93/0xa0
  [26285.658644]  [8168a3e4] kernel_thread_helper+0x4/0x10
  [26285.658649]  [81075f90] ? kthread_freezable_should_stop+0x70/0x70
  [26285.658652]  [8168a3e0] ? gs_change+0x13/0x13
  [26285.658654] ---[ end trace 59c6162fdfcbffee ]---
  [26756.021167] [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... 
GPU hung
  [26756.021426] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
  [26766.014093] [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... 
GPU hung
  [26766.014397] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
  [26932.376233] [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... 
GPU hung
  [26932.376544] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp 

[Desktop-packages] [Bug 1254472] [NEW] package libreoffice-common 1:3.5.7-0ubuntu4 failed to install/upgrade: ErrorMessage: corrupted filesystem tarfile - corrupted package archive

2013-11-24 Thread Lesha Ogonkov
Public bug reported:

Auto generated report after distro update.

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: libreoffice-common
ProcVersionSignature: Ubuntu 3.2.0-56.86-generic 3.2.51
Uname: Linux 3.2.0-56-generic x86_64
ApportVersion: 2.0.1-0ubuntu17.6
Architecture: amd64
Date: Sun Nov 24 19:14:43 2013
ErrorMessage: ErrorMessage: corrupted filesystem tarfile - corrupted package 
archive
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: libreoffice
Title: package libreoffice-common 1:3.5.7-0ubuntu4 failed to install/upgrade: 
ErrorMessage: corrupted filesystem tarfile - corrupted package archive
UpgradeStatus: Upgraded to precise on 2013-11-24 (0 days ago)

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


** Tags: amd64 apport-package precise

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

Title:
  package libreoffice-common 1:3.5.7-0ubuntu4 failed to install/upgrade:
  ErrorMessage: corrupted filesystem tarfile - corrupted package archive

Status in “libreoffice” package in Ubuntu:
  New

Bug description:
  Auto generated report after distro update.

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: libreoffice-common
  ProcVersionSignature: Ubuntu 3.2.0-56.86-generic 3.2.51
  Uname: Linux 3.2.0-56-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  Date: Sun Nov 24 19:14:43 2013
  ErrorMessage: ErrorMessage: corrupted filesystem tarfile - corrupted package 
archive
  InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: libreoffice
  Title: package libreoffice-common 1:3.5.7-0ubuntu4 failed to install/upgrade: 
ErrorMessage: corrupted filesystem tarfile - corrupted package archive
  UpgradeStatus: Upgraded to precise on 2013-11-24 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1254472/+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 1254470] [NEW] package ure 3.5.7-0ubuntu4 failed to install/upgrade: ErrorMessage: package ure is already installed and configured

2013-11-24 Thread Lesha Ogonkov
Public bug reported:

Auto generated report after distro update.

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: ure
ProcVersionSignature: Ubuntu 3.2.0-56.86-generic 3.2.51
Uname: Linux 3.2.0-56-generic x86_64
ApportVersion: 2.0.1-0ubuntu17.6
Architecture: amd64
Date: Sun Nov 24 19:43:31 2013
ErrorMessage: ErrorMessage: package ure is already installed and configured
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
MarkForUpload: True
SourcePackage: openoffice.org
Title: package ure 3.5.7-0ubuntu4 failed to install/upgrade: ErrorMessage: 
package ure is already installed and configured
UpgradeStatus: Upgraded to precise on 2013-11-24 (0 days ago)

** Affects: openoffice.org (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package precise

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

Title:
  package ure 3.5.7-0ubuntu4 failed to install/upgrade: ErrorMessage:
  package ure is already installed and configured

Status in “openoffice.org” package in Ubuntu:
  New

Bug description:
  Auto generated report after distro update.

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: ure
  ProcVersionSignature: Ubuntu 3.2.0-56.86-generic 3.2.51
  Uname: Linux 3.2.0-56-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  Date: Sun Nov 24 19:43:31 2013
  ErrorMessage: ErrorMessage: package ure is already installed and configured
  InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
  MarkForUpload: True
  SourcePackage: openoffice.org
  Title: package ure 3.5.7-0ubuntu4 failed to install/upgrade: ErrorMessage: 
package ure is already installed and configured
  UpgradeStatus: Upgraded to precise on 2013-11-24 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openoffice.org/+bug/1254470/+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 1254474] [NEW] package libreoffice-core 1:3.5.7-0ubuntu4 failed to install/upgrade: ErrorMessage: corrupted filesystem tarfile - corrupted package archive

2013-11-24 Thread Lesha Ogonkov
Public bug reported:

Auto generated report after distro update.

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: libreoffice-core
ProcVersionSignature: Ubuntu 3.2.0-56.86-generic 3.2.51
Uname: Linux 3.2.0-56-generic x86_64
ApportVersion: 2.0.1-0ubuntu17.6
Architecture: amd64
Date: Sun Nov 24 19:15:57 2013
ErrorMessage: ErrorMessage: corrupted filesystem tarfile - corrupted package 
archive
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
MarkForUpload: True
SourcePackage: libreoffice
Title: package libreoffice-core 1:3.5.7-0ubuntu4 failed to install/upgrade: 
ErrorMessage: corrupted filesystem tarfile - corrupted package archive
UpgradeStatus: Upgraded to precise on 2013-11-24 (0 days ago)

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


** Tags: amd64 apport-package precise

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

Title:
  package libreoffice-core 1:3.5.7-0ubuntu4 failed to install/upgrade:
  ErrorMessage: corrupted filesystem tarfile - corrupted package archive

Status in “libreoffice” package in Ubuntu:
  New

Bug description:
  Auto generated report after distro update.

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: libreoffice-core
  ProcVersionSignature: Ubuntu 3.2.0-56.86-generic 3.2.51
  Uname: Linux 3.2.0-56-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  Date: Sun Nov 24 19:15:57 2013
  ErrorMessage: ErrorMessage: corrupted filesystem tarfile - corrupted package 
archive
  InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
  MarkForUpload: True
  SourcePackage: libreoffice
  Title: package libreoffice-core 1:3.5.7-0ubuntu4 failed to install/upgrade: 
ErrorMessage: corrupted filesystem tarfile - corrupted package archive
  UpgradeStatus: Upgraded to precise on 2013-11-24 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1254474/+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 1254472] Re: package libreoffice-common 1:3.5.7-0ubuntu4 failed to install/upgrade: ErrorMessage: corrupted filesystem tarfile - corrupted package archive

2013-11-24 Thread Björn Michaelsen
if the tarfile would indeed be corrupt this would have long be noticed
-- must be a local issue.

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

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

Title:
  package libreoffice-common 1:3.5.7-0ubuntu4 failed to install/upgrade:
  ErrorMessage: corrupted filesystem tarfile - corrupted package archive

Status in “libreoffice” package in Ubuntu:
  Invalid

Bug description:
  Auto generated report after distro update.

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: libreoffice-common
  ProcVersionSignature: Ubuntu 3.2.0-56.86-generic 3.2.51
  Uname: Linux 3.2.0-56-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  Date: Sun Nov 24 19:14:43 2013
  ErrorMessage: ErrorMessage: corrupted filesystem tarfile - corrupted package 
archive
  InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: libreoffice
  Title: package libreoffice-common 1:3.5.7-0ubuntu4 failed to install/upgrade: 
ErrorMessage: corrupted filesystem tarfile - corrupted package archive
  UpgradeStatus: Upgraded to precise on 2013-11-24 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1254472/+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 1208535] Re: gvfsd-mtp crashed with SIGFPE in g_hash_table_lookup_node()

2013-11-24 Thread Philip Langdale
** Bug watch added: GNOME Bug Tracker #715119
   https://bugzilla.gnome.org/show_bug.cgi?id=715119

** Also affects: gvfs via
   https://bugzilla.gnome.org/show_bug.cgi?id=715119
   Importance: Unknown
   Status: Unknown

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

Title:
  gvfsd-mtp crashed with SIGFPE in g_hash_table_lookup_node()

Status in GVFS:
  Unknown
Status in “gvfs” package in Ubuntu:
  Fix Released

Bug description:
  Occured when unmounting the Nexus 7 (running Android 4.3) by clicking
  the eject symbol in the Nautilus window.

  ProblemType: Crash
  DistroRelease: Ubuntu 13.10
  Package: gvfs-backends 1.17.2-0ubuntu5
  Uname: Linux 3.11.0-031100rc3-generic x86_64
  ApportVersion: 2.12-0ubuntu2
  Architecture: amd64
  CrashCounter: 1
  Date: Mon Aug  5 18:23:23 2013
  ExecutablePath: /usr/lib/gvfs/gvfsd-mtp
  InstallationDate: Installed on 2013-06-05 (61 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Alpha amd64 (20130605)
  MarkForUpload: True
  ProcCmdline: /usr/lib/gvfs/gvfsd-mtp --spawner :1.4 /org/gtk/gvfs/exec_spaw/2
  Signal: 8
  SourcePackage: gvfs
  StacktraceTop:
   g_hash_table_lookup () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   ?? ()
   ?? ()
   g_vfs_job_run () from /usr/lib/x86_64-linux-gnu/gvfs/libgvfsdaemon.so
   ?? () from /usr/lib/x86_64-linux-gnu/gvfs/libgvfsdaemon.so
  Title: gvfsd-mtp crashed with SIGFPE in g_hash_table_lookup()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/gvfs/+bug/1208535/+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 1254482] [NEW] reminders of past events showing up after adding google calendar in evolution

2013-11-24 Thread Ruchir
Public bug reported:

Ubuntu 13.10 x86_64
Evolution 3.8.4

I just installed evolution and added google calendar in it. It started
showing reminders of all past events after downloading the calendar. It
shows reminder for each and every past event instead of showing only
upcoming events as per appropriate time.

Steps to reproduce:
1. Add google calendar in evolution.

Expected result:
Calendar should be added and event reminders should come as and when upcoming 
events approach.

Actual result:
Shows reminders of all past events immediately. Putting lot of load on system.

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: evolution 3.8.4-0ubuntu1
ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6
Uname: Linux 3.11.0-13-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.12.5-0ubuntu2.1
Architecture: amd64
Date: Sun Nov 24 22:46:20 2013
ExecutablePath: /usr/bin/evolution
MarkForUpload: True
SourcePackage: evolution
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug saucy

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

Title:
  reminders of past events showing up after adding google calendar in
  evolution

Status in “evolution” package in Ubuntu:
  New

Bug description:
  Ubuntu 13.10 x86_64
  Evolution 3.8.4

  I just installed evolution and added google calendar in it. It started
  showing reminders of all past events after downloading the calendar.
  It shows reminder for each and every past event instead of showing
  only upcoming events as per appropriate time.

  Steps to reproduce:
  1. Add google calendar in evolution.

  Expected result:
  Calendar should be added and event reminders should come as and when upcoming 
events approach.

  Actual result:
  Shows reminders of all past events immediately. Putting lot of load on system.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: evolution 3.8.4-0ubuntu1
  ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6
  Uname: Linux 3.11.0-13-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Sun Nov 24 22:46:20 2013
  ExecutablePath: /usr/bin/evolution
  MarkForUpload: True
  SourcePackage: evolution
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1254482/+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 1254481] [NEW] USB sound card not detected

2013-11-24 Thread Pierre Gosselin
Public bug reported:

New notebook from HP with AND driver

HP Pavillon Smarttouch T14 n028ca

Got trouble with wifi (resolved)

Got truble with touchpad works fine but error messages (not resolved)

For the sound, when booting with windows everything works fine...

When booting with kubuntu, no sound : not muted, 100% open,

rythmbox play the file but no sound from the speakers.

Testing speakers with the config system multimedia sound : no sound

I thin I need a updated AMD sound driver 

I cheked launchpad alsa update but they are for intel

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: alsa-base 1.0.25+dfsg-0ubuntu4
ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6
Uname: Linux 3.11.0-13-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.12.5-0ubuntu2.1
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  pierre 2180 F pulseaudio
 /dev/snd/controlC0:  pierre 2180 F pulseaudio
Date: Sun Nov 24 11:58:40 2013
InstallationDate: Installed on 2013-11-02 (22 days ago)
InstallationMedia: Lubuntu 13.10 Saucy Salamander - Release amd64 (20131016)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: alsa-driver
Symptom: audio
Title: USB sound card not detected
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/06/2013
dmi.bios.vendor: Insyde
dmi.bios.version: F.02
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: 216D
dmi.board.vendor: Hewlett-Packard
dmi.board.version: 31.0F
dmi.chassis.asset.tag: Chassis Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnInsyde:bvrF.02:bd08/06/2013:svnHewlett-Packard:pnHPPavilionTS14NotebookPC:pvr088110305E0620100:rvnHewlett-Packard:rn216D:rvr31.0F:cvnHewlett-Packard:ct10:cvrChassisVersion:
dmi.product.name: HP Pavilion TS 14 Notebook PC
dmi.product.version: 088110305E0620100
dmi.sys.vendor: Hewlett-Packard

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


** Tags: amd64 apport-bug saucy

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

Title:
  USB sound card not detected

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

Bug description:
  New notebook from HP with AND driver

  HP Pavillon Smarttouch T14 n028ca

  Got trouble with wifi (resolved)

  Got truble with touchpad works fine but error messages (not resolved)

  For the sound, when booting with windows everything works fine...

  When booting with kubuntu, no sound : not muted, 100% open,

  rythmbox play the file but no sound from the speakers.

  Testing speakers with the config system multimedia sound : no sound

  I thin I need a updated AMD sound driver 

  I cheked launchpad alsa update but they are for intel

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6
  Uname: Linux 3.11.0-13-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  pierre 2180 F pulseaudio
   /dev/snd/controlC0:  pierre 2180 F pulseaudio
  Date: Sun Nov 24 11:58:40 2013
  InstallationDate: Installed on 2013-11-02 (22 days ago)
  InstallationMedia: Lubuntu 13.10 Saucy Salamander - Release amd64 (20131016)
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Title: USB sound card not detected
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/06/2013
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.02
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 216D
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 31.0F
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.02:bd08/06/2013:svnHewlett-Packard:pnHPPavilionTS14NotebookPC:pvr088110305E0620100:rvnHewlett-Packard:rn216D:rvr31.0F:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP Pavilion TS 14 Notebook PC
  dmi.product.version: 088110305E0620100
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1254481/+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 1197933] Re: gvfsd-mtp crashed with SIGFPE in g_hash_table_lookup_node()

2013-11-24 Thread Philip Langdale
** Changed in: gvfs (Ubuntu)
 Assignee: (unassigned) = Philip Langdale (langdalepl)

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

** Also affects: gvfs via
   https://bugzilla.gnome.org/show_bug.cgi?id=715119
   Importance: Unknown
   Status: Unknown

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

Title:
  gvfsd-mtp crashed with SIGFPE in g_hash_table_lookup_node()

Status in GVFS:
  Unknown
Status in “gvfs” package in Ubuntu:
  Confirmed

Bug description:
  system automatically gives this error

  ProblemType: Crash
  DistroRelease: Ubuntu 13.10
  Package: gvfs-backends 1.17.2-0ubuntu2
  ProcVersionSignature: Ubuntu 3.9.0-7.15-generic 3.9.7
  Uname: Linux 3.9.0-7-generic i686
  ApportVersion: 2.10.2-0ubuntu3
  Architecture: i386
  Date: Fri Jul  5 00:34:30 2013
  ExecutablePath: /usr/lib/gvfs/gvfsd-mtp
  InstallationDate: Installed on 2013-07-04 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 13.10 Saucy Salamander - Alpha i386 
(20130626)
  MarkForUpload: True
  ProcCmdline: /usr/lib/gvfs/gvfsd-mtp --spawner :1.9 /org/gtk/gvfs/exec_spaw/0
  ProcEnviron:
   SHELL=/bin/bash
   XDG_RUNTIME_DIR=set
   PATH=(custom, no user)
   LANGUAGE=en_IN:en
   LANG=en_IN
  Signal: 8
  SourcePackage: gvfs
  StacktraceTop:
   g_hash_table_lookup () from /lib/i386-linux-gnu/libglib-2.0.so.0
   ?? ()
   ?? ()
   ?? () from /usr/lib/i386-linux-gnu/gvfs/libgvfsdaemon.so
   g_vfs_job_run () from /usr/lib/i386-linux-gnu/gvfs/libgvfsdaemon.so
  Title: gvfsd-mtp crashed with SIGFPE in g_hash_table_lookup()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/gvfs/+bug/1197933/+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 1227089] Re: gvfsd-mtp crashed with SIGSEGV in g_hash_table_lookup()

2013-11-24 Thread Philip Langdale
** Changed in: gvfs (Ubuntu)
 Assignee: (unassigned) = Philip Langdale (langdalepl)

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

** Also affects: gvfs via
   https://bugzilla.gnome.org/show_bug.cgi?id=715119
   Importance: Unknown
   Status: Unknown

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

Title:
  gvfsd-mtp crashed with SIGSEGV in g_hash_table_lookup()

Status in GVFS:
  Unknown
Status in “gvfs” package in Ubuntu:
  Confirmed

Bug description:
  Steps:
  1. Plug a Nexus 4 into your computer
  2. Open the music directory
  3. drag in a folder of an album
  4. In nautilus, click the eject button for the directory

  Result:
  The crash dialog appears

  ProblemType: Crash
  DistroRelease: Ubuntu 13.10
  Package: gvfs-backends 1.17.90-0ubuntu1
  ProcVersionSignature: Ubuntu 3.11.0-7.14-generic 3.11.1
  Uname: Linux 3.11.0-7-generic x86_64
  ApportVersion: 2.12.1-0ubuntu4
  Architecture: amd64
  Date: Wed Sep 18 07:54:37 2013
  ExecutablePath: /usr/lib/gvfs/gvfsd-mtp
  InstallationDate: Installed on 2013-06-18 (92 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Alpha amd64 (20130617)
  MarkForUpload: True
  ProcCmdline: /usr/lib/gvfs/gvfsd-mtp --spawner :1.7 /org/gtk/gvfs/exec_spaw/5
  ProcEnviron:
   SHELL=/bin/bash
   XDG_RUNTIME_DIR=set
   PATH=(custom, no user)
   LANGUAGE=en_US
   LANG=en_US.UTF-8
  SegvAnalysis:
   Segfault happened at: 0x7f47cd5ca093 g_hash_table_lookup+83:   mov
(%rcx,%rax,4),%edx
   PC (0x7f47cd5ca093) ok
   source (%rcx,%rax,4) (0x7f47bc04c198) in non-readable VMA region: 
0x7f47bc045000-0x7f47c000 ---p None
   destination %edx ok
   Stack memory exhausted (SP below stack segment)
  SegvReason: reading VMA None
  Signal: 11
  SourcePackage: gvfs
  StacktraceTop:
   g_hash_table_lookup () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   ?? ()
   ?? ()
   g_vfs_job_run () from /usr/lib/x86_64-linux-gnu/gvfs/libgvfsdaemon.so
   ?? () from /usr/lib/x86_64-linux-gnu/gvfs/libgvfsdaemon.so
  Title: gvfsd-mtp crashed with SIGSEGV in g_hash_table_lookup()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/gvfs/+bug/1227089/+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 1250498] Re: haswell, no video output after 2nd resume from suspend to disk (S4)

2013-11-24 Thread b3nmore
Same in single user mode, so I guess its a kernel issue.

** Package changed: xserver-xorg-video-intel (Ubuntu) = linux (Ubuntu)

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

Title:
  haswell, no video output after 2nd resume from suspend to disk (S4)

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I'm trying to enable a reliable hibernate/resume cycle on a intel haswell 
cpu/gpu system with ubuntu 13.10 +xfce. Until now I've failed, because I get 
three possible outcomes, when resuming (without seeing any pattern). In all 
cases pm reports, that 'Image restored successfully'; visible on tty1.
  Resulting system states after resume:
  i) resume just works fine, everything is o.k
  ii) X freezes, screen is completely black, mostly no reaction to key strokes 
(i.e. can't change to ttyX), but ssh is possible
  iii) like ii) but network is not reachable (I'd say a complete freeze)

  From situation ii) I got a dmesg (attached), which makes me think,
  that intel gpu driver is to blame.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1250498/+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 1254474] Re: package libreoffice-core 1:3.5.7-0ubuntu4 failed to install/upgrade: ErrorMessage: corrupted filesystem tarfile - corrupted package archive

2013-11-24 Thread Björn Michaelsen
*** This bug is a duplicate of bug 1254472 ***
https://bugs.launchpad.net/bugs/1254472

** This bug has been marked a duplicate of bug 1254472
   package libreoffice-common 1:3.5.7-0ubuntu4 failed to install/upgrade: 
ErrorMessage: corrupted filesystem tarfile - corrupted package archive

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

Title:
  package libreoffice-core 1:3.5.7-0ubuntu4 failed to install/upgrade:
  ErrorMessage: corrupted filesystem tarfile - corrupted package archive

Status in “libreoffice” package in Ubuntu:
  New

Bug description:
  Auto generated report after distro update.

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: libreoffice-core
  ProcVersionSignature: Ubuntu 3.2.0-56.86-generic 3.2.51
  Uname: Linux 3.2.0-56-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  Date: Sun Nov 24 19:15:57 2013
  ErrorMessage: ErrorMessage: corrupted filesystem tarfile - corrupted package 
archive
  InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
  MarkForUpload: True
  SourcePackage: libreoffice
  Title: package libreoffice-core 1:3.5.7-0ubuntu4 failed to install/upgrade: 
ErrorMessage: corrupted filesystem tarfile - corrupted package archive
  UpgradeStatus: Upgraded to precise on 2013-11-24 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1254474/+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 1254481] Re: USB sound card not detected

2013-11-24 Thread Daniel Letzeisen
What USB sound card are you trying to use? Is it possible you're
referring to the onboard sound card or HDMI audio?

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

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

Title:
  USB sound card not detected

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

Bug description:
  New notebook from HP with AND driver

  HP Pavillon Smarttouch T14 n028ca

  Got trouble with wifi (resolved)

  Got truble with touchpad works fine but error messages (not resolved)

  For the sound, when booting with windows everything works fine...

  When booting with kubuntu, no sound : not muted, 100% open,

  rythmbox play the file but no sound from the speakers.

  Testing speakers with the config system multimedia sound : no sound

  I thin I need a updated AMD sound driver 

  I cheked launchpad alsa update but they are for intel

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6
  Uname: Linux 3.11.0-13-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  pierre 2180 F pulseaudio
   /dev/snd/controlC0:  pierre 2180 F pulseaudio
  Date: Sun Nov 24 11:58:40 2013
  InstallationDate: Installed on 2013-11-02 (22 days ago)
  InstallationMedia: Lubuntu 13.10 Saucy Salamander - Release amd64 (20131016)
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Title: USB sound card not detected
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/06/2013
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.02
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 216D
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 31.0F
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.02:bd08/06/2013:svnHewlett-Packard:pnHPPavilionTS14NotebookPC:pvr088110305E0620100:rvnHewlett-Packard:rn216D:rvr31.0F:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP Pavilion TS 14 Notebook PC
  dmi.product.version: 088110305E0620100
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1254481/+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 1058641] Re: No devices detected radeon regression

2013-11-24 Thread Ubuntu QA Website
This bug has been reported on the Ubuntu ISO testing tracker.

A list of all reports related to this bug can be found here:
http://iso.qa.ubuntu.com/qatracker/reports/bugs/1058641

** Tags added: iso-testing

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

Title:
  No devices detected radeon regression

Status in “xserver-xorg-video-ati” package in Ubuntu:
  Confirmed

Bug description:
  Testing the quantal daily/live ISOs I've noticed a regression with the
  radeon driver.  The last ISO I tested was from the 19th of Sept and
  that was fine.  Yesterdays live/desktop ISO (28/9/2012) fails to start
  the Xorg server.  It reports that no devices are detected.  Creating a
  very simple xorg.conf overcomes the problem:

  Section Device
  Identifier Card0
  Driver radeon
  BusID PCI:0:16:0
  EndSection

  I'll attach the Xorg.0.log from running with and without the above
  xorg.conf.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-ati/+bug/1058641/+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 1254482] Re: reminders of past events showing up after adding google calendar in evolution

2013-11-24 Thread Nik.Th.
Thanks for reporting this bug and any supporting documentation. Since
this bug has enough information provided for a developer to begin work,
I'm going to mark it as confirmed and let them handle it from here.
Thanks for taking the time to make Ubuntu better!

This seems like a regression of bug #848968

Best Regards
NikTh

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

** Tags added: regression-release

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

Title:
  reminders of past events showing up after adding google calendar in
  evolution

Status in “evolution” package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 13.10 x86_64
  Evolution 3.8.4

  I just installed evolution and added google calendar in it. It started
  showing reminders of all past events after downloading the calendar.
  It shows reminder for each and every past event instead of showing
  only upcoming events as per appropriate time.

  Steps to reproduce:
  1. Add google calendar in evolution.

  Expected result:
  Calendar should be added and event reminders should come as and when upcoming 
events approach.

  Actual result:
  Shows reminders of all past events immediately. Putting lot of load on system.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: evolution 3.8.4-0ubuntu1
  ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6
  Uname: Linux 3.11.0-13-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Sun Nov 24 22:46:20 2013
  ExecutablePath: /usr/bin/evolution
  MarkForUpload: True
  SourcePackage: evolution
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1254482/+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 1254287] Re: Speakers do not work after using headphones

2013-11-24 Thread Saiph Kappa
I have 1 jack for headphones, 1 jack for mic, and another one which I
don't know for what it is.

Note that this only happens in the situation I described. If I connect
and disconnect HP while the system is running everything works fine.

I don't have the command hda-jack-sense-test and no idea if it
supports  surround 5.1.

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

Title:
  Speakers do not work after using headphones

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

Bug description:
  If I am listening to music with headphones and then shut down the
  computer and unplug the headphones, when I boot ubuntu the next time,
  no sound can be listened to from the speakers and I have to explicitly
  select speakers in sound settings.

  Ubuntu should determine automatically that no headphones are connected
  and select speakers.

  This happens in ubuntu 13.10 with all updates performed until now.
  --- 
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  sergio 2019 F pulseaudio
  DistroRelease: Ubuntu 13.10
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2012-03-08 (625 days ago)
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
  MarkForUpload: True
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  PackageArchitecture: all
  ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6
  Tags:  saucy
  Uname: Linux 3.11.0-13-generic i686
  UpgradeStatus: Upgraded to saucy on 2013-10-23 (31 days ago)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
  dmi.bios.date: 11/10/2006
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: RKYWSF21
  dmi.board.name: ROCKY
  dmi.board.vendor: LG Electronics
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LG Electronics
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrRKYWSF21:bd11/10/2006:svnLGElectronics:pnS1-P331P:pvrNotApplicable:rvnLGElectronics:rnROCKY:rvrNotApplicable:cvnLGElectronics:ct10:cvrN/A:
  dmi.product.name: S1-P331P
  dmi.product.version: Not Applicable
  dmi.sys.vendor: LG Electronics

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1254287/+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 1243480] Re: evince no input in print dialog/insufficient logging

2013-11-24 Thread Karl-Philipp Richter
Fixed it by reinstalling all packages. I guess this was never related to
evince.

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

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

Title:
  evince no input in print dialog/insufficient logging

Status in “evince” package in Ubuntu:
  Invalid

Bug description:
  in evince 3.10.0 I have no possibilty to enter numbers into the pages field 
of the printing dialog. This is possibly related to another component than 
evince, but the log says 
  output
  WARNING **: Unimplemented action: POPPLER_ACTION_UNKNOWN, please post a bug 
report in Evince bugzilla (http://bugzilla.gnome.org) with a testcase.
  /output
  This is not bugzilla.gnome.org and I don't have a testcase, but I guess it's 
worth mentioning. 
  The issue is possibly related to missing permissions on a file 
(/home/richter/.config/gtk-3.0/settings.ini which is not very certain (see 
below) or another). The complete log is: 
  output

  (evince:4400): Gtk-WARNING **: Failed to parse
  /home/richter/.config/gtk-3.0/settings.ini: Keine Berechtigung

  (evince:4400): Gtk-WARNING **: Attempting to read the recently used
  resources file at `/home/richter/.local/share/recently-used.xbel', but
  the parser failed: Failed to open file '/home/richter/.local/share
  /recently-used.xbel': Keine Berechtigung.

  (evince:4400): EvinceDocument-CRITICAL **: ev_document_get_n_pages:
  assertion 'EV_IS_DOCUMENT (document)' failed

  ** (evince:4400): WARNING **: Unimplemented action:
  POPPLER_ACTION_UNKNOWN, please post a bug report in Evince bugzilla
  (http://bugzilla.gnome.org) with a testcase.

  ** (evince:4400): WARNING **: Unimplemented action:
  POPPLER_ACTION_UNKNOWN, please post a bug report in Evince bugzilla
  (http://bugzilla.gnome.org) with a testcase.

  (evince:4400): Gtk-WARNING **: Attempting to store changes into
  `/home/richter/.local/share/recently-used.xbel', but failed: Failed to
  create file '/home/richter/.local/share/recently-used.xbel.Y8SC5W':
  Keine Berechtigung

  (evince:4400): Gtk-WARNING **: Attempting to set the permissions of
  `/home/richter/.local/share/recently-used.xbel', but failed: Keine
  Berechtigung

  ** (evince:4400): WARNING **: Unimplemented action:
  POPPLER_ACTION_UNKNOWN, please post a bug report in Evince bugzilla
  (http://bugzilla.gnome.org) with a testcase.

  ** (evince:4400): WARNING **: Keine Berechtigung

  /output
  (keine Berechtigung means no permission)

  The permission issue is not clear. 
  codels -la /home/richter/.config/gtk-3.0/settings.ini/code 
  returns 
  output-rwxrwxrwx 1 richter richter 192 Jan 28  2013 
/home/richter/.config/gtk-3.0/settings.ini/output
  where richter is the user executing evince.

  codels -la /home/richter/.local/share//code
  returns
  output
  insgesamt 15620
  drwx-- 44 richter richter  12288 Okt 23 03:17 .
  drwx--  4 richter richter   4096 Jul 14 13:49 ..
  drwxrwxr-x  3 richter richter   4096 Jul 14 15:30 akonadi
  drwx--  4 richter richter   4096 Okt 18 21:54 applications
  -rw---  1 richter richter  0 Mai  6  2011 .converted-launchers
  drwxrwxr-x  4 richter richter   4096 Jun 30 19:59 data
  drwx--  2 richter richter   4096 Okt 16 00:11 desktop-directories
  drwxrwxr-x  2 richter richter   4096 Mai  1 11:32 diffuse
  drwx--  7 richter richter   4096 Okt 11 23:56 evolution
  drwx--  2 richter richter   4096 Okt 24  2012 folks
  drwx--  3 richter richter   4096 Jan 20  2013 gegl-0.2
  drwx--  3 richter richter   4096 Okt 24  2012 glchess
  drwx--  3 richter richter   4096 Okt 24  2012 glipper
  drwxr-xr-x  2 richter richter   4096 Apr 28 12:07 gnome-settings-daemon
  drwx--  2 richter richter   4096 Jul 12 16:06 gnome-shell
  -rw-r--r--  1 richter richter   1495 Okt 20 17:09 gsettings-data-convert
  drwxr-xr-x  3 richter richter   4096 Jul  2 00:48 gstreamer-1.0
  drwx--  2 richter richter   4096 Okt 23 03:32 gvfs-metadata
  drwx--  2 richter richter   4096 Sep 14 19:24 icc
  drwx--  4 richter richter   4096 Okt 31  2012 icons
  drwxrwxr-x  2 richter richter   4096 Okt 23 03:25 keyrings
  drwx--  2 richter richter   4096 Nov  9  2012 latexila
  drwx--  2 richter richter   4096 Okt 24  2012 libgda
  drwxrwxr-x  4 richter richter   4096 Jul 12 14:03 marble
  drwx--  2 richter richter   4096 Okt 27  2012 mc
  drwx--  9 richter richter   4096 Aug  8 18:35 mime
  drwx--  3 richter richter   4096 Apr 27 12:00 nautilus
  drwxr-xr-x  4 richter richter   4096 Okt 21 01:03 orca
  drwx--  2 richter richter   4096 Jan  5  2013 pitivi
  drwxrwxr-x  2 richter richter   4096 Okt 16 00:11 pixmaps
  drwx--  2 richter richter   4096 Okt 23 00:09 previews
  -rw---  1 richter richter   3811 Okt 23 03:17 recently-used.xbel
  -rw---  1 richter richter218 Apr 14  2012 recently-used.xbel.0ED0CW
  

[Desktop-packages] [Bug 1227089] Re: gvfsd-mtp crashed with SIGSEGV in g_hash_table_lookup()

2013-11-24 Thread Bug Watch Updater
** Changed in: gvfs
   Status: Unknown = Fix Released

** Changed in: gvfs
   Importance: Unknown = Medium

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

Title:
  gvfsd-mtp crashed with SIGSEGV in g_hash_table_lookup()

Status in GVFS:
  Fix Released
Status in “gvfs” package in Ubuntu:
  Confirmed

Bug description:
  Steps:
  1. Plug a Nexus 4 into your computer
  2. Open the music directory
  3. drag in a folder of an album
  4. In nautilus, click the eject button for the directory

  Result:
  The crash dialog appears

  ProblemType: Crash
  DistroRelease: Ubuntu 13.10
  Package: gvfs-backends 1.17.90-0ubuntu1
  ProcVersionSignature: Ubuntu 3.11.0-7.14-generic 3.11.1
  Uname: Linux 3.11.0-7-generic x86_64
  ApportVersion: 2.12.1-0ubuntu4
  Architecture: amd64
  Date: Wed Sep 18 07:54:37 2013
  ExecutablePath: /usr/lib/gvfs/gvfsd-mtp
  InstallationDate: Installed on 2013-06-18 (92 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Alpha amd64 (20130617)
  MarkForUpload: True
  ProcCmdline: /usr/lib/gvfs/gvfsd-mtp --spawner :1.7 /org/gtk/gvfs/exec_spaw/5
  ProcEnviron:
   SHELL=/bin/bash
   XDG_RUNTIME_DIR=set
   PATH=(custom, no user)
   LANGUAGE=en_US
   LANG=en_US.UTF-8
  SegvAnalysis:
   Segfault happened at: 0x7f47cd5ca093 g_hash_table_lookup+83:   mov
(%rcx,%rax,4),%edx
   PC (0x7f47cd5ca093) ok
   source (%rcx,%rax,4) (0x7f47bc04c198) in non-readable VMA region: 
0x7f47bc045000-0x7f47c000 ---p None
   destination %edx ok
   Stack memory exhausted (SP below stack segment)
  SegvReason: reading VMA None
  Signal: 11
  SourcePackage: gvfs
  StacktraceTop:
   g_hash_table_lookup () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   ?? ()
   ?? ()
   g_vfs_job_run () from /usr/lib/x86_64-linux-gnu/gvfs/libgvfsdaemon.so
   ?? () from /usr/lib/x86_64-linux-gnu/gvfs/libgvfsdaemon.so
  Title: gvfsd-mtp crashed with SIGSEGV in g_hash_table_lookup()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/gvfs/+bug/1227089/+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 1197933] Re: gvfsd-mtp crashed with SIGFPE in g_hash_table_lookup_node()

2013-11-24 Thread Bug Watch Updater
** Changed in: gvfs
   Status: Unknown = Fix Released

** Changed in: gvfs
   Importance: Unknown = Medium

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

Title:
  gvfsd-mtp crashed with SIGFPE in g_hash_table_lookup_node()

Status in GVFS:
  Fix Released
Status in “gvfs” package in Ubuntu:
  Confirmed

Bug description:
  system automatically gives this error

  ProblemType: Crash
  DistroRelease: Ubuntu 13.10
  Package: gvfs-backends 1.17.2-0ubuntu2
  ProcVersionSignature: Ubuntu 3.9.0-7.15-generic 3.9.7
  Uname: Linux 3.9.0-7-generic i686
  ApportVersion: 2.10.2-0ubuntu3
  Architecture: i386
  Date: Fri Jul  5 00:34:30 2013
  ExecutablePath: /usr/lib/gvfs/gvfsd-mtp
  InstallationDate: Installed on 2013-07-04 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 13.10 Saucy Salamander - Alpha i386 
(20130626)
  MarkForUpload: True
  ProcCmdline: /usr/lib/gvfs/gvfsd-mtp --spawner :1.9 /org/gtk/gvfs/exec_spaw/0
  ProcEnviron:
   SHELL=/bin/bash
   XDG_RUNTIME_DIR=set
   PATH=(custom, no user)
   LANGUAGE=en_IN:en
   LANG=en_IN
  Signal: 8
  SourcePackage: gvfs
  StacktraceTop:
   g_hash_table_lookup () from /lib/i386-linux-gnu/libglib-2.0.so.0
   ?? ()
   ?? ()
   ?? () from /usr/lib/i386-linux-gnu/gvfs/libgvfsdaemon.so
   g_vfs_job_run () from /usr/lib/i386-linux-gnu/gvfs/libgvfsdaemon.so
  Title: gvfsd-mtp crashed with SIGFPE in g_hash_table_lookup()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/gvfs/+bug/1197933/+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 1208535] Re: gvfsd-mtp crashed with SIGFPE in g_hash_table_lookup_node()

2013-11-24 Thread Bug Watch Updater
** Changed in: gvfs
   Status: Unknown = Fix Released

** Changed in: gvfs
   Importance: Unknown = Medium

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

Title:
  gvfsd-mtp crashed with SIGFPE in g_hash_table_lookup_node()

Status in GVFS:
  Fix Released
Status in “gvfs” package in Ubuntu:
  Fix Released

Bug description:
  Occured when unmounting the Nexus 7 (running Android 4.3) by clicking
  the eject symbol in the Nautilus window.

  ProblemType: Crash
  DistroRelease: Ubuntu 13.10
  Package: gvfs-backends 1.17.2-0ubuntu5
  Uname: Linux 3.11.0-031100rc3-generic x86_64
  ApportVersion: 2.12-0ubuntu2
  Architecture: amd64
  CrashCounter: 1
  Date: Mon Aug  5 18:23:23 2013
  ExecutablePath: /usr/lib/gvfs/gvfsd-mtp
  InstallationDate: Installed on 2013-06-05 (61 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Alpha amd64 (20130605)
  MarkForUpload: True
  ProcCmdline: /usr/lib/gvfs/gvfsd-mtp --spawner :1.4 /org/gtk/gvfs/exec_spaw/2
  Signal: 8
  SourcePackage: gvfs
  StacktraceTop:
   g_hash_table_lookup () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   ?? ()
   ?? ()
   g_vfs_job_run () from /usr/lib/x86_64-linux-gnu/gvfs/libgvfsdaemon.so
   ?? () from /usr/lib/x86_64-linux-gnu/gvfs/libgvfsdaemon.so
  Title: gvfsd-mtp crashed with SIGFPE in g_hash_table_lookup()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/gvfs/+bug/1208535/+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 1131858] Re: file operations window hangs after completion of file transfer to FAT file system from ext4 file system

2013-11-24 Thread David McNerney
Trying to copy a 590M file from main drive to Kingston 16GB USB key.

It made it to 571M and just stuck.  USB key is vfat, source is ext3.

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

Title:
  file operations window hangs after completion of file transfer to FAT
  file system from ext4 file system

Status in “nautilus” package in Ubuntu:
  Confirmed

Bug description:
  Using 12.04 and attempting to drag-and-drop a large file from my
  Downloads folder to a USB thumb drive, the File Operations window
  displays a full progress bar and the text 777.9 MB of 777.9 MB. This
  dialog box hangs for about five minutes, during which time I ran
  'ubuntu-bug nautilus' in the hopes that the problem details were
  captured.

  This bug seems identical to bug 612076 in 10.04 which was closed due
  to inactivity.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: nautilus 1:3.4.2-0ubuntu6
  ProcVersionSignature: Ubuntu 3.2.0-38.61-generic 3.2.37
  Uname: Linux 3.2.0-38-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: amd64
  Date: Fri Feb 22 11:16:35 2013
  GsettingsChanges: org.gnome.nautilus.window-state geometry '1202x621+476+430'
  InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release amd64 
(20120822.4)
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: nautilus
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1131858/+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 1131858] Re: file operations window hangs after completion of file transfer to FAT file system from ext4 file system

2013-11-24 Thread David McNerney
 lsb-release say Ubuntu 13.04 (Lubuntu)

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

Title:
  file operations window hangs after completion of file transfer to FAT
  file system from ext4 file system

Status in “nautilus” package in Ubuntu:
  Confirmed

Bug description:
  Using 12.04 and attempting to drag-and-drop a large file from my
  Downloads folder to a USB thumb drive, the File Operations window
  displays a full progress bar and the text 777.9 MB of 777.9 MB. This
  dialog box hangs for about five minutes, during which time I ran
  'ubuntu-bug nautilus' in the hopes that the problem details were
  captured.

  This bug seems identical to bug 612076 in 10.04 which was closed due
  to inactivity.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: nautilus 1:3.4.2-0ubuntu6
  ProcVersionSignature: Ubuntu 3.2.0-38.61-generic 3.2.37
  Uname: Linux 3.2.0-38-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: amd64
  Date: Fri Feb 22 11:16:35 2013
  GsettingsChanges: org.gnome.nautilus.window-state geometry '1202x621+476+430'
  InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release amd64 
(20120822.4)
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: nautilus
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1131858/+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 1131858] Re: file operations window hangs after completion of file transfer to FAT file system from ext4 file system

2013-11-24 Thread David McNerney
Mounted USB drive directly to /mnt using root access - works fine.

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

Title:
  file operations window hangs after completion of file transfer to FAT
  file system from ext4 file system

Status in “nautilus” package in Ubuntu:
  Confirmed

Bug description:
  Using 12.04 and attempting to drag-and-drop a large file from my
  Downloads folder to a USB thumb drive, the File Operations window
  displays a full progress bar and the text 777.9 MB of 777.9 MB. This
  dialog box hangs for about five minutes, during which time I ran
  'ubuntu-bug nautilus' in the hopes that the problem details were
  captured.

  This bug seems identical to bug 612076 in 10.04 which was closed due
  to inactivity.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: nautilus 1:3.4.2-0ubuntu6
  ProcVersionSignature: Ubuntu 3.2.0-38.61-generic 3.2.37
  Uname: Linux 3.2.0-38-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: amd64
  Date: Fri Feb 22 11:16:35 2013
  GsettingsChanges: org.gnome.nautilus.window-state geometry '1202x621+476+430'
  InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release amd64 
(20120822.4)
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: nautilus
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1131858/+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


Re: [Desktop-packages] [Bug 1254448] Re: [ATIIXP - ATI SB400 AC97, Realtek ALC655, playback] No sound at all

2013-11-24 Thread giorgio
Sorry, but I don't understand! what do I do?


2013/11/24 Daniel Letzeisen 1254...@bugs.launchpad.net

 The following items look suspicious to me, but I'm not too versed with
 AC'97, so they may be okay:

 !!Module: snd_atiixp
 enable : N

 control.41 {
 iface MIXER
 name 'External Amplifier'
 value false

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

 Title:
   [ATIIXP - ATI SB400 AC97, Realtek ALC655, playback] No sound at all

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

 Bug description:
   First install 13.10 on win pc. Audio external ok on win. No sound at all
 on 13.10. Audio device ok on 13.10 terminal (AMD ATI IXP SB400 AC'97).
   VERSION PACK: IMPOSSIBLE TO FIND OUT

   ProblemType: Bug
   DistroRelease: Ubuntu 13.10
   Package: alsa-base 1.0.25+dfsg-0ubuntu4
   ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
   Uname: Linux 3.11.0-12-generic i686
   ApportVersion: 2.12.5-0ubuntu2
   Architecture: i386
   AudioDevicesInUse:
USERPID ACCESS COMMAND
/dev/snd/controlC0:  ubu4007 F pulseaudio
   CasperVersion: 1.336ubuntu1
   Date: Sun Nov 24 15:07:38 2013
   LiveMediaBuild: Plus12-32bit 13.10 - Release i386
   MarkForUpload: True
   PackageArchitecture: all
   ProcEnviron:
LANGUAGE=it_IT
PATH=(custom, no user)
XDG_RUNTIME_DIR=set
LANG=it_IT.UTF-8
SHELL=/bin/bash
   SourcePackage: alsa-driver
   Symptom: audio
   Symptom_AlsaPlaybackTest: ALSA playback test through plughw:IXP failed
   Symptom_Card: Audio interno - ATI IXP
   Symptom_DevicesInUse:
USERPID ACCESS COMMAND
/dev/snd/controlC0:  ubu4007 F pulseaudio
/dev/snd/seq:timidity   3199 F timidity
   Symptom_Type: No sound at all
   Title: [ATIIXP - ATI IXP, playback] No sound at all
   UpgradeStatus: No upgrade log present (probably fresh install)
   dmi.bios.date: 01/18/2005
   dmi.bios.vendor: Phoenix Technologies, LTD
   dmi.bios.version: 6.00 PG
   dmi.board.name: RS/RX480SB400
   dmi.chassis.type: 3
   dmi.modalias:
 dmi:bvnPhoenixTechnologies,LTD:bvr6.00PG:bd01/18/2005:svn:pn:pvr:rvn:rnRS/RX480SB400:rvr:cvn:ct3:cvr:

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1254448/+subscriptions


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

Title:
  [ATIIXP - ATI SB400 AC97, Realtek ALC655, playback] No sound at all

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

Bug description:
  First install 13.10 on win pc. Audio external ok on win. No sound at all on 
13.10. Audio device ok on 13.10 terminal (AMD ATI IXP SB400 AC'97). 
  VERSION PACK: IMPOSSIBLE TO FIND OUT

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic i686
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubu4007 F pulseaudio
  CasperVersion: 1.336ubuntu1
  Date: Sun Nov 24 15:07:38 2013
  LiveMediaBuild: Plus12-32bit 13.10 - Release i386
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=it_IT
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=it_IT.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:IXP failed
  Symptom_Card: Audio interno - ATI IXP
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubu4007 F pulseaudio
   /dev/snd/seq:timidity   3199 F timidity
  Symptom_Type: No sound at all
  Title: [ATIIXP - ATI IXP, playback] No sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/18/2005
  dmi.bios.vendor: Phoenix Technologies, LTD
  dmi.bios.version: 6.00 PG
  dmi.board.name: RS/RX480SB400
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvr6.00PG:bd01/18/2005:svn:pn:pvr:rvn:rnRS/RX480SB400:rvr:cvn:ct3:cvr:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1254448/+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 1254510] [NEW] Writer crashes when merging cells

2013-11-24 Thread Pavel Zahradník
Public bug reported:

Writes crashes when vertically merging nonempty cells in table, but also
crashes when merging with empty cells in some cases.

See https://bugs.freedesktop.org/show_bug.cgi?id=71728

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

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

Title:
  Writer crashes when merging cells

Status in “libreoffice” package in Ubuntu:
  New

Bug description:
  Writes crashes when vertically merging nonempty cells in table, but
  also crashes when merging with empty cells in some cases.

  See https://bugs.freedesktop.org/show_bug.cgi?id=71728

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1254510/+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 1254470] Re: package ure 3.5.7-0ubuntu4 failed to install/upgrade: ErrorMessage: package ure is already installed and configured

2013-11-24 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  It seems that there was an error on your system when
trying to install a particular package.  Please execute the following
command, as it will clear your package cache, in a terminal:

sudo apt-get clean

Then try performing the update again.  This will likely resolve your
issue, but the failure could be caused by filesystem or memory
corruption.  So please also run a fsck on your filesystem(s) and a
memory test.  Thanks in advance!

[This is an automated message.  I apologize if it reached you
inappropriately; please just reply to this message indicating so.]

** Tags added: short-read

** Changed in: openoffice.org (Ubuntu)
   Status: New = Invalid

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

Title:
  package ure 3.5.7-0ubuntu4 failed to install/upgrade: ErrorMessage:
  package ure is already installed and configured

Status in “openoffice.org” package in Ubuntu:
  Invalid

Bug description:
  Auto generated report after distro update.

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: ure
  ProcVersionSignature: Ubuntu 3.2.0-56.86-generic 3.2.51
  Uname: Linux 3.2.0-56-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  Date: Sun Nov 24 19:43:31 2013
  ErrorMessage: ErrorMessage: package ure is already installed and configured
  InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
  MarkForUpload: True
  SourcePackage: openoffice.org
  Title: package ure 3.5.7-0ubuntu4 failed to install/upgrade: ErrorMessage: 
package ure is already installed and configured
  UpgradeStatus: Upgraded to precise on 2013-11-24 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openoffice.org/+bug/1254470/+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 1254515] [NEW] fglrx (not installed): fglrx kernel module failed to build

2013-11-24 Thread Ummar Farooq Mahroof
Public bug reported:

want to install aTI drivers for radeon HD 4xxx graphics card, nowhere
are there clear instuction on installing and what to if any command
fails.

ProblemType: Package
DistroRelease: Ubuntu 13.10
Package: fglrx 2:8.970-0ubuntu1
ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6
Uname: Linux 3.11.0-13-generic x86_64
.tmp.unity.support.test.0:
 
.tmp.unity.support.test.1:
 
ApportVersion: 2.12.5-0ubuntu2.1
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
DKMSBuildLog:
 DKMS make.log for fglrx-8.970 for kernel 3.11.0-13-generic (x86_64)
 Sun Nov 24 20:36:02 GMT 2013
 AMD kernel module generator version 2.1
 kernel includes at /lib/modules/3.11.0-13-generic/build/include not found or 
incomplete
 file: /lib/modules/3.11.0-13-generic/build/include/linux/version.h
DKMSKernelVersion: 3.11.0-13-generic
Date: Sun Nov 24 20:36:05 2013
DistUpgraded: Fresh install
DistroCodename: saucy
DistroVariant: ubuntu
DkmsStatus: fglrx, 8.970: added
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] RV770 [Radeon HD 4870] [1002:9440] 
(prog-if 00 [VGA controller])
   Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Device [1002:0502]
InstallationDate: Installed on 2013-11-24 (0 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 (20131016.1)
MachineType: MICRO-STAR INTERNATIONAL CO.,LTD MS-7235
MarkForUpload: True
PackageVersion: (not installed)
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-13-generic 
root=UUID=940b68b3-1d0f-4f18-a9ce-87b78da6979c ro quiet splash vt.handoff=7
SourcePackage: fglrx-installer
Title: fglrx (not installed): fglrx kernel module failed to build
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 05/15/2007
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: V3.0B3
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: MS-7235
dmi.board.vendor: MICRO-STAR INTERNATIONAL CO.,LTD
dmi.board.version: 2.0
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: MICRO-STAR INTERNATIONAL CO.,LTD
dmi.chassis.version: 2.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV3.0B3:bd05/15/2007:svnMICRO-STARINTERNATIONALCO.,LTD:pnMS-7235:pvr2.0:rvnMICRO-STARINTERNATIONALCO.,LTD:rnMS-7235:rvr2.0:cvnMICRO-STARINTERNATIONALCO.,LTD:ct3:cvr2.0:
dmi.product.name: MS-7235
dmi.product.version: 2.0
dmi.sys.vendor: MICRO-STAR INTERNATIONAL CO.,LTD
make.log:
 DKMS make.log for fglrx-8.970 for kernel 3.11.0-13-generic (x86_64)
 Sun Nov 24 20:36:02 GMT 2013
 AMD kernel module generator version 2.1
 kernel includes at /lib/modules/3.11.0-13-generic/build/include not found or 
incomplete
 file: /lib/modules/3.11.0-13-generic/build/include/linux/version.h
version.compiz: compiz 1:0.9.10+13.10.20131011-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.46-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 9.2.1-1ubuntu3
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 9.2.1-1ubuntu3
version.xserver-xorg-core: xserver-xorg-core 2:1.14.3-3ubuntu2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu3.1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.2.0-0ubuntu10
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.904-0ubuntu2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.9-2ubuntu1
xserver.bootTime: Sun Nov 24 20:29:46 2013
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.14.3-3ubuntu2
xserver.video_driver: radeon

** Affects: fglrx-installer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package compiz-0.9 saucy ubuntu

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

Title:
  fglrx (not installed): fglrx kernel module failed to build

Status in “fglrx-installer” package in Ubuntu:
  New

Bug description:
  want to install aTI drivers for radeon HD 4xxx graphics card, nowhere
  are there clear instuction on installing and what to if any command
  fails.

  ProblemType: Package
  DistroRelease: Ubuntu 13.10
  Package: fglrx 2:8.970-0ubuntu1
  ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6
  Uname: Linux 3.11.0-13-generic x86_64
  .tmp.unity.support.test.0:
   
  .tmp.unity.support.test.1:
   
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  DKMSBuildLog:
   DKMS make.log for fglrx-8.970 for kernel 3.11.0-13-generic (x86_64)
   Sun Nov 24 

  1   2   3   >