[Desktop-packages] [Bug 1264611] Re: package nvidia-prime not installed failed to install/upgrade: subprocess installed post-removal script returned error exit status 127

2013-12-28 Thread Gabriel
I tracked the problem to /var/lib/dpkg/info/nvidia-prime.postrm: 75
(just as the log says)

I have found a fix ( well, almost a fix ). I used sudo leafpad to open the 
/var/lib/dpkg/info/nvidia-prime.postrm file. I deleted everything between 
   # Restore the alternatives to a non prime
# configuration, if possible
os_release=$(lsb_release -c | cut -d: -f2 | sed s/\t//g) 
  and  
  update-alternatives --auto $other_arch || true
fi
fi 
 I was now able to remove it using autoremove and reinstall. I don't know if 
this method is safe.

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

Title:
  package nvidia-prime  not installed  failed to install/upgrade:
  subprocess installed post-removal script returned error exit status
  127

Status in “nvidia-prime” package in Ubuntu:
  Confirmed

Bug description:
  Hi, I want to do 
  apt-get purge nvidia-prime and failed in ubuntu12.04 ,so I have to reinstall 
it 
  now this problem ocurred...

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: nvidia-prime (not installed)
  ProcVersionSignature: Ubuntu 3.8.0-35.50~precise1-generic 3.8.13.13
  Uname: Linux 3.8.0-35-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: i386
  Date: Fri Dec 27 11:39:48 2013
  DuplicateSignature: package:nvidia-prime:(not installed):subprocess installed 
post-removal script returned error exit status 127
  ErrorMessage: subprocess installed post-removal script returned error exit 
status 127
  InstallationMedia: Ubuntu 12.04.3 LTS Precise Pangolin - Release i386 
(20130820.1)
  MarkForUpload: True
  SourcePackage: nvidia-prime
  Title: package nvidia-prime (not installed) failed to install/upgrade: 
subprocess installed post-removal script returned error exit status 127
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


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

2013-12-28 Thread b_b
Here we go :)

** Attachment added: gnome-settings-daemon.log
   
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1231947/+attachment/3936801/+files/gnome-settings-daemon.log

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

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

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

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

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

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

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

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

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

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


[Desktop-packages] [Bug 1264611] Re: package nvidia-prime not installed failed to install/upgrade: subprocess installed post-removal script returned error exit status 127

2013-12-28 Thread Alberto Milone
if you install the dpkg-dev package, the problem will go away.

I should really fix this so that we don't need that dependency though.

** Changed in: nvidia-prime (Ubuntu)
   Status: Confirmed = Triaged

** Changed in: nvidia-prime (Ubuntu)
   Importance: Undecided = High

** Changed in: nvidia-prime (Ubuntu)
 Assignee: (unassigned) = Alberto Milone (albertomilone)

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

Title:
  package nvidia-prime  not installed  failed to install/upgrade:
  subprocess installed post-removal script returned error exit status
  127

Status in “nvidia-prime” package in Ubuntu:
  Triaged

Bug description:
  Hi, I want to do 
  apt-get purge nvidia-prime and failed in ubuntu12.04 ,so I have to reinstall 
it 
  now this problem ocurred...

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: nvidia-prime (not installed)
  ProcVersionSignature: Ubuntu 3.8.0-35.50~precise1-generic 3.8.13.13
  Uname: Linux 3.8.0-35-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: i386
  Date: Fri Dec 27 11:39:48 2013
  DuplicateSignature: package:nvidia-prime:(not installed):subprocess installed 
post-removal script returned error exit status 127
  ErrorMessage: subprocess installed post-removal script returned error exit 
status 127
  InstallationMedia: Ubuntu 12.04.3 LTS Precise Pangolin - Release i386 
(20130820.1)
  MarkForUpload: True
  SourcePackage: nvidia-prime
  Title: package nvidia-prime (not installed) failed to install/upgrade: 
subprocess installed post-removal script returned error exit status 127
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-prime/+bug/1264611/+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 1264651] [NEW] package texlive-base 2009-15 failed to install/upgrade: dependency problems - leaving unconfigured

2013-12-28 Thread Maximiliano Alameddin
Public bug reported:

No lo se

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: texlive-base 2009-15
ProcVersionSignature: Ubuntu 3.2.0-57.87-generic 3.2.52
Uname: Linux 3.2.0-57-generic i686
NonfreeKernelModules: wl
ApportVersion: 2.0.1-0ubuntu17.6
Architecture: i386
Date: Sun Dec 22 13:19:14 2013
DuplicateSignature: package:texlive-base:2009-15:dependency problems - leaving 
unconfigured
ErrorMessage: dependency problems - leaving unconfigured
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: texlive-base
Title: package texlive-base 2009-15 failed to install/upgrade: dependency 
problems - leaving unconfigured
UpgradeStatus: Upgraded to precise on 2013-12-22 (5 days ago)

** Affects: texlive-base (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 precise

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

Title:
  package texlive-base 2009-15 failed to install/upgrade: dependency
  problems - leaving unconfigured

Status in “texlive-base” package in Ubuntu:
  New

Bug description:
  No lo se

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: texlive-base 2009-15
  ProcVersionSignature: Ubuntu 3.2.0-57.87-generic 3.2.52
  Uname: Linux 3.2.0-57-generic i686
  NonfreeKernelModules: wl
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: i386
  Date: Sun Dec 22 13:19:14 2013
  DuplicateSignature: package:texlive-base:2009-15:dependency problems - 
leaving unconfigured
  ErrorMessage: dependency problems - leaving unconfigured
  InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: texlive-base
  Title: package texlive-base 2009-15 failed to install/upgrade: dependency 
problems - leaving unconfigured
  UpgradeStatus: Upgraded to precise on 2013-12-22 (5 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/texlive-base/+bug/1264651/+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 1264651] Re: package texlive-base 2009-15 failed to install/upgrade: dependency problems - leaving unconfigured

2013-12-28 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 texlive-base in Ubuntu.
https://bugs.launchpad.net/bugs/1264651

Title:
  package texlive-base 2009-15 failed to install/upgrade: dependency
  problems - leaving unconfigured

Status in “texlive-base” package in Ubuntu:
  New

Bug description:
  No lo se

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: texlive-base 2009-15
  ProcVersionSignature: Ubuntu 3.2.0-57.87-generic 3.2.52
  Uname: Linux 3.2.0-57-generic i686
  NonfreeKernelModules: wl
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: i386
  Date: Sun Dec 22 13:19:14 2013
  DuplicateSignature: package:texlive-base:2009-15:dependency problems - 
leaving unconfigured
  ErrorMessage: dependency problems - leaving unconfigured
  InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: texlive-base
  Title: package texlive-base 2009-15 failed to install/upgrade: dependency 
problems - leaving unconfigured
  UpgradeStatus: Upgraded to precise on 2013-12-22 (5 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/texlive-base/+bug/1264651/+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 1264652] [NEW] ubuntu translation update is older than upstream

2013-12-28 Thread Changwoo Ryu
Public bug reported:

xdg-user-dirs (0.15-1ubuntu2)

With the hat of xdg-user-dirs Korean translator,

xdg-user-dirs (0.15-1ubuntu2) saucy; urgency=low

  * debian/patches/launchpad_translation_export.patch:
- update translations from launchpad

 -- Sebastien Bacher seb...@ubuntu.com   Fri, 04 Oct 2013 11:09:46
+0200


This translation update overwrote upstream Korean translation with 3 years 
old Launchpad translation. There are different strings but they are not 
modifications by Launchpad translators but by upstream.

Please don't change the upstream Korean translation.

** Affects: xdg-user-dirs (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  ubuntu translation update is older than upstream

Status in “xdg-user-dirs” package in Ubuntu:
  New

Bug description:
  xdg-user-dirs (0.15-1ubuntu2)

  With the hat of xdg-user-dirs Korean translator,

  xdg-user-dirs (0.15-1ubuntu2) saucy; urgency=low

* debian/patches/launchpad_translation_export.patch:
  - update translations from launchpad

   -- Sebastien Bacher seb...@ubuntu.com   Fri, 04 Oct 2013 11:09:46
  +0200

  
  This translation update overwrote upstream Korean translation with 3 years 
old Launchpad translation. There are different strings but they are not 
modifications by Launchpad translators but by upstream.

  Please don't change the upstream Korean translation.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xdg-user-dirs/+bug/1264652/+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 1264652] Re: ubuntu translation update is older than upstream

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

** Changed in: xdg-user-dirs (Ubuntu)
   Status: New = Confirmed

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

Title:
  ubuntu translation update is older than upstream

Status in “xdg-user-dirs” package in Ubuntu:
  Confirmed

Bug description:
  xdg-user-dirs (0.15-1ubuntu2)

  With the hat of xdg-user-dirs Korean translator,

  xdg-user-dirs (0.15-1ubuntu2) saucy; urgency=low

* debian/patches/launchpad_translation_export.patch:
  - update translations from launchpad

   -- Sebastien Bacher seb...@ubuntu.com   Fri, 04 Oct 2013 11:09:46
  +0200

  
  This translation update overwrote upstream Korean translation with 3 years 
old Launchpad translation. There are different strings but they are not 
modifications by Launchpad translators but by upstream.

  Please don't change the upstream Korean translation.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xdg-user-dirs/+bug/1264652/+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 989496] Re: UnicodeDecodeError during backup due to non-utf8 translation

2013-12-28 Thread Milan Bouchet-Valat
Great, now it works -- at least it fixes the crash I fixed with my quick
patch (and most probably much better).

(Sorry for missing the relevant gettext lines in the commit.)

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

Title:
  UnicodeDecodeError during backup due to non-utf8 translation

Status in Duplicity - Bandwidth Efficient Encrypted Backup:
  Fix Released
Status in One Hundred Papercuts:
  Fix Released
Status in “duplicity” package in Ubuntu:
  Fix Released

Bug description:
  Backup failed (unknown error)... deja-dup/ubuntuone

  Traceback (most recent call last):
File /usr/bin/duplicity, line 1403, in module
  with_tempdir(main)
File /usr/bin/duplicity, line 1396, in with_tempdir
  fn()
File /usr/bin/duplicity, line 1366, in main
  full_backup(col_stats)
File /usr/bin/duplicity, line 491, in full_backup
  bytes_written = dummy_backup(tarblock_iter)
File /usr/bin/duplicity, line 197, in dummy_backup
  while tarblock_iter.next():
File /usr/lib/python2.7/dist-packages/duplicity/diffdir.py, line 507, in 
next
  result = self.process(self.input_iter.next(), size)
File /usr/lib/python2.7/dist-packages/duplicity/diffdir.py, line 188, in 
get_delta_iter
  for new_path, sig_path in collated:
File /usr/lib/python2.7/dist-packages/duplicity/diffdir.py, line 281, in 
collate2iters
  for relem1 in riter1:
File /usr/lib/python2.7/dist-packages/duplicity/selection.py, line 187, 
in Iterate
  log.Debug(_(Selecting %s) % subpath.name)
  UnicodeDecodeError: 'utf8' codec can't decode byte 0xd1 in position 117: 
invalid continuation byte

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: deja-dup 22.0-0ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
  Uname: Linux 3.2.0-24-generic x86_64
  ApportVersion: 2.0.1-0ubuntu6
  Architecture: amd64
  Date: Fri Apr 27 11:49:30 2012
  InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=ru_UA.UTF-8
   SHELL=/bin/bash
  SourcePackage: deja-dup
  UpgradeStatus: No upgrade log present (probably fresh install)
  modified.conffile..etc.xdg.autostart.deja.dup.monitor.desktop: [modified]
  mtime.conffile..etc.xdg.autostart.deja.dup.monitor.desktop: 
2012-02-14T14:17:23.600015

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/989496/+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 1264656] [NEW] indicator-keyboard icon doesn't fit with theme

2013-12-28 Thread Redmar
Public bug reported:

The indicator icon of indicator-keyboard doesn't fit with the default themes 
shipped with ubuntu.
With the defaul theme (Ambiance), it shows a white square with black text, 
while all other icons have a black background with white (see Ambiance.png)
In the case of Radiance, the other theme shipped by default, the icon uses 
white text on a white background, making it impossible to read the text at all, 
see Radiance.png.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: indicator-keyboard 0.0.0+14.04.20131125-0ubuntu1
ProcVersionSignature: Ubuntu 3.12.0-7.15-generic 3.12.4
Uname: Linux 3.12.0-7-generic i686
ApportVersion: 2.12.7-0ubuntu3
Architecture: i386
CurrentDesktop: Unity
Date: Sat Dec 28 11:34:14 2013
InstallationDate: Installed on 2013-08-04 (146 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release i386 (20130424)
SourcePackage: indicator-keyboard
UpgradeStatus: Upgraded to trusty on 2013-12-21 (6 days ago)

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


** Tags: apport-bug i386 trusty

** Attachment added: Ambiance.png
   
https://bugs.launchpad.net/bugs/1264656/+attachment/3936813/+files/Ambiance.png

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

Title:
  indicator-keyboard icon doesn't fit with theme

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

Bug description:
  The indicator icon of indicator-keyboard doesn't fit with the default themes 
shipped with ubuntu.
  With the defaul theme (Ambiance), it shows a white square with black text, 
while all other icons have a black background with white (see Ambiance.png)
  In the case of Radiance, the other theme shipped by default, the icon uses 
white text on a white background, making it impossible to read the text at all, 
see Radiance.png.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: indicator-keyboard 0.0.0+14.04.20131125-0ubuntu1
  ProcVersionSignature: Ubuntu 3.12.0-7.15-generic 3.12.4
  Uname: Linux 3.12.0-7-generic i686
  ApportVersion: 2.12.7-0ubuntu3
  Architecture: i386
  CurrentDesktop: Unity
  Date: Sat Dec 28 11:34:14 2013
  InstallationDate: Installed on 2013-08-04 (146 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release i386 (20130424)
  SourcePackage: indicator-keyboard
  UpgradeStatus: Upgraded to trusty on 2013-12-21 (6 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-keyboard/+bug/1264656/+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 1247189] Re: [13.10] Ubuntu freezes completely when switching user

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

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

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

Title:
  [13.10] Ubuntu freezes completely when switching user

Status in “lightdm” package in Ubuntu:
  Confirmed
Status in “linux” package in Ubuntu:
  Incomplete
Status in “xorg-server” package in Ubuntu:
  Confirmed

Bug description:
  I'm using a freshly installed Ubuntu 13.10. As soon as I click on a
  different user I want to switch to in the gearbox menu I get a black
  screen and nothing else is happening. I'm still able to SSH to that
  box and top does not show any process taking 100% CPU. Alt+sysrq+b is
  able to reboot the system. I had no problem like this with Ubuntu
  13.04 on the same computer.

  WORKAROUND: Disable the nvidia card in the BIOS.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: lightdm 1.8.2-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: Fri Nov  1 17:40:41 2013
  InstallationDate: Installed on 2013-10-30 (2 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MarkForUpload: True
  SourcePackage: lightdm
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1247189/+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 1254092] Re: Touchpad not recognised on Acer Aspire 5720 after upgrade to 13.10

2013-12-28 Thread UbUK
Any update?

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

Title:
  Touchpad not recognised on Acer Aspire 5720 after upgrade to 13.10

Status in “xserver-xorg-input-synaptics” package in Ubuntu:
  New

Bug description:
  After upgrading from ubuntu 13.04 to 13.10 the touchpad on my Acer
  Aspire 5720 laptop is no longer recognised by the kernel.

  Running xinput I get:

  ⎡ Virtual core pointerid=2[master pointer  (3)]
  ⎜   ↳ Virtual core XTEST pointer  id=4[slave  pointer 
 (2)]
  ⎜   ↳ ImPS/2 Generic Wheel Mouse  id=12   [slave  pointer 
 (2)]
  ⎜   ↳ MCE IR Keyboard/Mouse (ene_ir)  id=13   [slave  pointer 
 (2)]
  ⎣ Virtual core keyboard   id=3[master keyboard (2)]
  ↳ Virtual core XTEST keyboard id=5[slave  
keyboard (3)]
  ↳ Power Buttonid=6[slave  
keyboard (3)]
  ↳ Video Bus   id=7[slave  
keyboard (3)]
  ↳ Power Buttonid=8[slave  
keyboard (3)]
  ↳ Sleep Buttonid=9[slave  
keyboard (3)]
  ↳ Acer Crystal Eye webcam id=10   [slave  
keyboard (3)]
  ↳ AT Translated Set 2 keyboardid=11   [slave  
keyboard (3)]
  ↳ ENE eHome Infrared Remote Receiver  id=14   [slave  
keyboard (3)]

  
  System Settings  Mouse  Touchpad only shows settings for mice (no touchpad 
settings present).

  Using Google I see various other reports of the same problem on
  different laptops and the consensus is that it is a problem with the
  kernel NOT with synaptics.

  ***The Acer Aspire 5720 has three physical buttons below the
  touchpad*** - Left, Right, and a middle 4-way button, which has
  previously always worked for scrolling up/down/left/right.  Only up
  and down works but it only scrolls up or down one line at a time (no
  continuous scrolling by holding the up/down button down).

  I have managed to get a partial fix by adding options psmouse
  proto=imps to /etc/modprobe.d/options.conf and then running:

  sudo modprobe -r psmouse
  sudo modprobe psmouse

  That gets the physical middle button scrolling up/down working
  correctly but still no left/right scroll and no way to turn off
  touchpad tap to click (Grrr!  Grrr! and thrice Grrr!)

  Help!
  --- 
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: i386
  DistUpgraded: 2013-10-18 16:47:07,834 DEBUG enabling apt cron job
  DistroCodename: saucy
  DistroRelease: Ubuntu 13.10
  DistroVariant: ubuntu
  InstallationDate: Installed on 2011-10-14 (770 days ago)
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
  MachineType: Acer Aspire 5720
  MarkForUpload: True
  Package: xserver-xorg-input-synaptics 1.7.1-0ubuntu1 [modified: 
usr/share/X11/xorg.conf.d/51-synaptics-quirks.conf]
  PackageArchitecture: i386
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-13-generic 
root=UUID=2da6d337-44c6-4370-8808-47a269485bc3 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6
  Tags:  saucy ubuntu
  Uname: Linux 3.11.0-13-generic i686
  UpgradeStatus: Upgraded to saucy on 2013-10-18 (35 days ago)
  UserGroups: adm admin lpadmin sambashare
  dmi.bios.date: 11/10/2008
  dmi.bios.vendor: Acer
  dmi.bios.version: V1.45
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: eMachine
  dmi.board.vendor: Acer
  dmi.board.version: V1.45
  dmi.chassis.type: 1
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V1.45
  dmi.modalias: 
dmi:bvnAcer:bvrV1.45:bd11/10/2008:svnAcer:pnAspire5720:pvrV1.45:rvnAcer:rneMachine:rvrV1.45:cvnAcer:ct1:cvrV1.45:
  dmi.product.name: Aspire 5720
  dmi.product.version: V1.45
  dmi.sys.vendor: Acer
  version.compiz: compiz 1:0.9.10+13.10.20131011-0ubuntu1
  version.libdrm2: libdrm2 2.4.46-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.2.1-1ubuntu3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental 
9.2.1-1ubuntu3
  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: Fri Nov 22 17:46:12 2013
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id   14661 
   vendor SEC
  xserver.version: 2:1.14.3-3ubuntu2

To manage 

[Desktop-packages] [Bug 1264657] [NEW] No icon padding

2013-12-28 Thread Jiří Podvolecký
Public bug reported:

After 2nd root Ubuntu there is no icon padding. There is two icons on
one place.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xorg 1:7.7+1ubuntu7
ProcVersionSignature: Ubuntu 3.12.0-7.15-generic 3.12.4
Uname: Linux 3.12.0-7-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.12.7-0ubuntu3
Architecture: amd64
CasperVersion: 1.336ubuntu1
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
CurrentDmesg:
 
Date: Sat Dec 28 10:50:55 2013
DistUpgraded: Fresh install
DistroCodename: trusty
DistroVariant: ubuntu
ExtraDebuggingInterest: I just need to know a workaround
GraphicsCard:
 NVIDIA Corporation NV43 [GeForce 6600] [10de:0141] (rev a2) (prog-if 00 [VGA 
controller])
   Subsystem: Micro-Star International Co., Ltd. Device [1462:9791]
LiveMediaBuild: Ubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20131228)
Lsusb:
 Bus 001 Device 003: ID 13fe:3800 Kingston Technology Company Inc. Rage XT 
Flash Drive
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 002 Device 002: ID 045e:0083 Microsoft Corp. Basic Optical Mouse
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
MachineType: MICRO-STAR INTERNATIONAL CO., LTD MS-7100
ProcKernelCmdLine: initrd=/casper/initrd.lz file=/cdrom/preseed/username.seed 
boot=casper  quiet splash -- persistent BOOT_IMAGE=/casper/vmlinuz.efi
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 02/17/2005
dmi.bios.vendor: Phoenix Technologies, LTD
dmi.bios.version: 6.00 PG
dmi.board.name: MS-7100
dmi.board.vendor: MICRO-STAR INTERNATIONAL CO., LTD
dmi.board.version: 1.0
dmi.chassis.type: 3
dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvr6.00PG:bd02/17/2005:svnMICRO-STARINTERNATIONALCO.,LTD:pnMS-7100:pvr1.0:rvnMICRO-STARINTERNATIONALCO.,LTD:rnMS-7100:rvr1.0:cvn:ct3:cvr:
dmi.product.name: MS-7100
dmi.product.version: 1.0
dmi.sys.vendor: MICRO-STAR INTERNATIONAL CO., LTD
version.compiz: compiz 1:0.9.10+13.10.20131011-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.50-1
version.libgl1-mesa-dri: libgl1-mesa-dri 10.0.1-1ubuntu2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.0.1-1ubuntu2
version.xserver-xorg-core: xserver-xorg-core 2:1.14.5-1ubuntu2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu1
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: Sat Dec 28 10:45:36 2013
xserver.configfile: default
xserver.devices:
 inputPower Button KEYBOARD, id 6
 inputPower Button KEYBOARD, id 7
 inputMicrosoft Basic 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.14.5-1ubuntu2
xserver.video_driver: nouveau

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


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

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

Title:
  No icon padding

Status in “xorg” package in Ubuntu:
  New

Bug description:
  After 2nd root Ubuntu there is no icon padding. There is two icons on
  one place.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu7
  ProcVersionSignature: Ubuntu 3.12.0-7.15-generic 3.12.4
  Uname: Linux 3.12.0-7-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.12.7-0ubuntu3
  Architecture: amd64
  CasperVersion: 1.336ubuntu1
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  CurrentDmesg:
   
  Date: Sat Dec 28 10:50:55 2013
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: I just need to know a workaround
  GraphicsCard:
   NVIDIA Corporation NV43 [GeForce 6600] [10de:0141] (rev a2) (prog-if 00 [VGA 
controller])
 Subsystem: Micro-Star International Co., Ltd. Device [1462:9791]
  LiveMediaBuild: Ubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20131228)
  Lsusb:
   Bus 001 Device 003: ID 13fe:3800 Kingston Technology Company Inc. Rage XT 
Flash Drive
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 002: ID 045e:0083 Microsoft Corp. Basic

[Desktop-packages] [Bug 1263066] Re: No way to configure wallpaper placement

2013-12-28 Thread David Nemeskey
Thanks; that serves as a workaround, but obviously such an option should
not be hidden in a registry.

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

Title:
  No way to configure wallpaper placement

Status in “nautilus” package in Ubuntu:
  New

Bug description:
  In Ubuntu 13.10, there is no way to configure how the wallpaper is
  placed -- i.e. whether a wallpaper with a different resolution to the
  screen should be cropped, streched, centered, etc.

  This option is missing from both System Settings and from the Unity
  Tweak Tool. I could add the latter to the bug, but really, the option
  should be in System Settings proper, which I don't know the package
  of.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1263066/+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 1247916] Re: programming mode, hexadicemal view works incorrectly

2013-12-28 Thread Oleksij Rempel
In  Trusty it is even worse.  After setting one bit - bit panel is locked.
Simple test:
- switch to Hex mode
- type 
- remove bit 15
- result: panel is locked, and result is unusable for programming = 7,FFF×10³. 
Result should be 7FFF.   It works fine for bits lover then 12. After 12 it is 
broken.

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

Title:
  programming mode, hexadicemal view works incorrectly

Status in GNOME Calculator:
  Unknown
Status in “gnome-calculator” package in Ubuntu:
  Confirmed

Bug description:
  If you change to programming mode, hexadicemal view and press on one
  of bit fields, result will be decimal, not hexadecimal.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: gnome-calculator 1:3.8.2-1ubuntu4
  Uname: Linux 3.12.0-rc5-00415-g7963e5b x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Mon Nov  4 18:51:19 2013
  InstallationDate: Installed on 2012-09-13 (417 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120913.1)
  MarkForUpload: True
  SourcePackage: gnome-calculator
  UpgradeStatus: Upgraded to saucy on 2013-09-26 (38 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-calculator/+bug/1247916/+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 1247916] Re: programming mode, hexadicemal view works incorrectly

2013-12-28 Thread Oleksij Rempel
** Bug watch added: GNOME Bug Tracker #721150
   https://bugzilla.gnome.org/show_bug.cgi?id=721150

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

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

Title:
  programming mode, hexadicemal view works incorrectly

Status in GNOME Calculator:
  Unknown
Status in “gnome-calculator” package in Ubuntu:
  Confirmed

Bug description:
  If you change to programming mode, hexadicemal view and press on one
  of bit fields, result will be decimal, not hexadecimal.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: gnome-calculator 1:3.8.2-1ubuntu4
  Uname: Linux 3.12.0-rc5-00415-g7963e5b x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Mon Nov  4 18:51:19 2013
  InstallationDate: Installed on 2012-09-13 (417 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120913.1)
  MarkForUpload: True
  SourcePackage: gnome-calculator
  UpgradeStatus: Upgraded to saucy on 2013-09-26 (38 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-calculator/+bug/1247916/+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 1264664] [NEW] Enable building python-miniupnpc as in Debian Sid

2013-12-28 Thread Vasco Alves
Public bug reported:

The source package in debian sid is set to build the python bindings in
the python-miniupnpc package, but this has not been carried over to
Ubuntu. Nicotine needs those bindings to be able to use miniupnpc.
Please enable them.

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


** Tags: packaging

** Tags added: packaging

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

Title:
  Enable building python-miniupnpc as in Debian Sid

Status in “miniupnpc” package in Ubuntu:
  New

Bug description:
  The source package in debian sid is set to build the python bindings
  in the python-miniupnpc package, but this has not been carried over to
  Ubuntu. Nicotine needs those bindings to be able to use miniupnpc.
  Please enable them.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/miniupnpc/+bug/1264664/+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 1247189] Re: [13.10] Ubuntu freezes completely when switching user

2013-12-28 Thread Daniel
I am experiencing this issue since I upgraded to 13.10 from 13.04.
No nVidia card but Intel:
Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09)

The system does not hang. From my experience it just get stuck trying to open a 
new VT.
It fails to switch to the Greeter and a black screen is shown, but you can go 
back to your previous VT (CTRL-ALT-F7) or to a new one (e.g. tty1).

Versions:
lightdm 1.8.4-0ubuntu1  amd64
kernel 3.11.0-14-generic
All packages up-to-date as of 20131228.1000-UTC


WORKAROUND:
The problem solved after updating lightdm to version 1.8.5-0ubuntu1, available 
in saucy-proposed repository.

After the lightdm upgrade I experience some performance issues related
to plugin xfce4-xkb-plugin when switching between users. Seem to be
resolved removing the plugin from all panels.

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

Title:
  [13.10] Ubuntu freezes completely when switching user

Status in “lightdm” package in Ubuntu:
  Confirmed
Status in “linux” package in Ubuntu:
  Incomplete
Status in “xorg-server” package in Ubuntu:
  Confirmed

Bug description:
  I'm using a freshly installed Ubuntu 13.10. As soon as I click on a
  different user I want to switch to in the gearbox menu I get a black
  screen and nothing else is happening. I'm still able to SSH to that
  box and top does not show any process taking 100% CPU. Alt+sysrq+b is
  able to reboot the system. I had no problem like this with Ubuntu
  13.04 on the same computer.

  WORKAROUND: Disable the nvidia card in the BIOS.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: lightdm 1.8.2-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: Fri Nov  1 17:40:41 2013
  InstallationDate: Installed on 2013-10-30 (2 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MarkForUpload: True
  SourcePackage: lightdm
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1247189/+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 912702] Re: [MASTER] Endlessly many Wireless Network Authentication Required dialogs put up

2013-12-28 Thread Wernight
Still having this issue in Ubuntu 13.10 x64. Added the Wi-Fi card
recently. Completely makes it unusable as Wi-Fi breaks from time to time
it means about hundred of windows per day and PC freeze after a while.

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

Title:
  [MASTER] Endlessly many Wireless Network Authentication Required
  dialogs put up

Status in One Hundred Papercuts:
  Fix Released
Status in The Linux Mint Distribution:
  New
Status in NetworkManager:
  Fix Released
Status in “network-manager” package in Ubuntu:
  Fix Released
Status in “network-manager-applet” package in Ubuntu:
  Invalid

Bug description:
  I left the computer turned on for the night and in the morning I found
  not less than 65, yes 65!! instances of the same window. my system
  was responding very slowly. and closing one took more than a minute,
  so I had to kill it manually. take a look on my screenshots, they look
  really weird.

  this is very annoying

  solution: this window shouldn't pop up when the previous one was not
  closed!

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: network-manager-gnome 0.9.1.90-0ubuntu6
  ProcVersionSignature: Ubuntu 3.0.0-14.23-generic 3.0.9
  Uname: Linux 3.0.0-14-generic i686
  ApportVersion: 1.23-0ubuntu4
  Architecture: i386
  CRDA: Error: [Errno 2] No such file or directory
  Date: Fri Jan  6 11:38:28 2012
  ExecutablePath: /usr/bin/nm-applet
  Gconf:
   
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Beta i386 (20110921.2)
  IpRoute:
   default via 158.195.192.1 dev eth0  proto static 
   158.195.192.0/19 dev eth0  proto kernel  scope link  src 158.195.196.69  
metric 1 
   169.254.0.0/16 dev eth0  scope link  metric 1000
  Keyfiles: Error: [Errno 2] No such file or directory
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  ProcEnviron:
   SHELL=/bin/bash
   PATH=(custom, no user)
   LANG=en_US.UTF-8
  SourcePackage: network-manager-applet
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/912702/+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 1263415] Re: Kyocera FS-1100D cannot print Google Maps - limitcheck --image--

2013-12-28 Thread kniffte
** Attachment added: Cups error_log of failed printout
   
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1263415/+attachment/3936844/+files/error_log

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

Title:
  Kyocera FS-1100D cannot print Google Maps - limitcheck --image--

Status in “cups” package in Ubuntu:
  Incomplete

Bug description:
  I'm trying to print a simple page from Google Maps (including the big
  map provided) - but I have this problem with a couple more files here
  as well. I always get error:

  Error Name: /limitcheck
  Offending Command: --image--
  Operand Stack:

  Printer: Kyocera Mita FS-1100D, I'm using the vendor provided ppds.

  I tried cups-filters
  Version: 1.0.18-0ubuntu0.1
  Version: 1.0.17-0bzr0.1
  both were not resolving the matter (see cups-filters bug 982675).

  I know this used to work some time ago, but it isnt anymore. On the
  other hand, I'm having a WinXP-VM on this machine and it can print the
  file w/o any troubles.

  I attach cups error_log (LogLevel debug) and the captured print data.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: cups 1.5.3-0ubuntu8
  ProcVersionSignature: Ubuntu 3.2.0-57.87-generic 3.2.52
  Uname: Linux 3.2.0-57-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  Date: Sun Dec 22 00:06:18 2013
  InstallationMedia: Kubuntu 10.04.1 LTS Lucid Lynx - Release amd64 
(20100816.2)
  Lpstat:
   device for Canon_iP5200: http://localhost:1631/printers/Canon_iP5200
   device for FS-1100: usb://Kyocera/FS-1100
   device for MFC-9100c: socket://192.168.0.198:9100
   device for PDF: cups-pdf:/
  MachineType: LENOVO 6460DAG
  MarkForUpload: True
  Papersize: a4
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcEnviron:
   LANGUAGE=
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-57-generic 
root=UUID=b3c4885b-0279-464f-aa1d-ade5ab9f328b ro quiet splash vt.handoff=7
  SourcePackage: cups
  UpgradeStatus: Upgraded to precise on 2012-09-02 (475 days ago)
  dmi.bios.date: 11/14/2008
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7LETC5WW (2.25 )
  dmi.board.name: 6460DAG
  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:bvr7LETC5WW(2.25):bd11/14/2008:svnLENOVO:pn6460DAG:pvrThinkPadT61:rvnLENOVO:rn6460DAG:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 6460DAG
  dmi.product.version: ThinkPad T61
  dmi.sys.vendor: LENOVO
  mtime.conffile..etc.cups.cupsd.conf: 2013-12-21T23:50:08.489281

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1263415/+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 1263415] Re: Kyocera FS-1100D cannot print Google Maps - limitcheck --image--

2013-12-28 Thread kniffte
Alright, I provided the remaining data (hopefully everything you need -
contact me, if anything is missing). I tried to print it directly, using
lpr not cups - same result.

I also subscribed Chris Liddell, Ghostscript upstream developer, as
requested by https://wiki.ubuntu.com/DebuggingPrintingProblems.

Please contact me, if any question arises.

Thanks for your help and have a wonderful weekend.

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

Title:
  Kyocera FS-1100D cannot print Google Maps - limitcheck --image--

Status in “cups” package in Ubuntu:
  Incomplete

Bug description:
  I'm trying to print a simple page from Google Maps (including the big
  map provided) - but I have this problem with a couple more files here
  as well. I always get error:

  Error Name: /limitcheck
  Offending Command: --image--
  Operand Stack:

  Printer: Kyocera Mita FS-1100D, I'm using the vendor provided ppds.

  I tried cups-filters
  Version: 1.0.18-0ubuntu0.1
  Version: 1.0.17-0bzr0.1
  both were not resolving the matter (see cups-filters bug 982675).

  I know this used to work some time ago, but it isnt anymore. On the
  other hand, I'm having a WinXP-VM on this machine and it can print the
  file w/o any troubles.

  I attach cups error_log (LogLevel debug) and the captured print data.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: cups 1.5.3-0ubuntu8
  ProcVersionSignature: Ubuntu 3.2.0-57.87-generic 3.2.52
  Uname: Linux 3.2.0-57-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  Date: Sun Dec 22 00:06:18 2013
  InstallationMedia: Kubuntu 10.04.1 LTS Lucid Lynx - Release amd64 
(20100816.2)
  Lpstat:
   device for Canon_iP5200: http://localhost:1631/printers/Canon_iP5200
   device for FS-1100: usb://Kyocera/FS-1100
   device for MFC-9100c: socket://192.168.0.198:9100
   device for PDF: cups-pdf:/
  MachineType: LENOVO 6460DAG
  MarkForUpload: True
  Papersize: a4
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcEnviron:
   LANGUAGE=
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-57-generic 
root=UUID=b3c4885b-0279-464f-aa1d-ade5ab9f328b ro quiet splash vt.handoff=7
  SourcePackage: cups
  UpgradeStatus: Upgraded to precise on 2012-09-02 (475 days ago)
  dmi.bios.date: 11/14/2008
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7LETC5WW (2.25 )
  dmi.board.name: 6460DAG
  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:bvr7LETC5WW(2.25):bd11/14/2008:svnLENOVO:pn6460DAG:pvrThinkPadT61:rvnLENOVO:rn6460DAG:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 6460DAG
  dmi.product.version: ThinkPad T61
  dmi.sys.vendor: LENOVO
  mtime.conffile..etc.cups.cupsd.conf: 2013-12-21T23:50:08.489281

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1263415/+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 1263415] Re: Kyocera FS-1100D cannot print Google Maps - limitcheck --image--

2013-12-28 Thread kniffte
** Attachment added: The file to be printed (here as a PostScript file, same 
result printing directly from browser or as intermediate PDF)
   
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1263415/+attachment/3936845/+files/GoogleMapsPrintout.ps

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

Title:
  Kyocera FS-1100D cannot print Google Maps - limitcheck --image--

Status in “cups” package in Ubuntu:
  Incomplete

Bug description:
  I'm trying to print a simple page from Google Maps (including the big
  map provided) - but I have this problem with a couple more files here
  as well. I always get error:

  Error Name: /limitcheck
  Offending Command: --image--
  Operand Stack:

  Printer: Kyocera Mita FS-1100D, I'm using the vendor provided ppds.

  I tried cups-filters
  Version: 1.0.18-0ubuntu0.1
  Version: 1.0.17-0bzr0.1
  both were not resolving the matter (see cups-filters bug 982675).

  I know this used to work some time ago, but it isnt anymore. On the
  other hand, I'm having a WinXP-VM on this machine and it can print the
  file w/o any troubles.

  I attach cups error_log (LogLevel debug) and the captured print data.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: cups 1.5.3-0ubuntu8
  ProcVersionSignature: Ubuntu 3.2.0-57.87-generic 3.2.52
  Uname: Linux 3.2.0-57-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  Date: Sun Dec 22 00:06:18 2013
  InstallationMedia: Kubuntu 10.04.1 LTS Lucid Lynx - Release amd64 
(20100816.2)
  Lpstat:
   device for Canon_iP5200: http://localhost:1631/printers/Canon_iP5200
   device for FS-1100: usb://Kyocera/FS-1100
   device for MFC-9100c: socket://192.168.0.198:9100
   device for PDF: cups-pdf:/
  MachineType: LENOVO 6460DAG
  MarkForUpload: True
  Papersize: a4
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcEnviron:
   LANGUAGE=
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-57-generic 
root=UUID=b3c4885b-0279-464f-aa1d-ade5ab9f328b ro quiet splash vt.handoff=7
  SourcePackage: cups
  UpgradeStatus: Upgraded to precise on 2012-09-02 (475 days ago)
  dmi.bios.date: 11/14/2008
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7LETC5WW (2.25 )
  dmi.board.name: 6460DAG
  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:bvr7LETC5WW(2.25):bd11/14/2008:svnLENOVO:pn6460DAG:pvrThinkPadT61:rvnLENOVO:rn6460DAG:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 6460DAG
  dmi.product.version: ThinkPad T61
  dmi.sys.vendor: LENOVO
  mtime.conffile..etc.cups.cupsd.conf: 2013-12-21T23:50:08.489281

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1263415/+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 1264665] [NEW] [W65_67SZ, Intel Haswell HDMI, Digital Out, HDMI] Playback problem, pavucontrol shows hdmi signal but no sound on tv

2013-12-28 Thread trendzetter
Public bug reported:

hdmi audio works with windows2go so hardware ok

I tried this suggestion but no luck (intel_iommu=on,igfx_off ):
https://bugzilla.kernel.org/show_bug.cgi?id=61471

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: alsa-base 1.0.25+dfsg-0ubuntu4
ProcVersionSignature: Ubuntu 3.11.0-15.22-generic 3.11.10
Uname: Linux 3.11.0-15-generic x86_64
ApportVersion: 2.12.5-0ubuntu2.2
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  joris  1860 F pulseaudio
 /dev/snd/controlC1:  joris  1860 F pulseaudio
Date: Sat Dec 28 13:14:52 2013
InstallationDate: Installed on 2013-12-04 (23 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 (20131016.1)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: alsa-driver
Symptom: audio
Symptom_AlsaPlaybackTest: ALSA playback test through plughw:MID failed
Symptom_Card: Intern geluid - HDA Intel MID
Symptom_Jack: Digital Out, HDMI
Symptom_Type: Only some of outputs are working
Title: [W65_67SZ, Intel Haswell HDMI, Digital Out, HDMI] Playback problem
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 09/30/2013
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1.00.01
dmi.board.asset.tag: Tag 12345
dmi.board.name: W65_67SZ
dmi.board.vendor: Notebook
dmi.board.version: Not Applicable
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 9
dmi.chassis.vendor: Notebook
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1.00.01:bd09/30/2013:svnNotebook:pnW65_67SZ:pvrNotApplicable:rvnNotebook:rnW65_67SZ:rvrNotApplicable:cvnNotebook:ct9:cvrN/A:
dmi.product.name: W65_67SZ
dmi.product.version: Not Applicable
dmi.sys.vendor: Notebook

** 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/1264665

Title:
  [W65_67SZ, Intel Haswell HDMI, Digital Out, HDMI] Playback problem,
  pavucontrol shows hdmi signal but no sound on tv

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

Bug description:
  hdmi audio works with windows2go so hardware ok

  I tried this suggestion but no luck (intel_iommu=on,igfx_off ):
  https://bugzilla.kernel.org/show_bug.cgi?id=61471

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.11.0-15.22-generic 3.11.10
  Uname: Linux 3.11.0-15-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  joris  1860 F pulseaudio
   /dev/snd/controlC1:  joris  1860 F pulseaudio
  Date: Sat Dec 28 13:14:52 2013
  InstallationDate: Installed on 2013-12-04 (23 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:MID failed
  Symptom_Card: Intern geluid - HDA Intel MID
  Symptom_Jack: Digital Out, HDMI
  Symptom_Type: Only some of outputs are working
  Title: [W65_67SZ, Intel Haswell HDMI, Digital Out, HDMI] Playback problem
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/30/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1.00.01
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: W65_67SZ
  dmi.board.vendor: Notebook
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: Notebook
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1.00.01:bd09/30/2013:svnNotebook:pnW65_67SZ:pvrNotApplicable:rvnNotebook:rnW65_67SZ:rvrNotApplicable:cvnNotebook:ct9:cvrN/A:
  dmi.product.name: W65_67SZ
  dmi.product.version: Not Applicable
  dmi.sys.vendor: Notebook

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1264665/+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 1264657] Re: No icon padding

2013-12-28 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/1264657

** Tags added: iso-testing

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

Title:
  No icon padding

Status in “xorg” package in Ubuntu:
  New

Bug description:
  After 2nd root Ubuntu there is no icon padding. There is two icons on
  one place.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu7
  ProcVersionSignature: Ubuntu 3.12.0-7.15-generic 3.12.4
  Uname: Linux 3.12.0-7-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.12.7-0ubuntu3
  Architecture: amd64
  CasperVersion: 1.336ubuntu1
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  CurrentDmesg:
   
  Date: Sat Dec 28 10:50:55 2013
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: I just need to know a workaround
  GraphicsCard:
   NVIDIA Corporation NV43 [GeForce 6600] [10de:0141] (rev a2) (prog-if 00 [VGA 
controller])
 Subsystem: Micro-Star International Co., Ltd. Device [1462:9791]
  LiveMediaBuild: Ubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20131228)
  Lsusb:
   Bus 001 Device 003: ID 13fe:3800 Kingston Technology Company Inc. Rage XT 
Flash Drive
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 002: ID 045e:0083 Microsoft Corp. Basic Optical Mouse
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: MICRO-STAR INTERNATIONAL CO., LTD MS-7100
  ProcKernelCmdLine: initrd=/casper/initrd.lz file=/cdrom/preseed/username.seed 
boot=casper  quiet splash -- persistent BOOT_IMAGE=/casper/vmlinuz.efi
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/17/2005
  dmi.bios.vendor: Phoenix Technologies, LTD
  dmi.bios.version: 6.00 PG
  dmi.board.name: MS-7100
  dmi.board.vendor: MICRO-STAR INTERNATIONAL CO., LTD
  dmi.board.version: 1.0
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvr6.00PG:bd02/17/2005:svnMICRO-STARINTERNATIONALCO.,LTD:pnMS-7100:pvr1.0:rvnMICRO-STARINTERNATIONALCO.,LTD:rnMS-7100:rvr1.0:cvn:ct3:cvr:
  dmi.product.name: MS-7100
  dmi.product.version: 1.0
  dmi.sys.vendor: MICRO-STAR INTERNATIONAL CO., LTD
  version.compiz: compiz 1:0.9.10+13.10.20131011-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.50-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.0.1-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.0.1-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.14.5-1ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu1
  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: Sat Dec 28 10:45:36 2013
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   inputMicrosoft Basic 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.14.5-1ubuntu2
  xserver.video_driver: nouveau

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1264657/+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 1241736] Re: Wrong menu is being shown if mouse not moved after area selection

2013-12-28 Thread Bartosz Kosiorek
After install package from proposed, the problem with wrong menu was
fixed.

Verification done.

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

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

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

Title:
  Wrong menu is being shown if mouse not moved after area selection

Status in Nautilus:
  Fix Released
Status in “nautilus” package in Ubuntu:
  Fix Released
Status in “nautilus” source package in Saucy:
  Fix Committed

Bug description:
  * Impact: the wrong menu is open if you context click without moving
  the cursor

  * Test Case

  What I did:
  (See attached video.) In both tests I've selected two files and right-clicked 
one of them. In the first case I didn't move the cursor between releasing LMB 
and pressing RMB; in the second case, I did.

  What happened:
  In the first case Nautilus acted like I've right-clicked empty space in the 
folder, even though I've clicked a file. In the second case it acted normally - 
like I've right-clicked a file.

  What was expected:
  In both cases Nautilus should act like I've right-clicked a file.

  * Regression potential: right click on files, folders and backgroud,
  check that you get the menu corresponding to the element you selected

  --

  Additional info:
  Ubuntu 13.04, GNOME nautilus 3.6.3 (1:3.6.3-0ubuntu16).

  I was really confused. I've tried few times and it looked like I can't
  open right-click menu related to few files. I have found solution in
  about 15s to 1m, but If I didn't knew anything about mouse events (and
  average user doesn't have that knowledge) it would last longer.

  Upstream link: https://bugzilla.gnome.org/show_bug.cgi?id=710473

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1241736/+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 1000325] Re: After unmounting i got error see screenshot

2013-12-28 Thread Bartosz Kosiorek
After install package from proposed, the problem with unmounting was
fixed.

Verification done.

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

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

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

Title:
  After unmounting i got error see screenshot

Status in “nautilus” package in Ubuntu:
  Fix Released
Status in “nautilus” source package in Saucy:
  Fix Committed

Bug description:
  * Impact: unmounting/ejecting devices leads to annoying error dialogs,
  it also triggers some issues with gvfs backend

  * Test case:
  - eject/unmount devices or mounts in nautilus, check that there is no error 
display (nor from nautilus nor whoopsie)

  * Regression potential:
  - check that mounts/device get correctly unmounted still

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1000325/+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 1264096] Re: [W65_67SZ, Intel Haswell HDMI, Digital Out, HDMI] No sound at all

2013-12-28 Thread trendzetter
This might not be an ubuntu bug as I had a newer kernel installed. I
reverted to the default kernel and logged a new bug:

https://bugs.launchpad.net/bugs/1264665

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

Title:
  [W65_67SZ, Intel Haswell HDMI, Digital Out, HDMI] No sound at all

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

Bug description:
  I have had some analog sound at some point but I lost it. Never got
  hdmi sound to work except on a friends tv where it sounded sped up and
  then interupted. Clean install of 13.10 on new laptop.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  Uname: Linux 3.13.0-031300rc2-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  joris  1585 F pulseaudio
   /dev/snd/controlC1:  joris  1585 F pulseaudio
   /dev/snd/pcmC1D0p:   joris  1585 F...m pulseaudio
  Date: Wed Dec 25 13:27:20 2013
  InstallationDate: Installed on 2013-12-04 (20 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=nl_BE:nl
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=nl_BE.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:HDMI failed
  Symptom_Card: Intern geluid - HDA Intel HDMI
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  joris  1585 F pulseaudio
   /dev/snd/controlC1:  joris  1585 F pulseaudio
   /dev/snd/pcmC1D0p:   joris  1585 F...m pulseaudio
  Symptom_Jack: Digital Out, HDMI
  Symptom_Type: No sound at all
  Title: [W65_67SZ, Intel Haswell HDMI, Digital Out, HDMI] No sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/30/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1.00.01
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: W65_67SZ
  dmi.board.vendor: Notebook
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: Notebook
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1.00.01:bd09/30/2013:svnNotebook:pnW65_67SZ:pvrNotApplicable:rvnNotebook:rnW65_67SZ:rvrNotApplicable:cvnNotebook:ct9:cvrN/A:
  dmi.product.name: W65_67SZ
  dmi.product.version: Not Applicable
  dmi.sys.vendor: Notebook

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1264096/+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 1264096] Re: [W65_67SZ, Intel Haswell HDMI, Digital Out, HDMI] No sound at all

2013-12-28 Thread trendzetter
It is not possible to turn of IOMMU in the bios. I tried grub but no
luck with intel_iommu=on,igfx_off

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

Title:
  [W65_67SZ, Intel Haswell HDMI, Digital Out, HDMI] No sound at all

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

Bug description:
  I have had some analog sound at some point but I lost it. Never got
  hdmi sound to work except on a friends tv where it sounded sped up and
  then interupted. Clean install of 13.10 on new laptop.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  Uname: Linux 3.13.0-031300rc2-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  joris  1585 F pulseaudio
   /dev/snd/controlC1:  joris  1585 F pulseaudio
   /dev/snd/pcmC1D0p:   joris  1585 F...m pulseaudio
  Date: Wed Dec 25 13:27:20 2013
  InstallationDate: Installed on 2013-12-04 (20 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=nl_BE:nl
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=nl_BE.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:HDMI failed
  Symptom_Card: Intern geluid - HDA Intel HDMI
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  joris  1585 F pulseaudio
   /dev/snd/controlC1:  joris  1585 F pulseaudio
   /dev/snd/pcmC1D0p:   joris  1585 F...m pulseaudio
  Symptom_Jack: Digital Out, HDMI
  Symptom_Type: No sound at all
  Title: [W65_67SZ, Intel Haswell HDMI, Digital Out, HDMI] No sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/30/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1.00.01
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: W65_67SZ
  dmi.board.vendor: Notebook
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: Notebook
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1.00.01:bd09/30/2013:svnNotebook:pnW65_67SZ:pvrNotApplicable:rvnNotebook:rnW65_67SZ:rvrNotApplicable:cvnNotebook:ct9:cvrN/A:
  dmi.product.name: W65_67SZ
  dmi.product.version: Not Applicable
  dmi.sys.vendor: Notebook

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1264096/+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 1263415] Re: Kyocera FS-1100D cannot print Google Maps - limitcheck --image--

2013-12-28 Thread cliddell
Sorry, but the file attached above (GoogleMapsPrintout.ps) appears to be
a direct export from Opera (the metadata has: %%Creator: Opera),
rather than the Postscript captured as detailed here:

https://wiki.ubuntu.com/DebuggingPrintingProblems#Getting_the_data_which_would_go_to_the_printer

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

Title:
  Kyocera FS-1100D cannot print Google Maps - limitcheck --image--

Status in “cups” package in Ubuntu:
  Incomplete

Bug description:
  I'm trying to print a simple page from Google Maps (including the big
  map provided) - but I have this problem with a couple more files here
  as well. I always get error:

  Error Name: /limitcheck
  Offending Command: --image--
  Operand Stack:

  Printer: Kyocera Mita FS-1100D, I'm using the vendor provided ppds.

  I tried cups-filters
  Version: 1.0.18-0ubuntu0.1
  Version: 1.0.17-0bzr0.1
  both were not resolving the matter (see cups-filters bug 982675).

  I know this used to work some time ago, but it isnt anymore. On the
  other hand, I'm having a WinXP-VM on this machine and it can print the
  file w/o any troubles.

  I attach cups error_log (LogLevel debug) and the captured print data.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: cups 1.5.3-0ubuntu8
  ProcVersionSignature: Ubuntu 3.2.0-57.87-generic 3.2.52
  Uname: Linux 3.2.0-57-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  Date: Sun Dec 22 00:06:18 2013
  InstallationMedia: Kubuntu 10.04.1 LTS Lucid Lynx - Release amd64 
(20100816.2)
  Lpstat:
   device for Canon_iP5200: http://localhost:1631/printers/Canon_iP5200
   device for FS-1100: usb://Kyocera/FS-1100
   device for MFC-9100c: socket://192.168.0.198:9100
   device for PDF: cups-pdf:/
  MachineType: LENOVO 6460DAG
  MarkForUpload: True
  Papersize: a4
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcEnviron:
   LANGUAGE=
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-57-generic 
root=UUID=b3c4885b-0279-464f-aa1d-ade5ab9f328b ro quiet splash vt.handoff=7
  SourcePackage: cups
  UpgradeStatus: Upgraded to precise on 2012-09-02 (475 days ago)
  dmi.bios.date: 11/14/2008
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7LETC5WW (2.25 )
  dmi.board.name: 6460DAG
  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:bvr7LETC5WW(2.25):bd11/14/2008:svnLENOVO:pn6460DAG:pvrThinkPadT61:rvnLENOVO:rn6460DAG:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 6460DAG
  dmi.product.version: ThinkPad T61
  dmi.sys.vendor: LENOVO
  mtime.conffile..etc.cups.cupsd.conf: 2013-12-21T23:50:08.489281

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1263415/+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 1264666] [NEW] Activity Log Manager crashes on Files Applications tab

2013-12-28 Thread Matthew Withers
Public bug reported:

activity-log-manager was working fine until I added an application to
stop tracking and then it crashes when I go onto the Files 
Applications tab. All the other tabs seem to function fine. Tried apt-
get purge and reinstall but exact same issue.

When run from terminal:

** (activity-log-manager:3325): CRITICAL **: gee_abstract_map_set:
assertion 'self != NULL' failed

** (activity-log-manager:3325): CRITICAL **: gee_abstract_map_set:
assertion 'self != NULL' failed

** (activity-log-manager:3325): CRITICAL **: gee_abstract_map_set:
assertion 'self != NULL' failed

** (activity-log-manager:3325): CRITICAL **: gee_abstract_map_set:
assertion 'self != NULL' failed

** (activity-log-manager:3325): CRITICAL **: gee_abstract_map_set:
assertion 'self != NULL' failed

** (activity-log-manager:3325): CRITICAL **: gee_abstract_map_set:
assertion 'self != NULL' failed

** (activity-log-manager:3325): CRITICAL **: gee_abstract_map_set:
assertion 'self != NULL' failed

** (activity-log-manager:3325): CRITICAL **: gee_abstract_map_set:
assertion 'self != NULL' failed

(activity-log-manager:3325): Gtk-CRITICAL **: gtk_icon_info_load_icon:
assertion 'icon_info != NULL' failed

(activity-log-manager:3325): Gtk-CRITICAL **: gtk_icon_info_load_icon:
assertion 'icon_info != NULL' failed

(activity-log-manager:3325): Gtk-CRITICAL **: gtk_icon_info_load_icon:
assertion 'icon_info != NULL' failed

(activity-log-manager:3325): Gtk-CRITICAL **: gtk_icon_info_load_icon:
assertion 'icon_info != NULL' failed

(activity-log-manager:3325): Gtk-CRITICAL **: gtk_icon_info_load_icon:
assertion 'icon_info != NULL' failed

(activity-log-manager:3325): Gtk-CRITICAL **: gtk_icon_info_load_icon:
assertion 'icon_info != NULL' failed

(activity-log-manager:3325): Gtk-CRITICAL **: gtk_icon_info_load_icon:
assertion 'icon_info != NULL' failed

(activity-log-manager:3325): Gtk-CRITICAL **: gtk_icon_info_load_icon:
assertion 'icon_info != NULL' failed

(activity-log-manager:3325): Gtk-CRITICAL **: gtk_icon_info_load_icon:
assertion 'icon_info != NULL' failed

(activity-log-manager:3325): Gtk-CRITICAL **: gtk_icon_info_load_icon:
assertion 'icon_info != NULL' failed

(activity-log-manager:3325): Gtk-CRITICAL **: gtk_icon_info_load_icon:
assertion 'icon_info != NULL' failed

(activity-log-manager:3325): Gtk-CRITICAL **: gtk_icon_info_load_icon:
assertion 'icon_info != NULL' failed

** (activity-log-manager:3325): CRITICAL **: gee_abstract_map_has_key:
assertion 'self != NULL' failed

** (activity-log-manager:3325): CRITICAL **: gee_abstract_map_has_key:
assertion 'self != NULL' failed

(activity-log-manager:3325): Gtk-CRITICAL **: gtk_icon_info_load_icon:
assertion 'icon_info != NULL' failed


## THIS IS WHERE I CLICK THE FILES  APPLICATIONS TAB ##

(activity-log-manager:3325): GdkPixbuf-CRITICAL **:
gdk_pixbuf_get_width: assertion 'GDK_IS_PIXBUF (pixbuf)' failed

(activity-log-manager:3325): GdkPixbuf-CRITICAL **:
gdk_pixbuf_get_height: assertion 'GDK_IS_PIXBUF (pixbuf)' failed

(activity-log-manager:3325): GdkPixbuf-CRITICAL **:
gdk_pixbuf_get_pixels: assertion 'GDK_IS_PIXBUF (pixbuf)' failed

(activity-log-manager:3325): GdkPixbuf-CRITICAL **:
gdk_pixbuf_get_rowstride: assertion 'GDK_IS_PIXBUF (pixbuf)' failed

(activity-log-manager:3325): GdkPixbuf-CRITICAL **:
gdk_pixbuf_get_n_channels: assertion 'GDK_IS_PIXBUF (pixbuf)' failed

(activity-log-manager:3325): GLib-ERROR **: 
/build/buildd/glib2.0-2.38.1/./glib/gmem.c:342: overflow allocating 
18446744073709551615*18446744073709551615 bytes
Trace/breakpoint trap (core dumped)

##

Running on Ubuntu 13.10 AMD64 Fresh install

activity-log-manager:
  Installed: 0.9.7-0ubuntu4
  Candidate: 0.9.7-0ubuntu4
  Version table:
 *** 0.9.7-0ubuntu4 0
500 http://gb.archive.ubuntu.com/ubuntu/ saucy/main amd64 Packages
100 /var/lib/dpkg/status

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


** Tags: activity-log-manager

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

Title:
  Activity Log Manager crashes on Files  Applications tab

Status in “activity-log-manager” package in Ubuntu:
  New

Bug description:
  activity-log-manager was working fine until I added an application to
  stop tracking and then it crashes when I go onto the Files 
  Applications tab. All the other tabs seem to function fine. Tried
  apt-get purge and reinstall but exact same issue.

  When run from terminal:

  ** (activity-log-manager:3325): CRITICAL **: gee_abstract_map_set:
  assertion 'self != NULL' failed

  ** (activity-log-manager:3325): CRITICAL **: gee_abstract_map_set:
  assertion 'self != NULL' failed

  ** (activity-log-manager:3325): CRITICAL **: gee_abstract_map_set:
  assertion 'self != NULL' failed

  ** (activity-log-manager:3325): CRITICAL **: gee_abstract_map_set:
  assertion 'self != NULL' 

[Desktop-packages] [Bug 1264665] Re: [W65_67SZ, Intel Haswell HDMI, Digital Out, HDMI] Playback problem, pavucontrol shows hdmi signal but no sound on tv

2013-12-28 Thread Raymond
Default sink name: alsa_output.pci-_00_1b.0.analog-stereo
Default source name: alsa_input.pci-_00_1b.0.analog-stereo


control.7 {
iface CARD
name 'HDMI/DP,pcm=7 Jack'
value true
comment {
access read
type BOOLEAN
count 1
}
}

control.7 {
iface CARD
name 'HDMI/DP,pcm=7 Jack'
value true
comment {
access read
type BOOLEAN
count 1
}
}

did you find your hdmi tv/monitor's EDID in xorg.log ?

xrandr --verbose

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

Title:
  [W65_67SZ, Intel Haswell HDMI, Digital Out, HDMI] Playback problem,
  pavucontrol shows hdmi signal but no sound on tv

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

Bug description:
  hdmi audio works with windows2go so hardware ok

  I tried this suggestion but no luck (intel_iommu=on,igfx_off ):
  https://bugzilla.kernel.org/show_bug.cgi?id=61471

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.11.0-15.22-generic 3.11.10
  Uname: Linux 3.11.0-15-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  joris  1860 F pulseaudio
   /dev/snd/controlC1:  joris  1860 F pulseaudio
  Date: Sat Dec 28 13:14:52 2013
  InstallationDate: Installed on 2013-12-04 (23 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:MID failed
  Symptom_Card: Intern geluid - HDA Intel MID
  Symptom_Jack: Digital Out, HDMI
  Symptom_Type: Only some of outputs are working
  Title: [W65_67SZ, Intel Haswell HDMI, Digital Out, HDMI] Playback problem
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/30/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1.00.01
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: W65_67SZ
  dmi.board.vendor: Notebook
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: Notebook
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1.00.01:bd09/30/2013:svnNotebook:pnW65_67SZ:pvrNotApplicable:rvnNotebook:rnW65_67SZ:rvrNotApplicable:cvnNotebook:ct9:cvrN/A:
  dmi.product.name: W65_67SZ
  dmi.product.version: Not Applicable
  dmi.sys.vendor: Notebook

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1264665/+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 1264671] [NEW] package gs-cjk-resource 1.20100103-2 failed to install/upgrade: ErrorMessage: package gs-cjk-resource is already installed and configured

2013-12-28 Thread Otto Chin
Public bug reported:

nothing

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: gs-cjk-resource
ProcVersionSignature: Ubuntu 3.2.0-55.85-generic 3.2.51
Uname: Linux 3.2.0-55-generic i686
NonfreeKernelModules: fglrx
ApportVersion: 2.0.1-0ubuntu17.6
Architecture: i386
Date: Sun Nov  3 09:06:03 2013
ErrorMessage: ErrorMessage: package gs-cjk-resource is already installed and 
configured
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: gs-cjk-resource
Title: package gs-cjk-resource 1.20100103-2 failed to install/upgrade: 
ErrorMessage: package gs-cjk-resource is already installed and configured
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gs-cjk-resource (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 precise

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

Title:
  package gs-cjk-resource 1.20100103-2 failed to install/upgrade:
  ErrorMessage: package gs-cjk-resource is already installed and
  configured

Status in “gs-cjk-resource” package in Ubuntu:
  New

Bug description:
  nothing

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: gs-cjk-resource
  ProcVersionSignature: Ubuntu 3.2.0-55.85-generic 3.2.51
  Uname: Linux 3.2.0-55-generic i686
  NonfreeKernelModules: fglrx
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: i386
  Date: Sun Nov  3 09:06:03 2013
  ErrorMessage: ErrorMessage: package gs-cjk-resource is already installed and 
configured
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: gs-cjk-resource
  Title: package gs-cjk-resource 1.20100103-2 failed to install/upgrade: 
ErrorMessage: package gs-cjk-resource is already installed and configured
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gs-cjk-resource/+bug/1264671/+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 1264669] [NEW] Webcam is detected only when using live cd (usb boot)

2013-12-28 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

I have an ASUS N76V notebook. The webcam is working fine when i start
with the usb stick and try to do system testing, i can see a single
image and also sequantial images during the test.

However, after the installation process webcam seems to be not present.
Test fails, camorama doesn't start, skype doesn't see the webcam.

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

-- 
Webcam is detected only when using live cd (usb boot)
https://bugs.launchpad.net/bugs/1264669
You received this bug notification because you are a member of Desktop 
Packages, which is subscribed to libusb 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 1264669] Re: Webcam is detected only when using live cd (usb boot)

2013-12-28 Thread Jörg Frings-Fürst
Hi,

we need a lot of more info.

Please run


ubuntu-bug libusb-1.0-0

to collect the data and report a new bug.


Thanks

Jörg

** Package changed: ubuntu = libusb (Ubuntu)

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

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

Title:
  Webcam is detected only when using live cd (usb boot)

Status in “libusb” package in Ubuntu:
  Incomplete

Bug description:
  I have an ASUS N76V notebook. The webcam is working fine when i start
  with the usb stick and try to do system testing, i can see a single
  image and also sequantial images during the test.

  However, after the installation process webcam seems to be not
  present. Test fails, camorama doesn't start, skype doesn't see the
  webcam.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libusb/+bug/1264669/+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 1264665] Re: [W65_67SZ, Intel Haswell HDMI, Digital Out, HDMI] Playback problem, pavucontrol shows hdmi signal but no sound on tv

2013-12-28 Thread trendzetter
When I plug in the HDMI I get this in dmesg:

[  338.034508] HDMI: ELD buf size is 0, force 128
[  338.034538] HDMI: invalid ELD data byte 0
[  338.034606] HDMI: ELD buf size is 0, force 128
[  338.034621] HDMI: invalid ELD data byte 0

xrand says:

HDMI1 connected 1920x1080+0+0 (0xcd) normal (normal left inverted right x axis 
y axis) 1600mm x 900mm
Identifier: 0x46
Timestamp:  337548
Subpixel:   unknown
Gamma:  1.0:1.0:1.0
Brightness: 1.0
Clones: DP1
CRTC:   1
CRTCs:  0 1 2
Transform:  1.00 0.00 0.00
0.00 1.00 0.00
0.00 0.00 1.00
   filter: 
EDID: 
00004dd901c901010101
0113010380a05a780a0dc9a057479827
12484c21080081800101010101010101
010101010101023a801871382d40582c
45004084631e011d007251d01e20
6e2855004084631e00fc0053
4f4e592054560a202020202000fd
00303e0e460f000a20202020202001e4
02033570521f10202122140513041211
03021615070601290907071507505507
0083016c030c0030008000c00808
e20039023a80d072382d40102c45
804084631e011d00bc52d01e20b8
2855404084631e011d8018711c16
20582c25004084639e011d80d072
1c1620102c25804084639e81
Broadcast RGB: Automatic 
supported: AutomaticFullLimited 16:235
audio: auto 
supported: force-dvioffautoon

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

Title:
  [W65_67SZ, Intel Haswell HDMI, Digital Out, HDMI] Playback problem,
  pavucontrol shows hdmi signal but no sound on tv

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

Bug description:
  hdmi audio works with windows2go so hardware ok

  I tried this suggestion but no luck (intel_iommu=on,igfx_off ):
  https://bugzilla.kernel.org/show_bug.cgi?id=61471

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.11.0-15.22-generic 3.11.10
  Uname: Linux 3.11.0-15-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  joris  1860 F pulseaudio
   /dev/snd/controlC1:  joris  1860 F pulseaudio
  Date: Sat Dec 28 13:14:52 2013
  InstallationDate: Installed on 2013-12-04 (23 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:MID failed
  Symptom_Card: Intern geluid - HDA Intel MID
  Symptom_Jack: Digital Out, HDMI
  Symptom_Type: Only some of outputs are working
  Title: [W65_67SZ, Intel Haswell HDMI, Digital Out, HDMI] Playback problem
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/30/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1.00.01
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: W65_67SZ
  dmi.board.vendor: Notebook
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: Notebook
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1.00.01:bd09/30/2013:svnNotebook:pnW65_67SZ:pvrNotApplicable:rvnNotebook:rnW65_67SZ:rvrNotApplicable:cvnNotebook:ct9:cvrN/A:
  dmi.product.name: W65_67SZ
  dmi.product.version: Not Applicable
  dmi.sys.vendor: Notebook

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1264665/+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 1264665] Re: [W65_67SZ, Intel Haswell HDMI, Digital Out, HDMI] Playback problem, pavucontrol shows hdmi signal but no sound on tv

2013-12-28 Thread trendzetter
This is what I see in my audio settings when I connect the hdmi cable
and try to get sound on my tv.

** Attachment added: audio-settings.png
   
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1264665/+attachment/3936882/+files/audio-settings.png

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

Title:
  [W65_67SZ, Intel Haswell HDMI, Digital Out, HDMI] Playback problem,
  pavucontrol shows hdmi signal but no sound on tv

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

Bug description:
  hdmi audio works with windows2go so hardware ok

  I tried this suggestion but no luck (intel_iommu=on,igfx_off ):
  https://bugzilla.kernel.org/show_bug.cgi?id=61471

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.11.0-15.22-generic 3.11.10
  Uname: Linux 3.11.0-15-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  joris  1860 F pulseaudio
   /dev/snd/controlC1:  joris  1860 F pulseaudio
  Date: Sat Dec 28 13:14:52 2013
  InstallationDate: Installed on 2013-12-04 (23 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:MID failed
  Symptom_Card: Intern geluid - HDA Intel MID
  Symptom_Jack: Digital Out, HDMI
  Symptom_Type: Only some of outputs are working
  Title: [W65_67SZ, Intel Haswell HDMI, Digital Out, HDMI] Playback problem
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/30/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1.00.01
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: W65_67SZ
  dmi.board.vendor: Notebook
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: Notebook
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1.00.01:bd09/30/2013:svnNotebook:pnW65_67SZ:pvrNotApplicable:rvnNotebook:rnW65_67SZ:rvrNotApplicable:cvnNotebook:ct9:cvrN/A:
  dmi.product.name: W65_67SZ
  dmi.product.version: Not Applicable
  dmi.sys.vendor: Notebook

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1264665/+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 1264665] Re: [W65_67SZ, Intel Haswell HDMI, Digital Out, HDMI] Playback problem, pavucontrol shows hdmi signal but no sound on tv

2013-12-28 Thread Raymond
your HDMI TV EDID have incorrect EDID version

http://cgit.freedesktop.org/xorg/app/edid-decode/plain/edid-decode.c

Extracted contents:
header:  30 30 66 66 66 66 66 66
serial number:   66 66 66 66 66 66 30 30 34 64
version: 64 39
basic params:30 31 63 39 30
chroma info: 31 30 31 30 31 30 31 0a 30 31
established: 31 33 30
standard:31 30 33 38 30 61 30 35 61 37 38 30 61 30 64 63
descriptor 1:39 61 30 35 37 34 37 39 38 32 37 0a 31 32 34 38 34 63
descriptor 2:32 31 30 38 30 30 38 31 38 30 30 31 30 31 30 31 30 31
descriptor 3:30 31 30 31 30 31 30 31 0a 30 31 30 31 30 31 30 31 30
descriptor 4:31 30 31 30 32 33 61 38 30 31 38 37 31 33 38 32 64 34
extensions:  30
checksum:35

No header found
Manufacturer: YSF Model  Serial Number 808478310
EDID version: 100.57
Analog display, Input voltage level: 0.714/0.286 V
Configurable signal levels
Sync: 
Maximum image size: 49 cm x 99 cm
Gamma: 1.57
DPMS levels: Off
Non-RGB color display
Established timings supported:
  640x480@60Hz
  640x480@67Hz
  800x600@60Hz
  832x624@75Hz
  1280x768@87Hz
  1024x768@75Hz
  1280x1024@75Hz
Standard timings supported:
  640x400@108Hz
  656x410@116Hz
  632x474@93Hz
  632x395@113Hz
  1024x640@115Hz
  696x435@108Hz
  1024x640@108Hz
  1048x786@95Hz
Detailed mode: Clock 248.890 MHz, 817 mm x 1074 mm
816  872  922 2661 hborder 56
820  855  894 3179 vborder 52
   +hsync -vsync analog composite
Detailed mode: Clock 125.940 MHz, 816 mm x 49 mm
816  872 1688  872 hborder 49
816  819  835 1128 vborder 48
   -hsync -vsync digital composite
Detailed mode: Clock 125.920 MHz, 817 mm x 304 mm
816  826 1642  865 hborder 48
817  820  821 1121 vborder 49
   -hsync -vsync digital composite
Detailed mode: Clock 123.370 MHz, 817 mm x 2099 mm
817  865 1682 1377 hborder 50
819  838  894 2964 vborder 100
   -hsync +vsync digital composite
Has 48 extension blocks
Checksum: 0x35 (should be 0xd6)
EDID block does not conform at all!
Block has broken checksum
Bad year of manufacture

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

Title:
  [W65_67SZ, Intel Haswell HDMI, Digital Out, HDMI] Playback problem,
  pavucontrol shows hdmi signal but no sound on tv

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

Bug description:
  hdmi audio works with windows2go so hardware ok

  I tried this suggestion but no luck (intel_iommu=on,igfx_off ):
  https://bugzilla.kernel.org/show_bug.cgi?id=61471

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.11.0-15.22-generic 3.11.10
  Uname: Linux 3.11.0-15-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  joris  1860 F pulseaudio
   /dev/snd/controlC1:  joris  1860 F pulseaudio
  Date: Sat Dec 28 13:14:52 2013
  InstallationDate: Installed on 2013-12-04 (23 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:MID failed
  Symptom_Card: Intern geluid - HDA Intel MID
  Symptom_Jack: Digital Out, HDMI
  Symptom_Type: Only some of outputs are working
  Title: [W65_67SZ, Intel Haswell HDMI, Digital Out, HDMI] Playback problem
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/30/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1.00.01
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: W65_67SZ
  dmi.board.vendor: Notebook
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: Notebook
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1.00.01:bd09/30/2013:svnNotebook:pnW65_67SZ:pvrNotApplicable:rvnNotebook:rnW65_67SZ:rvrNotApplicable:cvnNotebook:ct9:cvrN/A:
  dmi.product.name: W65_67SZ
  dmi.product.version: Not Applicable
  dmi.sys.vendor: Notebook

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1264665/+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 1263504] Re: [Toshiba Satellite P55-A5312] At login, have to click on icon to activate keyboard

2013-12-28 Thread JamesE
penalvch, please see the following contents of
/var/log/lightdm/x-0-greeter.log which were generating when this input
focus issue was present at the time of logging in:

Activating service name='org.a11y.atspi.Registry'
Successfully activated service 'org.a11y.atspi.Registry'
[+0.00s] DEBUG: unity-greeter.vala:470: Starting unity-greeter 14.04.1 UID=112 
LANG=en_US.UTF-8
[+0.00s] DEBUG: unity-greeter.vala:473: Setting cursor

** (at-spi2-registryd:1104): WARNING **: Failed to register client:
GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name
org.gnome.SessionManager was not provided by any .service files

** (at-spi2-registryd:1104): WARNING **: Unable to register client with session 
manager
[+0.03s] DEBUG: unity-greeter.vala:487: Loading command line options
[+0.03s] DEBUG: unity-greeter.vala:515: Setting GTK+ settings
[+0.11s] DEBUG: unity-greeter.vala:538: Creating Unity Greeter
[+0.11s] DEBUG: unity-greeter.vala:57: Creating background surface
[+0.18s] DEBUG: Connecting to display manager...
[+0.18s] DEBUG: Wrote 17 bytes to daemon
[+0.18s] DEBUG: Read 8 bytes from daemon
[+0.18s] DEBUG: Read 149 bytes from daemon
[+0.18s] DEBUG: Connected version=1.9.5 default-session=ubuntu 
show-manual-login=false hide-users=false has-guest-account=true 
show-remote-login=true
[+0.61s] DEBUG: menubar.vala:332: LANG=en_US.UTF-8 LANGUAGE=(null)
[+1.31s] DEBUG: menubar.vala:364: LANG=en_US.UTF-8 LANGUAGE=(null)
[+1.41s] DEBUG: Loading users from org.freedesktop.Accounts
[+1.41s] DEBUG: User /org/freedesktop/Accounts/User1000 added
[+1.42s] DEBUG: Loading sessions from org.freedesktop.DisplayManager
[+1.42s] DEBUG: user-list.vala:988: Adding/updating user jamesmeast (jamesmeast)
[+1.42s] DEBUG: user-list.vala:970: Adding guest account entry
[+1.56s] WARNING: Failed to open configuration file: No such file or directory
[+1.56s] WARNING: Failed to open sessions directory: Error opening directory 
'/usr/share/lightdm/sessions': No such file or directory
[+1.56s] DEBUG: Loaded session /usr/share/xsessions/ubuntu.desktop (Ubuntu, 
This session logs you into Ubuntu)
[+1.73s] DEBUG: Ignoring session /usr/share/xsessions/gnome.desktop
[+1.81s] DEBUG: Loaded session 
/usr/share/lightdm/remote-sessions/uccsconfigure.desktop (UCCS Configure, Setup 
a UCCS Account)
[+1.82s] DEBUG: Loaded session 
/usr/share/lightdm/remote-sessions/freerdp.desktop (FreeRDP, Full Screen RDP 
session)
[+1.83s] DEBUG: Starting authentication for user jamesmeast...
[+1.83s] DEBUG: Wrote 26 bytes to daemon

** (gnome-settings-daemon:1165): WARNING **: Unable to register client: 
GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name 
org.gnome.SessionManager was not provided by any .service files
[+2.05s] DEBUG: Starting authentication for user jamesmeast...
[+2.05s] DEBUG: Wrote 26 bytes to daemon
[+2.05s] DEBUG: main-window.vala:183: Screen is 1920x1080 pixels
[+2.05s] DEBUG: main-window.vala:189: Monitor 0 is 1920x1080 pixels at 0,0
[+2.05s] DEBUG: unity-greeter.vala:541: Showing greeter
[+2.05s] DEBUG: unity-greeter.vala:228: Showing main window
[+2.06s] DEBUG: background.vala:481: Regenerating backgrounds
[+2.06s] DEBUG: background.vala:68: Making background 
/usr/share/backgrounds/warty-final-ubuntu.png at 1920x1080
[+2.06s] DEBUG: unity-greeter.vala:584: Starting main loop
[+2.06s] DEBUG: Read 8 bytes from daemon
[+2.06s] DEBUG: Read 40 bytes from daemon
[+2.06s] DEBUG: Ignoring prompt authentication with invalid sequence number 1
[+2.06s] DEBUG: main-window.vala:183: Screen is 1920x1080 pixels
[+2.06s] DEBUG: main-window.vala:189: Monitor 0 is 1920x1080 pixels at 0,0
[+2.06s] DEBUG: Read 8 bytes from daemon
[+2.06s] DEBUG: Read 40 bytes from daemon
[+2.06s] DEBUG: Prompt user with 1 message(s)
[+2.73s] DEBUG: background.vala:68: Making background 
/usr/share/backgrounds/Grass_by_Jeremy_Hill.jpg at 1920x1080
[+2.95s] DEBUG: menubar.vala:534: Adding indicator object 0x22ed708 at position 0
[+2.99s] DEBUG: menubar.vala:534: Adding indicator object 0x22edc88 at position 
1
[+3.01s] DEBUG: unity-greeter.vala:211: starting system-ready sound
[+3.10s] DEBUG: background.vala:119: Render of background 
/usr/share/backgrounds/warty-final-ubuntu.png complete
[+3.11s] DEBUG: background.vala:119: Render of background 
/usr/share/backgrounds/Grass_by_Jeremy_Hill.jpg complete
[+3.12s] DEBUG: Restarting service 'com.canonical.indicator.application' count 1
[+3.13s] DEBUG: menubar.vala:534: Adding indicator object 0x22ed9c8 at position 
1
** Message: applet now removed from the notification area
[+3.15s] DEBUG: menubar.vala:534: Adding indicator object 0x22ed448 at position 
3
init: indicator-sync main process ended, respawning
** Message: using fallback from indicator to GtkStatusIcon
[+3.35s] DEBUG: menubar.vala:534: Adding indicator object 0x22edf48 at position 
2
[+3.36s] DEBUG: Restarting service 'com.canonical.indicator.application' count 2
[+3.64s] DEBUG: user-list.vala:254: removing manual login since we have a 
remote login entry

[Desktop-packages] [Bug 1171342] Re: mouse scroll wheel not working in gedit System Monitor

2013-12-28 Thread Christian A. Reiter
@Sebastien Bacher: gedit is NOT perfectly usable - i never changed the
compiz settings of switching workspaces, it's the default setting here.
Even when I install CCSM and deactivate viewport switching alltogether,
the scroll issue in gedit remains (and only there!) - gnome-system-
monitor is not affected here. maybe this is another bug?

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

Title:
  mouse scroll wheel not working in gedit  System Monitor

Status in GTK+ GUI Toolkit:
  Fix Released
Status in X.Org X server:
  Confirmed
Status in “gtk+3.0” package in Ubuntu:
  Fix Released
Status in “xorg-server” package in Ubuntu:
  Triaged

Bug description:
  Open System Monitor

  Using mouse wheel button - scroll up or down - list does not move. If
  Press the wheel button and then scroll up or down the list will move.

  This also occurs in Gedit. Firefox and Terminal work as expected. IE
  do not need to press the wheel and then scroll

  Linux kylea-hpxt 3.8.0-19-generic #29-Ubuntu SMP Wed Apr 17 18:16:28 UTC 2013 
x86_64 x86_64 x86_64 GNU/Linux
  Description:  Ubuntu 13.04
  Release:  13.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/gtk/+bug/1171342/+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 1160256] Re: 8086:0126 Xorg freeze: drm:i915_hangcheck_hung

2013-12-28 Thread Christopher M. Penalver
Daniel Hahler, as per http://download.lenovo.com/express/ddfm.html an update is 
available for your BIOS (1.39). If you update to this following 
https://help.ubuntu.com/community/BiosUpdate , does it change anything? If it 
doesn't, could you please both specify what happened, and just provide the 
output of the following terminal command:
sudo dmidecode -s bios-version  sudo dmidecode -s bios-release-date

Thank you for your understanding.

** This bug is no longer a duplicate of bug 946899
   8086:2a02 [drm:i915_hangcheck_elapsed] *ERROR* Hangcheck timer elapsed... 
GPU hung

** Summary changed:

- 8086:0126 Xorg freeze: drm:i915_hangcheck_hung
+ 8086:0126 [ThinkPad X220 Tablet] Xorg freeze: drm:i915_hangcheck_hung

** Tags removed: bios-outdated-1.38
** Tags added: bios-outdated-1.39

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

** Changed in: xorg (Ubuntu)
   Status: Confirmed = Incomplete

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

Title:
  8086:0126 [ThinkPad X220 Tablet] Xorg freeze: drm:i915_hangcheck_hung

Status in “xorg” package in Ubuntu:
  Incomplete

Bug description:
  I often see (short) GPU hangs lately, often when using the vertical
  scroll bar in Firefox.

  It even happened that the whole system froze, but that did not happen
  recently.

  From dmesg:

  [ 1973.723500] [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... 
GPU hung
  [ 1973.723506] [drm] capturing error event; look for more information in 
/debug/dri/0/i915_error_state
  [ 1973.733691] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: xorg 1:7.6+12ubuntu2
  ProcVersionSignature: Ubuntu 3.5.0-27.45~precise1-generic 3.5.7.7
  Uname: Linux 3.5.0-27-generic x86_64
  .tmp.unity.support.test.0:

  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,decor,move,regex,compiztoolbox,snap,animation,vpswitch,grid,mousepoll,resize,imgpng,place,unitymtgrabhandles,wall,expo,workarounds,ezoom,session,staticswitcher,fade,scale,unityshell]
  CompositorRunning: compiz
  Date: Tue Mar 26 10:25:38 2013
  DistUpgraded: Fresh install
  DistroCodename: precise
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.2.10, 3.2.0-40-generic, x86_64: installed
   vboxhost, 4.2.10, 3.5.0-26-generic, x86_64: installed
   vboxhost, 4.2.10, 3.5.0-27-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, even including gdb or git bisection work if 
needed
  GpuHangFrequency: Several times a day
  GpuHangReproducibility: Occurs more often under certain circumstances
  GpuHangStarted: Since a couple weeks or more
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0126] (rev 09) (prog-if 00 [VGA controller])
     Subsystem: Lenovo Device [17aa:21db]
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  MachineType: LENOVO 42992PG
  MarkForUpload: True
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.5.0-27-generic 
root=/dev/mapper/vg0-rootlv ro rootflags=subvol=@ quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/05/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 8DET67WW (1.37 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 42992PG
  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:bvr8DET67WW(1.37):bd12/05/2012:svnLENOVO:pn42992PG:pvrThinkPadX220Tablet:rvnLENOVO:rn42992PG:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 42992PG
  dmi.product.version: ThinkPad X220 Tablet
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.7.12-0ubuntu1
  version.ia32-libs: ia32-libs 20090808ubuntu36
  version.libdrm2: libdrm2 2.4.39-0ubuntu0.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.4-0ubuntu0.4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.4-0ubuntu0.4
  version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu10.12
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1.2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4.3
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build3

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

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

[Desktop-packages] [Bug 1264683] [NEW] palimpsest core dumped

2013-12-28 Thread JmAbuDabi
Public bug reported:

$ lsb_release -rd
Description:Ubuntu 12.04.3 LTS
Release:12.04
gnome-disk-utility:
  Installed: 3.0.2-2ubuntu7
  Candidate: 3.0.2-2ubuntu7
  Version table:
 *** 3.0.2-2ubuntu7 0
500 http://archive.ubuntu.com/ubuntu/ precise/main amd64 Packages
100 /var/lib/dpkg/status
libgdu-gtk0:
  Installed: 3.0.2-2ubuntu7
  Candidate: 3.0.2-2ubuntu7
  Version table:
 *** 3.0.2-2ubuntu7 0
500 http://archive.ubuntu.com/ubuntu/ precise/main amd64 Packages
100 /var/lib/dpkg/status

Start palimset. Chose my disk in Computer. no matter internal or external 
disks. Click S.M.A.R.T information. Click update SMART.
After in terminal I see Segmentation fault (core dumped).

$ palimpsest
Segmentation fault (core dumped)
$ ulimit -c unlimited
$ palimpsest
Segmentation fault (core dumped)
$ ls
core
$ gdb palimpsest core
GNU gdb (Ubuntu/Linaro 7.4-2012.04-0ubuntu2.1) 7.4-2012.04
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as x86_64-linux-gnu.
For bug reporting instructions, please see:
http://bugs.launchpad.net/gdb-linaro/...
Reading symbols from /usr/bin/palimpsest...(no debugging symbols found)...done.
[New LWP 28612]
[New LWP 28614]
[New LWP 28613]

warning: Can't read pathname for load map: Input/output error.
[Thread debugging using libthread_db enabled]
Using host libthread_db library /lib/x86_64-linux-gnu/libthread_db.so.1.
Core was generated by `palimpsest'.
Program terminated with signal 11, Segmentation fault.
#0  0x7fe8bbc1194f in ?? () from /usr/lib/x86_64-linux-gnu/libgdu-gtk.so.0
(gdb) q
$ dpkg -S /usr/lib/x86_64-linux-gnu/libgdu-gtk.so.0
libgdu-gtk0:amd64: /usr/lib/x86_64-linux-gnu/libgdu-gtk.so.0
$ apt libgdu-gtk0
Reading package lists... Done
Building dependency tree
Reading state information... Done
libgdu-gtk0 is already the newest version.
libgdu-gtk0 set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 351 not upgraded.
$ aptre libgdu-gtk0
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 351 not upgraded.
Need to get 0 B/116 kB of archives.
After this operation, 0 B of additional disk space will be used.
(Reading database ... 519000 files and directories currently installed.)

After this action nothing changes.

Version package libgdu-gtk0 is 3.0.2-2ubuntu7_amd64

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


** Tags: disk gnome segmentation utility

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

Title:
  palimpsest core dumped

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

Bug description:
  $ lsb_release -rd
  Description:  Ubuntu 12.04.3 LTS
  Release:  12.04
  gnome-disk-utility:
Installed: 3.0.2-2ubuntu7
Candidate: 3.0.2-2ubuntu7
Version table:
   *** 3.0.2-2ubuntu7 0
  500 http://archive.ubuntu.com/ubuntu/ precise/main amd64 Packages
  100 /var/lib/dpkg/status
  libgdu-gtk0:
Installed: 3.0.2-2ubuntu7
Candidate: 3.0.2-2ubuntu7
Version table:
   *** 3.0.2-2ubuntu7 0
  500 http://archive.ubuntu.com/ubuntu/ precise/main amd64 Packages
  100 /var/lib/dpkg/status

  Start palimset. Chose my disk in Computer. no matter internal or external 
disks. Click S.M.A.R.T information. Click update SMART.
  After in terminal I see Segmentation fault (core dumped).

  $ palimpsest
  Segmentation fault (core dumped)
  $ ulimit -c unlimited
  $ palimpsest
  Segmentation fault (core dumped)
  $ ls
  core
  $ gdb palimpsest core
  GNU gdb (Ubuntu/Linaro 7.4-2012.04-0ubuntu2.1) 7.4-2012.04
  Copyright (C) 2012 Free Software Foundation, Inc.
  License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
  This is free software: you are free to change and redistribute it.
  There is NO WARRANTY, to the extent permitted by law.  Type show copying
  and show warranty for details.
  This GDB was configured as x86_64-linux-gnu.
  For bug reporting instructions, please see:
  http://bugs.launchpad.net/gdb-linaro/...
  Reading symbols from /usr/bin/palimpsest...(no debugging symbols 
found)...done.
  [New LWP 28612]
  [New LWP 28614]
  [New LWP 28613]

  warning: Can't read pathname for load map: Input/output error.
  [Thread debugging using libthread_db enabled]
  Using host libthread_db library /lib/x86_64-linux-gnu/libthread_db.so.1.
  Core was generated by `palimpsest'.
  Program terminated with signal 11, Segmentation fault.
  #0  0x7fe8bbc1194f in ?? () from /usr/lib/x86_64-linux-gnu/libgdu-gtk.so.0
  (gdb) q

[Desktop-packages] [Bug 1264683] Re: palimpsest core dumped

2013-12-28 Thread JmAbuDabi
** Description changed:

+ $ lsb_release -rd
+ Description:  Ubuntu 12.04.3 LTS
+ Release:  12.04
+ gnome-disk-utility:
+   Installed: 3.0.2-2ubuntu7
+   Candidate: 3.0.2-2ubuntu7
+   Version table:
+  *** 3.0.2-2ubuntu7 0
+ 500 http://archive.ubuntu.com/ubuntu/ precise/main amd64 Packages
+ 100 /var/lib/dpkg/status
+ libgdu-gtk0:
+   Installed: 3.0.2-2ubuntu7
+   Candidate: 3.0.2-2ubuntu7
+   Version table:
+  *** 3.0.2-2ubuntu7 0
+ 500 http://archive.ubuntu.com/ubuntu/ precise/main amd64 Packages
+ 100 /var/lib/dpkg/status
+ 
  Start palimset. Chose my disk in Computer. no matter internal or external 
disks. Click S.M.A.R.T information. Click update SMART.
  After in terminal I see Segmentation fault (core dumped).
  
- 
- $ palimpsest 
+ $ palimpsest
  Segmentation fault (core dumped)
  $ ulimit -c unlimited
- $ palimpsest 
+ $ palimpsest
  Segmentation fault (core dumped)
  $ ls
  core
  $ gdb palimpsest core
  GNU gdb (Ubuntu/Linaro 7.4-2012.04-0ubuntu2.1) 7.4-2012.04
  Copyright (C) 2012 Free Software Foundation, Inc.
  License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
  This is free software: you are free to change and redistribute it.
  There is NO WARRANTY, to the extent permitted by law.  Type show copying
  and show warranty for details.
  This GDB was configured as x86_64-linux-gnu.
  For bug reporting instructions, please see:
  http://bugs.launchpad.net/gdb-linaro/...
  Reading symbols from /usr/bin/palimpsest...(no debugging symbols 
found)...done.
  [New LWP 28612]
  [New LWP 28614]
  [New LWP 28613]
  
  warning: Can't read pathname for load map: Input/output error.
  [Thread debugging using libthread_db enabled]
  Using host libthread_db library /lib/x86_64-linux-gnu/libthread_db.so.1.
  Core was generated by `palimpsest'.
  Program terminated with signal 11, Segmentation fault.
  #0  0x7fe8bbc1194f in ?? () from /usr/lib/x86_64-linux-gnu/libgdu-gtk.so.0
  (gdb) q
  $ dpkg -S /usr/lib/x86_64-linux-gnu/libgdu-gtk.so.0
  libgdu-gtk0:amd64: /usr/lib/x86_64-linux-gnu/libgdu-gtk.so.0
  $ apt libgdu-gtk0
  Reading package lists... Done
- Building dependency tree   
+ Building dependency tree
  Reading state information... Done
  libgdu-gtk0 is already the newest version.
  libgdu-gtk0 set to manually installed.
  0 upgraded, 0 newly installed, 0 to remove and 351 not upgraded.
  $ aptre libgdu-gtk0
  Reading package lists... Done
- Building dependency tree   
+ Building dependency tree
  Reading state information... Done
  0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 351 not 
upgraded.
  Need to get 0 B/116 kB of archives.
  After this operation, 0 B of additional disk space will be used.
  (Reading database ... 519000 files and directories currently installed.)
  
  After this action nothing changes.
  
  Version package libgdu-gtk0 is 3.0.2-2ubuntu7_amd64

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

Title:
  palimpsest core dumped

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

Bug description:
  $ lsb_release -rd
  Description:  Ubuntu 12.04.3 LTS
  Release:  12.04
  gnome-disk-utility:
Installed: 3.0.2-2ubuntu7
Candidate: 3.0.2-2ubuntu7
Version table:
   *** 3.0.2-2ubuntu7 0
  500 http://archive.ubuntu.com/ubuntu/ precise/main amd64 Packages
  100 /var/lib/dpkg/status
  libgdu-gtk0:
Installed: 3.0.2-2ubuntu7
Candidate: 3.0.2-2ubuntu7
Version table:
   *** 3.0.2-2ubuntu7 0
  500 http://archive.ubuntu.com/ubuntu/ precise/main amd64 Packages
  100 /var/lib/dpkg/status

  Start palimset. Chose my disk in Computer. no matter internal or external 
disks. Click S.M.A.R.T information. Click update SMART.
  After in terminal I see Segmentation fault (core dumped).

  $ palimpsest
  Segmentation fault (core dumped)
  $ ulimit -c unlimited
  $ palimpsest
  Segmentation fault (core dumped)
  $ ls
  core
  $ gdb palimpsest core
  GNU gdb (Ubuntu/Linaro 7.4-2012.04-0ubuntu2.1) 7.4-2012.04
  Copyright (C) 2012 Free Software Foundation, Inc.
  License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
  This is free software: you are free to change and redistribute it.
  There is NO WARRANTY, to the extent permitted by law.  Type show copying
  and show warranty for details.
  This GDB was configured as x86_64-linux-gnu.
  For bug reporting instructions, please see:
  http://bugs.launchpad.net/gdb-linaro/...
  Reading symbols from /usr/bin/palimpsest...(no debugging symbols 
found)...done.
  [New LWP 28612]
  [New LWP 28614]
  [New LWP 28613]

  warning: Can't read pathname for load map: Input/output error.
  [Thread debugging using libthread_db enabled]
  Using host libthread_db library /lib/x86_64-linux-gnu/libthread_db.so.1.
  Core was generated by `palimpsest'.
  Program terminated with signal 

[Desktop-packages] [Bug 1248116] Re: PulseAudio switch rapidly port making the sound horrible

2013-12-28 Thread Guillaume
You will find below the hda info in my syslog :

grep hda syslog

Dec 28 12:53:37 ubuntu kernel: [2.247883] snd_hda_intel :00:1b.0: irq 
47 for MSI/MSI-X
Dec 28 12:53:37 ubuntu kernel: [2.664258] hda_intel: Disabling MSI
Dec 28 12:53:37 ubuntu kernel: [2.664264] hda-intel :01:00.1: Handle 
VGA-switcheroo audio client
Dec 28 12:53:37 ubuntu kernel: [2.664289] hda-intel :01:00.1: Disabling 
64bit DMA
Dec 28 12:53:37 ubuntu kernel: [2.667560] hda-intel :01:00.1: Enable 
delay in RIRB handling
Dec 28 14:15:01 ubuntu kernel: [2.734667] hda-intel :00:1b.0: Applying 
patch firmware 'hda-jack-detect.fw'
Dec 28 14:15:01 ubuntu kernel: [2.734777] hda_intel: Disabling MSI
Dec 28 14:15:01 ubuntu kernel: [2.734780] hda-intel :01:00.1: Handle 
VGA-switcheroo audio client
Dec 28 14:15:01 ubuntu kernel: [2.734805] hda-intel :01:00.1: Disabling 
64bit DMA
Dec 28 14:15:01 ubuntu kernel: [2.735424] snd_hda_intel :00:1b.0: irq 
47 for MSI/MSI-X
Dec 28 14:15:01 ubuntu kernel: [2.738020] hda-intel :01:00.1: Enable 
delay in RIRB handling

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

Title:
  PulseAudio switch rapidly port making the sound horrible

Status in “pulseaudio” package in Ubuntu:
  Incomplete

Bug description:
  I have a Realtek sound system integrated to the motherboard Gygabyte
  Z87X-UD3H (http://www.gigabyte.fr/products/product-
  page.aspx?pid=4481#sp) having problems on Ubuntu 13.10.

  The sound is jerky. When I open the Volume control PulseAudio I can
  see pulseaudio changing the audio output Internal Audio Analogic
  Stereo. The port switch rapidly from Analogic output to Analogic
  headphones making a jerky sound. ta tA ta tA ta tA.

  Do you have a solution to this problem ?

  King regards

  Will

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1248116/+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 1264669] Re: Webcam is detected only when using live cd (usb boot)

2013-12-28 Thread Volodya
Filed bug 1264690

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

Title:
  Webcam is detected only when using live cd (usb boot)

Status in “libusb” package in Ubuntu:
  Incomplete

Bug description:
  I have an ASUS N76V notebook. The webcam is working fine when i start
  with the usb stick and try to do system testing, i can see a single
  image and also sequantial images during the test.

  However, after the installation process webcam seems to be not
  present. Test fails, camorama doesn't start, skype doesn't see the
  webcam.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libusb/+bug/1264669/+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 859101] Re: fglrx 2:8.881-0ubuntu2: fglrx kernel module failed to build (kernel includes at ... not found or incomplete file: .../linux/version.h)

2013-12-28 Thread Kintoki
I have this on the kernel 3.8.0-34-generic.

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

Title:
  fglrx 2:8.881-0ubuntu2: fglrx kernel module failed to build (kernel
  includes at ... not found or incomplete file: .../linux/version.h)

Status in “fglrx-installer” package in Ubuntu:
  Confirmed
Status in “fglrx-installer-experimental-12” package in Ubuntu:
  Confirmed
Status in “fglrx-installer-updates” package in Ubuntu:
  Confirmed

Bug description:
  attempting to install ATI proprietry drivers

  ProblemType: Package
  DistroRelease: Ubuntu 11.10
  Package: fglrx 2:8.881-0ubuntu2
  ProcVersionSignature: Ubuntu 3.0.0-11.18-generic 3.0.4
  Uname: Linux 3.0.0-11-generic i686
  ApportVersion: 1.23-0ubuntu1
  Architecture: i386
  DKMSBuildLog:
   DKMS make.log for fglrx-8.881 for kernel 3.0.0-11-generic (i686)
   Sun Sep 25 19:46:44 BST 2011
   AMD kernel module generator version 2.1
   kernel includes at /lib/modules/3.0.0-11-generic/build/include not found or 
incomplete
   file: /lib/modules/3.0.0-11-generic/build/include/linux/version.h
  DKMSKernelVersion: 3.0.0-11-generic
  Date: Sun Sep 25 19:46:48 2011
  DuplicateSignature:
   DKMS make.log for fglrx-8.881 for kernel 3.0.0-11-generic (i686)
   AMD kernel module generator version 2.1
   kernel includes at /lib/modules/3.0.0-11-generic/build/include not found or 
incomplete
   file: /lib/modules/3.0.0-11-generic/build/include/linux/version.h
  InstallationMedia: Lubuntu 11.10 Oneiric Ocelot - Beta i386 (20110921.1)
  PackageVersion: 2:8.881-0ubuntu2
  SourcePackage: fglrx-installer
  Title: fglrx 2:8.881-0ubuntu2: fglrx kernel module failed to build
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/859101/+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 1264694] [NEW] Menus are in inverted colors (dark grey text on black backgroung)

2013-12-28 Thread Jarno Suni
Public bug reported:

Hard to see menu text in the two menus on right-top of the user
interface. Please make menu item text more visible like it is in the
third menu from right where you can change the zoom setting.

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: evince 3.10.0-0ubuntu2
ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
Uname: Linux 3.11.0-14-generic x86_64
ApportVersion: 2.12.5-0ubuntu2.2
Architecture: amd64
Date: Sat Dec 28 17:03:15 2013
EcryptfsInUse: Yes
InstallationDate: Installed on 2013-09-20 (99 days ago)
InstallationMedia: Lubuntu 13.04 Raring Ringtail - Release amd64 (20130423.1)
MarkForUpload: True
SourcePackage: evince
UpgradeStatus: Upgraded to saucy on 2013-10-18 (71 days ago)

** Affects: evince (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 evince in Ubuntu.
https://bugs.launchpad.net/bugs/1264694

Title:
  Menus are in inverted colors (dark grey text on black backgroung)

Status in “evince” package in Ubuntu:
  New

Bug description:
  Hard to see menu text in the two menus on right-top of the user
  interface. Please make menu item text more visible like it is in the
  third menu from right where you can change the zoom setting.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: evince 3.10.0-0ubuntu2
  ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
  Uname: Linux 3.11.0-14-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  Date: Sat Dec 28 17:03:15 2013
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2013-09-20 (99 days ago)
  InstallationMedia: Lubuntu 13.04 Raring Ringtail - Release amd64 
(20130423.1)
  MarkForUpload: True
  SourcePackage: evince
  UpgradeStatus: Upgraded to saucy on 2013-10-18 (71 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/1264694/+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 1264697] [NEW] [VGC-JS15G_S, Realtek ALC889, Speaker, Internal] No sound at all

2013-12-28 Thread عمر
Public bug reported:

The issue is no sound at all is played whatsoever with this Sony All in
One JS VGC-JS15G E7200 (2.53Ghz)

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: alsa-base 1.0.25+dfsg-0ubuntu4
ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
Uname: Linux 3.11.0-14-generic i686
ApportVersion: 2.12.5-0ubuntu2.2
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  omar   1502 F pulseaudio
Date: Sat Dec 28 19:16:02 2013
InstallationDate: Installed on 2013-06-06 (205 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release i386 (20130424)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: alsa-driver
Symptom: audio
Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Intel failed
Symptom_Card: Built-in Audio - HDA Intel
Symptom_DevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  omar   1502 F pulseaudio
Symptom_Jack: Speaker, Internal
Symptom_Type: No sound at all
Title: [VGC-JS15G_S, Realtek ALC889, Speaker, Internal] No sound at all
UpgradeStatus: Upgraded to saucy on 2013-12-21 (6 days ago)
dmi.bios.date: 08/29/2008
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: R0201T4
dmi.board.asset.tag: N/A
dmi.board.name: VAIO
dmi.board.vendor: Sony Corporation
dmi.board.version: N/A
dmi.chassis.asset.tag: N/A
dmi.chassis.type: 13
dmi.chassis.vendor: Sony Corporation
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR0201T4:bd08/29/2008:svnSonyCorporation:pnVGC-JS15G_S:pvrC6U0ND20:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct13:cvrN/A:
dmi.product.name: VGC-JS15G_S
dmi.product.version: C6U0ND20
dmi.sys.vendor: Sony Corporation

** 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/1264697

Title:
  [VGC-JS15G_S, Realtek ALC889, Speaker, Internal] No sound at all

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

Bug description:
  The issue is no sound at all is played whatsoever with this Sony All
  in One JS VGC-JS15G E7200 (2.53Ghz)

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
  Uname: Linux 3.11.0-14-generic i686
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  omar   1502 F pulseaudio
  Date: Sat Dec 28 19:16:02 2013
  InstallationDate: Installed on 2013-06-06 (205 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release i386 (20130424)
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Intel failed
  Symptom_Card: Built-in Audio - HDA Intel
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  omar   1502 F pulseaudio
  Symptom_Jack: Speaker, Internal
  Symptom_Type: No sound at all
  Title: [VGC-JS15G_S, Realtek ALC889, Speaker, Internal] No sound at all
  UpgradeStatus: Upgraded to saucy on 2013-12-21 (6 days ago)
  dmi.bios.date: 08/29/2008
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R0201T4
  dmi.board.asset.tag: N/A
  dmi.board.name: VAIO
  dmi.board.vendor: Sony Corporation
  dmi.board.version: N/A
  dmi.chassis.asset.tag: N/A
  dmi.chassis.type: 13
  dmi.chassis.vendor: Sony Corporation
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR0201T4:bd08/29/2008:svnSonyCorporation:pnVGC-JS15G_S:pvrC6U0ND20:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct13:cvrN/A:
  dmi.product.name: VGC-JS15G_S
  dmi.product.version: C6U0ND20
  dmi.sys.vendor: Sony Corporation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1264697/+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 1264699] [NEW] Code block is not in monospace font, under KDE

2013-12-28 Thread Hồng Quân
Public bug reported:

Under KDE desktop, DevHelp doesn't display code block in Monospace font

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: devhelp 3.8.2-2
ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
Uname: Linux 3.11.0-14-generic x86_64
ApportVersion: 2.12.5-0ubuntu2.2
Architecture: amd64
Date: Sat Dec 28 23:22:06 2013
InstallationDate: Installed on 2013-11-03 (55 days ago)
InstallationMedia: Kubuntu 13.10 Saucy Salamander - Release amd64 (20131016.1)
MarkForUpload: True
SourcePackage: devhelp
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug saucy third-party-packages

** Attachment added: Screenshot
   
https://bugs.launchpad.net/bugs/1264699/+attachment/3936922/+files/devehelp.png

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

Title:
  Code block is not in monospace font, under KDE

Status in “devhelp” package in Ubuntu:
  New

Bug description:
  Under KDE desktop, DevHelp doesn't display code block in Monospace
  font

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: devhelp 3.8.2-2
  ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
  Uname: Linux 3.11.0-14-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  Date: Sat Dec 28 23:22:06 2013
  InstallationDate: Installed on 2013-11-03 (55 days ago)
  InstallationMedia: Kubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MarkForUpload: True
  SourcePackage: devhelp
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/devhelp/+bug/1264699/+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 1264698] [NEW] Menu Bar Not Available - Neither are Individual Commands

2013-12-28 Thread pbea
Public bug reported:

Using gthumb 3.1.2

I cannot show the menu bar.

My research suggests that the developers(?) MAYABE removing the menu bar
on purpose so I don't know if this is a bug (in full).

The individual components of the menu bar show, for example, ALT+F
brings up the file menu with the top left at 0.0. ALT+E brings up the
edit menu as does ALT+H and ALT+V.

I tried the usual hotkeys to toggle the menu bar but nothing works.

If the menu bar has been removed then I am unable to locate the vast
majority of commands within icons on the screen.

Hope this helps.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: xorg 1:7.6+12ubuntu2
ProcVersionSignature: Ubuntu 3.2.0-58.88-generic-pae 3.2.53
Uname: Linux 3.2.0-58-generic-pae i686
ApportVersion: 2.0.1-0ubuntu17.6
Architecture: i386
Date: Sat Dec 28 10:17:26 2013
MarkForUpload: True
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 LC_MESSAGES=POSIX
 SHELL=/bin/bash
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 kubuntu precise

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

Title:
  Menu Bar Not Available - Neither are Individual Commands

Status in “xorg” package in Ubuntu:
  New

Bug description:
  Using gthumb 3.1.2

  I cannot show the menu bar.

  My research suggests that the developers(?) MAYABE removing the menu
  bar on purpose so I don't know if this is a bug (in full).

  The individual components of the menu bar show, for example, ALT+F
  brings up the file menu with the top left at 0.0. ALT+E brings up the
  edit menu as does ALT+H and ALT+V.

  I tried the usual hotkeys to toggle the menu bar but nothing works.

  If the menu bar has been removed then I am unable to locate the vast
  majority of commands within icons on the screen.

  Hope this helps.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: xorg 1:7.6+12ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-58.88-generic-pae 3.2.53
  Uname: Linux 3.2.0-58-generic-pae i686
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: i386
  Date: Sat Dec 28 10:17:26 2013
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=en_US:en
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   LC_MESSAGES=POSIX
   SHELL=/bin/bash
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1264698/+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 1264669] Re: Webcam is detected only when using live cd (usb boot)

2013-12-28 Thread Jörg Frings-Fürst
*** This bug is a duplicate of bug 1264690 ***
https://bugs.launchpad.net/bugs/1264690

** This bug has been marked a duplicate of bug 1264690
   Webcam is detected only when using live cd (usb boot)

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

Title:
  Webcam is detected only when using live cd (usb boot)

Status in “libusb” package in Ubuntu:
  Incomplete

Bug description:
  I have an ASUS N76V notebook. The webcam is working fine when i start
  with the usb stick and try to do system testing, i can see a single
  image and also sequantial images during the test.

  However, after the installation process webcam seems to be not
  present. Test fails, camorama doesn't start, skype doesn't see the
  webcam.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libusb/+bug/1264669/+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 1264697] Re: [VGC-JS15G_S, Realtek ALC889, Speaker, Internal] No sound at all

2013-12-28 Thread عمر
If any good person outthere knows how to solve this problem please email
or DM [ the.technopreneur ( a ) gmail dt com ]

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

Title:
  [VGC-JS15G_S, Realtek ALC889, Speaker, Internal] No sound at all

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

Bug description:
  The issue is no sound at all is played whatsoever with this Sony All
  in One JS VGC-JS15G E7200 (2.53Ghz)

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
  Uname: Linux 3.11.0-14-generic i686
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  omar   1502 F pulseaudio
  Date: Sat Dec 28 19:16:02 2013
  InstallationDate: Installed on 2013-06-06 (205 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release i386 (20130424)
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Intel failed
  Symptom_Card: Built-in Audio - HDA Intel
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  omar   1502 F pulseaudio
  Symptom_Jack: Speaker, Internal
  Symptom_Type: No sound at all
  Title: [VGC-JS15G_S, Realtek ALC889, Speaker, Internal] No sound at all
  UpgradeStatus: Upgraded to saucy on 2013-12-21 (6 days ago)
  dmi.bios.date: 08/29/2008
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R0201T4
  dmi.board.asset.tag: N/A
  dmi.board.name: VAIO
  dmi.board.vendor: Sony Corporation
  dmi.board.version: N/A
  dmi.chassis.asset.tag: N/A
  dmi.chassis.type: 13
  dmi.chassis.vendor: Sony Corporation
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR0201T4:bd08/29/2008:svnSonyCorporation:pnVGC-JS15G_S:pvrC6U0ND20:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct13:cvrN/A:
  dmi.product.name: VGC-JS15G_S
  dmi.product.version: C6U0ND20
  dmi.sys.vendor: Sony Corporation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1264697/+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 1264702] [NEW] brasero new iso doesn't work

2013-12-28 Thread John Rose
Public bug reported:

After writing to a DVD using an iso file  then closing Brasero (due to
not being able to select another iso), not able to bring up Brasero
dialog by double clicking another iso file in Nautilus. Workaround is to
end process Braseo using System Monitor.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: brasero 3.4.1-0ubuntu1.1
ProcVersionSignature: Ubuntu 3.5.0-44.67~precise1-generic 3.5.7.25
Uname: Linux 3.5.0-44-generic x86_64
ApportVersion: 2.0.1-0ubuntu17.6
Architecture: amd64
Date: Sat Dec 28 15:54:28 2013
InstallationMedia: Ubuntu 12.04.2 LTS Precise Pangolin - Release amd64 
(20130213)
MarkForUpload: True
ProcEnviron:
 LANGUAGE=en_GB:en
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: brasero
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug precise running-unity third-party-packages

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

Title:
  brasero new iso doesn't work

Status in “brasero” package in Ubuntu:
  New

Bug description:
  After writing to a DVD using an iso file  then closing Brasero (due
  to not being able to select another iso), not able to bring up Brasero
  dialog by double clicking another iso file in Nautilus. Workaround is
  to end process Braseo using System Monitor.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: brasero 3.4.1-0ubuntu1.1
  ProcVersionSignature: Ubuntu 3.5.0-44.67~precise1-generic 3.5.7.25
  Uname: Linux 3.5.0-44-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  Date: Sat Dec 28 15:54:28 2013
  InstallationMedia: Ubuntu 12.04.2 LTS Precise Pangolin - Release amd64 
(20130213)
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=en_GB:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: brasero
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/brasero/+bug/1264702/+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 1264671] Re: package gs-cjk-resource 1.20100103-2 failed to install/upgrade: ErrorMessage: package gs-cjk-resource is already installed and configured

2013-12-28 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: gs-cjk-resource (Ubuntu)
   Status: New = Invalid

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

Title:
  package gs-cjk-resource 1.20100103-2 failed to install/upgrade:
  ErrorMessage: package gs-cjk-resource is already installed and
  configured

Status in “gs-cjk-resource” package in Ubuntu:
  Invalid

Bug description:
  nothing

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: gs-cjk-resource
  ProcVersionSignature: Ubuntu 3.2.0-55.85-generic 3.2.51
  Uname: Linux 3.2.0-55-generic i686
  NonfreeKernelModules: fglrx
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: i386
  Date: Sun Nov  3 09:06:03 2013
  ErrorMessage: ErrorMessage: package gs-cjk-resource is already installed and 
configured
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: gs-cjk-resource
  Title: package gs-cjk-resource 1.20100103-2 failed to install/upgrade: 
ErrorMessage: package gs-cjk-resource is already installed and configured
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gs-cjk-resource/+bug/1264671/+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 1226766] Re: Mountall fails to mount NFS partitions on boot with GigE network managed by NM

2013-12-28 Thread Ted Collins
Not to pile on here . . . but i have three servers 13.04 at Rackspace
(admittedly, I cannot be certain that the actual hardware is anything
like identical -- but I have configured them side-by-side, and their
installation is identical).  Two of the three servers can handle two (2)
NFS mounts in the /etc/fstab during boot.  The third one can only handle
one (1).  It appears that which one is unimportant, since I can swap the
mounts around, reconfigure them, etc.  But if there are two in the
/etc/fstab for the one server, it sticks at disconnected from
Plymouth.

My solution was to put the most important nfs mount in the /etc/fstab,
and to put others in /etc/rc2.d.  But that's me.  This certainly *seems*
to be a race condition, but I cannot offer anything more than my opinion
on that.  Perhaps this extra observation helps, or perhaps you can
ignore it.

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

Title:
  Mountall fails to mount NFS partitions on boot with GigE network
  managed by NM

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

Bug description:
  NFS partitions fail to mount on boot, and mountall freezes without mounting 
them. If I revert this change to the init script:
   . /etc/default/rcS || true
   [ -f /forcefsck ]  force_fsck=--force-fsck
   [ $FSCKFIX = yes ]  fsck_fix=--fsck-fix

  + # Doesn't work so well if mountall is responsible for mounting /proc, heh.
  + if [ -e /proc/cmdline ]; then
  + for arg in $(cat /proc/cmdline); do
  + case $arg in
  + -q|--quiet|-v|--verbose|--debug)
  + debug_arg=$arg
  + ;;
  + esac
  + done
  + fi
   # set $LANG so that messages appearing in plymouth are translated
   if [ -r /etc/default/locale ]; then
   . /etc/default/locale || true
   export LANG LANGUAGE LC_MESSAGES LC_ALL
   fi

  - exec mountall --daemon $force_fsck $fsck_fix
  + exec mountall --daemon $force_fsck $fsck_fix $debug_arg
   end script

  it works. It seems strange that this would stop NFS from mounting on boot. It 
appears that the NFS mounts are occurring before DNS is up. mountall.log 
contains:
  mount.nfs: Failed to resolve server rt-ac66u: Name or service not known
  mountall: mount /mnt/readyshare [815] terminated with status 32
  Filesystem could not be mounted: /mnt/readyshare
  mountall: Disconnected from Plymouth

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: mountall 2.51
  Uname: Linux 3.11.1-customatom x86_64
  NonfreeKernelModules: nvidia
  .run.mount.utab:
   
  ApportVersion: 2.12.1-0ubuntu4
  Architecture: amd64
  Date: Tue Sep 17 14:49:53 2013
  ExecutablePath: /sbin/mountall
  InstallationDate: Installed on 2012-04-15 (520 days ago)
  InstallationMedia: Mythbuntu 12.04 Precise Pangolin - Beta amd64 (20120328)
  MarkForUpload: True
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
   LANG=en_US.UTF-8
  ProcKernelCmdline: BOOT_IMAGE=/boot/vmlinuz-3.11.1-customatom 
root=UUID=708b3ba8-c42a-4adf-a195-c0fb8d8f8dd3 ro --verbose
  SourcePackage: mountall
  UpgradeStatus: Upgraded to saucy on 2013-06-28 (81 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1226766/+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 1264665] Re: [W65_67SZ, Intel Haswell HDMI, Digital Out, HDMI] Playback problem, pavucontrol shows hdmi signal but no sound on tv

2013-12-28 Thread trendzetter
Ok. How do I fix that?

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

Title:
  [W65_67SZ, Intel Haswell HDMI, Digital Out, HDMI] Playback problem,
  pavucontrol shows hdmi signal but no sound on tv

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

Bug description:
  hdmi audio works with windows2go so hardware ok

  I tried this suggestion but no luck (intel_iommu=on,igfx_off ):
  https://bugzilla.kernel.org/show_bug.cgi?id=61471

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.11.0-15.22-generic 3.11.10
  Uname: Linux 3.11.0-15-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  joris  1860 F pulseaudio
   /dev/snd/controlC1:  joris  1860 F pulseaudio
  Date: Sat Dec 28 13:14:52 2013
  InstallationDate: Installed on 2013-12-04 (23 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:MID failed
  Symptom_Card: Intern geluid - HDA Intel MID
  Symptom_Jack: Digital Out, HDMI
  Symptom_Type: Only some of outputs are working
  Title: [W65_67SZ, Intel Haswell HDMI, Digital Out, HDMI] Playback problem
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/30/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1.00.01
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: W65_67SZ
  dmi.board.vendor: Notebook
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: Notebook
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1.00.01:bd09/30/2013:svnNotebook:pnW65_67SZ:pvrNotApplicable:rvnNotebook:rnW65_67SZ:rvrNotApplicable:cvnNotebook:ct9:cvrN/A:
  dmi.product.name: W65_67SZ
  dmi.product.version: Not Applicable
  dmi.sys.vendor: Notebook

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1264665/+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 1060907] Re: NetworkManager stores wifi passwords in plain text

2013-12-28 Thread Ritesh Khadgaray
This requires implementation of user connection

seen here - https://bugs.launchpad.net/ubuntu/+source/network-
manager/+bug/1116317 .

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

Title:
  NetworkManager stores wifi passwords in plain text

Status in NetworkManager:
  Incomplete
Status in “network-manager” package in Ubuntu:
  Opinion

Bug description:
  /etc/NetworkManager/system-connections/some-wireless-profile contains
  plain text passwords.

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/1060907/+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 1264711] [NEW] SIGSEV: [matroska, webm] Unknown entry

2013-12-28 Thread Michael Murphy
Public bug reported:

Attached is a gdb backtrace.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: libav-tools 6:9.10-1ubuntu7
ProcVersionSignature:
 
Uname: Linux 3.12.4-custom x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.12.7-0ubuntu3
Architecture: amd64
CurrentDesktop: Unity
Date: Sat Dec 28 10:36:30 2013
InstallationDate: Installed on 2013-11-25 (32 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 (20131016.1)
SourcePackage: libav
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug trusty

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

Title:
  SIGSEV: [matroska,webm] Unknown entry

Status in “libav” package in Ubuntu:
  New

Bug description:
  Attached is a gdb backtrace.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: libav-tools 6:9.10-1ubuntu7
  ProcVersionSignature:
   
  Uname: Linux 3.12.4-custom x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.12.7-0ubuntu3
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sat Dec 28 10:36:30 2013
  InstallationDate: Installed on 2013-11-25 (32 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  SourcePackage: libav
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libav/+bug/1264711/+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 1264711] Re: SIGSEV: [matroska, webm] Unknown entry

2013-12-28 Thread Michael Murphy
** Attachment added: gdb-avplay.txt
   
https://bugs.launchpad.net/ubuntu/+source/libav/+bug/1264711/+attachment/3936961/+files/gdb-avplay.txt

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

Title:
  SIGSEV: [matroska,webm] Unknown entry

Status in “libav” package in Ubuntu:
  New

Bug description:
  Attached is a gdb backtrace.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: libav-tools 6:9.10-1ubuntu7
  ProcVersionSignature:
   
  Uname: Linux 3.12.4-custom x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.12.7-0ubuntu3
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sat Dec 28 10:36:30 2013
  InstallationDate: Installed on 2013-11-25 (32 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  SourcePackage: libav
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libav/+bug/1264711/+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 1264665] Re: [W65_67SZ, Intel Haswell HDMI, Digital Out, HDMI] Playback problem, pavucontrol shows hdmi signal but no sound on tv

2013-12-28 Thread trendzetter
Or does this mean either my tv or cable is faulty? It seems to me that
it can't be that bad since I was able to play sound using windows2go.

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

Title:
  [W65_67SZ, Intel Haswell HDMI, Digital Out, HDMI] Playback problem,
  pavucontrol shows hdmi signal but no sound on tv

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

Bug description:
  hdmi audio works with windows2go so hardware ok

  I tried this suggestion but no luck (intel_iommu=on,igfx_off ):
  https://bugzilla.kernel.org/show_bug.cgi?id=61471

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.11.0-15.22-generic 3.11.10
  Uname: Linux 3.11.0-15-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  joris  1860 F pulseaudio
   /dev/snd/controlC1:  joris  1860 F pulseaudio
  Date: Sat Dec 28 13:14:52 2013
  InstallationDate: Installed on 2013-12-04 (23 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:MID failed
  Symptom_Card: Intern geluid - HDA Intel MID
  Symptom_Jack: Digital Out, HDMI
  Symptom_Type: Only some of outputs are working
  Title: [W65_67SZ, Intel Haswell HDMI, Digital Out, HDMI] Playback problem
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/30/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1.00.01
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: W65_67SZ
  dmi.board.vendor: Notebook
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: Notebook
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1.00.01:bd09/30/2013:svnNotebook:pnW65_67SZ:pvrNotApplicable:rvnNotebook:rnW65_67SZ:rvrNotApplicable:cvnNotebook:ct9:cvrN/A:
  dmi.product.name: W65_67SZ
  dmi.product.version: Not Applicable
  dmi.sys.vendor: Notebook

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1264665/+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 1264718] [NEW] Launching more than 2 files from nemo triggers busy cursor for 15s

2013-12-28 Thread Bib
Public bug reported:

In raring with Unity and nemo 1.7.2 installed from App Center and set as the 
system file manager, launching a second file (or a third one and so on) for the 
same application, e.g. txt files to gedit or pictures to eye of gnome image 
viewer 3.6.2, will trigger a busy/hourglass cursor for 15s.
This won't happen when files are opened from terminal or Alt+F2.
This won't happen when 2 or more pdf files are launched from nemo to evince.

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

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

Title:
  Launching more than 2 files from nemo triggers busy cursor for 15s

Status in “gedit” package in Ubuntu:
  New

Bug description:
  In raring with Unity and nemo 1.7.2 installed from App Center and set as the 
system file manager, launching a second file (or a third one and so on) for the 
same application, e.g. txt files to gedit or pictures to eye of gnome image 
viewer 3.6.2, will trigger a busy/hourglass cursor for 15s.
  This won't happen when files are opened from terminal or Alt+F2.
  This won't happen when 2 or more pdf files are launched from nemo to evince.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/1264718/+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 1264718] Re: Launching more than 2 files from nemo triggers busy cursor for 15s

2013-12-28 Thread Bib
** Description changed:

+ Hi
+ 
  In raring with Unity and nemo 1.7.2 installed from App Center and set as the 
system file manager, launching a second file (or a third one and so on) for the 
same application, e.g. txt files to gedit or pictures to eye of gnome image 
viewer 3.6.2, will trigger a busy/hourglass cursor for 15s.
+ This also happens when I launch right-click the nemo icon to launch a 
quicklist item to a home subfolder.
  This won't happen when files are opened from terminal or Alt+F2.
  This won't happen when 2 or more pdf files are launched from nemo to evince.
+ 
+ Searching info on this I discovered I also have the same old cursor issue 
triggered when opening a second file in gedit, which is said to be fixed, maybe 
only for nautilus??? I can't decide.
+ (see https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/792227 )
+ 
+ The tweaked ~/.local/share/applications/nemo.desktop file:
+ [Desktop Entry]
+ Icon=folder_home
+ StartupNotify=false
+ Exec=nemo %U
+ X-GNOME-Bugzilla-Version=1.7.2
+ Comment[fr]=Accéder aux fichiers et les organiser
+ Type=Application
+ Categories=GNOME;GTK;Utility;Core;
+ Comment=Access and organize files
+ Terminal=false
+ X-GNOME-Bugzilla-Product=nemo
+ Actions=Action0;Action1;Action2;Action3
+ MimeType=inode/directory;application/x-gnome-saved-search;
+ Name=Files
+ X-GNOME-Bugzilla-Bugzilla=GNOME
+ X-GNOME-Bugzilla-Component=general
+ OnlyShowIn=GNOME;Unity;
+ Name[fr]=Fichiers
+ 
+ [Desktop Action Action2]
+ Exec=nemo Images
+ Name=Images
+ Name[fr_FR]=Images
+ 
+ [Desktop Action Action0]
+ Exec=nemo Musique
+ Name=Musique
+ Name[fr_FR]=Musique
+ 
+ [Desktop Action Action1]
+ Exec=nemo Documents
+ Name=Documents
+ Name[fr_FR]=Documents
+ 
+ [Desktop Action Action3]
+ Exec=nemo Vidéos
+ Name=Vidéos
+ Name[fr_FR]=Vidéos
+ 
+ I'm not really sure if the nemo quicklist and gedit both triggering the
+ busy cursor for exactly 15s are related.

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

Title:
  Launching more than 2 files from nemo triggers busy cursor for 15s

Status in “gedit” package in Ubuntu:
  New

Bug description:
  Hi

  In raring with Unity and nemo 1.7.2 installed from App Center and set as the 
system file manager*, launching a second file (or a third one and so on) for 
the same application, e.g. txt files to gedit or pictures to eye of gnome image 
viewer 3.6.2, will trigger a busy/hourglass cursor for 15s.
  This also happens when I launch right-click the nemo icon to launch a 
quicklist item to a home subfolder.
  This won't happen when files are opened from terminal or Alt+F2.
  This won't happen when 2 or more pdf files are launched from nemo to evince.

  Searching info on this I discovered I also have the same old cursor issue 
triggered when opening a second file in gedit, which is said to be fixed, maybe 
only for nautilus??? I can't decide.
  (see https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/792227 )

  *with this command:
  xdg-mime default nemo.desktop inode/directory application/x-gnome-saved-search

  The tweaked ~/.local/share/applications/nemo.desktop file:
  [Desktop Entry]
  Icon=folder_home
  StartupNotify=false
  Exec=nemo %U
  X-GNOME-Bugzilla-Version=1.7.2
  Comment[fr]=Accéder aux fichiers et les organiser
  Type=Application
  Categories=GNOME;GTK;Utility;Core;
  Comment=Access and organize files
  Terminal=false
  X-GNOME-Bugzilla-Product=nemo
  Actions=Action0;Action1;Action2;Action3
  MimeType=inode/directory;application/x-gnome-saved-search;
  Name=Files
  X-GNOME-Bugzilla-Bugzilla=GNOME
  X-GNOME-Bugzilla-Component=general
  OnlyShowIn=GNOME;Unity;
  Name[fr]=Fichiers

  [Desktop Action Action2]
  Exec=nemo Images
  Name=Images
  Name[fr_FR]=Images

  [Desktop Action Action0]
  Exec=nemo Musique
  Name=Musique
  Name[fr_FR]=Musique

  [Desktop Action Action1]
  Exec=nemo Documents
  Name=Documents
  Name[fr_FR]=Documents

  [Desktop Action Action3]
  Exec=nemo Vidéos
  Name=Vidéos
  Name[fr_FR]=Vidéos

  I'm not really sure if the nemo quicklist and gedit both triggering
  the busy cursor for exactly 15s are related.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/1264718/+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 1264718] Re: Launching more than 2 files from nemo triggers busy cursor for 15s

2013-12-28 Thread Bib
** Description changed:

  Hi
  
- In raring with Unity and nemo 1.7.2 installed from App Center and set as the 
system file manager, launching a second file (or a third one and so on) for the 
same application, e.g. txt files to gedit or pictures to eye of gnome image 
viewer 3.6.2, will trigger a busy/hourglass cursor for 15s.
+ In raring with Unity and nemo 1.7.2 installed from App Center and set as the 
system file manager*, launching a second file (or a third one and so on) for 
the same application, e.g. txt files to gedit or pictures to eye of gnome image 
viewer 3.6.2, will trigger a busy/hourglass cursor for 15s.
  This also happens when I launch right-click the nemo icon to launch a 
quicklist item to a home subfolder.
  This won't happen when files are opened from terminal or Alt+F2.
  This won't happen when 2 or more pdf files are launched from nemo to evince.
  
  Searching info on this I discovered I also have the same old cursor issue 
triggered when opening a second file in gedit, which is said to be fixed, maybe 
only for nautilus??? I can't decide.
  (see https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/792227 )
+ 
+ *with this command:
+ xdg-mime default nemo.desktop inode/directory application/x-gnome-saved-search
  
  The tweaked ~/.local/share/applications/nemo.desktop file:
  [Desktop Entry]
  Icon=folder_home
  StartupNotify=false
  Exec=nemo %U
  X-GNOME-Bugzilla-Version=1.7.2
  Comment[fr]=Accéder aux fichiers et les organiser
  Type=Application
  Categories=GNOME;GTK;Utility;Core;
  Comment=Access and organize files
  Terminal=false
  X-GNOME-Bugzilla-Product=nemo
  Actions=Action0;Action1;Action2;Action3
  MimeType=inode/directory;application/x-gnome-saved-search;
  Name=Files
  X-GNOME-Bugzilla-Bugzilla=GNOME
  X-GNOME-Bugzilla-Component=general
  OnlyShowIn=GNOME;Unity;
  Name[fr]=Fichiers
  
  [Desktop Action Action2]
  Exec=nemo Images
  Name=Images
  Name[fr_FR]=Images
  
  [Desktop Action Action0]
  Exec=nemo Musique
  Name=Musique
  Name[fr_FR]=Musique
  
  [Desktop Action Action1]
  Exec=nemo Documents
  Name=Documents
  Name[fr_FR]=Documents
  
  [Desktop Action Action3]
  Exec=nemo Vidéos
  Name=Vidéos
  Name[fr_FR]=Vidéos
  
  I'm not really sure if the nemo quicklist and gedit both triggering the
  busy cursor for exactly 15s are related.

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

Title:
  Launching more than 2 files from nemo triggers busy cursor for 15s

Status in “gedit” package in Ubuntu:
  New

Bug description:
  Hi

  In raring with Unity and nemo 1.7.2 installed from App Center and set as the 
system file manager*, launching a second file (or a third one and so on) for 
the same application, e.g. txt files to gedit or pictures to eye of gnome image 
viewer 3.6.2, will trigger a busy/hourglass cursor for 15s.
  This also happens when I launch right-click the nemo icon to launch a 
quicklist item to a home subfolder.
  This won't happen when files are opened from terminal or Alt+F2.
  This won't happen when 2 or more pdf files are launched from nemo to evince.

  Searching info on this I discovered I also have the same old cursor issue 
triggered when opening a second file in gedit, which is said to be fixed, maybe 
only for nautilus??? I can't decide.
  (see https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/792227 )

  *with this command:
  xdg-mime default nemo.desktop inode/directory application/x-gnome-saved-search

  The tweaked ~/.local/share/applications/nemo.desktop file:
  [Desktop Entry]
  Icon=folder_home
  StartupNotify=false
  Exec=nemo %U
  X-GNOME-Bugzilla-Version=1.7.2
  Comment[fr]=Accéder aux fichiers et les organiser
  Type=Application
  Categories=GNOME;GTK;Utility;Core;
  Comment=Access and organize files
  Terminal=false
  X-GNOME-Bugzilla-Product=nemo
  Actions=Action0;Action1;Action2;Action3
  MimeType=inode/directory;application/x-gnome-saved-search;
  Name=Files
  X-GNOME-Bugzilla-Bugzilla=GNOME
  X-GNOME-Bugzilla-Component=general
  OnlyShowIn=GNOME;Unity;
  Name[fr]=Fichiers

  [Desktop Action Action2]
  Exec=nemo Images
  Name=Images
  Name[fr_FR]=Images

  [Desktop Action Action0]
  Exec=nemo Musique
  Name=Musique
  Name[fr_FR]=Musique

  [Desktop Action Action1]
  Exec=nemo Documents
  Name=Documents
  Name[fr_FR]=Documents

  [Desktop Action Action3]
  Exec=nemo Vidéos
  Name=Vidéos
  Name[fr_FR]=Vidéos

  I'm not really sure if the nemo quicklist and gedit both triggering
  the busy cursor for exactly 15s are related.

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

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


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

2013-12-28 Thread Michael Murphy
There are so many bugs with libav that it's not even funny. Last month I
tried switching my encoding tools to libav just to see how it would
function, and it was a catastrophic failure. I also have a lot of issues
with any media player that uses libav for playback since it tends to
segfault.

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

Title:
  Use FFmpeg instead of Libav

Status in “libav” package in Ubuntu:
  Confirmed
Status in “libav” package in Debian:
  New

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

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

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

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

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


[Desktop-packages] [Bug 1059374] Re: Using Adwaita, many widgets are drawn with a solid black background

2013-12-28 Thread mike
Hi guys, any update on this? I still have this issue in 13.10.

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

Title:
  Using Adwaita, many widgets are drawn with a solid black background

Status in GTK+ GUI Toolkit:
  Fix Released
Status in Overlay Scrollbar:
  Confirmed
Status in “gnome-themes-standard” package in Ubuntu:
  Confirmed
Status in “gtk+3.0” package in Ubuntu:
  Fix Released
Status in “overlay-scrollbar” package in Ubuntu:
  Triaged

Bug description:
  When I use the Adwaita theme, some widgets end up being drawn with a
  black background after particular interactions. Here are two examples:

  If I open gedit, by default I see a new black document. The notebook
  widget is visible, and rendered correctly. As soon as I open another
  document (no matter if I close the existing one first), the entire
  widget starts being drawn with a black background.

  If I open System Settings, then click the (Ubuntu) Online Accounts
  panel, the box with the Remove account button has a solid black
  background. If, instead, I open Online Accounts directly from its
  launcher (run gnome-control-center credentials), everything is
  rendered correctly: there are no solid black backgrounds until I click
  All Settings and select the Online Accounts panel again.

  This has been happening consistently on two very different machines,
  both updated to Quantal from 12.04 using the upgrade tool.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: libgtk-3-0 3.6.0-0ubuntu2
  ProcVersionSignature: Ubuntu 3.5.0-16.25-generic 3.5.4
  Uname: Linux 3.5.0-16-generic x86_64
  ApportVersion: 2.5.3-0ubuntu1
  Architecture: amd64
  Date: Sun Sep 30 21:18:23 2012
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Beta amd64 (20110906)
  SourcePackage: gtk+3.0
  UpgradeStatus: Upgraded to quantal on 2012-08-26 (35 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gtk/+bug/1059374/+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 1045602] Re: date and time in gnome-system-log is white text on white background

2013-12-28 Thread snurfle
Maybe I just don't know enough about ubuntu yet, but if the fix is released, 
then why is it not showing up in the software updater?
I tried searching for the fix that was listed in post # 18 This bug was fixed 
in the package ubuntu-themes - 13.04+14.04.20131211-0ubuntu1, and that led me 
to here: 
https://launchpad.net/ubuntu/+source/ubuntu-themes/13.04+14.04.20131211-0ubuntu1;,
 where I could download this: 
https://launchpad.net/ubuntu/+archive/primary/+files/ubuntu-themes_13.04%2B14.04.20131211.orig.tar.gz
Downloaded, extracted, and tried running the Makefile, which only returned a 
blue million errors:
./Makefile: line 1: THEME: command not found
./Makefile: line 2: SIZES: command not found
./Makefile: line 3: ICONS: command not found
./Makefile: line 6: PADLOCK: command not found
./Makefile: line 7: THEME: command not found
./Makefile: line 7: SIZES: command not found
./Makefile: line 7: ICONS: command not found
./Makefile: line 7: foreach: command not found
./Makefile: line 7: foreach: command not found
./Makefile: line 7: foreach: command not found
./Makefile: line 7: FILES: command not found
./Makefile: line 9: FILES: command not found
./Makefile: line 9: all:: command not found
./Makefile: line 11: fg: no job control
./Makefile: line 12: PADLOCK: command not found
Traceback (most recent call last):
  File ./scavenge.py, line 53, in module
main()
  File ./scavenge.py, line 33, in main
base = xml.dom.minidom.parse(args[0])
  File /usr/lib/python2.7/xml/dom/minidom.py, line 1921, in parse
return expatbuilder.parse(file)
  File /usr/lib/python2.7/xml/dom/expatbuilder.py, line 922, in parse
fp = open(file, 'rb')
IOError: [Errno 21] Is a directory: 'Ambiance'
./Makefile: line 14: clean:: command not found
./Makefile: line 15: FILES: command not found
./Makefile: line 15: -rm: command not found
./Makefile: line 17: .PHONY:: command not found
snurfle@snurfle:~/Desktop/ubuntu-themes-13.04+14.04.20131211$ py Makefile
py: command not found
snurfle@snurfle:~/Desktop/ubuntu-themes-13.04+14.04.20131211$ 
./ambiancetoradiance.sh 
mv: cannot stat ‘*/*/*.svg’: No such file or directory
./ambiancetoradiance.sh: line 7: */*/*.svg: No such file or directory
file */*/*.svg processed
rm: cannot remove ‘*/*/*.svg.bak’: No such file or directory
mv: cannot stat ‘*/*/*.svg’: No such file or directory
./ambiancetoradiance.sh: line 14: */*/*.svg: No such file or directory
file */*/*.svg processed
rm: cannot remove ‘*/*/*.svg.bak’: No such file or directory
snurfle@snurfle:~/Desktop/ubuntu-themes-13.04+14.04.20131211$ sudo 
./Makefile[sudo] password for snurfle: 
./Makefile: 1: ./Makefile: THEME: not found
./Makefile: 2: ./Makefile: SIZES: not found
./Makefile: 3: ./Makefile: ICONS: not found
./Makefile: 6: ./Makefile: PADLOCK: not found
./Makefile: 7: ./Makefile: THEME: not found
./Makefile: 7: ./Makefile: SIZES: not found
./Makefile: 7: ./Makefile: ICONS: not found
./Makefile: 7: ./Makefile: foreach: not found
./Makefile: 7: ./Makefile: foreach: not found
./Makefile: 7: ./Makefile: foreach: not found
./Makefile: 7: ./Makefile: FILES: not found
./Makefile: 9: ./Makefile: FILES: not found
./Makefile: 9: ./Makefile: all:: not found
./Makefile: 11: ./Makefile: %-secure.svg:: not found
./Makefile: 12: ./Makefile: PADLOCK: not found
Traceback (most recent call last):
  File ./scavenge.py, line 53, in module
main()
  File ./scavenge.py, line 33, in main
base = xml.dom.minidom.parse(args[0])
  File /usr/lib/python2.7/xml/dom/minidom.py, line 1921, in parse
return expatbuilder.parse(file)
  File /usr/lib/python2.7/xml/dom/expatbuilder.py, line 922, in parse
fp = open(file, 'rb')
IOError: [Errno 21] Is a directory: 'Ambiance'
./Makefile: 14: ./Makefile: clean:: not found
./Makefile: 15: ./Makefile: FILES: not found
./Makefile: 15: ./Makefile: -rm: not found
./Makefile: 17: ./Makefile: .PHONY:: not found

Tried running the ambiancetoradiance.sh file, it only gives
mv: cannot stat ‘*/*/*.svg’: No such file or directory
./ambiancetoradiance.sh: line 7: */*/*.svg: No such file or directory
file */*/*.svg processed
rm: cannot remove ‘*/*/*.svg.bak’: No such file or directory
mv: cannot stat ‘*/*/*.svg’: No such file or directory
./ambiancetoradiance.sh: line 14: */*/*.svg: No such file or directory
file */*/*.svg processed
rm: cannot remove ‘*/*/*.svg.bak’: No such file or directory

troubleshooting bugs in ubuntu is time consuming enough without having
to overcome the bugs that make it impossible to see where the errors are
coming from.

If this is fixed, then how do I fix it?
If the fix has bugs in it too, then when will those bugs be fixed?

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

Title:
  date and time in gnome-system-log is white text on white background

Status in “gnome-system-log” package in Ubuntu:
  Confirmed
Status in “ubuntu-themes” package in Ubuntu:
  Fix 

[Desktop-packages] [Bug 1197569] Re: Move from zeitgeist-1.0 to zeitgeist-2.0

2013-12-28 Thread Oliver Sauder
** Changed in: diodon
   Status: Triaged = Fix Committed

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

Title:
  Move from zeitgeist-1.0 to zeitgeist-2.0

Status in Bijiben:
  Fix Released
Status in Cairo-Dock: Plug-ins:
  Fix Released
Status in Diodon - GTK+ Clipboard Manager:
  Fix Committed
Status in Scratch:
  Fix Released
Status in Totem Movie Player:
  Fix Released
Status in Unity:
  Fix Released
Status in Unity Applications Lens:
  In Progress
Status in Unity Files Lens:
  Fix Committed
Status in Unity Videos Lens:
  In Progress
Status in Upstart Application Launcher:
  Fix Released
Status in “activity-log-manager” package in Ubuntu:
  Fix Released
Status in “bijiben” package in Ubuntu:
  New
Status in “cairo-dock-plug-ins” package in Ubuntu:
  Fix Released
Status in “diodon” package in Ubuntu:
  Fix Released
Status in “folks” package in Ubuntu:
  New
Status in “nautilus” package in Ubuntu:
  Confirmed
Status in “synapse” package in Ubuntu:
  New
Status in “totem” package in Ubuntu:
  New
Status in “unity” package in Ubuntu:
  Fix Released
Status in “unity-lens-applications” package in Ubuntu:
  In Progress
Status in “unity-lens-files” package in Ubuntu:
  Fix Released
Status in “unity-lens-video” package in Ubuntu:
  In Progress
Status in “upstart-app-launch” package in Ubuntu:
  Fix Released

Bug description:
  The older libzeitgeist (http://launchpad.net/libzeitgeist) served its
  days and will be deprecated soon.

  All the apps should slowly move to libzeitgeist 2 (zeitgeist-2.0)

To manage notifications about this bug go to:
https://bugs.launchpad.net/bijiben/+bug/1197569/+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 1264711] Re: SIGSEV: [matroska, webm] Unknown entry

2013-12-28 Thread Michael Murphy
Apparently I uploaded the wrong log. Here is the correct one.

** Attachment removed: gdb-avplay.txt
   
https://bugs.launchpad.net/ubuntu/+source/libav/+bug/1264711/+attachment/3936961/+files/gdb-avplay.txt

** Attachment added: gdb-avplay.txt
   
https://bugs.launchpad.net/ubuntu/+source/libav/+bug/1264711/+attachment/3937020/+files/gdb-avplay.txt

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

Title:
  SIGSEV: [matroska,webm] Unknown entry

Status in “libav” package in Ubuntu:
  New

Bug description:
  Attached is a gdb backtrace.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: libav-tools 6:9.10-1ubuntu7
  ProcVersionSignature:
   
  Uname: Linux 3.12.4-custom x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.12.7-0ubuntu3
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sat Dec 28 10:36:30 2013
  InstallationDate: Installed on 2013-11-25 (32 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  SourcePackage: libav
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libav/+bug/1264711/+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 1243532] Re: Custom keyboard shortcuts don't work until logout

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

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

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

Title:
  Custom keyboard shortcuts don't work until logout

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

Bug description:
  Doesn't affect gnome-shell (no surprise there

  Test case: Create any custom kb binding, try to use, not active
  After a logout will become active

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: gnome-settings-daemon 3.8.5-0ubuntu10
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  Date: Wed Oct 23 01:41:02 2013
  InstallationDate: Installed on 2013-10-03 (20 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Beta amd64 (20131002)
  MarkForUpload: True
  SourcePackage: gnome-settings-daemon
  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/1243532/+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 1264729] [NEW] Please rebuild with a Python 3.4 extension also

2013-12-28 Thread Jason Gerard DeRose
Public bug reported:

In terms of the Python 3.3 = 3.4 transition, most important packages in
Trusty now have extensions built for both Python 3.3 and 3.4, but
python3-cairo doesn't yet.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: python3-cairo 1.10.0+dfsg-3
ProcVersionSignature: Ubuntu 3.12.0-7.15-generic 3.12.4
Uname: Linux 3.12.0-7-generic x86_64
ApportVersion: 2.12.7-0ubuntu3
Architecture: amd64
CurrentDesktop: Unity
Date: Sat Dec 28 12:17:34 2013
SourcePackage: py3cairo
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug trusty

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

Title:
  Please rebuild with a Python 3.4 extension also

Status in “py3cairo” package in Ubuntu:
  New

Bug description:
  In terms of the Python 3.3 = 3.4 transition, most important packages
  in Trusty now have extensions built for both Python 3.3 and 3.4, but
  python3-cairo doesn't yet.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: python3-cairo 1.10.0+dfsg-3
  ProcVersionSignature: Ubuntu 3.12.0-7.15-generic 3.12.4
  Uname: Linux 3.12.0-7-generic x86_64
  ApportVersion: 2.12.7-0ubuntu3
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sat Dec 28 12:17:34 2013
  SourcePackage: py3cairo
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/py3cairo/+bug/1264729/+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 1264730] [NEW] Sync vinagre 3.10.1-1 (universe) from Debian experimental (main)

2013-12-28 Thread Jackson Doak
Public bug reported:

Please sync vinagre 3.10.1-1 (universe) from Debian experimental (main)

Changelog entries since current trusty version 3.8.3-1:

vinagre (3.10.1-1) experimental; urgency=low

  * New upstream release.
  * Bump build-dependency on libgtk-3-dev to = 3.9.6.
  * Update vinagre Recommends on rdesktop to freerdp-x11
- upstream switched to use xfreerdp instead of rdesktop

 -- Andreas Henriksson andr...@fatal.se  Thu, 17 Oct 2013 11:42:06
+0200

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

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

Title:
  Sync vinagre 3.10.1-1 (universe) from Debian experimental (main)

Status in “vinagre” package in Ubuntu:
  New

Bug description:
  Please sync vinagre 3.10.1-1 (universe) from Debian experimental
  (main)

  Changelog entries since current trusty version 3.8.3-1:

  vinagre (3.10.1-1) experimental; urgency=low

* New upstream release.
* Bump build-dependency on libgtk-3-dev to = 3.9.6.
* Update vinagre Recommends on rdesktop to freerdp-x11
  - upstream switched to use xfreerdp instead of rdesktop

   -- Andreas Henriksson andr...@fatal.se  Thu, 17 Oct 2013 11:42:06
  +0200

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vinagre/+bug/1264730/+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 1264734] [NEW] cant uninstall, missing dependancy

2013-12-28 Thread pqwoerituytrueiwoq
Public bug reported:

the uninstall script requires that dpkg-dev be installed for the dpkg-
architecture command

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: nvidia-prime 0.5.2
ProcVersionSignature: Ubuntu 3.12.0-7.15-generic 3.12.4
Uname: Linux 3.12.0-7-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.12.7-0ubuntu3
Architecture: amd64
CurrentDesktop: KDE
Date: Sat Dec 28 14:43:23 2013
InstallationDate: Installed on 2013-12-27 (0 days ago)
InstallationMedia: Kubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20131223)
SourcePackage: nvidia-prime
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: nvidia-prime (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug trusty

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

Title:
  cant uninstall, missing dependancy

Status in “nvidia-prime” package in Ubuntu:
  New

Bug description:
  the uninstall script requires that dpkg-dev be installed for the dpkg-
  architecture command

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: nvidia-prime 0.5.2
  ProcVersionSignature: Ubuntu 3.12.0-7.15-generic 3.12.4
  Uname: Linux 3.12.0-7-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.12.7-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Dec 28 14:43:23 2013
  InstallationDate: Installed on 2013-12-27 (0 days ago)
  InstallationMedia: Kubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20131223)
  SourcePackage: nvidia-prime
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-prime/+bug/1264734/+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 1263415] Re: Kyocera FS-1100D cannot print Google Maps - limitcheck --image--

2013-12-28 Thread kniffte
** Attachment added: The printout obtained as described by 
https://wiki.ubuntu.com/DebuggingPrintingProblems#Getting_the_data_which_would_go_to_the_printer;
   
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1263415/+attachment/3937038/+files/printout

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

Title:
  Kyocera FS-1100D cannot print Google Maps - limitcheck --image--

Status in “cups” package in Ubuntu:
  Incomplete

Bug description:
  I'm trying to print a simple page from Google Maps (including the big
  map provided) - but I have this problem with a couple more files here
  as well. I always get error:

  Error Name: /limitcheck
  Offending Command: --image--
  Operand Stack:

  Printer: Kyocera Mita FS-1100D, I'm using the vendor provided ppds.

  I tried cups-filters
  Version: 1.0.18-0ubuntu0.1
  Version: 1.0.17-0bzr0.1
  both were not resolving the matter (see cups-filters bug 982675).

  I know this used to work some time ago, but it isnt anymore. On the
  other hand, I'm having a WinXP-VM on this machine and it can print the
  file w/o any troubles.

  I attach cups error_log (LogLevel debug) and the captured print data.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: cups 1.5.3-0ubuntu8
  ProcVersionSignature: Ubuntu 3.2.0-57.87-generic 3.2.52
  Uname: Linux 3.2.0-57-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  Date: Sun Dec 22 00:06:18 2013
  InstallationMedia: Kubuntu 10.04.1 LTS Lucid Lynx - Release amd64 
(20100816.2)
  Lpstat:
   device for Canon_iP5200: http://localhost:1631/printers/Canon_iP5200
   device for FS-1100: usb://Kyocera/FS-1100
   device for MFC-9100c: socket://192.168.0.198:9100
   device for PDF: cups-pdf:/
  MachineType: LENOVO 6460DAG
  MarkForUpload: True
  Papersize: a4
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcEnviron:
   LANGUAGE=
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-57-generic 
root=UUID=b3c4885b-0279-464f-aa1d-ade5ab9f328b ro quiet splash vt.handoff=7
  SourcePackage: cups
  UpgradeStatus: Upgraded to precise on 2012-09-02 (475 days ago)
  dmi.bios.date: 11/14/2008
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7LETC5WW (2.25 )
  dmi.board.name: 6460DAG
  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:bvr7LETC5WW(2.25):bd11/14/2008:svnLENOVO:pn6460DAG:pvrThinkPadT61:rvnLENOVO:rn6460DAG:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 6460DAG
  dmi.product.version: ThinkPad T61
  dmi.sys.vendor: LENOVO
  mtime.conffile..etc.cups.cupsd.conf: 2013-12-21T23:50:08.489281

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1263415/+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 1071739] Re: Unable to mount Blank DVD-R Disc

2013-12-28 Thread r_avital
*** This bug is a duplicate of bug 1069964 ***
https://bugs.launchpad.net/bugs/1069964

1. Ignoring the warning/error message is IMPOSSIBLE.  In brasero, the
Burn button is grayed-out.  In k3b, the Start button is grayed-out.
Not possible to burn a dvd.

2. Tested trying to burn ISO image that was smaller than 4.4Gb - at this
point, the Burn and Start buttons in their respective programs were
available.

3. The problem seems to be the size of the ISO being written or DVD
original being copied (for backup/archive).

HOWEVER, that makes absolutely no sense, given that the blank DVD is DL
AND that I was able to both burn the 7.6GB ISO image and copy the
original DVD on the SAME computer, SAME drive, SAME blank DVDs in a
Windows-7 Ultimate VM running under Ubuntu Saucy 13.10-64Bit, again,
SAME MACHINE.

I respectfully suggest that this is not a low priority problem, as it
prevents a perfectly legitimate operation that is performed flawlessly
under a Windows VM running under the same Ubuntu Saucy host, and that
someone be assigned to work on this so it can be resolved in time to be
included in the upcoming LTS.

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

Title:
  Unable to mount Blank DVD-R Disc

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

Bug description:
  Each time I insert a blank DVD a window opens telling me that I just
  inserted a blank DVD and asking what to do with it.  Immediately
  another window opens on top of it and reads Unable to mount Blank
  DVD-R Disc Location is already mounted

  I can click OK to get back to the first window, but the error is
  really annoying and makes no sense.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: gnome-settings-daemon 3.4.2-0ubuntu14
  ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5
  Uname: Linux 3.5.0-17-generic i686
  ApportVersion: 2.6.1-0ubuntu3
  Architecture: i386
  Date: Fri Oct 26 08:40:17 2012
  ExecutablePath: /usr/lib/gnome-settings-daemon/gnome-fallback-mount-helper
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha i386 (20120724.2)
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-settings-daemon
  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/1071739/+subscriptions

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


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

2013-12-28 Thread Brandon Snider
You should really back up the statement -- there are so many bugs --
with actual bug reports rather than personal anecdotes. Just because
something happens on your system doesn't mean everybody else sees it
too.

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

Title:
  Use FFmpeg instead of Libav

Status in “libav” package in Ubuntu:
  Confirmed
Status in “libav” package in Debian:
  New

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

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

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

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

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


Re: [Desktop-packages] [Bug 1071739] Re: Unable to mount Blank DVD-R Disc

2013-12-28 Thread Roman Sadowy
*** This bug is a duplicate of bug 1069964 ***
https://bugs.launchpad.net/bugs/1069964

Use K3b then you can ignore the warnings or OK them away  proceed with
the operation of the K3b Disc Burner. However, I agree with you that a fix
should be given a high priority. I had this problem in Linux mint 14 but
I'm now upgrading to Linux Mint 16. I'll let you know if this bug has been
fixed in the new release.

Roman Sadowy


On Sat, Dec 28, 2013 at 2:54 PM, r_avital raphaelavi...@gmail.com wrote:

 *** This bug is a duplicate of bug 1069964 ***
 https://bugs.launchpad.net/bugs/1069964

 1. Ignoring the warning/error message is IMPOSSIBLE.  In brasero, the
 Burn button is grayed-out.  In k3b, the Start button is grayed-out.
 Not possible to burn a dvd.

 2. Tested trying to burn ISO image that was smaller than 4.4Gb - at this
 point, the Burn and Start buttons in their respective programs were
 available.

 3. The problem seems to be the size of the ISO being written or DVD
 original being copied (for backup/archive).

 HOWEVER, that makes absolutely no sense, given that the blank DVD is DL
 AND that I was able to both burn the 7.6GB ISO image and copy the
 original DVD on the SAME computer, SAME drive, SAME blank DVDs in a
 Windows-7 Ultimate VM running under Ubuntu Saucy 13.10-64Bit, again,
 SAME MACHINE.

 I respectfully suggest that this is not a low priority problem, as it
 prevents a perfectly legitimate operation that is performed flawlessly
 under a Windows VM running under the same Ubuntu Saucy host, and that
 someone be assigned to work on this so it can be resolved in time to be
 included in the upcoming LTS.

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

 Title:
   Unable to mount Blank DVD-R Disc

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

 Bug description:
   Each time I insert a blank DVD a window opens telling me that I just
   inserted a blank DVD and asking what to do with it.  Immediately
   another window opens on top of it and reads Unable to mount Blank
   DVD-R Disc Location is already mounted

   I can click OK to get back to the first window, but the error is
   really annoying and makes no sense.

   ProblemType: Bug
   DistroRelease: Ubuntu 12.10
   Package: gnome-settings-daemon 3.4.2-0ubuntu14
   ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5
   Uname: Linux 3.5.0-17-generic i686
   ApportVersion: 2.6.1-0ubuntu3
   Architecture: i386
   Date: Fri Oct 26 08:40:17 2012
   ExecutablePath:
 /usr/lib/gnome-settings-daemon/gnome-fallback-mount-helper
   InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha i386
 (20120724.2)
   ProcEnviron:
PATH=(custom, no user)
XDG_RUNTIME_DIR=set
LANG=en_US.UTF-8
SHELL=/bin/bash
   SourcePackage: gnome-settings-daemon
   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/1071739/+subscriptions


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

Title:
  Unable to mount Blank DVD-R Disc

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

Bug description:
  Each time I insert a blank DVD a window opens telling me that I just
  inserted a blank DVD and asking what to do with it.  Immediately
  another window opens on top of it and reads Unable to mount Blank
  DVD-R Disc Location is already mounted

  I can click OK to get back to the first window, but the error is
  really annoying and makes no sense.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: gnome-settings-daemon 3.4.2-0ubuntu14
  ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5
  Uname: Linux 3.5.0-17-generic i686
  ApportVersion: 2.6.1-0ubuntu3
  Architecture: i386
  Date: Fri Oct 26 08:40:17 2012
  ExecutablePath: /usr/lib/gnome-settings-daemon/gnome-fallback-mount-helper
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha i386 (20120724.2)
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-settings-daemon
  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/1071739/+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 1263415] Re: Kyocera FS-1100D cannot print Google Maps - limitcheck --image--

2013-12-28 Thread cliddell
Okay, that's what we need to see, thanks.

However, that Postscript comes from Opera, not from Ghostscript, so I'm
not really the upstream contact.

As far as I can tell, that's valid Postscript, so the problem is a bug
in the printer - it should really be reported to Kyocera.

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

Title:
  Kyocera FS-1100D cannot print Google Maps - limitcheck --image--

Status in “cups” package in Ubuntu:
  Incomplete

Bug description:
  I'm trying to print a simple page from Google Maps (including the big
  map provided) - but I have this problem with a couple more files here
  as well. I always get error:

  Error Name: /limitcheck
  Offending Command: --image--
  Operand Stack:

  Printer: Kyocera Mita FS-1100D, I'm using the vendor provided ppds.

  I tried cups-filters
  Version: 1.0.18-0ubuntu0.1
  Version: 1.0.17-0bzr0.1
  both were not resolving the matter (see cups-filters bug 982675).

  I know this used to work some time ago, but it isnt anymore. On the
  other hand, I'm having a WinXP-VM on this machine and it can print the
  file w/o any troubles.

  I attach cups error_log (LogLevel debug) and the captured print data.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: cups 1.5.3-0ubuntu8
  ProcVersionSignature: Ubuntu 3.2.0-57.87-generic 3.2.52
  Uname: Linux 3.2.0-57-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  Date: Sun Dec 22 00:06:18 2013
  InstallationMedia: Kubuntu 10.04.1 LTS Lucid Lynx - Release amd64 
(20100816.2)
  Lpstat:
   device for Canon_iP5200: http://localhost:1631/printers/Canon_iP5200
   device for FS-1100: usb://Kyocera/FS-1100
   device for MFC-9100c: socket://192.168.0.198:9100
   device for PDF: cups-pdf:/
  MachineType: LENOVO 6460DAG
  MarkForUpload: True
  Papersize: a4
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcEnviron:
   LANGUAGE=
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-57-generic 
root=UUID=b3c4885b-0279-464f-aa1d-ade5ab9f328b ro quiet splash vt.handoff=7
  SourcePackage: cups
  UpgradeStatus: Upgraded to precise on 2012-09-02 (475 days ago)
  dmi.bios.date: 11/14/2008
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7LETC5WW (2.25 )
  dmi.board.name: 6460DAG
  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:bvr7LETC5WW(2.25):bd11/14/2008:svnLENOVO:pn6460DAG:pvrThinkPadT61:rvnLENOVO:rn6460DAG:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 6460DAG
  dmi.product.version: ThinkPad T61
  dmi.sys.vendor: LENOVO
  mtime.conffile..etc.cups.cupsd.conf: 2013-12-21T23:50:08.489281

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1263415/+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 1264739] [NEW] YouTube black box with audio, needs refreshing to play

2013-12-28 Thread Alan Pope ㋛
Public bug reported:

Frequently and for some time I've had to refresh the page when loading a 
youtube video. 
What tends to happen is I get a black box, with audio, but no video. 
I often need to refresh 5-10 times to get the video to actually load and play. 
It always does load eventually, but more often than not it requires many 
refreshes.

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: chromium-browser 31.0.1650.63-0ubuntu0.13.10.1~20131204.1
Uname: Linux 3.12.0-031200-generic x86_64
ApportVersion: 2.12.5-0ubuntu2.1
Architecture: amd64
Date: Sat Dec 28 20:42:16 2013
Desktop-Session:
 DESKTOP_SESSION = ubuntu
 XDG_CONFIG_DIRS = /etc/xdg/xdg-ubuntu:/usr/share/upstart/xdg:/etc/xdg
 XDG_DATA_DIRS = 
/usr/share/ubuntu:/usr/share/gnome:/usr/local/share/:/usr/share/
EcryptfsInUse: Yes
Env:
 MOZ_PLUGIN_PATH = None
 LD_LIBRARY_PATH = None
InstallationDate: Installed on 2012-06-29 (546 days ago)
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
MarkForUpload: True
SourcePackage: chromium-browser
UpgradeStatus: Upgraded to saucy on 2013-07-12 (169 days ago)
chromium-default: CHROMIUM_FLAGS=
gconf-keys: /desktop/gnome/applications/browser/exec = 
b'/usr/bin/chromium-browser\n'/desktop/gnome/url-handlers/https/command = 
b'/usr/bin/chromium-browser %s\n'/desktop/gnome/url-handlers/https/enabled = 
b'true\n'/desktop/gnome/url-handlers/http/command = b'/usr/bin/chromium-browser 
%s\n'/desktop/gnome/url-handlers/http/enabled = 
b'true\n'/desktop/gnome/session/required_components/windowmanager = 
b''/apps/metacity/general/compositing_manager = 
b''/desktop/gnome/interface/icon_theme = 
b'ubuntu-mono-dark\n'/desktop/gnome/interface/gtk_theme = b'Ambiance\n'

** Affects: chromium-browser (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 chromium-browser in Ubuntu.
https://bugs.launchpad.net/bugs/1264739

Title:
  YouTube black box with audio, needs refreshing to play

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

Bug description:
  Frequently and for some time I've had to refresh the page when loading a 
youtube video. 
  What tends to happen is I get a black box, with audio, but no video. 
  I often need to refresh 5-10 times to get the video to actually load and 
play. 
  It always does load eventually, but more often than not it requires many 
refreshes.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: chromium-browser 31.0.1650.63-0ubuntu0.13.10.1~20131204.1
  Uname: Linux 3.12.0-031200-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Sat Dec 28 20:42:16 2013
  Desktop-Session:
   DESKTOP_SESSION = ubuntu
   XDG_CONFIG_DIRS = /etc/xdg/xdg-ubuntu:/usr/share/upstart/xdg:/etc/xdg
   XDG_DATA_DIRS = 
/usr/share/ubuntu:/usr/share/gnome:/usr/local/share/:/usr/share/
  EcryptfsInUse: Yes
  Env:
   MOZ_PLUGIN_PATH = None
   LD_LIBRARY_PATH = None
  InstallationDate: Installed on 2012-06-29 (546 days ago)
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  MarkForUpload: True
  SourcePackage: chromium-browser
  UpgradeStatus: Upgraded to saucy on 2013-07-12 (169 days ago)
  chromium-default: CHROMIUM_FLAGS=
  gconf-keys: /desktop/gnome/applications/browser/exec = 
b'/usr/bin/chromium-browser\n'/desktop/gnome/url-handlers/https/command = 
b'/usr/bin/chromium-browser %s\n'/desktop/gnome/url-handlers/https/enabled = 
b'true\n'/desktop/gnome/url-handlers/http/command = b'/usr/bin/chromium-browser 
%s\n'/desktop/gnome/url-handlers/http/enabled = 
b'true\n'/desktop/gnome/session/required_components/windowmanager = 
b''/apps/metacity/general/compositing_manager = 
b''/desktop/gnome/interface/icon_theme = 
b'ubuntu-mono-dark\n'/desktop/gnome/interface/gtk_theme = b'Ambiance\n'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1264739/+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 1264739] Re: YouTube black box with audio, needs refreshing to play

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

** Changed in: chromium-browser (Ubuntu)
   Status: New = Confirmed

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

Title:
  YouTube black box with audio, needs refreshing to play

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

Bug description:
  Frequently and for some time I've had to refresh the page when loading a 
youtube video. 
  What tends to happen is I get a black box, with audio, but no video. 
  I often need to refresh 5-10 times to get the video to actually load and 
play. 
  It always does load eventually, but more often than not it requires many 
refreshes.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: chromium-browser 31.0.1650.63-0ubuntu0.13.10.1~20131204.1
  Uname: Linux 3.12.0-031200-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Sat Dec 28 20:42:16 2013
  Desktop-Session:
   DESKTOP_SESSION = ubuntu
   XDG_CONFIG_DIRS = /etc/xdg/xdg-ubuntu:/usr/share/upstart/xdg:/etc/xdg
   XDG_DATA_DIRS = 
/usr/share/ubuntu:/usr/share/gnome:/usr/local/share/:/usr/share/
  EcryptfsInUse: Yes
  Env:
   MOZ_PLUGIN_PATH = None
   LD_LIBRARY_PATH = None
  InstallationDate: Installed on 2012-06-29 (546 days ago)
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  MarkForUpload: True
  SourcePackage: chromium-browser
  UpgradeStatus: Upgraded to saucy on 2013-07-12 (169 days ago)
  chromium-default: CHROMIUM_FLAGS=
  gconf-keys: /desktop/gnome/applications/browser/exec = 
b'/usr/bin/chromium-browser\n'/desktop/gnome/url-handlers/https/command = 
b'/usr/bin/chromium-browser %s\n'/desktop/gnome/url-handlers/https/enabled = 
b'true\n'/desktop/gnome/url-handlers/http/command = b'/usr/bin/chromium-browser 
%s\n'/desktop/gnome/url-handlers/http/enabled = 
b'true\n'/desktop/gnome/session/required_components/windowmanager = 
b''/apps/metacity/general/compositing_manager = 
b''/desktop/gnome/interface/icon_theme = 
b'ubuntu-mono-dark\n'/desktop/gnome/interface/gtk_theme = b'Ambiance\n'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1264739/+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 1243261] Re: apparent GPU hang on haswell laptop when playing movie on libreoffice

2013-12-28 Thread Matthias B.
This bug occurs even when just playing a video with VLC. It seems to
occur only when multiple displays are attached and only in some
configurations. In particular non-clone configurations seem to be
affected. The workaround that helped me was

Option AccelMethod uxa

in the Device section of xorg.conf.

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

Title:
  apparent GPU hang on haswell laptop when playing movie on libreoffice

Status in “xorg” package in Ubuntu:
  Confirmed

Bug description:
  
  How to reproduce:
  1. open libreoffice - file - new - presentation
  2. paste any movie;  insert - movie
this bug is quite reproducible and this movie file can be anything that 
libreoffice/gstreamer can play.
  3. verify you correctly pasted the movie by selecting the movie in the slide 
and clicking the play botton bottom left.
 check if the movie *plays* ok.
  4. then start slideshow from the slideshow menu or F5. 

  Symptom:
  * a screen hang.  this continues at least ten seconds or more.  after that 
you can somehow quit the slideshow mode.
  * ESC and other keys do not stop the slideshow, except ctrl+alt+F1
  * switching to VT and getting back to X helps sometimes.

  Configuration:
  * Thinkpad-X240s
  * tried both Saucy's default kernel and 3.11.6-031106 (ppa)


  dmesg:
  [ 2209.663234] [drm:ring_stuck] *ERROR* Kicking stuck wait on render ring
  [ 2214.672447] [drm:ring_stuck] *ERROR* Kicking stuck wait on render ring
  [ 2218.658213] [drm:ring_stuck] *ERROR* Kicking stuck wait on render ring
  [ .656003] [drm:ring_stuck] *ERROR* Kicking stuck wait on render ring
  [ 2226.653754] [drm:ring_stuck] *ERROR* Kicking stuck wait on render ring
  [ 2230.651538] [drm:ring_stuck] *ERROR* Kicking stuck wait on render ring
  [ 2234.649319] [drm:ring_stuck] *ERROR* Kicking stuck wait on render ring
  [ 2238.623129] [drm:ring_stuck] *ERROR* Kicking stuck wait on render ring
  [ 2238.623162] [drm:i915_hangcheck_elapsed] *ERROR* no progress on render ring
  [ 2238.623300] [drm:i915_set_reset_status] *ERROR* render ring hung flushing 
bo (0x1d06e000 ctx 0) at 0x320b500

  lspci:
  00:00.0 Host bridge: Intel Corporation Haswell-ULT DRAM Controller (rev 09)
  00:02.0 VGA compatible controller: Intel Corporation Haswell-ULT Integrated 
Graphics Controller (rev 09)
  00:03.0 Audio device: Intel Corporation Device 0a0c (rev 09)
  00:14.0 USB controller: Intel Corporation Lynx Point-LP USB xHCI HC (rev 04)
  00:16.0 Communication controller: Intel Corporation Lynx Point-LP HECI #0 
(rev 04)
  00:19.0 Ethernet controller: Intel Corporation Ethernet Connection I218-V 
(rev 04)
  00:1b.0 Audio device: Intel Corporation Lynx Point-LP HD Audio Controller 
(rev 04)
  00:1c.0 PCI bridge: Intel Corporation Lynx Point-LP PCI Express Root Port 6 
(rev e4)
  00:1c.1 PCI bridge: Intel Corporation Lynx Point-LP PCI Express Root Port 3 
(rev e4)
  00:1d.0 USB controller: Intel Corporation Lynx Point-LP USB EHCI #1 (rev 04)
  00:1f.0 ISA bridge: Intel Corporation Lynx Point-LP LPC Controller (rev 04)
  00:1f.2 SATA controller: Intel Corporation Lynx Point-LP SATA Controller 1 
[AHCI mode] (rev 04)
  00:1f.3 SMBus: Intel Corporation Lynx Point-LP SMBus Controller (rev 04)
  02:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. Device 5227 
(rev 01)
  03:00.0 Network controller: Intel Corporation Wireless 7260 (rev 83)

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: xorg 1:7.7+1ubuntu6
  Uname: Linux 3.11.6-031106-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.12.5-0ubuntu2
  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: Wed Oct 23 00:07:55 2013
  DistUpgraded: Fresh install
  DistroCodename: saucy
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GpuHangFrequency: I don't know
  GraphicsCard:
   Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] 
(rev 09) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:2214]
  InstallationDate: Installed on 2013-10-22 (0 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MachineType: LENOVO 20AJA00P00
  MarkForUpload: True
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.6-031106-generic 
root=UUID=30382826-322c-4457-a4a7-e6852d23ed8c ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/02/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: GIET35WW (1.11 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20AJA00P00
  dmi.board.vendor: LENOVO
  dmi.board.version: 0B98405 STD
  

[Desktop-packages] [Bug 1263127] Re: hi-contract icons not visible

2013-12-28 Thread Marco Cimmino
Unluckily as I tried to explain many times to Canonical the problem are not 
icons, but the Qt themes (colors, styles, etc) are not picked up on a 32-bit 
binary running on 64-bit Ubuntu.
Icons are NOT a problem here. I am going to provide a very simple Qt code to 
demonstrate the issue.

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

Title:
  hi-contract icons not visible

Status in “gnome-icon-theme-symbolic” package in Ubuntu:
  New
Status in “skype” package in Ubuntu:
  New

Bug description:
  Unable to see the skype icon through the hi-contrast theme

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-icon-theme-symbolic/+bug/1263127/+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 1264713] [NEW] [Acer Aspire 5750-9668] Tapping top right of touchpad pastes undesirably

2013-12-28 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

1) lsb_release -rd
Description:Ubuntu Trusty Tahr (development branch)
Release:14.04

2) uname -a
Linux monikerpc 3.12.0-7-generic #15-Ubuntu SMP Sun Dec 8 23:39:27 UTC 2013 
x86_64 x86_64 x86_64 GNU/Linux

3) What is expected to happen is if one taps the top right of the
touchpad, it does not paste anything.

4) What happens instead is it consistently pastes. Unfortunately, there
are not settings exposed by the GUI in Applications Menu - Settings -
Mouse and Touchpad to adjust this. As well, this is despite in that menu
- tab Devices - checkbox Disable touchpad while typing is unchecked.
This is quite inconvenient as one could have their mouse towards the top
of the screen, scrolling with the touchpad and not notice things are
being pasted unintentionally. Hence, this functionality should be opt-
in, versus opt-out.

WORKAROUND: Change RTCornerButton=2 to 0 via:
synclient RTCornerButton=0

WORKAROUND: Ensure one does not accidentally use a clicking motion on
the top right of the touchpad when scrolling.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: linux-image-3.12.0-7-generic 3.12.0-7.15
ProcVersionSignature: Ubuntu 3.12.0-7.15-generic 3.12.4
Uname: Linux 3.12.0-7-generic x86_64
ApportVersion: 2.12.7-0ubuntu3
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  moniker1532 F pulseaudio
 /dev/snd/pcmC0D0p:   moniker1532 F...m pulseaudio
CurrentDesktop: XFCE
Date: Sat Dec 28 11:05:43 2013
HibernationDevice: RESUME=UUID=2acfb304-f013-4949-80e4-1ecdd0cb0632
InstallationDate: Installed on 2013-12-19 (9 days ago)
InstallationMedia: Xubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20131219)
MachineType: Acer Aspire 5750
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.12.0-7-generic 
root=UUID=83e7409a-0aa3-4a56-b32e-294c6722287f ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.12.0-7-generic N/A
 linux-backports-modules-3.12.0-7-generic  N/A
 linux-firmware1.117
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
WifiSyslog:

dmi.bios.date: 08/09/2012
dmi.bios.vendor: Acer
dmi.bios.version: V1.21
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: JE50_HR
dmi.board.vendor: Acer
dmi.board.version: Base Board Version
dmi.chassis.type: 10
dmi.chassis.vendor: Acer
dmi.chassis.version: V1.21
dmi.modalias: 
dmi:bvnAcer:bvrV1.21:bd08/09/2012:svnAcer:pnAspire5750:pvrV1.21:rvnAcer:rnJE50_HR:rvrBaseBoardVersion:cvnAcer:ct10:cvrV1.21:
dmi.product.name: Aspire 5750
dmi.product.version: V1.21
dmi.sys.vendor: Acer

** Affects: xserver-xorg-input-synaptics (Ubuntu)
 Importance: Low
 Status: Triaged


** Tags: amd64 apport-bug latest-bios-v1.21 trusty xubuntu
-- 
[Acer Aspire 5750-9668] Tapping top right of touchpad pastes undesirably
https://bugs.launchpad.net/bugs/1264713
You received this bug notification because you are a member of Desktop 
Packages, which is subscribed to xserver-xorg-input-synaptics 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 1264713] Re: [Acer Aspire 5750-9668] Tapping top right of touchpad pastes undesirably

2013-12-28 Thread Christopher M. Penalver
Changing to xserver-xorg-input-synaptics (Ubuntu) given the fix was
adjusting synclient. Please re-assign if this is the incorrect package.

** Description changed:

  1) lsb_release -rd
  Description:  Ubuntu Trusty Tahr (development branch)
  Release:  14.04
  
  2) uname -a
  Linux monikerpc 3.12.0-7-generic #15-Ubuntu SMP Sun Dec 8 23:39:27 UTC 2013 
x86_64 x86_64 x86_64 GNU/Linux
  
  3) What is expected to happen is if one taps the top right of the
  touchpad, it does not paste anything.
  
  4) What happens instead is it consistently pastes. Unfortunately, there
  are not settings exposed by the GUI in Applications Menu - Settings -
  Mouse and Touchpad to adjust this. As well, this is despite in that menu
  - tab Devices - checkbox Disable touchpad while typing is unchecked.
  This is quite inconvenient as one could have their mouse towards the top
  of the screen, scrolling with the touchpad and not notice things are
- being pasted unintentionally.
+ being pasted unintentionally. Hence, this functionality should be opt-
+ in, versus opt-out.
  
  WORKAROUND: Change RTCornerButton=2 to 0 via:
  synclient RTCornerButton=0
  
  WORKAROUND: Ensure one does not accidentally use a clicking motion on
  the top right of the touchpad when scrolling.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.12.0-7-generic 3.12.0-7.15
  ProcVersionSignature: Ubuntu 3.12.0-7.15-generic 3.12.4
  Uname: Linux 3.12.0-7-generic x86_64
  ApportVersion: 2.12.7-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  moniker1532 F pulseaudio
   /dev/snd/pcmC0D0p:   moniker1532 F...m pulseaudio
  CurrentDesktop: XFCE
  Date: Sat Dec 28 11:05:43 2013
  HibernationDevice: RESUME=UUID=2acfb304-f013-4949-80e4-1ecdd0cb0632
  InstallationDate: Installed on 2013-12-19 (9 days ago)
  InstallationMedia: Xubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20131219)
  MachineType: Acer Aspire 5750
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.12.0-7-generic 
root=UUID=83e7409a-0aa3-4a56-b32e-294c6722287f ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.12.0-7-generic N/A
   linux-backports-modules-3.12.0-7-generic  N/A
   linux-firmware1.117
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  WifiSyslog:
  
  dmi.bios.date: 08/09/2012
  dmi.bios.vendor: Acer
  dmi.bios.version: V1.21
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: JE50_HR
  dmi.board.vendor: Acer
  dmi.board.version: Base Board Version
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V1.21
  dmi.modalias: 
dmi:bvnAcer:bvrV1.21:bd08/09/2012:svnAcer:pnAspire5750:pvrV1.21:rvnAcer:rnJE50_HR:rvrBaseBoardVersion:cvnAcer:ct10:cvrV1.21:
  dmi.product.name: Aspire 5750
  dmi.product.version: V1.21
  dmi.sys.vendor: Acer

** Package changed: linux (Ubuntu) = xserver-xorg-input-synaptics
(Ubuntu)

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

Title:
  [Acer Aspire 5750-9668] Tapping top right of touchpad pastes
  undesirably

Status in “xserver-xorg-input-synaptics” package in Ubuntu:
  Triaged

Bug description:
  1) lsb_release -rd
  Description:  Ubuntu Trusty Tahr (development branch)
  Release:  14.04

  2) uname -a
  Linux monikerpc 3.12.0-7-generic #15-Ubuntu SMP Sun Dec 8 23:39:27 UTC 2013 
x86_64 x86_64 x86_64 GNU/Linux

  3) What is expected to happen is if one taps the top right of the
  touchpad, it does not paste anything.

  4) What happens instead is it consistently pastes. Unfortunately,
  there are not settings exposed by the GUI in Applications Menu -
  Settings - Mouse and Touchpad to adjust this. As well, this is
  despite in that menu - tab Devices - checkbox Disable touchpad while
  typing is unchecked. This is quite inconvenient as one could have
  their mouse towards the top of the screen, scrolling with the touchpad
  and not notice things are being pasted unintentionally. Hence, this
  functionality should be opt-in, versus opt-out.

  WORKAROUND: Change RTCornerButton=2 to 0 via:
  synclient RTCornerButton=0

  WORKAROUND: Ensure one does not accidentally use a clicking motion on
  the top right of the touchpad when scrolling.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.12.0-7-generic 3.12.0-7.15
  ProcVersionSignature: Ubuntu 3.12.0-7.15-generic 3.12.4
  Uname: Linux 3.12.0-7-generic x86_64
  ApportVersion: 2.12.7-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  moniker1532 F pulseaudio
   /dev/snd/pcmC0D0p:   moniker1532 F...m pulseaudio
  CurrentDesktop: XFCE
  Date: Sat Dec 28 11:05:43 2013
  HibernationDevice: 

[Desktop-packages] [Bug 1264713] Re: [Acer Aspire 5750-9668] Tapping top right of touchpad pastes undesirably

2013-12-28 Thread Christopher M. Penalver
** Description changed:

  1) lsb_release -rd
  Description:  Ubuntu Trusty Tahr (development branch)
  Release:  14.04
  
  2) uname -a
  Linux monikerpc 3.12.0-7-generic #15-Ubuntu SMP Sun Dec 8 23:39:27 UTC 2013 
x86_64 x86_64 x86_64 GNU/Linux
+ 
+ apt-cache policy xserver-xorg-input-synaptics
+ xserver-xorg-input-synaptics:
+   Installed: 1.7.1-0ubuntu1
+   Candidate: 1.7.1-0ubuntu1
+   Version table:
+  *** 1.7.1-0ubuntu1 0
+ 500 http://us.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
+ 100 /var/lib/dpkg/status
  
  3) What is expected to happen is if one taps the top right of the
  touchpad, it does not paste anything.
  
  4) What happens instead is it consistently pastes. Unfortunately, there
  are not settings exposed by the GUI in Applications Menu - Settings -
  Mouse and Touchpad to adjust this. As well, this is despite in that menu
  - tab Devices - checkbox Disable touchpad while typing is unchecked.
  This is quite inconvenient as one could have their mouse towards the top
  of the screen, scrolling with the touchpad and not notice things are
  being pasted unintentionally. Hence, this functionality should be opt-
  in, versus opt-out.
+ 
+ I: Bus=0011 Vendor=0002 Product=0007 Version=01b1
+ N: Name=SynPS/2 Synaptics TouchPad
+ P: Phys=isa0060/serio1/input0
+ S: Sysfs=/devices/platform/i8042/serio1/input/input8
+ U: Uniq=
+ H: Handlers=mouse0 event12 
+ B: PROP=9
+ B: EV=b
+ B: KEY=6420 3 0 0 0 0
+ B: ABS=26080001103
  
  WORKAROUND: Change RTCornerButton=2 to 0 via:
  synclient RTCornerButton=0
  
  WORKAROUND: Ensure one does not accidentally use a clicking motion on
  the top right of the touchpad when scrolling.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.12.0-7-generic 3.12.0-7.15
  ProcVersionSignature: Ubuntu 3.12.0-7.15-generic 3.12.4
  Uname: Linux 3.12.0-7-generic x86_64
  ApportVersion: 2.12.7-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  moniker1532 F pulseaudio
   /dev/snd/pcmC0D0p:   moniker1532 F...m pulseaudio
  CurrentDesktop: XFCE
  Date: Sat Dec 28 11:05:43 2013
  HibernationDevice: RESUME=UUID=2acfb304-f013-4949-80e4-1ecdd0cb0632
  InstallationDate: Installed on 2013-12-19 (9 days ago)
  InstallationMedia: Xubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20131219)
  MachineType: Acer Aspire 5750
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.12.0-7-generic 
root=UUID=83e7409a-0aa3-4a56-b32e-294c6722287f ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.12.0-7-generic N/A
   linux-backports-modules-3.12.0-7-generic  N/A
   linux-firmware1.117
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  WifiSyslog:
  
  dmi.bios.date: 08/09/2012
  dmi.bios.vendor: Acer
  dmi.bios.version: V1.21
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: JE50_HR
  dmi.board.vendor: Acer
  dmi.board.version: Base Board Version
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V1.21
  dmi.modalias: 
dmi:bvnAcer:bvrV1.21:bd08/09/2012:svnAcer:pnAspire5750:pvrV1.21:rvnAcer:rnJE50_HR:rvrBaseBoardVersion:cvnAcer:ct10:cvrV1.21:
  dmi.product.name: Aspire 5750
  dmi.product.version: V1.21
  dmi.sys.vendor: Acer

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

Title:
  [Acer Aspire 5750-9668] Tapping top right of touchpad pastes
  undesirably

Status in “xserver-xorg-input-synaptics” package in Ubuntu:
  Triaged

Bug description:
  1) lsb_release -rd
  Description:  Ubuntu Trusty Tahr (development branch)
  Release:  14.04

  2) uname -a
  Linux monikerpc 3.12.0-7-generic #15-Ubuntu SMP Sun Dec 8 23:39:27 UTC 2013 
x86_64 x86_64 x86_64 GNU/Linux

  apt-cache policy xserver-xorg-input-synaptics
  xserver-xorg-input-synaptics:
Installed: 1.7.1-0ubuntu1
Candidate: 1.7.1-0ubuntu1
Version table:
   *** 1.7.1-0ubuntu1 0
  500 http://us.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
  100 /var/lib/dpkg/status

  3) What is expected to happen is if one taps the top right of the
  touchpad, it does not paste anything.

  4) What happens instead is it consistently pastes. Unfortunately,
  there are not settings exposed by the GUI in Applications Menu -
  Settings - Mouse and Touchpad to adjust this. As well, this is
  despite in that menu - tab Devices - checkbox Disable touchpad while
  typing is unchecked. This is quite inconvenient as one could have
  their mouse towards the top of the screen, scrolling with the touchpad
  and not notice things are being pasted unintentionally. Hence, this
  functionality should be opt-in, versus opt-out.

  I: Bus=0011 Vendor=0002 Product=0007 Version=01b1
  N: Name=SynPS/2 Synaptics TouchPad
  P: 

[Desktop-packages] [Bug 35643] Re: Disabling subtitles hangs Totem

2013-12-28 Thread micred
Still present on 13.10

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

Title:
  Disabling subtitles hangs Totem

Status in Totem Movie Player:
  Fix Released
Status in “gst-plugins-base0.10” package in Ubuntu:
  Fix Released

Bug description:
  I'm using Totem 1.4.0-0ubuntu2 on Dapper, with the default Gstreamer
  backend.

  When I play an AVI file, the associated SRT subtitles play
  automatically. When I disable the subtitles with View  Subtitles 
  None, Totem crashes.

  However, it doesn't crash immediately. The video keeps playing, but
  the rest of the interface is unresponsive (the slider stops moving,
  time doesn't update, buttons don't highlight, etc.)

  In this unresponsive state, one more subtitle is shown. When it is
  time for that subtitle to disappear, Totem shows an Internal data
  flow error. and stops playing the video. At this point I can't do
  anything except close Totem.

  This problem doesn't occur with the Xine backend.

To manage notifications about this bug go to:
https://bugs.launchpad.net/totem/+bug/35643/+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 1261301] Re: Double nm-applet icon in system tray (lxde)

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

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

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

Title:
  Double nm-applet icon in system tray (lxde)

Status in “network-manager-applet” package in Ubuntu:
  Confirmed

Bug description:
  Installed clean 14.04 on toshiba ac100 netbook (tegra2 based).
  After installation I have two icons of nm-applet in system tray.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: network-manager-gnome 0.9.8.0-1ubuntu6
  Uname: Linux 3.1.10-6-ac100 armv7l
  ApportVersion: 2.12.7-0ubuntu2
  Architecture: armhf
  CRDA: Error: [Errno 2] No such file or directory: 'iw'
  CurrentDesktop: LXDE
  Date: Mon Dec 16 11:49:43 2013
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   # Include files from /etc/network/interfaces.d:
   source-directory /etc/network/interfaces.d
  IpRoute:
   default via 10.0.2.1 dev wlan0  proto static 
   10.0.2.0/24 dev wlan0  proto kernel  scope link  src 10.0.2.2  metric 9
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  PciNetwork:
   
  SourcePackage: network-manager-applet
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-con:
   NAME  UUID   TYPE
  TIMESTAMPTIMESTAMP-REAL AUTOCONNECT   READONLY   
DBUS-PATH 
   macbooknet805db024-c88c-45c3-b523-39994f3b6ac7   
802-11-wireless   1387179995   Пн. 16 дек. 2013 11:46:35  yes   
no /org/freedesktop/NetworkManager/Settings/1
   stuwhome  70785e55-2770-49ff-aeb0-62cdbb667e86   
802-11-wireless   1387133892   Вс. 15 дек. 2013 22:58:12  yes   
no /org/freedesktop/NetworkManager/Settings/0
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH 
 
   wlan0  802-11-wireless   connected 
/org/freedesktop/NetworkManager/Devices/0
  nmcli-nm:
   RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   
WIFI   WWAN-HARDWARE   WWAN  
   running 0.9.8.4connected   enabled   enabled 
enabledenabled disabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/1261301/+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 1264100] Re: Ubuntu 12.04 Nautilus view preferences not working

2013-12-28 Thread LaunchPadGirl
Chris I'm not using 12.04 anymore I installed 13.10...

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

Title:
  Ubuntu 12.04 Nautilus view preferences not working

Status in “nautilus” package in Ubuntu:
  Incomplete

Bug description:
  Ubuntu 12.04 x64, when opening the Natuilus preferences for View many
  of the options are not working.

  I've only been able to make Natuilus change the icon sizes or style
  one time when I first tried this on a clean, new install of 12.04,
  after making one change to increase the size of the icon view from
  100% to 150%, then none of the view options under the preferences
  would work again, they only worked one time...

  The only way I can change the icons and size now is under the View
  section of the menu, under the Edit - Preferences they no longer work

  Here are the steps;

  1. Edit - Preferences - Views

  2. Default View - View New folders using; Drop down for the 3 choices
  not working

  3. Icon View Defaults - Default zoom level; Doesn't change icon sizes

  4. Compact View Defaults - Default zoom level; Doesn't change icon
  sizes

  5. List View Defaults; Default zoom level; Doesn't change icon sizes

  SORRY ubuntu-bug linux was not run on this bug report, but you can
  collect the information for my box from this bug report that I did run
  it on;

  https://bugs.launchpad.net/ubuntu/+source/linux-lts-
  raring/+bug/1264104

  I forgot to mention if I play with Nautilus long enough it will cause
  a popup to appear saying there was a problem with Ubuntu and asking if
  I'd like to make a report and then locking the desktop up!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1264100/+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 1245245] Re: MMIO write FAULT

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

** Changed in: xserver-xorg-video-nouveau (Ubuntu)
   Status: New = Confirmed

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

Title:
  MMIO write FAULT

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

Bug description:
  Hi there,

  I'm not sure if I am right here.  I installed ubuntu 13.10 i had mint
  for a while now (1,5 years), but now this happens:

  When I use unity, it sometime crashes, so the system really stays,
  there is nothing more able to to.

  I will give you a dmesg, please check if it could help you.  Of course
  this is before the sytsem realy gives up, but I hope that can help.

  Is there any ppa to try for a newer version?

  Thanks

  my dmesg:

  http://ubuntuone.com/3ris30VkDHx2WSzo2VGhcZ

  Thanks,
  Martin

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/1245245/+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 1234529] Re: Crash when adding first location to list (indicator-weather crashed with ValueError in ok(): None is not in list)

2013-12-28 Thread rafi leshem
** Patch removed: lp1234529.patch
   
https://bugs.launchpad.net/weather-indicator/+bug/1234529/+attachment/3858578/+files/lp1234529.patch

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

Title:
  Crash when adding first location to list (indicator-weather crashed
  with ValueError in ok(): None is not in list)

Status in Indicator-Weather:
  Fix Committed
Status in “indicator-weather” package in Ubuntu:
  Confirmed

Bug description:
  Started indicator-weather for the first time; entered location and
  changed wind speed unit to m/s. Repeatable.

  ProblemType: Crash
  DistroRelease: Ubuntu 13.10
  Package: indicator-weather 13.7.1 [origin: LP-PPA-weather-indicator-team]
  ProcVersionSignature: Ubuntu 3.11.0-11.17-generic 3.11.3
  Uname: Linux 3.11.0-11-generic x86_64
  ApportVersion: 2.12.5-0ubuntu1
  Architecture: amd64
  CrashDB: indicator_weather
  Date: Thu Oct  3 08:26:50 2013
  ExecutablePath: /usr/bin/indicator-weather
  InstallationDate: Installed on 2013-09-29 (3 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Beta amd64+mac 
(20130925.1)
  InterpreterPath: /usr/bin/python2.7
  MarkForUpload: True
  PackageArchitecture: all
  ProcCmdline: /usr/bin/python /usr/bin/indicator-weather
  PythonArgs: ['/usr/bin/indicator-weather']
  SourcePackage: indicator-weather
  ThirdParty: True
  Title: indicator-weather crashed with ValueError in ok(): None is not in list
  Traceback:
   Traceback (most recent call last):
 File /usr/bin/indicator-weather, line 2552, in ok
   wi.placechosen = wi.places.index(wi.place)
   ValueError: None is not in list
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip fuse lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/weather-indicator/+bug/1234529/+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 1046088] Re: No Brightness Control on ASUS G75VW Notbook (304.43)

2013-12-28 Thread LaunchPadGirl
Ok new report;

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1264751

Thanks Chris

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

Title:
  No Brightness Control on ASUS G75VW Notbook (304.43)

Status in “linux” package in Ubuntu:
  Incomplete
Status in “nvidia-graphics-drivers-updates” package in Ubuntu:
  Invalid

Bug description:
  I've got no brightness control via Fn+F5 and Fn+F6 keys on my 17 ASUS
  G75VW notbeook with NVIDIA GeForce 660M GTX.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: nvidia-current-updates 304.43-0ubuntu2
  ProcVersionSignature: Ubuntu 3.5.0-13.14-generic 3.5.3
  Uname: Linux 3.5.0-13-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: 
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  304.43  Sun Aug 19 20:14:03 
PDT 2012
   GCC version:  gcc version 4.7.1 20120814 (prerelease) (Ubuntu/Linaro 
4.7.1-7ubuntu1)
  .proc.driver.nvidia.warnings.fbdev:
   Your system is not currently configured to drive a VGA console
   on the primary VGA device. The NVIDIA Linux graphics driver
   requires the use of a text-mode VGA console. Use of other console
   drivers including, but not limited to, vesafb, may result in
   corruption and stability problems, and is not supported.
  ApportVersion: 2.5.1-0ubuntu4
  Architecture: amd64
  Date: Tue Sep  4 18:01:08 2012
  DistUpgraded: Fresh install
  DistroCodename: quantal
  DistroVariant: ubuntu
  DkmsStatus:
   nvidia_bl, 0.17.3, 3.5.0-13-generic, x86_64: installed
   nvidiabl, 0.74, 3.5.0-13-generic, x86_64: installed
   nvidia-current-updates, 304.43, 3.5.0-13-generic, x86_64: installed
  GraphicsCard:
   NVIDIA Corporation Device [10de:0fd4] (rev a1) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Device [1043:2115]
  MachineType: ASUSTeK COMPUTER INC. G75VW
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-13-generic 
root=UUID=f6cc8053-9e10-45af-bab8-837d00dec017 ro quiet splash vt.handoff=7
  SourcePackage: nvidia-graphics-drivers-updates
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/15/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: G75VW.210
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: G75VW
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrG75VW.210:bd06/15/2012:svnASUSTeKCOMPUTERINC.:pnG75VW:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnG75VW:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: G75VW
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  version.compiz: compiz 1:0.9.8.0-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.38-0ubuntu2
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.0~git20120821.c1114c61-0ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.0~git20120821.c1114c61-0ubuntu2
  version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.12.99.905-0ubuntu3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.99.99~git20120713.6ef1ad6a-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.20.3-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.1-4~ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1046088/+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 550746] Re: Lenovo Y550 laptop synaptics touchpad - multitouch not working

2013-12-28 Thread RussianNeuroMancer
*** This bug is a duplicate of bug 308191 ***
https://bugs.launchpad.net/bugs/308191

** Attachment removed: Dmesg without flood messages.
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/550746/+attachment/1249419/+files/dmesg.txt

** Attachment removed: xkbcomp.txt
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/550746/+attachment/1249410/+files/xkbcomp.txt

** Attachment removed: xdpyinfo.txt
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/550746/+attachment/1249409/+files/xdpyinfo.txt

** Attachment removed: setxkbmap.txt
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/550746/+attachment/1249408/+files/setxkbmap.txt

** Attachment removed: glxinfo.txt
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/550746/+attachment/1249407/+files/glxinfo.txt

** Attachment removed: Xrandr.txt
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/550746/+attachment/1249406/+files/Xrandr.txt

** Attachment removed: XorgLogOld.txt
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/550746/+attachment/1249405/+files/XorgLogOld.txt

** Attachment removed: XorgLog.txt
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/550746/+attachment/1249404/+files/XorgLog.txt

** Attachment removed: XorgConf.txt
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/550746/+attachment/1249403/+files/XorgConf.txt

** Attachment removed: UdevLog.txt
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/550746/+attachment/1249402/+files/UdevLog.txt

** Attachment removed: UdevDb.txt
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/550746/+attachment/1249401/+files/UdevDb.txt

** Attachment removed: RelatedPackageVersions.txt
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/550746/+attachment/1249400/+files/RelatedPackageVersions.txt

** Attachment removed: ProcModules.txt
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/550746/+attachment/1249399/+files/ProcModules.txt

** Attachment removed: ProcInterrupts.txt
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/550746/+attachment/1249398/+files/ProcInterrupts.txt

** Attachment removed: ProcCpuinfo.txt
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/550746/+attachment/1249397/+files/ProcCpuinfo.txt

** Attachment removed: PciDisplay.txt
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/550746/+attachment/1249396/+files/PciDisplay.txt

** Attachment removed: Lsusb.txt
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/550746/+attachment/1249395/+files/Lsusb.txt

** Attachment removed: Lspci.txt
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/550746/+attachment/1249394/+files/Lspci.txt

** Attachment removed: Dependencies.txt
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/550746/+attachment/1249393/+files/Dependencies.txt

** Attachment removed: CurrentDmesg.txt
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/550746/+attachment/1249392/+files/CurrentDmesg.txt

** Attachment removed: BootDmesg.txt
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/550746/+attachment/1249391/+files/BootDmesg.txt

** Description changed:

  Binary package hint: xserver-xorg-input-synaptics
  
  Lenovo Y550 laptop have synaptics touchpad with multitouch feature, but
  this feature not working with xserver-xorg-input-synaptics.
- 
- ProblemType: Bug
- DistroRelease: Ubuntu 10.04
- Package: xserver-xorg-input-synaptics 1.2.0-3ubuntu2
- ProcVersionSignature: Ubuntu 2.6.32-17.26-generic 2.6.32.10+drm33.1
- Uname: Linux 2.6.32-17-generic x86_64
- Architecture: amd64
- Date: Mon Mar 29 17:07:23 2010
- DkmsStatus: Error: [Errno 2] Нет такого файла или каталога
- InstallationMedia: Error: [Errno 13] Отказано в доступе: 
'/var/log/installer/media-info'
- MachineType: LENOVO 20017
- ProcCmdLine: BOOT_IMAGE=/vmlinuz-2.6.32-17-generic 
root=UUID=3312396f-d048-4888-ad00-71ab21db6e27 ro quiet splash
- ProcEnviron:
-  LANGUAGE=ru_RU:ru:en_GB:en
-  LANG=ru_RU.UTF-8
-  SHELL=/bin/bash
- SourcePackage: xserver-xorg-input-synaptics
- dmi.bios.date: 10/11/2009
- dmi.bios.vendor: LENOVO
- dmi.bios.version: 15CN32WW(V2.05)
- dmi.board.name: KIWB1
- dmi.board.vendor: LENOVO
- dmi.board.version: REFERENCE
- dmi.chassis.asset.tag: No Asset Tag
- dmi.chassis.type: 10
- dmi.chassis.vendor: No Enclosure
- dmi.chassis.version: N/A
- dmi.modalias: 
dmi:bvnLENOVO:bvr15CN32WW(V2.05):bd10/11/2009:svnLENOVO:pn20017:pvrLenovoIdeaPadY550:rvnLENOVO:rnKIWB1:rvrREFERENCE:cvnNoEnclosure:ct10:cvrN/A:
- dmi.product.name: 20017

[Desktop-packages] [Bug 1263127] Re: hi-contract icons not visible

2013-12-28 Thread Marco Cimmino
Ok I found the package needed, this command fixes the issue:
sudo apt-get install libgtk2.0-0:i386

It pulls a lot of 32-bit libraries and then Skype can get the proper
themes and colors, included high contrast ones. I am not sure if there
is a smaller subset of libraries needed, but this is what I found to fix
the issue.

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

Title:
  hi-contract icons not visible

Status in “gnome-icon-theme-symbolic” package in Ubuntu:
  New
Status in “skype” package in Ubuntu:
  New

Bug description:
  Unable to see the skype icon through the hi-contrast theme

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-icon-theme-symbolic/+bug/1263127/+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 1264754] [NEW] YouTube tab fails to load, tab dies

2013-12-28 Thread Alan Pope ㋛
Public bug reported:

I created a new chromium profile by removing .config/chromium and started the 
browser.
Visit youtube.com then click anything, no response, and eventually the tab dies.

Attached chrome_debug.log

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: chromium-browser 31.0.1650.63-0ubuntu0.13.10.1~20131204.1
Uname: Linux 3.12.0-031200-generic x86_64
ApportVersion: 2.12.5-0ubuntu2.2
Architecture: amd64
Date: Sat Dec 28 22:23:05 2013
Desktop-Session:
 DESKTOP_SESSION = ubuntu
 XDG_CONFIG_DIRS = /etc/xdg/xdg-ubuntu:/usr/share/upstart/xdg:/etc/xdg
 XDG_DATA_DIRS = 
/usr/share/ubuntu:/usr/share/gnome:/usr/local/share/:/usr/share/
EcryptfsInUse: Yes
Env:
 MOZ_PLUGIN_PATH = None
 LD_LIBRARY_PATH = None
InstallationDate: Installed on 2012-06-29 (547 days ago)
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
MarkForUpload: True
SourcePackage: chromium-browser
UpgradeStatus: Upgraded to saucy on 2013-07-12 (169 days ago)
chromium-default: CHROMIUM_FLAGS=
gconf-keys: /desktop/gnome/applications/browser/exec = 
b'/usr/bin/chromium-browser\n'/desktop/gnome/url-handlers/https/command = 
b'/usr/bin/chromium-browser %s\n'/desktop/gnome/url-handlers/https/enabled = 
b'true\n'/desktop/gnome/url-handlers/http/command = b'/usr/bin/chromium-browser 
%s\n'/desktop/gnome/url-handlers/http/enabled = 
b'true\n'/desktop/gnome/session/required_components/windowmanager = 
b''/apps/metacity/general/compositing_manager = 
b''/desktop/gnome/interface/icon_theme = 
b'ubuntu-mono-dark\n'/desktop/gnome/interface/gtk_theme = b'Ambiance\n'

** Affects: chromium-browser
 Importance: Unknown
 Status: Unknown

** Affects: chromium-browser (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug saucy

** Attachment added: chrome_debug.log
   
https://bugs.launchpad.net/bugs/1264754/+attachment/3937070/+files/chrome_debug.log

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

Title:
  YouTube tab fails to load, tab dies

Status in Chromium Browser:
  Unknown
Status in “chromium-browser” package in Ubuntu:
  New

Bug description:
  I created a new chromium profile by removing .config/chromium and started the 
browser.
  Visit youtube.com then click anything, no response, and eventually the tab 
dies.

  Attached chrome_debug.log

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: chromium-browser 31.0.1650.63-0ubuntu0.13.10.1~20131204.1
  Uname: Linux 3.12.0-031200-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  Date: Sat Dec 28 22:23:05 2013
  Desktop-Session:
   DESKTOP_SESSION = ubuntu
   XDG_CONFIG_DIRS = /etc/xdg/xdg-ubuntu:/usr/share/upstart/xdg:/etc/xdg
   XDG_DATA_DIRS = 
/usr/share/ubuntu:/usr/share/gnome:/usr/local/share/:/usr/share/
  EcryptfsInUse: Yes
  Env:
   MOZ_PLUGIN_PATH = None
   LD_LIBRARY_PATH = None
  InstallationDate: Installed on 2012-06-29 (547 days ago)
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  MarkForUpload: True
  SourcePackage: chromium-browser
  UpgradeStatus: Upgraded to saucy on 2013-07-12 (169 days ago)
  chromium-default: CHROMIUM_FLAGS=
  gconf-keys: /desktop/gnome/applications/browser/exec = 
b'/usr/bin/chromium-browser\n'/desktop/gnome/url-handlers/https/command = 
b'/usr/bin/chromium-browser %s\n'/desktop/gnome/url-handlers/https/enabled = 
b'true\n'/desktop/gnome/url-handlers/http/command = b'/usr/bin/chromium-browser 
%s\n'/desktop/gnome/url-handlers/http/enabled = 
b'true\n'/desktop/gnome/session/required_components/windowmanager = 
b''/apps/metacity/general/compositing_manager = 
b''/desktop/gnome/interface/icon_theme = 
b'ubuntu-mono-dark\n'/desktop/gnome/interface/gtk_theme = b'Ambiance\n'

To manage notifications about this bug go to:
https://bugs.launchpad.net/chromium-browser/+bug/1264754/+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 1264754] Re: YouTube tab fails to load, tab dies

2013-12-28 Thread Alan Pope ㋛
** Bug watch added: code.google.com/p/chromium/issues #330950
   http://code.google.com/p/chromium/issues/detail?id=330950

** Also affects: chromium-browser via
   http://code.google.com/p/chromium/issues/detail?id=330950
   Importance: Unknown
   Status: Unknown

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

Title:
  YouTube tab fails to load, tab dies

Status in Chromium Browser:
  Unknown
Status in “chromium-browser” package in Ubuntu:
  New

Bug description:
  I created a new chromium profile by removing .config/chromium and started the 
browser.
  Visit youtube.com then click anything, no response, and eventually the tab 
dies.

  Attached chrome_debug.log

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: chromium-browser 31.0.1650.63-0ubuntu0.13.10.1~20131204.1
  Uname: Linux 3.12.0-031200-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  Date: Sat Dec 28 22:23:05 2013
  Desktop-Session:
   DESKTOP_SESSION = ubuntu
   XDG_CONFIG_DIRS = /etc/xdg/xdg-ubuntu:/usr/share/upstart/xdg:/etc/xdg
   XDG_DATA_DIRS = 
/usr/share/ubuntu:/usr/share/gnome:/usr/local/share/:/usr/share/
  EcryptfsInUse: Yes
  Env:
   MOZ_PLUGIN_PATH = None
   LD_LIBRARY_PATH = None
  InstallationDate: Installed on 2012-06-29 (547 days ago)
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  MarkForUpload: True
  SourcePackage: chromium-browser
  UpgradeStatus: Upgraded to saucy on 2013-07-12 (169 days ago)
  chromium-default: CHROMIUM_FLAGS=
  gconf-keys: /desktop/gnome/applications/browser/exec = 
b'/usr/bin/chromium-browser\n'/desktop/gnome/url-handlers/https/command = 
b'/usr/bin/chromium-browser %s\n'/desktop/gnome/url-handlers/https/enabled = 
b'true\n'/desktop/gnome/url-handlers/http/command = b'/usr/bin/chromium-browser 
%s\n'/desktop/gnome/url-handlers/http/enabled = 
b'true\n'/desktop/gnome/session/required_components/windowmanager = 
b''/apps/metacity/general/compositing_manager = 
b''/desktop/gnome/interface/icon_theme = 
b'ubuntu-mono-dark\n'/desktop/gnome/interface/gtk_theme = b'Ambiance\n'

To manage notifications about this bug go to:
https://bugs.launchpad.net/chromium-browser/+bug/1264754/+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 1264756] [NEW] TypeError: Type str doesn't support the buffer API

2013-12-28 Thread Alan Pope ㋛
Public bug reported:

When filing a bug (bug 1264754) against chromium using ubuntu-bug
chromium-browser and I got this error in the bug report:-

https://bugs.launchpad.net/chromium-
browser/+bug/1264754/+attachment/3937075/+files/HookError_chromium_browser.txt

Traceback (most recent call last):
  File /usr/lib/python3/dist-packages/apport/report.py, line 197, in _run_hook
symb['add_info'](report, ui)
  File /usr/share/apport/package-hooks/chromium-browser.py, line 253, in 
add_info
for line in script.communicate()[0].split(\n):  # to str. Size bounded by 
dmesg buffer.
TypeError: Type str doesn't support the buffer API

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: python3-apport 2.12.5-0ubuntu2.2
Uname: Linux 3.12.0-031200-generic x86_64
ApportVersion: 2.12.5-0ubuntu2.2
Architecture: amd64
CrashReports:
 640:1000:114:1387281:2013-12-26 21:53:30.862467050 +:2013-12-26 
21:53:31.862467050 +:/var/crash/_usr_bin_pulseaudio.1000.crash
 640:1000:114:4646086:2013-12-27 09:59:06.032582998 +:2013-12-27 
09:59:07.032582998 +:/var/crash/_usr_bin_gnome-control-center.1000.crash
 640:1000:114:24784:2013-12-26 21:03:19.070573568 +:2013-12-26 
21:03:20.070573568 +:/var/crash/_usr_bin_bluez-simple-agent.1000.crash
 640:1000:114:24097657:2013-12-27 11:27:38.688395023 +:2013-12-27 
11:27:39.688395023 
+:/var/crash/_opt_spotify_spotify-client_spotify.1000.crash
 640:1000:114:66538142:2013-12-28 21:56:33.319020509 +:2013-12-28 
21:56:34.319020509 +:/var/crash/_usr_bin_shutter.1000.crash
Date: Sat Dec 28 22:49:39 2013
EcryptfsInUse: Yes
InstallationDate: Installed on 2012-06-29 (547 days ago)
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: apport
UpgradeStatus: Upgraded to saucy on 2013-07-12 (169 days ago)

** Affects: apport (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 apport in Ubuntu.
https://bugs.launchpad.net/bugs/1264756

Title:
  TypeError: Type str doesn't support the buffer API

Status in “apport” package in Ubuntu:
  New

Bug description:
  When filing a bug (bug 1264754) against chromium using ubuntu-bug
  chromium-browser and I got this error in the bug report:-

  https://bugs.launchpad.net/chromium-
  browser/+bug/1264754/+attachment/3937075/+files/HookError_chromium_browser.txt

  Traceback (most recent call last):
File /usr/lib/python3/dist-packages/apport/report.py, line 197, in 
_run_hook
  symb['add_info'](report, ui)
File /usr/share/apport/package-hooks/chromium-browser.py, line 253, in 
add_info
  for line in script.communicate()[0].split(\n):  # to str. Size bounded 
by dmesg buffer.
  TypeError: Type str doesn't support the buffer API

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: python3-apport 2.12.5-0ubuntu2.2
  Uname: Linux 3.12.0-031200-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  CrashReports:
   640:1000:114:1387281:2013-12-26 21:53:30.862467050 +:2013-12-26 
21:53:31.862467050 +:/var/crash/_usr_bin_pulseaudio.1000.crash
   640:1000:114:4646086:2013-12-27 09:59:06.032582998 +:2013-12-27 
09:59:07.032582998 +:/var/crash/_usr_bin_gnome-control-center.1000.crash
   640:1000:114:24784:2013-12-26 21:03:19.070573568 +:2013-12-26 
21:03:20.070573568 +:/var/crash/_usr_bin_bluez-simple-agent.1000.crash
   640:1000:114:24097657:2013-12-27 11:27:38.688395023 +:2013-12-27 
11:27:39.688395023 
+:/var/crash/_opt_spotify_spotify-client_spotify.1000.crash
   640:1000:114:66538142:2013-12-28 21:56:33.319020509 +:2013-12-28 
21:56:34.319020509 +:/var/crash/_usr_bin_shutter.1000.crash
  Date: Sat Dec 28 22:49:39 2013
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2012-06-29 (547 days ago)
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: apport
  UpgradeStatus: Upgraded to saucy on 2013-07-12 (169 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1264756/+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 1264757] Re: [901, Realtek ALC269, Speaker, Internal] Pulseaudio fails to detect card

2013-12-28 Thread guillaume ramelet
Tried to boot a liveDVD. Pulse config is identical and sounds work ! 
It is not hardware related, it is not linked to /etc/pulse content (unchanged)
Maybe some kernel options , but this pc has got some sounds with ubuntu since 
9.04...

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

Title:
  [901, Realtek ALC269, Speaker, Internal] Pulseaudio fails to detect
  card

Status in “pulseaudio” package in Ubuntu:
  New

Bug description:
  output of alsa-info :

  upload=truescript=truecardinfo=
  !!
  !!ALSA Information Script v 0.4.62
  !!

  !!Script ran on: Mon Dec 23 20:33:47 UTC 2013

  
  !!Linux Distribution
  !!--

  Ubuntu 13.10 \n \l DISTRIB_ID=Ubuntu DISTRIB_DESCRIPTION=Ubuntu
  13.10 NAME=Ubuntu ID=ubuntu ID_LIKE=debian PRETTY_NAME=Ubuntu
  13.10 HOME_URL=http://www.ubuntu.com/;
  SUPPORT_URL=http://help.ubuntu.com/;
  BUG_REPORT_URL=http://bugs.launchpad.net/ubuntu/;

  
  !!DMI Information
  !!---

  Manufacturer:  ASUSTeK Computer INC.
  Product Name:  901
  Product Version:   x.x
  Firmware Version:  2103   

  
  !!Kernel Information
  !!--

  Kernel release:3.11.0-14-generic
  Operating System:  GNU/Linux
  Architecture:  i686
  Processor: i686
  SMP Enabled:   Yes

  
  !!ALSA Version
  !!

  Driver version: k3.11.0-14-generic
  Library version:1.0.27.2
  Utilities version:  1.0.27.1

  
  !!Loaded ALSA modules
  !!---

  snd_hda_intel

  
  !!Sound Servers on this system
  !!

  Pulseaudio:
Installed - Yes (/usr/bin/pulseaudio)
Running - Yes

  
  !!Soundcards recognised by ALSA
  !!-

   0 [Intel  ]: HDA-Intel - HDA Intel
HDA Intel at 0xf7eb8000 irq 45

  
  !!PCI Soundcards installed in the system
  !!--

  00:1b.0 Audio device: Intel Corporation NM10/ICH7 Family High
  Definition Audio Controller (rev 02)

  
  !!Advanced information - PCI Vendor/Device/Subsystem ID's
  !!---

  00:1b.0 0403: 8086:27d8 (rev 02)
Subsystem: 1043:831a

  
  !!Modprobe options (Sound related)
  !!

  snd_atiixp_modem: index=-2
  snd_intel8x0m: index=-2
  snd_via82xx_modem: index=-2
  snd_usb_audio: index=-2
  snd_usb_caiaq: index=-2
  snd_usb_ua101: index=-2
  snd_usb_us122l: index=-2
  snd_usb_usx2y: index=-2
  snd_cmipci: mpu_port=0x330 fm_port=0x388
  snd_pcsp: index=-2
  snd_usb_audio: index=-2

  
  !!Loaded sound module options
  !!---

  !!Module: snd_hda_intel
align_buffer_size : -1
bdl_pos_adj : 
1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
beep_mode : 
N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N
enable : Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y
enable_msi : -1
id : 
(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null)
index : 
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
jackpoll_ms : 
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
model : 
(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null)
patch : 
(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null)
position_fix : 
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
power_save : 1
power_save_controller : Y
probe_mask : 
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
probe_only : 
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
single_cmd : N
snoop : Y

  
  !!HDA-Intel Codec information
  !!---
  --startcollapse--

  Codec: Realtek ALC269
  Address: 0
  AFG Function Id: 0x1 (unsol 1)
  Vendor Id: 0x10ec0269
  Subsystem Id: 0x1043831a
  Revision Id: 0x14
  No Modem Function Group found
  Default PCM:
  rates [0x5f0]: 32000 44100 48000 88200 96000 192000
  bits [0xe]: 16 20 24
  formats [0x1]: PCM
  Default Amp-In caps: N/A
  Default Amp-Out caps: N/A
  State of AFG 

[Desktop-packages] [Bug 1264758] [NEW] Windows leave trails upon exit from fullscreen

2013-12-28 Thread returningshadow
Public bug reported:

When a user leaves a fullscreen application, it leaves a trail on the
screen temporarily. A screenshot of this issue is provided.

Steps to reproduce:

1. Open application.
2. Make application fullscreen (this bug has an affinity for occuring with 
windows that are snapped to one side or snapped to the top)
3. Leave fullscreen (instantly leaving fullscreen may not work, and you may 
have to leave the program in fullscreen for a period of time before this bug 
will appear)

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: xorg 1:7.7+1ubuntu6
ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
Uname: Linux 3.11.0-14-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.12.5-0ubuntu2.2
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
Date: Sun Dec 29 12:00:13 2013
DistUpgraded: Fresh install
DistroCodename: saucy
DistroVariant: ubuntu
DkmsStatus:
 bbswitch, 0.7, 3.11.0-14-generic, x86_64: installed
 nvidia-319, 319.32, 3.11.0-14-generic, x86_64: installed
ExtraDebuggingInterest: Yes
GraphicsCard:
 Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] (rev 
09) (prog-if 00 [VGA controller])
   Subsystem: Lenovo Device [17aa:21f5]
 NVIDIA Corporation GF108M [NVS 5400M] [10de:0def] (rev ff) (prog-if ff)
InstallationDate: Installed on 2013-12-21 (7 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 (20131016.1)
MachineType: LENOVO 2359CTO
MarkForUpload: True
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-14-generic.efi.signed 
root=UUID=af0a86f6-db51-4486-b708-cfd54fe9cc32 ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 10/17/2013
dmi.bios.vendor: LENOVO
dmi.bios.version: G4ET97WW (2.57 )
dmi.board.asset.tag: Not Available
dmi.board.name: 2359CTO
dmi.board.vendor: LENOVO
dmi.board.version: Win8 STD DPK TPG
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvrG4ET97WW(2.57):bd10/17/2013:svnLENOVO:pn2359CTO:pvrThinkPadT530:rvnLENOVO:rn2359CTO:rvrWin8STDDPKTPG:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 2359CTO
dmi.product.version: ThinkPad T530
dmi.sys.vendor: LENOVO
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 Dec 29 09:39:28 2013
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id4589 
 vendor AUO
xserver.version: 2:1.14.3-3ubuntu2

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


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

** Attachment added: example of bug occuring
   
https://bugs.launchpad.net/bugs/1264758/+attachment/3937094/+files/Screenshot%20from%202013-12-29%2011%3A57%3A57.png

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

Title:
  Windows leave trails upon exit from fullscreen

Status in “xorg” package in Ubuntu:
  New

Bug description:
  When a user leaves a fullscreen application, it leaves a trail on the
  screen temporarily. A screenshot of this issue is provided.

  Steps to reproduce:

  1. Open application.
  2. Make application fullscreen (this bug has an affinity for occuring with 
windows that are snapped to one side or snapped to the top)
  3. Leave fullscreen (instantly leaving fullscreen may not work, and you may 
have to leave the program in fullscreen for a period of time before this bug 
will appear)

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: xorg 1:7.7+1ubuntu6
  ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
  Uname: Linux 3.11.0-14-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  

[Desktop-packages] [Bug 1263128] Re: Skype is hidden under technical items in USC when installed from deb downloaded from skype

2013-12-28 Thread Marco Cimmino
** Attachment added: Ubuntu Software Center after Skype has been installed via 
Skype debian package
   
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1263128/+attachment/3937083/+files/01-ubuntu_software_center_after_skype_installed.png

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

Title:
  Skype is hidden under technical items in USC when installed from deb
  downloaded from skype

Status in “software-center” package in Ubuntu:
  Confirmed

Bug description:
  Skype is hidden under technical items in USC when installed from deb
  downloaded from skype

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1263128/+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 1264754] Re: YouTube tab fails to load, tab dies

2013-12-28 Thread Alan Pope ㋛
Bah! Started working again.

** Changed in: chromium-browser (Ubuntu)
   Status: New = Invalid

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

Title:
  YouTube tab fails to load, tab dies

Status in Chromium Browser:
  Unknown
Status in “chromium-browser” package in Ubuntu:
  Invalid

Bug description:
  I created a new chromium profile by removing .config/chromium and started the 
browser.
  Visit youtube.com then click anything, no response, and eventually the tab 
dies.

  Attached chrome_debug.log

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: chromium-browser 31.0.1650.63-0ubuntu0.13.10.1~20131204.1
  Uname: Linux 3.12.0-031200-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  Date: Sat Dec 28 22:23:05 2013
  Desktop-Session:
   DESKTOP_SESSION = ubuntu
   XDG_CONFIG_DIRS = /etc/xdg/xdg-ubuntu:/usr/share/upstart/xdg:/etc/xdg
   XDG_DATA_DIRS = 
/usr/share/ubuntu:/usr/share/gnome:/usr/local/share/:/usr/share/
  EcryptfsInUse: Yes
  Env:
   MOZ_PLUGIN_PATH = None
   LD_LIBRARY_PATH = None
  InstallationDate: Installed on 2012-06-29 (547 days ago)
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  MarkForUpload: True
  SourcePackage: chromium-browser
  UpgradeStatus: Upgraded to saucy on 2013-07-12 (169 days ago)
  chromium-default: CHROMIUM_FLAGS=
  gconf-keys: /desktop/gnome/applications/browser/exec = 
b'/usr/bin/chromium-browser\n'/desktop/gnome/url-handlers/https/command = 
b'/usr/bin/chromium-browser %s\n'/desktop/gnome/url-handlers/https/enabled = 
b'true\n'/desktop/gnome/url-handlers/http/command = b'/usr/bin/chromium-browser 
%s\n'/desktop/gnome/url-handlers/http/enabled = 
b'true\n'/desktop/gnome/session/required_components/windowmanager = 
b''/apps/metacity/general/compositing_manager = 
b''/desktop/gnome/interface/icon_theme = 
b'ubuntu-mono-dark\n'/desktop/gnome/interface/gtk_theme = b'Ambiance\n'

To manage notifications about this bug go to:
https://bugs.launchpad.net/chromium-browser/+bug/1264754/+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 1263128] Re: Skype is hidden under technical items in USC when installed from deb downloaded from skype

2013-12-28 Thread Marco Cimmino
Finally, after scrolling around the middle (?!?) Skype is there, buried where 
no one will ever discover.
Uninstalling from command line is going to be easier than the UI, unfortunately.

** Attachment added: Ubuntu Software Center after Skype has been installed, 
search for it, click on Show 18 technical items and scrolling
   
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1263128/+attachment/3937086/+files/02c-ubuntu_software_center%2Bsearch%2Bshow_technical_items%2Bscroll.png

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

Title:
  Skype is hidden under technical items in USC when installed from deb
  downloaded from skype

Status in “software-center” package in Ubuntu:
  Confirmed

Bug description:
  Skype is hidden under technical items in USC when installed from deb
  downloaded from skype

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1263128/+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 1263128] Re: Skype is hidden under technical items in USC when installed from deb downloaded from skype

2013-12-28 Thread Marco Cimmino
Skype is not showed in the search, even if it is installed.

** Attachment added: Ubuntu Software Center after Skype has been installed, 
search for it
   
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1263128/+attachment/3937084/+files/02a-ubuntu_software_center%2Bsearch.png

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

Title:
  Skype is hidden under technical items in USC when installed from deb
  downloaded from skype

Status in “software-center” package in Ubuntu:
  Confirmed

Bug description:
  Skype is hidden under technical items in USC when installed from deb
  downloaded from skype

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1263128/+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 1263128] Re: Skype is hidden under technical items in USC when installed from deb downloaded from skype

2013-12-28 Thread Marco Cimmino
Even after clicking on the very hidden link at the bottom, Skype is not
even at the top, even if the search is 1:1 match with the package name!

** Attachment added: Ubuntu Software Center after Skype has been installed, 
search for it, click on Show 18 technical items
   
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1263128/+attachment/3937085/+files/02b-ubuntu_software_center%2Bsearch%2Bshow_technical_items%2Bno_scroll.png

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

Title:
  Skype is hidden under technical items in USC when installed from deb
  downloaded from skype

Status in “software-center” package in Ubuntu:
  Confirmed

Bug description:
  Skype is hidden under technical items in USC when installed from deb
  downloaded from skype

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1263128/+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


  1   2   >