[Desktop-packages] [Bug 1542489] Re: New Gedit Can't Show Menu in Title Bar

2016-02-05 Thread Lonnie Lee Best
For now, here's a work-around that seems to work like gedit did before the gui 
upgrade:
sudo apt-get install pluma

Pluma seems just like the old gedit, perhaps it is some fork?

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

Title:
  New Gedit Can't Show Menu in Title Bar

Status in Unity:
  New
Status in gedit package in Ubuntu:
  New

Bug description:
  Take a look at this screen shot:
  http://neartalk.com/ss/Gedit-No-Menu.png

  I like for application menus to show in the Title Bar (not at the top-
  panel). However, in the new Gedit GUI, the menu is inaccessible if
  your desktop preference is to show menus in title bar.

  Unless this changes, I won't use gedit anymore because my preference
  of showing menus in title bars outweighs my desire to use gedit.
  Perhaps Ubuntu should consider using pluma as the default text-editor
  or geany.

  It doesn't make sense for gedit to remain the default text-editor if
  it cannot play nice with Unity's Desktop-Level menu settings.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: gedit 3.18.3-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-2.16-generic 4.4.0
  Uname: Linux 4.4.0-2-generic x86_64
  ApportVersion: 2.19.4-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Feb  5 15:13:29 2016
  InstallationDate: Installed on 2015-10-28 (100 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: gedit
  UpgradeStatus: Upgraded to xenial on 2016-02-05 (0 days ago)

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

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


[Desktop-packages] [Bug 1542593] [NEW] Wrong window style of gnome-system-monitor under gnome-session-flashback

2016-02-05 Thread Cui Wei
Public bug reported:

gnome-system-monitor has wrong appearance under Gnome Session Flashback.

In "gnome-system-monitor-3.18.2/src/interface.cpp" Line 644, I think:

if (session && !strstr (session, "GNOME")){

should be changed to:

if (session && !strstr (session, "GNOME") && strstr(session, "GNOME-
Flashback")){

For Unity Desktop, gnome-system-monitor has correct appearance because
XDG_CURRENT_DESKTOP=Unity, while for Gnome Session Flashback,
XDG_CURRENT_DESKTOP=GNOME-Flashback:Unity.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: gnome-system-monitor 3.18.2-1
ProcVersionSignature: Ubuntu 4.4.0-2.16-generic 4.4.0
Uname: Linux 4.4.0-2-generic x86_64
ApportVersion: 2.19.4-0ubuntu2
Architecture: amd64
CurrentDesktop: GNOME-Flashback:Unity
Date: Sat Feb  6 14:06:49 2016
SourcePackage: gnome-system-monitor
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug xenial

** Description changed:

  gnome-system-monitor has wrong appearance under Gnome Session Flashback.
  
  In "gnome-system-monitor-3.18.2/src/interface.cpp" Line 644, I think:
  
- if (session && !strstr (session, "GNOME")){
+ if (session && !strstr (session, "GNOME")){
  
  should be changed to;
  
- if (session && !strstr (session, "GNOME") && strstr(session, "GNOME-
+ if (session && !strstr (session, "GNOME") && strstr(session, "GNOME-
  Flashback")){
  
+ For Unity Desktop, gnome-system-monitor has correct appearance because
+ XDG_CURRENT_DESKTOP=Unity, while for Gnome Session Flashback,
+ XDG_CURRENT_DESKTOP=GNOME-Flashback:Unity.
  
- For Unity Desktop, gnome-system-monitor has correct appearance because 
XDG_CURRENT_DESKTOP=Unity,
- while for Gnome Session Flashback, XDG_CURRENT_DESKTOP=GNOME-Flashback:Unity.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
- Package: gnome-system-monitor 3.18.2-1 [modified: 
usr/bin/gnome-system-monitor]
+ Package: gnome-system-monitor 3.18.2-1
  ProcVersionSignature: Ubuntu 4.4.0-2.16-generic 4.4.0
  Uname: Linux 4.4.0-2-generic x86_64
  ApportVersion: 2.19.4-0ubuntu2
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Sat Feb  6 14:06:49 2016
  SourcePackage: gnome-system-monitor
  UpgradeStatus: No upgrade log present (probably fresh install)

** Description changed:

  gnome-system-monitor has wrong appearance under Gnome Session Flashback.
  
  In "gnome-system-monitor-3.18.2/src/interface.cpp" Line 644, I think:
  
  if (session && !strstr (session, "GNOME")){
  
- should be changed to;
+ should be changed to:
  
  if (session && !strstr (session, "GNOME") && strstr(session, "GNOME-
  Flashback")){
  
  For Unity Desktop, gnome-system-monitor has correct appearance because
  XDG_CURRENT_DESKTOP=Unity, while for Gnome Session Flashback,
  XDG_CURRENT_DESKTOP=GNOME-Flashback:Unity.
- 
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: gnome-system-monitor 3.18.2-1
  ProcVersionSignature: Ubuntu 4.4.0-2.16-generic 4.4.0
  Uname: Linux 4.4.0-2-generic x86_64
  ApportVersion: 2.19.4-0ubuntu2
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Sat Feb  6 14:06:49 2016
  SourcePackage: gnome-system-monitor
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  Wrong window style of gnome-system-monitor under gnome-session-
  flashback

Status in gnome-system-monitor package in Ubuntu:
  New

Bug description:
  gnome-system-monitor has wrong appearance under Gnome Session
  Flashback.

  In "gnome-system-monitor-3.18.2/src/interface.cpp" Line 644, I think:

  if (session && !strstr (session, "GNOME")){

  should be changed to:

  if (session && !strstr (session, "GNOME") && strstr(session,
  "GNOME-Flashback")){

  For Unity Desktop, gnome-system-monitor has correct appearance because
  XDG_CURRENT_DESKTOP=Unity, while for Gnome Session Flashback,
  XDG_CURRENT_DESKTOP=GNOME-Flashback:Unity.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: gnome-system-monitor 3.18.2-1
  ProcVersionSignature: Ubuntu 4.4.0-2.16-generic 4.4.0
  Uname: Linux 4.4.0-2-generic x86_64
  ApportVersion: 2.19.4-0ubuntu2
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Sat Feb  6 14:06:49 2016
  SourcePackage: gnome-system-monitor
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1538724] Re: GraphicsCriticalError: |[0][GFX1]: Unknown cairo format 3

2016-02-05 Thread lito
Bryan Quigley (bryanquigley) i test the package from 
https://ftp.mozilla.org/pub/firefox/candidates/44.0.1-candidates/build1
/linux-x86_64/en-US/

and works good on ubuntu 12.04 server.

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

Title:
  GraphicsCriticalError: |[0][GFX1]: Unknown cairo format 3

Status in Mozilla Firefox:
  Fix Released
Status in firefox package in Ubuntu:
  Triaged
Status in firefox source package in Precise:
  Triaged
Status in firefox source package in Trusty:
  Triaged
Status in firefox source package in Wily:
  Triaged

Bug description:
  [Impact]

   * In some configurations (like VM connected via vnc) prevents from
  using Firefox at all (crash on launch).

  [Test Case]

   * Setup an Ubuntu VM with a VNC server
   * Connect to it with a vnc client
   * Launch the default Firefox version (44.0+build3)

  Expected result: Firefox is launched
  Actual result: Firefox crashes and Mozilla crash report tool appears

  [Regression Potential]

   * Very low - backport of upstream fix.

  [Other Info]
   
   * Original bug description:

  After installing Firefox, I'm receiving the following crash:

  Add-ons: 
ubufox%40ubuntu.com:3.2,%7B972ce4c6-7e08-4474-a285-3208198ce6fd%7D:44.0
  BuildID: 20160126223146
  CrashTime: 1453922984
  EMCheckCompatibility: true
  EventLoopNestingLevel: 1
  FramePoisonBase: 70dea000
  FramePoisonSize: 4096
  GraphicsCriticalError: |[0][GFX1]: Unknown cairo format 3
  InstallTime: 1453922031
  Notes: OpenGL: Mesa project: www.mesa3d.org -- Mesa GLX Indirect -- 1.3 Mesa 
4.0.4 -- texture_from_pixmap

  ProductID: {ec8030f7-c20a-464f-9b0e-13a3a9e97384}
  ProductName: Firefox
  ReleaseChannel: release
  SafeMode: 0
  SecondsSinceLastCrash: 285
  StartupTime: 1453922983
  TelemetryEnvironment: 
{"build":{"applicationId":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","applicationName":"Firefox","architecture":"x86-64","buildId":"20160126223146","version":"44.0","vendor":"Mozilla","platformVersion":"44.0","xpcomAbi":"x86_64-gcc3","hotfixVersion":null},"partner":{"distributionId":"canonical","distributionVersion":"1.0","partnerId":null,"distributor":null,"distributorChannel":null,"partnerNames":[]},"system":{"memoryMB":64454,"virtualMaxMB":null,"cpu":{"count":8,"cores":4,"vendor":"GenuineIntel","family":6,"model":62,"stepping":4,"l2cacheKB":null,"l3cacheKB":10240,"speedMHz":null,"extensions":["hasMMX","hasSSE","hasSSE2","hasSSE3","hasSSSE3","hasSSE4_1","hasSSE4_2"]},"os":{"name":"Linux","version":"3.14.32--grs-ipv6-64","locale":"en-GB"},"hdd":{"profile":{"model":null,"revision":null},"binary":{"model":null,"revision":null},"system":{"model":null,"revision":null}},"gfx":{"D2DEnabled":null,"DWriteEnabled":null,"adapters":[{"description":"Mesa
 project: www.mesa3d.org -- Mesa GLX Indirect","vendorID":"Mesa project: 
www.mesa3d.org","deviceID":"Mesa GLX 
Indirect","subsysID":null,"RAM":null,"driver":null,"driverVersion":"1.3 Mesa 
4.0.4","driverDate":null,"GPUActive":true}],"monitors":[],"features":{"compositor":"none"}}},"settings":{"blocklistEnabled":true,"e10sEnabled":false,"telemetryEnabled":false,"isInOptoutSample":false,"locale":"en-US","update":{"channel":"release","enabled":true,"autoDownload":true},"userPrefs":{"browser.newtabpage.enhanced":true},"addonCompatibilityCheckEnabled":true,"isDefaultBrowser":false},"profile":{"creationDate":16827},"addons":{"activeAddons":{"ubu...@ubuntu.com":{"blocklisted":false,"description":"Ubuntu
 modifications for Firefox","name":"Ubuntu 
Modifications","userDisabled":false,"appDisabled":false,"version":"3.2","scope":8,"type":"extension","foreignInstall":true,"hasBinaryComponents":false,"installDay":16696,"updateDay":16696,"signedState":2}},"theme":{"id":"{972ce4c6-7e08-4474-a285-3208198ce6fd}","blocklisted":false,"description":"The
 default 
theme.","name":"Default","userDisabled":false,"appDisabled":false,"version":"44.0","scope":4,"foreignInstall":false,"hasBinaryComponents":false,"installDay":16827,"updateDay":16827},"activePlugins":[{"name":"iTunes
 Application Detector","version":"","description":"This plug-in detects the 
presence of iTunes when opening iTunes Store URLs in a web page with 
Firefo","blocklisted":false,"disabled":false,"clicktoplay":true,"mimeTypes":["application/itunes-plugin"],"updateDay":16188}],"activeGMPlugins":{"gmp-gmpopenh264":{"version":null,"userDisabled":false,"applyBackgroundUpdates":1}},"activeExperiment":{},"persona":null}}
  Theme: classic/1.0
  Throttleable: 1
  Vendor: Mozilla
  Version: 44.0
  useragent_locale: en-US

  This report also contains technical information about the state of the
  application when it crashed.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: firefox 44.0+build3-0ubuntu0.14.04.1
  Uname: Linux 3.14.32--grs-ipv6-64 x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  

[Desktop-packages] [Bug 1538724] Re: GraphicsCriticalError: |[0][GFX1]: Unknown cairo format 3

2016-02-05 Thread lito
Bryan Quigley (bryanquigley) .. tested on ubuntu 12.o4 server and works
good. thanks

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

Title:
  GraphicsCriticalError: |[0][GFX1]: Unknown cairo format 3

Status in Mozilla Firefox:
  Fix Released
Status in firefox package in Ubuntu:
  Triaged
Status in firefox source package in Precise:
  Triaged
Status in firefox source package in Trusty:
  Triaged
Status in firefox source package in Wily:
  Triaged

Bug description:
  [Impact]

   * In some configurations (like VM connected via vnc) prevents from
  using Firefox at all (crash on launch).

  [Test Case]

   * Setup an Ubuntu VM with a VNC server
   * Connect to it with a vnc client
   * Launch the default Firefox version (44.0+build3)

  Expected result: Firefox is launched
  Actual result: Firefox crashes and Mozilla crash report tool appears

  [Regression Potential]

   * Very low - backport of upstream fix.

  [Other Info]
   
   * Original bug description:

  After installing Firefox, I'm receiving the following crash:

  Add-ons: 
ubufox%40ubuntu.com:3.2,%7B972ce4c6-7e08-4474-a285-3208198ce6fd%7D:44.0
  BuildID: 20160126223146
  CrashTime: 1453922984
  EMCheckCompatibility: true
  EventLoopNestingLevel: 1
  FramePoisonBase: 70dea000
  FramePoisonSize: 4096
  GraphicsCriticalError: |[0][GFX1]: Unknown cairo format 3
  InstallTime: 1453922031
  Notes: OpenGL: Mesa project: www.mesa3d.org -- Mesa GLX Indirect -- 1.3 Mesa 
4.0.4 -- texture_from_pixmap

  ProductID: {ec8030f7-c20a-464f-9b0e-13a3a9e97384}
  ProductName: Firefox
  ReleaseChannel: release
  SafeMode: 0
  SecondsSinceLastCrash: 285
  StartupTime: 1453922983
  TelemetryEnvironment: 
{"build":{"applicationId":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","applicationName":"Firefox","architecture":"x86-64","buildId":"20160126223146","version":"44.0","vendor":"Mozilla","platformVersion":"44.0","xpcomAbi":"x86_64-gcc3","hotfixVersion":null},"partner":{"distributionId":"canonical","distributionVersion":"1.0","partnerId":null,"distributor":null,"distributorChannel":null,"partnerNames":[]},"system":{"memoryMB":64454,"virtualMaxMB":null,"cpu":{"count":8,"cores":4,"vendor":"GenuineIntel","family":6,"model":62,"stepping":4,"l2cacheKB":null,"l3cacheKB":10240,"speedMHz":null,"extensions":["hasMMX","hasSSE","hasSSE2","hasSSE3","hasSSSE3","hasSSE4_1","hasSSE4_2"]},"os":{"name":"Linux","version":"3.14.32--grs-ipv6-64","locale":"en-GB"},"hdd":{"profile":{"model":null,"revision":null},"binary":{"model":null,"revision":null},"system":{"model":null,"revision":null}},"gfx":{"D2DEnabled":null,"DWriteEnabled":null,"adapters":[{"description":"Mesa
 project: www.mesa3d.org -- Mesa GLX Indirect","vendorID":"Mesa project: 
www.mesa3d.org","deviceID":"Mesa GLX 
Indirect","subsysID":null,"RAM":null,"driver":null,"driverVersion":"1.3 Mesa 
4.0.4","driverDate":null,"GPUActive":true}],"monitors":[],"features":{"compositor":"none"}}},"settings":{"blocklistEnabled":true,"e10sEnabled":false,"telemetryEnabled":false,"isInOptoutSample":false,"locale":"en-US","update":{"channel":"release","enabled":true,"autoDownload":true},"userPrefs":{"browser.newtabpage.enhanced":true},"addonCompatibilityCheckEnabled":true,"isDefaultBrowser":false},"profile":{"creationDate":16827},"addons":{"activeAddons":{"ubu...@ubuntu.com":{"blocklisted":false,"description":"Ubuntu
 modifications for Firefox","name":"Ubuntu 
Modifications","userDisabled":false,"appDisabled":false,"version":"3.2","scope":8,"type":"extension","foreignInstall":true,"hasBinaryComponents":false,"installDay":16696,"updateDay":16696,"signedState":2}},"theme":{"id":"{972ce4c6-7e08-4474-a285-3208198ce6fd}","blocklisted":false,"description":"The
 default 
theme.","name":"Default","userDisabled":false,"appDisabled":false,"version":"44.0","scope":4,"foreignInstall":false,"hasBinaryComponents":false,"installDay":16827,"updateDay":16827},"activePlugins":[{"name":"iTunes
 Application Detector","version":"","description":"This plug-in detects the 
presence of iTunes when opening iTunes Store URLs in a web page with 
Firefo","blocklisted":false,"disabled":false,"clicktoplay":true,"mimeTypes":["application/itunes-plugin"],"updateDay":16188}],"activeGMPlugins":{"gmp-gmpopenh264":{"version":null,"userDisabled":false,"applyBackgroundUpdates":1}},"activeExperiment":{},"persona":null}}
  Theme: classic/1.0
  Throttleable: 1
  Vendor: Mozilla
  Version: 44.0
  useragent_locale: en-US

  This report also contains technical information about the state of the
  application when it crashed.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: firefox 44.0+build3-0ubuntu0.14.04.1
  Uname: Linux 3.14.32--grs-ipv6-64 x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  BuildID: 20160126223146
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 

[Desktop-packages] [Bug 1542599] [NEW] Xorg crashed after login

2016-02-05 Thread Sascha Morr
Public bug reported:

Just login after boot and get a failure message.

ProblemType: Crash
DistroRelease: Ubuntu 16.04
Package: xserver-xorg-core 2:1.17.3-2ubuntu2
ProcVersionSignature: Ubuntu 4.4.0-2.16-generic 4.4.0
Uname: Linux 4.4.0-2-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia
ApportVersion: 2.19.4-0ubuntu2
Architecture: amd64
CrashCounter: 1
Date: Fri Feb  5 10:49:15 2016
ExecutablePath: /usr/lib/xorg/Xorg
InstallationDate: Installed on 2016-01-22 (14 days ago)
InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160121)
ProcCmdline: /usr/lib/xorg/Xorg -core :1 -seat seat0 -auth 
/var/run/lightdm/root/:1 -nolisten tcp vt8 -novtswitch
ProcEnviron:
 
Signal: 6
SourcePackage: xorg-server
StacktraceTop:
 ?? () from /usr/lib/x86_64-linux-gnu/xorg/extra-modules/nvidia_drv.so
 ?? () from /usr/lib/x86_64-linux-gnu/xorg/extra-modules/nvidia_drv.so
 ?? () from /usr/lib/x86_64-linux-gnu/xorg/extra-modules/nvidia_drv.so
 ?? () from /usr/lib/x86_64-linux-gnu/xorg/extra-modules/nvidia_drv.so
 RRCrtcDetachScanoutPixmap ()
Title: Xorg crashed with SIGABRT in RRCrtcDetachScanoutPixmap()
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups:

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


** Tags: amd64 apport-crash need-amd64-retrace xenial

** Information type changed from Private to Public

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

Title:
  Xorg crashed after login

Status in xorg-server package in Ubuntu:
  New

Bug description:
  Just login after boot and get a failure message.

  ProblemType: Crash
  DistroRelease: Ubuntu 16.04
  Package: xserver-xorg-core 2:1.17.3-2ubuntu2
  ProcVersionSignature: Ubuntu 4.4.0-2.16-generic 4.4.0
  Uname: Linux 4.4.0-2-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia
  ApportVersion: 2.19.4-0ubuntu2
  Architecture: amd64
  CrashCounter: 1
  Date: Fri Feb  5 10:49:15 2016
  ExecutablePath: /usr/lib/xorg/Xorg
  InstallationDate: Installed on 2016-01-22 (14 days ago)
  InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160121)
  ProcCmdline: /usr/lib/xorg/Xorg -core :1 -seat seat0 -auth 
/var/run/lightdm/root/:1 -nolisten tcp vt8 -novtswitch
  ProcEnviron:
   
  Signal: 6
  SourcePackage: xorg-server
  StacktraceTop:
   ?? () from /usr/lib/x86_64-linux-gnu/xorg/extra-modules/nvidia_drv.so
   ?? () from /usr/lib/x86_64-linux-gnu/xorg/extra-modules/nvidia_drv.so
   ?? () from /usr/lib/x86_64-linux-gnu/xorg/extra-modules/nvidia_drv.so
   ?? () from /usr/lib/x86_64-linux-gnu/xorg/extra-modules/nvidia_drv.so
   RRCrtcDetachScanoutPixmap ()
  Title: Xorg crashed with SIGABRT in RRCrtcDetachScanoutPixmap()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

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

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


[Desktop-packages] [Bug 1359211] Re: Mouse cursor tiny when hovering unity elements in high DPI mode

2016-02-05 Thread Sasa Stamenkovic
@Treviño I am running Ubuntu 15.10 and I still have this issue.

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

Title:
  Mouse cursor tiny when hovering unity elements in high DPI mode

Status in Compiz:
  Fix Committed
Status in Unity:
  Fix Committed
Status in Unity 7.3 series:
  In Progress
Status in compiz package in Ubuntu:
  Fix Released
Status in unity package in Ubuntu:
  Fix Released
Status in unity-settings-daemon package in Ubuntu:
  Fix Released
Status in compiz source package in Wily:
  Fix Released
Status in unity source package in Wily:
  Fix Released
Status in unity-settings-daemon source package in Wily:
  Confirmed

Bug description:
  [Impact]

  On a high DPI screen (220 DPI) the mouse cursor is really tiny when
  hovering unity elements. There are various keys in dconf to change the
  cursor's scale factor or size. I've managed to change it in a way that
  it looks normal when inside application windows, but its still tiny
  when on unity elements.

  I think this should be set automatically by the scale factor setting
  in system settings.

  (Using unity 7.3.1+14.10.20140811-0ubuntu1)

  [Test Case]

   * Log in
   * Launch Firefox
   * Move the mouse over the panel or the launcher,
     then back over the Firefox window.
   * Cursor should always be of the same size

  [Regression Potential]

   * Mouse cursors might appear wrong for some actions

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

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


[Desktop-packages] [Bug 501667] Re: -force invalid command line option

2016-02-05 Thread dino99
Closing that outdated report as EOL has been reached long time ago

** Changed in: dvd+rw-tools (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  -force invalid command line option

Status in dvd+rw-tools package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: dvd+rw-tools

  dvd+rw-format warns that "--force=full" as invalid command line option

  ProblemType: Bug
  Architecture: i386
  Date: Wed Dec 30 21:16:09 2009
  DistroRelease: Ubuntu 10.04
  Package: dvd+rw-tools 7.1-6
  ProcEnviron:
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.32-6.8-generic
  SourcePackage: dvd+rw-tools
  Tags: lucid
  Uname: Linux 2.6.32-6-generic i686

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

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


[Desktop-packages] [Bug 602645] Re: \cline does not work with slovak babel

2016-02-05 Thread dino99
Closing that outdated report as EOL has been reached long time ago

** Changed in: texlive-base (Ubuntu)
   Status: New => Invalid

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

Title:
  \cline does not work with slovak babel

Status in texlive-base package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: texlive-base

  I am using Ubuntu 10.04 LTS. I have problems with creating document:

  \documentclass[a4paper, 11pt]{article}
  \usepackage[slovak]{babel}
  \usepackage[utf8x]{inputenc}
  \begin{document}
  \section{Section}
  Hello world!!!
  \begin{tabular}{|r|l|}
  \hline
  7c0 & hexadecimal \\
  3700 & octal \\ \cline{2-2}
  10 & binary \\
  \hline \hline
  1984 & decimal \\
  \hline
  \end{tabular}
  \end{document}

  command pdflatex ended with:
  Runaway argument?
  2-2\@nil  10 & binary \\ \hline \hline 1984 & decimal \\ \ETC.
  ! Paragraph ended before \@cline was complete.
   
 \par 
  l.20 

  But document (the same as previous but without adding slovak language
  support):

  \documentclass[a4paper, 11pt]{article}
  %\usepackage[slovak]{babel}
  %\usepackage[utf8x]{inputenc}
  \begin{document}
  \section{Section}
  Hello world!!!
  \begin{tabular}{|r|l|}
  \hline
  7c0 & hexadecimal \\
  3700 & octal \\ \cline{2-2}
  10 & binary \\
  \hline \hline
  1984 & decimal \\
  \hline
  \end{tabular}
  \end{document}

  was ended successfully and document was created well. I think that the same 
bug is reported in Debian:
  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=551229

  I haven't recognize this problem in previous version of Ubuntu.
  Version of texlive-base is 2009-7.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: texlive-latex-base 2009-7
  ProcVersionSignature: Ubuntu 2.6.32-23.37-generic 2.6.32.15+drm33.5
  Uname: Linux 2.6.32-23-generic i686
  Architecture: i386
  Date: Wed Jul  7 12:37:32 2010
  InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
  PackageArchitecture: all
  ProcEnviron:
   LANG=en_US.utf8
   SHELL=/bin/bash
  SourcePackage: texlive-base

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

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


[Desktop-packages] [Bug 604344] Re: package texlive-latex-base (not installed) failed to install/upgrade: il sottoprocesso vecchio script di post-installation ha restituito lo stato di errore 1

2016-02-05 Thread dino99
Closing that outdated report as EOL has been reached long time ago

** Changed in: texlive-base (Ubuntu)
   Status: New => Invalid

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

Title:
  package texlive-latex-base (not installed) failed to install/upgrade:
  il sottoprocesso vecchio script di post-installation ha restituito lo
  stato di errore 1

Status in texlive-base package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: texlive-base

  Description:  Ubuntu 10.04 LTS
  Release:  10.04

  ProblemType: Package
  DistroRelease: Ubuntu 10.04
  Package: texlive-latex-base (not installed)
  ProcVersionSignature: Ubuntu 2.6.32-23.37-generic 2.6.32.15+drm33.5
  Uname: Linux 2.6.32-23-generic i686
  AptOrdering:
   texlive-latex-base: Install
   texlive-latex-base-doc: Install
   texlive-latex-base: Configure
   texlive-latex-base-doc: Configure
  Architecture: i386
  Date: Sun Jul 11 19:10:59 2010
  ErrorMessage: il sottoprocesso vecchio script di post-installation ha 
restituito lo stato di errore 1
  InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5)
  SourcePackage: texlive-base
  Title: package texlive-latex-base (not installed) failed to install/upgrade: 
il sottoprocesso vecchio script di post-installation ha restituito lo stato di 
errore 1

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

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


[Desktop-packages] [Bug 573416] Re: [CS46xx - Sound Fusion CS46xx] ALSA test tone not correctly played back. No sound after upgrade.

2016-02-05 Thread dino99
Closing that outdated report as EOL has been reached long time ago

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

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

Title:
  [CS46xx - Sound Fusion CS46xx] ALSA test tone not correctly played
  back.  No sound after upgrade.

Status in alsa-driver package in Ubuntu:
  Invalid

Bug description:
  No sound after upgrade.  Looks like I'll have to fall back to an
  earlier release.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: alsa-base 1.0.22.1+dfsg-0ubuntu3
  ProcVersionSignature: Ubuntu 2.6.32-21.32-generic 2.6.32.11+drm33.2
  Uname: Linux 2.6.32-21-generic i686
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21.
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: CS46xx [Sound Fusion CS46xx], device 0: CS46xx [CS46xx]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  dab1201 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'CS46xx'/'Sound Fusion CS46xx at 0x5010/0x5000, irq 11'
 Mixer name : 'Cirrus Logic CS4297A rev 3'
 Components : 'AC97a:43525913'
 Controls  : 45
 Simple ctrls  : 26
  CheckboxSubmission: f9ce957d18217b6b0b74e5b245ec14c9
  CheckboxSystem: b1cca5f799a911bbb44e7180c2fd235d
  Date: Sat May  1 21:51:29 2010
  PackageArchitecture: all
  ProcEnviron:
   LANG=en_US.utf8
   SHELL=/bin/bash
  SelectedCard: 0 CS46xx CS46xx - Sound Fusion CS46xx
  SourcePackage: alsa-driver
  Symptom: audio
  Title: [CS46xx - Sound Fusion CS46xx] ALSA test tone not correctly played back
  dmi.bios.date: 11/30/1999
  dmi.bios.vendor: IBM
  dmi.bios.version: ITET55WW
  dmi.board.name: 26458EU
  dmi.board.vendor: IBM
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: Not Available
  dmi.chassis.type: 10
  dmi.chassis.vendor: IBM
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnIBM:bvrITET55WW:bd11/30/1999:svnIBM:pn26458EU:pvrNotAvailable:rvnIBM:rn26458EU:rvrNotAvailable:cvnIBM:ct10:cvrNotAvailable:
  dmi.product.name: 26458EU
  dmi.product.version: Not Available
  dmi.sys.vendor: IBM

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

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


[Desktop-packages] [Bug 595920] Re: '~$ yelp /usr/share/gnome/help/palimsest/de/palimpsest.xml' produces 1 picture and 1 sentence only

2016-02-05 Thread dino99
Closing that outdated report as EOL has been reached long time ago

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

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

Title:
  '~$ yelp /usr/share/gnome/help/palimsest/de/palimpsest.xml' produces 1
  picture and 1 sentence only

Status in gnome-disk-utility package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: gnome-disk-utility

  '~$ yelp /usr/share/gnome/help/palimsest/de/palimpsest.xml' produces 1 
picture and 1 sentence only.
  I rather expect an ample text describing the function of the ample program 
palimpsest so that the headline "Ubuntu Help Center" is justified.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: gnome-disk-utility 2.30.1-1
  ProcVersionSignature: Ubuntu 2.6.32-22.36-generic 2.6.32.11+drm33.2
  Uname: Linux 2.6.32-22-generic i686
  Architecture: i386
  Date: Fri Jun 18 14:21:16 2010
  ProcEnviron:
   PATH=(custom, user)
   LANG=en_US.utf8
   SHELL=/bin/bash
  SourcePackage: gnome-disk-utility

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

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


[Desktop-packages] [Bug 1535394] Re: Xorg crashes at certain wiki pages via firefox

2016-02-05 Thread Saren Taşçıyan
After the BIOS update:
1) JBET55WW (1.20 )
12/23/2015

2) Firefox still crashes Xorg back to login screen when I open 
http://imagej.net/index.php?title=ImgLib2_Examples=history
I did not get any crash on en.wikipedia.org yet but that happens very randomly.

3) marking as new...
I can provide more info (logs etc.) when you need it.

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

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

Title:
  Xorg crashes at certain wiki pages via firefox

Status in xorg package in Ubuntu:
  New

Bug description:
  Hi,

  I am having a weird problem in Ubuntu and I will try to explain when
  it happens. When I open Wikipedia main page or View history on any
  wiki page, sometimes (not always) Xorg (I suppose) freezes (UI becomes
  unresponsive for a while about 10-60 seconds) until it jumps to login
  screen. If I login, I need to start all the application all over
  again. Firefox starts but if I repeat the same process (visiting the
  same web page) Xorg crashes again. The two pages so far this behaviour
  occurs are:

  http://en.wikipedia.org (main page, I can however directly open any article 
and navigate from there)
  http://imagej.net/index.php?title=ImgLib2_Examples=history (history 
page of a wiki page)

  There are no dialogs after the crash reporting about a crash. I really don't 
know how to track the problem to find the cause.
  Even though Firefox is chrashing, Xorg should not be affected.

  I am using Ubuntu 14.04 LTS

  3.13.0-74-generic

  X.Org X Server 1.15.1
  Release Date: 2014-04-13
  X Protocol Version 11, Revision 0
  Build Operating System: Linux 3.2.0-76-generic x86_64 Ubuntu
  Current Operating System: Linux lngrad031 3.13.0-74-generic #118-Ubuntu SMP 
Thu Dec 17 22:52:10 UTC 2015 x86_64
  Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-74-generic 
root=UUID=aa4cedea-18e5-4b0f-86ac-3423c2221c78 ro acpi_osi=Linux quiet splash 
acpi_backlight=vendor vt.handoff=7
  Build Date: 12 February 2015  02:49:29PM
  xorg-server 2:1.15.1-0ubuntu2.7 (For technical support please see 
http://www.ubuntu.com/support)
  Current version of pixman: 0.30.2
   Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.

  unity 7.2.6

  I could only capture a line in x-0.log.old file with only "(EE)". (no
  explanation or whatsoever)

  Please don't hesitate to ask for more information.
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.19
  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
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroRelease: Ubuntu 14.04
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation Broadwell-U Integrated Graphics [8086:1616] (rev 09) 
(prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:5036]
  MachineType: LENOVO 20BX000XMH
  Package: xorg-server (not installed)
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-74-generic 
root=UUID=aa4cedea-18e5-4b0f-86ac-3423c2221c78 ro acpi_osi=Linux quiet splash 
acpi_backlight=vendor vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-74.118-generic 3.13.11-ckt30
  Tags:  trusty ubuntu compiz-0.9
  Uname: Linux 3.13.0-74-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 05/21/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: JBET49WW (1.14 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20BX000XMH
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0E50510 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrJBET49WW(1.14):bd05/21/2015:svnLENOVO:pn20BX000XMH:pvrThinkPadT450s:rvnLENOVO:rn20BX000XMH:rvrSDK0E50510WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20BX000XMH
  dmi.product.version: ThinkPad T450s
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2~ubuntu14.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.5
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.5
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.6
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Mon Jan 18 

[Desktop-packages] [Bug 1522316] Re: Icons are too big

2016-02-05 Thread dino99
My 2 cents,

first i'm not going to follow the 3.18.is.3.14 route, but going forward
with the gnome3 ppa now that the desktop team have made that decision
(only due to little cosmetic issues, that i does not care, and i'm not
be alone)

then, when we first got that 3.18 serie, i've also got that
icon/thumbnail size problem. But dconf-editor can be easily used to set
the user wish size: /nautilus/icon-view/thumbnail-size which i've
set to 64, and .../list-view/default-zoom-level to 'small'

so that it, i cant agree with such decision, nor reverting ubuntu-
settings; this again will introduce a bigger delta with the way gnome is
following.

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

Title:
  Icons are too big

Status in Nautilus:
  Incomplete
Status in nautilus package in Ubuntu:
  Triaged
Status in ubuntu-settings package in Ubuntu:
  Fix Released

Bug description:
  On xenial the icons in nautilus (also on the Desktop) are too big.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: nautilus 1:3.18.2-1ubuntu1
  ProcVersionSignature: Ubuntu 4.2.0-19.23-generic 4.2.6
  Uname: Linux 4.2.0-19-generic x86_64
  ApportVersion: 2.19.2-0ubuntu8
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Dec  3 09:37:55 2015
  GsettingsChanges:
   b'org.gnome.nautilus.list-view' b'default-visible-columns' b"['name', 
'size', 'type', 'date_modified']"
   b'org.gnome.nautilus.list-view' b'default-column-order' b"['name', 'size', 
'type', 'date_modified', 'owner', 'group', 'permissions', 'mime_type', 'where']"
  InstallationDate: Installed on 2015-04-30 (216 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  SourcePackage: nautilus
  SystemImageInfo: Error: command ['system-image-cli', '-i'] failed with exit 
code 2:
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1359211] Re: Mouse cursor tiny when hovering unity elements in high DPI mode

2016-02-05 Thread Treviño
@Sasa,

No ppa is needed anymore: the fix is already in Xenial and Wily.

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

Title:
  Mouse cursor tiny when hovering unity elements in high DPI mode

Status in Compiz:
  Fix Committed
Status in Unity:
  Fix Committed
Status in Unity 7.3 series:
  In Progress
Status in compiz package in Ubuntu:
  Fix Released
Status in unity package in Ubuntu:
  Fix Released
Status in unity-settings-daemon package in Ubuntu:
  Fix Released
Status in compiz source package in Wily:
  Fix Released
Status in unity source package in Wily:
  Fix Released
Status in unity-settings-daemon source package in Wily:
  Confirmed

Bug description:
  [Impact]

  On a high DPI screen (220 DPI) the mouse cursor is really tiny when
  hovering unity elements. There are various keys in dconf to change the
  cursor's scale factor or size. I've managed to change it in a way that
  it looks normal when inside application windows, but its still tiny
  when on unity elements.

  I think this should be set automatically by the scale factor setting
  in system settings.

  (Using unity 7.3.1+14.10.20140811-0ubuntu1)

  [Test Case]

   * Log in
   * Launch Firefox
   * Move the mouse over the panel or the launcher,
     then back over the Firefox window.
   * Cursor should always be of the same size

  [Regression Potential]

   * Mouse cursors might appear wrong for some actions

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

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


[Desktop-packages] [Bug 581552] Re: custom $HOME/.gnome2/backgrounds.xml lost

2016-02-05 Thread dino99
Closing that outdated report as EOL has been reached long time ago

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

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

Title:
  custom $HOME/.gnome2/backgrounds.xml lost

Status in gnome-themes package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: gnome-themes

  I upgraded my machine from Karmic to Lucid.  Somewhere along the way
  my ~/.gnome2/backgrounds.xml was written over.

  I had quite a bit of work saved in there.  If any component is going
  to write over my configuration it could at least save a .old version
  for me to use later.

  I am not sure how to identify what source package this bug really
  applies to since it's a config file in my home directory.  I believe
  the logic would have to be added to the upstream code as this is not a
  packaging bug.

  Thanks for taking a look.

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

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


[Desktop-packages] [Bug 597178] Re: highlight colors for folder panel are not readable

2016-02-05 Thread dino99
Closing that outdated report as EOL has been reached long time ago

** Changed in: thunderbird (Ubuntu)
   Status: New => Invalid

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

Title:
  highlight colors for folder panel are not readable

Status in thunderbird package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: thunderbird

  See the attached screenshot.

  Thunderbird tries to render folders with unread messages with text in
  orange color. Unfortunately, it does not set background for such text
  and as a result, I get light orange on white (barely readable) or
  light orange on light grey (selected folder with a new message, not
  readable at all).

  In the attached screenshot, the selected folder label is "bugs (8)" in
  bold light orange text  on light grey background, below that is label
  "font (14)" in light orange on white, below that is folder labeled
  "gradu" (black on white) which contains no new messages.

  Note that to reproduce the light orange on light grey one must first
  select a folder with new messages (a folder with bolded label), which
  will turn into bolded black text on light grey (this is fine). After
  that, when this folder receives a new message, label will be colored
  light orange but the background is not changed.

  Suggested fix: if label foreground text is changed from theme default, the 
background color MUST be changed, too (compare to CSS styles, one should always 
define either no foreground or background color or both).
  Alternative fix: compute suitable foreground color automatically from theme 
selection background and folder pane background colors. Using a hard coded 
light orange is not okay.

  My gnome/gtk/metacity appeareance theme is "Human-Clearlooks", in case
  this makes a difference.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: thunderbird 3.0.4+nobinonly-0ubuntu4
  ProcVersionSignature: Ubuntu 2.6.31-11.154-rt
  Uname: Linux 2.6.31-11-rt x86_64
  Architecture: amd64
  CheckboxSubmission: f0bf0101e3df07a87acfbc156f0db03d
  CheckboxSystem: b5acb6c9ca4017b1d44043910f45329d
  Date: Tue Jun 22 12:38:34 2010
  InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release Candidate amd64 
(20091020.3)
  SourcePackage: thunderbird

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

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


[Desktop-packages] [Bug 580599] Re: Thunderbird 3.0.4 doesn't open "octet-stream" PDF attachments

2016-02-05 Thread dino99
Closing that outdated report as EOL has been reached long time ago

** Changed in: thunderbird (Ubuntu)
   Status: New => Invalid

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

Title:
  Thunderbird 3.0.4 doesn't open "octet-stream" PDF attachments

Status in thunderbird package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: thunderbird

  Many thanks for Your attention.

  If I receive some email including PDF attachments that are coded as
  "application/pdf" MIME type, then I have no problem with this files.

  If I receive some email including PDF attachments that are coded as
  "application/octet-stream" MIME type, then Thunderbird 3.0.4 is not
  able to manage them, and I'm not able to find a way to instruct
  (configure) Thunderbird to open those files with Evince.

  I can't imagine why some sender programs code PDF files as
  "application/octet-stream" ... However it happens often.

  I would like to understand if this is a problems of mine (poor
  configuration of Thunderbird) or if this is a bug of the program.

  Sorry if this is a FAQ. I extensively search the web, and I have found
  MANY discussions (forums) about SIMILAR problems: all the solutions
  I've found didn't fixed my problem.ù

  Many thanks in advance.

  Ciao from Italy.
  CM

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: thunderbird 3.0.4+nobinonly-0ubuntu4
  ProcVersionSignature: Ubuntu 2.6.32-22.33-generic 2.6.32.11+drm33.2
  Uname: Linux 2.6.32-22-generic x86_64
  NonfreeKernelModules: nvidia
  Architecture: amd64
  Date: Fri May 14 18:44:39 2010
  ProcEnviron:
   LANGUAGE=it_IT:it:en_GB:en
   LANG=it_IT.utf8
   SHELL=/bin/bash
  SourcePackage: thunderbird

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

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


[Desktop-packages] [Bug 1538724] Re: GraphicsCriticalError: |[0][GFX1]: Unknown cairo format 3

2016-02-05 Thread Bryan Quigley
It looks like Mozilla is going to backport this fix to 44.0.1.  Can anyone test 
the release candidate and confirm that it fixes the issue?
https://ftp.mozilla.org/pub/firefox/candidates/44.0.1-candidates/build1/linux-x86_64/en-US/

1. Download and extract firefox-44.0.1.tar.bz2
2. Run firefox executable inside and test

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

Title:
  GraphicsCriticalError: |[0][GFX1]: Unknown cairo format 3

Status in Mozilla Firefox:
  Fix Released
Status in firefox package in Ubuntu:
  Triaged
Status in firefox source package in Precise:
  Triaged
Status in firefox source package in Trusty:
  Triaged
Status in firefox source package in Wily:
  Triaged

Bug description:
  [Impact]

   * In some configurations (like VM connected via vnc) prevents from
  using Firefox at all (crash on launch).

  [Test Case]

   * Setup an Ubuntu VM with a VNC server
   * Connect to it with a vnc client
   * Launch the default Firefox version (44.0+build3)

  Expected result: Firefox is launched
  Actual result: Firefox crashes and Mozilla crash report tool appears

  [Regression Potential]

   * Very low - backport of upstream fix.

  [Other Info]
   
   * Original bug description:

  After installing Firefox, I'm receiving the following crash:

  Add-ons: 
ubufox%40ubuntu.com:3.2,%7B972ce4c6-7e08-4474-a285-3208198ce6fd%7D:44.0
  BuildID: 20160126223146
  CrashTime: 1453922984
  EMCheckCompatibility: true
  EventLoopNestingLevel: 1
  FramePoisonBase: 70dea000
  FramePoisonSize: 4096
  GraphicsCriticalError: |[0][GFX1]: Unknown cairo format 3
  InstallTime: 1453922031
  Notes: OpenGL: Mesa project: www.mesa3d.org -- Mesa GLX Indirect -- 1.3 Mesa 
4.0.4 -- texture_from_pixmap

  ProductID: {ec8030f7-c20a-464f-9b0e-13a3a9e97384}
  ProductName: Firefox
  ReleaseChannel: release
  SafeMode: 0
  SecondsSinceLastCrash: 285
  StartupTime: 1453922983
  TelemetryEnvironment: 
{"build":{"applicationId":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","applicationName":"Firefox","architecture":"x86-64","buildId":"20160126223146","version":"44.0","vendor":"Mozilla","platformVersion":"44.0","xpcomAbi":"x86_64-gcc3","hotfixVersion":null},"partner":{"distributionId":"canonical","distributionVersion":"1.0","partnerId":null,"distributor":null,"distributorChannel":null,"partnerNames":[]},"system":{"memoryMB":64454,"virtualMaxMB":null,"cpu":{"count":8,"cores":4,"vendor":"GenuineIntel","family":6,"model":62,"stepping":4,"l2cacheKB":null,"l3cacheKB":10240,"speedMHz":null,"extensions":["hasMMX","hasSSE","hasSSE2","hasSSE3","hasSSSE3","hasSSE4_1","hasSSE4_2"]},"os":{"name":"Linux","version":"3.14.32--grs-ipv6-64","locale":"en-GB"},"hdd":{"profile":{"model":null,"revision":null},"binary":{"model":null,"revision":null},"system":{"model":null,"revision":null}},"gfx":{"D2DEnabled":null,"DWriteEnabled":null,"adapters":[{"description":"Mesa
 project: www.mesa3d.org -- Mesa GLX Indirect","vendorID":"Mesa project: 
www.mesa3d.org","deviceID":"Mesa GLX 
Indirect","subsysID":null,"RAM":null,"driver":null,"driverVersion":"1.3 Mesa 
4.0.4","driverDate":null,"GPUActive":true}],"monitors":[],"features":{"compositor":"none"}}},"settings":{"blocklistEnabled":true,"e10sEnabled":false,"telemetryEnabled":false,"isInOptoutSample":false,"locale":"en-US","update":{"channel":"release","enabled":true,"autoDownload":true},"userPrefs":{"browser.newtabpage.enhanced":true},"addonCompatibilityCheckEnabled":true,"isDefaultBrowser":false},"profile":{"creationDate":16827},"addons":{"activeAddons":{"ubu...@ubuntu.com":{"blocklisted":false,"description":"Ubuntu
 modifications for Firefox","name":"Ubuntu 
Modifications","userDisabled":false,"appDisabled":false,"version":"3.2","scope":8,"type":"extension","foreignInstall":true,"hasBinaryComponents":false,"installDay":16696,"updateDay":16696,"signedState":2}},"theme":{"id":"{972ce4c6-7e08-4474-a285-3208198ce6fd}","blocklisted":false,"description":"The
 default 
theme.","name":"Default","userDisabled":false,"appDisabled":false,"version":"44.0","scope":4,"foreignInstall":false,"hasBinaryComponents":false,"installDay":16827,"updateDay":16827},"activePlugins":[{"name":"iTunes
 Application Detector","version":"","description":"This plug-in detects the 
presence of iTunes when opening iTunes Store URLs in a web page with 
Firefo","blocklisted":false,"disabled":false,"clicktoplay":true,"mimeTypes":["application/itunes-plugin"],"updateDay":16188}],"activeGMPlugins":{"gmp-gmpopenh264":{"version":null,"userDisabled":false,"applyBackgroundUpdates":1}},"activeExperiment":{},"persona":null}}
  Theme: classic/1.0
  Throttleable: 1
  Vendor: Mozilla
  Version: 44.0
  useragent_locale: en-US

  This report also contains technical information about the state of the
  application when it crashed.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: firefox 44.0+build3-0ubuntu0.14.04.1
  Uname: 

[Desktop-packages] [Bug 591529] Re: window list restore current desktop instead restores to native

2016-02-05 Thread dino99
Closing that outdated report as EOL has been reached long time ago

** Changed in: libwnck (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  window list restore current desktop instead restores to native

Status in libwnck package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: gnome-panel

  http://library.gnome.org/users/user-guide/2.29/windowlist.html.en

  The various help documents and the preferences window for the window
  list panel applet both state that

  "Restore to current workspace

  Select this option to restore a window from the applet to the current
  workspace, even if the window did not previously reside in the current
  workspace."

  But that is not in fact what happens.  Whether I choose "restore to
  current workspace" or "restore to native workspace" what I get is
  "restore to native workspace."  What I'd like is "restore to current
  workspace" but it doesn't work.

  I did notice some triaged and won't fix comments associated with
  another bug (#216049) that described a behavior where "restore to
  current workspace" was doing nothing at all.  That's very much worse,
  and between that behavior and this behavior I'd prefer this...

  ... but what I'd really like is the option I selected, which doesn't
  seem to work.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: gnome-panel 1:2.30.0-0ubuntu1
  ProcVersionSignature: Ubuntu 2.6.32-22.36-generic 2.6.32.11+drm33.2
  Uname: Linux 2.6.32-22-generic i686
  NonfreeKernelModules: wl nvidia
  Architecture: i386
  Date: Tue Jun  8 21:34:09 2010
  EcryptfsInUse: Yes
  ExecutablePath: /usr/lib/gnome-panel/wnck-applet
  InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
  ProcEnviron:
   LANG=en_US.utf8
   SHELL=/bin/bash
  SourcePackage: gnome-panel

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

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


[Desktop-packages] [Bug 596268] Re: Printer always prints white page (without color ink)

2016-02-05 Thread dino99
Closing that outdated report as EOL has been reached long time ago

** Changed in: hplip (Ubuntu)
   Status: New => Invalid

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

Title:
  Printer always prints white page (without color ink)

Status in hplip package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: hplip

  The Printer always prints an white page. I have a new black cartridge
  (which is not by HP) and an empty color cartridge (seen at HPLIP
  Toolbox).

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: hplip 3.10.2-2ubuntu2
  ProcVersionSignature: Ubuntu 2.6.32-22.36-generic 2.6.32.11+drm33.2
  Uname: Linux 2.6.32-22-generic x86_64
  Architecture: amd64
  Date: Sat Jun 19 15:21:49 2010
  InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100429)
  Lpstat:
   device for Drucker: hp:/net/Photosmart_C6100_series?zc=Drucker
   device for officejet-5500-series: 
hp:/usb/officejet_5500_series?serial=MY3C3D31DK96
   device for officejet-5500-series-Fax: 
hpfax:/usb/officejet_5500_series?serial=MY3C3D31DK96
  MachineType: Sony Corporation VGN-AR88E
  Papersize: a4
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  PpdFiles:
   officejet-5500-series: HP Officejet 5500 Series hpijs, 3.10.2
   Drucker: HP Photosmart c6100 Series hpijs, 3.10.2
   officejet-5500-series-Fax: HP Fax hpijs
  ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-22-generic 
root=UUID=6b2b268b-1b6a-410d-a6a4-c4ca9d6ffa88 ro quiet splash
  ProcEnviron:
   LANG=de_DE.utf8
   SHELL=/bin/bash
  SourcePackage: hplip
  dmi.bios.date: 03/21/2008
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: R3010J8
  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: 10
  dmi.chassis.vendor: Sony Corporation
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrR3010J8:bd03/21/2008:svnSonyCorporation:pnVGN-AR88E:pvrC600MAS5:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
  dmi.product.name: VGN-AR88E
  dmi.product.version: C600MAS5
  dmi.sys.vendor: Sony Corporation

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

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


[Desktop-packages] [Bug 596982] Re: Generated MOPAC input does not work with mopac7 in Lucid

2016-02-05 Thread dino99
Closing that outdated report as EOL has been reached long time ago

** Changed in: avogadro (Ubuntu)
   Status: New => Invalid

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

Title:
  Generated MOPAC input does not work with mopac7 in Lucid

Status in avogadro package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: avogadro

  The input generated by Avogadro is aimed at MOPAC2007, and does not
  work with the MOPAC7 that comes with Ubuntu.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: avogadro 1.0.0-2ubuntu3
  ProcVersionSignature: Ubuntu 2.6.32-22.36-generic 2.6.32.11+drm33.2
  Uname: Linux 2.6.32-22-generic x86_64
  Architecture: amd64
  Date: Mon Jun 21 20:21:14 2010
  ProcEnviron:
   LANGUAGE=
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: avogadro

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

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


[Desktop-packages] [Bug 571464] Re: pulseaudio stutters while playing music

2016-02-05 Thread dino99
Closing that outdated report as EOL has been reached long time ago

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

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

Title:
  pulseaudio stutters while playing music

Status in alsa-driver package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: pulseaudio

  On my Asus Eee PC 900HA using Ubuntu 10.04 RC, listening to music is
  nearly impossible with stuttering occurring regularly even when no
  other applications are running. I'm attaching a pulseaudio log to show
  you what's going on.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: pulseaudio 1:0.9.22~0.9.21+stable-queue-32-g8478-0ubuntu14
  ProcVersionSignature: Ubuntu 2.6.32-21.32-generic 2.6.32.11+drm33.2
  Uname: Linux 2.6.32-21-generic i686
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21.
  AplayDevices:
    List of PLAYBACK Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC269 Analog [ALC269 Analog]
     Subdevices: 1/1
     Subdevice #0: subdevice #0
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC269 Analog [ALC269 Analog]
     Subdevices: 1/1
     Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nick   3764 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xf3db8000 irq 22'
     Mixer name : 'Realtek ALC269'
     Components : 'HDA:10ec0269,10438330,0014'
     Controls  : 12
     Simple ctrls  : 7
  Date: Wed Apr 28 16:40:25 2010
  InstallationMedia: Ubuntu 10.04 "Lucid Lynx" - Beta i386 (20100406.1)
  ProcEnviron:
   LANG=en_US.utf8
   SHELL=/bin/bash
  SourcePackage: pulseaudio
  dmi.bios.date: 03/02/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0803
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: 900HA
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: x.xx
  dmi.chassis.asset.tag: 0x
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTek Computer INC.
  dmi.chassis.version: x.x
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0803:bd03/02/2009:svnASUSTeKComputerINC.:pn900HA:pvrx.x:rvnASUSTeKComputerINC.:rn900HA:rvrx.xx:cvnASUSTekComputerINC.:ct10:cvrx.x:
  dmi.product.name: 900HA
  dmi.product.version: x.x
  dmi.sys.vendor: ASUSTeK Computer INC.

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

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


[Desktop-packages] [Bug 601586] Re: package texlive-binaries 2009-5ubuntu0.1 failed to install/upgrade: problemas de dependência - deixando desconfigurado - This error ocurred when I was installing th

2016-02-05 Thread dino99
Closing that outdated report as EOL has been reached long time ago

** Changed in: texlive-bin (Ubuntu)
   Status: New => Invalid

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

Title:
  package texlive-binaries 2009-5ubuntu0.1 failed to install/upgrade:
  problemas de dependência - deixando desconfigurado - This error
  ocurred when I was installing the package abntex

Status in texlive-bin package in Ubuntu:
  Invalid

Bug description:
  This error ocurred when I was installing the package abntex using
  "Central de Programas". "Central de Programas" is the name in
  portuguese-PT-BR for the GUI program where I can choose a package,
  click on then and ask to be installed from repository. I dont know the
  name in english.

  ProblemType: Package
  DistroRelease: Ubuntu 10.04
  Package: texlive-binaries 2009-5ubuntu0.1
  ProcVersionSignature: Ubuntu 2.6.32-23.37-generic 2.6.32.15+drm33.5
  Uname: Linux 2.6.32-23-generic i686
  Architecture: i386
  Date: Sat Jul  3 22:00:27 2010
  ErrorMessage: problemas de dependência - deixando desconfigurado
  InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
  SourcePackage: texlive-bin
  Title: package texlive-binaries 2009-5ubuntu0.1 failed to install/upgrade: 
problemas de dependência - deixando desconfigurado

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

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


[Desktop-packages] [Bug 1542347] [NEW] Revert change default nautilus icon-view zoom level to small

2016-02-05 Thread Doug McMahon
Public bug reported:

With nautilus reverting to 3.14 that default will give smaller than
expected icons, ie. 66% vs. 100%

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: ubuntu-settings 15.10.6 [modified: 
usr/share/glib-2.0/schemas/10_ubuntu-settings.gschema.override]
ProcVersionSignature: Ubuntu 4.4.0-2.16-generic 4.4.0
Uname: Linux 4.4.0-2-generic x86_64
ApportVersion: 2.19.4-0ubuntu2
Architecture: amd64
CurrentDesktop: Unity
Date: Fri Feb  5 09:38:25 2016
InstallationDate: Installed on 2016-01-14 (21 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160114)
PackageArchitecture: all
SourcePackage: ubuntu-settings
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: ubuntu-settings (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug xenial

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

Title:
  Revert change default nautilus icon-view zoom level to small

Status in ubuntu-settings package in Ubuntu:
  New

Bug description:
  With nautilus reverting to 3.14 that default will give smaller than
  expected icons, ie. 66% vs. 100%

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: ubuntu-settings 15.10.6 [modified: 
usr/share/glib-2.0/schemas/10_ubuntu-settings.gschema.override]
  ProcVersionSignature: Ubuntu 4.4.0-2.16-generic 4.4.0
  Uname: Linux 4.4.0-2-generic x86_64
  ApportVersion: 2.19.4-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Feb  5 09:38:25 2016
  InstallationDate: Installed on 2016-01-14 (21 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160114)
  PackageArchitecture: all
  SourcePackage: ubuntu-settings
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 596046] Re: package texlive-base (not installed) failed to install/upgrade: il sottoprocesso nuovo script pre-installation ha restituito lo stato di errore 1

2016-02-05 Thread dino99
Closing that outdated report as EOL has been reached long time ago

** Changed in: texlive-base (Ubuntu)
   Status: New => Invalid

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

Title:
  package texlive-base (not installed) failed to install/upgrade: il
  sottoprocesso nuovo script pre-installation ha restituito lo stato di
  errore 1

Status in texlive-base package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: texlive-base

  I am updating ubuntu

  ProblemType: Package
  DistroRelease: Ubuntu 10.04
  Package: texlive-base (not installed)
  ProcVersionSignature: Ubuntu 2.6.32-22.36-generic 2.6.32.11+drm33.2
  Uname: Linux 2.6.32-22-generic x86_64
  NonfreeKernelModules: nvidia
  Architecture: amd64
  Date: Fri Jun 18 12:01:47 2010
  ErrorMessage: il sottoprocesso nuovo script pre-installation ha restituito lo 
stato di errore 1
  InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100429)
  SourcePackage: texlive-base
  Title: package texlive-base (not installed) failed to install/upgrade: il 
sottoprocesso nuovo script pre-installation ha restituito lo stato di errore 1

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

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


[Desktop-packages] [Bug 1522316] Re: Icons are too big

2016-02-05 Thread Doug McMahon
However the fix-released for ubuntu-settings needs to be reverted
https://bugs.launchpad.net/ubuntu/+source/ubuntu-settings/+bug/1542347

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

Title:
  Icons are too big

Status in Nautilus:
  Incomplete
Status in nautilus package in Ubuntu:
  Triaged
Status in ubuntu-settings package in Ubuntu:
  Fix Released

Bug description:
  On xenial the icons in nautilus (also on the Desktop) are too big.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: nautilus 1:3.18.2-1ubuntu1
  ProcVersionSignature: Ubuntu 4.2.0-19.23-generic 4.2.6
  Uname: Linux 4.2.0-19-generic x86_64
  ApportVersion: 2.19.2-0ubuntu8
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Dec  3 09:37:55 2015
  GsettingsChanges:
   b'org.gnome.nautilus.list-view' b'default-visible-columns' b"['name', 
'size', 'type', 'date_modified']"
   b'org.gnome.nautilus.list-view' b'default-column-order' b"['name', 'size', 
'type', 'date_modified', 'owner', 'group', 'permissions', 'mime_type', 'where']"
  InstallationDate: Installed on 2015-04-30 (216 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  SourcePackage: nautilus
  SystemImageInfo: Error: command ['system-image-cli', '-i'] failed with exit 
code 2:
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 579557] Re: Microphones not working after the upgrade to Lucid

2016-02-05 Thread dino99
Closing that outdated report as EOL has been reached long time ago

** Changed in: pulseaudio (Ubuntu)
   Status: New => Invalid

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

Title:
  Microphones not working after the upgrade to Lucid

Status in pulseaudio package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: pulseaudio

  Ok,

  completely broken sound after upgrade. Sound output stops after
  resume, as in bug#578660. In addition, I have lost my microphones (the
  internal one for sure, the external I still do not know).

  I tried to add

  options snd-hda-intel model=toshiba

  to my alsa-base.conf, but till now, no luck. And I noticed by lsmod
  that the snd-hda-realtek module is loaded too, don't know why.

  This bug report supersedes bug#579481, as I could not find how to add
  apport sound information to it.

  BTW, ubuntu-bug told me pulseaudio crashed, but it's not true...

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: pulseaudio 1:0.9.22~0.9.21+stable-queue-32-g8478-0ubuntu14
  ProcVersionSignature: Ubuntu 2.6.32-22.33-generic 2.6.32.11+drm33.2
  Uname: Linux 2.6.32-22-generic i686
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21.
  AplayDevices:
    List of PLAYBACK Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC268 Analog [ALC268 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC268 Analog [ALC268 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  romano 1927 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xd064 irq 22'
 Mixer name : 'Realtek ALC268'
 Components : 'HDA:10ec0268,1179ff50,0013 
HDA:11c11040,11790001,00100200'
 Controls  : 13
 Simple ctrls  : 10
  Date: Wed May 12 18:45:28 2010
  ProcEnviron:
   SHELL=/bin/bash
   LANG=en_GB.UTF-8
   LANGUAGE=en_GB:en
  SourcePackage: pulseaudio
  Symptom: audio
  Title: Pulseaudio is not running
  dmi.bios.date: 06/23/2008
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: V3.10
  dmi.board.name: Satellite U305
  dmi.board.vendor: TOSHIBA
  dmi.board.version: Not Applicable
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnTOSHIBA:bvrV3.10:bd06/23/2008:svnTOSHIBA:pnSatelliteU305:pvrPSU34U-00L003:rvnTOSHIBA:rnSatelliteU305:rvrNotApplicable:cvnTOSHIBA:ct10:cvrN/A:
  dmi.product.name: Satellite U305
  dmi.product.version: PSU34U-00L003
  dmi.sys.vendor: TOSHIBA

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

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


[Desktop-packages] [Bug 563416] Re: sane-backends does not detect scanner, only webcam

2016-02-05 Thread dino99
Closing that outdated report as EOL has been reached long time ago

** Changed in: sane-backends (Ubuntu)
   Status: New => Invalid

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

Title:
  sane-backends does not detect scanner, only webcam

Status in sane-backends package in Ubuntu:
  Invalid

Bug description:
  I am running Ubuntu 10.04 beta2 64-bit with updates. I have an HP
  Pavilion dv5 with integrated webcam, and I have a Lexmark x5650 which
  prints, scans, and faxes. I have successfully gotten my x5650 to scan
  on another machine (also 10.04 beta2, but 32-bit, and no integrated
  webcam, although it does have a usb webcam). This problem also
  occurred on my HP with Karmic as well. I am still able to print; I
  just cannot scan on the HP.

  I open up Simple Scan from the Applications menu. I go to Preferences
  in the Documents menu in Simple Scan. There I only see my webcam as an
  option, or I see no option at all.

  Here's simple-scan -d with the scanner plugged in:

  ** (simple-scan:2265): DEBUG: Starting Simple Scan 1.0.0, PID=2265
  ** (simple-scan:2265): DEBUG: Restoring window to 600x400 pixels
  ** (simple-scan:2265): DEBUG: sane_init () -> SANE_STATUS_GOOD
  ** (simple-scan:2265): DEBUG: SANE version 1.0.20
  ** (simple-scan:2265): DEBUG: Requesting redetection of scan devices
  ** (simple-scan:2265): DEBUG: Processing request
  ** (simple-scan:2265): DEBUG: Stopping scan thread

  It freezes at Processing request. I have to force the application to
  quit.

  
  Here's simple-scan -d with the scanner unplugged, and then plugged in after 
it has opened:

  ** (simple-scan:2273): DEBUG: Starting Simple Scan 1.0.0, PID=2273
  ** (simple-scan:2273): DEBUG: Restoring window to 600x400 pixels
  ** (simple-scan:2273): DEBUG: sane_init () -> SANE_STATUS_GOOD
  ** (simple-scan:2273): DEBUG: SANE version 1.0.20
  ** (simple-scan:2273): DEBUG: Requesting redetection of scan devices
  ** (simple-scan:2273): DEBUG: Processing request
  ** (simple-scan:2273): DEBUG: sane_get_devices () -> SANE_STATUS_GOOD
  ** (simple-scan:2273): DEBUG: Device: name="v4l:/dev/video0" vendor="Noname" 
model="HP Webcam" type="virtual device"
  ** (simple-scan:2273): DEBUG: Requesting redetection of scan devices
  ** (simple-scan:2273): DEBUG: Processing request

  At this point it freezes, and I have to force simple-scan to quit.

  Here's the output of some terminal commands that might be helpful:

  sane-find-scanner

# sane-find-scanner will now attempt to detect your scanner. If the
# result is different from what you expected, first make sure your
# scanner is powered up and properly connected to your computer.

# No SCSI scanners found. If you expected something different, make sure 
that
# you have loaded a kernel SCSI driver for your SCSI adapter.

  found USB scanner (vendor=0x043d [Lexmark], product=0x013f [5600-6600 
Series]) at libusb:002:003
# Your USB scanner was (probably) detected. It may or may not be supported 
by
# SANE. Try scanimage -L and read the backend's manpage.

# Not checking for parallel port scanners.

# Most Scanners connected to the parallel port or other proprietary ports
# can't be detected by this program.

# You may want to run this program as root to find all devices. Once you
# found the scanner devices, be sure to adjust access permissions as
# necessary.

  
  lsusb

  Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  Bus 002 Device 003: ID 043d:013f Lexmark International, Inc. 
  Bus 002 Device 002: ID 0424:2524 Standard Microsystems Corp. USB MultiSwitch 
Hub
  Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  Bus 001 Device 004: ID 0bda:0158 Realtek Semiconductor Corp. Mass Storage 
Device
  Bus 001 Device 003: ID 0408:03ba Quanta Computer, Inc. 
  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

  
  ls -l /dev/bus/usb/*/*

  crw-rw-r-- 1 root root 189,   0 2010-04-14 16:50 /dev/bus/usb/001/001
  crw-rw-r-- 1 root root 189,   2 2010-04-14 16:50 /dev/bus/usb/001/003
  crw-rw-r-- 1 root root 189,   3 2010-04-14 16:50 /dev/bus/usb/001/004
  crw-rw-r-- 1 root root 189, 128 2010-04-14 16:50 /dev/bus/usb/002/001
  crw-rw-r-- 1 root root 189, 129 2010-04-14 16:50 /dev/bus/usb/002/002
  crw-rw-rw- 1 root root 189, 130 2010-04-14 17:01 /dev/bus/usb/002/003
  crw-rw-r-- 1 root root 189, 256 2010-04-14 16:50 /dev/bus/usb/003/001
  crw-rw-r-- 1 root root 189, 384 2010-04-14 16:50 /dev/bus/usb/004/001
  crw-rw-r-- 1 root root 189, 512 2010-04-14 16:50 /dev/bus/usb/005/001
  crw-rw-r-- 1 root root 189, 640 2010-04-14 16:50 /dev/bus/usb/006/001

  
  lpstat -v

  device 

[Desktop-packages] [Bug 574013] Re: Can not display pixmaps via opengl in qt

2016-02-05 Thread dino99
Closing that outdated report as EOL has been reached long time ago

** Changed in: mesa (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  Can not display pixmaps via opengl in qt

Status in mesa package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: python-qt4

  If I try to display pixmaps using opengl in qt, all I get is a white
  square and an error message that says, "WARNING: Application calling
  GLX 1.3 function "glXCreatePixmap" when GLX 1.3 is not supported!
  This is an application bug!"

  This problem did not exist under karmic.
  I'll attach a simple script that produces the bug for me.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: python-qt4-gl 4.7.2-0ubuntu1
  ProcVersionSignature: Ubuntu 2.6.32-21.32-generic 2.6.32.11+drm33.2
  Uname: Linux 2.6.32-21-generic i686
  Architecture: i386
  Date: Sun May  2 17:13:05 2010
  EcryptfsInUse: Yes
  InstallationMedia: Kubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100427)
  ProcEnviron:
   LANGUAGE=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: python-qt4

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

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


[Desktop-packages] [Bug 596748] Re: apport-bug --save /tmp/file.apport does not show Apport window and exits without doing anything

2016-02-05 Thread dino99
Apport has been redesigned a lot since that report issue.
Closing that outdated report as EOL has been reached long time ago

** Changed in: apport (Ubuntu)
   Status: Triaged => Invalid

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

Title:
  apport-bug --save /tmp/file.apport does not show Apport window and
  exits without doing anything

Status in apport package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: apport

  When I launch "apport-bug" (without parameters) a window is shown, so I can 
explain the bug I'm experiencing.
  Launching "apport-bug --save /tmp/file.apport", does not show that window, 
but exits and does not save the report (as there's nothing to save, I guess, 
because I haven't provided the information needed to report it)

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: apport 1.13.3-0ubuntu2
  ProcVersionSignature: Ubuntu 2.6.32-23.37-generic 2.6.32.15+drm33.5
  Uname: Linux 2.6.32-23-generic x86_64
  NonfreeKernelModules: nvidia
  ApportLog:
   
  Architecture: amd64
  Date: Mon Jun 21 07:40:32 2010
  PackageArchitecture: all
  ProcEnviron:
   LANG=it_IT.utf8
   SHELL=/bin/bash
  SourcePackage: apport

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

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


[Desktop-packages] [Bug 596342] Re: no sound

2016-02-05 Thread dino99
Closing that outdated report as EOL has been reached long time ago

** Changed in: pulseaudio (Ubuntu)
   Status: New => Invalid

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

Title:
  no sound

Status in pulseaudio package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: pulseaudio

  I have a dell latitude d610, and I have not sound. This must have
  started after an upgrade, because when I first install 10.04, sound
  worked.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: pulseaudio 1:0.9.22~0.9.21+stable-queue-32-g8478-0ubuntu14
  ProcVersionSignature: Ubuntu 2.6.32-22.36-generic 2.6.32.11+drm33.2
  Uname: Linux 2.6.32-22-generic i686
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21.
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  dkelly62022 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'ICH6'/'Intel ICH6 with STAC9750,51 at irq 16'
 Mixer name : 'SigmaTel STAC9750,51'
 Components : 'AC97a:83847650'
 Controls  : 38
 Simple ctrls  : 24
  Date: Sat Jun 19 15:16:51 2010
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: pulseaudio
  dmi.bios.date: 03/02/2005
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A03
  dmi.board.name: 0D4571
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA03:bd03/02/2005:svnDellInc.:pnLatitudeD610:pvr:rvnDellInc.:rn0D4571:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Latitude D610
  dmi.sys.vendor: Dell Inc.

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

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


[Desktop-packages] [Bug 573674] Re: sound from speakers and external speakers together

2016-02-05 Thread dino99
Closing that outdated report as EOL has been reached long time ago

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

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

Title:
  sound from speakers and external speakers together

Status in alsa-driver package in Ubuntu:
  Invalid

Bug description:
  Using an HP G60-530US
  When I first installed Kubuntu10.4 I could get sound from the internal 
speakers but not external speakers and the mixer showed only a master, 2 mics 
and IEC958 (mute only, no levels). No others available.

  After a reboot a level appeared for PCM but no others available.

  Now I can get sound from both internal and external speakers together
  but can not mute the internal ones

  Also Skype and Audacity can not use the internal microphones (this may
  be part of the same problem or a separate issue, I don't know)

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: phonon 4:4.6.2-0ubuntu5
  ProcVersionSignature: Ubuntu 2.6.32-21.32-generic 2.6.32.11+drm33.2
  Uname: Linux 2.6.32-21-generic x86_64
  Architecture: amd64
  Date: Sun May  2 16:34:24 2010
  InstallationMedia: Kubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100427)
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=
   LANG=en_GB.utf8
   SHELL=/bin/bash
  SourcePackage: qt4-x11
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21.
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: HDA Generic [HDA Generic]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  peter2 1559 F pulseaudio
   /dev/snd/pcmC0D0p:   peter2 1559 F...m pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xd470 irq 22'
 Mixer name : 'Intel G45 DEVCTG'
 Components : 'HDA:14f15067,103c360b,00100301 
HDA:80862802,80860101,0010'
 Controls  : 11
 Simple ctrls  : 6
  DistroRelease: Ubuntu 10.04
  InstallationMedia: Kubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100427)
  Package: alsa-base 1.0.22.1+dfsg-0ubuntu3
  PackageArchitecture: all
  ProcEnviron:
   LANG=en_GB.utf8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.32-22.36-generic 2.6.32.11+drm33.2
  Tags: lucid
  Uname: Linux 2.6.32-22-generic x86_64
  UserGroups: adm admin audio cdrom dialout floppy fuse lpadmin plugdev video
  dmi.bios.date: 09/11/2009
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.53
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 3612
  dmi.board.vendor: Wistron
  dmi.board.version: 09.66
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Wistron
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.53:bd09/11/2009:svnHewlett-Packard:pnHPG60NotebookPC:pvr039212200C102:rvnWistron:rn3612:rvr09.66:cvnWistron:ct10:cvrChassisVersion:
  dmi.product.name: HP G60 Notebook PC
  dmi.product.version: 039212200C102
  dmi.sys.vendor: Hewlett-Packard

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

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


[Desktop-packages] [Bug 1522316] Re: Icons are too big

2016-02-05 Thread Sebastien Bacher
@Doug, thanks ;-) it's on my list, the week is just being busy...

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

Title:
  Icons are too big

Status in Nautilus:
  Incomplete
Status in nautilus package in Ubuntu:
  Triaged
Status in ubuntu-settings package in Ubuntu:
  Fix Released

Bug description:
  On xenial the icons in nautilus (also on the Desktop) are too big.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: nautilus 1:3.18.2-1ubuntu1
  ProcVersionSignature: Ubuntu 4.2.0-19.23-generic 4.2.6
  Uname: Linux 4.2.0-19-generic x86_64
  ApportVersion: 2.19.2-0ubuntu8
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Dec  3 09:37:55 2015
  GsettingsChanges:
   b'org.gnome.nautilus.list-view' b'default-visible-columns' b"['name', 
'size', 'type', 'date_modified']"
   b'org.gnome.nautilus.list-view' b'default-column-order' b"['name', 'size', 
'type', 'date_modified', 'owner', 'group', 'permissions', 'mime_type', 'where']"
  InstallationDate: Installed on 2015-04-30 (216 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  SourcePackage: nautilus
  SystemImageInfo: Error: command ['system-image-cli', '-i'] failed with exit 
code 2:
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1540194] Re: OpenGL stutter and freeze when rotation = Counterclockwise

2016-02-05 Thread Me
** Changed in: mesa (Ubuntu)
 Assignee: (unassigned) => Me (mayerchristel)

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

Title:
  OpenGL stutter and freeze when rotation = Counterclockwise

Status in mesa package in Ubuntu:
  New

Bug description:
  My PC is an Intel Core I3 and I use the built-in HD 4600 graphics. My
  display is 1680x1050, connected via DVI-D, Ubuntu version is 15.10
  64-bit.

  I do a fresh Ubuntu install and install and run glmark2. The horse
  spins smoothly.

  I set "System settings -> Displays -> Rotation" to "Counterclockwise",
  rotate my display and run glmark2 again. The horse totally stutters.

  When the rotation is "Counterclockwise" other OpenGL applications will
  even freeze.

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

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


[Desktop-packages] [Bug 589485] Re: Ignores physical display size and calculates based on 96DPI

2016-02-05 Thread Sergio Callegari
Yes. As mentioned it is a single patch to apply, that has been available
since the very first day the bug was reported, actually 8 years ago (I
was wrong when I said 6). Incidentally, I was the second reporter of
this issue, with Bug #572943, the second lowest numbered duplicate, one
month before the bug that is hosting this discussion was opened.  I
started saying that the bug needed a higher priority in 2013. So,
please, do not enter a discussion with a long history just to label
things and be aggressive, rather start asking why that single patch
remained not applied for 6-8 years.

Just to recall some history, the issue began with the use of EDID
information for DPI being *intentionally* removed upstream, for many
reasons including adhering to what other OSs used to do at that time.
When some other people and I started insisting to have the feature
restored at least in ubuntu, there was resistance. Resistance was
partially justified (e.g. on the upstream lists, see
https://bugs.freedesktop.org/show_bug.cgi?id=23705 "CLOSED" as "NOT A
BUG") by the consideration that merely reintroducing the feature was not
enough and that a better vision for managing the growing variety of
display types (including hi-dpi) was needed. This is why considerations
on the approaches taken by other OSs and on long term desiderata started
being discussed alongside the short term solutions.

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

Title:
  Ignores physical display size and calculates based on 96DPI

Status in X.Org X server:
  Confirmed
Status in xorg-server package in Ubuntu:
  Confirmed

Bug description:
  The X server, starting with 1.7, ignores the physical size reported by
  the EDID or in xorg.conf and calculates it based on screen resolution
  and a DPI of 96.

  This is rather annoying for users of high DPI screens.

  GNOME and KDE (used?) to set 96 DPI by default in their settings.  We
  should check whether they still do, and if so let them handle this; I
  don't think X should be handling this.

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

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


[Desktop-packages] [Bug 600090] Re: scrolling problem in mailfilter list

2016-02-05 Thread dino99
Closing that outdated report as EOL has been reached long time ago

** Changed in: thunderbird (Ubuntu)
   Status: New => Invalid

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

Title:
  scrolling problem in mailfilter list

Status in thunderbird package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: thunderbird

  there must be a change in newer thunderbird versions, than before
  (version ~2.0) I never noticed something like this.

  When I create a new filter in my current list and wanna put the new
  entry down with ALT+U than the complete list flickers... its like its
  scrolling down and jumping up again. When its scrolling down it starts
  at the last down position and moves there the entry .. then back again
  to top and so on...

  yes my filter list is very long and its really not nice.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: thunderbird 3.0.4+nobinonly-0ubuntu4
  ProcVersionSignature: Ubuntu 2.6.32-23.37-generic-pae 2.6.32.15+drm33.5
  Uname: Linux 2.6.32-23-generic-pae i686
  NonfreeKernelModules: nvidia
  Architecture: i386
  Date: Wed Jun 30 08:38:24 2010
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 10.04 "Lucid Lynx" - Beta i386 (20100406.1)
  ProcEnviron:
   PATH=(custom, user)
   LANG=de_DE.utf8
   SHELL=/bin/bash
  SourcePackage: thunderbird

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

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


[Desktop-packages] [Bug 1534678] Re: huawei plugin not used on for USB webstick E173s-1 [usb: 12d1:14d1/14c9]

2016-02-05 Thread H.-R. Oberhage
I can now confirm my analysis of the bug! And I got a new and
unpleaseant surprise, too.

First I compiled a version of modemmanager (1.4.10) where the wrongly
returned pci-id 8068:3b34 is swapped to the correct usb-id 12d1:14c9 in
"get_device_ids". This is just a hack, of course, no solution. Now the
'huawei' plugin is used instead of the 'generic' one and all seems well.
Remember, the whole thing used to work in Ubuntu 15.04 and before!

But now the NetworkManager complains with an odd message:
NetworkManager[1108]:   (ttyUSB2): Failed to connect 'Vodafone 
WebSessions': Connection requested both IPv4 and IPv6 but dual-stack addressing 
is unsupported by the modem.
And although it is marked as a warning, it makes a network connection 
impossible:
NetworkManager[1108]:   (ttyUSB2): device state change: prepare -> failed 
(reason 'modem-init-failed') [40 120 28]

Since the capabilities come from the modemmanager I still think, here is the 
right place to begin the repair.
(From my previous (working!) connections I do know, that IPv4 will be 
sufficient, but I find no way to signal this to the NetworkManager!)

Any usefull advice will be welcome. Thanks.

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

Title:
  huawei plugin not used on for USB webstick E173s-1 [usb:
  12d1:14d1/14c9]

Status in modemmanager package in Ubuntu:
  New

Bug description:
  Starting with Ubuntu 15.10 (wily) my USB webstick does not work any
  longer. It used to work with Ubuntu for several previous versions.

  My stick is a Huawei E173s-1 with a usb-vendor/-product id 12d1:14d1 before 
and 12d1:14c9 after 'modeswitch'.
  The - or at least one - reason for not working any longer is, that 
modemmanager uses the 'generic' plugin, instead of the 'huawei' one. The 
behaviour does not depend on my software-configuration. It happens from a plain 
15.10 live-version up to my installed up-to-date-patched notebook (amd64 
architecture, but from what's written below, I don't think it is 
architecture-specific.)

  Using the --debug - option from 'modemmanager' and tracing with gdb after 
loading the -gdb .deb-package, I came to the following conclusions:
  The 'huawei' plugin is filtered out in the 'pre' phase, already, the reason 
being vendor-/product-id mismatch.
  The vendor-/product-ids 'detected' instead by the "get_device_ids"-function 
in "mm-device.c" are 8068:3b34 for the Intel USB 2 ehci host controller, which 
actually is a 'child'(??) device of the stick. The problem arises, when 
checking the first of the ttyUSBx (x being 0, 1, 2, and 3) devices for the 
stick in "find_physical_device", which calls "get_device_ids" later on.

  As far as I can tell, the error originates in the
  "g_udev_device_get_property" call for ID_VENDOR_ID and ID_MODEL_ID in
  the 'lib_gudev' library, which returns the false ids. It might even
  come from 'udev'. A 'udevadm info' display of the USB-tree shows the
  correct(!) vendor-/product-ids for the whole tree, though!

  Once the 'generic' plugin has been (wrongly) chosen, the debug info
  shows the correct ids (12d1:14c9) for the 'selected' device (again).
  It however won't configure my stick, telling me that the device is not
  capable of taking ipv4/ipv6 information.

  So far for the facts.

  Now allow me some speculation and a proposal:
  I would assume, that the whole mess comes from the very faulty, buggy and 
problematic 'systemd', which controls 'udev' in 'wily'. The "lib_gudev" is also 
a split-off part from it. With 'systemd' it is no longer possible to manually 
interfere with wrong or questionable decisions, as could be done with standard 
'udev' via rules or 'sys-v-init' by changing (ba)sh-scripts.

  Now my proposal (and wish) would be to install some mechanism in
  'modemmanager' to overwrite/force a plugin selection from the outside,
  as is e.g. done for selecting ports with the "77-mm-huawei-net-port-
  types.rules" (ID_MM_HUAWEI_MODEM_PORT and similar). Any other
  mechanism would be welcome, too. With this, one could correct any poor
  choice made by a binary program or library. And it would not hit
  ordinary or inexperienced users. Thank you.

  And thanks for the good work!

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: modemmanager 1.4.10-1ubuntu2
  ProcVersionSignature: Ubuntu 4.2.0-23.28-generic 4.2.6
  Uname: Linux 4.2.0-23-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Jan 15 17:37:09 2016
  InstallationDate: Installed on 2015-07-08 (191 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  SourcePackage: modemmanager
  UpgradeStatus: Upgraded to wily on 2015-10-23 (84 days ago)

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


[Desktop-packages] [Bug 1542602] [NEW] can not boost volume past 100% using vol control applet

2016-02-05 Thread garypeg
Public bug reported:

I am running 15.10 and with the latest update the volume control
behavior changed.  Before I could use the volume applet to increase the
vol past 100%.  I can no longer do that.  The applet control stops at
100.  If I choose 'Sound Settings' I can up the vol past 100%.

 4.2.0-27-generic
Lenovo Flex 2  

>From  lshw, two references to sound

Haswell-ULT HD Audio Controller
8 Series HD Audio Controller


pulseaudio:
  Installed: 1:6.0-0ubuntu13
  Candidate: 1:6.0-0ubuntu13
  Version table:
 *** 1:6.0-0ubuntu13 0
500 http://es.archive.ubuntu.com/ubuntu/ wily/main amd64 Packages
100 /var/lib/dpkg/status

** Affects: ubuntu-wallpapers (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  can not boost volume past 100% using vol control applet

Status in ubuntu-wallpapers package in Ubuntu:
  New

Bug description:
  I am running 15.10 and with the latest update the volume control
  behavior changed.  Before I could use the volume applet to increase
  the vol past 100%.  I can no longer do that.  The applet control stops
  at 100.  If I choose 'Sound Settings' I can up the vol past 100%.

   4.2.0-27-generic
  Lenovo Flex 2  

  From  lshw, two references to sound

  Haswell-ULT HD Audio Controller
  8 Series HD Audio Controller

  
  pulseaudio:
Installed: 1:6.0-0ubuntu13
Candidate: 1:6.0-0ubuntu13
Version table:
   *** 1:6.0-0ubuntu13 0
  500 http://es.archive.ubuntu.com/ubuntu/ wily/main amd64 Packages
  100 /var/lib/dpkg/status

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

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


[Desktop-packages] [Bug 1542603] [NEW] can not boost volume past 100% using vol control applet

2016-02-05 Thread garypeg
Public bug reported:

I am running 15.10 and with the latest update the volume control
behavior changed.  Before I could use the volume applet to increase the
vol past 100%.  I can no longer do that.  The applet control stops at
100.  If I choose 'Sound Settings' I can up the vol past 100%.

 4.2.0-27-generic
Lenovo Flex 2  

>From  lshw, two references to sound

Haswell-ULT HD Audio Controller
8 Series HD Audio Controller


pulseaudio:
  Installed: 1:6.0-0ubuntu13
  Candidate: 1:6.0-0ubuntu13
  Version table:
 *** 1:6.0-0ubuntu13 0
500 http://es.archive.ubuntu.com/ubuntu/ wily/main amd64 Packages
100 /var/lib/dpkg/status

** Affects: ubuntu-wallpapers (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  can not boost volume past 100% using vol control applet

Status in ubuntu-wallpapers package in Ubuntu:
  New

Bug description:
  I am running 15.10 and with the latest update the volume control
  behavior changed.  Before I could use the volume applet to increase
  the vol past 100%.  I can no longer do that.  The applet control stops
  at 100.  If I choose 'Sound Settings' I can up the vol past 100%.

   4.2.0-27-generic
  Lenovo Flex 2  

  From  lshw, two references to sound

  Haswell-ULT HD Audio Controller
  8 Series HD Audio Controller

  
  pulseaudio:
Installed: 1:6.0-0ubuntu13
Candidate: 1:6.0-0ubuntu13
Version table:
   *** 1:6.0-0ubuntu13 0
  500 http://es.archive.ubuntu.com/ubuntu/ wily/main amd64 Packages
  100 /var/lib/dpkg/status

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

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


[Desktop-packages] [Bug 1405808] Re: Landscape service background remains orange after clicking cancel

2016-02-05 Thread Sebastien Bacher
the landscape installer has been deprecated, closing this bug

** Changed in: unity-control-center (Ubuntu)
   Status: Triaged => Invalid

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

Title:
  Landscape service background remains orange after clicking cancel

Status in unity-control-center package in Ubuntu:
  Invalid

Bug description:
  Steps to reproduce:

  - Open unity-control-center
  - Click "Landscape service"
  - In the dialog that opens, click "cancel"
  - The background of the "Landscape service" icon will remain orange, despite 
the user not clicking on it for a second time

  To resolve this issue, click anywhere on the preference pane.

  
  1) I'm using Ubuntu 14.10 (if I recall it also occurs in 14.04).
  2)   Installed: 14.10.0+14.10.20140922-0ubuntu2
Candidate: 14.10.0+14.10.20140922-0ubuntu2
Version table:
   *** 14.10.0+14.10.20140922-0ubuntu2 0
  500 http://archive.ubuntu.com/ubuntu/ utopic/main amd64 Packages
  100 /var/lib/dpkg/status
  3) I expected the orange background not to be there.
  4) The orange background appeared.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-control-center/+bug/1405808/+subscriptions

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


[Desktop-packages] [Bug 1542428] Re: package libgl1-mesa-glx:amd64 10.1.3-0ubuntu0.6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2016-02-05 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 mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1542428

Title:
  package libgl1-mesa-glx:amd64 10.1.3-0ubuntu0.6 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 2

Status in mesa package in Ubuntu:
  New

Bug description:
  Setting up libgl1-mesa-glx:amd64 (10.1.3-0ubuntu0.6) ...
  update-alternatives: warning: forcing reinstallation of alternative 
/usr/lib/fglrx/ld.so.conf because link group x86_64-linux-gnu_gl_conf is broken
  update-alternatives: error: unable to remove '/etc/ati': Is a directory
  dpkg: error processing package libgl1-mesa-glx:amd64 (--configure):
   subprocess installed post-installation script returned error exit status 2
  dpkg: dependency problems prevent configuration of openjdk-7-jre:amd64:
   openjdk-7-jre:amd64 depends on libgl1-mesa-glx | libgl1; however:
Package libgl1-mesa-glx:amd64 is not configured yet.
Package libgl1 is not installed.
Package libgl1-mesa-glx:amd64 which provides libgl1 is not configured yet.

  dpkg: error processing package openjdk-7-jre:amd64 (--configure):
   dependency problems - leaving unconfigured
  dpkg: dependency problems prevent configuration of virtualbox-qt:
   virtualbox-qt depends on libgl1-mesa-glx | libgl1; however:
Package libgl1-mesa-glx:amd64 is not configured yet.
Package libgl1 is not installed.
Package libgl1-mesa-glx:amd64 which provides libgl1 is not configured yet.

  dpkg: error processing package virtualbox-qt (--configure):
   dependency problems - leaving unconfigured
  Setting up fglrx-updates (2:15.200-0ubuntu0.5) ...
  No apport report written because the error message indicates its a followup 
error from a previous failure.
No apport report written because the error message 
indicates its a followup error from a previous failure.
  update-alternatives: 
warning: forcing reinstallation of alternative /usr/lib/fglrx/ld.so.conf 
because link group x86_64-linux-gnu_gl_conf is broken
  update-alternatives: error: unable to remove '/etc/ati': Is a directory
  dpkg: error processing package fglrx-updates (--configure):
   subprocess installed post-installation script returned error exit status 2
  No apport report written because MaxReports is reached already

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: libgl1-mesa-glx:amd64 10.1.3-0ubuntu0.6
  ProcVersionSignature: Ubuntu 3.13.0-76.120-generic 3.13.11-ckt30
  Uname: Linux 3.13.0-76-generic x86_64
  NonfreeKernelModules: vboxpci vboxnetadp vboxnetflt vboxdrv fglrx
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.19
  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: Fri Feb  5 09:48:24 2016
  DistUpgraded: 2014-06-14 08:37:15,634 DEBUG enabling apt cron job
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus:
   fglrx-updates-core, 15.200, 3.13.0-55-generic, x86_64: installed
   fglrx-updates-core, 15.200, 3.13.0-66-generic, x86_64: installed
   fglrx-updates-core, 15.200, 3.13.0-74-generic, x86_64: installed
   fglrx-updates-core, 15.200, 3.13.0-76-generic, x86_64: installed
   fglrx-updates-core, 15.200, 3.13.0-77-generic, x86_64: installed
  DuplicateSignature: 
package:libgl1-mesa-glx:amd64:10.1.3-0ubuntu0.6:subprocess installed 
post-installation script returned error exit status 2
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 2
  ExtraDebuggingInterest: I just need to know a workaround
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Barts PRO [Radeon HD 6850] 
[1002:6739] (prog-if 00 [VGA controller])
 Subsystem: XFX Pine Group Inc. Device [1682:3117]
  InstallationDate: Installed on 2011-11-16 (1541 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  MachineType: Gigabyte Technology Co., Ltd. EP45-UD3R
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-76-generic 
root=UUID=d7c5c03a-9573-4fb2-8d56-bd7a922b7a5f ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   dpkg 1.17.5ubuntu5.5
   apt  1.0.1ubuntu2.11
  SourcePackage: mesa
  Title: package libgl1-mesa-glx:amd64 10.1.3-0ubuntu0.6 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 2
  UpgradeStatus: Upgraded to trusty on 2014-06-14 (601 days ago)
  dmi.bios.date: 01/13/2009
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F6
  dmi.board.name: EP45-UD3R
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  

[Desktop-packages] [Bug 602817] Re: Hangs, eventually saying "The current command did not succeed."

2016-02-05 Thread dino99
Closing that outdated report as EOL has been reached long time ago

** Changed in: thunderbird (Ubuntu)
   Status: New => Invalid

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

Title:
  Hangs, eventually saying "The current command did not succeed."

Status in thunderbird package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: thunderbird

  "The current command did not succeed.  The mail server responded:The
  requested message could not be converted to an RFC-822 compatible
  format.

  ."

  I get this after waiting a long while for thunderbird possibly every
  morning at work.

  What command?

  This is probably while retrieving a large inbox via imap from an
  exchange server.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: thunderbird 3.0.4+nobinonly-0ubuntu4
  ProcVersionSignature: Ubuntu 2.6.32-23.37-generic 2.6.32.15+drm33.5
  Uname: Linux 2.6.32-23-generic i686
  Architecture: i386
  Date: Wed Jul  7 12:58:36 2010
  InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
  ProcEnviron:
   PATH=(custom, user)
   LANG=en_US.utf8
   SHELL=/bin/bash
  SourcePackage: thunderbird

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

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


[Desktop-packages] [Bug 518044] Re: xf86-video-vesa fails at DDC detection of optimal resolution

2016-02-05 Thread dino99
Closing that outdated report as EOL has been reached long time ago

** Changed in: xserver-xorg-video-vesa (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  xf86-video-vesa fails at DDC detection of optimal resolution

Status in xserver-xorg-video-vesa package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: xserver-xorg-video-vesa

  While temporarily purging -geode for a test, I noticed that -VESA
  fails to detect this display's 1280x1024 resolution and instead falls
  back to some ridiculously small 800x600 resolution.

  All configs and logs attached via Apport loops.

  ProblemType: Bug
  Architecture: i386
  Date: Sat Feb  6 15:37:30 2010
  DistroRelease: Ubuntu 10.04
  DkmsStatus: Error: [Errno 2] No such file or directory
  Lsusb:
   Bus 002 Device 003: ID 03f9:0100 KeyTronic Corp. Keyboard
   Bus 002 Device 002: ID 046d:c00e Logitech, Inc. M-BJ58/M-BJ69 Optical Wheel 
Mouse
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: First International Computer, Inc. ION603
  Package: xserver-xorg-video-vesa 1:2.2.1-2
  ProcCmdLine: root=UUID=97b2628b-28a5-49f2-85f7-495728b3bef8 ro vga=795 quiet 
splash  crashkernel=384M-2G:64M,2G-:128M
  ProcEnviron:
   LANGUAGE=fi_FI:fi:en_US:en
   PATH=(custom, user)
   LANG=fi_FI.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.32-10.14+bug396286v2-generic
  RelatedPackageVersions:
   xserver-xorg 1:7.5+1ubuntu2
   libgl1-mesa-glx 7.7-0ubuntu8
   libdrm2 2.4.17-0ubuntu2
   xserver-xorg-video-intel 2:2.9.1-1ubuntu4
  SourcePackage: xserver-xorg-video-vesa
  Uname: Linux 2.6.32-10-generic i586
  dmi.bios.date: 11/08/2007
  dmi.bios.vendor: Phoenix Technologies, LTD
  dmi.bios.version: 6.00 PG
  dmi.board.name: ION603
  dmi.board.vendor: First International Computer, Inc.
  dmi.board.version: PCB 2.X
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvr6.00PG:bd11/08/2007:svnFirstInternationalComputer,Inc.:pnION603:pvrVER2.X:rvnFirstInternationalComputer,Inc.:rnION603:rvrPCB2.X:cvn:ct3:cvr:
  dmi.product.name: ION603
  dmi.product.version: VER 2.X
  dmi.sys.vendor: First International Computer, Inc.
  system:
   distro: Ubuntu
   architecture:   i586kernel: 2.6.32-10-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-vesa/+bug/518044/+subscriptions

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


[Desktop-packages] [Bug 508733] Re: volume control app operates over ~25% of range

2016-02-05 Thread dino99
Closing that outdated report as EOL has been reached long time ago

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

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

Title:
  volume control app operates over ~25% of range

Status in gnome-media package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: gnome-media

  Lucid, gnome-media 2.28.1-1ubuntu2

  I'm running the exaile music player (version from bzr) and finding that the 
gnome volume control slider on the panel is doing
  the whole range of behaviour over about the bottom 25% of it's slide - i.e. 
there is no audible difference between 100% and about 25% and then it tails off 
as expected.

  The sound card is Intel onboard (3400 series chipset) with a VIA
  VT1708S codec which I'm running in stereo mode.

  In Sound preferences, the Applications slider for exaile.py as being
  pretty much 100% - the Output slider follows the volume control applet
  - and seems to suffer the same problem, so I guess it's not the
  applet.

  Dave

  ProblemType: Bug
  Architecture: amd64
  CheckboxSubmission: f2d10bd9f943a85b486a282e7840a570
  CheckboxSystem: 0531969bcfd4f03af7405c98dc94a948
  Date: Sun Jan 17 12:28:33 2010
  DistroRelease: Ubuntu 10.04
  InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
  Package: gnome-media 2.28.1-1ubuntu2
  ProcEnviron:
   PATH=(custom, user)
   LANG=en_GB.utf8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.32-10.14-generic
  SourcePackage: gnome-media
  Tags: lucid
  Uname: Linux 2.6.32-10-generic x86_64

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

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


[Desktop-packages] [Bug 597924] Re: IEC958 output works on login screen, not as logged in user.

2016-02-05 Thread dino99
Closing that outdated report as EOL has been reached long time ago

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

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

Title:
  IEC958 output works on login screen, not as logged in user.

Status in alsa-driver package in Ubuntu:
  Invalid

Bug description:
  I'm no expert on the Linux sound architecture, so I apologize if I
  sent this bug report to the wrong package team.

  Anyhow, I'm using an A8N-E motherboard, NForce4 chipset with a Realtek
  ALC850 codec. To listen to audio, I'm using a DAC running off the
  SPDIF output of the onboard sound.

  When Ubuntu (10.04 LTS) boots up and the login screen is displayed, I
  get a quick "drum" sound. But when I log in as myself, none of the
  applications that I try have sound output. I've tried various
  combinations of .asoundrc files, using aplay to try playing test .WAV
  files to different cards/devices, etc. with no sound. Everything seems
  to be enabled in alsamixer, and my user has permissions to play sound.

  When I log out and Ubuntu returns to the login screen, I get the drum
  sound again.

  If you need me to try anything on my computer, or gather more data,
  let me know.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: alsa-base 1.0.22.1+dfsg-0ubuntu3
  ProcVersionSignature: Ubuntu 2.6.32-22.36-generic 2.6.32.11+drm33.2
  Uname: Linux 2.6.32-22-generic x86_64
  NonfreeKernelModules: nvidia
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21.
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/dsp', 
'/dev/snd/by-path', '/dev/snd/controlC0', '/dev/snd/pcmC0D0c', 
'/dev/snd/pcmC0D0p', '/dev/snd/pcmC0D1c', '/dev/snd/pcmC0D2p', 
'/dev/snd/controlC1', '/dev/snd/midiC1D0', '/dev/snd/seq', '/dev/snd/timer', 
'/dev/sequencer2', '/dev/sequencer'] failed with exit code 1:
  Card0.Amixer.info:
   Card hw:0 'CK804'/'NVidia CK804 with ALC850 at irq 22'
 Mixer name : 'Realtek ALC850 rev 0'
 Components : 'AC97a:414c4790'
 Controls  : 42
 Simple ctrls  : 27
  Card1.Amixer.info:
   Card hw:1 'UART'/'MPU-401 UART at 0x330, irq 10'
 Mixer name : ''
 Components : ''
 Controls  : 0
 Simple ctrls  : 0
  Card1.Amixer.values:
   
  Date: Wed Jun 23 21:35:58 2010
  InstallationMedia: Ubuntu 10.04 "Lucid Lynx" - Beta amd64 (20100318)
  PackageArchitecture: all
  ProcEnviron:
   LANG=en_CA.utf8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  dmi.bios.date: 04/07/2006
  dmi.bios.vendor: Phoenix Technologies, LTD
  dmi.bios.version: ASUS A8N-E ACPI BIOS Revision 1013
  dmi.board.name: A8N-E
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: 2.XX
  dmi.chassis.asset.tag: 123456789000
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvrASUSA8N-EACPIBIOSRevision1013:bd04/07/2006:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnA8N-E:rvr2.XX:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

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

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


[Desktop-packages] [Bug 1519098] Re: Error when trying to connect to Google online account.

2016-02-05 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: evolution (Ubuntu)
   Status: New => Confirmed

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

Title:
  Error when trying to connect to Google online account.

Status in Evolution:
  Invalid
Status in evolution package in Ubuntu:
  Confirmed

Bug description:
  On trying to connect to my Google online account, I received the
  following error message:

  Failed to connect address book 'Google : Barry'
  The requested resource was not found: 
https://developers.google.com/accounts/docs/AuthForInstalledApps

  On checking the above URL, I found this:  "Important: ClientLogin has
  been officially deprecated since April 20, 2012 and is now no longer
  available. Requests to ClientLogin will fail with a HTTP 404 response.
  We encourage you to migrate to OAuth 2.0 as soon as possible".

  OAuth 2.0 is described at:
  https://developers.google.com/identity/protocols/OAuth2

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: evolution 3.18.2-0ubuntu1
  ProcVersionSignature: Ubuntu 4.2.0-19.23-generic 4.2.6
  Uname: Linux 4.2.0-19-generic x86_64
  ApportVersion: 2.19.2-0ubuntu6
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Nov 23 20:48:04 2015
  InstallationDate: Installed on 2015-11-12 (11 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (2015)
  SourcePackage: evolution
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1533066] Re: Can no longer make Nautilus windows always-on-top due to CSD

2016-02-05 Thread Sebastien Bacher
Untagging, we reverted the update for this cycle, it's still an issue in
the new version which is likely going to land later on so keeping the
bug

** Tags removed: regression-release xenial

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

Title:
  Can no longer make Nautilus windows always-on-top due to CSD

Status in nautilus package in Ubuntu:
  New

Bug description:
  GNOME’s idiotic use of client-side decorations in Nautilus means that
  I can no longer right-click the top area of the window and select
  “Always on top”. If you right-click the top bar, Nautilus only gives a
  “Close” option. Ridiculous.

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

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


[Desktop-packages] [Bug 1537606] Re: Changing icon sizes causes desktop icon sizes to change too

2016-02-05 Thread Sebastien Bacher
Thank you for taking the time to report this bug and helping to make
Ubuntu better. The issue you are reporting is an upstream one and it
would be nice if somebody having it could send the bug to the developers
of the software by following the instructions at
https://wiki.ubuntu.com/Bugs/Upstream/GNOME. If you have done so, please
tell us the number of the upstream bug (or the link), so we can add a
bugwatch that will inform us about its status. Thanks in advance.

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

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

Title:
  Changing icon sizes causes desktop icon sizes to change too

Status in nautilus package in Ubuntu:
  New

Bug description:
  Changing the icon size in nautilus (ctrl-+ or ctrl--) causes the size
  of icons on the desktop to change too. No GUI method to change icon
  sizes on desktop alone.

  Expected behavior: size of icons on desktop does not change
  Actual behavior: size of icons on desktop scales along with icons in nautilus 

  release: 16.04 
  icon theme: numix-circle

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: nautilus 1:3.18.4-0ubuntu1
  Uname: Linux 4.4.0-040400-generic x86_64
  ApportVersion: 2.19.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Jan 24 21:01:42 2016
  ExecutablePath: /usr/bin/nautilus
  GsettingsChanges:
   b'org.gnome.nautilus.window-state' b'sidebar-width' b'267'
   b'org.gnome.nautilus.window-state' b'geometry' b"'960x1056+960+24'"
   b'org.gnome.nautilus.icon-view' b'default-zoom-level' b"'standard'"
   b'org.gnome.nautilus.list-view' b'default-visible-columns' b"['name', 
'size', 'type', 'owner', 'group', 'permissions', 'date_modified']"
  InstallationDate: Installed on 2015-12-24 (31 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20151209)
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: nautilus
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1501004] Re: Comma inserted when pressing AltGr or Alt key in evolution to/cc input fields

2016-02-05 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: evolution (Ubuntu)
   Status: New => Confirmed

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

Title:
  Comma inserted when pressing AltGr or Alt key in evolution to/cc input
  fields

Status in evolution package in Ubuntu:
  Confirmed

Bug description:
  
  This bug was originally reported in Bug #943104 on Ubuntu 12.04, but it is 
still present in Ubuntu 15.10 Wily Werewolf (development branch)

  Both alt and altgr produces an unexpected comma character when pressed
  after msc. characters in the "to" and "cc" input fields in evolution
  mail.  I am using Danish keyboard with nodeadkey, bus as described in
  Bug #943104 this also effect other localizations.

   I still haven't been able to reproduce this in any other programs
  than evolution, so maybe the bug should be reported on evolution
  instead.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 4.2.0-11.13-generic 4.2.1
  Uname: Linux 4.2.0-11-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.19-0ubuntu1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Tue Sep 29 20:05:47 2015
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroVariant: ubuntu
  DkmsStatus: bbswitch, 0.7, 4.2.0-11-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: Hewlett-Packard Company Device [103c:1966]
 Subsystem: Hewlett-Packard Company Device [103c:1966]
  InstallationDate: Installed on 2015-09-27 (2 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150924)
  MachineType: Hewlett-Packard HP ENVY 17 Notebook PC
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-11-generic.efi.signed 
root=UUID=2536a586-eceb-4d35-971e-30001a916def ro noprompt persistent quiet 
splash vt.handoff=7
  SourcePackage: xorg
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/03/2013
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.35
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 1966
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 93.49
  dmi.chassis.asset.tag: 5CG3482QVX
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.35:bd10/03/2013:svnHewlett-Packard:pnHPENVY17NotebookPC:pvr088410305B0620100:rvnHewlett-Packard:rn1966:rvrKBCVersion93.49:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP ENVY 17 Notebook PC
  dmi.product.version: 088410305B0620100
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz 1:0.9.12.2+15.10.20150908-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.64-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.0-1ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.0-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:7.5.0+git20150819-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20150808-0ubuntu2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu3
  xserver.bootTime: Tue Sep 29 19:03:36 2015
  xserver.configfile: default
  xserver.errors:
   Failed to load module "nvidia" (module does not exist, 0)
   Failed to load module "nvidia" (module does not exist, 0)
   NOUVEAU(G0): [XvMC] Failed to initialize extension.
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id8605 
   vendor AUO
  xserver.version: 2:1.17.2-1ubuntu7

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

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


[Desktop-packages] [Bug 1537895] Re: Please include poppler-glib-demo tool in standard package

2016-02-05 Thread Sebastien Bacher
Thank you for your bug report. Ideally that wishlist would be sent to
Debian as well. Do you know if what binary fedora includes the binary?
It's not useful on a normal system since it's for debugging but I guess
we could ship it with poppler-utils or some dev binary...

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

** Changed in: poppler (Ubuntu)
   Status: New => Confirmed

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

Title:
  Please include poppler-glib-demo tool in standard package

Status in poppler package in Ubuntu:
  Confirmed

Bug description:
  I'm having an occasional issue with evince, and since the issue is
  clearly related to the PDF engine underneath which it uses (*this), I
  got a tip to run a PDF directly with 'poppler-glib-demo' in the
  'poppler-demos' package.

  However, this tip was NOT suitable for Ubuntu, as there is nothing like a 
'poppler-demos' package, but the whole package structure is different.
  So this is one more for the wishlist.
  poppler-glib-demo is not just a demo for developers, but will also show 
errors that evince may be blamed for (for no reason at all). evince simply uses 
lots of things under the hood, and one of them is poppler for PDF rendering.

  ISTR that our Fedora colleagues do have this tool compiled in binary form and 
included in the package.
  As I think it might be pretty useful for bug-hunting, I'd ask you kindly to 
no longer do without it when building the Ubuntu poppler package.
  Thanks for considering.

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

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


[Desktop-packages] [Bug 1538724] Re: GraphicsCriticalError: |[0][GFX1]: Unknown cairo format 3

2016-02-05 Thread Chris Coulson
There's release candidates here: https://launchpad.net/~ubuntu-mozilla-
security/+archive/ubuntu/ppa/+packages (although not for wily yet, as
that failed to upload this morning)

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

Title:
  GraphicsCriticalError: |[0][GFX1]: Unknown cairo format 3

Status in Mozilla Firefox:
  Fix Released
Status in firefox package in Ubuntu:
  Triaged
Status in firefox source package in Precise:
  Triaged
Status in firefox source package in Trusty:
  Triaged
Status in firefox source package in Wily:
  Triaged

Bug description:
  [Impact]

   * In some configurations (like VM connected via vnc) prevents from
  using Firefox at all (crash on launch).

  [Test Case]

   * Setup an Ubuntu VM with a VNC server
   * Connect to it with a vnc client
   * Launch the default Firefox version (44.0+build3)

  Expected result: Firefox is launched
  Actual result: Firefox crashes and Mozilla crash report tool appears

  [Regression Potential]

   * Very low - backport of upstream fix.

  [Other Info]
   
   * Original bug description:

  After installing Firefox, I'm receiving the following crash:

  Add-ons: 
ubufox%40ubuntu.com:3.2,%7B972ce4c6-7e08-4474-a285-3208198ce6fd%7D:44.0
  BuildID: 20160126223146
  CrashTime: 1453922984
  EMCheckCompatibility: true
  EventLoopNestingLevel: 1
  FramePoisonBase: 70dea000
  FramePoisonSize: 4096
  GraphicsCriticalError: |[0][GFX1]: Unknown cairo format 3
  InstallTime: 1453922031
  Notes: OpenGL: Mesa project: www.mesa3d.org -- Mesa GLX Indirect -- 1.3 Mesa 
4.0.4 -- texture_from_pixmap

  ProductID: {ec8030f7-c20a-464f-9b0e-13a3a9e97384}
  ProductName: Firefox
  ReleaseChannel: release
  SafeMode: 0
  SecondsSinceLastCrash: 285
  StartupTime: 1453922983
  TelemetryEnvironment: 
{"build":{"applicationId":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","applicationName":"Firefox","architecture":"x86-64","buildId":"20160126223146","version":"44.0","vendor":"Mozilla","platformVersion":"44.0","xpcomAbi":"x86_64-gcc3","hotfixVersion":null},"partner":{"distributionId":"canonical","distributionVersion":"1.0","partnerId":null,"distributor":null,"distributorChannel":null,"partnerNames":[]},"system":{"memoryMB":64454,"virtualMaxMB":null,"cpu":{"count":8,"cores":4,"vendor":"GenuineIntel","family":6,"model":62,"stepping":4,"l2cacheKB":null,"l3cacheKB":10240,"speedMHz":null,"extensions":["hasMMX","hasSSE","hasSSE2","hasSSE3","hasSSSE3","hasSSE4_1","hasSSE4_2"]},"os":{"name":"Linux","version":"3.14.32--grs-ipv6-64","locale":"en-GB"},"hdd":{"profile":{"model":null,"revision":null},"binary":{"model":null,"revision":null},"system":{"model":null,"revision":null}},"gfx":{"D2DEnabled":null,"DWriteEnabled":null,"adapters":[{"description":"Mesa
 project: www.mesa3d.org -- Mesa GLX Indirect","vendorID":"Mesa project: 
www.mesa3d.org","deviceID":"Mesa GLX 
Indirect","subsysID":null,"RAM":null,"driver":null,"driverVersion":"1.3 Mesa 
4.0.4","driverDate":null,"GPUActive":true}],"monitors":[],"features":{"compositor":"none"}}},"settings":{"blocklistEnabled":true,"e10sEnabled":false,"telemetryEnabled":false,"isInOptoutSample":false,"locale":"en-US","update":{"channel":"release","enabled":true,"autoDownload":true},"userPrefs":{"browser.newtabpage.enhanced":true},"addonCompatibilityCheckEnabled":true,"isDefaultBrowser":false},"profile":{"creationDate":16827},"addons":{"activeAddons":{"ubu...@ubuntu.com":{"blocklisted":false,"description":"Ubuntu
 modifications for Firefox","name":"Ubuntu 
Modifications","userDisabled":false,"appDisabled":false,"version":"3.2","scope":8,"type":"extension","foreignInstall":true,"hasBinaryComponents":false,"installDay":16696,"updateDay":16696,"signedState":2}},"theme":{"id":"{972ce4c6-7e08-4474-a285-3208198ce6fd}","blocklisted":false,"description":"The
 default 
theme.","name":"Default","userDisabled":false,"appDisabled":false,"version":"44.0","scope":4,"foreignInstall":false,"hasBinaryComponents":false,"installDay":16827,"updateDay":16827},"activePlugins":[{"name":"iTunes
 Application Detector","version":"","description":"This plug-in detects the 
presence of iTunes when opening iTunes Store URLs in a web page with 
Firefo","blocklisted":false,"disabled":false,"clicktoplay":true,"mimeTypes":["application/itunes-plugin"],"updateDay":16188}],"activeGMPlugins":{"gmp-gmpopenh264":{"version":null,"userDisabled":false,"applyBackgroundUpdates":1}},"activeExperiment":{},"persona":null}}
  Theme: classic/1.0
  Throttleable: 1
  Vendor: Mozilla
  Version: 44.0
  useragent_locale: en-US

  This report also contains technical information about the state of the
  application when it crashed.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: firefox 44.0+build3-0ubuntu0.14.04.1
  Uname: Linux 3.14.32--grs-ipv6-64 x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  BuildID: 

[Desktop-packages] [Bug 1485522] Re: Volume obtained is 100% in multimedia sink for sounds from app

2016-02-05 Thread Yoann Lopes
Pending patch in Qt: https://codereview.qt-project.org/#/c/148503/

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

Title:
  Volume obtained is 100% in multimedia sink for sounds from app

Status in Canonical System Image:
  Confirmed
Status in pulseaudio package in Ubuntu:
  Confirmed
Status in qtmultimedia-opensource-src package in Ubuntu:
  Confirmed
Status in qtubuntu-media package in Ubuntu:
  Confirmed

Bug description:
  I'm not sure 100% this is a bug but it is related to
  https://bugs.launchpad.net/canonical-devices-system-image/+bug/1478506

  When the "Marron in trouble" games launches a sound the multimedia
  sink it's updated and when reading the volume it's always 100%.

  I'ts not 100% for other applications using the multimedia role, like
  the music app or other games/apps. The volume in that case is in sync
  with the volume that was previously set for it.

  This is the code from the indicator-sound where we get the 100%
  volume.

  var props_variant = yield _pconn.call 
("org.PulseAudio.Ext.StreamRestore1.RestoreEntry",
sink_input_objp, 
"org.freedesktop.DBus.Properties", "Get",
new Variant ("(ss)", 
"org.PulseAudio.Ext.StreamRestore1.RestoreEntry", "Volume"),
null, DBusCallFlags.NONE, -1);
Variant tmp;
props_variant.get ("(v)", out tmp);
uint32 type = 0, volume = 0;
VariantIter iter = tmp.iterator ();
iter.next ("(uu)", , );

  I did a workaround branch in the indicator-sound that reads the volume
  at initilaization for every role and stores any change When the sink
  is updated I read the volume in it that is already stored instead of
  reading the volume from pulse.

  I'm not convinced of that, and would like to know why I get 100%
  volume only for this particular game.

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

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


[Desktop-packages] [Bug 1540372] Re: [, SigmaTel STAC9271D, Green Speaker, Rear] Underruns, dropouts or crackling sound

2016-02-05 Thread Raymond
http://git.alsa-project.org/?p=alsa-
tools.git;a=tree;f=hdajacksensetest;hb=HEAD


http://www.intel.com/content/www/us/en/support/boards-and-kits/desktop-boards/06687.html

D   Mic in (re-task for multi-channel)


You need to ask Tiwai to add channel mode switch from 6ch to  8ch by retask mic 
jack for output

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

Title:
  [, SigmaTel STAC9271D, Green Speaker, Rear] Underruns, dropouts or
  crackling sound

Status in alsa-driver package in Ubuntu:
  Incomplete

Bug description:
  I cant record or play on my sound card ubuntu 14.04.1

  Alsa is detecting the sound card
   List of PLAYBACK Hardware Devices 
  card 0: Intel [HDA Intel], device 0: STAC9271D Analog [STAC9271D Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
  card 0: Intel [HDA Intel], device 1: STAC9271D Digital [STAC9271D Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0

  
  but PulseAudio is not detecting the card 

  attached the log file

  Thank you

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-47.53~14.04.1-generic 3.19.8-ckt10
  Uname: Linux 3.19.0-47-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  tuned  1851 F pulseaudio
  CurrentDesktop: Unity
  Date: Mon Feb  1 15:09:35 2016
  InstallationDate: Installed on 2015-10-26 (98 days ago)
  InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Intel failed
  Symptom_Card: Built-in Audio - HDA Intel
  Symptom_Jack: Green Speaker, Rear
  Symptom_Type: Underruns, dropouts, or "crackling" sound
  Title: [, SigmaTel STAC9271D, Green Speaker, Rear] Underruns, dropouts or 
crackling sound
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/02/2007
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: DPP3510J.86A.0293.2007.1002.1519
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: DP35DP
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAD81073-207
  dmi.chassis.type: 2
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrDPP3510J.86A.0293.2007.1002.1519:bd10/02/2007:svn:pn:pvr:rvnIntelCorporation:rnDP35DP:rvrAAD81073-207:cvn:ct2:cvr:
  mtime.conffile..etc.modprobe.d.alsa.base.conf: 2016-01-29T17:09:52.179523

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

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


[Desktop-packages] [Bug 1537895] Re: Please include poppler-glib-demo tool in standard package

2016-02-05 Thread A. Eibach
>It's not useful on a normal system since it's for debugging
Depends on point of view. :) 
*As long as* everything is still working fine, there is no need for that tool. 
But once evince goes all wonky with a certain PDF, it's the best tool to use 
and NOT (as most users do) put the entire blame on evince itself. But evince is 
merely the "executive power", while highly dependent on the API it accesses 
under the hood.

>Do you know if what binary fedora includes the binary? 
Sure, but you will get the information only because you've explicitly asked for 
it. :) So here goes...

Originally, it was in poppler-utils, cf.
https://bugzilla.redhat.com/show_bug.cgi?id=872338

Later, Marek moved it to its own subpackage 'poppler-demos'.
Version 0.40 is now in the wild out there:
http://arm.koji.fedoraproject.org/koji/rpminfo?rpmID=1912994


** Bug watch added: Red Hat Bugzilla #872338
   https://bugzilla.redhat.com/show_bug.cgi?id=872338

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

Title:
  Please include poppler-glib-demo tool in standard package

Status in poppler package in Ubuntu:
  Confirmed

Bug description:
  I'm having an occasional issue with evince, and since the issue is
  clearly related to the PDF engine underneath which it uses (*this), I
  got a tip to run a PDF directly with 'poppler-glib-demo' in the
  'poppler-demos' package.

  However, this tip was NOT suitable for Ubuntu, as there is nothing like a 
'poppler-demos' package, but the whole package structure is different.
  So this is one more for the wishlist.
  poppler-glib-demo is not just a demo for developers, but will also show 
errors that evince may be blamed for (for no reason at all). evince simply uses 
lots of things under the hood, and one of them is poppler for PDF rendering.

  ISTR that our Fedora colleagues do have this tool compiled in binary form and 
included in the package.
  As I think it might be pretty useful for bug-hunting, I'd ask you kindly to 
no longer do without it when building the Ubuntu poppler package.
  Thanks for considering.

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

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


[Desktop-packages] [Bug 1542428] [NEW] package libgl1-mesa-glx:amd64 10.1.3-0ubuntu0.6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2016-02-05 Thread Scott Hinton
Public bug reported:

Setting up libgl1-mesa-glx:amd64 (10.1.3-0ubuntu0.6) ...
update-alternatives: warning: forcing reinstallation of alternative 
/usr/lib/fglrx/ld.so.conf because link group x86_64-linux-gnu_gl_conf is broken
update-alternatives: error: unable to remove '/etc/ati': Is a directory
dpkg: error processing package libgl1-mesa-glx:amd64 (--configure):
 subprocess installed post-installation script returned error exit status 2
dpkg: dependency problems prevent configuration of openjdk-7-jre:amd64:
 openjdk-7-jre:amd64 depends on libgl1-mesa-glx | libgl1; however:
  Package libgl1-mesa-glx:amd64 is not configured yet.
  Package libgl1 is not installed.
  Package libgl1-mesa-glx:amd64 which provides libgl1 is not configured yet.

dpkg: error processing package openjdk-7-jre:amd64 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of virtualbox-qt:
 virtualbox-qt depends on libgl1-mesa-glx | libgl1; however:
  Package libgl1-mesa-glx:amd64 is not configured yet.
  Package libgl1 is not installed.
  Package libgl1-mesa-glx:amd64 which provides libgl1 is not configured yet.

dpkg: error processing package virtualbox-qt (--configure):
 dependency problems - leaving unconfigured
Setting up fglrx-updates (2:15.200-0ubuntu0.5) ...
No apport report written because the error message indicates its a followup 
error from a previous failure.
  No apport report written because the error message 
indicates its a followup error from a previous failure.
update-alternatives: 
warning: forcing reinstallation of alternative /usr/lib/fglrx/ld.so.conf 
because link group x86_64-linux-gnu_gl_conf is broken
update-alternatives: error: unable to remove '/etc/ati': Is a directory
dpkg: error processing package fglrx-updates (--configure):
 subprocess installed post-installation script returned error exit status 2
No apport report written because MaxReports is reached already

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: libgl1-mesa-glx:amd64 10.1.3-0ubuntu0.6
ProcVersionSignature: Ubuntu 3.13.0-76.120-generic 3.13.11-ckt30
Uname: Linux 3.13.0-76-generic x86_64
NonfreeKernelModules: vboxpci vboxnetadp vboxnetflt vboxdrv fglrx
.tmp.unity.support.test.0:
 
ApportVersion: 2.14.1-0ubuntu3.19
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: Fri Feb  5 09:48:24 2016
DistUpgraded: 2014-06-14 08:37:15,634 DEBUG enabling apt cron job
DistroCodename: trusty
DistroVariant: ubuntu
DkmsStatus:
 fglrx-updates-core, 15.200, 3.13.0-55-generic, x86_64: installed
 fglrx-updates-core, 15.200, 3.13.0-66-generic, x86_64: installed
 fglrx-updates-core, 15.200, 3.13.0-74-generic, x86_64: installed
 fglrx-updates-core, 15.200, 3.13.0-76-generic, x86_64: installed
 fglrx-updates-core, 15.200, 3.13.0-77-generic, x86_64: installed
DuplicateSignature: package:libgl1-mesa-glx:amd64:10.1.3-0ubuntu0.6:subprocess 
installed post-installation script returned error exit status 2
ErrorMessage: subprocess installed post-installation script returned error exit 
status 2
ExtraDebuggingInterest: I just need to know a workaround
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] Barts PRO [Radeon HD 6850] [1002:6739] 
(prog-if 00 [VGA controller])
   Subsystem: XFX Pine Group Inc. Device [1682:3117]
InstallationDate: Installed on 2011-11-16 (1541 days ago)
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
MachineType: Gigabyte Technology Co., Ltd. EP45-UD3R
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-76-generic 
root=UUID=d7c5c03a-9573-4fb2-8d56-bd7a922b7a5f ro quiet splash vt.handoff=7
RelatedPackageVersions:
 dpkg 1.17.5ubuntu5.5
 apt  1.0.1ubuntu2.11
SourcePackage: mesa
Title: package libgl1-mesa-glx:amd64 10.1.3-0ubuntu0.6 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 2
UpgradeStatus: Upgraded to trusty on 2014-06-14 (601 days ago)
dmi.bios.date: 01/13/2009
dmi.bios.vendor: Award Software International, Inc.
dmi.bios.version: F6
dmi.board.name: EP45-UD3R
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.board.version: x.x
dmi.chassis.type: 3
dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF6:bd01/13/2009:svnGigabyteTechnologyCo.,Ltd.:pnEP45-UD3R:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnEP45-UD3R:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
dmi.product.name: EP45-UD3R
dmi.sys.vendor: Gigabyte Technology Co., Ltd.
version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
version.fglrx-installer: fglrx-installer N/A
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.60-2~ubuntu14.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.6

[Desktop-packages] [Bug 546957] Re: [Realtek ALC889A] ALSA test tone not correctly played back

2016-02-05 Thread dino99
Closing that outdated report as EOL has been reached long time ago

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

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

Title:
  [Realtek ALC889A] ALSA test tone not correctly played back

Status in alsa-driver package in Ubuntu:
  Invalid

Bug description:
  I am using a MacBook Air - running Lucid with all the latest and
  greatest updates installed before I filed this.   - The sound has not
  worked on the MacBook Air with Lucid since I did a clean install
  during Alpha 3.

  I believe it is a dup of Bug #542550.  However it was suggested by
  David Henningsson that I should file a separate bug report with the
  proper information - so here's the separate bug report. :-)  I'll mark
  it as a dup of #542550 and if it's really not sorry and could you all
  list it however it needs to be?  Please and Thank you!

  ProblemType: Bug
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21.
  AplayDevices:
    List of PLAYBACK Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC889A Analog [ALC889A Analog]
 Subdevices: 0/1
 Subdevice #0: subdevice #0
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  akgraner   1400 F pulseaudio
   /dev/snd/pcmC0D0p:   akgraner   1400 F...m pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0x9050 irq 20'
 Mixer name : 'Realtek ALC889A'
 Components : 'HDA:10ec0885,106b3400,00100103'
 Controls  : 15
 Simple ctrls  : 8
  Date: Thu Mar 25 10:36:51 2010
  DistroRelease: Ubuntu 10.04
  InstallationMedia: Ubuntu 10.04 "Lucid Lynx" - Alpha i386 (20100224)
  NonfreeKernelModules: wl
  Package: alsa-base 1.0.22.1+dfsg-0ubuntu3
  PackageArchitecture: all
  ProcEnviron:
   LANG=en_US.utf8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.32-17.26-generic 2.6.32.10+drm33.1
  SelectedCard: 0 Intel HDA-Intel - HDA Intel
  SourcePackage: alsa-driver
  Symptom: audio
  Title: [Realtek ALC889A] ALSA test tone not correctly played back
  Uname: Linux 2.6.32-17-generic i686

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

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


[Desktop-packages] [Bug 600041] Re: Sound just stopped working completely. It used to work before.

2016-02-05 Thread dino99
Closing that outdated report as EOL has been reached long time ago

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

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

Title:
  Sound just stopped working completely. It used to work before.

Status in alsa-driver package in Ubuntu:
  Invalid

Bug description:
  It started gradually because the sound would stop working and after a
  reboot it would work again, today it just wont work at all even after
  the reboot.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: alsa-base 1.0.22.1+dfsg-0ubuntu3
  ProcVersionSignature: Ubuntu 2.6.32-22.36-generic 2.6.32.11+drm33.2
  Uname: Linux 2.6.32-22-generic i686
  NonfreeKernelModules: nvidia
  AlsaDevices: Error: command ['ls', '-l', '/dev/snd/'] failed with exit code 
2: ls: cannot access /dev/snd/: No such file or directory
  AplayDevices: aplay: device_list:223: no soundcards found...
  Architecture: i386
  ArecordDevices: arecord: device_list:223: no soundcards found...
  CheckboxSubmission: 71f1eefe8b8b0a79087ed60434917a6b
  CheckboxSystem: e704f33cc0866ff0f0256a33de39ea1c
  Date: Tue Jun 29 21:18:53 2010
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5)
  PackageArchitecture: all
  PciMultimedia:
   
  ProcEnviron:
   LANG=en_US.utf8
   SHELL=/bin/bash
  SourcePackage: alsa-driver

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

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


[Desktop-packages] [Bug 604729] Re: audio sounds overdriven

2016-02-05 Thread dino99
Closing that outdated report as EOL has been reached long time ago

** Changed in: pulseaudio (Ubuntu)
   Status: New => Invalid

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

Title:
  audio sounds overdriven

Status in pulseaudio package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: pulseaudio

  Audio sounds overdriven and there seems to be noise in the background.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: pulseaudio 1:0.9.22~0.9.21+stable-queue-32-g8478-0ubuntu14
  ProcVersionSignature: Ubuntu 2.6.32-23.37-generic 2.6.32.15+drm33.5
  Uname: Linux 2.6.32-23-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21.
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 1: XFi [Creative X-Fi], device 0: ctxfi [Front/WaveIn]
 Subdevices: 0/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  hashhawk   1530 F pulseaudio
   /dev/snd/pcmC1D0c:   hashhawk   1530 F...m pulseaudio
   /dev/snd/pcmC1D0p:   hashhawk   1530 F...m pulseaudio
  Card1.Amixer.info:
   Card hw:1 'XFi'/'Creative X-Fi 20K1 Unknown'
 Mixer name : '20K1'
 Components : ''
 Controls  : 30
 Simple ctrls  : 11
  Date: Mon Jul 12 19:49:01 2010
  InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100429)
  ProcEnviron:
   LANG=de_DE.utf8
   SHELL=/bin/bash
  SourcePackage: pulseaudio
  dmi.bios.date: 03/05/2008
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0219
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: Rampage Formula
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0219:bd03/05/2008:svnSystemmanufacturer:pnRampageFormula:pvrSystemVersion:rvnASUSTeKComputerINC.:rnRampageFormula:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: Rampage Formula
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

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

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


[Desktop-packages] [Bug 602275] Re: gksu prompt for password doesn't show up first time when an application using it is launched

2016-02-05 Thread dino99
Closing that outdated report as EOL has been reached long time ago

** Changed in: gksu (Ubuntu)
   Status: New => Invalid

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

Title:
  gksu prompt for password doesn't show up first time when an
  application using it is launched

Status in gksu package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: gksu

  When an application like update-manager or startup-manager that use
  gksu to elevate to higher privileges are launched for the first time,
  the gksu password prompt doesn't show up at all and hence those
  applications don't startup. But from the second time, the prompt works
  fine.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: gksu 2.0.2-2ubuntu2
  ProcVersionSignature: Ubuntu 2.6.32-23.37-generic 2.6.32.15+drm33.5
  Uname: Linux 2.6.32-23-generic i686
  NonfreeKernelModules: nvidia
  Architecture: i386
  Date: Tue Jul  6 19:31:28 2010
  InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
  ProcEnviron:
   LANG=en_IN
   SHELL=/bin/bash
  SourcePackage: gksu

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

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


[Desktop-packages] [Bug 595603] Re: growisofs freeze on `builtin_dd` when try to iso burn

2016-02-05 Thread dino99
Closing that outdated report as EOL has been reached long time ago

** Changed in: dvd+rw-tools (Ubuntu)
   Status: New => Invalid

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

Title:
  growisofs freeze on `builtin_dd` when try to iso burn

Status in dvd+rw-tools package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: dvd+rw-tools

  I'm unable to dvd-r disc. Ubuntu does recognize that an empty dvd gets
  inserted, but when I try to burn iso using Brasero, it just freeze on
  'start burning' and progress bar moving.  Led on drive while progress
  bar mooving not blinkingand only 'Cancel' button available. I try to
  use growisofs directly, but it not work too.

  Command:
  growisofs -Z /dev/dvd=alen.iso

  Output:
  Executing 'builtin_dd if=alen.iso of=/dev/dvd obs=32k seek=0'

  growisofs version:
  $ growisofs -version
  * growisofs by , version 7.1,
front-ending to genisoimage: genisoimage 1.1.10 (Linux)

  System:
  Description:  Ubuntu 10.04 LTS

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: dvd+rw-tools 7.1-6
  Uname: Linux 2.6.35-020635rc1-generic x86_64
  NonfreeKernelModules: nvidia
  Architecture: amd64
  Date: Thu Jun 17 19:34:48 2010
  InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
  ProcEnviron:
   SHELL=/bin/bash
   PATH=(custom, user)
   LANG=ru_RU.utf8
  SourcePackage: dvd+rw-tools

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

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


[Desktop-packages] [Bug 1540372] Re: [, SigmaTel STAC9271D, Green Speaker, Rear] Underruns, dropouts or crackling sound

2016-02-05 Thread nour
Hi Raymond, thx for the below

I added edited model= 5stack
because I have 5 analog jacks on my panel(Blue, Green, orange, pink, 
black,yellow )

actually pulse audio is detecting the sound card but seems not viewing the 
microphone or analog line in jacks
here the output of the list-sinks command
1 sink(s) available.
  * index: 4
name: 
driver: 
flags: HARDWARE HW_MUTE_CTRL HW_VOLUME_CTRL DECIBEL_VOLUME LATENCY 
state: SUSPENDED
suspend cause: IDLE 
priority: 9959
volume: 0:  95% 1: 100%
0: -1.23 dB 1: -0.08 dB
balance 0.04
base volume: 100%
 0.00 dB
volume steps: 65537
muted: no
current latency: 0.00 ms
max request: 0 KiB
max rewind: 0 KiB
monitor source: 5
sample spec: s16le 2ch 48000Hz
channel map: front-left,front-right
 Stereo
used by: 0
linked by: 0
fixed latency: 80.00 ms
card: 0 
module: 5
properties:
alsa.resolution_bits = "16"
device.api = "alsa"
device.class = "sound"
alsa.class = "generic"
alsa.subclass = "generic-mix"
alsa.name = "STAC9271D Analog"
alsa.id = "STAC9271D Analog"
alsa.subdevice = "0"
alsa.subdevice_name = "subdevice #0"
alsa.device = "0"
alsa.card = "0"
alsa.card_name = "HDA Intel"
alsa.long_card_name = "HDA Intel at 0xe322 irq 33"
alsa.driver_name = "snd_hda_intel"
device.bus_path = "pci-:00:1b.0"
sysfs.path = "/devices/pci:00/:00:1b.0/sound/card0"
device.bus = "pci"
device.vendor.id = "8086"
device.vendor.name = "Intel Corporation"
device.product.id = "293e"
device.product.name = "82801I (ICH9 Family) HD Audio Controller"
device.form_factor = "internal"
device.string = "front:0"
device.buffering.buffer_size = "14112"
device.buffering.fragment_size = "1764"
device.access_mode = "mmap"
device.profile.name = "analog-stereo"
device.profile.description = "Analog Stereo"
device.description = "Built-in Audio Analog Stereo"
alsa.mixer_name = "SigmaTel STAC9271D"
alsa.components = "HDA:83847627,80863001,00100201"
module-udev-detect.discovered = "1"
device.icon_name = "audio-card-pci"
ports:
analog-output: Analog Output (priority 9900, latency offset 0 
usec, available: unknown)
properties:

analog-output-headphones: Headphones (priority 9000, latency 
offset 0 usec, available: no)
properties:
device.icon_name = "audio-headphones"
active port: 
although I plugged a working microphone once in the pink jack and once in the 
Blue in line port.

kindly note that previously the system was detecting the sound card and
I was able to get an input sound but now no.

One more question
now I have Ubuntu 14.04.3 LTS and kernel  3.19.0-49-generic

I checked and seems  ubuntu 14.04.4 with kernel 4.2 was released in feb
2016

is there a way to get this update, might this help

Thank you

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

Title:
  [, SigmaTel STAC9271D, Green Speaker, Rear] Underruns, dropouts or
  crackling sound

Status in alsa-driver package in Ubuntu:
  Incomplete

Bug description:
  I cant record or play on my sound card ubuntu 14.04.1

  Alsa is detecting the sound card
   List of PLAYBACK Hardware Devices 
  card 0: Intel [HDA Intel], device 0: STAC9271D Analog [STAC9271D Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
  card 0: Intel [HDA Intel], device 1: STAC9271D Digital [STAC9271D Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0

  
  but PulseAudio is not detecting the card 

  attached the log file

  Thank you

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-47.53~14.04.1-generic 3.19.8-ckt10
  Uname: Linux 3.19.0-47-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  tuned  1851 F pulseaudio
  CurrentDesktop: Unity
  Date: Mon Feb  1 15:09:35 2016
  InstallationDate: Installed on 2015-10-26 (98 days ago)
  InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  

[Desktop-packages] [Bug 1483996] Re: package cups-daemon 2.0.2-1ubuntu3.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-02-05 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: cups (Ubuntu)
   Status: New => Confirmed

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

Title:
  package cups-daemon 2.0.2-1ubuntu3.2 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

Status in cups package in Ubuntu:
  Confirmed

Bug description:
  PANASONIC KX MB1900

  ProblemType: Package
  DistroRelease: Ubuntu 15.04
  Package: cups-daemon 2.0.2-1ubuntu3.2
  ProcVersionSignature: Ubuntu 3.19.0-25.26-generic 3.19.8-ckt2
  Uname: Linux 3.19.0-25-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.2
  Architecture: amd64
  CupsErrorLog:
   
  Date: Wed Aug 12 08:51:04 2015
  DuplicateSignature: package:cups-daemon:2.0.2-1ubuntu3.2:subprocess installed 
post-installation script returned error exit status 1
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  InstallationDate: Installed on 2015-06-12 (60 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  Lpstat: device for Panasonic-KX-MB1900: 
usb://Panasonic/KX-MB1900?serial=21DH08112452=1
  MachineType: TOSHIBA SATELLITE PRO C850-1HL
  Papersize: a4
  PpdFiles: Panasonic-KX-MB1900: Panasonic KX-MB1600series GDI
  ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-3.19.0-25-generic 
root=UUID=c8e572c0-4eae-48ba-a843-67d937d1d5d3 ro quiet splash vt.handoff=7
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-25-generic 
root=UUID=c8e572c0-4eae-48ba-a843-67d937d1d5d3 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   dpkg 1.17.25ubuntu1
   apt  1.0.9.7ubuntu4.1
  SourcePackage: cups
  Title: package cups-daemon 2.0.2-1ubuntu3.2 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
  UdevLog: Error: [Errno 2] File o directory non esistente: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/01/2013
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: 6.80
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: PLCSF8
  dmi.board.vendor: Intel
  dmi.board.version: Type2 - Board Version
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: OEM Chassis Manufacturer
  dmi.chassis.version: OEM Chassis Version
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvr6.80:bd10/01/2013:svnTOSHIBA:pnSATELLITEPROC850-1HL:pvrPSCBXE-01U011IT:rvnIntel:rnPLCSF8:rvrType2-BoardVersion:cvnOEMChassisManufacturer:ct10:cvrOEMChassisVersion:
  dmi.product.name: SATELLITE PRO C850-1HL
  dmi.product.version: PSCBXE-01U011IT
  dmi.sys.vendor: TOSHIBA

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

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


[Desktop-packages] [Bug 1535714] Re: i915 freeze

2016-02-05 Thread Timo Aaltonen
** Summary changed:

- Xorg freeze
+ i915 freeze

** Package changed: xorg (Ubuntu) => linux (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/1535714

Title:
  i915 freeze

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  randomly system will freeze. Freeze in that screen will be blank and
  system will not accept keyboard commands to change to a terminal or to
  chagne the caps lock light.

  Can ssh into the laptop while its  "frozen". The syslog/journal shows
  a kenel stacktrace (below)

  Seems more common after suspending.

  don't recall it happening with 15.04. If it did start with 15.04 it
  would of been with the latter kernels.

  Seems similar to:
  https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1454868

  
  ### kenel crash log from logs ###

  Jan 19 23:23:10 ath lightdm[6665]: pam_unix(lightdm:session): session closed 
for user bob
  Jan 19 23:23:10 ath kernel: [ cut here ]
  Jan 19 23:23:10 ath kernel: WARNING: CPU: 2 PID: 6493 at 
/home/kernel/COD/linux/include/linux/kref.h:46 
drm_framebuffer_reference+0x64/0x70 [d
  Jan 19 23:23:10 ath kernel: Modules linked in: ctr ccm rfcomm xt_recent 
xt_CHECKSUM iptable_mangle ipt_MASQUERADE nf_nat_masquerade_ipv4 iptab
  Jan 19 23:23:10 ath kernel:  snd_hda_core memstick serio_raw 
snd_pcm_dmaengine snd_hwdep snd_pcm snd_seq_midi i2c_designware_platform 
snd_seq_
  Jan 19 23:23:10 ath kernel:  ppdev lp parport autofs4 btrfs drbg ansi_cprng 
xts gf128mul algif_skcipher af_alg dm_crypt raid10 raid456 async_r
  Jan 19 23:23:10 ath kernel: CPU: 2 PID: 6493 Comm: Xorg Not tainted 
4.4.0-040400rc7-generic #201512272230
  Jan 19 23:23:10 ath kernel: Hardware name: ASUSTeK COMPUTER INC. 
X200MA/X200MA, BIOS X200MA.302 01/21/2014
  Jan 19 23:23:10 ath kernel:   d23b3796 
880019dc3948 813c9124
  Jan 19 23:23:10 ath kernel:   880019dc3980 
8107db92 880035b446c0
  Jan 19 23:23:10 ath kernel:  88001834c300 88001834c300 
88010b10ac00 880035484000
  Jan 19 23:23:10 ath kernel: Call Trace:
  Jan 19 23:23:10 ath kernel:  [] dump_stack+0x44/0x60
  Jan 19 23:23:10 ath kernel:  [] 
warn_slowpath_common+0x82/0xc0
  Jan 19 23:23:10 ath kernel:  [] warn_slowpath_null+0x1a/0x20
  Jan 19 23:23:10 ath kernel:  [] 
drm_framebuffer_reference+0x64/0x70 [drm]
  Jan 19 23:23:10 ath kernel:  [] 
drm_atomic_set_fb_for_plane+0x2d/0x90 [drm]
  Jan 19 23:23:10 ath kernel:  [] 
__drm_atomic_helper_set_config+0xde/0x3c0 [drm_kms_helper]
  Jan 19 23:23:10 ath kernel:  [] 
restore_fbdev_mode+0x221/0x260 [drm_kms_helper]
  Jan 19 23:23:10 ath kernel:  [] 
drm_fb_helper_restore_fbdev_mode_unlocked+0x33/0x80 [drm_kms_helper]
  Jan 19 23:23:10 ath kernel:  [] 
drm_fb_helper_set_par+0x2d/0x50 [drm_kms_helper]
  Jan 19 23:23:10 ath kernel:  [] 
intel_fbdev_set_par+0x1a/0x60 [i915]
  Jan 19 23:23:10 ath kernel:  [] fb_set_var+0x236/0x460
  Jan 19 23:23:10 ath kernel:  [] ? 
enqueue_task_fair+0xa4/0x8b0
  Jan 19 23:23:10 ath kernel:  [] ? sched_clock+0x9/0x10
  Jan 19 23:23:10 ath kernel:  [] ? sched_clock_cpu+0x8f/0xa0
  Jan 19 23:23:10 ath kernel:  [] fbcon_blank+0x30f/0x350
  Jan 19 23:23:10 ath kernel:  [] ? 
set_extent_buffer_dirty+0x78/0xd0 [btrfs]
  Jan 19 23:23:10 ath kernel:  [] do_unblank_screen+0xd3/0x1a0
  Jan 19 23:23:10 ath kernel:  [] vt_ioctl+0x50a/0x12f0
  Jan 19 23:23:10 ath kernel:  [] tty_ioctl+0x35f/0xc30
  Jan 19 23:23:10 ath kernel:  [] ? kfree+0x115/0x130
  Jan 19 23:23:10 ath kernel:  [] ? dput+0xb3/0x220
  Jan 19 23:23:10 ath kernel:  [] ? mntput+0x24/0x40
  Jan 19 23:23:10 ath kernel:  [] do_vfs_ioctl+0x298/0x480
  Jan 19 23:23:10 ath kernel:  [] ? fput+0xe/0x10
  Jan 19 23:23:10 ath kernel:  [] ? task_work_run+0x78/0x90
  Jan 19 23:23:10 ath kernel:  [] SyS_ioctl+0x79/0x90
  Jan 19 23:23:10 ath kernel:  [] 
entry_SYSCALL_64_fastpath+0x16/0x75
  Jan 19 23:23:10 ath kernel: ---[ end trace 65a51a25ba0b2f99 ]---
  Jan 19 23:23:10 ath kernel: BUG: unable to handle kernel NULL pointer 
dereference at 0060
  Jan 19 23:23:10 ath kernel: IP: [] 
intel_fb_obj_invalidate+0x1c/0xf0 [i915]
  Jan 19 23:23:10 ath kernel: PGD 0 
  Jan 19 23:23:10 ath kernel: Oops:  [#1] SMP 
  Jan 19 23:23:10 ath kernel: Modules linked in: ctr ccm rfcomm xt_recent 
xt_CHECKSUM iptable_mangle ipt_MASQUERADE nf_nat_masquerade_ipv4 iptab
  Jan 19 23:23:10 ath kernel:  snd_hda_core memstick serio_raw 
snd_pcm_dmaengine snd_hwdep snd_pcm snd_seq_midi i2c_designware_platform 
snd_seq_
  Jan 19 23:23:10 ath kernel:  ppdev lp parport autofs4 btrfs drbg ansi_cprng 
xts gf128mul algif_skcipher af_alg dm_crypt raid10 raid456 async_r
  Jan 19 23:23:10 ath kernel: CPU: 2 PID: 6493 Comm: Xorg Tainted: GW   
4.4.0-040400rc7-generic #201512272230
  Jan 19 23:23:10 ath kernel: Hardware name: ASUSTeK COMPUTER INC. 
X200MA/X200MA, BIOS 

[Desktop-packages] [Bug 1541369] Re: remove stale input drivers from the archive

2016-02-05 Thread Timo Aaltonen
added -s3 from the list, which debian removed some time ago

** Changed in: xserver-xorg-input-mouse (Ubuntu)
   Importance: Undecided => Wishlist

** Changed in: xserver-xorg-input-keyboard (Ubuntu)
   Importance: Undecided => Wishlist

** Changed in: xserver-xorg-input-aiptek (Ubuntu)
   Importance: Undecided => Wishlist

** Changed in: xf86-input-multitouch (Ubuntu)
   Importance: Undecided => Wishlist

** Summary changed:

- remove stale input drivers from the archive
+ remove stale xorg drivers from the archive

** Also affects: xserver-xorg-video-s3 (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  remove stale xorg drivers from the archive

Status in xf86-input-multitouch package in Ubuntu:
  New
Status in xserver-xorg-input-aiptek package in Ubuntu:
  New
Status in xserver-xorg-input-keyboard package in Ubuntu:
  New
Status in xserver-xorg-input-mouse package in Ubuntu:
  New
Status in xserver-xorg-video-s3 package in Ubuntu:
  New

Bug description:
  No one should be using these since a few years.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xf86-input-multitouch/+bug/1541369/+subscriptions

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


[Desktop-packages] [Bug 1541369] Re: remove stale xorg drivers from the archive

2016-02-05 Thread Timo Aaltonen
*to the list..

** Changed in: xserver-xorg-video-s3 (Ubuntu)
   Importance: Undecided => Wishlist

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

Title:
  remove stale xorg drivers from the archive

Status in xf86-input-multitouch package in Ubuntu:
  New
Status in xserver-xorg-input-aiptek package in Ubuntu:
  New
Status in xserver-xorg-input-keyboard package in Ubuntu:
  New
Status in xserver-xorg-input-mouse package in Ubuntu:
  New
Status in xserver-xorg-video-s3 package in Ubuntu:
  New

Bug description:
  No one should be using these since a few years.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xf86-input-multitouch/+bug/1541369/+subscriptions

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


[Desktop-packages] [Bug 1512606] Re: Display size incorreectly detected (assuming 96x96 DPI)

2016-02-05 Thread Timo Aaltonen
https://bugs.freedesktop.org/show_bug.cgi?id=23705

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

** Changed in: xserver-xorg-video-intel (Ubuntu)
   Status: New => Won't Fix

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

Title:
  Display size incorreectly detected (assuming 96x96 DPI)

Status in xserver-xorg-video-intel package in Ubuntu:
  Won't Fix

Bug description:
  I am running 14.10 on Lenovo Yoga 12 with 280x160mm panel with
  1920x1080 resolution, which translates to 174x171 DPI by trivial
  calculation. The panel size is correctly reported by edid:

  $ get-edid | parse-edid
  This is read-edid version 3.0.2. Prepare for some fun.
  Attempting to use i2c interface
  No EDID on bus 0
  No EDID on bus 1
  No EDID on bus 2
  No EDID on bus 3
  No EDID on bus 5
  1 potential busses found: 4
  256-byte EDID successfully retrieved from i2c bus 4
  Looks like i2c was successful. Have a good day.
  Checksum Correct

  Section "Monitor"
Identifier ""
ModelName ""
VendorName "LGD"
# Monitor Manufactured week 0 of 2013
# EDID version 1.4
# Digital Display
DisplaySize 280 160
Gamma 2.20
Option "DPMS" "false"
Modeline"Mode 0" 138.46 1920 1968 2000 2106 1080 1083 1088 1095 
+hsync -vsync 
  EndSection

  The XServer thinks something different:

  $ xdpyinfo | grep -B2 resolution
  screen #0:
dimensions:1920x1080 pixels (508x285 millimeters)
resolution:96x96 dots per inch

  where the physical size is garbage. The driver sets DPI to 96 despite
  having correct data, and there seems to be no straightforward way to
  force a different DPI (see e.g. [1]). The internet is full of various
  workarounds for HiDPI displays, which include setting text-scaling-
  factor in dconf (gnome-only) , layout.css.devPixelsPerPt (mozilla
  products), scaling-factor (integer values only?), all of the toolkit-
  or program-specific. They have all of them some gotchas (such as
  terribly-looking interface, different scaling of some text, ugly icons
  etc).

  I am willing to help debugging the driver, since Ubuntu should have a
  way to behave well out-of-box on HiDPI configurations. If the driver
  reports the right DPI, I assume many of those issue would disappear.

  [1] https://ask.fedoraproject.org/en/question/39272/how-to-configure-
  screen-dpi-ppi-properly/

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xserver-xorg-video-intel 2:2.99.917+git20150808-0ubuntu4
  ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
  Uname: Linux 4.2.0-16-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.19.1-0ubuntu4
  Architecture: amd64
  BootLog:
   [  OK  ] Started Modem Manager.
   [  OK  ] Started Detect the available GPUs and deal with any system 
changes.
Starting Light Display Manager...
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Tue Nov  3 08:54:40 2015
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation Broadwell-U Integrated Graphics [8086:1616] (rev 09) 
(prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:503e]
  InstallationDate: Installed on 2015-08-31 (63 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: LENOVO 20DLCTO1WW
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-16-generic 
root=UUID=f5cdca16-e2f9-4b9e-b12c-65011c787ea7 ro quiet splash vt.handoff=7
  SourcePackage: xserver-xorg-video-intel
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/05/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: JEET66WW (1.15 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20DLCTO1WW
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0K11826 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrJEET66WW(1.15):bd06/05/2015:svnLENOVO:pn20DLCTO1WW:pvrThinkPadS1Yoga12:rvnLENOVO:rn20DLCTO1WW:rvrSDK0K11826WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20DLCTO1WW
  dmi.product.version: ThinkPad S1 Yoga 12
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.12.2+15.10.20151015-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.64-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.2-1ubuntu4
  version.libgl1-mesa-dri-experimental: 

[Desktop-packages] [Bug 1542017] Re: xorg not using hardware acceleration

2016-02-05 Thread Timo Aaltonen
14.10 isn't supported anymore, and you probably have some fglrx driver
crap remaining preventing the radeon kernel driver to load.

and get rid of that xorg.conf

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

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

Title:
  xorg not using hardware acceleration

Status in xorg package in Ubuntu:
  Invalid

Bug description:
  ..

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: xorg 1:7.7+7ubuntu2
  ProcVersionSignature: Ubuntu 3.8.0-44.66~precise1-generic 3.8.13.25
  Uname: Linux 3.8.0-44-generic i686
  ApportVersion: 2.14.7-0ubuntu8.5
  Architecture: i386
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Thu Feb  4 15:15:40 2016
  DistUpgraded: 2015-09-04 09:27:33,513 DEBUG entry 'deb 
http://archive.canonical.com/ubuntu utopic partner #Added by software-center' 
updated to new dist
  DistroCodename: utopic
  DistroVariant: ubuntu
  DkmsStatus:
   fglrx-core, 15.200, 3.13.0-63-generic, i686: installed
   fglrx-core, 15.200, 3.16.0-44-generic, i686: installed
   fglrx-core, 15.200, 3.8.0-44-generic, i686: installed
   vboxhost, 5.0.12: added
  DpkgLog:
   
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] RS780 [Radeon HD 3200] [1002:9610] 
(prog-if 00 [VGA controller])
 Subsystem: Acer Incorporated [ALI] Device [1025:0155]
   S3 Graphics Ltd. 86c764/765 [Trio32/64/64V+] [5333:8811] (rev 40) (prog-if 
00 [VGA controller])
  InstallationDate: Installed on 2014-01-20 (744 days ago)
  InstallationMedia: Xubuntu 12.04.3 LTS "Precise Pangolin" - Release i386 
(20130822)
  LightdmGreeterLog: ** (lightdm-gtk-greeter:2315): WARNING **: Failed to load 
user image: Failed to open file '/home/evane/.face': No such file or directory
  LightdmGreeterLogOld: ** (lightdm-gtk-greeter:2195): WARNING **: Failed to 
load user image: Failed to open file '/home/evane/.face': No such file or 
directory
  MachineType: Gateway DX4200-09
  ProcEnviron:
   LANGUAGE=en_US:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.8.0-44-generic 
root=/dev/mapper/dhcp232--vg-root ro quiet splash vt.handoff=7
  Renderer: Software
  SourcePackage: xorg
  UnitySupportTest: Error: command ['/usr/lib/nux/unity_support_test', '-p', 
'-f'] failed with exit code 5: Error: GLX is not available on the system
  UpgradeStatus: Upgraded to utopic on 2015-09-04 (153 days ago)
  dmi.bios.date: 08/06/2008
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 7B3P091G
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: RS780
  dmi.board.vendor: Gateway
  dmi.board.version: Rev 1.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gateway
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr7B3P091G:bd08/06/2008:svnGateway:pnDX4200-09:pvr7B3P091G:rvnGateway:rnRS780:rvrRev1.0:cvnGateway:ct3:cvr1.0:
  dmi.product.name: DX4200-09
  dmi.product.version: 7B3P091G
  dmi.sys.vendor: Gateway
  version.compiz: compiz 1:0.9.12+14.10.20140918-0ubuntu1
  version.libdrm2: libdrm2 2.4.60-2~ubuntu14.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.3.2-0ubuntu0.1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.3.2-0ubuntu0.1
  version.xserver-xorg-core: xserver-xorg-core 2:1.16.0-1ubuntu1.3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.4.0-2ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.914-1~exp1ubuntu4.5
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2
  xserver.bootTime: Fri Jan 29 08:01:50 2016
  xserver.configfile: /etc/X11/xorg.conf
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   inputMOSART Semi. 2.4G RF Keyboard & Mouse KEYBOARD, id 8
   inputMOSART Semi. 2.4G RF Keyboard & Mouse KEYBOARD, id 9
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   
  xserver.version: 2:1.16.0-1ubuntu1.3

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

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


[Desktop-packages] [Bug 1541892] Re: package lightdm 1.17.5-0ubuntu2 failed to install/upgrade: подпроцесс установлен сценарий post-installation возвратил код ошибки 1

2016-02-05 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 lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/1541892

Title:
  package lightdm 1.17.5-0ubuntu2 failed to install/upgrade: подпроцесс
  установлен сценарий post-installation возвратил код ошибки 1

Status in lightdm package in Ubuntu:
  Confirmed

Bug description:
  Clear 64 bit system Ubuntu Mate 16.04 , can't update in first time.
  apt-get install -f :
  dpkg: зависимости пакетов не позволяют настроить пакет ubuntu-mate-core:
   ubuntu-mate-core зависит от lightdm, однако:
Пакет lightdm пока не настроен.

  dpkg: ошибка при обработке пакета ubuntu-mate-core (--configure):
   проблемы зависимостей — оставляем не настроенным
  Отчёты apport не записаны, так как сообщение об ошибке указывает на повторную 
ошибку от предыдущего отказа.

  Description:  Ubuntu Xenial Xerus (development branch)
  Release:  16.04

  lightdm:
Установлен: 1.17.5-0ubuntu2
Кандидат:   1.17.5-0ubuntu2
Таблица версий:
   *** 1.17.5-0ubuntu2 500
  500 http://ru.archive.ubuntu.com/ubuntu xenial/main amd64 Packages
  100 /var/lib/dpkg/status

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: lightdm 1.17.5-0ubuntu2
  ProcVersionSignature: Ubuntu 4.4.0-2.16-generic 4.4.0
  Uname: Linux 4.4.0-2-generic x86_64
  ApportVersion: 2.19.4-0ubuntu2
  Architecture: amd64
  Date: Thu Feb  4 18:10:40 2016
  ErrorMessage: подпроцесс установлен сценарий post-installation возвратил код 
ошибки 1
  InstallationDate: Installed on 2016-02-03 (0 days ago)
  InstallationMedia: Ubuntu-MATE 16.04 LTS "Xenial Xerus" - Alpha amd64 
(20160127.1)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1
   apt  1.1.10
  SourcePackage: lightdm
  Title: package lightdm 1.17.5-0ubuntu2 failed to install/upgrade: подпроцесс 
установлен сценарий post-installation возвратил код ошибки 1
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1542471] [NEW] Playing mp3 files causes: Problem occurred without error being set. This is a bug in Rhythmbox or GStreamer.

2016-02-05 Thread Marlin Cremers
Public bug reported:

I get the following error in the console when trying to play a mp3 file
using Rhythmbox:

(21:23:27) [0x832a60] [rb_shell_player_error] rb-shell-player.c:2443:
playback error while playing: Problem occurred without error being set.
This is a bug in Rhythmbox or GStreamer.

I don't get the same error while trying to play the same file using
'Video's. I installed the required codec using the 'Video's application
as it told me to install a codec.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: libgstreamer1.0-0 1.7.1-1
ProcVersionSignature: Ubuntu 4.4.0-2.16-generic 4.4.0
Uname: Linux 4.4.0-2-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia zfs zunicode zcommon znvpair zavl
ApportVersion: 2.19.4-0ubuntu2
Architecture: amd64
CurrentDesktop: Unity
Date: Fri Feb  5 21:24:05 2016
ExecutablePath: /usr/bin/rhythmbox
SourcePackage: gstreamer1.0
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gstreamer1.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug xenial

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

Title:
  Playing mp3 files causes: Problem occurred without error being set.
  This is a bug in Rhythmbox or GStreamer.

Status in gstreamer1.0 package in Ubuntu:
  New

Bug description:
  I get the following error in the console when trying to play a mp3
  file using Rhythmbox:

  (21:23:27) [0x832a60] [rb_shell_player_error] rb-shell-player.c:2443:
  playback error while playing: Problem occurred without error being
  set. This is a bug in Rhythmbox or GStreamer.

  I don't get the same error while trying to play the same file using
  'Video's. I installed the required codec using the 'Video's
  application as it told me to install a codec.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: libgstreamer1.0-0 1.7.1-1
  ProcVersionSignature: Ubuntu 4.4.0-2.16-generic 4.4.0
  Uname: Linux 4.4.0-2-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia zfs zunicode zcommon znvpair zavl
  ApportVersion: 2.19.4-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Feb  5 21:24:05 2016
  ExecutablePath: /usr/bin/rhythmbox
  SourcePackage: gstreamer1.0
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer1.0/+bug/1542471/+subscriptions

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


[Desktop-packages] [Bug 1542489] [NEW] New Gedit Can't Show Menu in Title Bar

2016-02-05 Thread Lonnie Lee Best
Public bug reported:

Take a look at this screen shot:
http://neartalk.com/ss/Gedit-No-Menu.png

I like for application menus to show in the Title Bar (not at the top-
panel). However, in the new Gedit GUI, the menu is inaccessible if your
desktop preference is to show menus in title bar.

Unless this changes, I won't use gedit anymore because my preference of
showing menus in title bars outweighs my desire to use gedit. Perhaps
Ubuntu should consider using Geany as the default text-editor or
leafpad.

It doesn't make sense for gedit to remain the default text-editor if it
cannot play nice with Unity's Desktop-Level menu settings.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: gedit 3.18.3-0ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-2.16-generic 4.4.0
Uname: Linux 4.4.0-2-generic x86_64
ApportVersion: 2.19.4-0ubuntu2
Architecture: amd64
CurrentDesktop: Unity
Date: Fri Feb  5 15:13:29 2016
InstallationDate: Installed on 2015-10-28 (100 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
SourcePackage: gedit
UpgradeStatus: Upgraded to xenial on 2016-02-05 (0 days ago)

** Affects: unity
 Importance: Undecided
 Status: New

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


** Tags: amd64 apport-bug xenial

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

** Description changed:

  Take a look at this screen shot:
  http://neartalk.com/ss/Gedit-No-Menu.png
  
  I like for application menus to show in the Title Bar (not at the top-
  panel). However, in the new Gedit GUI, the menu is inaccessible if your
  desktop preference is to show menus in title bar.
  
  Unless this changes, I won't use gedit anymore because my preference of
  showing menus in title bars outweighs my desire to use gedit. Perhaps
- Ubuntu should consider using Geany as the default text-editor or leaf.
+ Ubuntu should consider using Geany as the default text-editor or
+ leafpad.
  
  It doesn't make sense for gedit to remain the default text-editor if it
  cannot play nice with Unity's Desktop-Level menu settings.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: gedit 3.18.3-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-2.16-generic 4.4.0
  Uname: Linux 4.4.0-2-generic x86_64
  ApportVersion: 2.19.4-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Feb  5 15:13:29 2016
  InstallationDate: Installed on 2015-10-28 (100 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: gedit
  UpgradeStatus: Upgraded to xenial on 2016-02-05 (0 days ago)

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

Title:
  New Gedit Can't Show Menu in Title Bar

Status in Unity:
  New
Status in gedit package in Ubuntu:
  New

Bug description:
  Take a look at this screen shot:
  http://neartalk.com/ss/Gedit-No-Menu.png

  I like for application menus to show in the Title Bar (not at the top-
  panel). However, in the new Gedit GUI, the menu is inaccessible if
  your desktop preference is to show menus in title bar.

  Unless this changes, I won't use gedit anymore because my preference
  of showing menus in title bars outweighs my desire to use gedit.
  Perhaps Ubuntu should consider using Geany as the default text-editor
  or leafpad.

  It doesn't make sense for gedit to remain the default text-editor if
  it cannot play nice with Unity's Desktop-Level menu settings.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: gedit 3.18.3-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-2.16-generic 4.4.0
  Uname: Linux 4.4.0-2-generic x86_64
  ApportVersion: 2.19.4-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Feb  5 15:13:29 2016
  InstallationDate: Installed on 2015-10-28 (100 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: gedit
  UpgradeStatus: Upgraded to xenial on 2016-02-05 (0 days ago)

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

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


[Desktop-packages] [Bug 1542489] Re: New Gedit Can't Show Menu in Title Bar

2016-02-05 Thread Lonnie Lee Best
** Description changed:

  Take a look at this screen shot:
  http://neartalk.com/ss/Gedit-No-Menu.png
  
  I like for application menus to show in the Title Bar (not at the top-
  panel). However, in the new Gedit GUI, the menu is inaccessible if your
  desktop preference is to show menus in title bar.
  
  Unless this changes, I won't use gedit anymore because my preference of
  showing menus in title bars outweighs my desire to use gedit. Perhaps
- Ubuntu should consider using Geany as the default text-editor or
- leafpad.
+ Ubuntu should consider using pluma as the default text-editor or geany.
  
  It doesn't make sense for gedit to remain the default text-editor if it
  cannot play nice with Unity's Desktop-Level menu settings.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: gedit 3.18.3-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-2.16-generic 4.4.0
  Uname: Linux 4.4.0-2-generic x86_64
  ApportVersion: 2.19.4-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Feb  5 15:13:29 2016
  InstallationDate: Installed on 2015-10-28 (100 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: gedit
  UpgradeStatus: Upgraded to xenial on 2016-02-05 (0 days ago)

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

Title:
  New Gedit Can't Show Menu in Title Bar

Status in Unity:
  New
Status in gedit package in Ubuntu:
  Confirmed

Bug description:
  Take a look at this screen shot:
  http://neartalk.com/ss/Gedit-No-Menu.png

  I like for application menus to show in the Title Bar (not at the top-
  panel). However, in the new Gedit GUI, the menu is inaccessible if
  your desktop preference is to show menus in title bar.

  Unless this changes, I won't use gedit anymore because my preference
  of showing menus in title bars outweighs my desire to use gedit.
  Perhaps Ubuntu should consider using pluma as the default text-editor
  or geany.

  It doesn't make sense for gedit to remain the default text-editor if
  it cannot play nice with Unity's Desktop-Level menu settings.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: gedit 3.18.3-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-2.16-generic 4.4.0
  Uname: Linux 4.4.0-2-generic x86_64
  ApportVersion: 2.19.4-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Feb  5 15:13:29 2016
  InstallationDate: Installed on 2015-10-28 (100 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: gedit
  UpgradeStatus: Upgraded to xenial on 2016-02-05 (0 days ago)

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

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


[Desktop-packages] [Bug 1542523] [NEW] IPv6 temporary addresses accumulate over time

2016-02-05 Thread Nils Ohlmeier
Public bug reported:

On my office desktop machine I observe that it accumulates temporary
IPv6 addresses over time, even though all except one are marked as
deprecated already.

E.g. right now my IP list looks like this:
2: eno1:  mtu 1500 qlen 1000
inet6 2620:101:80fc:224:ad8a:b15b:f83e:99e9/64 scope global temporary 
dynamic 
   valid_lft 594471sec preferred_lft 75471sec
inet6 2620:101:80fc:224:7484:af8e:1051:52b9/64 scope global temporary 
deprecated dynamic 
   valid_lft 508673sec preferred_lft 0sec
inet6 2620:101:80fc:224:3855:ba9f:c4ab:5784/64 scope global temporary 
deprecated dynamic 
   valid_lft 422875sec preferred_lft 0sec
inet6 2620:101:80fc:224:ac16:b27:9fa4:4f5d/64 scope global temporary 
deprecated dynamic 
   valid_lft 337078sec preferred_lft 0sec
inet6 2620:101:80fc:224:f0c6:8f9f:74b8:99ca/64 scope global temporary 
deprecated dynamic 
   valid_lft 251280sec preferred_lft 0sec
inet6 2620:101:80fc:224:e070:5f9b:9783:bd0d/64 scope global temporary 
deprecated dynamic 
   valid_lft 165483sec preferred_lft 0sec
inet6 2620:101:80fc:224:f46a:182b:e2c8:d026/64 scope global temporary 
deprecated dynamic 
   valid_lft 79685sec preferred_lft 0sec
inet6 2620:101:80fc:224:baca:3aff:fea3:1b50/64 scope global mngtmpaddr 
noprefixroute dynamic 
   valid_lft 2591996sec preferred_lft 604796sec
inet6 fe80::baca:3aff:fea3:1b50/64 scope link 
   valid_lft forever preferred_lft forever

Once I reboot the interface has only the one IP addressed based on MAC
address plus one temporary address.

I verified manually via 'netstat -anp' that no active network
connections or listening sockets remain on the interfaces which are
marked as deprecated.

I think the deprecated addresses should be removed once no socket is any
longer using the address.

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: network-manager 1.0.4-0ubuntu5.2
ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
Uname: Linux 4.2.0-25-generic x86_64
ApportVersion: 2.19.1-0ubuntu5
Architecture: amd64
CurrentDesktop: Unity
Date: Fri Feb  5 14:33:40 2016
IfupdownConfig:
 # interfaces(5) file used by ifup(8) and ifdown(8)
 auto lo
 iface lo inet loopback
InstallationDate: Installed on 2016-01-20 (16 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
IpRoute:
 default via 10.252.24.1 dev eno1  proto static  metric 100 
 10.252.24.0/21 dev eno1  proto kernel  scope link  src 10.252.25.160  metric 
100 
 10.252.75.120 via 10.252.24.1 dev eno1  proto dhcp  metric 100
IwConfig:
 eno1  no wireless extensions.
 
 lono wireless extensions.
NetworkManager.state:
 [main]
 NetworkingEnabled=true
 WirelessEnabled=true
 WWANEnabled=true
 WimaxEnabled=true
RfKill:
 
SourcePackage: network-manager
UpgradeStatus: No upgrade log present (probably fresh install)
nmcli-con:
 NAMEUUID  TYPE
TIMESTAMP   TIMESTAMP-REAL   AUTOCONNECT  AUTOCONNECT-PRIORITY  
READONLY  DBUS-PATH   ACTIVE  DEVICE  STATE 
 ACTIVE-PATH
 Wired connection 1  9950bc89-c72d-4964-9a18-e3187649321e  802-3-ethernet  
1454711368  Fri 05 Feb 2016 02:29:28 PM PST  yes  0 
no/org/freedesktop/NetworkManager/Settings/0  yes eno1activated 
 /org/freedesktop/NetworkManager/ActiveConnection/1
nmcli-dev:
 DEVICE  TYPE  STATE  DBUS-PATH  
CONNECTION  CON-UUID  CON-PATH  
 
 eno1ethernet  connected  /org/freedesktop/NetworkManager/Devices/0  Wired 
connection 1  9950bc89-c72d-4964-9a18-e3187649321e  
/org/freedesktop/NetworkManager/ActiveConnection/1 
 lo  loopback  unmanaged  /org/freedesktop/NetworkManager/Devices/1  -- 
 ----
nmcli-nm: Error: command ['nmcli', '-f', 'all', 'nm'] failed with exit code 2: 
Error: Object 'nm' is unknown, try 'nmcli help'.

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


** Tags: amd64 apport-bug wily

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

Title:
  IPv6 temporary addresses accumulate over time

Status in network-manager package in Ubuntu:
  New

Bug description:
  On my office desktop machine I observe that it accumulates temporary
  IPv6 addresses over time, even though all except one are marked as
  deprecated already.

  E.g. right now my IP list looks like this:
  2: eno1:  mtu 1500 qlen 1000
  inet6 2620:101:80fc:224:ad8a:b15b:f83e:99e9/64 scope global temporary 
dynamic 
 valid_lft 594471sec preferred_lft 75471sec
  inet6 

[Desktop-packages] [Bug 1540997] Re: Input hot-plugging patches for Xephyr

2016-02-05 Thread Timo Aaltonen
I'd prefer to get them via 1.18.x

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

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

Title:
  Input hot-plugging patches for Xephyr

Status in xorg-server package in Ubuntu:
  Incomplete

Bug description:
  Please consider including this patch series [1] for in Xenial's xorg-
  server package. It's a crucial one to get single-GPU multi-seat
  working in Ubuntu the easiest way (it works with all flavours that use
  LightDM as the default display manager), and would be a quite valuable
  feature for a LTS release, without need to maintain a forked package
  in Ubuntu Multiset PPA.

  I work with a large set of single-GPU multi-seat computers for
  education, and I'm trying to get these patches upstreamed in time for
  Xenial release, but I have no idea when Adam Jackson will get to
  review it.

  Patch [2] also needs to be backported, in order to get kdrive evdev
  driver built automatically as expected.

  [1]: https://patchwork.freedesktop.org/series/1743/

  [2]:
  
http://cgit.freedesktop.org/xorg/xserver/patch/?id=8c86dd51606486f4794c503b9c05c6875bdc693a

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

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


[Desktop-packages] [Bug 1542489] Re: New Gedit Can't Show Menu in Title Bar

2016-02-05 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gedit (Ubuntu)
   Status: New => Confirmed

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

Title:
  New Gedit Can't Show Menu in Title Bar

Status in Unity:
  New
Status in gedit package in Ubuntu:
  Confirmed

Bug description:
  Take a look at this screen shot:
  http://neartalk.com/ss/Gedit-No-Menu.png

  I like for application menus to show in the Title Bar (not at the top-
  panel). However, in the new Gedit GUI, the menu is inaccessible if
  your desktop preference is to show menus in title bar.

  Unless this changes, I won't use gedit anymore because my preference
  of showing menus in title bars outweighs my desire to use gedit.
  Perhaps Ubuntu should consider using pluma as the default text-editor
  or geany.

  It doesn't make sense for gedit to remain the default text-editor if
  it cannot play nice with Unity's Desktop-Level menu settings.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: gedit 3.18.3-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-2.16-generic 4.4.0
  Uname: Linux 4.4.0-2-generic x86_64
  ApportVersion: 2.19.4-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Feb  5 15:13:29 2016
  InstallationDate: Installed on 2015-10-28 (100 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: gedit
  UpgradeStatus: Upgraded to xenial on 2016-02-05 (0 days ago)

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

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


[Desktop-packages] [Bug 932133] Re: upowerd crash when plugging in iPhone

2016-02-05 Thread Charles
Still happening in 2016. Has caused my machine to lock up multiple times
requiring REISUB. Reproducible when plugging in iPhone.

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

Title:
  upowerd crash when plugging in iPhone

Status in upower package in Ubuntu:
  Confirmed

Bug description:
  upowerd crashed when I plugged in my iPhone 3GS. This is reproducible
  in 12.04 on my system.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: upower 0.9.15-1
  ProcVersionSignature: Ubuntu 3.2.0-15.24-generic 3.2.5
  Uname: Linux 3.2.0-15-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.91-0ubuntu1
  Architecture: amd64
  Date: Tue Feb 14 10:43:29 2012
  InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Beta amd64 (20100901.1)
  ProcEnviron:
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: upower
  UpgradeStatus: Upgraded to precise on 2012-02-13 (0 days ago)

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

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


[Desktop-packages] [Bug 1541954] Re: Revert to the previous nautilus version

2016-02-05 Thread biohazara
Why not using Nemo? As far as I know it has all the functionality of
Nautilus 3.14 and then some.

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

Title:
  Revert to the previous nautilus version

Status in nautilus package in Ubuntu:
  Fix Released

Bug description:
  The new nautilus is nice but needs some more work before being ready
  to replace the old one.

  Trying to document some of the reasons for the revert

  - Some features have been removed that users seems to care about (upstream is 
adding back some as options in 3.20)
  - Upstream identified some usability issues with the new file copy dialog 
which they are trying to address in 3.20
  - The icon view canvas need more work to accomodate other zoom levels
  - There are some annoying bugs that require work (symbols conflict between 
gtkfileselector and local copy), desktop background handling problems, ...)
  - It's not easy to add back a menubar and we would prefer to have one under 
Unity for the LTS

  The update is probably going to be worth doing next cycle but it was
  decided in the desktop channel to revert for this cycle

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

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


[Desktop-packages] [Bug 1542489] Re: New Gedit Can't Show Menu in Title Bar

2016-02-05 Thread fossfreedom
Can confirm the bug - the headerbar is NOT supposed to be displayed in
Unity - only for gnome-shell.

The patch that is included in gedit source for xenial (0001) to do this
menu thing doesnt seem to hide the headerbar and display the normal
window decoration.

Lonnie - that patch - once it is made to work correctly will bring back
the menu - there isnt a need to switch to pluma.

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

Title:
  New Gedit Can't Show Menu in Title Bar

Status in Unity:
  New
Status in gedit package in Ubuntu:
  Confirmed

Bug description:
  Take a look at this screen shot:
  http://neartalk.com/ss/Gedit-No-Menu.png

  I like for application menus to show in the Title Bar (not at the top-
  panel). However, in the new Gedit GUI, the menu is inaccessible if
  your desktop preference is to show menus in title bar.

  Unless this changes, I won't use gedit anymore because my preference
  of showing menus in title bars outweighs my desire to use gedit.
  Perhaps Ubuntu should consider using pluma as the default text-editor
  or geany.

  It doesn't make sense for gedit to remain the default text-editor if
  it cannot play nice with Unity's Desktop-Level menu settings.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: gedit 3.18.3-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-2.16-generic 4.4.0
  Uname: Linux 4.4.0-2-generic x86_64
  ApportVersion: 2.19.4-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Feb  5 15:13:29 2016
  InstallationDate: Installed on 2015-10-28 (100 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: gedit
  UpgradeStatus: Upgraded to xenial on 2016-02-05 (0 days ago)

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

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


[Desktop-packages] [Bug 931303] Re: "4-Way Handshake failed" connecting Wi-Fi after boot; retrying repeatedly eventually succeeds ­-- Broadcom BCM4321 wl

2016-02-05 Thread marco.pallotta
The bus is still present in 12.04 (Intel Corporation PRO/Wireless 3945ABG ).
After some attemps (from some minutes to many and many minutes) the connection 
succeeds else if I restart the router all goes ok (but only linux sistems are 
affected by this issues, no android or windows smartphone/laptop or my kindle 
device suffer by this problem).

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

Title:
  "4-Way Handshake failed" connecting Wi-Fi after boot; retrying
  repeatedly eventually succeeds ­-- Broadcom BCM4321 wl

Status in network-manager package in Ubuntu:
  Fix Released

Bug description:
  I have a Dell Inspiron 1720, Ubuntu 11.10, the Broadcom STA driver
  installed.

  When starting ubuntu, the wireless doesn't connect and the message in
  the syslog is "4-Way Handshake failed - pre-shared key may be
  incorrect".

  I managed to make it work, sometimes by chance. Sometimes I stop the
  connection, kill wpa_supplicant and then try again and it works. If it
  works once, I can put the computer to sleep, move to another place and
  connect to a different network without a problem.

  See below a sample log.

  Feb 13 09:58:06 abulafia NetworkManager[1260]:  Activation (eth1) 
starting connection 'Ap16'
  Feb 13 09:58:06 abulafia NetworkManager[1260]:  (eth1): device state 
change: disconnected -> prepare (reason 'none') [30 40 0]
  Feb 13 09:58:06 abulafia NetworkManager[1260]:  Activation (eth1) Stage 
1 of 5 (Device Prepare) scheduled...
  Feb 13 09:58:06 abulafia NetworkManager[1260]:  Activation (eth1) Stage 
1 of 5 (Device Prepare) started...
  Feb 13 09:58:06 abulafia NetworkManager[1260]:  Activation (eth1) Stage 
2 of 5 (Device Configure) scheduled...
  Feb 13 09:58:06 abulafia NetworkManager[1260]:  Activation (eth1) Stage 
1 of 5 (Device Prepare) complete.
  Feb 13 09:58:06 abulafia NetworkManager[1260]:  Activation (eth1) Stage 
2 of 5 (Device Configure) starting...
  Feb 13 09:58:06 abulafia NetworkManager[1260]:  (eth1): device state 
change: prepare -> config (reason 'none') [40 50 0]
  Feb 13 09:58:06 abulafia NetworkManager[1260]:  Activation 
(eth1/wireless): connection 'Ap16' has security, and secrets exist.  No new 
secrets needed.
  Feb 13 09:58:06 abulafia NetworkManager[1260]:  Config: added 'ssid' 
value 'Ap16'
  Feb 13 09:58:06 abulafia NetworkManager[1260]:  Config: added 
'scan_ssid' value '1'
  Feb 13 09:58:06 abulafia NetworkManager[1260]:  Config: added 
'key_mgmt' value 'WPA-PSK'
  Feb 13 09:58:06 abulafia NetworkManager[1260]:  Config: added 
'auth_alg' value 'OPEN'
  Feb 13 09:58:06 abulafia NetworkManager[1260]:  Config: added 'psk' 
value ''
  Feb 13 09:58:06 abulafia NetworkManager[1260]:  Activation (eth1) Stage 
2 of 5 (Device Configure) complete.
  Feb 13 09:58:06 abulafia NetworkManager[1260]:  Config: set interface 
ap_scan to 1
  Feb 13 09:58:06 abulafia NetworkManager[1260]:  (eth1): supplicant 
interface state: disconnected -> scanning
  Feb 13 09:58:08 abulafia wpa_supplicant[1496]: Trying to associate with 
00:25:9c:3d:0d:0e (SSID='Ap16' freq=2437 MHz)
  Feb 13 09:58:08 abulafia wpa_supplicant[1496]: Association request to the 
driver failed
  Feb 13 09:58:08 abulafia NetworkManager[1260]:  (eth1): supplicant 
interface state: scanning -> associating
  Feb 13 09:58:09 abulafia wpa_supplicant[1496]: Associated with 
00:25:9c:3d:0d:0e
  Feb 13 09:58:09 abulafia NetworkManager[1260]:  (eth1): supplicant 
interface state: associating -> associated
  Feb 13 09:58:09 abulafia NetworkManager[1260]:  (eth1): supplicant 
interface state: associated -> 4-way handshake
  Feb 13 09:58:17 abulafia wpa_supplicant[1496]: WPA: 4-Way Handshake failed - 
pre-shared key may be incorrect

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: network-manager 0.9.1.90-0ubuntu5.1
  ProcVersionSignature: Ubuntu 3.0.0-15.26-generic-pae 3.0.13
  Uname: Linux 3.0.0-15-generic-pae i686
  NonfreeKernelModules: nvidia wl
  ApportVersion: 1.23-0ubuntu4
  Architecture: i386
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  Date: Mon Feb 13 10:43:20 2012
  InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
  InterestingModules: b44
  IpRoute:
   default via 10.64.64.64 dev ppp0  proto static 
   10.64.64.64 dev ppp0  proto kernel  scope link  src 10.80.46.173 
   169.254.0.0/16 dev ppp0  scope link  metric 1000
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
  ProcEnviron:
   LANGUAGE=
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: network-manager
  UpgradeStatus: Upgraded to oneiric on 2011-11-03 (101 days ago)

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

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

[Desktop-packages] [Bug 1535394] Re: Xorg crashes at certain wiki pages via firefox

2016-02-05 Thread Christopher M. Penalver
Saren Taşçıyan, to see if this is already resolved, could you please
test http://cdimage.ubuntu.com/daily-live/current/ and advise to the
results?

** Tags removed: bios-outdated-1.20
** Tags added: latest-bios-1.20

** Changed in: xorg (Ubuntu)
   Importance: Low => Medium

** Changed in: xorg (Ubuntu)
   Status: New => 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/1535394

Title:
  Xorg crashes at certain wiki pages via firefox

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Hi,

  I am having a weird problem in Ubuntu and I will try to explain when
  it happens. When I open Wikipedia main page or View history on any
  wiki page, sometimes (not always) Xorg (I suppose) freezes (UI becomes
  unresponsive for a while about 10-60 seconds) until it jumps to login
  screen. If I login, I need to start all the application all over
  again. Firefox starts but if I repeat the same process (visiting the
  same web page) Xorg crashes again. The two pages so far this behaviour
  occurs are:

  http://en.wikipedia.org (main page, I can however directly open any article 
and navigate from there)
  http://imagej.net/index.php?title=ImgLib2_Examples=history (history 
page of a wiki page)

  There are no dialogs after the crash reporting about a crash. I really don't 
know how to track the problem to find the cause.
  Even though Firefox is chrashing, Xorg should not be affected.

  I am using Ubuntu 14.04 LTS

  3.13.0-74-generic

  X.Org X Server 1.15.1
  Release Date: 2014-04-13
  X Protocol Version 11, Revision 0
  Build Operating System: Linux 3.2.0-76-generic x86_64 Ubuntu
  Current Operating System: Linux lngrad031 3.13.0-74-generic #118-Ubuntu SMP 
Thu Dec 17 22:52:10 UTC 2015 x86_64
  Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-74-generic 
root=UUID=aa4cedea-18e5-4b0f-86ac-3423c2221c78 ro acpi_osi=Linux quiet splash 
acpi_backlight=vendor vt.handoff=7
  Build Date: 12 February 2015  02:49:29PM
  xorg-server 2:1.15.1-0ubuntu2.7 (For technical support please see 
http://www.ubuntu.com/support)
  Current version of pixman: 0.30.2
   Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.

  unity 7.2.6

  I could only capture a line in x-0.log.old file with only "(EE)". (no
  explanation or whatsoever)

  Please don't hesitate to ask for more information.
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.19
  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
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroRelease: Ubuntu 14.04
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation Broadwell-U Integrated Graphics [8086:1616] (rev 09) 
(prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:5036]
  MachineType: LENOVO 20BX000XMH
  Package: xorg-server (not installed)
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-74-generic 
root=UUID=aa4cedea-18e5-4b0f-86ac-3423c2221c78 ro acpi_osi=Linux quiet splash 
acpi_backlight=vendor vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-74.118-generic 3.13.11-ckt30
  Tags:  trusty ubuntu compiz-0.9
  Uname: Linux 3.13.0-74-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 05/21/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: JBET49WW (1.14 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20BX000XMH
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0E50510 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrJBET49WW(1.14):bd05/21/2015:svnLENOVO:pn20BX000XMH:pvrThinkPadT450s:rvnLENOVO:rn20BX000XMH:rvrSDK0E50510WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20BX000XMH
  dmi.product.version: ThinkPad T450s
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2~ubuntu14.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.5
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.5
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.6
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Mon Jan 18 18:35:47 2016
  xserver.configfile: default
  

[Desktop-packages] [Bug 490545] Re: Brother MFC-7340 printing streaky lines/blank pages

2016-02-05 Thread Spe
This is a problem with the brscan-skey Tool.
To stop it run: brscan-skey -t

http://ubuntuforums.org/showthread.php?t=1342317

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

Title:
  Brother MFC-7340 printing streaky lines/blank pages

Status in cups package in Ubuntu:
  Expired

Bug description:
  I correctly installed a brother MFC-7340 all-in-one laser printer
  according to the brother linux drivers website. The scanner is working
  fine and also the printer except that the page starts streaking
  usually on the 2nd/3rd page and every page after that comes out blank.
  I don't see this issue with the copier at all (I copied up to 10 pages
  with no problems), although after the printer starts streaking and
  gives blank pages, it messes up the toner so that when I try to copy,
  it gives blank pages. When this happens, I take out the toner and give
  it a good shake to have it work again.

  Everything seems fine and dandy. The computer is connected, all the
  drivers are installed and the only problem is with this 2nd/3rd page
  fail.

  I am running 9.10 (karmic), 64-bit and the printer is connected via
  USB. I installed the cupswrapper and lpr drivers. I also followed the
  special instructions for 64-bit versions of ubuntu mentioned on the
  brother website.

  Some details:
  [code]
  dpkg  -l  |  grep  Brother
  ii  brmfc7340lpr  2.0.2-1 
   Brother MFC-7340 LPR driver
  ii  brscan-skey   0.2.1-3 
   Brother Linux scanner S-KEY tool
  ii  brscan3   0.2.7-1 
   Brother Scanner Driver
  ii  cupswrappermfc73402.0.2-1 
   Brother MFC7340 CUPS wrapper driver
  [/code]

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

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


[Desktop-packages] [Bug 1542469] [NEW] Horizontal lines show up when scrolling

2016-02-05 Thread Guruprasad
Public bug reported:

When scrolling in Transmission main window, 2 fixed  horizontal lines
show up on top of the scrolling content - 1 near the top and the other
near the bottom. One reaching either end and trying to scroll further,
the line on the corresponding end tries to move further towards the
window center and goes back to its position once we stop scrolling.

Please see the attached screenshot showing the 2 lines.

I run an up-to-date installation of Ubuntu GNOME 15.10 amd64.

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: transmission-gtk 2.84-1ubuntu1
ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
Uname: Linux 4.2.0-25-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.19.1-0ubuntu5
Architecture: amd64
CurrentDesktop: GNOME
Date: Sat Feb  6 01:35:13 2016
InstallationDate: Installed on 2015-12-18 (48 days ago)
InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Release amd64 (20151021)
SourcePackage: transmission
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug wily

** Attachment added: "Screenshot illustrating the problem"
   
https://bugs.launchpad.net/bugs/1542469/+attachment/4564768/+files/horizontal%20lines%201.png

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

Title:
  Horizontal lines show up when scrolling

Status in transmission package in Ubuntu:
  New

Bug description:
  When scrolling in Transmission main window, 2 fixed  horizontal lines
  show up on top of the scrolling content - 1 near the top and the other
  near the bottom. One reaching either end and trying to scroll further,
  the line on the corresponding end tries to move further towards the
  window center and goes back to its position once we stop scrolling.

  Please see the attached screenshot showing the 2 lines.

  I run an up-to-date installation of Ubuntu GNOME 15.10 amd64.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: transmission-gtk 2.84-1ubuntu1
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  Uname: Linux 4.2.0-25-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Sat Feb  6 01:35:13 2016
  InstallationDate: Installed on 2015-12-18 (48 days ago)
  InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Release amd64 
(20151021)
  SourcePackage: transmission
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1541954] Re: Revert to the previous nautilus version

2016-02-05 Thread Launchpad Bug Tracker
This bug was fixed in the package nautilus - 1:3.18.4.is.3.14.3-0ubuntu1

---
nautilus (1:3.18.4.is.3.14.3-0ubuntu1) xenial; urgency=medium

  * Revert to the previous serie, the new one is going to need more work
which is not going to be done this cycle (some issues/regressions are
being handled upstream in 3.20 but we can do that update with our GTK
version, also the new copy dialog is a bit much of a change and upstream
confirms it's creating problems that they try to address with more UI
changes) (lp: #1541954)

  [ Marco Trevisan (Treviño) ]
  * debian/patches/ubuntu_open_new_window_for_folders.patch:
- Open folders in new nautilus windows by default (LP: #1524721)

 -- Sebastien Bacher   Thu, 04 Feb 2016 18:41:31
+0100

** Changed in: nautilus (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  Revert to the previous nautilus version

Status in nautilus package in Ubuntu:
  Fix Released

Bug description:
  The new nautilus is nice but needs some more work before being ready
  to replace the old one.

  Trying to document some of the reasons for the revert

  - Some features have been removed that users seems to care about (upstream is 
adding back some as options in 3.20)
  - Upstream identified some usability issues with the new file copy dialog 
which they are trying to address in 3.20
  - The icon view canvas need more work to accomodate other zoom levels
  - There are some annoying bugs that require work (symbols conflict between 
gtkfileselector and local copy), desktop background handling problems, ...)
  - It's not easy to add back a menubar and we would prefer to have one under 
Unity for the LTS

  The update is probably going to be worth doing next cycle but it was
  decided in the desktop channel to revert for this cycle

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

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


[Desktop-packages] [Bug 1250400] [NEW] Sometime the last desktop session will flash back on restart with AMD Radeon HD 8410G[1002:999a] and radeon driver

2016-02-05 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

CID: 201303-13027 Dell Inspiron 5535

When rebooting the laptop, sometimes you will see the last window / programs 
that you opened before you reboot the laptop.
It seems that it doesn't matter if you did close them before rebooting the 
system or not.
This may raise some security concern.

Steps:
1. Install 12.04.3 + update, boot to desktop
2. Open your home folder
3. Leave it there and reboot

Expected result:
You won't see that home folder shows up during the boot session.

Actual result:
The home folder will flash back after the logo screen, 

Not only the file manager, I also saw terminal / Firefox browser / movie player 
flash back before on this system.
And this won't happen if the proprietary driver was installed.

Video attached, you could forward to 00:55 to see the flash back.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: linux-image-3.8.0-33-generic 3.8.0-33.48~precise1
ProcVersionSignature: Ubuntu 3.8.0-33.48~precise1-generic 3.8.13.11
Uname: Linux 3.8.0-33-generic x86_64
AlsaVersion: Advanced Linux Sound Architecture Driver Version k3.8.0-33-generic.
ApportVersion: 2.0.1-0ubuntu17.6
Architecture: amd64
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 1: Generic [HD-Audio Generic], device 0: ALC283 Analog [ALC283 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  ubuntu 1748 F pulseaudio
 /dev/snd/controlC0:  ubuntu 1748 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'HDMI'/'HDA ATI HDMI at 0xf0444000 irq 52'
   Mixer name   : 'ATI R6xx HDMI'
   Components   : 'HDA:1002aa01,00aa0100,00100300'
   Controls  : 7
   Simple ctrls  : 1
Card0.Amixer.values:
 Simple mixer control 'IEC958',0
   Capabilities: pswitch pswitch-joined penum
   Playback channels: Mono
   Mono: Playback [on]
Card1.Amixer.info:
 Card hw:1 'Generic'/'HD-Audio Generic at 0xf044 irq 16'
   Mixer name   : 'Realtek ALC283'
   Components   : 'HDA:10ec0283,102805c9,0013'
   Controls  : 16
   Simple ctrls  : 7
Date: Tue Nov 12 04:21:56 2013
HibernationDevice: RESUME=UUID=1b4b40a0-94db-4ba3-8760-ad504ab607ec
InstallationMedia: Ubuntu 12.04.3 LTS "Precise Pangolin" - Release amd64 
(20130820.1)
IwConfig:
 eth0  no wireless extensions.
 
 lono wireless extensions.
MachineType: Dell Inc. Inspiron 5535
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcFB: 0 radeondrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-33-generic 
root=UUID=d9afb8c3-ca77-4a23-9d60-a19f45ab2f8d ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.8.0-33-generic N/A
 linux-backports-modules-3.8.0-33-generic  N/A
 linux-firmware1.79.7
RfKill:
 0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
SourcePackage: linux-lts-raring
StagingDrivers: rts5139
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 03/15/2013
dmi.bios.vendor: Dell Inc.
dmi.bios.version: X18
dmi.board.name: 0MN77T
dmi.board.vendor: Dell Inc.
dmi.board.version: X01
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: X18
dmi.modalias: 
dmi:bvnDellInc.:bvrX18:bd03/15/2013:svnDellInc.:pnInspiron5535:pvr1747:rvnDellInc.:rn0MN77T:rvrX01:cvnDellInc.:ct8:cvrX18:
dmi.product.name: Inspiron 5535
dmi.product.version: 1747
dmi.sys.vendor: Dell Inc.

** Affects: xserver-xorg-video-ati (Ubuntu)
 Importance: Medium
 Assignee: Alberto Milone (albertomilone)
 Status: Incomplete


** Tags: 201303-13027 amd64 apport-bug blocks-hwcert precise 
qa-kernel-lts-testing running-unity staging taipei-lab
-- 
Sometime the last desktop session will flash back on restart with AMD Radeon HD 
8410G[1002:999a] and radeon driver
https://bugs.launchpad.net/bugs/1250400
You received this bug notification because you are a member of Desktop 
Packages, which is subscribed to xserver-xorg-video-ati 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 1524721] Re: Middle-clicking in unity trash or device icons doesn't open a new window

2016-02-05 Thread Launchpad Bug Tracker
This bug was fixed in the package nautilus - 1:3.18.4.is.3.14.3-0ubuntu1

---
nautilus (1:3.18.4.is.3.14.3-0ubuntu1) xenial; urgency=medium

  * Revert to the previous serie, the new one is going to need more work
which is not going to be done this cycle (some issues/regressions are
being handled upstream in 3.20 but we can do that update with our GTK
version, also the new copy dialog is a bit much of a change and upstream
confirms it's creating problems that they try to address with more UI
changes) (lp: #1541954)

  [ Marco Trevisan (Treviño) ]
  * debian/patches/ubuntu_open_new_window_for_folders.patch:
- Open folders in new nautilus windows by default (LP: #1524721)

 -- Sebastien Bacher   Thu, 04 Feb 2016 18:41:31
+0100

** Changed in: nautilus (Ubuntu)
   Status: In Progress => Fix Released

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

Title:
  Middle-clicking in unity trash or device icons doesn't open a new
  window

Status in nautilus package in Ubuntu:
  Fix Released
Status in unity package in Ubuntu:
  In Progress

Bug description:
  Middle-clicking on devices or trash unity launcher icons should open a
  new nautilus window

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

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


[Desktop-packages] [Bug 1137510] Re: xorg-cf needs porting

2016-02-05 Thread Timo Aaltonen
we've had this since 1:7.7+2

** Changed in: xutils-dev (Ubuntu)
   Status: New => Fix Released

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

Title:
  xorg-cf needs porting

Status in Linaro AArch64 cross-distro work:
  In Progress
Status in X.Org X server:
  Fix Released
Status in xutils-dev package in Ubuntu:
  Fix Released
Status in xutils-dev package in Debian:
  New
Status in imake package in Fedora:
  Unknown

Bug description:
  imake based apps are all failing on aarch64 due to missing defines in
  linux.cf and imake.cf of xorg.org's cf module.

  http://cgit.freedesktop.org/xorg/util/cf/log/

To manage notifications about this bug go to:
https://bugs.launchpad.net/linaro-aarch64/+bug/1137510/+subscriptions

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


[Desktop-packages] [Bug 1264272] [NEW] [HP Pavilion 15] Brightness cannot be adjusted with the radeon driver

2016-02-05 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

CID: 201306-13641 HP Pavilion 15

Steps:
1. Install 12.04.3 + updates (3.8.0-34), boot to desktop
2. Try to adjust screen brightness by the hotkeys
3. Try to adjust screen brightness by the "Brightness and Lock" applet

Expected Results:
* Brightness could be adjusted.

Actual Results:
* The birghtness level indicator will change, but the brightness won't.

Workaround:
Install the proprietart fglrx driver, however, bug 1264259 will make both of 
these two bugs become blockers

Debugging information:
$ ls /sys/class/backlight
acpi_video0  acpi_video1  radeon_bl0

$ grep -r . /proc/acpi 
/proc/acpi/button/lid/LID/state:state:  open
grep: /proc/acpi/event: Permission denied
/proc/acpi/wakeup:DeviceS-state   Status   Sysfs node
/proc/acpi/wakeup:PB5 S5*disabled  pci::00:05.0
/proc/acpi/wakeup:XPDVS5*enabled   pci::03:00.0
/proc/acpi/wakeup:OHC1S3*enabled   pci::00:12.0
/proc/acpi/wakeup:OHC2S3*enabled   pci::00:13.0
/proc/acpi/wakeup:EHC1S3*enabled   pci::00:12.2
/proc/acpi/wakeup:EHC2S3*enabled   pci::00:13.2
/proc/acpi/wakeup:XHC0S3*enabled   pci::00:10.0
/proc/acpi/wakeup:KBC0S3*enabled   pnp:00:06
/proc/acpi/wakeup:PS2MS3*disabled  pnp:00:07

$ dmesg | grep 'ACPI: Video' 
[9.618209] ACPI: Video Device [VGA] (multi-head: yes  rom: no  post: no)
[9.619751] ACPI: Video Device [VGA1] (multi-head: yes  rom: no  post: no)

$ cat /proc/version
Linux version 3.8.0-34-generic (buildd@toyol) (gcc version 4.6.3 (Ubuntu/Linaro 
4.6.3-1ubuntu5) ) #49~precise1-Ubuntu SMP Wed Nov 13 18:05:00 UTC 2013

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: xserver-xorg-video-radeon-lts-raring 1:7.1.0-0ubuntu2~precise1
ProcVersionSignature: Ubuntu 3.8.0-34.49~precise1-generic 3.8.13.12
Uname: Linux 3.8.0-34-generic x86_64
ApportVersion: 2.0.1-0ubuntu17.6
Architecture: amd64
Date: Thu Dec 26 05:34:31 2013
InstallationMedia: Ubuntu 12.04.3 LTS "Precise Pangolin" - Release amd64 
(20130820.1)
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: xserver-xorg-video-ati-lts-raring
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: xserver-xorg-video-ati (Ubuntu)
 Importance: Medium
 Assignee: Alberto Milone (albertomilone)
 Status: Incomplete


** Tags: 201306-13641 amd64 apport-bug blocks-hwcert precise running-unity 
taipei-lab
-- 
[HP Pavilion 15] Brightness cannot be adjusted with the radeon driver
https://bugs.launchpad.net/bugs/1264272
You received this bug notification because you are a member of Desktop 
Packages, which is subscribed to xserver-xorg-video-ati 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 1437507] Re: crash when using xdmcp to login to a remote PC

2016-02-05 Thread Timo Aaltonen
** Package changed: libxdmcp (Ubuntu) => xorg-server (Ubuntu)

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

Title:
  crash when using xdmcp to login to a remote PC

Status in xorg-server package in Ubuntu:
  Confirmed

Bug description:
  I think this may be raised against the correct package.

  I am having a crash when using xdmcp with lightdm when trying to log
  in to a remote PC over my network.

  After running this command on a virtual terminal ...

  X -query omega.mcs-home.com :4

  i am getting this stack trace.

  Initializing built-in extension DRI2
  Loading extension GLX
  (EE) Fatal server error:
  (EE) BUG: triggered 'if (f[f_idx])'
  (EE) BUG: ../../os/log.c:467 in pnprintf(
  (EE) Unsupported printf directive '*'
  (EE)
  (EE) Backtrace: 
  (EE) 0: X (xorg_backtrace+0x48) [0x7f569b0e8848]
  (EE) 1: X (LogVMessageVerbSigSafe+0x87d) [0x7f569b0f480d]
  (EE) 2: X (FatalError+0xd5) [0x7f569b0f4ad5]
  (EE) 3: X (0x7f569af3f000+0x1b7c24) [0x7f569b0f6c24]
  (EE) 4: X (0x7f569af3f000+0x1b80bd) [0x7f569b0f70bd]
  (EE) 5: X (WakeupHandler+0x6d) [0x7f569af9988d]
  (EE) 6: X (WaitForSomething+0x1bf) [0x7f569b0e5d9f
  (EE) 7: X (0x7f569af3f000+0x55c61) [0x7f569af94c61]
  (EE) 8: X (0x7f569af3f000+0x59d9a) [0x7f569af98d9a]
  (EE) 9: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf5) 
[0x7f5698a7cec5]
  (EE) 10: X (0x7f569af3f000+0x451ee) [0x7f569af841ee]
  (EE)  XDMCP fatal error: Session failed %*.*s
  (EE)  Please consult the The X.Org Foundation support at http://wiki.x.org
  (EE) Please also check the log file at "/var/log/Xorg.4.log" for additional 
information.
  (EE) Server terminated with error (1). Closing log file.

  This has started happening after the most recent updates that i
  installed on 25/03/2015.

  If there is any more information you need, i can supply it for you.

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

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


[Desktop-packages] [Bug 1242264] Re: package libxdamage1 1:1.1.3-2build2 failed to install/upgrade: ErrorMessage: no package named `libxdamage1' is installed, cannot configure

2016-02-05 Thread Timo Aaltonen
something corrupt on your system, not a package bug

** Changed in: libxdamage (Ubuntu)
   Status: New => Invalid

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

Title:
  package libxdamage1 1:1.1.3-2build2 failed to install/upgrade:
  ErrorMessage: no package named `libxdamage1' is installed, cannot
  configure

Status in libxdamage package in Ubuntu:
  Invalid

Bug description:
  it's the system which notify me about this bug. I don't know anything
  about this bug

  ProblemType: Package
  DistroRelease: Ubuntu 12.10
  Package: libxdamage1
  ProcVersionSignature: Ubuntu 3.5.0-42.65-generic 3.5.7.21
  Uname: Linux 3.5.0-42-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.6.1-0ubuntu12
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CurrentDmesg:
   [   54.178894] ISO 9660 Extensions: Microsoft Joliet Level 1
   [   54.207953] ISOFS: changing to secondary root
  Date: Sun Oct 13 18:58:27 2013
  DistUpgraded: 2013-10-13 19:56:53,902 DEBUG enabling apt cron job
  DistroCodename: quantal
  DistroVariant: ubuntu
  DuplicateSignature: package:libxdamage1:1:1.1.3-2build2:ErrorMessage: no 
package named `libxdamage1' is installed, cannot configure
  ErrorMessage: ErrorMessage: no package named `libxdamage1' is installed, 
cannot configure
  GraphicsCard:
   Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller 
[8086:2a42] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Acer Incorporated [ALI] Device [1025:0205]
 Subsystem: Acer Incorporated [ALI] Device [1025:0205]
  InstallationDate: Installed on 2012-02-29 (598 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  MachineType: Acer Aspire 5738
  MarkForUpload: True
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-42-generic 
root=UUID=09511f9e-3030-4ea6-ac32-9dcb0a346c7c ro quiet splash vt.handoff=7
  SourcePackage: libxdamage
  Title: package libxdamage1 1:1.1.3-2build2 failed to install/upgrade: 
ErrorMessage: no package named `libxdamage1' is installed, cannot configure
  UpgradeStatus: Upgraded to quantal on 2013-10-13 (6 days ago)
  dmi.bios.date: 07/13/2009
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: V1.13
  dmi.board.name: JV50
  dmi.board.vendor: Acer
  dmi.board.version: Rev
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrV1.13:bd07/13/2009:svnAcer:pnAspire5738:pvr0100:rvnAcer:rnJV50:rvrRev:cvnAcer:ct10:cvrN/A:
  dmi.product.name: Aspire 5738
  dmi.product.version: 0100
  dmi.sys.vendor: Acer
  version.compiz: compiz 1:0.9.8.6+bzr3433-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.43-0ubuntu0.2
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.0.3-0ubuntu0.4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.0.3-0ubuntu0.4
  version.xserver-xorg-core: xserver-xorg-core 2:1.13.0-0ubuntu6.4
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.99.99~git20120913.8637f772-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.20.9-0ubuntu2.3
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.3-0ubuntu0.2

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

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


[Desktop-packages] [Bug 1436410] Re: package libxcomposite1:i386 1:0.4.4-1 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting configurat

2016-02-05 Thread Timo Aaltonen
you probably have a hw issue or something wrong on the filesystem

** Changed in: libxcomposite (Ubuntu)
   Status: New => Invalid

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

Title:
  package libxcomposite1:i386 1:0.4.4-1 failed to install/upgrade:
  package is in a very bad inconsistent state; you should  reinstall it
  before attempting configuration

Status in libxcomposite package in Ubuntu:
  Invalid

Bug description:
  not sure what exactly error is but submit error box appear everytime.

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: libxcomposite1:i386 1:0.4.4-1
  ProcVersionSignature: Ubuntu 3.13.0-40.69-generic 3.13.11.10
  Uname: Linux 3.13.0-40-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: amd64
  Date: Mon Mar 23 21:34:15 2015
  DuplicateSignature: package:libxcomposite1:i386:1:0.4.4-1:package is in a 
very bad inconsistent state; you should  reinstall it before attempting 
configuration
  ErrorMessage: package is in a very bad inconsistent state; you should  
reinstall it before attempting configuration
  InstallationDate: Installed on 2014-11-15 (130 days ago)
  InstallationMedia: Xubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140723)
  PackageArchitecture: i386
  SourcePackage: libxcomposite
  Title: package libxcomposite1:i386 1:0.4.4-1 failed to install/upgrade: 
package is in a very bad inconsistent state; you should  reinstall it before 
attempting configuration
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 997182] Re: libxext-dev is not multilib-compliant

2016-02-05 Thread Timo Aaltonen
fixed since 2:1.3.1-2

** Changed in: libxext (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  libxext-dev is not multilib-compliant

Status in libxext package in Ubuntu:
  Fix Released

Bug description:
  On a x86_64 ubuntu 12.04, I can't install both libxext-dev and
  libxext-dev:i386.

  I'm able to install both libxext6 and libxext6:i386 but it's not possible 
with libxext-dev because "Multi-Arch" is not set.
  This means that I'm not able to build 32-bit version of programs that need 
libxext from a x86_64 ubuntu.

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

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


[Desktop-packages] [Bug 1540055] Re: NetworkManager creshes and incompatible with system

2016-02-05 Thread Michal Meres
This issue has been solved within last update.
Thank you.

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

** Changed in: network-manager-applet (Ubuntu)
   Status: New => Fix Released

** Changed in: network-manager (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  NetworkManager creshes and incompatible with system

Status in network-manager package in Ubuntu:
  Fix Released
Status in network-manager-applet package in Ubuntu:
  Fix Released

Bug description:
  Network Manager crashed after update of system. It worked fine before.
  When I try to start it from Application->System Tools->Preferences->Network I 
get a message: "The system network services are not compatible with this 
version."
  And when I try to start it from terminal I get only this message: 
  (NetworkManager:22036): GLib-WARNING **: GError set over the top of a 
previous GError or uninitialized memory.
  This indicates a bug in someone's code. You must ensure an error is NULL 
before it's set.
  The overwriting error message was: Key file does not have group 'connectivity'
  I tried to reinstall network-manager package but it does not help.
  Connection to ethernet end wifi is impossible now so could you help me please 
? 

  Description:  Ubuntu 14.04.3 LTS
  Release:  14.04

  network-manager:
Installed: 0.9.8.8-0ubuntu7.2
Candidate: 0.9.8.8-0ubuntu7.2
Version table:
   *** 0.9.8.8-0ubuntu7.2 0
  500 http://sk.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   0.9.8.8-0ubuntu7.1 0
  500 http://security.ubuntu.com/ubuntu/ trusty-security/main amd64 
Packages
   0.9.8.8-0ubuntu7 0
  500 http://sk.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages

  kernel: Linux version 3.16.0-60-generic (buildd@lcy01-33) (gcc version
  4.8.2 (Ubuntu 4.8.2-19ubuntu1) ) #80~14.04.1-Ubuntu SMP Wed Jan 20
  13:37:48 UTC 2016

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

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


[Desktop-packages] [Bug 1542229] [NEW] package unity-control-center 14.04.3+14.04.20140922-0ubuntu1.1 failed to install/upgrade: cannot copy extracted data for './usr/lib/x86_64-linux-gnu/unity-contro

2016-02-05 Thread Juan Vte . Sánchez-Seco
Public bug reported:

Error became when updating the system

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: unity-control-center 14.04.3+14.04.20140922-0ubuntu1.1
ProcVersionSignature: Ubuntu 3.13.0-77.121-generic 3.13.11-ckt32
Uname: Linux 3.13.0-77-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.19
Architecture: amd64
Date: Fri Feb  5 09:04:26 2016
DuplicateSignature: 
package:unity-control-center:14.04.3+14.04.20140922-0ubuntu1.1:cannot copy 
extracted data for 
'./usr/lib/x86_64-linux-gnu/unity-control-center-1/panels/libappearance.so' to 
'/usr/lib/x86_64-linux-gnu/unity-control-center-1/panels/libappearance.so.dpkg-new':
 unexpected end of file or stream
ErrorMessage: cannot copy extracted data for 
'./usr/lib/x86_64-linux-gnu/unity-control-center-1/panels/libappearance.so' to 
'/usr/lib/x86_64-linux-gnu/unity-control-center-1/panels/libappearance.so.dpkg-new':
 unexpected end of file or stream
InstallationDate: Installed on 2015-02-25 (344 days ago)
InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
RelatedPackageVersions:
 dpkg 1.17.5ubuntu5.5
 apt  1.0.1ubuntu2.11
SourcePackage: unity-control-center
Title: package unity-control-center 14.04.3+14.04.20140922-0ubuntu1.1 failed to 
install/upgrade: cannot copy extracted data for 
'./usr/lib/x86_64-linux-gnu/unity-control-center-1/panels/libappearance.so' to 
'/usr/lib/x86_64-linux-gnu/unity-control-center-1/panels/libappearance.so.dpkg-new':
 unexpected end of file or stream
UpgradeStatus: No upgrade log present (probably fresh install)
usr_lib_unity-control-center: deja-dup 30.0-0ubuntu4

** Affects: unity-control-center (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package trusty

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

Title:
  package unity-control-center 14.04.3+14.04.20140922-0ubuntu1.1 failed
  to install/upgrade: cannot copy extracted data for './usr/lib/x86_64
  -linux-gnu/unity-control-center-1/panels/libappearance.so' to
  '/usr/lib/x86_64-linux-gnu/unity-control-
  center-1/panels/libappearance.so.dpkg-new': unexpected end of file or
  stream

Status in unity-control-center package in Ubuntu:
  New

Bug description:
  Error became when updating the system

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: unity-control-center 14.04.3+14.04.20140922-0ubuntu1.1
  ProcVersionSignature: Ubuntu 3.13.0-77.121-generic 3.13.11-ckt32
  Uname: Linux 3.13.0-77-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  Date: Fri Feb  5 09:04:26 2016
  DuplicateSignature: 
package:unity-control-center:14.04.3+14.04.20140922-0ubuntu1.1:cannot copy 
extracted data for 
'./usr/lib/x86_64-linux-gnu/unity-control-center-1/panels/libappearance.so' to 
'/usr/lib/x86_64-linux-gnu/unity-control-center-1/panels/libappearance.so.dpkg-new':
 unexpected end of file or stream
  ErrorMessage: cannot copy extracted data for 
'./usr/lib/x86_64-linux-gnu/unity-control-center-1/panels/libappearance.so' to 
'/usr/lib/x86_64-linux-gnu/unity-control-center-1/panels/libappearance.so.dpkg-new':
 unexpected end of file or stream
  InstallationDate: Installed on 2015-02-25 (344 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  RelatedPackageVersions:
   dpkg 1.17.5ubuntu5.5
   apt  1.0.1ubuntu2.11
  SourcePackage: unity-control-center
  Title: package unity-control-center 14.04.3+14.04.20140922-0ubuntu1.1 failed 
to install/upgrade: cannot copy extracted data for 
'./usr/lib/x86_64-linux-gnu/unity-control-center-1/panels/libappearance.so' to 
'/usr/lib/x86_64-linux-gnu/unity-control-center-1/panels/libappearance.so.dpkg-new':
 unexpected end of file or stream
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_unity-control-center: deja-dup 30.0-0ubuntu4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-control-center/+bug/1542229/+subscriptions

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


[Desktop-packages] [Bug 579860] Re: During upgrade from Ubuntu 9.10 to 10.04 the following package chrashed adn severav other installation items did not succesd ither. The system apparently works i ge

2016-02-05 Thread dino99
Closing that outdated report as EOL has been reached long time ago

** Changed in: mono (Ubuntu)
   Status: New => Invalid

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

Title:
  During upgrade from Ubuntu 9.10 to 10.04 the following package
  chrashed adn severav other installation items did not succesd ither.
  The system apparently works i general but my SMBK4 wont work properby,
  i am not able to remove it, I am not sure whether i can do a complete
  reinstall without loosing all my settings so i haven't tried that yet:
  package mono-gac 2.4.4~svn151842-1ubuntu4 failed to install/upgrade:
  underproces installed post-installation script returnerede
  afslutningsstatus 9

Status in mono package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: mono

  During upgrade from Ubuntu 9.10 to 10.04 the following package
  chrashed adn severav other installation items did not succesd ither.
  The system apparently works i general but my SMBK4 wont work properby,
  My network drives do not mount, i am not able to remove it, I am not
  sure whether i can do a complete reinstall of the UBUNTU 10.04 without
  loosing all my settings so i haven't tried that yet:

  ProblemType: Package
  DistroRelease: Ubuntu 10.04
  Package: mono-gac 2.4.4~svn151842-1ubuntu4
  ProcVersionSignature: Ubuntu 2.6.32-22.33-generic 2.6.32.11+drm33.2
  Uname: Linux 2.6.32-22-generic i686
  Architecture: i386
  Date: Thu May 13 10:40:37 2010
  ErrorMessage: underproces installed post-installation script returnerede 
afslutningsstatus 9
  InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5)
  PackageArchitecture: all
  SourcePackage: mono
  Title: package mono-gac 2.4.4~svn151842-1ubuntu4 failed to install/upgrade: 
underproces installed post-installation script returnerede afslutningsstatus 9

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

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


[Desktop-packages] [Bug 579255] Re: When volume <= 15% the speakers/headphones are mute

2016-02-05 Thread dino99
Closing that outdated report as EOL has been reached long time ago

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

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

Title:
  When volume <= 15% the speakers/headphones are mute

Status in alsa-driver package in Ubuntu:
  Invalid

Bug description:
  I guess this is a duplicate of #448528

  But we were  asked to file a new bug report, so here it is.

  Lowering the volume in gnome-indicator or alsa-mixer below 15% causes
  it to mute.

  Happened on Karmic, still happening on lucid
  2.6.32-21-generic #32-Ubuntu SMP Fri Apr 16 08:09:38 UTC 2010 x86_64 GNU/Linux

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: alsa-base 1.0.22.1+dfsg-0ubuntu3
  ProcVersionSignature: Ubuntu 2.6.32-21.32-generic 2.6.32.11+drm33.2
  Uname: Linux 2.6.32-21-generic x86_64
  NonfreeKernelModules: nvidia
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21.
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  bob5846 F pulseaudio
   /dev/snd/pcmC0D0p:   bob5846 F...m pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Audigy'/'SB Audigy 1 [SB0090] (rev.3, serial:0x511102) at 0xef00, 
irq 16'
 Mixer name : 'TriTech TR28602'
 Components : 'AC97a:54524123'
 Controls  : 194
 Simple ctrls  : 30
  CurrentDmesg:
   [   35.729484] ppdev: user-space parallel port driver
   [   36.717164] ioremap error for 0x0-0x2000, requested 0x10, got 0x0
   [   41.791255] eth0: no IPv6 routers present
   [ 9944.574316] usb 1-7.4: USB disconnect, address 6
  Date: Wed May 12 13:33:41 2010
  InstallationMedia: Ubuntu 10.04 "Lucid Lynx" - Beta amd64 (20100318)
  PackageArchitecture: all
  ProcEnviron:
   LANG=en_US.utf8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  dmi.bios.date: 07/07/2006
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.30
  dmi.board.name: 775Dual-VSTA
  dmi.board.version: 1.00
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.30:bd07/07/2006:svn:pn775Dual-VSTA:pvr1.00:rvn:rn775Dual-VSTA:rvr1.00:
  dmi.product.name: 775Dual-VSTA
  dmi.product.version: 1.00

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

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


[Desktop-packages] [Bug 580564] Re: Regression: no sound card detected

2016-02-05 Thread dino99
Closing that outdated report as EOL has been reached long time ago

** Changed in: pulseaudio (Ubuntu)
   Status: New => Invalid

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

Title:
  Regression: no sound card detected

Status in pulseaudio package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: pulseaudio

  I'm using Ubuntu 10.04 Server LTS (amd 64).

  With Ubuntu 8.04 server, i had sound. I did an upgrade with Ubuntu 10.04 
server and i found that the sound card was detected.
  I did a new install and it didn't help.
  aplay -l say "no sound card found"

  lspci -v :
  00:1b.0 Audio device: Intel Corporation N10/ICH 7 Family High Definition 
Audio Controller (rev 01)
Subsystem: Intel Corporation Device d604
Flags: fast devsel, IRQ 22
Memory at 883a (64-bit, non-prefetchable) [size=16K]
Capabilities: [50] Power Management version 2
Capabilities: [60] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 
Enable-
Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00
Capabilities: [100] Virtual Channel 
Capabilities: [130] Root Complex Link 
Kernel modules: snd-hda-intel

  and dmesg | grep hda_indel
  [   13.380019] ALSA hda_intel.c:695: azx_get_response timeout, switching to 
polling mode: last cmd=0x200f
  [   14.390013] ALSA hda_intel.c:703: No response from codec, disabling MSI: 
last cmd=0x200f
  [   15.400019] ALSA hda_intel.c:1397: Codec #2 probe error; disabling it...
  [   16.490034] ALSA hda_intel.c:734: hda_intel: azx_get_response timeout, 
switching to single_cmd mode: last cmd=0x200f
  [   16.491013] ALSA hda_intel.c:1424: no codecs initialized
  [81787.070018] ALSA hda_intel.c:695: azx_get_response timeout, switching to 
polling mode: last cmd=0x200f
  [81788.080019] ALSA hda_intel.c:703: No response from codec, disabling MSI: 
last cmd=0x200f
  [81789.090020] ALSA hda_intel.c:1397: Codec #2 probe error; disabling it...
  [81790.180019] ALSA hda_intel.c:734: hda_intel: azx_get_response timeout, 
switching to single_cmd mode: last cmd=0x200f
  [81790.180850] ALSA hda_intel.c:1424: no codecs initialized

  I think, it is a problem with the kernel module. I tried the following
  kernel, but it didn't help too : http://kernel.ubuntu.com/~kernel-
  ppa/mainline/daily/current/

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: pulseaudio 1:0.9.22~0.9.21+stable-queue-32-g8478-0ubuntu14
  ProcVersionSignature: Ubuntu 2.6.32-22.33-server 2.6.32.11+drm33.2
  Uname: Linux 2.6.32-22-server x86_64
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 2010-05-14 17:02 seq
   crw-rw 1 root audio 116, 33 2010-05-14 17:02 timer
  AlsaVersion:
   Advanced Linux Sound Architecture Driver Version 1.0.22.1.
   Compiled on Apr 29 2010 for kernel 2.6.32-22-server (SMP).
  AplayDevices: aplay: device_list:223: no soundcards found...
  Architecture: amd64
  ArecordDevices: arecord: device_list:223: no soundcards found...
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer', '/dev/sequencer2', '/dev/sequencer'] failed with exit code 1:
  Date: Fri May 14 17:17:59 2010
  InstallationMedia: Ubuntu-Server 10.04 LTS "Lucid Lynx" - Release amd64 
(20100427)
  ProcEnviron:
   LANG=fr_CH.UTF-8
   SHELL=/bin/bash
  SourcePackage: pulseaudio
  Symptom: audio
  Title: Pulseaudio is not running
  dmi.bios.date: 07/29/2009
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: LF94510J.86A.0229.2009.0729.0209
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: D945GCLF2
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAE46416-108
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrLF94510J.86A.0229.2009.0729.0209:bd07/29/2009:svn:pn:pvr:rvnIntelCorporation:rnD945GCLF2:rvrAAE46416-108:cvn:ct3:cvr:

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

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


[Desktop-packages] [Bug 565530] Re: line in doesnt work; mic does

2016-02-05 Thread dino99
Closing that outdated report as EOL has been reached long time ago

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

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

Title:
  line in doesnt work; mic does

Status in alsa-driver package in Ubuntu:
  Invalid

Bug description:
  ive messed with alsa mixer, so this cant be fixed that way.  my mic
  works, but the line in doesnt.  tried with/without pulseaudio.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: alsa-base 1.0.22.1+dfsg-0ubuntu3
  ProcVersionSignature: Ubuntu 2.6.32-21.32-generic 2.6.32.11+drm33.2
  Uname: Linux 2.6.32-21-generic i686
  NonfreeKernelModules: wl nvidia
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21.
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xfebfc000 irq 21'
 Mixer name : 'SigmaTel STAC9205'
 Components : 'HDA:838476a0,10280228,00100204 
HDA:14f12c06,14f1000f,0010'
 Controls  : 20
 Simple ctrls  : 12
  Date: Sat Apr 17 14:53:18 2010
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  dmi.bios.date: 04/21/2008
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A06
  dmi.board.name: 0WY040
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA06:bd04/21/2008:svnDellInc.:pnVostro1500:pvr:rvnDellInc.:rn0WY040:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Vostro 1500
  dmi.sys.vendor: Dell Inc.

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

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


[Desktop-packages] [Bug 583845] Re: Does not detect hotplugged storage device (8.04 -> 10.04 upgraded)

2016-02-05 Thread dino99
Closing that outdated report as EOL has been reached long time ago

** Changed in: gvfs (Ubuntu)
   Status: New => Invalid

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

Title:
  Does not detect hotplugged storage device (8.04 -> 10.04 upgraded)

Status in gvfs package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: gvfs

  Does not auto mount SD card inserted via usb card reader. This is a
  upgraded system from 8.04

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: gvfs 1.6.0+git20100414-0ubuntu1
  ProcVersionSignature: Ubuntu 2.6.32-22.33-generic 2.6.32.11+drm33.2
  Uname: Linux 2.6.32-22-generic i686
  Architecture: i386
  Date: Fri May 21 16:32:45 2010
  HotplugNewDevices: /dev/sdd1
  HotplugNewMounts:
   
  ProcEnviron:
   LANGUAGE=de_DE:de:en_GB:en
   PATH=(custom, no user)
   LANG=de_DE.utf8
   SHELL=/bin/bash
  SourcePackage: gvfs
  Symptom: storage
  Title: Does not detect hotplugged storage device

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

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


[Desktop-packages] [Bug 935584] [NEW] gnome image viewer (eog) shows only black for certain images

2016-02-05 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

I just got some pictures from a photography company and the gnome image
viewer only shows all black.  Gimp, firefox both open the image okay.

Here is an image which does this:
http://www.joshblackburn.com/37006-IMG_3285.jpg (It's my new 2 week old
son, William) =)

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: eog 3.2.1-0ubuntu1
ProcVersionSignature: Ubuntu 3.0.0-16.28-generic 3.0.17
Uname: Linux 3.0.0-16-generic i686
ApportVersion: 1.23-0ubuntu4
Architecture: i386
Date: Sat Feb 18 10:22:22 2012
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: eog
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: xserver-xorg-video-intel (Ubuntu)
 Importance: Undecided
 Status: Incomplete


** Tags: apport-bug i386 oneiric saucy
-- 
gnome image viewer (eog) shows only black for certain images
https://bugs.launchpad.net/bugs/935584
You received this bug notification because you are a member of Desktop 
Packages, which is subscribed to xserver-xorg-video-intel 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 1133192] Re: Screen goes wonky when HDMI device is plugged in

2016-02-05 Thread Timo Aaltonen
does it work with 15.10 or newer?

** Package changed: xserver-xorg-video-ati-lts-quantal (Ubuntu) =>
xserver-xorg-video-ati (Ubuntu)

** Changed in: xserver-xorg-video-ati (Ubuntu)
   Status: New => Incomplete

** Changed in: xserver-xorg-video-ati (Ubuntu)
 Assignee: Canonical Hardware Enablement Team (canonical-hwe-team) => 
(unassigned)

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

Title:
  Screen goes wonky when HDMI device is plugged in

Status in xserver-xorg-video-ati package in Ubuntu:
  Incomplete

Bug description:
  On plugging in HDMI devices, the screen is scrambled.  Pretty simple.

  Boot and log in.
  Plug in HDMI device
  Watch the screen scramble

  This occurs with the Radeon driver.

  I managed to recover the system the first time by unplugging the
  device, however, on the second attempt, the screen scrambled and stuck
  that way and I had to reboot to recover the desktop.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: xserver-xorg-video-radeon-lts-quantal 
1:6.99.99~git20120913.8637f772-0ubuntu1~precise2
  ProcVersionSignature: Ubuntu 3.5.0-23.35~precise1-generic 3.5.7.2
  Uname: Linux 3.5.0-23-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: amd64
  Date: Tue Feb 26 04:16:32 2013
  InstallationMedia: Ubuntu 12.04.2 LTS "Precise Pangolin" - Release amd64 
(20130213)
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: xserver-xorg-video-ati-lts-quantal
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-ati/+bug/1133192/+subscriptions

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


[Desktop-packages] [Bug 1542160] Re: Possible to disable touchpad when it's the only pointing device

2016-02-05 Thread Sebastien Bacher
that's sort of related to bug #1454950

** Changed in: unity-control-center (Ubuntu)
   Importance: Undecided => Low

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

Title:
  Possible to disable touchpad when it's the only pointing device

Status in unity-control-center package in Ubuntu:
  New

Bug description:
  Touchpad can be disabled when it's the only pointing device, rending
  the mouse inoperable. No warning dialog. I've accidentally clicked
  this button and needed to reenable it using tab to highlight the
  button and enter to 'click' it.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: unity-control-center 15.04.0+16.04.20160119-0ubuntu1
  Uname: Linux 4.4.0-040400-generic x86_64
  ApportVersion: 2.19.4-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Feb  4 22:22:15 2016
  ExecutablePath: /usr/bin/unity-control-center
  InstallationDate: Installed on 2015-12-24 (42 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20151209)
  ProcEnviron:
   PATH=(custom, user)
   SHELL=/bin/bash
   LANG=en_US.UTF-8
   LANGUAGE=en_US
   XDG_RUNTIME_DIR=
  SourcePackage: unity-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-control-center/+bug/1542160/+subscriptions

-- 
Mailing list: https://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   3   >