[Desktop-packages] [Bug 1471708] Re: SRU: For skylake system, u-s-d cause a black screen when resume from S3 via Lid Close

2015-07-09 Thread Alberto Milone
** Description changed:

  OEM LP private bug: https://bugs.launchpad.net/bugs/1466441
  
  Title: Sometimes system turns a black screen when resume from S3 via Lid
  Close
  
  [Impact]
  
  Sometimes system turns a black screen when resume from S3 via Lid Close
  It only has cursor on screen but still can switch to tty1.
  Failure rate ~ 1/5
  
  [Test Case]
  1. install Ubuntu 14.04.2  3.19+ kernel and boot to OS
  2. Close the lid
  3. Open the lid
  4. check the display status
  
  Expected results: System should resume to the log in screen when open
  the lid
  
  Actual results:
  System sometimes fails to resume back to the log in screen but blackscreen 
instead.
  (Failure rate~ 1/5)
  
  [Regression Potential]
- Low. Delaying touchscreen mapping by 3 seconds should not affect any other 
input device.
- 
+ Low. Killing touchscreen mapping after 3 seconds should not affect any other 
input device.
  
  Details:
  
  unity-settings-deamon will call xinput --map-to-output 11 eDP1 at 
background,
  and it's being blocked so only cursor will show on screen.
  
  1. Switch to tty1 when this happen
  2. Login with user account on tty1.
  3. Use DISPLAY=:0 xrandr  on commandline you'll see it's being blocked.
  
  Since xinput is being blocked for some unknown reason (in gdb it shows
  polling on xcb_connect_to_fd() in XOpenDisplay() ),
  
  a possible workaround is to set a timeout for xinput in u-s-d.
  
  === modified file 'plugins/xrandr/gsd-xrandr-manager.c'
  --- plugins/xrandr/gsd-xrandr-manager.c   2014-06-05 11:56:15 +
  +++ plugins/xrandr/gsd-xrandr-manager.c   2015-07-01 08:59:56 +
  @@ -2199,7 +2199,7 @@
   if (gnome_rr_output_info_is_active(output)) {
   g_debug (Mapping touchscreen %d onto output %s,
    device_id, name);
  - sprintf (command, xinput --map-to-output %d %s,
  + sprintf (command, timeout 3s xinput --map-to-output %d %s,
    device_id, name);
   status = system (command);
   }

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

Title:
  SRU: For skylake system, u-s-d cause a black screen when resume from
  S3 via Lid Close

Status in OEM Priority Project:
  New
Status in OEM Priority Project trusty series:
  New
Status in unity-settings-daemon package in Ubuntu:
  In Progress

Bug description:
  OEM LP private bug: https://bugs.launchpad.net/bugs/1466441

  Title: Sometimes system turns a black screen when resume from S3 via
  Lid Close

  [Impact]

  Sometimes system turns a black screen when resume from S3 via Lid Close
  It only has cursor on screen but still can switch to tty1.
  Failure rate ~ 1/5

  [Test Case]
  1. install Ubuntu 14.04.2  3.19+ kernel and boot to OS
  2. Close the lid
  3. Open the lid
  4. check the display status

  Expected results: System should resume to the log in screen when open
  the lid

  Actual results:
  System sometimes fails to resume back to the log in screen but blackscreen 
instead.
  (Failure rate~ 1/5)

  [Regression Potential]
  Low. Killing touchscreen mapping after 3 seconds should not affect any other 
input device.

  Details:

  unity-settings-deamon will call xinput --map-to-output 11 eDP1 at 
background,
  and it's being blocked so only cursor will show on screen.

  1. Switch to tty1 when this happen
  2. Login with user account on tty1.
  3. Use DISPLAY=:0 xrandr  on commandline you'll see it's being blocked.

  Since xinput is being blocked for some unknown reason (in gdb it shows
  polling on xcb_connect_to_fd() in XOpenDisplay() ),

  a possible workaround is to set a timeout for xinput in u-s-d.

  === modified file 'plugins/xrandr/gsd-xrandr-manager.c'
  --- plugins/xrandr/gsd-xrandr-manager.c   2014-06-05 11:56:15 +
  +++ plugins/xrandr/gsd-xrandr-manager.c   2015-07-01 08:59:56 +
  @@ -2199,7 +2199,7 @@
   if (gnome_rr_output_info_is_active(output)) {
   g_debug (Mapping touchscreen %d onto output %s,
    device_id, name);
  - sprintf (command, xinput --map-to-output %d %s,
  + sprintf (command, timeout 3s xinput --map-to-output %d %s,
    device_id, name);
   status = system (command);
   }

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1471708/+subscriptions

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


[Desktop-packages] [Bug 1104476] Re: Network manager cannot connect to WPA2/PEAP/MSCHAPv2 network without CA_Certificate

2015-07-09 Thread Vincent Gerris
Created a new bug : 
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/1473088
Please put your info there, thank you.

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

Title:
  Network manager cannot connect to WPA2/PEAP/MSCHAPv2 network without
  CA_Certificate

Status in NetworkManager:
  Fix Released
Status in Release Notes for Ubuntu:
  Fix Released
Status in network-manager-applet package in Ubuntu:
  Fix Released
Status in network-manager-applet source package in Saucy:
  Won't Fix
Status in network-manager-applet source package in Trusty:
  Fix Released
Status in network-manager-applet source package in Utopic:
  Fix Released
Status in Gentoo Linux:
  Fix Released
Status in network-manager package in openSUSE:
  Confirmed

Bug description:
  SRU Justification:
  [Impact]
  When connecting to MPA2/PEAP/MSCHAPv2 wifi networks which do not have a CA 
Certificate network manager may incorrectly mark the CA certificate as needing 
verification and fail that verification.

  [Test Case]
  Attempt to connect to a WPA2/PEAP/MSCHAPv2 network without CA_Certificate 
using Network Manager

  [Regression Potential]
  This has been fixed in Utopic already and it a backport of an upstream patch.

  --

  === Release Notes Text ===

  When connecting to MPA2/PEAP/MSCHAPv2 wifi networks which do not have
  a CA Certificate network manager may incorrectly mark the CA
  certificate as needing verification and fail that verification.  See
  the bug for workarounds.

  ===

  I can connect to Eduroam in 12.10 and any other previous release, but
  not in 13.04. I checked, my name and password are correct, all
  settings are the same as in 12.10.

  Network properties:

  security: WPA - WPA2 enterprise
  authentication: protected EAP (PEAP)
  CA certificate: none
  PEAP version: automatic
  inner autentication: MSCHAPv2
  username: (required)
  password: (required)

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: network-manager 0.9.6.0+git201301021750.e78c3e8-0ubuntu3
  ProcVersionSignature: Ubuntu 3.8.0-1.5-generic 3.8.0-rc4
  Uname: Linux 3.8.0-1-generic i686
  ApportVersion: 2.8-0ubuntu2
  Architecture: i386
  CasperVersion: 1.330
  Date: Thu Jan 24 21:32:25 2013
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IpRoute:
   default via 192.168.43.1 dev wlan0  proto static
   169.254.0.0/16 dev wlan0  scope link  metric 1000
   192.168.43.0/24 dev wlan0  proto kernel  scope link  src 192.168.43.149  
metric 9
  LiveMediaBuild: Ubuntu 13.04 Raring Ringtail - Alpha i386 (20130123)
  MarkForUpload: True
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-con:
   NAME  UUID   TYPE
  TIMESTAMPTIMESTAMP-REAL AUTOCONNECT   READONLY   
DBUS-PATH
   AndroidAP 978da457-563b-4c59-a894-45eb0f74fcb7   
802-11-wireless   1359063171   Thu 24 Jan 2013 09:32:51 PM UTCyes   
no /org/freedesktop/NetworkManager/Settings/2
   Wired connection 16703fabc-9519-49bd-a4af-45fbfb7d660e   
802-3-ethernet1359062570   Thu 24 Jan 2013 09:22:50 PM UTCyes   
no /org/freedesktop/NetworkManager/Settings/1
   eduroam   00f69a95-4a1b-436c-b462-a284f45fbaa1   
802-11-wireless   1359063171   Thu 24 Jan 2013 09:32:51 PM UTCyes   
no /org/freedesktop/NetworkManager/Settings/0
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH
   wlan0  802-11-wireless   connected 
/org/freedesktop/NetworkManager/Devices/1
   eth0   802-3-ethernetunavailable   
/org/freedesktop/NetworkManager/Devices/0
  nmcli-nm:
   RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   
WIFI   WWAN-HARDWARE   WWAN
   running 0.9.7.0connected   enabled   enabled 
enabledenabled disabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/1104476/+subscriptions

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


[Desktop-packages] [Bug 1473088] Re: network manager peap mschapv2 authentication stopped working

2015-07-09 Thread Vincent Gerris
** Attachment added: wireless report
   
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/1473088/+attachment/4427005/+files/wireless-info.txt

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

Title:
  network manager peap mschapv2 authentication stopped working

Status in network-manager-applet package in Ubuntu:
  New

Bug description:
  Probably in a recent update, the connection to our MSCHAPv2 / PEAP network 
with security set to WPA/WPA2 Enterprise.
  It worked a few weeks back, but not any more.
  Many users have issues that are posted here:
  https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/1104476

  Decided to make a new bug report because it is probably a new issue.

  Trying to connect fails and throws another screen where the password
  can be filled in.

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

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


[Desktop-packages] [Bug 1473088] Re: network manager peap mschapv2 authentication stopped working

2015-07-09 Thread Vincent Gerris
Certificate checkbox to keep ignoring does not work either by the way.
Ran this wireless info script: 
https://raw.githubusercontent.com/UbuntuForums/wireless-info/master/wireless-info
change the file to some other name, it writes to that name.

Please find my info attached, removed some info that is not relevant or
private.

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

Title:
  network manager peap mschapv2 authentication stopped working

Status in network-manager-applet package in Ubuntu:
  New

Bug description:
  Probably in a recent update, the connection to our MSCHAPv2 / PEAP network 
with security set to WPA/WPA2 Enterprise.
  It worked a few weeks back, but not any more.
  Many users have issues that are posted here:
  https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/1104476

  Decided to make a new bug report because it is probably a new issue.

  Trying to connect fails and throws another screen where the password
  can be filled in.

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

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


[Desktop-packages] [Bug 1198262] Re: package fglrx-updates not installed failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2015-07-09 Thread ragousis andreas
hi please are there any suggestions about this bug?
thank you in advance
andreas

** Changed in: fglrx-installer-updates (Ubuntu)
   Status: Confirmed = Invalid

** Converted to question:
   
https://answers.launchpad.net/ubuntu/+source/fglrx-installer-updates/+question/269062

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

Title:
  package fglrx-updates  not installed  failed to install/upgrade:
  subprocess new pre-installation script returned error exit status 1

Status in fglrx-installer-updates package in Ubuntu:
  Invalid

Bug description:
  not installing

  ProblemType: Package
  DistroRelease: Ubuntu 13.04
  Package: fglrx-updates (not installed)
  ProcVersionSignature: Ubuntu 3.8.0-26.38-generic 3.8.13.2
  Uname: Linux 3.8.0-26-generic x86_64
  ApportVersion: 2.9.2-0ubuntu8.1
  AptOrdering:
   fglrx-updates: Install
   fglrx-updates: Configure
   fglrx-amdcccle-updates: Configure
  Architecture: amd64
  Date: Fri Jul  5 11:25:36 2013
  DpkgTerminalLog:
   Unpacking fglrx-updates (from 
.../fglrx-updates_2%3a9.012-0ubuntu1_amd64.deb) ...
   One or more files have been altered since installation.
   Uninstall will not be completed. See /etc/ati/fglrx-uninstall.log for 
details.
   dpkg: error processing 
/var/cache/apt/archives/fglrx-updates_2%3a9.012-0ubuntu1_amd64.deb (--unpack):
subprocess new pre-installation script returned error exit status 1
  DuplicateSignature: package:fglrx-updates:(not installed):subprocess new 
pre-installation script returned error exit status 1
  ErrorMessage: subprocess new pre-installation script returned error exit 
status 1
  InstallationDate: Installed on 2013-04-22 (74 days ago)
  InstallationMedia: Xubuntu 12.10 Quantal Quetzal - Release amd64 
(20121017.1)
  MarkForUpload: True
  SourcePackage: fglrx-installer-updates
  Title: package fglrx-updates (not installed) failed to install/upgrade: 
subprocess new pre-installation script returned error exit status 1
  UpgradeStatus: Upgraded to raring on 2013-04-29 (67 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer-updates/+bug/1198262/+subscriptions

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


[Desktop-packages] [Bug 1473088] Re: network manager peap mschapv2 authentication stopped working

2015-07-09 Thread Franko Burolo
I don't believe this is certificate-related this time. In the linked bug
Zacharias Steinmetz says: Same on my PC running Vivid (3.19.0-22,
BCM4313), both with certificate added and ignored.

In my case, it is a Toshiba Satellite C50-B-15N with Vivid 64, same
kernel version as Zacharias, but a Qualcomm Atheros card (Qualcomm
Atheros QCA9565 / AR9565 Wireless Network Adapter (rev 01), running with
the ath9k module).

Walter Garcia-Fontes suggested on the linked bug that this new one could
be hardware-specific, but here we see that the issue comes up with at
least two different brands of wifi cards, i.e. Atheros and Broadcom.

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

Title:
  network manager peap mschapv2 authentication stopped working

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

Bug description:
  Probably in a recent update, the connection to our MSCHAPv2 / PEAP network 
with security set to WPA/WPA2 Enterprise.
  It worked a few weeks back, but not any more.
  Many users have issues that are posted here:
  https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/1104476

  Decided to make a new bug report because it is probably a new issue.

  Trying to connect fails and throws another screen where the password
  can be filled in.

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

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


[Desktop-packages] [Bug 1473088] Re: network manager peap mschapv2 authentication stopped working

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

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

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

Title:
  network manager peap mschapv2 authentication stopped working

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

Bug description:
  Probably in a recent update, the connection to our MSCHAPv2 / PEAP network 
with security set to WPA/WPA2 Enterprise.
  It worked a few weeks back, but not any more.
  Many users have issues that are posted here:
  https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/1104476

  Decided to make a new bug report because it is probably a new issue.

  Trying to connect fails and throws another screen where the password
  can be filled in.

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

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


[Desktop-packages] [Bug 1473087] [NEW] QT_PLUGIN_PATH is set in Kubuntu 15.04

2015-07-09 Thread Igor Mironchik
Public bug reported:

QT_PLUGIN_PATH is set in Kubuntu 15.04 that results to mixing Qt 5
libraries when third party Qt installed in the system. I.e. I installed
Qt 5.5.0 with Qt Online Installer to my home directory and binaries such
as assistant, designer doesn't start because of mixing Qt libraries with
system's Qt 5.4.1.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: xorg 1:7.7+7ubuntu4
ProcVersionSignature: Ubuntu 3.19.0-22.22-generic 3.19.8-ckt1
Uname: Linux 3.19.0-22-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.17.2-0ubuntu1.1
Architecture: amd64
CurrentDesktop: KDE
Date: Thu Jul  9 16:47:07 2015
EcryptfsInUse: Yes
InstallationDate: Installed on 2015-05-03 (67 days ago)
InstallationMedia: Kubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug kubuntu vivid

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

Title:
  QT_PLUGIN_PATH is set in Kubuntu 15.04

Status in xorg package in Ubuntu:
  New

Bug description:
  QT_PLUGIN_PATH is set in Kubuntu 15.04 that results to mixing Qt 5
  libraries when third party Qt installed in the system. I.e. I
  installed Qt 5.5.0 with Qt Online Installer to my home directory and
  binaries such as assistant, designer doesn't start because of mixing
  Qt libraries with system's Qt 5.4.1.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-22.22-generic 3.19.8-ckt1
  Uname: Linux 3.19.0-22-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Thu Jul  9 16:47:07 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-05-03 (67 days ago)
  InstallationMedia: Kubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1286878] Re: Doesn't scale well on a hidpi display

2015-07-09 Thread Marc Nieper-Wißkirchen
I am experiencing the same bug on a Dell XPS 13.

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

Title:
  Doesn't scale well on a hidpi display

Status in OEM Priority Project:
  New
Status in OEM Priority Project trusty series:
  New
Status in unity-greeter package in Ubuntu:
  Triaged
Status in unity-settings-daemon package in Ubuntu:
  Fix Released

Bug description:
  unity-greeter does not scale on hidpi diplays like the rest of unity
  does in trusty.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1286878/+subscriptions

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


[Desktop-packages] [Bug 1003842] Re: dnsmasq sometimes fails to resolve private names in networks with non-equivalent nameservers

2015-07-09 Thread Thomas Hood
Christian, the workaround is to comment out the line dns=dnsmasq in
/etc/NetworkManager/NetworkManager.conf.

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

Title:
  dnsmasq sometimes fails to resolve private names in networks with non-
  equivalent nameservers

Status in dnsmasq package in Ubuntu:
  Confirmed
Status in network-manager package in Ubuntu:
  Confirmed
Status in dnsmasq source package in Precise:
  Confirmed
Status in network-manager source package in Precise:
  Triaged
Status in dnsmasq package in Debian:
  New

Bug description:
  A number of reports already filed against network-manager seem to
  reflect this problem, but to make things very clear I am opening a new
  report.  Where appropriate I will mark other reports as duplicates of
  this one.

  Consider a pre-Precise system with the following /etc/resolv.conf:

  nameserver 192.168.0.1
  nameserver 8.8.8.8

  The first address is the address of a nameserver on the LAN that can
  resolve both private and public domain names.  The second address is
  the address of a nameserver on the Internet that can resolve only
  public names.

  This setup works fine because the GNU resolver always tries the first-
  listed address first.

  Now the administrator upgrades to Precise and instead of writing the
  above to resolv.conf, NetworkManager writes

  server=192.168.0.1
  server=8.8.8.8

  to /var/run/nm-dns-dnsmasq.conf and nameserver 127.0.0.1 to
  resolv.conf.  Resolution of private domain names is now broken because
  dnsmasq treats the two upstream nameservers as equals and uses the
  faster one, which could be 8.8.8.8.

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

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


[Desktop-packages] [Bug 1473088] [NEW] network manager peap mschapv2 authentication stopped working

2015-07-09 Thread Vincent Gerris
Public bug reported:

Probably in a recent update, the connection to our MSCHAPv2 / PEAP network with 
security set to WPA/WPA2 Enterprise.
It worked a few weeks back, but not any more.
Many users have issues that are posted here:
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/1104476

Decided to make a new bug report because it is probably a new issue.

Trying to connect fails and throws another screen where the password can
be filled in.

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

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

Title:
  network manager peap mschapv2 authentication stopped working

Status in network-manager-applet package in Ubuntu:
  New

Bug description:
  Probably in a recent update, the connection to our MSCHAPv2 / PEAP network 
with security set to WPA/WPA2 Enterprise.
  It worked a few weeks back, but not any more.
  Many users have issues that are posted here:
  https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/1104476

  Decided to make a new bug report because it is probably a new issue.

  Trying to connect fails and throws another screen where the password
  can be filled in.

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

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


[Desktop-packages] [Bug 1280053] Re: eclipse is a crashy mess on trusty

2015-07-09 Thread tlc
Correction:  Modifying eclipse.ini did work.  Modifying config.ini did
NOT.

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

Title:
  eclipse is a crashy mess on trusty

Status in eclipse package in Ubuntu:
  Confirmed

Bug description:
  It seems apport has stopped catching eclipse crashes, so I'm reporting
  this issue by hand. To reproduce, all I have to do is open a medium
  sized Java project in eclipse and try to navigate around (using F3 and
  F4 etc.). After 3 or 4 operations, eclipse always crashes. This
  started right after upgrading to trusty.

  What can I do to help folks debug this further?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: eclipse-platform 3.8.1-5.1
  ProcVersionSignature: Ubuntu 3.13.0-8.28-generic 3.13.2
  Uname: Linux 3.13.0-8-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.13.2-0ubuntu3
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Feb 13 21:11:10 2014
  InstallationDate: Installed on 2011-09-18 (879 days ago)
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110426)
  SourcePackage: eclipse
  UpgradeStatus: Upgraded to trusty on 2014-02-02 (11 days ago)

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

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


[Desktop-packages] [Bug 1130326] Re: No Certificate Authority Certificate Dialog doesn't receive focus

2015-07-09 Thread Steve
How did you guys edit the connection file in 
/etc/NetworkManager/system-connections to remove system-ca-certs=true
Did you run a terminal or just click on it, open it, and then edit the line. I 
can't seem to open up the file. When I click on the file it says this file is 
an unknown type.

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

Title:
  No Certificate Authority Certificate Dialog doesn't receive focus

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

Bug description:
  Using Gnome 3.Ubuntu 12.04.2 LTS  
  network-manager 0.9.4.0-0ubuntu4.2 

  - I'm adding a new wireless network that uses certificates; tunneled tls
  - I do not select a CA certificate in the initial dialog Authentication 
required by wireless network
  - I get a warning popup No certificate authority certificate chosen with 
ignore and select (or similar)
  - But this popup is not in focus, the buttons can't be clicked and the dialog 
can't be dismissed.
  - I can't proceed except by clicking cancel in the partially-obscured 
Authentication dialog.

  The result of this is that I can't use a self-signed certificate, and
  so can't use the network.

  When I do go to select a certificate, it filters by file extension.
  The filter can't be disabled, so I don't see and can't select my
  certificates. Note that when exporting certs e.g. from Thunderbird,
  the extension is not added automatically, so it's likely that certs
  won't have an appropriate extension.

  Then in continuing interaction, gnome-settings manager segfaults. I've
  used the autoreport function to file that separately.

  peace,

isaac

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

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


[Desktop-packages] [Bug 1473125] [NEW] Firefox-aurora is still version 40 while 41 is available

2015-07-09 Thread Adrien Constancin
Public bug reported:

In ppa:ubuntu-mozilla-daily/firefox-aurora, the firefox version has not
been updated since June 3rd despite firefox aurora being updated almost
daily and version 41 has been released already.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: firefox 40.0~a2~hg20150603r262503-0ubuntu1~umd1
ProcVersionSignature: Ubuntu 3.19.0-22.22-generic 3.19.8-ckt1
Uname: Linux 3.19.0-22-generic x86_64
AddonCompatCheckDisabled: False
ApportVersion: 2.17.2-0ubuntu1.1
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/pcmC0D0p:   consta_a   1724 F...m pulseaudio
 /dev/snd/controlC0:  consta_a   1724 F pulseaudio
BuildID: 20150603100651
Channel: Unavailable
CurrentDesktop: Unity
Date: Thu Jul  9 17:55:08 2015
DefaultProfileExtensions: extensions.sqlite corrupt or missing
DefaultProfileIncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
DefaultProfileLocales: extensions.sqlite corrupt or missing
DefaultProfilePlugins:
 IcedTea-Web Plugin (using IcedTea-Web 1.5.2 (1.5.2-1ubuntu2)) - 
/usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/IcedTeaPlugin.so 
(icedtea-7-plugin)
 Google Talk Plugin Video Renderer - /opt/google/talkplugin/libnpo1d.so 
(google-talkplugin)
 Google Talk Plugin - /opt/google/talkplugin/libnpgoogletalk.so 
(google-talkplugin)
 iTunes Application Detector - 
/usr/lib/mozilla/plugins/librhythmbox-itms-detection-plugin.so 
(rhythmbox-mozilla)
 Shockwave Flash - /usr/lib/flashplugin-installer/libflashplayer.so
DefaultProfilePrefSources:
 prefs.js
 
[Profile]/extensions/{8620c15f-30dc-4dba-a131-7c5d20cf4a29}/defaults/preferences/variables.js
 
[Profile]/extensions/{8620c15f-30dc-4dba-a131-7c5d20cf4a29}/defaults/preferences/nightlytools.js
 
[Profile]/extensions/https-everywh...@eff.org/defaults/preferences/preferences.js
 [Profile]/extensions/fire...@nightlight.ws/defaults/preferences/firessh.js
DefaultProfileThemes: extensions.sqlite corrupt or missing
ForcedLayersAccel: False
IfupdownConfig:
 # interfaces(5) file used by ifup(8) and ifdown(8)
 auto lo
 iface lo inet loopback
InstallationDate: Installed on 2015-03-23 (108 days ago)
InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
IpRoute:
 default via 10.42.42.254 dev eth0  proto static  metric 1024 
 10.42.42.0/24 dev eth0  proto kernel  scope link  src 10.42.42.18 
 169.254.0.0/16 dev eth0  scope link  metric 1000
IwConfig:
 eth0  no wireless extensions.
 
 lono wireless extensions.
Profile1Extensions: extensions.sqlite corrupt or missing
Profile1IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
Profile1Locales: extensions.sqlite corrupt or missing
Profile1PrefSources: prefs.js
Profile1Themes: extensions.sqlite corrupt or missing
Profiles:
 Profile0 (Default) - LastVersion=40.0a2/20150603100651 (In use)
 Profile1 - LastVersion=38.0a2/20150323004010 (Out of date)
RelatedPackageVersions:
 icedtea-7-plugin  1.5.2-1ubuntu2
 google-talkplugin 5.41.0.0-1
 rhythmbox-mozilla 3.1-1ubuntu3
RfKill:
 
RunningIncompatibleAddons: False
SourcePackage: firefox
UpgradeStatus: Upgraded to vivid on 2015-04-30 (70 days ago)
dmi.bios.date: 12/09/2010
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 1.4.0
dmi.board.name: 07N90W
dmi.board.vendor: Dell Inc.
dmi.board.version: A02
dmi.chassis.type: 3
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: Not Specified
dmi.modalias: 
dmi:bvnDellInc.:bvr1.4.0:bd12/09/2010:svnDellInc.:pnVostro230:pvr00:rvnDellInc.:rn07N90W:rvrA02:cvnDellInc.:ct3:cvrNotSpecified:
dmi.product.name: Vostro 230
dmi.product.version: 00
dmi.sys.vendor: Dell Inc.

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


** Tags: amd64 apport-bug vivid

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

Title:
  Firefox-aurora is still version 40 while 41 is available

Status in firefox package in Ubuntu:
  New

Bug description:
  In ppa:ubuntu-mozilla-daily/firefox-aurora, the firefox version has
  not been updated since June 3rd despite firefox aurora being updated
  almost daily and version 41 has been released already.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: firefox 40.0~a2~hg20150603r262503-0ubuntu1~umd1
  ProcVersionSignature: Ubuntu 3.19.0-22.22-generic 3.19.8-ckt1
  Uname: Linux 3.19.0-22-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0p:   consta_a   1724 F...m pulseaudio
   /dev/snd/controlC0:  consta_a   1724 F pulseaudio
  BuildID: 20150603100651
  Channel: Unavailable
  CurrentDesktop: Unity
  Date: Thu Jul  9 17:55:08 2015
  DefaultProfileExtensions: extensions.sqlite corrupt or missing
  DefaultProfileIncompatibleExtensions: Unavailable (corrupt or non-existant 

[Desktop-packages] [Bug 1473149] [NEW] Lightdm refuses to work after installing kubuntu-desktop

2015-07-09 Thread KnightStalker
Public bug reported:

After installing kubuntu-desktop meta package I saw a prompt telling me that 
both sddm and lightdm are available and I am forced to choose one between 
them.so I chose lightdm.on the next reboot I was unable to use GUI.
After 2-3 weeks,I retried using sudo dpkg-reconfigure lightdm and selected 
lightdm.still fails to run GUI.
sddm works fine and is able to handle both Plasma and Unity.
Ubuntu 15.04 with lightdm 1.14.2-0ubuntu1

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: lightdm 1.14.2-0ubuntu1
ProcVersionSignature: Ubuntu 3.19.0-22.22-generic 3.19.8-ckt1
Uname: Linux 3.19.0-22-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.17.2-0ubuntu1.1
Architecture: amd64
CurrentDesktop: KDE
Date: Thu Jul  9 21:15:22 2015
InstallationDate: Installed on 2015-06-09 (30 days ago)
InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
SourcePackage: lightdm
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug vivid

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

Title:
  Lightdm refuses to work after installing kubuntu-desktop

Status in lightdm package in Ubuntu:
  New

Bug description:
  After installing kubuntu-desktop meta package I saw a prompt telling me that 
both sddm and lightdm are available and I am forced to choose one between 
them.so I chose lightdm.on the next reboot I was unable to use GUI.
  After 2-3 weeks,I retried using sudo dpkg-reconfigure lightdm and selected 
lightdm.still fails to run GUI.
  sddm works fine and is able to handle both Plasma and Unity.
  Ubuntu 15.04 with lightdm 1.14.2-0ubuntu1

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: lightdm 1.14.2-0ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-22.22-generic 3.19.8-ckt1
  Uname: Linux 3.19.0-22-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Thu Jul  9 21:15:22 2015
  InstallationDate: Installed on 2015-06-09 (30 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  SourcePackage: lightdm
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1371928] Re: Main window content fully transparent

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

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

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

Title:
  Main window content fully transparent

Status in gimp package in Ubuntu:
  Confirmed

Bug description:
  Sometimes when I launch Gimp, the main window is fully transparent
  with the exception of the normal frame (title bar, buttons, ...).

  The only way to fix the problem is to exit and restart Gimp.

  Ubutun 14.04 LTS

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

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


[Desktop-packages] [Bug 1472897] Re: cannot adjust brightness E6530 15.04 fresh install

2015-07-09 Thread fINTiP
After hunting for solutions for hours, I have given up and installed
bumblebee. Suggested troubleshooting steps have a higher chance of being
attempted if instruction is given on how to switch X to reroute through
the nouveau driver (a way to toggle between bumblebee and nouveau).

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

Title:
  cannot adjust brightness E6530 15.04 fresh install

Status in xserver-xorg-video-nouveau package in Ubuntu:
  New

Bug description:
  Press Fn + up/down arrow.

  Expected to happen: brightness goes up or down; notification in top
  right of brightness going up or down.

  Actually happened: brightness stays unaffected; notification does
  appear and respond correctly, but lies.

  Cannot adjust brightness using function key combo. Shows the
  notification as if I am adjusting it, but screen stays on max
  brightness. Brightness  Lock app doesn't adjust brightness either.

  When I switch to proprietary drivers, brightness adjustment does work.
  When I turn off the nvidia card and use the intel card, brightness
  adjustment works. But with the intel card only I don't have hdmi port
  support, so no triple monitor support. And with the proprietary
  drivers, I get horrible, horrible bugs, including one that made it
  impossible to get into my system until I modified bios settings
  related to the video card.

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

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


[Desktop-packages] [Bug 192629] Re: Cannot move file to trash, do you want to delete immediately? on NTFS / VFAT partitions

2015-07-09 Thread mohican
The solution of mounting the ntfs partition with uid=1000 and gid=46
(46=plugdev) allows to use the trash only for the first user (uid=1000).

However if there are more users it does not work for them.

Even if they are included in the pludev group and all the permissions are given 
to the group and a .Trash-1001 folder is created, there is no access to the 
trash for user 1001.
User 1001 can manually write into the .Trash-1001 folder (which belongs to 
1000:46).
However deletion of a file (from nautilus menu) is immediate.

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

Title:
  Cannot move file to trash, do you want to delete immediately? on
  NTFS / VFAT partitions

Status in The G Library - GLib:
  New
Status in glib2.0 package in Ubuntu:
  Triaged

Bug description:
  Trying to delete files with nautilus from a vfat partition fails.
  Well, the file can be deleted OK, but it seems gvfs can't send the
  file to the trashcan, so only permanent delete is available.
  Furthermore, the name of the file appears in little boxes, similar to
  viewing a chinese site using Latin-1 encoding (will attach
  screenshot).

  Distro: Hardy up to date (17-february 2008)

  Steps to reproduce: Copy a file to an vfat partition. Select it and delete 
using nautilus. A message error will appear: 
Can't move file to trashcan. Do you want to delete it inmediately?
File little-boxescannot be moved to trashcan

  Versions:
  Nautilus 1:2.21.91-0ubuntu2
  gvfs 0.1.7-0ubuntu4

  /etc/fstab for the vfat partition:
  UUID=9445-A956  /fat32  vfatdefaults,utf8,umask=007,gid=46 0  
 1

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

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


[Desktop-packages] [Bug 1153350] Re: LibreOffice4 Global Menu Items Do Not Highlight on Mouse Hover

2015-07-09 Thread Adolfo Jayme
This was fixed long, long ago.

** Changed in: unity (Ubuntu)
   Status: Confirmed = Fix Released

** Project changed: indicator-appmenu = hundredpapercuts

** No longer affects: hundredpapercuts

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

Title:
  LibreOffice4 Global Menu Items Do Not Highlight on Mouse Hover

Status in LibreOffice Productivity Suite:
  Unknown
Status in Application Indicators:
  Invalid
Status in Unity:
  Fix Released
Status in Unity 7.0 series:
  Fix Released
Status in unity package in Ubuntu:
  Fix Released
Status in unity source package in Raring:
  Fix Released

Bug description:
  [Impact]

  Regression in LibreOffice's menu.

  [Test Case]

  Open LibreOffice Writer, go to global menu, click on any menu to open,
  hover over items.

  Expected: Orange highlight (from default theme, color not important)
  on mouse hover

  Actual: No highlight, except:
  - text in mid-grey colour changing a bit (brighter grey)
  - menu entries that lead to a direct action get an orange square on the left 
side
  - menu entries that lead to opening another windows just don't change
  - submenus open, but highlighting works the same way in sub-menus

  [Regression Potential]

  A revert of the offending commit.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: libreoffice-core 1:4.0.0~beta2-0ubuntu2
  ProcVersionSignature: Ubuntu 3.8.0-11.20-generic 3.8.2
  Uname: Linux 3.8.0-11-generic x86_64
  ApportVersion: 2.9.1-0ubuntu1
  Architecture: amd64
  Date: Sun Mar 10 12:37:34 2013
  ExecutablePath: /usr/lib/libreoffice/program/soffice.bin
  InstallationDate: Installed on 2013-03-06 (4 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Alpha amd64 (20130305)
  MarkForUpload: True
  SourcePackage: libreoffice
  UpgradeStatus: No upgrade log present (probably fresh install)
  XsessionErrors:
   gnome-session[12370]: WARNING: Application 'compiz.desktop' killed by signal 
9
   gnome-session[12370]: WARNING: App 'compiz.desktop' respawning too quickly
   gnome-session[12370]: CRITICAL: We failed, but the fail whale is dead. 
Sorry
   gnome-session[12370]: WARNING: App 'compiz.desktop' respawning too quickly
   (gedit:14523): Gtk-CRITICAL **: gtk_widget_event: assertion 
`WIDGET_REALIZED_FOR_EVENT (widget, event)' failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1153350/+subscriptions

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


[Desktop-packages] [Bug 994612] Re: gnome-screensaver-preferences missing

2015-07-09 Thread Seb Bonnard
Hi,

What can be done without gnome-screensaver-preferences ?

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

Title:
  gnome-screensaver-preferences missing

Status in gnome-screensaver package in Ubuntu:
  Confirmed

Bug description:
  There is no user-friendly way to configure gnome-screensaver. And
  there was one, I know.

  P.S.
  Please don't tell me that one has to use xscreensaver instead. It does not 
have:
  * DBus  support
  * user-switching support
  * keyboard layout indicator

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

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


[Desktop-packages] [Bug 1473156] [NEW] Deadfreeze above 10k of photos

2015-07-09 Thread EricDHH
Public bug reported:

Ubuntu 14.04LTS / Linuxmind Rafaela LTS AMD64

Tested versions shotwell 0.18. LTS / 0.20.0 from yorba ppa

Assumed function: Shotwell should be able to import photos and deal with
larger amount of them by internal database.

Expired function: Above 10k of photos the import from folder or update
settled photo folder shotwell go into a deepfreeze. Means that the
knight rider animation for input freeze up, harddisk stop searching and
cpu load from shotwell turns to solid zero. The shotwell window can now
be wiped with other program windows, started from within terminal there
is no stop or crash response. Shotwell needs to be closed hard by
taskmanager, nothing appears in the console. As described this happens
to 0.18 and 0.20 and renders the software useless for photo collectors.

12163 photos, 53gb of data, a collection since 2001

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

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

Title:
  Deadfreeze above 10k of photos

Status in shotwell package in Ubuntu:
  New

Bug description:
  Ubuntu 14.04LTS / Linuxmind Rafaela LTS AMD64

  Tested versions shotwell 0.18. LTS / 0.20.0 from yorba ppa

  Assumed function: Shotwell should be able to import photos and deal
  with larger amount of them by internal database.

  Expired function: Above 10k of photos the import from folder or update
  settled photo folder shotwell go into a deepfreeze. Means that the
  knight rider animation for input freeze up, harddisk stop searching
  and cpu load from shotwell turns to solid zero. The shotwell window
  can now be wiped with other program windows, started from within
  terminal there is no stop or crash response. Shotwell needs to be
  closed hard by taskmanager, nothing appears in the console. As
  described this happens to 0.18 and 0.20 and renders the software
  useless for photo collectors.

  12163 photos, 53gb of data, a collection since 2001

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

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


[Desktop-packages] [Bug 1115177] Re: X fails to start - [drm] failed to set drm interface version

2015-07-09 Thread Stu
*** This bug is a duplicate of bug 982889 ***
https://bugs.launchpad.net/bugs/982889

I've made an upstream bug for Nouveau

https://bugs.freedesktop.org/show_bug.cgi?id=91051

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

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

Title:
  X fails to start - [drm] failed to set drm interface version

Status in xorg-server package in Ubuntu:
  Triaged

Bug description:
  Fresh install of 13.04 dev on this desktop machine with an Nvidia
  graphics.

  Nouveau only shows the system is running in low-graphics mode dialog
  and doesn't allow reconfiguring.

  Failed to load module nvidia (module does not exist, 0)
  Failed to load module nvidia (module does not exist, 0)
  NOUVEAU(0): [drm] failed to set drm interface version.
  NOUVEAU(0): [drm] error opening the drm
  NOUVEAU(0): 819: 
  Screen(s) found, but none have a usable configuration.

  Please also check the log file at /var/log/Xorg.0.log for additional
  information.

  
  (Nvidia-current drivers give a desktop but X crashes very often.)

  12.04 worked just fine on this setup. So I consider this a regression.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: xorg 1:7.7+1ubuntu4
  ProcVersionSignature: Ubuntu 3.8.0-4.8-generic 3.8.0-rc6
  Uname: Linux 3.8.0-4-generic x86_64
  ApportVersion: 2.8-0ubuntu4
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,mousepoll,vpswitch,regex,animation,snap,expo,move,compiztoolbox,place,grid,imgpng,gnomecompat,wall,ezoom,workarounds,resize,fade,unitymtgrabhandles,scale,session,unityshell]
  Date: Mon Feb  4 16:40:45 2013
  DistUpgraded: Fresh install
  DistroCodename: raring
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation G86 [GeForce 8400 GS] [10de:0422] (rev a1) (prog-if 00 
[VGA controller])
     Subsystem: eVga.com. Corp. Device [3842:c733]
  InstallationDate: Installed on 2013-02-01 (2 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Alpha amd64+mac (20130130)
  MachineType: Intel To be filled by O.E.M.
  MarkForUpload: True
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-4-generic 
root=UUID=0084a9a5-74cd-47ba-afe6-a47d02d0b262 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/29/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 4.6.3
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: To be filled by O.E.M.
  dmi.board.vendor: Intel
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4.6.3:bd10/29/2009:svnIntel:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnIntel:rnTobefilledbyO.E.M.:rvrTobefilledbyO.E.M.:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To be filled by O.E.M.
  dmi.product.version: To be filled by O.E.M.
  dmi.sys.vendor: Intel
  version.compiz: compiz 1:0.9.9~daily13.01.25-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.41-0ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.0.2-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.0.2-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.13.2-0ubuntu1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.1.0-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.20.19-0ubuntu3
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.6-0ubuntu2
  xserver.bootTime: Mon Feb  4 16:32:00 2013
  xserver.configfile: default
  xserver.devices:

  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:

  xserver.version: 2:1.13.2-0ubuntu1

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

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


[Desktop-packages] [Bug 1463598] Re: Chromium 43 fails to use hardware acceleration

2015-07-09 Thread Chris
One more vote of displeasure. No need for me to spew profanity here, but
rest assured I'm having some really uncharitable thoughts.

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

Title:
  Chromium 43 fails to use hardware acceleration

Status in chromium-browser package in Ubuntu:
  Confirmed

Bug description:
  After installing package chromium-browser 43.0.2357.81-0ubuntu0.14.04.1.1089 
hardware acceleration becomes disabled.
  I had no problem with previous chromium version.

  Console output:

  $ chromium-browser
  [3150:3191:0609/190556:ERROR:browser_gpu_channel_host_factory.cc(134)] Failed 
to launch GPU process.
  [3150:3150:0609/190556:ERROR:url_pattern_set.cc(240)] Invalid url pattern: 
chrome://print/*
  [3150:3191:0609/190556:ERROR:browser_gpu_channel_host_factory.cc(134)] Failed 
to launch GPU process.
  [3150:3191:0609/190556:ERROR:browser_gpu_channel_host_factory.cc(134)] Failed 
to launch GPU process.

  chrome://gpu:

  Graphics Feature Status
  Canvas: Software only, hardware acceleration unavailable
  Flash: Software only, hardware acceleration unavailable
  Flash Stage3D: Software only, hardware acceleration unavailable
  Flash Stage3D Baseline profile: Software only, hardware acceleration 
unavailable
  Compositing: Software only, hardware acceleration unavailable
  Multiple Raster Threads: Unavailable
  Rasterization: Software only, hardware acceleration unavailable
  Threaded Rasterization: Unavailable
  Video Decode: Software only, hardware acceleration unavailable
  Video Encode: Software only, hardware acceleration unavailable
  WebGL: Unavailable

  Driver Bug Workarounds
  clear_uniforms_before_first_program_use
  count_all_in_varyings_packing
  disable_chromium_framebuffer_multisample
  disable_ext_occlusion_query
  disable_post_sub_buffers_for_onscreen_surfaces
  scalarize_vec_and_mat_constructor_args

  Problems Detected
  GPU process was unable to boot: GPU access is disabled in chrome://settings.
  Disabled Features: all

  - - -
  Actually GPU access is *not* disabled from settings.

  Workarounds like --disable-gpu-sandbox or LIBGL_DRI3_DISABLE=1
  didn't helped at all.

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

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


[Desktop-packages] [Bug 1472471] Re: XServer crash logs the user off randomly

2015-07-09 Thread Cyril Soler
all my packages are up to date. Is the live CD of Ubuntu more recent
than the latest up-to-date packages?

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

Title:
  XServer crash logs the user off randomly

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  System: Ubuntu 14.04, running cinnamon, on a Dell M3800.

  The bug happens randomly and logs off the user, who loses everything in the 
current session.
  It happens mostly when a new window is openned, especially terminals (but not 
only).

cat /proc/version_signature 
  Ubuntu 3.16.0-41.57~14.04.1-generic 3.16.7-ckt11

  The same happens with the latest 3.16.0-43 kernel. Here's what I found
  in the Xorg.0.log.old file:

  [  1063.253] (EE) Backtrace:
  [  1063.254] (EE) 0: /usr/bin/X (xorg_backtrace+0x48) [0x7fe8e43aaed8]
  [  1063.254] (EE) 1: /usr/bin/X (0x7fe8e4206000+0x1a8f19) [0x7fe8e43aef19]
  [  1063.254] (EE) 2: /lib/x86_64-linux-gnu/libc.so.6 (0x7fe8e2385000+0x36d40) 
[0x7fe8e23bbd40]
  [  1063.254] (EE) 3: /usr/lib/xorg/modules/drivers/intel_drv.so 
(0x7fe8de18b000+0x258f9) [0x7fe8de1b08f9]
  [  1063.254] (EE) 4: /usr/lib/xorg/modules/drivers/intel_drv.so 
(0x7fe8de18b000+0x26d7c) [0x7fe8de1b1d7c]
  [  1063.254] (EE) 5: /usr/lib/xorg/modules/drivers/intel_drv.so 
(0x7fe8de18b000+0xf4f4f) [0x7fe8de27ff4f]
  [  1063.254] (EE) 6: /usr/bin/X (0x7fe8e4206000+0x1755bd) [0x7fe8e437b5bd]
  [  1063.254] (EE) 7: /usr/bin/X (0x7fe8e4206000+0x176397) [0x7fe8e437c397]
  [  1063.255] (EE) 8: /usr/bin/X (DRI2GetBuffersWithFormat+0x10) 
[0x7fe8e437c770]
  [  1063.255] (EE) 9: /usr/bin/X (0x7fe8e4206000+0x178499) [0x7fe8e437e499]
  [  1063.255] (EE) 10: /usr/bin/X (0x7fe8e4206000+0x5369e) [0x7fe8e425969e]
  [  1063.255] (EE) 11: /usr/bin/X (0x7fe8e4206000+0x574ea) [0x7fe8e425d4ea]
  [  1063.255] (EE) 12: /lib/x86_64-linux-gnu/libc.so.6 
(__libc_start_main+0xf5) [0x7fe8e23a6ec5]
  [  1063.255] (EE) 13: /usr/bin/X (0x7fe8e4206000+0x42a5e) [0x7fe8e4248a5e]
  [  1063.255] (EE) 
  [  1063.255] (EE) Bus error at address 0x7fe890108000
  --- 
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  csoler 7078 F pulseaudio
   /dev/snd/controlC0:  csoler 7078 F pulseaudio
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=/dev/mapper/swap
  InstallationDate: Installed on 2015-06-18 (19 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS Trusty Tahr - Release amd64 
(20150218.1)
  MachineType: Dell Inc. Dell Precision M3800
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.16.0-41-generic 
root=UUID=ed58d38e-680c-4454-863d-9c8e4698082c ro quiet splash
  ProcVersionSignature: Ubuntu 3.16.0-41.57~14.04.1-generic 3.16.7-ckt11
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-41-generic N/A
   linux-backports-modules-3.16.0-41-generic  N/A
   linux-firmware 1.127.12
  Tags:  trusty
  Uname: Linux 3.16.0-41-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 01/08/2015
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A09
  dmi.board.name: Dell Precision M3800
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A09
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: Not Specified
  dmi.modalias: 
dmi:bvnDellInc.:bvrA09:bd01/08/2015:svnDellInc.:pnDellPrecisionM3800:pvrA09:rvnDellInc.:rnDellPrecisionM3800:rvrA09:cvnDellInc.:ct8:cvrNotSpecified:
  dmi.product.name: Dell Precision M3800
  dmi.product.version: A09
  dmi.sys.vendor: Dell Inc.

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

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


[Desktop-packages] [Bug 1473264] Re: /usr/lib/colord/colord-sane:*** buffer overflow detected ***: /usr/lib/colord/colord-sane terminated

2015-07-09 Thread Tim
This is a bug in the pixma sane backend.

fixed upstream with commit: http://anonscm.debian.org/cgit/sane/sane-
backends.git/commit/?id=d35d6326cb00fcbb19b41599bdff7faf5d79225e

** Also affects: sane-backends (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  /usr/lib/colord/colord-sane:*** buffer overflow detected ***:
  /usr/lib/colord/colord-sane terminated

Status in colord package in Ubuntu:
  New
Status in sane-backends package in Ubuntu:
  New

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding colord.  This problem was most recently seen with version
  1.2.11-0ubuntu1, the problem page at
  https://errors.ubuntu.com/problem/9da8db18241cdab8773512d0b865fa07402ef4fd
  contains more details.

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

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


[Desktop-packages] [Bug 1469578] Re: Intel driver manager

2015-07-09 Thread Christopher M. Penalver
Kristian Burnard, thank you for reporting this and helping make Ubuntu
better. Could you please advise which package precisely you are trying
to install?

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

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

Title:
  Intel driver manager

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Cannot install intel drivers manager on Ubuntu14.04.2 LTS

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.16.0-41.57~14.04.1-generic 3.16.7-ckt11
  Uname: Linux 3.16.0-41-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.7
  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: Sun Jun 28 21:40:36 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: I just need to know a workaround
  GraphicsCard:
   Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] 
(rev 0b) (prog-if 00 [VGA controller])
 Subsystem: Toshiba America Info Systems Device [1179:f920]
  InstallationDate: Installed on 2015-06-29 (0 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS Trusty Tahr - Release amd64 
(20150218.1)
  MachineType: TOSHIBA Satellite L50-B
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-41-generic.efi.signed 
root=UUID=844de932-fdf9-4cdb-adcf-4e4066d3b4a5 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/05/2014
  dmi.bios.vendor: INSYDE Corp.
  dmi.bios.version: 1.40
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: Type2 - Board Product Name1
  dmi.board.vendor: Type2 - Board Vendor Name1
  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.:bvr1.40:bd05/05/2014:svnTOSHIBA:pnSatelliteL50-B:pvrPSKT4C-07W006:rvnType2-BoardVendorName1:rnType2-BoardProductName1:rvrType2-BoardVersion:cvnOEMChassisManuFacturer:ct10:cvrOEMChassisVersion:
  dmi.product.name: Satellite L50-B
  dmi.product.version: PSKT4C-07W006
  dmi.sys.vendor: TOSHIBA
  version.compiz: compiz 1:0.9.11.3+14.04.20150122-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 N/A
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core N/A
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
  xserver.bootTime: Sun Jun 28 20:42:13 2015
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id5547 
   vendor CMN
  xserver.version: 2:1.16.0-1ubuntu1.2~trusty2

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

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


[Desktop-packages] [Bug 1473264] [NEW] /usr/lib/colord/colord-sane:*** buffer overflow detected ***: /usr/lib/colord/colord-sane terminated

2015-07-09 Thread errors.ubuntu.com bug bridge
Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem
regarding colord.  This problem was most recently seen with version
1.2.11-0ubuntu1, the problem page at
https://errors.ubuntu.com/problem/9da8db18241cdab8773512d0b865fa07402ef4fd
contains more details.

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

** Affects: sane-backends (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: utopic vivid wily

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

Title:
  /usr/lib/colord/colord-sane:*** buffer overflow detected ***:
  /usr/lib/colord/colord-sane terminated

Status in colord package in Ubuntu:
  New
Status in sane-backends package in Ubuntu:
  New

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding colord.  This problem was most recently seen with version
  1.2.11-0ubuntu1, the problem page at
  https://errors.ubuntu.com/problem/9da8db18241cdab8773512d0b865fa07402ef4fd
  contains more details.

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

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


[Desktop-packages] [Bug 1453254] Re: Greetings!

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

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

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

Title:
  Greetings!

Status in xorg package in Ubuntu:
  Expired

Bug description:
  Greetings from novice ;-)

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3
  Uname: Linux 3.19.0-16-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-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
  Date: Fri May  8 21:20:05 2015
  DistUpgraded: Fresh install
  DistroCodename: vivid
  DistroVariant: ubuntu
  GraphicsCard: NVIDIA Corporation G86 [GeForce 8500 GT] [10de:0421] (rev a1) 
(prog-if 00 [VGA controller])
  InstallationDate: Installed on 2015-05-08 (0 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  Lsusb:
   Bus 001 Device 003: ID 046d:0817 Logitech, Inc. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 002: ID 0419:0600 Samsung Info. Systems America, Inc. Desktop 
Wireless 6000
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: EVGA 122-CK-NF68
  ProcEnviron:
   LANGUAGE=pl
   PATH=(custom, no user)
   LANG=pl_PL.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-16-generic 
root=UUID=eccfd8fb-08a6-4631-88dd-383884e66e3f ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UdevLog: Error: [Errno 2] Nie ma takiego pliku ani katalogu: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/21/2006
  dmi.bios.vendor: Phoenix Technologies, LTD
  dmi.bios.version: 6.00 PG
  dmi.board.name: 122-CK-NF68
  dmi.board.vendor: EVGA
  dmi.board.version: 2
  dmi.chassis.type: 3
  dmi.chassis.vendor: EVGA
  dmi.chassis.version: 122-CK-NF68
  dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvr6.00PG:bd12/21/2006:svnEVGA:pn122-CK-NF68:pvr2:rvnEVGA:rn122-CK-NF68:rvr2:cvnEVGA:ct3:cvr122-CK-NF68:
  dmi.product.name: 122-CK-NF68
  dmi.product.version: 2
  dmi.sys.vendor: EVGA
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.2-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
  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.5.0-1ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu2build1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
  xserver.bootTime: Fri May  8 20:14:26 2015
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   input  Wireless Keyboard  mouse KEYBOARD, id 8
   input  Wireless Keyboard  mouse KEYBOARD, id 9
   inputUVC Camera (046d:0817) KEYBOARD, id 10
  xserver.errors:
   Failed to load module nvidia (module does not exist, 0)
   Failed to load module nvidia (module does not exist, 0)
   NOUVEAU(0): [COPY] failed to allocate class.
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.17.1-0ubuntu3
  xserver.video_driver: nouveau

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

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


[Desktop-packages] [Bug 1424491] Re: apt-get fails to install fglrx or fglrx-updates in 14.04.2 and 12.04.5

2015-07-09 Thread Christian Lajko
** Changed in: fglrx-installer (Ubuntu Trusty)
 Assignee: Alberto Milone (albertomilone) = Christian Lajko (c-lajko)

** Changed in: fglrx-installer-updates (Ubuntu Trusty)
 Assignee: Alberto Milone (albertomilone) = Christian Lajko (c-lajko)

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

Title:
  apt-get fails to install fglrx or fglrx-updates in 14.04.2 and 12.04.5

Status in AMD fglrx video driver:
  Invalid
Status in fglrx-installer package in Ubuntu:
  In Progress
Status in fglrx-installer-updates package in Ubuntu:
  In Progress
Status in fglrx-installer source package in Precise:
  In Progress
Status in fglrx-installer-updates source package in Precise:
  In Progress
Status in fglrx-installer source package in Trusty:
  Fix Released
Status in fglrx-installer-updates source package in Trusty:
  Fix Released

Bug description:
  
  SRU Request:

  [Impact]
  fglrx cannot be installed correctly together with the new lts stacks.

  [Test case]
  Installing the xserver from lts-utopic will prevent the current fglrx from 
being installed. The new fglrx will install correctly

  [Regression potential]
  Low. This fglrx release is already in use in 15.04 without any major issues.

  
  --

  Activity:  Install fglrx AMD driver on 12.04.5 and 14.02.2

  Expected behavior:  fglrx would intall

  Observed behavior:  fglrx is not installed as follows

  Attempt to install fglrx fails as follows:

  zack3@ZACK3:~$ sudo apt-get install fglrx-updates xvba-va-driver
  Reading package lists... Done
  Building dependency tree
  Reading state information... Done
  Some packages could not be installed. This may mean that you have
  requested an impossible situation or if you are using the unstable
  distribution that some required packages have not yet been created
  or been moved out of Incoming.
  The following information may help to resolve the situation:

  The following packages have unmet dependencies:
   fglrx-updates : Depends: xorg-video-abi-11 but it is not installable 
or
    xorg-video-abi-12 but it is not installable 
or
    xorg-video-abi-13 but it is not installable 
or
    xorg-video-abi-14 but it is not installable 
or
    xorg-video-abi-15
  E: Unable to correct problems, you have held broken packages.

  Attempt to insatll xorg-video-abi-15 yields:

  zack3@ZACK3:~$ sudo apt-get install xorg-video-abi-15
  Reading package lists... Done
  Building dependency tree
  Reading state information... Done
  Note, selecting 'xserver-xorg-core' instead of 'xorg-video-abi-15'
  Some packages could not be installed. This may mean that you have
  requested an impossible situation or if you are using the unstable
  distribution that some required packages have not yet been created
  or been moved out of Incoming.
  The following information may help to resolve the situation:

  The following packages have unmet dependencies:
   libcheese-gtk23 : Depends: libclutter-gtk-1.0-0 (= 0.91.8) but it 
is not going to be installed
     Depends: libcogl15 (= 1.15.8) but it is not going 
to be installed
   libcheese7 : Depends: libclutter-gst-2.0-0 (= 0.10.0) but it is not 
going to be installed
    Depends: gstreamer1.0-clutter but it is not going to be 
installed
   libclutter-1.0-0 : Depends: libcogl-pango15 (= 1.15.8) but it is 
not going to be installed
  Depends: libcogl15 (= 1.15.8) but it is not 
going to be installed
  E: Error, pkgProblemResolver::Resolve generated breaks, this may be 
caused by held packages.

  Attempting to install xserver-xorg-core instead yields:

  zack3@ZACK3:~$ sudo apt-get install xserver-xorg-core
  Reading package lists... Done
  Building dependency tree
  Reading state information... Done
  Some packages could not be installed. This may mean that you have
  requested an impossible situation or if you are using the unstable
  distribution that some required packages have not yet been created
  or been moved out of Incoming.
  The following information may help to resolve the situation:

  The following packages have unmet dependencies:
   libcheese-gtk23 : Depends: libclutter-gtk-1.0-0 (= 0.91.8) but it 
is not going to be installed
     Depends: libcogl15 (= 1.15.8) but it is not going 
to be installed
   libcheese7 : Depends: libclutter-gst-2.0-0 (= 

[Desktop-packages] [Bug 1424491] Re: apt-get fails to install fglrx or fglrx-updates in 14.04.2 and 12.04.5

2015-07-09 Thread Christian Lajko
** Changed in: fglrx-installer-updates (Ubuntu Trusty)
 Assignee: Christian Lajko (c-lajko) = (unassigned)

** Changed in: fglrx-installer-updates (Ubuntu Trusty)
 Assignee: (unassigned) = Christian Lajko (c-lajko)

** Changed in: fglrx-installer-updates (Ubuntu Trusty)
 Assignee: Christian Lajko (c-lajko) = (unassigned)

** Changed in: fglrx-installer (Ubuntu Trusty)
 Assignee: Christian Lajko (c-lajko) = (unassigned)

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

Title:
  apt-get fails to install fglrx or fglrx-updates in 14.04.2 and 12.04.5

Status in AMD fglrx video driver:
  Invalid
Status in fglrx-installer package in Ubuntu:
  In Progress
Status in fglrx-installer-updates package in Ubuntu:
  In Progress
Status in fglrx-installer source package in Precise:
  In Progress
Status in fglrx-installer-updates source package in Precise:
  In Progress
Status in fglrx-installer source package in Trusty:
  Fix Released
Status in fglrx-installer-updates source package in Trusty:
  Fix Released

Bug description:
  
  SRU Request:

  [Impact]
  fglrx cannot be installed correctly together with the new lts stacks.

  [Test case]
  Installing the xserver from lts-utopic will prevent the current fglrx from 
being installed. The new fglrx will install correctly

  [Regression potential]
  Low. This fglrx release is already in use in 15.04 without any major issues.

  
  --

  Activity:  Install fglrx AMD driver on 12.04.5 and 14.02.2

  Expected behavior:  fglrx would intall

  Observed behavior:  fglrx is not installed as follows

  Attempt to install fglrx fails as follows:

  zack3@ZACK3:~$ sudo apt-get install fglrx-updates xvba-va-driver
  Reading package lists... Done
  Building dependency tree
  Reading state information... Done
  Some packages could not be installed. This may mean that you have
  requested an impossible situation or if you are using the unstable
  distribution that some required packages have not yet been created
  or been moved out of Incoming.
  The following information may help to resolve the situation:

  The following packages have unmet dependencies:
   fglrx-updates : Depends: xorg-video-abi-11 but it is not installable 
or
    xorg-video-abi-12 but it is not installable 
or
    xorg-video-abi-13 but it is not installable 
or
    xorg-video-abi-14 but it is not installable 
or
    xorg-video-abi-15
  E: Unable to correct problems, you have held broken packages.

  Attempt to insatll xorg-video-abi-15 yields:

  zack3@ZACK3:~$ sudo apt-get install xorg-video-abi-15
  Reading package lists... Done
  Building dependency tree
  Reading state information... Done
  Note, selecting 'xserver-xorg-core' instead of 'xorg-video-abi-15'
  Some packages could not be installed. This may mean that you have
  requested an impossible situation or if you are using the unstable
  distribution that some required packages have not yet been created
  or been moved out of Incoming.
  The following information may help to resolve the situation:

  The following packages have unmet dependencies:
   libcheese-gtk23 : Depends: libclutter-gtk-1.0-0 (= 0.91.8) but it 
is not going to be installed
     Depends: libcogl15 (= 1.15.8) but it is not going 
to be installed
   libcheese7 : Depends: libclutter-gst-2.0-0 (= 0.10.0) but it is not 
going to be installed
    Depends: gstreamer1.0-clutter but it is not going to be 
installed
   libclutter-1.0-0 : Depends: libcogl-pango15 (= 1.15.8) but it is 
not going to be installed
  Depends: libcogl15 (= 1.15.8) but it is not 
going to be installed
  E: Error, pkgProblemResolver::Resolve generated breaks, this may be 
caused by held packages.

  Attempting to install xserver-xorg-core instead yields:

  zack3@ZACK3:~$ sudo apt-get install xserver-xorg-core
  Reading package lists... Done
  Building dependency tree
  Reading state information... Done
  Some packages could not be installed. This may mean that you have
  requested an impossible situation or if you are using the unstable
  distribution that some required packages have not yet been created
  or been moved out of Incoming.
  The following information may help to resolve the situation:

  The following packages have unmet dependencies:
   libcheese-gtk23 : Depends: libclutter-gtk-1.0-0 (= 0.91.8) but 

[Desktop-packages] [Bug 1452524] Re: Placa asus

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

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

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

Title:
  Placa asus

Status in xorg package in Ubuntu:
  Expired

Bug description:
  Acabei de instalar ainda estou vendo se realmente tem bug

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3
  Uname: Linux 3.19.0-16-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.registry: Binary: 
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  340.76  Thu Jan 22 12:11:08 
PST 2015
   GCC version:  gcc version 4.9.2 (Ubuntu 4.9.2-10ubuntu13)
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  Date: Wed May  6 22:56:52 2015
  DistUpgraded: 2015-05-06 00:13:57,187 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.7, 3.19.0-16-generic, x86_64: installed
   nvidia-340, 340.76, 3.19.0-16-generic, x86_64: installed
  GraphicsCard:
   NVIDIA Corporation GT218 [GeForce 210] [10de:0a65] (rev a2) (prog-if 00 [VGA 
controller])
 Subsystem: ASUSTeK Computer Inc. Device [1043:848e]
  InstallationDate: Installed on 2015-04-26 (10 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MachineType: System manufacturer System Product Name
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-16-generic 
root=UUID=d4382378-5bd0-441a-9713-f60048e4df94 ro quiet splash
  SourcePackage: xorg
  UpgradeStatus: Upgraded to vivid on 2015-05-06 (0 days ago)
  dmi.bios.date: 02/04/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0502
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: H61M-E
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0502:bd02/04/2013:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnH61M-E:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.2-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
  version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
  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.5.0-1ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu2build1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
  xserver.bootTime: Wed May  6 22:31:04 2015
  xserver.configfile: default
  xserver.errors: open /dev/fb0: No such file or directory
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   
  xserver.version: 2:1.17.1-0ubuntu3

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

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


[Desktop-packages] [Bug 1453050] Re: freezing xubuntu 14.04

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

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

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

Title:
  freezing xubuntu 14.04

Status in xorg package in Ubuntu:
  Expired

Bug description:
  gf

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.16.0-37.51~14.04.1-generic 3.16.7-ckt9
  Uname: Linux 3.16.0-37-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.10
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Fri May  8 12:15:11 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] 
(rev 02) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:21c1]
  InstallationDate: Installed on 2015-04-23 (15 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS Trusty Tahr - Release amd64 
(20150218.1)
  MachineType: LENOVO 2904FXG
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-37-generic 
root=UUID=d383febc-a84b-445b-beca-4a0d98e2 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/25/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 6UET69WW (1.49 )
  dmi.board.name: 2904FXG
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr6UET69WW(1.49):bd04/25/2012:svnLENOVO:pn2904FXG:pvrThinkPadT410s:rvnLENOVO:rn2904FXG:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 2904FXG
  dmi.product.version: ThinkPad T410s
  dmi.sys.vendor: LENOVO
  version.compiz: compiz N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1~ubuntu2
  version.libgl1-mesa-dri: libgl1-mesa-dri N/A
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core N/A
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
  xserver.bootTime: Fri May  8 10:41:13 2015
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id   16438 
   vendor LEN
  xserver.version: 2:1.16.0-1ubuntu1.2~trusty2

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

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


[Desktop-packages] [Bug 1453359] Re: Keyboard cut out

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

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

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

Title:
  Keyboard cut out

Status in xorg package in Ubuntu:
  Expired

Bug description:
  I find that the keyboard is cutting out at random and cannot get it to work 
until I restart the computer. I am using a Dell Inspiron Studio, with a built 
in keyboard, Ubuntu 14.04 LTS, and find it is usually occuring during playing a 
particular game. I initially thought it could be Java (the game runs in JVM) 
might be doing something whereby it takes control of the keyboard, dies and 
then just keeps the hook, though that turned out to be nothing since even after 
the JVM was closed the keyboard did not respond.
  I've attached the logs dmesg and xorg produce and the diff from after the 
error occurs.

  Reading the log seems straight forward and I'm unsure how the small
  changes to what appears to be my screen resolution, and what appears
  also to be a small change to my kernel, are effecting the keyboard.

  I have narrowed this issue down particularly to the game Puzzle
  Pirates, and though I haven't had time to break this down and do a
  proper debug of it, I have a feeling the issue is more then just the
  game, as its effecting the entire system.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-52.86-generic 3.13.11-ckt18
  Uname: Linux 3.13.0-52-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.10
  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: Sat May  9 17:06:28 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller 
[8086:2a42] (rev 07) (prog-if 00 [VGA controller])
 Subsystem: Dell Device [1028:02ea]
 Subsystem: Dell Device [1028:02ea]
  InstallationDate: Installed on 2015-04-12 (27 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  MachineType: Dell Inc. Studio 1745
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-52-generic 
root=UUID=6720664f-33a1-4412-873e-f67b549a9706 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/09/2009
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A02
  dmi.board.name: 0G914P
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: A02
  dmi.modalias: 
dmi:bvnDellInc.:bvrA02:bd11/09/2009:svnDellInc.:pnStudio1745:pvrA02:rvnDellInc.:rn0G914P:rvrA02:cvnDellInc.:ct8:cvrA02:
  dmi.product.name: Studio 1745
  dmi.product.version: A02
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.11.3+14.04.20150122-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1~ubuntu2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.4
  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: Sat May  9 17:01:23 2015
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id 541 
   vendor LGD
  xserver.version: 2:1.15.1-0ubuntu2.7

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

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


[Desktop-packages] [Bug 1350123] Re: Startup with iPhone plugged in causes inability to logout

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

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

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

Title:
  Startup with iPhone plugged in causes inability to logout

Status in libimobiledevice package in Ubuntu:
  Confirmed

Bug description:
  In 14.04 startup with an iPhone 3G plugged in causes several problems.
  Changes to Unity made with Unity Tweak Tool are not recognized after
  such a startup, and attempting to logout hangs after the desktop icons
  are erased and only the desktop background remains.  Startup without
  the iPhone plugged into a usb port works fine, as does operation when
  plugging in the iPhone after startup.

  The iPhone is jail-broken and is set to tether.  Synaptic shows only
  libplist1, libimobiledevice, usbmuxd and libusbmuxd2 installed related
  to iPhones.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: libimobiledevice4 1.1.5+git20140313.bafe6a9e-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-8.28-generic 3.13.2
  Uname: Linux 3.13.0-8-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Jul 30 06:10:49 2014
  InstallationDate: Installed on 2014-01-11 (199 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20140109)
  ProcEnviron:
   LANGUAGE=en_IN:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_IN
   SHELL=/bin/bash
  SourcePackage: libimobiledevice
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1451577] Re: monitor

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

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

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

Title:
  monitor

Status in xorg package in Ubuntu:
  Expired

Bug description:
  external monitor laptop

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic i686
  .tmp.unity.support.test.1:
   
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: i386
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Mon May  4 22:04:11 2015
  DistUpgraded: 2015-05-03 14:07:13,032 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller 
[8086:2a42] (rev 07) (prog-if 00 [VGA controller])
 Subsystem: Acer Incorporated [ALI] Device [1025:013c]
 Subsystem: Acer Incorporated [ALI] Device [1025:013c]
  InstallationDate: Installed on 2015-05-02 (1 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release i386 
(20140722.2)
  MachineType: Acer Extensa 5630
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcEnviron:
   LANGUAGE=es_ES
   PATH=(custom, no user)
   LANG=es_ES.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-15-generic 
root=UUID=f01865ed-5133-4c52-8a4a-ad9838ca0ec2 ro acpi=off noapic nolapic 
nodmraid nomodeset quiet splash vt.handoff=7
  Renderer: Software
  SourcePackage: xorg
  UpgradeStatus: Upgraded to vivid on 2015-05-03 (1 days ago)
  dmi.bios.date: 08/05/2008
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: V1.19
  dmi.board.name: Homa
  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.19:bd08/05/2008:svnAcer:pnExtensa5630:pvr0100:rvnAcer:rnHoma:rvrRev:cvnAcer:ct10:cvrN/A:
  dmi.product.name: Extensa 5630
  dmi.product.version: 0100
  dmi.sys.vendor: Acer
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  version.libdrm2: libdrm2 2.4.60+git20150416.0d78b37b-0ubuntu0ricotz2
  version.libgl1-mesa-dri: libgl1-mesa-dri 
10.6.0~git20150423.125574d1-0ubuntu0ricotz
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 
10.6.0~git20150423.125574d1-0ubuntu0ricotz
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
  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.5.0-1ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20150415.66f3db67-0ubuntu0sarvatt
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11+git20150318.d29d8baa-0ubuntu0sarvatt
  xserver.bootTime: Mon May  4 16:01:58 2015
  xserver.configfile: default
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   
  xserver.version: 2:1.17.1-0ubuntu3

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

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


[Desktop-packages] [Bug 1469313] Re: After installing hplip 3.15.6 printer is sometimes not recognized after reboot

2015-07-09 Thread chris pollock
Tonight I got to print something - printer shows job started and then
completed however nothing happens. I turned off and the on printer,
tried again, nothing. Changed USB cable port on hub, nothing. Ran sudo
lsusb, printer is seen, ran hp-setup printer not seen. Ran hp-doctor,
printer not seen. All output is below. This is becoming absurd!!

chris@localhost:~$ sudo lsusb
[sudo] password for chris: 
Bus 002 Device 021: ID 1949:0012 Lab126, Inc. 
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 008: ID 1058:0830 Western Digital Technologies, Inc. 
Bus 001 Device 012: ID 03f0:2b17 Hewlett-Packard LaserJet 1020
Bus 001 Device 005: ID 0bc2:2120 Seagate RSS LLC 
Bus 001 Device 004: ID 050d:0237 Belkin Components F5U237 USB 2.0 7-Port Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 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 003: ID 1241:1166 Belkin MI-2150 Trust Mouse
Bus 003 Device 002: ID 046d:c31c Logitech, Inc. Keyboard K120 for Business
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
chris@localhost:~$ hp-setup

HP Linux Imaging and Printing System (ver. 3.15.6)
Printer/Fax Setup Utility ver. 9.0

Copyright (c) 2001-15 Hewlett-Packard Development Company, LP
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to distribute it
under certain conditions. See COPYING file for more details.

Searching... (bus=usb, search=(None), desc=0)
error: No devices found on bus: usb

Done.
chris@localhost:~$ hp-doctor

HP Linux Imaging and Printing System (ver. 3.15.6)
Self Diagnse Utility and Healing Utility ver. 1.0

Copyright (c) 2001-15 Hewlett-Packard Development Company, LP
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to distribute it
under certain conditions. See COPYING file for more details.


Checking for Deprecated items
No Deprecated items are found


Checking for HPLIP updates
Latest version of HPLIP is already installed.


Checking for Dependencies

---
| SYSTEM INFO |
---

 Kernel: 4.0.0-997-generic #201503310205 SMP Tue Mar 31 02:07:04 UTC 2015 
GNU/Linux
 Host: localhost
 Proc: 4.0.0-997-generic #201503310205 SMP Tue Mar 31 02:07:04 UTC 2015 
GNU/Linux
 Distribution: ubuntu 14.04
 Bitness: 64 bit


---
| HPLIP CONFIGURATION |
---

HPLIP-Version: HPLIP 3.15.6
HPLIP-Home: /usr/share/hplip
HPLIP-Installation: Auto installation is supported for ubuntu distro  14.04 
version 

Current contents of '/etc/hp/hplip.conf' file:
# hplip.conf.  Generated from hplip.conf.in by configure.

[hplip]
version=3.15.6

[dirs]
home=/usr/share/hplip
run=/var/run
ppd=/usr/share/ppd/HP
ppdbase=/usr/share/ppd
doc=/usr/share/doc/hplip-3.15.6
html=/usr/share/doc/hplip-3.15.6
icon=/usr/share/applications
cupsbackend=/usr/lib/cups/backend
cupsfilter=/usr/lib/cups/filter
drv=/usr/share/cups/drv/hp
bin=/usr/bin

# Following values are determined at configure time and cannot be changed.
[configure]
network-build=yes
libusb01-build=no
pp-build=no
gui-build=yes
scanner-build=yes
fax-build=yes
dbus-build=yes
cups11-build=no
doc-build=yes
shadow-build=no
hpijs-install=no
foomatic-drv-install=no
foomatic-ppd-install=no
foomatic-rip-hplip-install=no
hpcups-install=yes
cups-drv-install=yes
cups-ppd-install=no
internal-tag=3.15.6
restricted-build=no
ui-toolkit=qt4
qt3=no
qt4=yes
policy-kit=no
lite-build=no
udev_sysfs_rules=no
hpcups-only-build=no
hpijs-only-build=no


Current contents of '/var/lib/hp/hplip.state' file:
[plugin]
installed = 1
eula = 1
version = 3.15.6


Current contents of '~/.hplip/hplip.conf' file:
[installation]
date_time = 07/09/2015 19:47:47
version = 3.15.6

[upgrade]
notify_upgrade = true
last_upgraded_time = 1435354374
pending_upgrade_time = 0
latest_available_version = 3.15.6


 Package-namePackage-Desc  Required/Optional Min-Version 
Installed-Version Status   Comment

--
|  External Dependencies |
--

 gs   GhostScript - PostScript and PDF language interpreter and 
previewer REQUIRED7.059.10OK -
 scanimagescanimage - Shell scanning program
   OPTIONAL1.0 1.0.23  OK -
 xsanexsane - Graphical scanner frontend for SANE   
   OPTIONAL0.9 0.998   OK -
 cups CUPS - Common Unix Printing System
   REQUIRED1.1 1.7.2   OK 'CUPS Scheduler 
is running'
 policykitPolicyKit - Administrative 

[Desktop-packages] [Bug 1468852] Re: suspen resume error

2015-07-09 Thread Christopher M. Penalver
Jagpreet, thank you for reporting this and helping make Ubuntu better.

As per http://www.dell.com/support/home/us/en/19/product-
support/product/inspiron-1545/drivers an update to your computer's buggy
and outdated BIOS is available (A14). If you update to this following
https://help.ubuntu.com/community/BIOSUpdate does it change anything?

If it doesn't, could you please both specify what happened, and provide the 
output of the following terminal command:
sudo dmidecode -s bios-version  sudo dmidecode -s bios-release-date

For more on BIOS updates and linux, please see
https://help.ubuntu.com/community/ReportingBugs#Bug_reporting_etiquette
.

Please note your current BIOS is already in the Bug Description, so
posting this on the old BIOS would not be helpful. As well, you don't
have to create a new bug report.

Once the BIOS is updated, and the information above is provided, then
please mark this report Status Confirmed.

Thank you for your understanding.

** Tags added: bios-outdated-a14

** Package changed: xorg (Ubuntu) = linux (Ubuntu)

** Changed in: linux (Ubuntu)
   Importance: Undecided = Low

** Changed in: linux (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/1468852

Title:
  suspen resume error

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Whenever I suspend my system, it is not able to resume 
  Please Help

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.16.0-41.57~14.04.1-generic 3.16.7-ckt11
  Uname: Linux 3.16.0-41-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.11
  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: Thu Jun 25 23:25:34 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller 
[8086:2a42] (rev 07) (prog-if 00 [VGA controller])
 Subsystem: Dell Device [1028:02aa]
 Subsystem: Dell Device [1028:02aa]
  InstallationDate: Installed on 2015-06-24 (1 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS Trusty Tahr - Release amd64 
(20150218.1)
  MachineType: Dell Inc. Inspiron 1545
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-41-generic 
root=UUID=52f6f447-e97b-4a2b-9a67-d71cba5b6df8 ro rootflags=sync quiet splash 
vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/27/2009
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A11
  dmi.board.name: 0U315R
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA11:bd08/27/2009:svnDellInc.:pnInspiron1545:pvr:rvnDellInc.:rn0U315R:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Inspiron 1545
  dmi.sys.vendor: Dell Inc.
  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 N/A
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core N/A
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
  xserver.bootTime: Thu Jun 25 23:19:44 2015
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id 614 
   vendor LGD
  xserver.version: 2:1.16.0-1ubuntu1.2~trusty2

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

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


[Desktop-packages] [Bug 1467595] Re: cursor sometimes disappears on XPS 13 9343 and external monitor

2015-07-09 Thread Christopher M. Penalver
** Tags added: bios-outdated-a04

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

Title:
  cursor sometimes disappears on XPS 13 9343 and external monitor

Status in Unity:
  Confirmed
Status in unity package in Ubuntu:
  Confirmed
Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  I have a new Dell XPS 13 9343 with the HiDPI touch screen and am using
  an external display port monitor. Occasionally, the mouse cursor
  disappears (sometimes after screen lock, other times just normal
  usage). I saw something on stack exchange that said this might help:

  gsettings set org.gnome.settings-daemon.plugins.cursor active false

  I've done this and it sometimes helps and sometimes doesn't. I've also
  just seen the cursor come back on its own after a few minutes without
  doing anything. Trying to interact with the touch screen, then the
  mouse has no effect. Unplugging and replugging the mouse has no
  effect. Using the touchpad has no effect.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: unity 7.3.2+15.04.20150420-0ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-21.21-generic 3.19.8
  Uname: Linux 3.19.0-21-generic x86_64
  NonfreeKernelModules: wl
  .tmp.unity.support.test.0:

  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Mon Jun 22 11:19:40 2015
  DistUpgraded: Fresh install
  DistroCodename: vivid
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl, 6.30.223.248+bdcom, 3.19.0-18-generic, x86_64: installed
   bcmwl, 6.30.223.248+bdcom, 3.19.0-20-generic, x86_64: installed
   bcmwl, 6.30.223.248+bdcom, 3.19.0-21-generic, x86_64: installed
  GraphicsCard:
   Intel Corporation Broadwell-U Integrated Graphics [8086:1616] (rev 09) 
(prog-if 00 [VGA controller])
     Subsystem: Dell Device [1028:0665]
  InstallationDate: Installed on 2015-06-13 (8 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  MachineType: Dell Inc. XPS 13 9343
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-21-generic 
root=UUID=7bc4dcd2-0bd8-4e42-b8b7-9f1ed6b8a3e9 ro libata.force=noncq quiet 
splash vt.handoff=7
  SourcePackage: unity
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/25/2015
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A03
  dmi.board.name: 0310JH
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA03:bd03/25/2015:svnDellInc.:pnXPS139343:pvr01:rvnDellInc.:rn0310JH:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: XPS 13 9343
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.2-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
  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.5.0-1ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu2.2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
  xserver.bootTime: Mon Jun 22 10:53:54 2015
  xserver.configfile: default
  xserver.errors:

  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id5153
   vendor SHP
  xserver.version: 2:1.17.1-0ubuntu3

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

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


[Desktop-packages] [Bug 1469626] Re: Xorg freeze after [mi] EQ overflowing.

2015-07-09 Thread Christopher M. Penalver
Aurel Branzeanu, thank you for reporting this and helping make Ubuntu
better. To see if this already resolved, could you please test
http://cdimage.ubuntu.com/daily-live/current/ and advise to the results?

** Tags added: latest-bios-1487

** Changed in: xorg (Ubuntu)
   Importance: Undecided = 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/1469626

Title:
  Xorg freeze after [mi] EQ overflowing.

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Xorg freezes after logging in leaving some messages in Xorg.log about
  [mi] EQ overflowing.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-22.22-generic 3.19.8-ckt1
  Uname: Linux 3.19.0-22-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Mon Jun 29 11:00:23 2015
  DistUpgraded: Fresh install
  DistroCodename: vivid
  DistroVariant: ubuntu
  DkmsStatus:
   virtualbox, 4.3.26, 3.16.0-41-generic, x86_64: installed
   virtualbox, 4.3.26, 3.19.0-22-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GpuHangFrequency: Several times a day
  GpuHangReproducibility: Seems to happen randomly
  GpuHangStarted: Immediately after installing this version of Ubuntu
  GraphicsCard:
   NVIDIA Corporation NV44 [GeForce 7100 GS] [10de:016a] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:0273]
  InstallationDate: Installed on 2015-04-01 (88 days ago)
  InstallationMedia: SARDU
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-22-generic 
root=UUID=a01d7e4a-9180-4f73-b6f6-b5fb1c9f94a6 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/02/2007
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: BX97510J.86A.1487.2007.0902.1724
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: D975XBX
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAD27094-306
  dmi.chassis.type: 2
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrBX97510J.86A.1487.2007.0902.1724:bd09/02/2007:svn:pn:pvr:rvnIntelCorporation:rnD975XBX:rvrAAD27094-306:cvn:ct2:cvr:
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.2-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
  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.5.0-1ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu2.2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
  xserver.bootTime: Mon Jun 29 10:14:37 2015
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputSleep Button KEYBOARD, id 7
   inputNOVATEK USB Keyboard KEYBOARD, id 8
   inputNOVATEK USB Keyboard KEYBOARD, id 9
   inputPS/2+USB Mouse   MOUSE, id 10
  xserver.errors:
   Failed to load module nvidia (module does not exist, 0)
   Failed to load module nvidia (module does not exist, 0)
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.17.1-0ubuntu3
  xserver.video_driver: nouveau

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

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


[Desktop-packages] [Bug 312483] Re: Thunderbird's date format not changed easely

2015-07-09 Thread Mathew Hodson
** Tags added: hardy

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

Title:
  Thunderbird's date format not changed easely

Status in Mozilla Thunderbird Mail and News:
  Won't Fix
Status in thunderbird package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: mozilla-thunderbird

  Thunderbird 3.0 
  Ubuntu 8.04 - the Hardy Heron - released in April 2008

  The inbox shows all mails with column Date in the American format.
  This format displays mm/dd/

  I couldn't find some easy way to modify the date format.
  I tried to find the menu to modify the date format but couldn't find it.

  I made some research on the Internet.
  It is a fact that too many people were in the same situation .
  searching a solution for what normally never should have been a problem in 
the first place !!!

  Most results were giving solutions with command lines and making
  changes for which I don't have the necessary knowledge.

  Since Ubuntu is Linux  for human beings  in ALL countries,
  there might still be some hope to find a simple method to display dates in 
other formats.

  It should be possible to display formats like  dd/mm/  or  /mm/dd  
  (for each program installed by the way))

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

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


[Desktop-packages] [Bug 1471222] Re: Truncated preferences

2015-07-09 Thread madbiologist
This should be fixed in Firefox 39.  Can you test and report back here?

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

Title:
  Truncated preferences

Status in firefox package in Ubuntu:
  New

Bug description:
  Since preferences are displayed in a tab, the dialog window about deleting 
preferences after firefox was closed is truncated. (screenshot).
  Other dialog windows are displayed ok.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: firefox 38.0+build3-0ubuntu0.14.04.1
  ProcVersionSignature: Ubuntu 3.13.0-55.94-generic 3.13.11-ckt20
  Uname: Linux 3.13.0-55-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  zookeeper   2204 F pulseaudio
   /dev/snd/controlC0:  zookeeper   2204 F pulseaudio
   /dev/snd/pcmC0D0p:   zookeeper   2204 F...m pulseaudio
  BuildID: 20150511103818
  Channel: Unavailable
  CurrentDesktop: Unity
  Date: Fri Jul  3 14:44:26 2015
  DefaultProfileIncompatibleExtensions:
   Deutsch (DE) Language Pack - langpack...@firefox.mozilla.org
   English (GB) Language Pack - langpack-en...@firefox.mozilla.org
   Default - {972ce4c6-7e08-4474-a285-3208198ce6fd}
  DefaultProfilePrefSources:
   prefs.js
   
[Profile]/extensions/{6614d11d-d21d-b211-ae23-815234e1ebb5}/defaults/preferences/preferences.js
   
[Profile]/extensions/https-everywh...@eff.org/defaults/preferences/preferences.js
  ForcedLayersAccel: False
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2012-02-05 (1243 days ago)
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 
(20120204)
  IpRoute:
   default via 192.168.2.1 dev eth0  proto static 
   192.168.2.0/24 dev eth0  proto kernel  scope link  src 192.168.2.102  metric 
1
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MostRecentCrashID: bp-6df73c03-c69b-404c-b5a0-79a8f2150506
  Profile1IncompatibleExtensions:
   Deutsch (DE) Language Pack - langpack...@firefox.mozilla.org
   English (GB) Language Pack - langpack-en...@firefox.mozilla.org
   Default - {972ce4c6-7e08-4474-a285-3208198ce6fd}
  Profile1PrefSources:
   prefs.js
   
[Profile]/extensions/https-everywh...@eff.org/defaults/preferences/preferences.js
  Profiles:
   Profile0 (Default) - LastVersion=38.0/20150511103818 (In use)
   Profile1 - LastVersion=38.0/20150511103818 (In use)
  RelatedPackageVersions:
   totem-mozilla3.10.1-1ubuntu4
   icedtea-7-plugin 1.5-1ubuntu1
  RfKill:
   
  RunningIncompatibleAddons: True
  SourcePackage: firefox
  SubmittedCrashIDs:
   bp-6df73c03-c69b-404c-b5a0-79a8f2150506
   bp-c13399cb-b4b7-461b-8691-2a35f2141124
   bp-29e68126-501a-4da7-b9cd-225892140922
  UpgradeStatus: Upgraded to trusty on 2014-08-12 (324 days ago)
  dmi.bios.date: 07/30/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0305
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: P5QLD PRO
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0305:bd07/30/2009:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5QLDPRO:rvrRevX.0x: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/firefox/+bug/1471222/+subscriptions

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


[Desktop-packages] [Bug 1469971] Re: Windows were unresponsive to all but 2-finger-scroll

2015-07-09 Thread Christopher M. Penalver
NoBugs!, thank you for reporting this and helping make Ubuntu better.

Was this a one time event, or is this consistently reproducible?

** Tags added: latest-bios-a16

** Changed in: xorg (Ubuntu)
   Importance: Undecided = 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/1469971

Title:
  Windows were unresponsive to all but 2-finger-scroll

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  All windows were non-responsive to clicks from trackpad, mouse, or
  dragging for awhile. I tried killall firefox, killall java to stop
  ide, still no fix. After some time they started working again. (may
  have been when Firefox re-started?)

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-55.94-generic 3.13.11-ckt20
  Uname: Linux 3.13.0-55-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.11
  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: Mon Jun 29 23:37:00 2015
  DistUpgraded: 2014-04-19 04:44:12,758 DEBUG enabling apt cron job
  DistroCodename: trusty
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] 
(rev 09) (prog-if 00 [VGA controller])
 Subsystem: Dell Device [1028:054e]
  InstallationDate: Installed on 2013-11-23 (583 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MachineType: Dell Inc. XPS L521X
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-55-generic.efi.signed 
root=UUID=8e997c12-0ee0-422b-a7e4-a7cb0a74f38f ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  SystemImageInfo: Error: [Errno 2] No such file or directory: 
'system-image-cli'
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (436 days ago)
  dmi.bios.date: 12/17/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A16
  dmi.board.name: 0C5Y96
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: A16
  dmi.modalias: 
dmi:bvnDellInc.:bvrA16:bd12/17/2013:svnDellInc.:pnXPSL521X:pvrA16:rvnDellInc.:rn0C5Y96:rvrA00:cvnDellInc.:ct8:cvrA16:
  dmi.product.name: XPS L521X
  dmi.product.version: A16
  dmi.sys.vendor: Dell Inc.
  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.4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.4
  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 Jun 22 10:47:44 2015
  xserver.configfile: default
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id4333 
   vendor AUO
  xserver.version: 2:1.15.1-0ubuntu2.7

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

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


[Desktop-packages] [Bug 1409190] Re: nvidia-331-updates 331.113-0ubuntu0.0.4: nvidia-331-updates kernel module failed to build [error: ‘struct file’ has no member named ‘f_dentry’]

2015-07-09 Thread Daniel van Vugt
** Also affects: nvidia-graphics-drivers-346 (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: nvidia-graphics-drivers-346 (Ubuntu)
   Status: New = Confirmed

** Summary changed:

- nvidia-331-updates 331.113-0ubuntu0.0.4: nvidia-331-updates kernel module 
failed to build [error: ‘struct file’ has no member named ‘f_dentry’]
+ nvidia kernel module failed to build [error: ‘struct file’ has no member 
named ‘f_dentry’]

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

Title:
  nvidia kernel module failed to build [error: ‘struct file’ has no
  member named ‘f_dentry’]

Status in nvidia-graphics-drivers-304 package in Ubuntu:
  Fix Released
Status in nvidia-graphics-drivers-304-updates package in Ubuntu:
  Fix Released
Status in nvidia-graphics-drivers-331-updates package in Ubuntu:
  Confirmed
Status in nvidia-graphics-drivers-346 package in Ubuntu:
  Confirmed

Bug description:
  Trying to update to newer kernel, received

  Setting up linux-image-3.19.0-031900rc3-lowlatency 
(3.19.0-031900rc3.201501060135) ...
  Running depmod.
  update-initramfs: deferring update (hook will be called later)
  Examining /etc/kernel/postinst.d.
  run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 
3.19.0-031900rc3-lowlatency /boot/vmlinuz-3.19.0-031900rc3-lowlatency
  run-parts: executing /etc/kernel/postinst.d/dkms 3.19.0-031900rc3-lowlatency 
/boot/vmlinuz-3.19.0-031900rc3-lowlatency
  Error! Bad return status for module build on kernel: 
3.19.0-031900rc3-lowlatency (i686)
  Consult /var/lib/dkms/nvidia-331-updates-uvm/331.113/build/make.log for more 
information.
  Error! Bad return status for module build on kernel: 
3.19.0-031900rc3-lowlatency (i686)
  Consult /var/lib/dkms/nvidia-331-updates/331.113/build/make.log for more 
information.

  That log file:

  DKMS make.log for nvidia-331-updates-331.113 for kernel 
3.19.0-031900rc3-lowlatency (i686)
  Fri Jan  9 18:43:18 PST 2015
  NVIDIA: calling KBUILD...
  make[1]: Entering directory 
`/usr/src/linux-headers-3.19.0-031900rc3-lowlatency'
  test -e include/generated/autoconf.h -a -e include/config/auto.conf || (  
\
echo 2;   \
echo 2   ERROR: Kernel configuration is invalid.;   \
echo 2  include/generated/autoconf.h or 
include/config/auto.conf are missing.;\
echo 2  Run 'make oldconfig  make prepare' on kernel src 
to fix it.;  \
echo 2 ;  \
/bin/false)
  mkdir -p /var/lib/dkms/nvidia-331-updates/331.113/build/.tmp_versions ; rm -f 
/var/lib/dkms/nvidia-331-updates/331.113/build/.tmp_versions/*
  make -f ./scripts/Makefile.build 
obj=/var/lib/dkms/nvidia-331-updates/331.113/build
cc -Wp,-MD,/var/lib/dkms/nvidia-331-updates/331.113/build/.nv.o.d  
-nostdinc -isystem /usr/lib/gcc/i686-linux-gnu/4.8/include -I./arch/x86/include 
-Iarch/x86/include/generated  -Iinclude -I./arch/x86/include/uapi 
-Iarch/x86/include/generated/uapi -I./include/uapi -Iinclude/generated/uapi 
-include ./include/linux/kconfig.h -D__KERNEL__ -Wall -Wundef 
-Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common 
-Werror-implicit-function-declaration -Wno-format-security -std=gnu89 -m32 
-msoft-float -mregparm=3 -freg-struct-return -fno-pic 
-mpreferred-stack-boundary=2 -march=i686 -mtune=generic 
-maccumulate-outgoing-args -Wa,-mtune=generic32 -ffreestanding 
-DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 
-DCONFIG_AS_CRC32=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe 
-Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 
-mno-3dnow -mno-avx -fno-delete-null-pointer-checks -O2 
--param=allow-store-data-races=0 -Wframe-larger-than=1024 -fstack-protector 
-Wno-unused-but-set-variable -fno-omit-frame-pointer 
-fno-optimize-sibling-calls -fno-var-tracking-assignments -pg 
-Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow 
-fconserve-stack -Werror=implicit-int -Werror=strict-prototypes 
-DCC_HAVE_ASM_GOTO -DNV_MODULE_INSTANCE=0 -DNV_BUILD_MODULE_INSTANCES=0 -UDEBUG 
-U_DEBUG -DNDEBUG -I/var/lib/dkms/nvidia-331-updates/331.113/build -Wall -MD 
-Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM 
-DNV_VERSION_STRING=\331.113\ -Wno-unused-function -Wuninitialized 
-DNV_UVM_ENABLE -D__linux__ -DNV_DEV_NAME=\nvidia\  -DMODULE  
-DKBUILD_STR(s)=#s -DKBUILD_BASENAME=KBUILD_STR(nv)  
-DKBUILD_MODNAME=KBUILD_STR(nvidia) -c -o 
/var/lib/dkms/nvidia-331-updates/331.113/build/.tmp_nv.o 
/var/lib/dkms/nvidia-331-updates/331.113/build/nv.c
  In file included from include/uapi/linux/stddef.h:1:0,
   from include/linux/stddef.h:4,
   from ./include/uapi/linux/posix_types.h:4,
   from 

[Desktop-packages] [Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2015-07-09 Thread CrabMan
I have this issue on fedora 22.

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

Title:
  Nautilus says the USB stick is read only when it is not

Status in nautilus package in Ubuntu:
  Confirmed

Bug description:
  First time I use an USB drive since I updated to 12.04 and I found a
  really annoying bug on Nautilus. Nautilus claims that the destination
  drive is read-only when in fact it is not.

  How to reproduce:

  1. Connect a USB stick drive to your competer.
  2. The USB will appear in the desktop.
  3. Open two Nautilus windows one in your home folder, other in the USB stick 
drive.
  4. Select any file from your home folder (small enough to fit the free space 
in the USB drive)
  5. Drag the file and drop it in the USB drive window.

  -- Nautilus will say that it cannot copy the file because the
  destination is read ony --

  If you try the copy the same file with the terminal you will see that
  the file is copied without problem, other programs like gedit or
  LibreOffice can write in the usb stick drive just fine.

  It is not a problem with the USB stick, as shown here:

  [ 6232.288064] usb 2-1: new high-speed USB device number 6 using ehci_hcd
  [ 6232.426378] scsi8 : usb-storage 2-1:1.0
  [ 6233.468489] scsi 8:0:0:0: Direct-Access Kingston DT 101 IIPMAP 
PQ: 0 ANSI: 0 CCS
  [ 6233.469862] sd 8:0:0:0: Attached scsi generic sg2 type 0
  [ 6234.178262] sd 8:0:0:0: [sdb] 3909632 512-byte logical blocks: (2.00 
GB/1.86 GiB)
  [ 6234.178735] sd 8:0:0:0: [sdb] Write Protect is off
  [ 6234.178740] sd 8:0:0:0: [sdb] Mode Sense: 23 00 00 00
  [ 6234.179251] sd 8:0:0:0: [sdb] No Caching mode page present
  [ 6234.179256] sd 8:0:0:0: [sdb] Assuming drive cache: write through
  [ 6234.183369] sd 8:0:0:0: [sdb] No Caching mode page present
  [ 6234.183376] sd 8:0:0:0: [sdb] Assuming drive cache: write through
  [ 6234.210138]  sdb: sdb1
  [ 6234.212732] sd 8:0:0:0: [sdb] No Caching mode page present
  [ 6234.212736] sd 8:0:0:0: [sdb] Assuming drive cache: write through
  [ 6234.212740] sd 8:0:0:0: [sdb] Attached SCSI removable disk

  The permisions on the removable drive are set correctly:

  sergio@shana:/media$ ls -lah
  total 12K
  drwxr-xr-x  3 root   root   4,0K jul  5 10:20 .
  drwxr-xr-x 23 root   root   4,0K jul  3 11:01 ..
  drwx--  5 sergio sergio 4,0K dic 31  1969 DESIGNPLUS

  There is enough free space in the drive:

  sergio@shana:/media/DESIGNPLUS$ df -h
  S.ficheros Tamaño Usado  Disp Uso% Montado en
  /dev/sda2 50G  5,5G   42G  12% /
  udev 1,5G  4,0K  1,5G   1% /dev
  tmpfs579M  872K  579M   1% /run
  none 5,0M 0  5,0M   0% /run/lock
  none 1,5G  1,1M  1,5G   1% /run/shm
  /dev/sda1497M  113M  360M  24% /boot
  /dev/sda5245G  111G  122G  48% /home
  /dev/sdb11,9G  681M  1,2G  36% /media/DESIGNPLUS

  A file can be copied to the USB stick using the cp command for
  example.

  sergio@shana:~/Trash$ cp wireless.txt /media/DESIGNPLUS
  sergio@shana:~/Trash$ cd /media/DESIGNPLUS
  sergio@shana:/media/DESIGNPLUS$ ls -lah
  total 204K
  drwx-- 5 sergio sergio 4,0K jul  5 10:38 .
  drwxr-xr-x 3 root   root   4,0K jul  5 10:20 ..
  -rw-r--r-- 1 sergio sergio 117K jul  5 10:14 ._Screen Shot 2012-06-30 at 
8.50.37 AM.png
  -rw-r--r-- 1 sergio sergio  55K jun 30 08:51 Screen Shot 2012-06-30 at 
8.50.37 AM.png
  drwx-- 4 sergio sergio 4,0K jul  5 10:05 .Spotlight-V100
  drwx-- 2 sergio sergio 4,0K jul  5 10:05 .Trashes
  -rw-r--r-- 1 sergio sergio 4,0K jul  5 10:05 ._.Trashes
  -rw-r--r-- 1 sergio sergio   73 jul  5 10:38 wireless.txt

  But nautilus just dennies to copy the file claming that the
  destination is read only, when it is not.

  I tested it with two different USB sticks in two different computers
  running Ubuntu 12.04 and the same result.

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

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


[Desktop-packages] [Bug 1468920] Re: x

2015-07-09 Thread Christopher M. Penalver
** Changed in: xorg (Ubuntu)
   Importance: Undecided = Low

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

Title:
  x

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  i dont

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-21.21-generic 3.19.8
  Uname: Linux 3.19.0-21-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Thu Jun 25 17:01:00 2015
  DistUpgraded: 2015-05-22 19:51:39,959 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller 
[8086:0152] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. P8H77-I Motherboard [1043:84ca]
  InstallationDate: Installed on 2015-01-04 (172 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  MachineType: System manufacturer System Product Name
  ProcEnviron:
   LANGUAGE=es_MX:es
   PATH=(custom, no user)
   LANG=es_MX.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-21-generic 
root=UUID=73e5ed59-ef72-4047-9496-d40afe249f5b ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: Upgraded to vivid on 2015-05-23 (33 days ago)
  dmi.bios.date: 03/26/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0906
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: P8Z77-V
  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.:bvr0906:bd03/26/2012:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnP8Z77-V:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.2-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
  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.5.0-1ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu2.2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
  xserver.bootTime: Thu Jun 25 16:09:01 2015
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   
  xserver.version: 2:1.17.1-0ubuntu3

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

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


[Desktop-packages] [Bug 1469435] Re: very slow

2015-07-09 Thread Christopher M. Penalver
Domingo J. Méndez Armas, thank you for reporting this and helping make
Ubuntu better.

As per http://us.acer.com/ac/en/US/content/drivers an update to your
computer's buggy and outdated BIOS is available (3.60). If you update to
this following https://help.ubuntu.com/community/BIOSUpdate does it
change anything?

If it doesn't, could you please both specify what happened, and provide the 
output of the following terminal command:
sudo dmidecode -s bios-version  sudo dmidecode -s bios-release-date

For more on BIOS updates and linux, please see
https://help.ubuntu.com/community/ReportingBugs#Bug_reporting_etiquette
.

Please note your current BIOS is already in the Bug Description, so
posting this on the old BIOS would not be helpful. As well, you don't
have to create a new bug report.

Once the BIOS is updated, and the information above is provided, then
please mark this report Status New.

Thank you for your understanding.

** Tags added: bios-outdated-3.60

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

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

Title:
  very slow

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  tremble a bit when change screen

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-55.94-generic 3.13.11-ckt20
  Uname: Linux 3.13.0-55-generic i686
  .tmp.unity.support.test.1:
   
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: i386
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Sat Jun 27 17:55:22 2015
  DistUpgraded: 2014-04-19 23:11:19,828 DEBUG enabling apt cron job
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.7, 3.13.0-52-generic, i686: installed
   bbswitch, 0.7, 3.13.0-53-generic, i686: installed
   bbswitch, 0.7, 3.13.0-54-generic, i686: installed
   bbswitch, 0.7, 3.13.0-55-generic, i686: installed
  GraphicsCard:
   NVIDIA Corporation G72M [Quadro NVS 110M/GeForce Go 7300] [10de:01d7] (rev 
a1) (prog-if 00 [VGA controller])
 Subsystem: Acer Incorporated [ALI] Device [1025:0090]
  InstallationDate: Installed on 2013-01-02 (906 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release i386 (20121017.2)
  MachineType: Acer Aspire 5610
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-55-generic 
root=UUID=7f8feb99-ea26-4e66-a846-43d5ab623744 ro quiet splash vt.handoff=7
  Renderer: Software
  SourcePackage: xorg
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (433 days ago)
  dmi.bios.date: 09/20/2006
  dmi.bios.vendor: Acer
  dmi.bios.version: V2.90
  dmi.board.name: Grapevine
  dmi.board.vendor: Acer
  dmi.board.version: N/A
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAcer:bvrV2.90:bd09/20/2006:svnAcer:pnAspire5610:pvrV2.90:rvnAcer:rnGrapevine:rvrN/A:cvnAcer:ct10:cvrN/A:
  dmi.product.name: Aspire 5610
  dmi.product.version: V2.90
  dmi.sys.vendor: Acer
  version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
  version.libdrm2: libdrm2 2.4.60-2~ubuntu14.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.4
  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: Sat Jun 27 17:45:33 2015
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   inputSleep Button KEYBOARD, id 8
   inputAT Translated Set 2 keyboard KEYBOARD, id 9
   inputSynPS/2 Synaptics TouchPad TOUCHPAD, id 10
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   
  xserver.version: 2:1.15.1-0ubuntu2.7

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

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


[Desktop-packages] [Bug 1469537] Re: Screen flickers on 2nd monitor when mouse touches top of screen

2015-07-09 Thread Christopher M. Penalver
nLinked, thank you for taking the time to report this and trying to help
make Ubuntu better. However, the mainline kernel is not a software
package provided by the official Ubuntu repositories. Because of this
the Ubuntu project can not support or fix your particular bug. Please
report this bug to the provider of the software package. Thanks!

If you are interested in learning more about software repositories and
Ubuntu, check https://help.ubuntu.com/community/Repositories

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

Title:
  Screen flickers on 2nd monitor when mouse touches top of screen

Status in xorg package in Ubuntu:
  Invalid

Bug description:
  Lenovo Yoga 3 11 with second monitor connected by HDMI.
  In Settings  Monitors, I have my second display above my primary laptop 
display.
  When I move my mouse to the top edge of the second display, the second 
display's screen flickers extremly fast sideways, as if the entire desktop is 
flashing past sideways.
  Moving the mouse down and away from the top edge returns display to normal.

  Ubuntu 15.04 with 4.1.0-040100rc2-generic kernel. Has happened with
  all of the 4.0 and 4.1 kernels so far.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu4
  Uname: Linux 4.1.0-040100rc2-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Sun Jun 28 16:39:35 2015
  DistUpgraded: Fresh install
  DistroCodename: vivid
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation Broadwell-U Integrated Graphics [8086:161e] (rev 09) 
(prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:390e]
  InstallationDate: Installed on 2015-05-04 (55 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  MachineType: LENOVO 80J8
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.1.0-040100rc2-generic 
root=/dev/mapper/ubuntu--vg-root ro noprompt splash quiet
  SourcePackage: xorg
  Symptom: display
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/19/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: B8CN27WW(V2.06)
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: Paganini
  dmi.board.vendor: LENOVO
  dmi.board.version: 31900058 WIN
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo Yoga 3 11
  dmi.modalias: 
dmi:bvnLENOVO:bvrB8CN27WW(V2.06):bd01/19/2015:svnLENOVO:pn80J8:pvrLenovoYoga311:rvnLENOVO:rnPaganini:rvr31900058WIN:cvnLENOVO:ct10:cvrLenovoYoga311:
  dmi.product.name: 80J8
  dmi.product.version: Lenovo Yoga 3 11
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.2-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
  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.5.0-1ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu2.2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
  xserver.bootTime: Sun Jun 28 14:22:05 2015
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id1996 
   vendor SAM
  xserver.version: 2:1.17.1-0ubuntu3

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

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


[Desktop-packages] [Bug 312483] Re: Thunderbird's date format not changed easely

2015-07-09 Thread Mathew Hodson
** Changed in: thunderbird (Ubuntu)
   Status: Triaged = 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/312483

Title:
  Thunderbird's date format not changed easely

Status in Mozilla Thunderbird Mail and News:
  Won't Fix
Status in thunderbird package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: mozilla-thunderbird

  Thunderbird 3.0 
  Ubuntu 8.04 - the Hardy Heron - released in April 2008

  The inbox shows all mails with column Date in the American format.
  This format displays mm/dd/

  I couldn't find some easy way to modify the date format.
  I tried to find the menu to modify the date format but couldn't find it.

  I made some research on the Internet.
  It is a fact that too many people were in the same situation .
  searching a solution for what normally never should have been a problem in 
the first place !!!

  Most results were giving solutions with command lines and making
  changes for which I don't have the necessary knowledge.

  Since Ubuntu is Linux  for human beings  in ALL countries,
  there might still be some hope to find a simple method to display dates in 
other formats.

  It should be possible to display formats like  dd/mm/  or  /mm/dd  
  (for each program installed by the way))

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

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


[Desktop-packages] [Bug 1423436] Re: Start up and other issues in Liferea

2015-07-09 Thread Vanamali
The problem still persists!

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

Title:
  Start up and other issues in Liferea

Status in liferea package in Ubuntu:
  New

Bug description:
  I'm facing two issues with Liferea:
  1. Clicking the icon once in the launcher doesn't launch liferea. The cursor 
shows the busy animation for a while and stops. I've to click the icon again to 
launch the program. Same with command line. Typing 'liferea' doesn't open 
liferea. The icon on the launcher has to be clicked again. 
  2. By default the height of the feed display area of any subscription is 
nearly zero. I've to click and drag the the border to get any useful height 
every time liferea is opened.

  Both the problems are experienced when liferea is used for the first
  time after booting the laptop. Subsequent instances work normally.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: liferea 1.10.3-1ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-45.74-generic 3.13.11-ckt13
  Uname: Linux 3.13.0-45-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Feb 19 09:29:03 2015
  InstallationDate: Installed on 2014-11-17 (93 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  SourcePackage: liferea
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1468805] Re: Xorg crash

2015-07-09 Thread Christopher M. Penalver
phoenix, thank you for reporting this and helping make Ubuntu better.

As per
http://h20564.www2.hp.com/hpsc/swd/public/readIndex?sp4ts.oid=5405097swLangOid=8swEnvOid=4158
an update to your computer's buggy and outdated BIOS is available
(1.31). If you update to this following
https://help.ubuntu.com/community/BIOSUpdate does it change anything?

If it doesn't, could you please both specify what happened, and provide the 
output of the following terminal command:
sudo dmidecode -s bios-version  sudo dmidecode -s bios-release-date

For more on BIOS updates and linux, please see
https://help.ubuntu.com/community/ReportingBugs#Bug_reporting_etiquette
.

Please note your current BIOS is already in the Bug Description, so
posting this on the old BIOS would not be helpful. As well, you don't
have to create a new bug report.

Once the BIOS is updated, and the information above is provided, then
please mark this report Status Confirmed.

Thank you for your understanding.

** Tags added: bios-outdated-1.31

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

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

Title:
  Xorg crash

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  crash of the X server

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-57.95-generic 3.13.11-ckt21
  Uname: Linux 3.13.0-57-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.11
  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: Thu Jun 25 17:38:02 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.28, 3.13.0-53-generic, x86_64: installed
   vboxhost, 4.3.28, 3.13.0-54-generic, x86_64: installed
   vboxhost, 4.3.28, 3.13.0-55-generic, x86_64: installed
   vboxhost, 4.3.28, 3.13.0-57-generic, x86_64: installed
  GraphicsCard:
   Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] 
(rev 09) (prog-if 00 [VGA controller])
 Subsystem: Hewlett-Packard Company Device [103c:198f]
  InstallationDate: Installed on 2014-09-18 (279 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  MachineType: Hewlett-Packard HP EliteBook 840 G1
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-57-generic 
root=UUID=de0cdcfe-16fb-454a-8813-ae4a79570c64 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  SystemImageInfo: Error: [Errno 2] Aucun fichier ou dossier de ce type: 
'system-image-cli'
  Title: Xorg crash
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/23/2014
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: L71 Ver. 01.14
  dmi.board.name: 198F
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 15.54
  dmi.chassis.asset.tag: CNU434B0WD
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrL71Ver.01.14:bd07/23/2014:svnHewlett-Packard:pnHPEliteBook840G1:pvrA3009DD10303:rvnHewlett-Packard:rn198F:rvrKBCVersion15.54:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP EliteBook 840 G1
  dmi.product.version: A3009DD10303
  dmi.sys.vendor: Hewlett-Packard
  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.4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.4
  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: Thu Jun 25 11:33:41 2015
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id   18510 
   vendor SDC
  xserver.version: 2:1.15.1-0ubuntu2.7

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

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


[Desktop-packages] [Bug 1469428] Re: 22-june-2015 security fixes not available

2015-07-09 Thread peterzay
Just got the new release now.

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

Title:
  22-june-2015 security fixes not available

Status in chromium-browser package in Ubuntu:
  Confirmed

Bug description:
  On June 22, 2015, security fixes were made available in a new release
  43.0.2357.130 of the browser.

  My browser is at 43.0.2357.81 for Ubuntu 14.04 despite repeated
  updates.

  Since the security fixes are urgent, could you please make them
  available immediately?

  More info here:

  http://googlechromereleases.blogspot.ca/search/label/Stable%20updates

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: chromium-browser 43.0.2357.81-0ubuntu0.14.04.1.1089
  ProcVersionSignature: Ubuntu 3.13.0-55.94-generic 3.13.11-ckt20
  Uname: Linux 3.13.0-55-generic i686
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: i386
  CurrentDesktop: Unity
  CurrentDmesg: Error: command ['sh', '-c', 'dmesg | comm -13 --nocheck-order 
/var/log/dmesg -'] failed with exit code 1: comm: /var/log/dmesg: Permission 
denied
  Date: Sat Jun 27 11:46:59 2015
  Desktop-Session:
   'ubuntu'
   '/etc/xdg/xdg-ubuntu:/usr/share/upstart/xdg:/etc/xdg'
   '/usr/share/ubuntu:/usr/share/gnome:/usr/local/share/:/usr/share/'
  DetectedPlugins:
   
  EcryptfsInUse: Yes
  Env:
   'None'
   'None'
  InstallationDate: Installed on 2014-04-29 (423 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release i386 (20140417)
  Load-Avg-1min: 0.40
  Load-Processes-Running-Percent:   0.2%
  MachineType: Dell Inc. Inspiron 660
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-55-generic 
root=UUID=8cf458ab-4ff9-4505-9a16-27da1ea7ec10 ro quiet splash vt.handoff=7
  SourcePackage: chromium-browser
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/14/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A11
  dmi.board.name: 0XR1GT
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 3
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA11:bd10/14/2013:svnDellInc.:pnInspiron660:pvr:rvnDellInc.:rn0XR1GT:rvrA00:cvnDellInc.:ct3:cvr:
  dmi.product.name: Inspiron 660
  dmi.sys.vendor: Dell Inc.
  gconf-keys: /desktop/gnome/applications/browser/exec = 
b'/usr/bin/chromium-browser\n'/desktop/gnome/url-handlers/https/command = 
b'/usr/bin/chromium-browser %s\n'/desktop/gnome/url-handlers/https/enabled = 
b'true\n'/desktop/gnome/url-handlers/http/command = b'/usr/bin/chromium-browser 
%s\n'/desktop/gnome/url-handlers/http/enabled = 
b'true\n'/desktop/gnome/session/required_components/windowmanager = 
b''/apps/metacity/general/compositing_manager = 
b''/desktop/gnome/interface/icon_theme = b''/desktop/gnome/interface/gtk_theme 
= b''
  modified.conffile..etc.chromium.browser.default: [modified]
  modified.conffile..etc.default.chromium.browser: [deleted]
  mtime.conffile..etc.chromium.browser.default: 2014-04-29T13:58:11.849470

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

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


[Desktop-packages] [Bug 1473269] Re: Wily login screen shows an all black notification bubble

2015-07-09 Thread Daniel van Vugt
It might be the network connection notification...?

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

Title:
  Wily login screen shows an all black notification bubble

Status in notify-osd package in Ubuntu:
  New
Status in unity-greeter package in Ubuntu:
  New

Bug description:
  Wily login screen shows an all black notification bubble. No idea what
  it says, obviously.

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

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


[Desktop-packages] [Bug 1473269] [NEW] Wily login screen shows an all black notification bubble

2015-07-09 Thread Daniel van Vugt
Public bug reported:

Wily login screen shows an all black notification bubble. No idea what
it says, obviously.

** Affects: notify-osd (Ubuntu)
 Importance: Undecided
 Status: New

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

** Also affects: unity-greeter (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Wily login screen shows an all black notification bubble

Status in notify-osd package in Ubuntu:
  New
Status in unity-greeter package in Ubuntu:
  New

Bug description:
  Wily login screen shows an all black notification bubble. No idea what
  it says, obviously.

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

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


[Desktop-packages] [Bug 1467595] Re: cursor sometimes disappears on XPS 13 9343 and external monitor

2015-07-09 Thread Christopher M. Penalver
Jamie Strandboge, as per http://www.dell.com/support/home/us/en/19
/product-support/product/xps-13-9343-laptop/drivers an update to your
computer's buggy and outdated BIOS is available (A04). If you update to
this following https://help.ubuntu.com/community/BIOSUpdate does it
change anything?

If it doesn't, could you please both specify what happened, and provide the 
output of the following terminal command:
sudo dmidecode -s bios-version  sudo dmidecode -s bios-release-date

For more on BIOS updates and linux, please see
https://help.ubuntu.com/community/ReportingBugs#Bug_reporting_etiquette
.

Please note your current BIOS is already in the Bug Description, so
posting this on the old BIOS would not be helpful. As well, you don't
have to create a new bug report.

Once the BIOS is updated, and the information above is provided, then
please mark this report Status New.

Thank you for your understanding.

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

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

Title:
  cursor sometimes disappears on XPS 13 9343 and external monitor

Status in Unity:
  Confirmed
Status in unity package in Ubuntu:
  Confirmed
Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  I have a new Dell XPS 13 9343 with the HiDPI touch screen and am using
  an external display port monitor. Occasionally, the mouse cursor
  disappears (sometimes after screen lock, other times just normal
  usage). I saw something on stack exchange that said this might help:

  gsettings set org.gnome.settings-daemon.plugins.cursor active false

  I've done this and it sometimes helps and sometimes doesn't. I've also
  just seen the cursor come back on its own after a few minutes without
  doing anything. Trying to interact with the touch screen, then the
  mouse has no effect. Unplugging and replugging the mouse has no
  effect. Using the touchpad has no effect.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: unity 7.3.2+15.04.20150420-0ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-21.21-generic 3.19.8
  Uname: Linux 3.19.0-21-generic x86_64
  NonfreeKernelModules: wl
  .tmp.unity.support.test.0:

  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Mon Jun 22 11:19:40 2015
  DistUpgraded: Fresh install
  DistroCodename: vivid
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl, 6.30.223.248+bdcom, 3.19.0-18-generic, x86_64: installed
   bcmwl, 6.30.223.248+bdcom, 3.19.0-20-generic, x86_64: installed
   bcmwl, 6.30.223.248+bdcom, 3.19.0-21-generic, x86_64: installed
  GraphicsCard:
   Intel Corporation Broadwell-U Integrated Graphics [8086:1616] (rev 09) 
(prog-if 00 [VGA controller])
     Subsystem: Dell Device [1028:0665]
  InstallationDate: Installed on 2015-06-13 (8 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  MachineType: Dell Inc. XPS 13 9343
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-21-generic 
root=UUID=7bc4dcd2-0bd8-4e42-b8b7-9f1ed6b8a3e9 ro libata.force=noncq quiet 
splash vt.handoff=7
  SourcePackage: unity
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/25/2015
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A03
  dmi.board.name: 0310JH
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA03:bd03/25/2015:svnDellInc.:pnXPS139343:pvr01:rvnDellInc.:rn0310JH:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: XPS 13 9343
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.2-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
  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.5.0-1ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu2.2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
  xserver.bootTime: Mon Jun 22 10:53:54 2015
  xserver.configfile: default
  xserver.errors:

[Desktop-packages] [Bug 1470248] Re: whole system froze

2015-07-09 Thread Christopher M. Penalver
teo1978, thank you for reporting this and helping make Ubuntu better.

As per http://us.acer.com/ac/en/US/content/drivers an update to your
computer's buggy and outdated BIOS is available (2.21). If you update to
this following https://help.ubuntu.com/community/BIOSUpdate does it
change anything?

If it doesn't, could you please both specify what happened, and provide the 
output of the following terminal command:
sudo dmidecode -s bios-version  sudo dmidecode -s bios-release-date

For more on BIOS updates and linux, please see
https://help.ubuntu.com/community/ReportingBugs#Bug_reporting_etiquette
.

Please note your current BIOS is already in the Bug Description, so
posting this on the old BIOS would not be helpful. As well, you don't
have to create a new bug report.

Once the BIOS is updated, and the information above is provided, then
please mark this report Status New.

Thank you for your understanding.

** Tags added: bios-outdated-2.21

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

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

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

Title:
  whole system froze

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  I had several programs open and I simply opened a new tab in Google
  Chrome.

  First the mouse and keyboard stopped responding
  Then the Chrome window became grey
  Then I couldn't do anything: the system wouldn't respond to either mouse or 
keyboard, and even Ctrl+Alt+F1 wouldn't work. All I could do was to force a 
hardware power off, loosing all my unsaved data.

  CPU consumption didn't seem to be high at all (can tell because the
  fan speed didn't increase)

  Regardless of whether this was triggered by Chrome or not, a whole
  system hang is always a bug, no matter how badly a single program may
  be behaving.

  I report this in the hope that the logs will contain some information.

  I'm marking this as confirmed because it is a crasher (or equivalent,
  since it freezes the whole system and causes data loss) and as such it
  makes no sense to wait for somebody else to confirm it. Also, it seems
  completely random.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-55.94-generic 3.13.11-ckt20
  Uname: Linux 3.13.0-55-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Tue Jun 30 23:02:57 2015
  DistUpgraded: 2014-05-24 19:43:23,984 DEBUG enabling apt cron job
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] 
(rev 09) (prog-if 00 [VGA controller])
 Subsystem: Acer Incorporated [ALI] Device [1025:0647]
   NVIDIA Corporation GF117M [GeForce 610M/710M/820M / GT 620M/625M/630M/720M] 
[10de:1140] (rev ff) (prog-if ff)
  InstallationDate: Installed on 2013-10-11 (627 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MachineType: Acer Aspire V3-571G
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-55-generic.efi.signed 
root=UUID=5830b30e-69e8-4bb4-8a2b-bc2b43c7414a ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: Upgraded to trusty on 2014-05-24 (402 days ago)
  dmi.bios.date: 10/15/2012
  dmi.bios.vendor: Acer
  dmi.bios.version: V2.07
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: VA50_HC_CR
  dmi.board.vendor: Acer
  dmi.board.version: Type2 - Board Version
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V2.07
  dmi.modalias: 
dmi:bvnAcer:bvrV2.07:bd10/15/2012:svnAcer:pnAspireV3-571G:pvrV2.07:rvnAcer:rnVA50_HC_CR:rvrType2-BoardVersion:cvnAcer:ct10:cvrV2.07:
  dmi.product.name: Aspire V3-571G
  dmi.product.version: V2.07
  dmi.sys.vendor: Acer
  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.4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.4
  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
  

[Desktop-packages] [Bug 1418551] Re: [SRU] soffice.bin crashed with SIGSEGV in Application::GetSolarMutex()

2015-07-09 Thread Launchpad Bug Tracker
This bug was fixed in the package libreoffice - 1:4.4.4~rc3-0ubuntu1

---
libreoffice (1:4.4.4~rc3-0ubuntu1) wily; urgency=medium

  * new upstream rc, includes hack to prevent crash on exit (LP: #1418551)
  * Fix mailmerge without libreoffice-base scenario

 -- Bjoern Michaelsen bjoern.michael...@canonical.com  Mon, 06 Jul
2015 17:24:44 +0200

** Changed in: libreoffice (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  [SRU] soffice.bin crashed with SIGSEGV in Application::GetSolarMutex()

Status in LibreOffice Productivity Suite:
  Fix Released
Status in libreoffice package in Ubuntu:
  Fix Released
Status in libreoffice source package in Vivid:
  Confirmed

Bug description:
  [Impact]

   * crash on close of document

   * possible loss of data (from other unsaved documents still open)

   * top1 crasher for LibreOffice on errors.ubuntu.com

   * regression versus prior major releases of LibreOffice

  [Test Case]

   * not easily/reliably reproducable sadly

  [Regression Potential]

   * low: minimal patch, not a core code area (only affects scenarios
  using StarBasic, not document model or e.g. layout), tested upstream
  and in PPA

  [Other Info]

  closed libreoffice calc
  a java update has been running while soffice.bin was in action...

  ProblemType: Crash
  DistroRelease: Ubuntu 15.04
  Package: libreoffice-core 1:4.4.0~rc2-0ubuntu3
  ProcVersionSignature: Ubuntu 3.18.0-11.12-generic 3.18.3
  Uname: Linux 3.18.0-11-generic x86_64
  ApportVersion: 2.15.1-0ubuntu4
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Feb  5 14:20:32 2015
  ExecutablePath: /usr/lib/libreoffice/program/soffice.bin
  ProcCmdline: /usr/lib/libreoffice/program/soffice.bin --calc --splash-pipe=6
  SegvAnalysis:
   Segfault happened at: 0x7fe8106f7e7a _ZN11Application13GetSolarMutexEv+10: 
mov0x8(%rax),%rdi
   PC (0x7fe8106f7e7a) ok
   source 0x8(%rax) (0x0008) not located in a known VMA region (needed 
readable region)!
   destination %rdi ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: libreoffice
  StacktraceTop:
   Application::GetSolarMutex() () from /usr/lib/libreoffice/program/libvcllo.so
   ?? () from /usr/lib/libreoffice/program/libsblo.so
   ?? () from /usr/lib/libreoffice/program/libsblo.so
   ?? () from /usr/lib/libreoffice/program/libsblo.so
   __run_exit_handlers (status=0, listp=0x7fe8156096c8 __exit_funcs, 
run_list_atexit=run_list_atexit@entry=true) at exit.c:82
  Title: soffice.bin crashed with SIGSEGV in Application::GetSolarMutex()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: admin bacula dialout fuse libvirtd pcscd plugdev sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1418551/+subscriptions

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


[Desktop-packages] [Bug 1453401] Re: bug report

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

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

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

Title:
  bug report

Status in xorg package in Ubuntu:
  Expired

Bug description:
  ter info

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-53.87-generic 3.13.11-ckt19
  Uname: Linux 3.13.0-53-generic x86_64
  NonfreeKernelModules: wl
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.10
  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: Sat May  9 16:07:39 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl, 6.30.223.248+bdcom, 3.13.0-41-generic, x86_64: installed
   bcmwl, 6.30.223.248+bdcom, 3.13.0-43-generic, x86_64: installed
   bcmwl, 6.30.223.248+bdcom, 3.13.0-44-generic, x86_64: installed
   bcmwl, 6.30.223.248+bdcom, 3.13.0-52-generic, x86_64: installed
   bcmwl, 6.30.223.248+bdcom, 3.13.0-53-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard: NVIDIA Corporation GT218 [GeForce 210] [10de:0a65] (rev a2) 
(prog-if 00 [VGA controller])
  InstallationDate: Installed on 2014-06-10 (332 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64+mac 
(20140417)
  MachineType: Apple Computer, Inc. MacPro1,1
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-53-generic 
root=UUID=c9d6a53c-439a-45c1-912c-7f19a6c54833 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/02/07
  dmi.bios.vendor: Apple Computer, Inc.
  dmi.bios.version: MP11.88Z.005C.B08.0707021221
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-F4208DC8
  dmi.board.vendor: Apple Computer, Inc.
  dmi.board.version: PVT
  dmi.chassis.asset.tag: Asset Tag#
  dmi.chassis.type: 2
  dmi.chassis.vendor: Apple Computer, Inc.
  dmi.chassis.version: Mac-F4208DC8
  dmi.modalias: 
dmi:bvnAppleComputer,Inc.:bvrMP11.88Z.005C.B08.0707021221:bd07/02/07:svnAppleComputer,Inc.:pnMacPro1,1:pvr1.0:rvnAppleComputer,Inc.:rnMac-F4208DC8:rvrPVT:cvnAppleComputer,Inc.:ct2:cvrMac-F4208DC8:
  dmi.product.name: MacPro1,1
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Computer, Inc.
  version.compiz: compiz 1:0.9.11.3+14.04.20141104-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.4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.4
  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: Sat May  9 14:55:10 2015
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   inputLogitech USB-PS/2 Optical Mouse MOUSE, id 8
   inputMitsumi Electric Apple Extended USB Keyboard KEYBOARD, id 9
   inputMitsumi Electric Apple Extended USB Keyboard KEYBOARD, id 10
  xserver.errors:
   Failed to load module nvidia (module does not exist, 0)
   Failed to load module nvidia (module does not exist, 0)
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.15.1-0ubuntu2.7
  xserver.video_driver: nouveau

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

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


[Desktop-packages] [Bug 998715] Re: Please transition gcr to multi-arch

2015-07-09 Thread Chucky
It is not yet solved for Precise 12.04.5 which has LTS.

Is it scheduled in any way for backporting to Precise ?

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

Title:
  Please transition gcr to multi-arch

Status in gcr package in Ubuntu:
  Fix Released
Status in gnome-keyring package in Ubuntu:
  Invalid
Status in gcr source package in Precise:
  Confirmed
Status in gnome-keyring source package in Precise:
  Confirmed
Status in gcr source package in Quantal:
  Won't Fix
Status in gnome-keyring source package in Quantal:
  Invalid
Status in gcr source package in Raring:
  Won't Fix
Status in gnome-keyring source package in Raring:
  Invalid
Status in gcr source package in Saucy:
  Fix Released
Status in gnome-keyring source package in Saucy:
  Invalid
Status in gcr package in Debian:
  Fix Released

Bug description:
  [SRU] The debiffs attached to comments #4 and #5 backport the multi-
  arch changes from Saucy to Raring and Quantal respectively.  See LP:
  #859600 for the Precise version.

  [IMPACT]
  libgcr-3-1:i386 and libgck-1-0:i386 are not installable on an x86_64 system.

  [Test Case]
  Run 'sudo apt-get install libgcr-3-1:i386' and verify that the files are 
installed in the correct location:
  $ ls -l /usr/lib/i386-linux-gnu/libgcr*
  $ ls -l /usr/lib/i386-linux-gnu/libgck*

  [Regression Potential]
  Low, changes only affect packaging.

  
  libgcr-3-1:i386 depends on libgcr-3-common:i386, but this package doesn't 
exists, because libgcr-3-common is architecture independent.
  ===
  $ LANG= sudo apt-get install libgcr-3-1:i386
  Reading package lists... Done
  Building dependency tree
  Reading state information... Done
  Some packages could not be installed. This may mean that you have
  requested an impossible situation or if you are using the unstable
  distribution that some required packages have not yet been created
  or been moved out of Incoming.
  The following information may help to resolve the situation:

  The following packages have unmet dependencies:
   libgcr-3-1:i386 : Depends: libgcr-3-common:i386 but it is not installable
  E: Unable to correct problems, you have held broken packages.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: libgcr-3-1:i386 (not installed)
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
  Uname: Linux 3.2.0-24-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: amd64
  Date: Sun May 13 14:05:01 2012
  ProcEnviron:
   TERM=xterm
   SHELL=/bin/bash
   PATH=(custom, user)
   LANG=ru_RU.utf8
   LANGUAGE=ru_RU:ru:en_GB:en
  SourcePackage: gnome-keyring
  UpgradeStatus: Upgraded to precise on 2012-05-04 (9 days ago)

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

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


[Desktop-packages] [Bug 1104476] Re: Network manager cannot connect to WPA2/PEAP/MSCHAPv2 network without CA_Certificate

2015-07-09 Thread Vincent Gerris
Hi Steve,

Ubuntu is a project mostly led by people in their free time.
While I agree that this is an annoying bug, your remarks are a bit blunt when 
it comes to respecting people's hard  work.
How about you be happy with what IS working and try to contribute to a solution?
Feel free to code yourself, after all it is open source.
If you like to go back to a proprietary operating systems that has closed 
source drivers that crash and cannot be fixed it all, why not go for it?
If you don't like Ubuntu, try something else. I do not have the issue on Fedora.
Can't add a printer? Look in the fora, I never had any problem for the last 8 
years with any printer and like with Windows some (most not) need a driver.

Last but not least, I agree with Steve that this issue should be fixed.
Can anyone suggest what we should to ?

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

Title:
  Network manager cannot connect to WPA2/PEAP/MSCHAPv2 network without
  CA_Certificate

Status in NetworkManager:
  Fix Released
Status in Release Notes for Ubuntu:
  Fix Released
Status in network-manager-applet package in Ubuntu:
  Fix Released
Status in network-manager-applet source package in Saucy:
  Won't Fix
Status in network-manager-applet source package in Trusty:
  Fix Released
Status in network-manager-applet source package in Utopic:
  Fix Released
Status in Gentoo Linux:
  Fix Released
Status in network-manager package in openSUSE:
  Confirmed

Bug description:
  SRU Justification:
  [Impact]
  When connecting to MPA2/PEAP/MSCHAPv2 wifi networks which do not have a CA 
Certificate network manager may incorrectly mark the CA certificate as needing 
verification and fail that verification.

  [Test Case]
  Attempt to connect to a WPA2/PEAP/MSCHAPv2 network without CA_Certificate 
using Network Manager

  [Regression Potential]
  This has been fixed in Utopic already and it a backport of an upstream patch.

  --

  === Release Notes Text ===

  When connecting to MPA2/PEAP/MSCHAPv2 wifi networks which do not have
  a CA Certificate network manager may incorrectly mark the CA
  certificate as needing verification and fail that verification.  See
  the bug for workarounds.

  ===

  I can connect to Eduroam in 12.10 and any other previous release, but
  not in 13.04. I checked, my name and password are correct, all
  settings are the same as in 12.10.

  Network properties:

  security: WPA - WPA2 enterprise
  authentication: protected EAP (PEAP)
  CA certificate: none
  PEAP version: automatic
  inner autentication: MSCHAPv2
  username: (required)
  password: (required)

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: network-manager 0.9.6.0+git201301021750.e78c3e8-0ubuntu3
  ProcVersionSignature: Ubuntu 3.8.0-1.5-generic 3.8.0-rc4
  Uname: Linux 3.8.0-1-generic i686
  ApportVersion: 2.8-0ubuntu2
  Architecture: i386
  CasperVersion: 1.330
  Date: Thu Jan 24 21:32:25 2013
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IpRoute:
   default via 192.168.43.1 dev wlan0  proto static
   169.254.0.0/16 dev wlan0  scope link  metric 1000
   192.168.43.0/24 dev wlan0  proto kernel  scope link  src 192.168.43.149  
metric 9
  LiveMediaBuild: Ubuntu 13.04 Raring Ringtail - Alpha i386 (20130123)
  MarkForUpload: True
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-con:
   NAME  UUID   TYPE
  TIMESTAMPTIMESTAMP-REAL AUTOCONNECT   READONLY   
DBUS-PATH
   AndroidAP 978da457-563b-4c59-a894-45eb0f74fcb7   
802-11-wireless   1359063171   Thu 24 Jan 2013 09:32:51 PM UTCyes   
no /org/freedesktop/NetworkManager/Settings/2
   Wired connection 16703fabc-9519-49bd-a4af-45fbfb7d660e   
802-3-ethernet1359062570   Thu 24 Jan 2013 09:22:50 PM UTCyes   
no /org/freedesktop/NetworkManager/Settings/1
   eduroam   00f69a95-4a1b-436c-b462-a284f45fbaa1   
802-11-wireless   1359063171   Thu 24 Jan 2013 09:32:51 PM UTCyes   
no /org/freedesktop/NetworkManager/Settings/0
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH
   wlan0  802-11-wireless   connected 
/org/freedesktop/NetworkManager/Devices/1
   eth0   802-3-ethernetunavailable   
/org/freedesktop/NetworkManager/Devices/0
  nmcli-nm:
   RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   
WIFI   WWAN-HARDWARE   WWAN
   running 0.9.7.0connected   enabled   

[Desktop-packages] [Bug 1472944] Re: package cups 1.7.2-0ubuntu1.6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

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

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

** Tags added: hardware-error

** Changed in: cups (Ubuntu)
   Importance: Undecided = Low

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

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

Title:
  package cups 1.7.2-0ubuntu1.6 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 2

Status in cups package in Ubuntu:
  Invalid

Bug description:
  e

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: cups 1.7.2-0ubuntu1.6
  ProcVersionSignature: Ubuntu 3.16.0-41.57~14.04.1-generic 3.16.7-ckt11
  Uname: Linux 3.16.0-41-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  CupsErrorLog: E [08/Jul/2015:21:31:10 +0200] [Client 23] Returning IPP 
client-error-bad-request for Print-Job 
(ipp://localhost:631/printers/ENVY-4500-series) from localhost
  Date: Tue Jul  7 11:56:20 2015
  DuplicateSignature: package:cups:1.7.2-0ubuntu1.6:subprocess installed 
post-installation script returned error exit status 2
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 2
  InstallationDate: Installed on 2015-06-05 (33 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS Trusty Tahr - Release amd64 
(20150218.1)
  Lpstat:
   device for ENVY-4500-series: hp:/usb/ENVY_4500_series?serial=CN4B822207060F
   device for ENVY_4500: hp:/usb/ENVY_4500_series?serial=CN4B822207060F
  MachineType: Acer Aspire V5-531
  Papersize: a4
  PpdFiles:
   ENVY_4500: HP Envy 4500 Series, hpcups 3.14.3
   ENVY-4500-series: HP Envy 4500 Series, hpcups 3.14.3
  ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-3.16.0-41-generic.efi.signed 
root=UUID=648606fd-aa9d-4e73-a9c9-53160c97dd61 ro quiet splash vt.handoff=7
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-41-generic.efi.signed 
root=UUID=648606fd-aa9d-4e73-a9c9-53160c97dd61 ro quiet splash vt.handoff=7
  SourcePackage: cups
  Title: package cups 1.7.2-0ubuntu1.6 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 2
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/16/2012
  dmi.bios.vendor: Phoenix Technologies Ltd.
  dmi.bios.version: V2.13
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Aspire V5-531
  dmi.board.vendor: Acer
  dmi.board.version: V2.13
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V2.13
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvrV2.13:bd11/16/2012:svnAcer:pnAspireV5-531:pvrV2.13:rvnAcer:rnAspireV5-531:rvrV2.13:cvnAcer:ct9:cvrV2.13:
  dmi.product.name: Aspire V5-531
  dmi.product.version: V2.13
  dmi.sys.vendor: Acer

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

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


[Desktop-packages] [Bug 1104476] Re: Network manager cannot connect to WPA2/PEAP/MSCHAPv2 network without CA_Certificate

2015-07-09 Thread Franko Burolo
As I said before, on my Toshiba laptop with Qualcomm Atheros WiFi and Ubuntu 
Vivid 64 it worked brilliantly at first (and still it does on a non-updated 
live media), but it stopped working, probably after who-knows what update, 
which is why I don't believe it is a hardware issue.
That said, I do agree with Walter, we should open a new bug report for this 
one. I would do it myself, but for now the only place where I can test this is 
my university, which, if everything goes well, I am finishing next week, when 
I'll be giving my MA thesis presentation. So, ATM I am kinda busy preparing for 
that, and once that's done, my access credentials for the uni network will soon 
be cancelled, and I won't be able to contribute any test reports. So I 
concluded it would be pretty useless for me to open it.

And then about Steve... :-D I have worked in hotels and restaurants, and
I know very well what special extra spices some customers get, including
those who despise the free lunch. So go on, enjoy your expensive all-
served meal. It certainly does have that something extra. ;-)

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

Title:
  Network manager cannot connect to WPA2/PEAP/MSCHAPv2 network without
  CA_Certificate

Status in NetworkManager:
  Fix Released
Status in Release Notes for Ubuntu:
  Fix Released
Status in network-manager-applet package in Ubuntu:
  Fix Released
Status in network-manager-applet source package in Saucy:
  Won't Fix
Status in network-manager-applet source package in Trusty:
  Fix Released
Status in network-manager-applet source package in Utopic:
  Fix Released
Status in Gentoo Linux:
  Fix Released
Status in network-manager package in openSUSE:
  Confirmed

Bug description:
  SRU Justification:
  [Impact]
  When connecting to MPA2/PEAP/MSCHAPv2 wifi networks which do not have a CA 
Certificate network manager may incorrectly mark the CA certificate as needing 
verification and fail that verification.

  [Test Case]
  Attempt to connect to a WPA2/PEAP/MSCHAPv2 network without CA_Certificate 
using Network Manager

  [Regression Potential]
  This has been fixed in Utopic already and it a backport of an upstream patch.

  --

  === Release Notes Text ===

  When connecting to MPA2/PEAP/MSCHAPv2 wifi networks which do not have
  a CA Certificate network manager may incorrectly mark the CA
  certificate as needing verification and fail that verification.  See
  the bug for workarounds.

  ===

  I can connect to Eduroam in 12.10 and any other previous release, but
  not in 13.04. I checked, my name and password are correct, all
  settings are the same as in 12.10.

  Network properties:

  security: WPA - WPA2 enterprise
  authentication: protected EAP (PEAP)
  CA certificate: none
  PEAP version: automatic
  inner autentication: MSCHAPv2
  username: (required)
  password: (required)

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: network-manager 0.9.6.0+git201301021750.e78c3e8-0ubuntu3
  ProcVersionSignature: Ubuntu 3.8.0-1.5-generic 3.8.0-rc4
  Uname: Linux 3.8.0-1-generic i686
  ApportVersion: 2.8-0ubuntu2
  Architecture: i386
  CasperVersion: 1.330
  Date: Thu Jan 24 21:32:25 2013
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IpRoute:
   default via 192.168.43.1 dev wlan0  proto static
   169.254.0.0/16 dev wlan0  scope link  metric 1000
   192.168.43.0/24 dev wlan0  proto kernel  scope link  src 192.168.43.149  
metric 9
  LiveMediaBuild: Ubuntu 13.04 Raring Ringtail - Alpha i386 (20130123)
  MarkForUpload: True
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-con:
   NAME  UUID   TYPE
  TIMESTAMPTIMESTAMP-REAL AUTOCONNECT   READONLY   
DBUS-PATH
   AndroidAP 978da457-563b-4c59-a894-45eb0f74fcb7   
802-11-wireless   1359063171   Thu 24 Jan 2013 09:32:51 PM UTCyes   
no /org/freedesktop/NetworkManager/Settings/2
   Wired connection 16703fabc-9519-49bd-a4af-45fbfb7d660e   
802-3-ethernet1359062570   Thu 24 Jan 2013 09:22:50 PM UTCyes   
no /org/freedesktop/NetworkManager/Settings/1
   eduroam   00f69a95-4a1b-436c-b462-a284f45fbaa1   
802-11-wireless   1359063171   Thu 24 Jan 2013 09:32:51 PM UTCyes   
no /org/freedesktop/NetworkManager/Settings/0
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH
   wlan0  802-11-wireless   connected 
/org/freedesktop/NetworkManager/Devices/1
   

[Desktop-packages] [Bug 1473006] [NEW] [SRU] New upstream release 3.14.14

2015-07-09 Thread Iain Lane
Public bug reported:

[ Description ]

New stable bugfix release

gtk+3.0 (3.14.14-0ubuntu1) UNRELEASED; urgency=medium

  * New upstream release 3.14.14, fixing bugs:
+ gtk print dialog shows Getting printer information failed for cups
  remote printer
+ GtkMenuButton is not disabled even if corresponding GAction is
+ GTK+/Quartz = 3.14.8: Symbol not found: _gtk_drag_cancel
+ Adwaita : missing background for menu
+ icontheme: don't modify symbolic SVG dimensions when recoloring
+ Recent Chooser Widget doesn't expand
+ gtk3 does apparently ignore replayed events?
+ X11: First mouse wheel event ignored after right click or Alt+Tab or Win
  key press
+ Moving the mouse while a stepper is activated causes the scrollbar to
  jump to the beginning
+ file picker list box height stretches to match extra widgets area height
+ resource_path value cleared in gtk_image_set_from_resource
+ Deadlock in X11 when setting XSetErrorHandler while another thread is
  opening display with XOpenDisplay
+ Memleak when both opening shm and opening file in tmp fail

 -- Iain Lane iain.l...@canonical.com  Thu, 09 Jul 2015 11:28:26 +0100

[ QA  regression potential ]

This is being uploaded under the GNOME MRE. You're allowed to believe
upstream that the bugs are really fixed - just give the system a general
once (or twice) over to see if things still work.

** Affects: gtk+3.0 (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  [SRU] New upstream release 3.14.14

Status in gtk+3.0 package in Ubuntu:
  New

Bug description:
  [ Description ]

  New stable bugfix release

  gtk+3.0 (3.14.14-0ubuntu1) UNRELEASED; urgency=medium

* New upstream release 3.14.14, fixing bugs:
  + gtk print dialog shows Getting printer information failed for cups
remote printer
  + GtkMenuButton is not disabled even if corresponding GAction is
  + GTK+/Quartz = 3.14.8: Symbol not found: _gtk_drag_cancel
  + Adwaita : missing background for menu
  + icontheme: don't modify symbolic SVG dimensions when recoloring
  + Recent Chooser Widget doesn't expand
  + gtk3 does apparently ignore replayed events?
  + X11: First mouse wheel event ignored after right click or Alt+Tab or Win
key press
  + Moving the mouse while a stepper is activated causes the scrollbar to
jump to the beginning
  + file picker list box height stretches to match extra widgets area height
  + resource_path value cleared in gtk_image_set_from_resource
  + Deadlock in X11 when setting XSetErrorHandler while another thread is
opening display with XOpenDisplay
  + Memleak when both opening shm and opening file in tmp fail

   -- Iain Lane iain.l...@canonical.com  Thu, 09 Jul 2015 11:28:26
  +0100

  [ QA  regression potential ]

  This is being uploaded under the GNOME MRE. You're allowed to believe
  upstream that the bugs are really fixed - just give the system a
  general once (or twice) over to see if things still work.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1473006/+subscriptions

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


[Desktop-packages] [Bug 1473011] [NEW] [PATCH] Skip network checks on always dispatchable accounts

2015-07-09 Thread Martin Klapetek
Public bug reported:

MissionControl does not seem to connect accounts that have
always_dispatch=true attribute set; that attribute is meant to serve as
skip network connection checks when connecting-kind of thing. After
some investigation, I've found a possible bug and created a patch. I've
posted this patch to upstream [1] but the general activity in the
project has declined and so it might take quite some time before it's
reviewed and put into a release.

Therefore I was advised to file a bug report here for a chance for this
patch to be included as a distro patch. This would also help fix this
issue in ubuntu-phone, where it is currently being workarounded[2].

The patch itself is located at [1] so I'm not going to reupload it here.

Cheers,
Martin

[1] - https://bugs.freedesktop.org/show_bug.cgi?id=91272
[2] - 
http://bazaar.launchpad.net/~phablet-team/telephony-service/trunk/view/head:/tools/ofono-setup#L39

** Affects: telepathy-mission-control-5 (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  [PATCH] Skip network checks on always dispatchable accounts

Status in telepathy-mission-control-5 package in Ubuntu:
  New

Bug description:
  MissionControl does not seem to connect accounts that have
  always_dispatch=true attribute set; that attribute is meant to serve
  as skip network connection checks when connecting-kind of thing.
  After some investigation, I've found a possible bug and created a
  patch. I've posted this patch to upstream [1] but the general activity
  in the project has declined and so it might take quite some time
  before it's reviewed and put into a release.

  Therefore I was advised to file a bug report here for a chance for
  this patch to be included as a distro patch. This would also help fix
  this issue in ubuntu-phone, where it is currently being
  workarounded[2].

  The patch itself is located at [1] so I'm not going to reupload it
  here.

  Cheers,
  Martin

  [1] - https://bugs.freedesktop.org/show_bug.cgi?id=91272
  [2] - 
http://bazaar.launchpad.net/~phablet-team/telephony-service/trunk/view/head:/tools/ofono-setup#L39

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/telepathy-mission-control-5/+bug/1473011/+subscriptions

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


[Desktop-packages] [Bug 882942] Re: NaCL is missing

2015-07-09 Thread Timo Palomaa
 as Chromium is default browser for Ubuntu!

It is not?

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

Title:
  NaCL is missing

Status in chromium-browser package in Ubuntu:
  Triaged
Status in chromium-browser source package in Lucid:
  Won't Fix
Status in chromium-browser source package in Maverick:
  Invalid
Status in chromium-browser source package in Natty:
  Invalid
Status in chromium-browser source package in Oneiric:
  Invalid

Bug description:
  Even though is was disabled by default, not shipping it is a
  regression.  There are currently some build issues with it enabled in
  the build.

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

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


[Desktop-packages] [Bug 1439267] Re: WiFi EAP-SIM authentication is not supported

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

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

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

Title:
  WiFi EAP-SIM authentication is not supported

Status in network-manager package in Ubuntu:
  Confirmed
Status in ofono package in Ubuntu:
  Confirmed

Bug description:
  Hi,

  I, and others got the Bq Aquaris e4.5 Ubuntu Edition.
  We are in France.
  We suscribed to the provider free mobile ( http://mobile.free.fr )

  We didn't found how to set up EAP-SIM, that lead us to think it is not
  implemented yet.

  Documentation about the service : (fr)
  http://mobile.free.fr/assistance/262.html

  There is a plenty of FreeWiFi_Secure in France, that provide the
  WiFi instead of the 3/4G resulting when auto connecting to it for the
  customer to not burn all the data/month of its contract. I bet other
  provider in other country 'offer' service like this.

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

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


[Desktop-packages] [Bug 1447654] Re: installing policykit-1 hangs under systemd

2015-07-09 Thread Launchpad Bug Tracker
This bug was fixed in the package policykit-1 - 0.105-10

---
policykit-1 (0.105-10) unstable; urgency=medium

  * Add 00git_type_registration.patch: Use GOnce for interface type
registration. Fixes frequent udisks segfault (LP: #1236510).
  * Add 00git_fix_memleak.patch: Fix memory leak in EnumerateActions call
results handler. (LP: #1417637)

 -- Martin Pitt mp...@debian.org  Wed, 08 Jul 2015 12:15:41 +0200

** Changed in: policykit-1 (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  installing policykit-1 hangs under systemd

Status in policykit-1 package in Ubuntu:
  Fix Released
Status in policykit-1 source package in Vivid:
  Fix Released

Bug description:
  I've installed 15.04 using the current amd64 netboot.tar.gz (MD5 =
  6566065bf73a9c81feeddf5520dda122). It installs fine, but I'm getting
  errors installing packages (such as lubuntu-core).

  Last few lines from apt-get:
  Processing triggers for systemd (219-7ubuntu3) ...
  Error getting authority: Error initializing authority: Error calling 
StartServiceByName for org.freedesktop.PolicyKit1: Timeout was reached 
(g-io-error-quark, 24)
  Failed to execute operation: Connection timed out
  dpkg: error processing package systemd (--unpack):
   subprocess installed post-installation script returned error exit status 1
  Processing triggers for libglib2.0-0:amd64 (2.44.0-1ubuntu3) ...
  Processing triggers for shared-mime-info (1.3-1) ...
  Processing triggers for mime-support (3.58ubuntu1) ...
  Processing triggers for udev (219-7ubuntu3) ...
  Processing triggers for dbus (1.8.12-1ubuntu5) ...
  Errors were encountered while processing:
   systemd
  E: Sub-process /usr/bin/dpkg returned an error code (1)

  I've done a second install using the server iso and lubuntu-core
  installs fine on that. The only thing different was my install media.

  SRU INFORMATION
  ===
  Test case:
  - Boot a minimal VM and purge apport policykit-1, or do the above netboot 
installation.
  - sudo apt-get install policykit-1 apport
  - The above hangs on the systemd triggers and eventually fails in vivid 
final. It should succeed fine with this update.

  Regression potential: Very low: polkitd does not keep state, so one
  can restart it fine. The postinst shell modification is simple and
  obvious.

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

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


[Desktop-packages] [Bug 1472890] Re: Enchant can't find en_US dictionary.

2015-07-09 Thread Sondra Kinsey
I forgot the obligatory environment info:

$ apt-cache showpkg libenchant1c2a
[...] 1.6.0-10ubuntu1 [...]

$ enchant -v
@(#) International Ispell Version 3.1.20 (but really Enchant 1.6.0)

$ lsb_release -d
Description:Ubuntu 14.04 LTS

$ geany --version
geany 1.24.1 (built on 2014-05-20 with GTK 2.24.23, GLib 2.40.0)

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

Title:
  Enchant can't find en_US dictionary.

Status in enchant package in Ubuntu:
  New

Bug description:
  When I start geany (which uses libenchant), I get the following message in a 
dialog window:
  The Enchant library couldn't be initialized (unknown error (maybe the 
chosen language is not available)).
  So I try to install enchant (a CLI interface to libenchant)
  $ sudo apt-get install enchant
  # no problems
  $ enchant -l  IF\ FOUND.txt 
  Couldn't create a dictionary for en_US.UTF-8

  I looked around and couldn't find a missing dictionary I needed to
  install. I checked, and the problem recurs on a brand new LiveCD run.
  Any ideas on how to get enchant working again?

  It started about April, maybe when the 14.04.2 release came out (I'm
  still running 14.04.0, but with some upgraded packages). Sorry I
  didn't report it sooner.

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

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


[Desktop-packages] [Bug 1104476] Re: Network manager cannot connect to WPA2/PEAP/MSCHAPv2 network without CA_Certificate

2015-07-09 Thread Steve
I can't connect to my campus WiFi either on Ubuntu 14.04 I can connect
on my iPhone, home, and coffee shop networks but not at school. My IT
guy at school couldn't fix it and he runs Ubuntu. I don't want any
workarounds or some Micky Mouse bullshit. I want a simple one click
update that resolves the issue. I can't even add a printer at home and
now this. I'm about to go back to windows if this isn't resolved with an
update. I'm glad I decided not to donate any money to this company. I
suppose my dad was right when he said despise the free lunch.

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

Title:
  Network manager cannot connect to WPA2/PEAP/MSCHAPv2 network without
  CA_Certificate

Status in NetworkManager:
  Fix Released
Status in Release Notes for Ubuntu:
  Fix Released
Status in network-manager-applet package in Ubuntu:
  Fix Released
Status in network-manager-applet source package in Saucy:
  Won't Fix
Status in network-manager-applet source package in Trusty:
  Fix Released
Status in network-manager-applet source package in Utopic:
  Fix Released
Status in Gentoo Linux:
  Fix Released
Status in network-manager package in openSUSE:
  Confirmed

Bug description:
  SRU Justification:
  [Impact]
  When connecting to MPA2/PEAP/MSCHAPv2 wifi networks which do not have a CA 
Certificate network manager may incorrectly mark the CA certificate as needing 
verification and fail that verification.

  [Test Case]
  Attempt to connect to a WPA2/PEAP/MSCHAPv2 network without CA_Certificate 
using Network Manager

  [Regression Potential]
  This has been fixed in Utopic already and it a backport of an upstream patch.

  --

  === Release Notes Text ===

  When connecting to MPA2/PEAP/MSCHAPv2 wifi networks which do not have
  a CA Certificate network manager may incorrectly mark the CA
  certificate as needing verification and fail that verification.  See
  the bug for workarounds.

  ===

  I can connect to Eduroam in 12.10 and any other previous release, but
  not in 13.04. I checked, my name and password are correct, all
  settings are the same as in 12.10.

  Network properties:

  security: WPA - WPA2 enterprise
  authentication: protected EAP (PEAP)
  CA certificate: none
  PEAP version: automatic
  inner autentication: MSCHAPv2
  username: (required)
  password: (required)

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: network-manager 0.9.6.0+git201301021750.e78c3e8-0ubuntu3
  ProcVersionSignature: Ubuntu 3.8.0-1.5-generic 3.8.0-rc4
  Uname: Linux 3.8.0-1-generic i686
  ApportVersion: 2.8-0ubuntu2
  Architecture: i386
  CasperVersion: 1.330
  Date: Thu Jan 24 21:32:25 2013
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IpRoute:
   default via 192.168.43.1 dev wlan0  proto static
   169.254.0.0/16 dev wlan0  scope link  metric 1000
   192.168.43.0/24 dev wlan0  proto kernel  scope link  src 192.168.43.149  
metric 9
  LiveMediaBuild: Ubuntu 13.04 Raring Ringtail - Alpha i386 (20130123)
  MarkForUpload: True
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-con:
   NAME  UUID   TYPE
  TIMESTAMPTIMESTAMP-REAL AUTOCONNECT   READONLY   
DBUS-PATH
   AndroidAP 978da457-563b-4c59-a894-45eb0f74fcb7   
802-11-wireless   1359063171   Thu 24 Jan 2013 09:32:51 PM UTCyes   
no /org/freedesktop/NetworkManager/Settings/2
   Wired connection 16703fabc-9519-49bd-a4af-45fbfb7d660e   
802-3-ethernet1359062570   Thu 24 Jan 2013 09:22:50 PM UTCyes   
no /org/freedesktop/NetworkManager/Settings/1
   eduroam   00f69a95-4a1b-436c-b462-a284f45fbaa1   
802-11-wireless   1359063171   Thu 24 Jan 2013 09:32:51 PM UTCyes   
no /org/freedesktop/NetworkManager/Settings/0
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH
   wlan0  802-11-wireless   connected 
/org/freedesktop/NetworkManager/Devices/1
   eth0   802-3-ethernetunavailable   
/org/freedesktop/NetworkManager/Devices/0
  nmcli-nm:
   RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   
WIFI   WWAN-HARDWARE   WWAN
   running 0.9.7.0connected   enabled   enabled 
enabledenabled disabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/1104476/+subscriptions

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

[Desktop-packages] [Bug 1447654] Re: installing policykit-1 hangs under systemd

2015-07-09 Thread Martin Pitt
** Changed in: policykit-1 (Ubuntu)
   Status: Fix Released = New

** Changed in: policykit-1 (Ubuntu)
   Status: New = Confirmed

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

Title:
  installing policykit-1 hangs under systemd

Status in policykit-1 package in Ubuntu:
  Confirmed
Status in policykit-1 source package in Vivid:
  Fix Released

Bug description:
  I've installed 15.04 using the current amd64 netboot.tar.gz (MD5 =
  6566065bf73a9c81feeddf5520dda122). It installs fine, but I'm getting
  errors installing packages (such as lubuntu-core).

  Last few lines from apt-get:
  Processing triggers for systemd (219-7ubuntu3) ...
  Error getting authority: Error initializing authority: Error calling 
StartServiceByName for org.freedesktop.PolicyKit1: Timeout was reached 
(g-io-error-quark, 24)
  Failed to execute operation: Connection timed out
  dpkg: error processing package systemd (--unpack):
   subprocess installed post-installation script returned error exit status 1
  Processing triggers for libglib2.0-0:amd64 (2.44.0-1ubuntu3) ...
  Processing triggers for shared-mime-info (1.3-1) ...
  Processing triggers for mime-support (3.58ubuntu1) ...
  Processing triggers for udev (219-7ubuntu3) ...
  Processing triggers for dbus (1.8.12-1ubuntu5) ...
  Errors were encountered while processing:
   systemd
  E: Sub-process /usr/bin/dpkg returned an error code (1)

  I've done a second install using the server iso and lubuntu-core
  installs fine on that. The only thing different was my install media.

  SRU INFORMATION
  ===
  Test case:
  - Boot a minimal VM and purge apport policykit-1, or do the above netboot 
installation.
  - sudo apt-get install policykit-1 apport
  - The above hangs on the systemd triggers and eventually fails in vivid 
final. It should succeed fine with this update.

  Regression potential: Very low: polkitd does not keep state, so one
  can restart it fine. The postinst shell modification is simple and
  obvious.

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

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


[Desktop-packages] [Bug 160311] Re: Resizing windows by grabbing window borders is difficult

2015-07-09 Thread Rocko
Alt-F8 triggers resizing windows in compiz/Unity as well! That's good to
know.

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

Title:
  Resizing windows by grabbing window borders is difficult

Status in Ayatana Design:
  Fix Released
Status in Decorator for compiz-fusion:
  New
Status in One Hundred Papercuts:
  Fix Released
Status in The Metacity Window Manager:
  In Progress
Status in Ubuntu MATE:
  Opinion
Status in Release Notes for Ubuntu:
  Fix Released
Status in Unity:
  Fix Released
Status in Unity 2D:
  Invalid
Status in light-themes package in Ubuntu:
  Fix Released
Status in unity package in Ubuntu:
  Confirmed

Bug description:
  This bug is fixed in unity-3d since ubuntu 11.04.
  It still exists in unity-2d and will never be fixed as unity-2d is no longer 
supported since ubuntu 12.10 (see comment #343).

  *

  This should mostly be fixed for Natty and might get backported to
  earlier releases as well.

  For Precise (12.04)  this is again broken for unity-2d (as of 17.7.2012 
unity-2d 5.12.0-0ubuntu1.1).
  Note that if the window has a scrollbar, you can grab that to resize the 
window. If not, you are stuck with the 1px border. Workaround: NONE KNOWN (see 
comment 320)?

  *

  *Blueprint for Natty, Ubuntu 11.04:

  https://blueprints.edge.launchpad.net/ubuntu/+spec/packageselection-
  dx-n-resizing-windows

  Work items1 * Make sure the new resize grip fits in current applications; 
doesn't interfere with anything. We should make some noise about this during 
the Natty cycle so people keep their eyes open and file bugs.
  2 * Invisible window resize area - around 3px invisible area to allow resize 
on all sides.

  *

  Working grip backported to gtk2 already available in ppa :
  https://launchpad.net/~bratsche/+archive/gtk

  *

  Workaround for Compiz/Unity: Alt+Middlemousebutton resizes a window
  most comfortably.

  Workaround:  Edit /usr/share/themes/Ambiance/metacity-1/metacity-
  theme-1.xml.  Set the following values in frame_geometry_normal as
  desired:

  distance name=left_width value=3/
  distance name=right_width value=3/
  distance name=bottom_height value=3/

  

  Binary package hint: metacity

  - The issue has been an issue for users (especially of large) screens
  for several releases- Trackpad users seem to be particularly impacted
  by this- The issue appears to have been significantly aggravated in
  Lucid by changing the border width from 3 pixels to 1 pixel

  The window borders in metacity are far too thin to be used for
  comfortable window resizing, and resize handles are not available in
  all applications (or even most). In fact, of all the windows I have
  open right now, not a single one of them has a resize handle. The
  result is that I get a lot of misses when I try to drag a window
  border, which usually results in my clicking on the wrong window
  altogether. The best fix for this usability bug is to create an
  invisible region around each non-maximized window about 4px thick
  that can be used for resizing (in addition to the visible border). Or
  perhaps there should be a border thickness option on the System 
  Preferences  Windows dialog (although the default thickness should
  still be increased considerably). Ideally all windows would also have
  a resize handle but I realize that these have to be application
  controlled (at least that seems to be the position of the metacity
  team).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/160311/+subscriptions

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


[Desktop-packages] [Bug 998715] Re: Please transition gcr to multi-arch

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

** Changed in: gnome-keyring (Ubuntu Precise)
   Status: New = Confirmed

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

Title:
  Please transition gcr to multi-arch

Status in gcr package in Ubuntu:
  Fix Released
Status in gnome-keyring package in Ubuntu:
  Invalid
Status in gcr source package in Precise:
  Invalid
Status in gnome-keyring source package in Precise:
  Confirmed
Status in gcr source package in Quantal:
  Won't Fix
Status in gnome-keyring source package in Quantal:
  Invalid
Status in gcr source package in Raring:
  Won't Fix
Status in gnome-keyring source package in Raring:
  Invalid
Status in gcr source package in Saucy:
  Fix Released
Status in gnome-keyring source package in Saucy:
  Invalid
Status in gcr package in Debian:
  Fix Released

Bug description:
  [SRU] The debiffs attached to comments #4 and #5 backport the multi-
  arch changes from Saucy to Raring and Quantal respectively.  See LP:
  #859600 for the Precise version.

  [IMPACT]
  libgcr-3-1:i386 and libgck-1-0:i386 are not installable on an x86_64 system.

  [Test Case]
  Run 'sudo apt-get install libgcr-3-1:i386' and verify that the files are 
installed in the correct location:
  $ ls -l /usr/lib/i386-linux-gnu/libgcr*
  $ ls -l /usr/lib/i386-linux-gnu/libgck*

  [Regression Potential]
  Low, changes only affect packaging.

  
  libgcr-3-1:i386 depends on libgcr-3-common:i386, but this package doesn't 
exists, because libgcr-3-common is architecture independent.
  ===
  $ LANG= sudo apt-get install libgcr-3-1:i386
  Reading package lists... Done
  Building dependency tree
  Reading state information... Done
  Some packages could not be installed. This may mean that you have
  requested an impossible situation or if you are using the unstable
  distribution that some required packages have not yet been created
  or been moved out of Incoming.
  The following information may help to resolve the situation:

  The following packages have unmet dependencies:
   libgcr-3-1:i386 : Depends: libgcr-3-common:i386 but it is not installable
  E: Unable to correct problems, you have held broken packages.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: libgcr-3-1:i386 (not installed)
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
  Uname: Linux 3.2.0-24-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: amd64
  Date: Sun May 13 14:05:01 2012
  ProcEnviron:
   TERM=xterm
   SHELL=/bin/bash
   PATH=(custom, user)
   LANG=ru_RU.utf8
   LANGUAGE=ru_RU:ru:en_GB:en
  SourcePackage: gnome-keyring
  UpgradeStatus: Upgraded to precise on 2012-05-04 (9 days ago)

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

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


[Desktop-packages] [Bug 998715] Re: Please transition gcr to multi-arch

2015-07-09 Thread Chucky
Precise has LTS, and as told earlier in this bug discussion, the LTS
should receive a fix.

** Changed in: gcr (Ubuntu Precise)
   Status: Invalid = Confirmed

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

Title:
  Please transition gcr to multi-arch

Status in gcr package in Ubuntu:
  Fix Released
Status in gnome-keyring package in Ubuntu:
  Invalid
Status in gcr source package in Precise:
  Confirmed
Status in gnome-keyring source package in Precise:
  Confirmed
Status in gcr source package in Quantal:
  Won't Fix
Status in gnome-keyring source package in Quantal:
  Invalid
Status in gcr source package in Raring:
  Won't Fix
Status in gnome-keyring source package in Raring:
  Invalid
Status in gcr source package in Saucy:
  Fix Released
Status in gnome-keyring source package in Saucy:
  Invalid
Status in gcr package in Debian:
  Fix Released

Bug description:
  [SRU] The debiffs attached to comments #4 and #5 backport the multi-
  arch changes from Saucy to Raring and Quantal respectively.  See LP:
  #859600 for the Precise version.

  [IMPACT]
  libgcr-3-1:i386 and libgck-1-0:i386 are not installable on an x86_64 system.

  [Test Case]
  Run 'sudo apt-get install libgcr-3-1:i386' and verify that the files are 
installed in the correct location:
  $ ls -l /usr/lib/i386-linux-gnu/libgcr*
  $ ls -l /usr/lib/i386-linux-gnu/libgck*

  [Regression Potential]
  Low, changes only affect packaging.

  
  libgcr-3-1:i386 depends on libgcr-3-common:i386, but this package doesn't 
exists, because libgcr-3-common is architecture independent.
  ===
  $ LANG= sudo apt-get install libgcr-3-1:i386
  Reading package lists... Done
  Building dependency tree
  Reading state information... Done
  Some packages could not be installed. This may mean that you have
  requested an impossible situation or if you are using the unstable
  distribution that some required packages have not yet been created
  or been moved out of Incoming.
  The following information may help to resolve the situation:

  The following packages have unmet dependencies:
   libgcr-3-1:i386 : Depends: libgcr-3-common:i386 but it is not installable
  E: Unable to correct problems, you have held broken packages.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: libgcr-3-1:i386 (not installed)
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
  Uname: Linux 3.2.0-24-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: amd64
  Date: Sun May 13 14:05:01 2012
  ProcEnviron:
   TERM=xterm
   SHELL=/bin/bash
   PATH=(custom, user)
   LANG=ru_RU.utf8
   LANGUAGE=ru_RU:ru:en_GB:en
  SourcePackage: gnome-keyring
  UpgradeStatus: Upgraded to precise on 2012-05-04 (9 days ago)

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

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


[Desktop-packages] [Bug 1472944] Re: package cups 1.7.2-0ubuntu1.6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2015-07-09 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 cups in Ubuntu.
https://bugs.launchpad.net/bugs/1472944

Title:
  package cups 1.7.2-0ubuntu1.6 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 2

Status in cups package in Ubuntu:
  Invalid

Bug description:
  e

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: cups 1.7.2-0ubuntu1.6
  ProcVersionSignature: Ubuntu 3.16.0-41.57~14.04.1-generic 3.16.7-ckt11
  Uname: Linux 3.16.0-41-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  CupsErrorLog: E [08/Jul/2015:21:31:10 +0200] [Client 23] Returning IPP 
client-error-bad-request for Print-Job 
(ipp://localhost:631/printers/ENVY-4500-series) from localhost
  Date: Tue Jul  7 11:56:20 2015
  DuplicateSignature: package:cups:1.7.2-0ubuntu1.6:subprocess installed 
post-installation script returned error exit status 2
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 2
  InstallationDate: Installed on 2015-06-05 (33 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS Trusty Tahr - Release amd64 
(20150218.1)
  Lpstat:
   device for ENVY-4500-series: hp:/usb/ENVY_4500_series?serial=CN4B822207060F
   device for ENVY_4500: hp:/usb/ENVY_4500_series?serial=CN4B822207060F
  MachineType: Acer Aspire V5-531
  Papersize: a4
  PpdFiles:
   ENVY_4500: HP Envy 4500 Series, hpcups 3.14.3
   ENVY-4500-series: HP Envy 4500 Series, hpcups 3.14.3
  ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-3.16.0-41-generic.efi.signed 
root=UUID=648606fd-aa9d-4e73-a9c9-53160c97dd61 ro quiet splash vt.handoff=7
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-41-generic.efi.signed 
root=UUID=648606fd-aa9d-4e73-a9c9-53160c97dd61 ro quiet splash vt.handoff=7
  SourcePackage: cups
  Title: package cups 1.7.2-0ubuntu1.6 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 2
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/16/2012
  dmi.bios.vendor: Phoenix Technologies Ltd.
  dmi.bios.version: V2.13
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Aspire V5-531
  dmi.board.vendor: Acer
  dmi.board.version: V2.13
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V2.13
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvrV2.13:bd11/16/2012:svnAcer:pnAspireV5-531:pvrV2.13:rvnAcer:rnAspireV5-531:rvrV2.13:cvnAcer:ct9:cvrV2.13:
  dmi.product.name: Aspire V5-531
  dmi.product.version: V2.13
  dmi.sys.vendor: Acer

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

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


[Desktop-packages] [Bug 1472897] [NEW] cannot adjust brightness E6530 15.04 fresh install

2015-07-09 Thread fINTiP
Public bug reported:

Press Fn + up/down arrow.

Expected to happen: brightness goes up or down; notification in top
right of brightness going up or down.

Actually happened: brightness stays unaffected; notification does appear
and respond correctly, but lies.

Cannot adjust brightness using function key combo. Shows the
notification as if I am adjusting it, but screen stays on max
brightness. Brightness  Lock app doesn't adjust brightness either.

When I switch to proprietary drivers, brightness adjustment does work.
When I turn off the nvidia card and use the intel card, brightness
adjustment works. But with the intel card only I don't have hdmi port
support, so no triple monitor support. And with the proprietary drivers,
I get horrible, horrible bugs, including one that made it impossible to
get into my system until I modified bios settings related to the video
card.

** Affects: xserver-xorg-video-nouveau (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: brightness fn function

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

Title:
  cannot adjust brightness E6530 15.04 fresh install

Status in xserver-xorg-video-nouveau package in Ubuntu:
  New

Bug description:
  Press Fn + up/down arrow.

  Expected to happen: brightness goes up or down; notification in top
  right of brightness going up or down.

  Actually happened: brightness stays unaffected; notification does
  appear and respond correctly, but lies.

  Cannot adjust brightness using function key combo. Shows the
  notification as if I am adjusting it, but screen stays on max
  brightness. Brightness  Lock app doesn't adjust brightness either.

  When I switch to proprietary drivers, brightness adjustment does work.
  When I turn off the nvidia card and use the intel card, brightness
  adjustment works. But with the intel card only I don't have hdmi port
  support, so no triple monitor support. And with the proprietary
  drivers, I get horrible, horrible bugs, including one that made it
  impossible to get into my system until I modified bios settings
  related to the video card.

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

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


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

2015-07-09 Thread Jean Jordaan
I'm on Asus UX303LB, with NVIDIA GM108M [GeForce 940M], using nvidia-346 
version 346.59.
I don't see any correlation with touchpad use. 
In my case, window or application switching (alt-tab) is often very 
unresponsive (e.g. have to hold down alt-tab for 14 seconds before the switcher 
appears) (about 10 seconds in, a half-faded-in switcher appears).
Also, switching workspaces is often super unresponsive, freezing before jerking 
to the next workspace, or freezing halfway between workspaces. 
In all cases, normal functioning resumes after 5-10 seconds frozen.

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

Title:
  [nvidia-prime]Freeze while using touchpad

Status in X.Org X server:
  Fix Released
Status in xorg-server package in Ubuntu:
  Fix Released
Status in xorg-server source package in Trusty:
  Triaged

Bug description:
  Using Asus N43SL laptop as an example, with nvidia-prime installed, so
  the dedicated NVIDIA graphics card (GT 540m) is in use, once in a
  while, my screen will freeze when I use my touchpad.

  WORKAROUND: Use USB mouse.

  WORKAROUND: Uninstall nvidia-prime and use integrated graphics.

  WORKAROUND: Do a VT switch via Ctrl+Alt+F1 then Ctrl+Alt+F7.

  In the attached Xorg.0.log, you can see synaptics: ETPS/2 Elantech Touchpad: 
touchpad found each time I did a VT switch and regained control:
  
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1220426/+attachment/3801516/+files/Xorg.0.log

  The following upstream report has a patch that addresses this issue:
  https://bugs.freedesktop.org/show_bug.cgi?id=86288

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

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


[Desktop-packages] [Bug 1472944] [NEW] package cups 1.7.2-0ubuntu1.6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2015-07-09 Thread Björn Wännerdahl
Public bug reported:

e

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: cups 1.7.2-0ubuntu1.6
ProcVersionSignature: Ubuntu 3.16.0-41.57~14.04.1-generic 3.16.7-ckt11
Uname: Linux 3.16.0-41-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.11
Architecture: amd64
CupsErrorLog: E [08/Jul/2015:21:31:10 +0200] [Client 23] Returning IPP 
client-error-bad-request for Print-Job 
(ipp://localhost:631/printers/ENVY-4500-series) from localhost
Date: Tue Jul  7 11:56:20 2015
DuplicateSignature: package:cups:1.7.2-0ubuntu1.6:subprocess installed 
post-installation script returned error exit status 2
ErrorMessage: subprocess installed post-installation script returned error exit 
status 2
InstallationDate: Installed on 2015-06-05 (33 days ago)
InstallationMedia: Ubuntu 14.04.2 LTS Trusty Tahr - Release amd64 (20150218.1)
Lpstat:
 device for ENVY-4500-series: hp:/usb/ENVY_4500_series?serial=CN4B822207060F
 device for ENVY_4500: hp:/usb/ENVY_4500_series?serial=CN4B822207060F
MachineType: Acer Aspire V5-531
Papersize: a4
PpdFiles:
 ENVY_4500: HP Envy 4500 Series, hpcups 3.14.3
 ENVY-4500-series: HP Envy 4500 Series, hpcups 3.14.3
ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-3.16.0-41-generic.efi.signed 
root=UUID=648606fd-aa9d-4e73-a9c9-53160c97dd61 ro quiet splash vt.handoff=7
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-41-generic.efi.signed 
root=UUID=648606fd-aa9d-4e73-a9c9-53160c97dd61 ro quiet splash vt.handoff=7
SourcePackage: cups
Title: package cups 1.7.2-0ubuntu1.6 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 2
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 11/16/2012
dmi.bios.vendor: Phoenix Technologies Ltd.
dmi.bios.version: V2.13
dmi.board.asset.tag: No Asset Tag
dmi.board.name: Aspire V5-531
dmi.board.vendor: Acer
dmi.board.version: V2.13
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 9
dmi.chassis.vendor: Acer
dmi.chassis.version: V2.13
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvrV2.13:bd11/16/2012:svnAcer:pnAspireV5-531:pvrV2.13:rvnAcer:rnAspireV5-531:rvrV2.13:cvnAcer:ct9:cvrV2.13:
dmi.product.name: Aspire V5-531
dmi.product.version: V2.13
dmi.sys.vendor: Acer

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

Title:
  package cups 1.7.2-0ubuntu1.6 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 2

Status in cups package in Ubuntu:
  New

Bug description:
  e

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: cups 1.7.2-0ubuntu1.6
  ProcVersionSignature: Ubuntu 3.16.0-41.57~14.04.1-generic 3.16.7-ckt11
  Uname: Linux 3.16.0-41-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  CupsErrorLog: E [08/Jul/2015:21:31:10 +0200] [Client 23] Returning IPP 
client-error-bad-request for Print-Job 
(ipp://localhost:631/printers/ENVY-4500-series) from localhost
  Date: Tue Jul  7 11:56:20 2015
  DuplicateSignature: package:cups:1.7.2-0ubuntu1.6:subprocess installed 
post-installation script returned error exit status 2
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 2
  InstallationDate: Installed on 2015-06-05 (33 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS Trusty Tahr - Release amd64 
(20150218.1)
  Lpstat:
   device for ENVY-4500-series: hp:/usb/ENVY_4500_series?serial=CN4B822207060F
   device for ENVY_4500: hp:/usb/ENVY_4500_series?serial=CN4B822207060F
  MachineType: Acer Aspire V5-531
  Papersize: a4
  PpdFiles:
   ENVY_4500: HP Envy 4500 Series, hpcups 3.14.3
   ENVY-4500-series: HP Envy 4500 Series, hpcups 3.14.3
  ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-3.16.0-41-generic.efi.signed 
root=UUID=648606fd-aa9d-4e73-a9c9-53160c97dd61 ro quiet splash vt.handoff=7
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-41-generic.efi.signed 
root=UUID=648606fd-aa9d-4e73-a9c9-53160c97dd61 ro quiet splash vt.handoff=7
  SourcePackage: cups
  Title: package cups 1.7.2-0ubuntu1.6 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 2
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/16/2012
  dmi.bios.vendor: Phoenix Technologies Ltd.
  dmi.bios.version: V2.13
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Aspire V5-531
  dmi.board.vendor: Acer
  dmi.board.version: V2.13
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V2.13
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvrV2.13:bd11/16/2012:svnAcer:pnAspireV5-531:pvrV2.13:rvnAcer:rnAspireV5-531:rvrV2.13:cvnAcer:ct9:cvrV2.13:
  dmi.product.name: Aspire V5-531
  dmi.product.version: V2.13
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:

[Desktop-packages] [Bug 1472965] [NEW] Setting bbswitch to OFF prevents fan to run on Acer 5755G

2015-07-09 Thread Salvatore Martire
Public bug reported:

Prerequisite: installed nvidia proprietary drivers, bumblebee and
bbswitch-dkms packages.

When the system boots up the fan is running in normal mode. Log in to
system and the fan stops even if temps are  60° (it should be turned on
at ~50° as of bios settings); it will go up and up until it reaches very
hot temperatures and starts throttling (=85°). Just issue 'sudo tee
/proc/acpi/bbswitchON' and the fan starts magically. Reverting it to
OFF shuts down the fan. This is a dangerous bug. I'm not sure it's into
bbswitch but it's clearly related to it.

Release Elementary OS Freya 0.3
bbswitch-dkms version: 0.7-2ubuntu1

acerhdf modules is not loaded

Packages installed: thermald, intel_pstate, tlp (starting/stopping thermald 
does nothing about fan rotation)
Kernel load params: acpi_osi=Linux acpi_backlight=vendor intel_pstate=enable 
pcie_aspm=force

BIOS version 1.21

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

** Description changed:

  Prerequisite: installed nvidia proprietary drivers, bumblebee and
  bbswitch-dkms packages.
  
  When the system boots up the fan is running in normal mode. Log in to
  system and the fan stops even if temps are  60° (it should be turned on
  at ~50° as of bios settings); it will go up and up until it reaches very
  hot temperatures and starts throttling (=85°). Just issue 'sudo tee
  /proc/acpi/bbswitchON' and the fan starts magically. Reverting it to
  OFF shuts down the fan. This is a dangerous bug. I'm not sure it's into
  bbswitch but it's clearly related to it.
  
  Release Elementary OS Freya 0.3
  bbswitch-dkms version: 0.7-2ubuntu1
  
  acerhdf modules is not loaded
  
  Packages installed: thermald, intel_pstate, tlp (starting/stopping thermald 
does nothing about fan rotation)
  Kernel load params: acpi_osi=Linux acpi_backlight=vendor intel_pstate=enable 
pcie_aspm=force
+ 
+ BIOS version 1.21

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

Title:
  Setting bbswitch to OFF prevents fan to run on Acer 5755G

Status in bbswitch package in Ubuntu:
  New

Bug description:
  Prerequisite: installed nvidia proprietary drivers, bumblebee and
  bbswitch-dkms packages.

  When the system boots up the fan is running in normal mode. Log in to
  system and the fan stops even if temps are  60° (it should be turned
  on at ~50° as of bios settings); it will go up and up until it reaches
  very hot temperatures and starts throttling (=85°). Just issue 'sudo
  tee /proc/acpi/bbswitchON' and the fan starts magically. Reverting
  it to OFF shuts down the fan. This is a dangerous bug. I'm not sure
  it's into bbswitch but it's clearly related to it.

  Release Elementary OS Freya 0.3
  bbswitch-dkms version: 0.7-2ubuntu1

  acerhdf modules is not loaded

  Packages installed: thermald, intel_pstate, tlp (starting/stopping thermald 
does nothing about fan rotation)
  Kernel load params: acpi_osi=Linux acpi_backlight=vendor intel_pstate=enable 
pcie_aspm=force

  BIOS version 1.21

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

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


[Desktop-packages] [Bug 1473011] Re: [PATCH] Skip network checks on always dispatchable accounts

2015-07-09 Thread Tiago Salem Herrmann
thanks for investigating this issue.

I can confirm this affects ubuntu phone.  While the workaround in ofono-setup 
seems to work, this script is going away at some point as it is being replaced 
by a mission control plugin, therefore the patch proposed by Martin will be 
needed.
If that doesn't cause any regressions to ubuntu desktop, it would be good to 
get the patch included into the mission-control package while it's not applied 
upstream.

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

Title:
  [PATCH] Skip network checks on always dispatchable accounts

Status in telepathy-mission-control-5 package in Ubuntu:
  New

Bug description:
  MissionControl does not seem to connect accounts that have
  always_dispatch=true attribute set; that attribute is meant to serve
  as skip network connection checks when connecting-kind of thing.
  After some investigation, I've found a possible bug and created a
  patch. I've posted this patch to upstream [1] but the general activity
  in the project has declined and so it might take quite some time
  before it's reviewed and put into a release.

  Therefore I was advised to file a bug report here for a chance for
  this patch to be included as a distro patch. This would also help fix
  this issue in ubuntu-phone, where it is currently being
  workarounded[2].

  The patch itself is located at [1] so I'm not going to reupload it
  here.

  Cheers,
  Martin

  [1] - https://bugs.freedesktop.org/show_bug.cgi?id=91272
  [2] - 
http://bazaar.launchpad.net/~phablet-team/telephony-service/trunk/view/head:/tools/ofono-setup#L39

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/telepathy-mission-control-5/+bug/1473011/+subscriptions

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


[Desktop-packages] [Bug 663146] Re: Rapidly creating/renaming new folders leads to confusing could not be renamed message

2015-07-09 Thread dino99
** Changed in: nautilus (Ubuntu)
   Status: Incomplete = Invalid

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

Title:
  Rapidly creating/renaming new folders leads to confusing could not be
  renamed message

Status in Nautilus:
  Invalid
Status in nautilus package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: nautilus

  Right click - create folder, rename to a.  Then quickly do the same
  with b.  If you're quick enough (like using hotkeys), you will
  sometimes encounter an error message:

  The item could not be renamed
  There is no untitled folder in this folder. Perhaps it was just moved or 
deleted?

  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: nautilus 1:2.32.0-0ubuntu1
  ProcVersionSignature: Ubuntu 2.6.35-22.34-generic 2.6.35.4
  Uname: Linux 2.6.35-22-generic x86_64
  NonfreeKernelModules: nvidia
  Architecture: amd64
  Date: Tue Oct 19 01:16:47 2010
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Beta amd64 (20100901.1)
  ProcEnviron:
   LANG=en_US.utf8
   SHELL=/bin/bash
  SourcePackage: nautilus

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

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


[Desktop-packages] [Bug 1448159] Re: all started programs closes after computer unlock

2015-07-09 Thread LaRusCat
** Changed in: gnome-screensaver (Ubuntu)
 Assignee: (unassigned) = LaRusCat (larionenkoruslan)

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

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

Title:
  all started programs closes after computer unlock

Status in gnome-screensaver package in Ubuntu:
  Invalid

Bug description:
  Sometimes whenever I lock up my computer, by the time I unlock it all
  the programs have been closed. There is no error message or anything,
  so I don't know how to identify the problem.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: gnome-screensaver 3.6.1-0ubuntu13
  ProcVersionSignature: Ubuntu 3.16.0-36.48~14.04.1-generic 3.16.7-ckt9
  Uname: Linux 3.16.0-36-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.10
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Apr 24 17:11:04 2015
  GnomeSessionIdleInhibited: No
  GnomeSessionInhibitors: None
  GsettingsGnomeSession:
   org.gnome.desktop.session session-name 'ubuntu'
   org.gnome.desktop.session idle-delay uint32 300
  InstallationDate: Installed on 2014-03-06 (413 days ago)
  InstallationMedia: Ubuntu 12.04.4 LTS Precise Pangolin - Release amd64 
(20140204)
  SourcePackage: gnome-screensaver
  UpgradeStatus: Upgraded to trusty on 2014-10-27 (178 days ago)

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

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


[Desktop-packages] [Bug 1472471] [NEW] XServer crash logs the user off randomly

2015-07-09 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

System: Ubuntu 14.04, running cinnamon, on a Dell M3800.

The bug happens randomly and logs off the user, who loses everything in the 
current session.
It happens mostly when a new window is openned, especially terminals (but not 
only).

  cat /proc/version_signature 
Ubuntu 3.16.0-41.57~14.04.1-generic 3.16.7-ckt11

The same happens with the latest 3.16.0-43 kernel. Here's what I found
in the Xorg.0.log.old file:

[  1063.253] (EE) Backtrace:
[  1063.254] (EE) 0: /usr/bin/X (xorg_backtrace+0x48) [0x7fe8e43aaed8]
[  1063.254] (EE) 1: /usr/bin/X (0x7fe8e4206000+0x1a8f19) [0x7fe8e43aef19]
[  1063.254] (EE) 2: /lib/x86_64-linux-gnu/libc.so.6 (0x7fe8e2385000+0x36d40) 
[0x7fe8e23bbd40]
[  1063.254] (EE) 3: /usr/lib/xorg/modules/drivers/intel_drv.so 
(0x7fe8de18b000+0x258f9) [0x7fe8de1b08f9]
[  1063.254] (EE) 4: /usr/lib/xorg/modules/drivers/intel_drv.so 
(0x7fe8de18b000+0x26d7c) [0x7fe8de1b1d7c]
[  1063.254] (EE) 5: /usr/lib/xorg/modules/drivers/intel_drv.so 
(0x7fe8de18b000+0xf4f4f) [0x7fe8de27ff4f]
[  1063.254] (EE) 6: /usr/bin/X (0x7fe8e4206000+0x1755bd) [0x7fe8e437b5bd]
[  1063.254] (EE) 7: /usr/bin/X (0x7fe8e4206000+0x176397) [0x7fe8e437c397]
[  1063.255] (EE) 8: /usr/bin/X (DRI2GetBuffersWithFormat+0x10) [0x7fe8e437c770]
[  1063.255] (EE) 9: /usr/bin/X (0x7fe8e4206000+0x178499) [0x7fe8e437e499]
[  1063.255] (EE) 10: /usr/bin/X (0x7fe8e4206000+0x5369e) [0x7fe8e425969e]
[  1063.255] (EE) 11: /usr/bin/X (0x7fe8e4206000+0x574ea) [0x7fe8e425d4ea]
[  1063.255] (EE) 12: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf5) 
[0x7fe8e23a6ec5]
[  1063.255] (EE) 13: /usr/bin/X (0x7fe8e4206000+0x42a5e) [0x7fe8e4248a5e]
[  1063.255] (EE) 
[  1063.255] (EE) Bus error at address 0x7fe890108000
--- 
ApportVersion: 2.14.1-0ubuntu3.11
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  csoler 7078 F pulseaudio
 /dev/snd/controlC0:  csoler 7078 F pulseaudio
DistroRelease: Ubuntu 14.04
HibernationDevice: RESUME=/dev/mapper/swap
InstallationDate: Installed on 2015-06-18 (19 days ago)
InstallationMedia: Ubuntu 14.04.2 LTS Trusty Tahr - Release amd64 (20150218.1)
MachineType: Dell Inc. Dell Precision M3800
Package: linux (not installed)
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.16.0-41-generic 
root=UUID=ed58d38e-680c-4454-863d-9c8e4698082c ro quiet splash
ProcVersionSignature: Ubuntu 3.16.0-41.57~14.04.1-generic 3.16.7-ckt11
PulseList:
 Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
 No PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
 linux-restricted-modules-3.16.0-41-generic N/A
 linux-backports-modules-3.16.0-41-generic  N/A
 linux-firmware 1.127.12
Tags:  trusty
Uname: Linux 3.16.0-41-generic x86_64
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups:
 
_MarkForUpload: True
dmi.bios.date: 01/08/2015
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A09
dmi.board.name: Dell Precision M3800
dmi.board.vendor: Dell Inc.
dmi.board.version: A09
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: Not Specified
dmi.modalias: 
dmi:bvnDellInc.:bvrA09:bd01/08/2015:svnDellInc.:pnDellPrecisionM3800:pvrA09:rvnDellInc.:rnDellPrecisionM3800:rvrA09:cvnDellInc.:ct8:cvrNotSpecified:
dmi.product.name: Dell Precision M3800
dmi.product.version: A09
dmi.sys.vendor: Dell Inc.

** Affects: xorg (Ubuntu)
 Importance: Medium
 Status: Incomplete


** Tags: apport-collected latest-bios-a09 trusty
-- 
XServer crash logs the user off randomly
https://bugs.launchpad.net/bugs/1472471
You received this bug notification because you are a member of Desktop 
Packages, which is subscribed to xorg 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 1472471] Re: XServer crash logs the user off randomly

2015-07-09 Thread Christopher M. Penalver
Cyril Soler, thank you for reporting this and helping make Ubuntu
better. To see if this is already resolved in Ubuntu, could you please
test cdimage.ubuntu.com/daily-live/current/ and advise to the results?

** Tags added: latest-bios-a09

** Package changed: linux (Ubuntu) = xorg (Ubuntu)

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

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

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

Title:
  XServer crash logs the user off randomly

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  System: Ubuntu 14.04, running cinnamon, on a Dell M3800.

  The bug happens randomly and logs off the user, who loses everything in the 
current session.
  It happens mostly when a new window is openned, especially terminals (but not 
only).

cat /proc/version_signature 
  Ubuntu 3.16.0-41.57~14.04.1-generic 3.16.7-ckt11

  The same happens with the latest 3.16.0-43 kernel. Here's what I found
  in the Xorg.0.log.old file:

  [  1063.253] (EE) Backtrace:
  [  1063.254] (EE) 0: /usr/bin/X (xorg_backtrace+0x48) [0x7fe8e43aaed8]
  [  1063.254] (EE) 1: /usr/bin/X (0x7fe8e4206000+0x1a8f19) [0x7fe8e43aef19]
  [  1063.254] (EE) 2: /lib/x86_64-linux-gnu/libc.so.6 (0x7fe8e2385000+0x36d40) 
[0x7fe8e23bbd40]
  [  1063.254] (EE) 3: /usr/lib/xorg/modules/drivers/intel_drv.so 
(0x7fe8de18b000+0x258f9) [0x7fe8de1b08f9]
  [  1063.254] (EE) 4: /usr/lib/xorg/modules/drivers/intel_drv.so 
(0x7fe8de18b000+0x26d7c) [0x7fe8de1b1d7c]
  [  1063.254] (EE) 5: /usr/lib/xorg/modules/drivers/intel_drv.so 
(0x7fe8de18b000+0xf4f4f) [0x7fe8de27ff4f]
  [  1063.254] (EE) 6: /usr/bin/X (0x7fe8e4206000+0x1755bd) [0x7fe8e437b5bd]
  [  1063.254] (EE) 7: /usr/bin/X (0x7fe8e4206000+0x176397) [0x7fe8e437c397]
  [  1063.255] (EE) 8: /usr/bin/X (DRI2GetBuffersWithFormat+0x10) 
[0x7fe8e437c770]
  [  1063.255] (EE) 9: /usr/bin/X (0x7fe8e4206000+0x178499) [0x7fe8e437e499]
  [  1063.255] (EE) 10: /usr/bin/X (0x7fe8e4206000+0x5369e) [0x7fe8e425969e]
  [  1063.255] (EE) 11: /usr/bin/X (0x7fe8e4206000+0x574ea) [0x7fe8e425d4ea]
  [  1063.255] (EE) 12: /lib/x86_64-linux-gnu/libc.so.6 
(__libc_start_main+0xf5) [0x7fe8e23a6ec5]
  [  1063.255] (EE) 13: /usr/bin/X (0x7fe8e4206000+0x42a5e) [0x7fe8e4248a5e]
  [  1063.255] (EE) 
  [  1063.255] (EE) Bus error at address 0x7fe890108000
  --- 
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  csoler 7078 F pulseaudio
   /dev/snd/controlC0:  csoler 7078 F pulseaudio
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=/dev/mapper/swap
  InstallationDate: Installed on 2015-06-18 (19 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS Trusty Tahr - Release amd64 
(20150218.1)
  MachineType: Dell Inc. Dell Precision M3800
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.16.0-41-generic 
root=UUID=ed58d38e-680c-4454-863d-9c8e4698082c ro quiet splash
  ProcVersionSignature: Ubuntu 3.16.0-41.57~14.04.1-generic 3.16.7-ckt11
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-41-generic N/A
   linux-backports-modules-3.16.0-41-generic  N/A
   linux-firmware 1.127.12
  Tags:  trusty
  Uname: Linux 3.16.0-41-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 01/08/2015
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A09
  dmi.board.name: Dell Precision M3800
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A09
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: Not Specified
  dmi.modalias: 
dmi:bvnDellInc.:bvrA09:bd01/08/2015:svnDellInc.:pnDellPrecisionM3800:pvrA09:rvnDellInc.:rnDellPrecisionM3800:rvrA09:cvnDellInc.:ct8:cvrNotSpecified:
  dmi.product.name: Dell Precision M3800
  dmi.product.version: A09
  dmi.sys.vendor: Dell Inc.

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

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


[Desktop-packages] [Bug 628727] Re: Screen corruption make UNE unusable (xorg issue)

2015-07-09 Thread dino99
** Changed in: mesa (Ubuntu)
   Status: Triaged = Incomplete

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

Title:
  Screen corruption make UNE unusable (xorg issue)

Status in mesa package in Ubuntu:
  Incomplete
Status in xserver-xorg-video-ati package in Ubuntu:
  Incomplete

Bug description:
  Binary package hint: xorg

  UNE pre-beta live cd,
  Acer 6593G, ATI HD 3470 Video Card

  After booting, system is unusable due to screen corruption, see screenshots.
  I had to report the bug using console because gdm restarted every time I run 
ubuntu-bug xorg from a terminal in GUI.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: xorg 1:7.5+6ubuntu3
  ProcVersionSignature: Ubuntu 2.6.35-19.28-generic 2.6.35.3
  Uname: Linux 2.6.35-19-generic i686
  Architecture: i386
  DRM.card0.DVI.D.1:
   status: disconnected
   enabled: disabled
   dpms: On
   modes: 
   edid-base64:
  DRM.card0.LVDS.1:
   status: connected
   enabled: enabled
   dpms: On
   modes: 1680x1050 1400x1050 1280x1024 1440x900 1280x960 1280x854 1280x800 
1280x720 1152x768 1024x768 800x600 848x480 720x480 640x480
   edid-base64: 
AP///wANryAVAQOAIRR4CnfxoFpLliQYT1QBAQEBAQEBAQEBAQEBAQEBfC6QoGAaHkAwIDYAS88QAAAY/gBOMTU0WjEtTDAxCiAg/gBDTU8KICAgICAgICAg/gBOMTU0WjEtTDAxCiAgAP0=
  DRM.card0.VGA.1:
   status: disconnected
   enabled: disabled
   dpms: On
   modes: 
   edid-base64:
  Date: Thu Sep  2 09:55:34 2010
  LiveMediaBuild: Ubuntu-Netbook 10.10 Maverick Meerkat - Beta i386 (20100902)
  MachineType: Acer TravelMate 6593
  PccardctlIdent:
   Socket 0:
 no product info available
   Socket 1:
 product info: O2Micro, SmartCardBus Reader, V1.0, 
 manfid: 0x, 0x0001
  PccardctlStatus:
   Socket 0:
 no card
   Socket 1:
 5.0V 16-bit PC Card
 Subdevice 0 (function 0) [unbound]
  ProcCmdLine: BOOT_IMAGE=/casper/vmlinuz noprompt cdrom-detect/try-usb=true 
persistent file=/cdrom/preseed/hostname-netbook.seed boot=casper 
initrd=/casper/initrd.lz quiet splash -- maybe-ubiquity
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: xorg
  dmi.bios.date: 08/14/2008
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: V1.04
  dmi.board.name: FourPeaks
  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.04:bd08/14/2008:svnAcer:pnTravelMate6593:pvr0100:rvnAcer:rnFourPeaks:rvrRev:cvnAcer:ct10:cvrN/A:
  dmi.product.name: TravelMate 6593
  dmi.product.version: 0100
  dmi.sys.vendor: Acer
  system:
   distro: Ubuntu
   codename:   maverick
   architecture:   i686
   kernel: 2.6.35-19-generic

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

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


[Desktop-packages] [Bug 1378814] Re: greeter does not properly update infographic after unlock

2015-07-09 Thread Pat McGowan
The original bug report is to me not high priority as a double tap
updates the infographic. We should however add logic to update on re-
display.

The other issue is that the text displayed is really data and not part
of the active UI which is subject to dynamic translation. I do not think
we will fix that as changing languages would seem to be something one
does once.

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

Title:
  greeter does not properly update infographic after unlock

Status in the base for Ubuntu mobile products:
  Confirmed
Status in unity-greeter package in Ubuntu:
  Confirmed

Bug description:
  This bug has been here since forever, but really needs to get cleaned
  up for rtm.

  Steps to reproduce:
  - send 2 text messages
  - lock your phone
  - unlock your phone
  - confirm infographic says 2 text messages sent today
  - lock your phone for the night and go to sleep
  - unlock your phone the next day

  Expected results:
  - infographic should be cleared, or show relevant information for today

  Actual results:
  - infographic still says 2 text messages sent today

  When the phone is unlocked the greeter should update the infographic
  text

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

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


[Desktop-packages] [Bug 1003842] Re: dnsmasq sometimes fails to resolve private names in networks with non-equivalent nameservers

2015-07-09 Thread Christian Frommeyer
I stumbled upon this Problem on 15.04. I cannot resolve company intranet
hosts via VPN as my WLANs local DNS server is always faster and only
knows about my local machines and internet.

From a users perspective I don't care about what might be the correct
setup of the DNS-Servers (I cannot influence them) nor about personal
opinions on how it should be done. I need my system to work. I'm very
happy with Ubuntu, but this is a show stopper for me. I'll try to find a
work around as I could not find one above (why not this is about 3 years
old already). But if I cannot find one this will mean the end of ubuntu
on my company notebook.

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

Title:
  dnsmasq sometimes fails to resolve private names in networks with non-
  equivalent nameservers

Status in dnsmasq package in Ubuntu:
  Confirmed
Status in network-manager package in Ubuntu:
  Confirmed
Status in dnsmasq source package in Precise:
  Confirmed
Status in network-manager source package in Precise:
  Triaged
Status in dnsmasq package in Debian:
  New

Bug description:
  A number of reports already filed against network-manager seem to
  reflect this problem, but to make things very clear I am opening a new
  report.  Where appropriate I will mark other reports as duplicates of
  this one.

  Consider a pre-Precise system with the following /etc/resolv.conf:

  nameserver 192.168.0.1
  nameserver 8.8.8.8

  The first address is the address of a nameserver on the LAN that can
  resolve both private and public domain names.  The second address is
  the address of a nameserver on the Internet that can resolve only
  public names.

  This setup works fine because the GNU resolver always tries the first-
  listed address first.

  Now the administrator upgrades to Precise and instead of writing the
  above to resolv.conf, NetworkManager writes

  server=192.168.0.1
  server=8.8.8.8

  to /var/run/nm-dns-dnsmasq.conf and nameserver 127.0.0.1 to
  resolv.conf.  Resolution of private domain names is now broken because
  dnsmasq treats the two upstream nameservers as equals and uses the
  faster one, which could be 8.8.8.8.

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

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


[Desktop-packages] [Bug 1104476] Re: Network manager cannot connect to WPA2/PEAP/MSCHAPv2 network without CA_Certificate

2015-07-09 Thread Walter Garcia-Fontes
I would suggest people having this bug to open new bug reports with as
much details of their systems as they can provide. If the issue are
really duplicates of this one, the new bug reports can be duplicated to
this one later. I'm connecting with Eduroam networks with 3 different
laptops (two with Ubuntu 14.04 and one with Ubuntu 15.10) with no
issues, so I think people being hit by this bug are being affected by a
combination of software and own hardware particularities.

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

Title:
  Network manager cannot connect to WPA2/PEAP/MSCHAPv2 network without
  CA_Certificate

Status in NetworkManager:
  Fix Released
Status in Release Notes for Ubuntu:
  Fix Released
Status in network-manager-applet package in Ubuntu:
  Fix Released
Status in network-manager-applet source package in Saucy:
  Won't Fix
Status in network-manager-applet source package in Trusty:
  Fix Released
Status in network-manager-applet source package in Utopic:
  Fix Released
Status in Gentoo Linux:
  Fix Released
Status in network-manager package in openSUSE:
  Confirmed

Bug description:
  SRU Justification:
  [Impact]
  When connecting to MPA2/PEAP/MSCHAPv2 wifi networks which do not have a CA 
Certificate network manager may incorrectly mark the CA certificate as needing 
verification and fail that verification.

  [Test Case]
  Attempt to connect to a WPA2/PEAP/MSCHAPv2 network without CA_Certificate 
using Network Manager

  [Regression Potential]
  This has been fixed in Utopic already and it a backport of an upstream patch.

  --

  === Release Notes Text ===

  When connecting to MPA2/PEAP/MSCHAPv2 wifi networks which do not have
  a CA Certificate network manager may incorrectly mark the CA
  certificate as needing verification and fail that verification.  See
  the bug for workarounds.

  ===

  I can connect to Eduroam in 12.10 and any other previous release, but
  not in 13.04. I checked, my name and password are correct, all
  settings are the same as in 12.10.

  Network properties:

  security: WPA - WPA2 enterprise
  authentication: protected EAP (PEAP)
  CA certificate: none
  PEAP version: automatic
  inner autentication: MSCHAPv2
  username: (required)
  password: (required)

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: network-manager 0.9.6.0+git201301021750.e78c3e8-0ubuntu3
  ProcVersionSignature: Ubuntu 3.8.0-1.5-generic 3.8.0-rc4
  Uname: Linux 3.8.0-1-generic i686
  ApportVersion: 2.8-0ubuntu2
  Architecture: i386
  CasperVersion: 1.330
  Date: Thu Jan 24 21:32:25 2013
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IpRoute:
   default via 192.168.43.1 dev wlan0  proto static
   169.254.0.0/16 dev wlan0  scope link  metric 1000
   192.168.43.0/24 dev wlan0  proto kernel  scope link  src 192.168.43.149  
metric 9
  LiveMediaBuild: Ubuntu 13.04 Raring Ringtail - Alpha i386 (20130123)
  MarkForUpload: True
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-con:
   NAME  UUID   TYPE
  TIMESTAMPTIMESTAMP-REAL AUTOCONNECT   READONLY   
DBUS-PATH
   AndroidAP 978da457-563b-4c59-a894-45eb0f74fcb7   
802-11-wireless   1359063171   Thu 24 Jan 2013 09:32:51 PM UTCyes   
no /org/freedesktop/NetworkManager/Settings/2
   Wired connection 16703fabc-9519-49bd-a4af-45fbfb7d660e   
802-3-ethernet1359062570   Thu 24 Jan 2013 09:22:50 PM UTCyes   
no /org/freedesktop/NetworkManager/Settings/1
   eduroam   00f69a95-4a1b-436c-b462-a284f45fbaa1   
802-11-wireless   1359063171   Thu 24 Jan 2013 09:32:51 PM UTCyes   
no /org/freedesktop/NetworkManager/Settings/0
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH
   wlan0  802-11-wireless   connected 
/org/freedesktop/NetworkManager/Devices/1
   eth0   802-3-ethernetunavailable   
/org/freedesktop/NetworkManager/Devices/0
  nmcli-nm:
   RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   
WIFI   WWAN-HARDWARE   WWAN
   running 0.9.7.0connected   enabled   enabled 
enabledenabled disabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/1104476/+subscriptions

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

[Desktop-packages] [Bug 1432317] Re: [systemd] should now depend on systemd/upstart, not upstart-bin

2015-07-09 Thread GuyR
Hello,
RAM: 1,7 Gio, CPU: Intel® Pentium(R) 4 CPU 3.06GHz × 2. Carte graphique Gallium 
0.4 on ATI RC410 (Radeon Xpress200)
Linux 3.19.0-22-generic #22-Ubuntu SMP Tue Jun 16 17:14:22 UTC 2015 i686 i686 
i686 GNU/Linux
Xubuntu 15.04
Here is .xsession-errors:
openConnection: connect: Aucun fichier ou dossier de ce type
cannot connect to brltty at :0
upstart: Le processus upstart-event-bridge main (1737) s'est achevé avec l'état 
1
upstart: Le processus upstart-event-bridge main s'est achevé, redémarrage
upstart: Le processus upstart-event-bridge main (1749) s'est achevé avec l'état 
1
upstart: Le processus upstart-event-bridge main s'est achevé, redémarrage
upstart: Le processus upstart-event-bridge main (1757) s'est achevé avec l'état 
1
upstart: Le processus upstart-event-bridge main s'est achevé, redémarrage
upstart: Le processus upstart-event-bridge main (1761) s'est achevé avec l'état 
1
upstart: Le processus upstart-event-bridge main s'est achevé, redémarrage
upstart: Le processus upstart-event-bridge main (1765) s'est achevé avec l'état 
1
upstart: Le processus upstart-event-bridge main s'est achevé, redémarrage
upstart: Le processus upstart-event-bridge main (1766) s'est achevé avec l'état 
1
upstart: Le processus upstart-event-bridge main s'est achevé, redémarrage
upstart: Le processus upstart-event-bridge main (1775) s'est achevé avec l'état 
1
upstart: Le processus upstart-event-bridge main s'est achevé, redémarrage
upstart: Le processus upstart-event-bridge main (1778) s'est achevé avec l'état 
1
upstart: Le processus upstart-event-bridge main s'est achevé, redémarrage
upstart: Le processus upstart-event-bridge main (1780) s'est achevé avec l'état 
1
upstart: Le processus upstart-event-bridge main s'est achevé, redémarrage
upstart: Le processus upstart-event-bridge main (1791) s'est achevé avec l'état 
1
upstart: Le processus upstart-event-bridge main s'est achevé, redémarrage
upstart: Le processus upstart-event-bridge main (1796) s'est achevé avec l'état 
1
upstart: Régénération de upstart-event-bridge trop rapide, arrêt

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

Title:
  [systemd] should now depend on systemd/upstart, not upstart-bin

Status in One Hundred Papercuts:
  Confirmed
Status in unity-greeter package in Ubuntu:
  Confirmed

Bug description:
  Vivid now use systemd

  upstart-bin is still a dependency needed by unity-greeter
  (which is a transitional package since upstart now contains upstart-bin 
binaries.)

  unity-greeter might also use systemd to replace upstart

  .xsession-errors is now filed with:

  upstart: upstart-event-bridge main process (4982) terminated with status 1
  upstart: upstart-event-bridge main process ended, respawning

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: unity-greeter 15.04.3-0ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-9.9-generic 3.19.1
  Uname: Linux 3.19.0-9-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.16.2-0ubuntu3
  Architecture: i386
  CurrentDesktop: GNOME
  Date: Sun Mar 15 10:56:10 2015
  SourcePackage: unity-greeter
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1378814] Re: greeter does not properly update infographic after unlock

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

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

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

Title:
  greeter does not properly update infographic after unlock

Status in the base for Ubuntu mobile products:
  New
Status in unity-greeter package in Ubuntu:
  Confirmed

Bug description:
  This bug has been here since forever, but really needs to get cleaned
  up for rtm.

  Steps to reproduce:
  - send 2 text messages
  - lock your phone
  - unlock your phone
  - confirm infographic says 2 text messages sent today
  - lock your phone for the night and go to sleep
  - unlock your phone the next day

  Expected results:
  - infographic should be cleared, or show relevant information for today

  Actual results:
  - infographic still says 2 text messages sent today

  When the phone is unlocked the greeter should update the infographic
  text

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

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


[Desktop-packages] [Bug 1378814] Re: greeter does not properly update infographic after unlock

2015-07-09 Thread Julia Palandri
This still happens after ota4

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

Title:
  greeter does not properly update infographic after unlock

Status in the base for Ubuntu mobile products:
  Confirmed
Status in unity-greeter package in Ubuntu:
  Confirmed

Bug description:
  This bug has been here since forever, but really needs to get cleaned
  up for rtm.

  Steps to reproduce:
  - send 2 text messages
  - lock your phone
  - unlock your phone
  - confirm infographic says 2 text messages sent today
  - lock your phone for the night and go to sleep
  - unlock your phone the next day

  Expected results:
  - infographic should be cleared, or show relevant information for today

  Actual results:
  - infographic still says 2 text messages sent today

  When the phone is unlocked the greeter should update the infographic
  text

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

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


[Desktop-packages] [Bug 1378814] Re: greeter does not properly update infographic after unlock

2015-07-09 Thread John McAleely
One particular frustration for our user group is that this seems to
reveal 'stale translations', so if you change your language, I
understand that the strings can appear in the 'old' language.

** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

** Changed in: canonical-devices-system-image
   Importance: Undecided = High

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) = Pat McGowan (pat-mcgowan)

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

Title:
  greeter does not properly update infographic after unlock

Status in the base for Ubuntu mobile products:
  Confirmed
Status in unity-greeter package in Ubuntu:
  Confirmed

Bug description:
  This bug has been here since forever, but really needs to get cleaned
  up for rtm.

  Steps to reproduce:
  - send 2 text messages
  - lock your phone
  - unlock your phone
  - confirm infographic says 2 text messages sent today
  - lock your phone for the night and go to sleep
  - unlock your phone the next day

  Expected results:
  - infographic should be cleared, or show relevant information for today

  Actual results:
  - infographic still says 2 text messages sent today

  When the phone is unlocked the greeter should update the infographic
  text

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

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


[Desktop-packages] [Bug 1378814] Re: greeter does not properly update infographic after unlock

2015-07-09 Thread John McAleely
@Pat, where does this belong?

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

Title:
  greeter does not properly update infographic after unlock

Status in the base for Ubuntu mobile products:
  Confirmed
Status in unity-greeter package in Ubuntu:
  Confirmed

Bug description:
  This bug has been here since forever, but really needs to get cleaned
  up for rtm.

  Steps to reproduce:
  - send 2 text messages
  - lock your phone
  - unlock your phone
  - confirm infographic says 2 text messages sent today
  - lock your phone for the night and go to sleep
  - unlock your phone the next day

  Expected results:
  - infographic should be cleared, or show relevant information for today

  Actual results:
  - infographic still says 2 text messages sent today

  When the phone is unlocked the greeter should update the infographic
  text

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

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


[Desktop-packages] [Bug 1378814] Re: greeter does not properly update infographic after unlock

2015-07-09 Thread Ruud
** Changed in: canonical-devices-system-image
   Status: New = Confirmed

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

Title:
  greeter does not properly update infographic after unlock

Status in the base for Ubuntu mobile products:
  Confirmed
Status in unity-greeter package in Ubuntu:
  Confirmed

Bug description:
  This bug has been here since forever, but really needs to get cleaned
  up for rtm.

  Steps to reproduce:
  - send 2 text messages
  - lock your phone
  - unlock your phone
  - confirm infographic says 2 text messages sent today
  - lock your phone for the night and go to sleep
  - unlock your phone the next day

  Expected results:
  - infographic should be cleared, or show relevant information for today

  Actual results:
  - infographic still says 2 text messages sent today

  When the phone is unlocked the greeter should update the infographic
  text

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

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


[Desktop-packages] [Bug 1241986] Re: Cannot connect to WPA/WPA2, EAP-PEAP, MSCHAPV2 network

2015-07-09 Thread Pat McGowan
** Changed in: canonical-devices-system-image
   Status: In Progress = Fix Released

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

Title:
  Cannot connect to WPA/WPA2, EAP-PEAP, MSCHAPV2 network

Status in the base for Ubuntu mobile products:
  Fix Released
Status in indicator-network package in Ubuntu:
  Confirmed
Status in network-manager package in Ubuntu:
  Triaged
Status in ubuntu-system-settings package in Ubuntu:
  Fix Released
Status in unity8 package in Ubuntu:
  Confirmed

Bug description:
  On Ubuntu for Phones final image on mako I can see a network but
  cannot connect because I never get prompted for the username/password.

  https://wiki.ubuntu.com/Networking#wi-fi-authentication-variations:
  In both the ‘Connect to “{network name}”’ and “Connect to Hidden
  Network” dialogs, the contents of the dialog, and the behavior of the
  “Connect” button, should vary depending on the security and
  authentication methods...

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

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


[Desktop-packages] [Bug 1473058] [NEW] Menus refusing to close when clicking on their icon in panel often

2015-07-09 Thread The Unknown
Public bug reported:

After upgrading to Ubuntu 15.04, I am noticing that a lot of the time,
in the Unity panel, if I click on an icon, if I then click on it several
times again (at least 4 times, sometimes less or more), at some point,
when I then click on the icon, the menu refuses to close, and either
forces me to select an option, or just click off the menu. Sometimes all
it needs is one click, and the menu won't close the way it normally
does, and the way it was opened. Although I can then change to another
menu, that one also won't close, this is the same with all items along
the Unity panel at any time, including the option menus for different
applications.

---

OS Information:

Description:Ubuntu 15.04
Release:15.04

Package Information:


unity:
  Installed: 7.3.2+15.04.20150420-0ubuntu1
  Candidate: 7.3.2+15.04.20150420-0ubuntu1
  Version table:
 *** 7.3.2+15.04.20150420-0ubuntu1 0
500 http://gb.archive.ubuntu.com/ubuntu/ vivid/main amd64 Packages
100 /var/lib/dpkg/status

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

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

Title:
  Menus refusing to close when clicking on their icon in panel often

Status in unity package in Ubuntu:
  New

Bug description:
  After upgrading to Ubuntu 15.04, I am noticing that a lot of the time,
  in the Unity panel, if I click on an icon, if I then click on it
  several times again (at least 4 times, sometimes less or more), at
  some point, when I then click on the icon, the menu refuses to close,
  and either forces me to select an option, or just click off the menu.
  Sometimes all it needs is one click, and the menu won't close the way
  it normally does, and the way it was opened. Although I can then
  change to another menu, that one also won't close, this is the same
  with all items along the Unity panel at any time, including the option
  menus for different applications.

  ---

  OS Information:

  Description:  Ubuntu 15.04
  Release:  15.04

  Package Information:

  
  unity:
Installed: 7.3.2+15.04.20150420-0ubuntu1
Candidate: 7.3.2+15.04.20150420-0ubuntu1
Version table:
   *** 7.3.2+15.04.20150420-0ubuntu1 0
  500 http://gb.archive.ubuntu.com/ubuntu/ vivid/main amd64 Packages
  100 /var/lib/dpkg/status

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

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


[Desktop-packages] [Bug 1473060] [NEW] Error message: BUG In pixman_region32_init_rect: Invalid rectangle passed error in evince

2015-07-09 Thread Steve Kroon
Public bug reported:

This is pretty much the same bug as reported for debian at
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=728678 .  I'm not sure
how the Ubuntu and Debian bug trackers interact (if at all), so
reporting here as well.  (I've tried confirming the bug there, but not
sure if they'll accept a  package with ubuntu in the confirmation
version...)

Summary:

running evince on some pdf files, including 
http://www.nyc.gov/html/lpc/downloads/pdf/maps/BedStuy_ExpStuyHeights_DESIGNATION_FINAL%20MAP.pdf
 causes the following error messages to be output to the console a number of 
times:
*** BUG ***
In pixman_region32_init_rect: Invalid rectangle passed
Set a breakpoint on '_pixman_log_error' to debug

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: libpixman-1-0 0.30.2-2ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-57.95-generic 3.13.11-ckt21
Uname: Linux 3.13.0-57-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.14.1-0ubuntu3.11
Architecture: amd64
CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,mousepoll,grid,snap,regex,wall,animation,place,move,resize,gnomecompat,imgpng,vpswitch,workarounds,unitymtgrabhandles,fade,expo,session,scale,ezoom,unityshell]
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Thu Jul  9 14:56:27 2015
Dependencies:
 gcc-4.9-base 4.9.1-0ubuntu1
 libc6 2.19-0ubuntu6.6
 libgcc1 1:4.9.1-0ubuntu1
 multiarch-support 2.19-0ubuntu6.6
DistUpgraded: Fresh install
DistroCodename: trusty
DistroVariant: ubuntu
GraphicsCard:
 Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0126] (rev 09) (prog-if 00 [VGA controller])
   Subsystem: Dell Device [1028:0494]
 NVIDIA Corporation GF119M [NVS 4200M] [10de:1056] (rev a1) (prog-if 00 [VGA 
controller])
   Subsystem: Dell Device [1028:1494]
InstallationDate: Installed on 2015-06-23 (16 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 (20140722.2)
MachineType: Dell Inc. Latitude E6520
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-57-generic 
root=UUID=ddefc523-a43d-4094-aa6b-b4dee85a7fbe ro quiet splash vt.handoff=7
SourcePackage: pixman
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 10/18/2011
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A08
dmi.board.name: 0J4TFW
dmi.board.vendor: Dell Inc.
dmi.board.version: A01
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA08:bd10/18/2011:svnDellInc.:pnLatitudeE6520:pvr01:rvnDellInc.:rn0J4TFW:rvrA01:cvnDellInc.:ct9:cvr:
dmi.product.name: Latitude E6520
dmi.product.version: 01
dmi.sys.vendor: Dell Inc.
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.4
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.4
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: Thu Jul  9 13:36:06 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 id1235 
 vendor SAM
xserver.version: 2:1.15.1-0ubuntu2.7

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


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

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

Title:
  Error message: BUG In pixman_region32_init_rect: Invalid rectangle
  passed error in evince

Status in pixman package in Ubuntu:
  New

Bug description:
  This is pretty much the same bug as reported for debian at
  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=728678 .  I'm not
  sure how the Ubuntu and Debian bug trackers interact (if at all), so
  reporting here as well.  (I've tried confirming the bug there, but not
  sure if they'll accept a  package with ubuntu in the confirmation
  version...)

  Summary:

  running evince on some pdf files, including 
http://www.nyc.gov/html/lpc/downloads/pdf/maps/BedStuy_ExpStuyHeights_DESIGNATION_FINAL%20MAP.pdf
 causes the following error messages to be output to the console a number of 
times:
  *** BUG ***
  In pixman_region32_init_rect: Invalid 

[Desktop-packages] [Bug 663146] Re: Rapidly creating/renaming new folders leads to confusing could not be renamed message

2015-07-09 Thread Kevin Markwell
Still happens on Ubuntu 15.04 (Vivid Vervet).
Occurs every time when done fairly quickly.
Easiest to cause via [Ctrl][Shift]N test [Return] [Ctrl][Shift]N test2 [Return]
Also occurs in Nemo 4.2.2.
Cannot reproduce in Thunar 1.6.6.
Nautilus screenshot attached.

** Attachment added: screenshot of Nautilus showing error message alert box
   
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/663146/+attachment/4426994/+files/nautilus%20two-folder%20quick%20creation%20bug.jpg

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

Title:
  Rapidly creating/renaming new folders leads to confusing could not be
  renamed message

Status in Nautilus:
  Invalid
Status in nautilus package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: nautilus

  Right click - create folder, rename to a.  Then quickly do the same
  with b.  If you're quick enough (like using hotkeys), you will
  sometimes encounter an error message:

  The item could not be renamed
  There is no untitled folder in this folder. Perhaps it was just moved or 
deleted?

  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: nautilus 1:2.32.0-0ubuntu1
  ProcVersionSignature: Ubuntu 2.6.35-22.34-generic 2.6.35.4
  Uname: Linux 2.6.35-22-generic x86_64
  NonfreeKernelModules: nvidia
  Architecture: amd64
  Date: Tue Oct 19 01:16:47 2010
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Beta amd64 (20100901.1)
  ProcEnviron:
   LANG=en_US.utf8
   SHELL=/bin/bash
  SourcePackage: nautilus

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

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


[Desktop-packages] [Bug 1403050] [NEW] Firefox profile denied messages with google hangouts

2015-07-09 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Hi,

I am using apparmor on trusty, with the firefox profile in enforce mode.

I have just tried hangouts for the first time under the profile, and
there are two DENIED:

Dec 16 12:36:31 superstar kernel: [191033.672376] type=1400
audit(1418733391.061:436): apparmor=DENIED operation=open
profile=/usr/lib/firefox/firefox{,*[^s][^h]} name=/dev/video0
pid=19492 comm=GoogleTalkPlugi requested_mask=r denied_mask=r
fsuid=1000 ouid=0

Which means that it thinks I have no webcam. I don't know if this should be 
allowed or not. I'd prefer to enable
my webcam in a hangout, but I can see an argument for denying this to firefox.

Dec 16 12:36:37 superstar kernel: [191039.824064] type=1400
audit(1418733397.217:440): apparmor=DENIED operation=mknod
profile=/usr/lib/firefox/firefox{,*[^s][^h]} name=/run/shm/google-
nacl-shm--19492.3 pid=19492 comm=GoogleTalkPlugi requested_mask=c
denied_mask=c fsuid=1000 ouid=1000

I assume this is something to do with NaCl. I haven't noticed anything
that is broken by this.

Thanks,

James

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: apparmor 2.8.95~2430-0ubuntu5.1
ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11
Uname: Linux 3.13.0-43-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: amd64
CurrentDesktop: Unity
Date: Tue Dec 16 12:58:32 2014
ProcKernelCmdline: BOOT_IMAGE=/vmlinuz-3.13.0-43-generic 
root=/dev/mapper/hostname--vg-root ro quiet splash vt.handoff=7
SourcePackage: apparmor
Syslog:
 
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: firefox (Ubuntu)
 Importance: Undecided
 Status: Confirmed


** Tags: amd64 apport-bug trusty
-- 
Firefox profile denied messages with google hangouts
https://bugs.launchpad.net/bugs/1403050
You received this bug notification because you are a member of Desktop 
Packages, which is subscribed to firefox 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 18995] Re: Firefox should use the GNOME application chooser

2015-07-09 Thread Michael Jones
10 YEARS ? This bug is still open after 10 years.

Thanks for Timothy Arceri and Mathew Hodson for pushing some kind of
progress.

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

Title:
  Firefox should use the GNOME application chooser

Status in The Mozilla Firefox Browser:
  Unknown
Status in firefox package in Ubuntu:
  Fix Committed
Status in thunderbird package in Ubuntu:
  Confirmed
Status in iceweasel package in Debian:
  Unknown

Bug description:
  When choosing to open a file in Firefox, an Open With dialog appears. 
  You can choose to save the file or open it with a program from the list.
  However, if the desired program to open the file with is NOT listed, the user
  must navigate the filesystem to /usr/bin (or wherever) and select the
  appropriate program.

  A more user-friendly way would be to list all of the known programs installed
  that are available to open files with, and then have an Other... or
  Advanced... button for the user who would rather navigate the filesystem.

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

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


[Desktop-packages] [Bug 1388169] Re: Keyboard Input Methods crashes on every startup

2015-07-09 Thread Mathew Hodson
** Package changed: mozilla-firefox (Ubuntu) = firefox (Ubuntu)

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

Title:
  Keyboard Input Methods crashes on every startup

Status in chromium-browser package in Ubuntu:
  Confirmed
Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  Release:Lubuntu 14.10

  Executable path: /usr/lib/ibus/ibus-ui-gtk3

  Package: ibus 1.5.8-2ubuntu2

  Apport version: 2.14.7-0ubuntu8

  Keyboard Input Methods crashes on almost every start-up.
  --- 
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: i386
  CurrentDesktop: LXDE
  DistroRelease: Ubuntu 14.10
  InstallationDate: Installed on 2014-05-04 (217 days ago)
  InstallationMedia: Lubuntu 14.04 LTS Trusty Tahr - Release i386 (20140416.2)
  Package: chromium-browser 39.0.2171.65-0ubuntu0.14.10.1.1106
  PackageArchitecture: i386
  ProcVersionSignature: Ubuntu 3.16.0-25.33-generic 3.16.7
  Tags:  utopic
  Uname: Linux 3.16.0-25-generic i686
  UpgradeStatus: Upgraded to utopic on 2014-10-23 (45 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  modified.conffile..etc.default.chromium.browser: [deleted]

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

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


[Desktop-packages] [Bug 1333158] Re: scaling doesn't affect firefox and thunderbird

2015-07-09 Thread Mathew Hodson
** Package changed: mozilla-firefox (Ubuntu) = firefox (Ubuntu)

** Package changed: mozilla-thunderbird (Ubuntu) = thunderbird (Ubuntu)

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

Title:
  scaling doesn't affect firefox and thunderbird

Status in firefox package in Ubuntu:
  Confirmed
Status in thunderbird package in Ubuntu:
  Confirmed
Status in unity-control-center package in Ubuntu:
  Confirmed
Status in unity-webapps package in Ubuntu:
  Confirmed

Bug description:
  If you use Scale for menu and title bars in the Displays Tab, this
  doesn't affect Firefox.

  please add this to the Unity Desktop Integration:

  about:config in Firefox and search for 
  layout.css.devPixelsPerPx
  set this value to the same scale factor as in unity-control-center

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

-- 
Mailing list: https://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   >