[Desktop-packages] [Bug 1485236] Re: gpu-manager generates an invalid xorg.conf file

2015-12-29 Thread Laszlo Marai
I'm facing this same issue. I'm trying to move my old system (previously
running on a lenovo t410 with discrete nvidia graphics) to a t450, only
that has intel graphics. However, the generated xorg.conf still contains
a reference to nvidia (I have Screen 0 "nvidia").

I have removed all traces of the nvidia driver from the system, but
still experienced this issue. Fortunately I found this bug report. After
looking at the source of gpu-manager, the problem is that it thinks that
the nvidia module was unloaded. The reason is that what it does is that
it looks at the syslog (instead of dmesg, as the comment for
'has_unloaded_module' states) and my syslog still contains the trace of
the last boot on the old machine (the "nvidia: module" string fragment,
that has_unloaded_module looks for).

Note, that dmesg (of course) does not contain anything about nvidia. The
solution would be to really scan dmesg instead of syslog (fixing line
708 here: https://github.com/tseliot/ubuntu-drivers-
common/blob/master/share/hybrid/gpu-manager.c ).

This bug may well have caused the problem for Rafał above. The quick fix
is forcing rotation of (or removing) syslog and removing
/etc/X11/xorg.conf .

The relevant files:
-- /var/log/gpu-manager.log 
log_file: /var/log/gpu-manager.log
last_boot_file: /var/lib/ubuntu-drivers-common/last_gfx_boot
new_boot_file: /var/lib/ubuntu-drivers-common/last_gfx_boot
grep dmesg status 0
dmesg status 0 == 0? Yes
grep dmesg status 256
dmesg status 256 == 0? No
Is nvidia loaded? no
Was nvidia unloaded? yes
Is nvidia blacklisted? no
Is fglrx loaded? no
Was fglrx unloaded? no
Is fglrx blacklisted? no
Is intel loaded? yes
Is radeon loaded? no
Is radeon blacklisted? no
Is nouveau loaded? no
Is nouveau blacklisted? no
Is fglrx kernel module available? no
Is nvidia kernel module available? no
Vendor/Device Id: 8086:1616
BusID "PCI:0@0:2:0"
Is boot vga? yes
Skipping "/dev/dri/card0", driven by "i915"
Skipping "/dev/dri/card0", driven by "i915"
Found "/dev/dri/card0", driven by "i915"
output 0:
eDP connector
Number of connected outputs for /dev/dri/card0: 1
Does it require offloading? yes
last cards number = 1
Has amd? no
Has intel? yes
Has nvidia? no
How many cards? 1
Has the system changed? No
main_arch_path x86_64-linux-gnu, other_arch_path i386-linux-gnu
Current alternative: /usr/lib/x86_64-linux-gnu/mesa/ld.so.conf
Current core alternative: (null)
Is nvidia enabled? no
Is fglrx enabled? no
Is mesa enabled? yes
Is pxpress enabled? no
Is prime enabled? no
Is nvidia available? no
Is fglrx available? no
Is fglrx-core available? no
Is mesa available? yes
Is pxpress available? no
Is prime available? no
Single card detected
PRIME detected
pci bus from dmesg status 0
can't open /sys/module/nvidia/version
can't access /usr/share/nvidia-prime/prime-quirks
Error: /usr/share/nvidia-prime/prime-quirks does not exist or is empty.
1st try: bbswitch without quirks
Loading bbswitch with "load_state=-1 unload_state=1" parameters
2nd try: bbswitch with quirks
Loading bbswitch with "load_state=-1 unload_state=1 skip_optimus_dsm=1" 
parameters
Warning: can't load bbswitch, switching between GPUs won't work
Selecting nvidia
Error: no alternative found for nvidia
Error: failed to enable the driver
Selecting mesa
/usr/bin/update-alternatives --set x86_64-linux-gnu_gl_conf 
/usr/lib/x86_64-linux-gnu/mesa/ld.so.conf
update-alternatives status 0
Calling ldconfig
ldconfig status 0
/usr/bin/update-alternatives --set i386-linux-gnu_gl_conf 
/usr/lib/i386-linux-gnu/mesa/ld.so.conf
update-alternatives status 0
Calling ldconfig
ldconfig status 0
Error: no alternative found for unblacklist
Removing xorg.conf. Path: /etc/X11/xorg.conf
can't access /etc/X11/xorg.conf
Check failed
Removing xorg.conf. Path: /etc/X11/xorg.conf
Moved /etc/X11/xorg.conf to /etc/X11/xorg.conf.12292015
Regenerating xorg.conf. Path: /etc/X11/xorg.conf
No need to change the current bbswitch status
--

-- /etc/X11/xorg.conf ---
Section "ServerLayout"
Identifier "layout"
Screen 0 "nvidia"
Inactive "intel"
EndSection

Section "Device"
Identifier "intel"
Driver "modesetting"
BusID "PCI:0@0:2:0"
Option "AccelMethod" "None"
EndSection

Section "Screen"
Identifier "intel"
Device "intel"
EndSection
-

--- /var/log/Xorg.0.log ---
[  4250.228] 
X.Org X Server 1.17.2
Release Date: 2015-06-16
[  4250.228] X Protocol Version 11, Revision 0
[  4250.228] Build Operating System: Linux 3.19.0-30-generic x86_64 Ubuntu
[  4250.228] Current Operating System: Linux Habanero 4.2.0-18-generic 
#22-Ubuntu SMP Fri Nov 6 18:25:50 UTC 2015 x86_64
[  4250.228] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.2.0-18-generic 
root=UUID=7eac7ecd-26df-479a-90b2-0040a19d1427 ro plymouth:debug quiet splash 
acpi_backlight=vendor nomdmonddf nomdmonisw resume=/dev/sda2 vt.handoff=7
[  4250.229] Build Date: 30 September 2015  09:08:47AM
[  4250.229] 

[Desktop-packages] [Bug 1469346] Re: DHCPv6 responses with multiple addresses applied incorrectly to interface

2015-12-29 Thread Ubuntu Foundations Team Bug Bot
The attachment "nm.patch" seems to be a patch.  If it isn't, please
remove the "patch" flag from the attachment, remove the "patch" tag, and
if you are a member of the ~ubuntu-reviewers, unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issues please contact him.]

** Tags added: patch

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

Title:
  DHCPv6 responses with multiple addresses applied incorrectly to
  interface

Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  A DHCPv6 server may respond with multiple addresses, and is not an
  unusual case as you may wish to provide both a ULA and a global prefix
  to a common suffix. Recent versions of OpenWRT behave in this manner
  for DHCPv6.

  Network Manager is handling this *almost* correctly. Both addresses
  get applied, just not simultaneously as would be expected.

  The dhclient process is seeing both addresses, and both get processed
  by the handler, but is handled as though there were two seperate
  requests, applies the first address, promptly removes it, and replaces
  it with the second address, resulting in only the latter address
  persisting after interface setup.

  After adding the following to the upstart config for network manager,
  you can easily follow the mishandling of the response:

  --log-level=debug --log-domains=DEVICE,IP6,DHCP6

  The following are key lines from the debug logging:

  Jun 20 23:21:16 pinky-linux NetworkManager[6244]:  [1434856876.790352] 
[nm-system.c:280] sync_addresses(): (wlan0): adding address 
'2607:::ad10::61/128'
  ...

  Jun 20 23:21:17 pinky-linux NetworkManager[6244]:  [1434856877.837130] 
[nm-system.c:247] sync_addresses(): (wlan0): removing address 
'2607:::ad10::61/128'
  Jun 20 23:21:17 pinky-linux NetworkManager[6244]:  [1434856877.837526] 
[nm-system.c:280] sync_addresses(): (wlan0): adding address 
'fd5b:::10::61/128'

  In this case the global prefixed address was applied, then immediately
  replaced by the ULA prefixed one.

  So it's correctly parsing both addresses of the response as supplied
  by dhclient, but the end result is not what is expected for the given
  configuration sent from the server.

  The correct behaviour is to add/replace all addresses in the response
  as a set.

  This negates much of the usefulness of supporting DHCPv6, and is an
  impediment to integration with IPv6 networks requiring it's use.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: network-manager 0.9.8.8-0ubuntu7.1
  ProcVersionSignature: Ubuntu 3.16.0-38.52~14.04.1-generic 3.16.7-ckt10
  Uname: Linux 3.16.0-38-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Jun 26 22:19:20 2015
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2015-05-21 (36 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  IpRoute:
   default via 192.168.169.1 dev wlan0  proto static 
   192.168.169.0/24 dev wlan0  proto kernel  scope link  src 192.168.169.61  
metric 9
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  ProcEnviron:
   LANGUAGE=en_CA:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_CA.UTF-8
   SHELL=/bin/bash
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  mtime.conffile..etc.NetworkManager.NetworkManager.conf: 
2015-06-17T17:39:57.347300
  mtime.conffile..etc.init.network.manager.conf: 2015-06-20T23:20:39.172713
  nmcli-con:
   NAME  UUID   TYPE
  TIMESTAMPTIMESTAMP-REAL AUTOCONNECT   READONLY   
DBUS-PATH 
   somewhere 1bc6a70d-cf1a-4109-8a21-71656d34685c   
802-11-wireless   1435371500   Fri 26 Jun 2015 10:18:20 PM EDTyes   
no /org/freedesktop/NetworkManager/Settings/0
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH 
 
   eth0   802-3-ethernetunavailable   
/org/freedesktop/NetworkManager/Devices/1  
   wlan0  802-11-wireless   connected 
/org/freedesktop/NetworkManager/Devices/0
  nmcli-nm:
   RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   
WIFI   WWAN-HARDWARE   WWAN  
   running 0.9.8.8connected   enabled   enabled 
enabledenabled enabled

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

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

[Desktop-packages] [Bug 1529910] [NEW] can't log whit my password on account

2015-12-29 Thread oshinutasova
Public bug reported:

when i try to log in on my acc whit my password i can't do it, i just
get back to log in page and i need to type password again.. nothing
seems to help..

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: lightdm 1.10.6-0ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-48.80-generic 3.13.11-ckt16
Uname: Linux 3.13.0-48-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.19
Architecture: amd64
CurrentDesktop: Unity
Date: Tue Dec 29 18:02:16 2015
InstallationDate: Installed on 2015-02-12 (320 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140722.2)
SourcePackage: lightdm
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug trusty

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

Title:
  can't log whit my password on account

Status in lightdm package in Ubuntu:
  New

Bug description:
  when i try to log in on my acc whit my password i can't do it, i just
  get back to log in page and i need to type password again.. nothing
  seems to help..

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: lightdm 1.10.6-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-48.80-generic 3.13.11-ckt16
  Uname: Linux 3.13.0-48-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Dec 29 18:02:16 2015
  InstallationDate: Installed on 2015-02-12 (320 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  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/1529910/+subscriptions

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


[Desktop-packages] [Bug 1529881] [NEW] CUPS 1.7.2 distorts colors on Canon PIXMA MG5250

2015-12-29 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

1)

lsb_release -rd
Description:Ubuntu 14.04.3 LTS
Release:14.04

2)
apt-cache policy cups
cups:
  Installed: 1.7.2-0ubuntu1.7
  Candidate: 1.7.2-0ubuntu1.7
  Version table:
 *** 1.7.2-0ubuntu1.7 0
500 http://security.ubuntu.com/ubuntu/ trusty-security/main i386 
Packages
500 http://de.archive.ubuntu.com/ubuntu/ trusty-updates/main i386 
Packages
100 /var/lib/dpkg/status
 1.7.2-0ubuntu1 0
500 http://de.archive.ubuntu.com/ubuntu/ trusty/main i386 Packages

3)
print colors accurately

4)
colors are distorted (not a printer problem, because copying and scanning works 
accurately)

Original USB open-source printer driver (cnijfilter-mg5200series-3.40-1)
works, after installing libtiff4_3.9.6-9ubuntu1.2_i386:

see
http://www.canon.de/support/consumer_products/products/fax__multifunctionals/inkjet/pixma_mg_series/pixma_mg5250.aspx?type=drivers==Linux%20%2832-bit%29)

The current driver in CUPS 1.7.2 distorts the colors (turning black into
red, blue into red etc.)

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: cups 1.7.2-0ubuntu1.7
ProcVersionSignature: Ubuntu 3.13.0-74.118-generic 3.13.11-ckt30
Uname: Linux 3.13.0-74-generic i686
ApportVersion: 2.14.1-0ubuntu3.19
Architecture: i386
CupsErrorLog:
 
CurrentDesktop: Unity
Date: Tue Dec 29 15:22:47 2015
EcryptfsInUse: Yes
InstallationDate: Installed on 2015-11-23 (36 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release i386 (20140722.2)
Lpstat: device for MG5200USB: cnijusb:/dev/usb/lp1
MachineType: SAMSUNG ELECTRONICS CO., LTD. N150P/N210P/N220P
Papersize: a4
PpdFiles: MG5200USB: Canon MG5200 series Ver.3.40
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-74-generic 
root=UUID=77b44b32-8187-4e4e-9ef0-8003061826a2 ro quiet splash vt.handoff=7
SourcePackage: cups
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/30/2010
dmi.bios.vendor: Phoenix Technologies Ltd.
dmi.bios.version: 01KY.M008.20100430.RHU
dmi.board.asset.tag: SAMSUNG
dmi.board.name: N150P/N210P/N220P
dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.board.version: Not Applicable
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvr01KY.M008.20100430.RHU:bd04/30/2010:svnSAMSUNGELECTRONICSCO.,LTD.:pnN150P/N210P/N220P:pvrNotApplicable:rvnSAMSUNGELECTRONICSCO.,LTD.:rnN150P/N210P/N220P:rvrNotApplicable:cvnSAMSUNGELECTRONICSCO.,LTD.:ct10:cvrN/A:
dmi.product.name: N150P/N210P/N220P
dmi.product.version: Not Applicable
dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.

** Affects: gutenprint (Ubuntu)
 Importance: Undecided
 Status: Incomplete


** Tags: apparmor apport-bug i386 trusty
-- 
CUPS 1.7.2 distorts colors on Canon PIXMA MG5250
https://bugs.launchpad.net/bugs/1529881
You received this bug notification because you are a member of Desktop 
Packages, which is subscribed to gutenprint 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 1529881] [NEW] CUPS 1.7.2 distorts colors on Canon PIXMA MG5250

2015-12-29 Thread Daniel Haas
Public bug reported:

1)

lsb_release -rd
Description:Ubuntu 14.04.3 LTS
Release:14.04

2)
apt-cache policy cups
cups:
  Installed: 1.7.2-0ubuntu1.7
  Candidate: 1.7.2-0ubuntu1.7
  Version table:
 *** 1.7.2-0ubuntu1.7 0
500 http://security.ubuntu.com/ubuntu/ trusty-security/main i386 
Packages
500 http://de.archive.ubuntu.com/ubuntu/ trusty-updates/main i386 
Packages
100 /var/lib/dpkg/status
 1.7.2-0ubuntu1 0
500 http://de.archive.ubuntu.com/ubuntu/ trusty/main i386 Packages

3)
print colors accurately

4)
colors are distorted (not a printer problem, because copying and scanning works 
accurately)

Original USB open-source printer driver (cnijfilter-mg5200series-3.40-1)
works, after installing libtiff4_3.9.6-9ubuntu1.2_i386:

see
http://www.canon.de/support/consumer_products/products/fax__multifunctionals/inkjet/pixma_mg_series/pixma_mg5250.aspx?type=drivers==Linux%20%2832-bit%29)

The current driver in CUPS 1.7.2 distorts the colors (turning black into
red, blue into red etc.)

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: cups 1.7.2-0ubuntu1.7
ProcVersionSignature: Ubuntu 3.13.0-74.118-generic 3.13.11-ckt30
Uname: Linux 3.13.0-74-generic i686
ApportVersion: 2.14.1-0ubuntu3.19
Architecture: i386
CupsErrorLog:
 
CurrentDesktop: Unity
Date: Tue Dec 29 15:22:47 2015
EcryptfsInUse: Yes
InstallationDate: Installed on 2015-11-23 (36 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release i386 (20140722.2)
Lpstat: device for MG5200USB: cnijusb:/dev/usb/lp1
MachineType: SAMSUNG ELECTRONICS CO., LTD. N150P/N210P/N220P
Papersize: a4
PpdFiles: MG5200USB: Canon MG5200 series Ver.3.40
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-74-generic 
root=UUID=77b44b32-8187-4e4e-9ef0-8003061826a2 ro quiet splash vt.handoff=7
SourcePackage: cups
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/30/2010
dmi.bios.vendor: Phoenix Technologies Ltd.
dmi.bios.version: 01KY.M008.20100430.RHU
dmi.board.asset.tag: SAMSUNG
dmi.board.name: N150P/N210P/N220P
dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.board.version: Not Applicable
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvr01KY.M008.20100430.RHU:bd04/30/2010:svnSAMSUNGELECTRONICSCO.,LTD.:pnN150P/N210P/N220P:pvrNotApplicable:rvnSAMSUNGELECTRONICSCO.,LTD.:rnN150P/N210P/N220P:rvrNotApplicable:cvnSAMSUNGELECTRONICSCO.,LTD.:ct10:cvrN/A:
dmi.product.name: N150P/N210P/N220P
dmi.product.version: Not Applicable
dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.

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


** Tags: apparmor apport-bug i386 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/1529881

Title:
  CUPS 1.7.2 distorts colors on Canon PIXMA MG5250

Status in cups package in Ubuntu:
  New

Bug description:
  1)

  lsb_release -rd
  Description:  Ubuntu 14.04.3 LTS
  Release:  14.04

  2)
  apt-cache policy cups
  cups:
Installed: 1.7.2-0ubuntu1.7
Candidate: 1.7.2-0ubuntu1.7
Version table:
   *** 1.7.2-0ubuntu1.7 0
  500 http://security.ubuntu.com/ubuntu/ trusty-security/main i386 
Packages
  500 http://de.archive.ubuntu.com/ubuntu/ trusty-updates/main i386 
Packages
  100 /var/lib/dpkg/status
   1.7.2-0ubuntu1 0
  500 http://de.archive.ubuntu.com/ubuntu/ trusty/main i386 Packages

  3)
  print colors accurately

  4)
  colors are distorted (not a printer problem, because copying and scanning 
works accurately)

  Original USB open-source printer driver (cnijfilter-
  mg5200series-3.40-1) works, after installing
  libtiff4_3.9.6-9ubuntu1.2_i386:

  see
  
http://www.canon.de/support/consumer_products/products/fax__multifunctionals/inkjet/pixma_mg_series/pixma_mg5250.aspx?type=drivers==Linux%20%2832-bit%29)

  The current driver in CUPS 1.7.2 distorts the colors (turning black
  into red, blue into red etc.)

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: cups 1.7.2-0ubuntu1.7
  ProcVersionSignature: Ubuntu 3.13.0-74.118-generic 3.13.11-ckt30
  Uname: Linux 3.13.0-74-generic i686
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: i386
  CupsErrorLog:
   
  CurrentDesktop: Unity
  Date: Tue Dec 29 15:22:47 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-11-23 (36 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release i386 
(20140722.2)
  Lpstat: device for MG5200USB: cnijusb:/dev/usb/lp1
  MachineType: SAMSUNG ELECTRONICS CO., LTD. N150P/N210P/N220P
  Papersize: a4
  PpdFiles: MG5200USB: Canon MG5200 series Ver.3.40
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-74-generic 
root=UUID=77b44b32-8187-4e4e-9ef0-8003061826a2 ro quiet splash vt.handoff=7
  SourcePackage: cups
  UpgradeStatus: No upgrade log 

[Desktop-packages] [Bug 1516323] Re: With compositing off some apps have a huge black border

2015-12-29 Thread Silvio Bierman
Ah Alberts is right: the problem only happens with the terrible CSD
windows. Unfortunately in 16.04 Nautilus and GEdit have also become CSD
windows.

Libra, Orchis and Ultra-Flat are some thems I tried with the same
result. I could live with reverting all CSD windows as a workaround :)

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

Title:
  With compositing off some apps have a huge black border

Status in metacity package in Ubuntu:
  Invalid

Bug description:
  In Xenial I notice with compositing switched off several apps
  (nautilus, gedit, totem, gnome-tweak-tool, system-monitor & empathy)
  have a huge black border as shown in the attached screenshot.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: metacity 1:3.18.1-1ubuntu2
  ProcVersionSignature: Ubuntu 4.2.0-19.23-generic 4.2.6
  Uname: Linux 4.2.0-19-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.19.2-0ubuntu6
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Sat Nov 14 17:56:19 2015
  InstallationDate: Installed on 2015-11-10 (4 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20151109)
  SourcePackage: metacity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1344155] Re: Autoremove removes firefox-locale-* package

2015-12-29 Thread Adam Niedling
The same thing happened to me. I ran "sudo apt-get autoremove" and
firefox-locale-hu got uninstalled for no reason.

** Summary changed:

- All menu-entries are only in english
+ Autoremove removes firefox-locale-* package

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

Title:
  Autoremove removes firefox-locale-* package

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  After the last update all menuentries are in english.

  From /var/log/apt/history.log:

  Start-Date: 2014-07-18  05:51:55
  Commandline: apt-get autoremove
  Remove: firefox-locale-de:amd64 (30.0+build1-0ubuntu0.14.04.3)
  End-Date: 2014-07-18  05:51:57

  Jörg
  --- 
  AddonCompatCheckDisabled: False
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  jff4735 F pulseaudio
   /dev/snd/controlC1:  jff4735 F pulseaudio
   /dev/snd/controlC0:  jff4735 F pulseaudio
   /dev/snd/pcmC0D0p:   jff4735 F...m pulseaudio
  BuildID: 20140608211622
  Channel: Unavailable
  DistroRelease: Ubuntu 14.04
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IncompatibleExtensions:
   Deutsch (DE) Language Pack - langpack...@firefox.mozilla.org
   English (South Africa) Language Pack - langpack-en...@firefox.mozilla.org
   English (GB) Language Pack - langpack-en...@firefox.mozilla.org
   Default - {972ce4c6-7e08-4474-a285-3208198ce6fd}
  InstallationDate: Installed on 2013-12-12 (218 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  MostRecentCrashID: bp-80277a19-e1dd-4e04-8e6d-fae662130728
  NonfreeKernelModules: nvidia
  Package: firefox 30.0+build1-0ubuntu0.14.04.3
  PackageArchitecture: amd64
  PrefSources:
   prefs.js
   user.js
   
[Profile]/extensions/{3d7eb24f-2740-49df-8937-200b1cc08f8a}/defaults/preferences/flashblock.js
   
[Profile]/extensions/{b9db16a4-6edc-47ec-a1f4-b86292ed211d}/defaults/preferences/prefs-dwhelper.js
  ProcEnviron:
   LANGUAGE=de_DE
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
  Profiles: Profile0 (Default) - LastVersion=30.0/20140608211622 (In use)
  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:
   gnome-shell   3.10.4-0ubuntu5.2
   rhythmbox-mozilla 3.0.2-0ubuntu2
   icedtea-7-plugin  1.5-1ubuntu1
   totem-mozilla 3.10.1-1ubuntu4
   gecko-mediaplayer 1.0.8-4ubuntu1
  RfKill:
   
  RunningIncompatibleAddons: True
  Tags:  trusty
  Uname: Linux 3.13.0-32-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-04-18 (91 days ago)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 10/09/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V11.13
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: 990FXA-GD80 (MS-7640)
  dmi.board.vendor: MSI
  dmi.board.version: 2.2
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 2.2
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV11.13:bd10/09/2012:svnMSI:pnMS-7640:pvr2.2:rvnMSI:rn990FXA-GD80(MS-7640):rvr2.2:cvnMSI:ct3:cvr2.2:
  dmi.product.name: MS-7640
  dmi.product.version: 2.2
  dmi.sys.vendor: MSI

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

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


[Desktop-packages] [Bug 1529881] Re: CUPS 1.7.2 distorts colors on Canon PIXMA MG5250

2015-12-29 Thread Pascal De Vuyst
The official drivers for this printer are part proprietary and closed
source, therefore we cannot/are not allowed to include them into Ubuntu.

The gutenprint opensource driver included in Ubuntu is EXPERIMENTAL
because reverse engineering needs to be done, there is already an
upstream report about this http://sourceforge.net/p/gimp-print/bugs/688/

Actually your printer manufacturer needs to provide a openprinting distribution 
independent driver package as described here: 
http://www.linux-foundation.org/en/OpenPrinting/WritingAndPackagingPrinterDrivers
This would allow automatic download and installation of the manufacturers 
printer driver by system-config-printer as already implemented by this 
specification: 
https://blueprints.launchpad.net/ubuntu/+spec/printerdriverautodownload since 
Ubuntu Intrepid.
As mentioned the system-config-printer part is implemented.
You should ask your manufacturer in this case Canon to provide a distibution 
independent package that allows their printer driver to be installed 
automatically on Linux in general (not only Ubuntu).


** Package changed: cups (Ubuntu) => ubuntu

** Changed in: 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/1529881

Title:
  CUPS 1.7.2 distorts colors on Canon PIXMA MG5250

Status in gutenprint package in Ubuntu:
  Incomplete

Bug description:
  1)

  lsb_release -rd
  Description:  Ubuntu 14.04.3 LTS
  Release:  14.04

  2)
  apt-cache policy cups
  cups:
Installed: 1.7.2-0ubuntu1.7
Candidate: 1.7.2-0ubuntu1.7
Version table:
   *** 1.7.2-0ubuntu1.7 0
  500 http://security.ubuntu.com/ubuntu/ trusty-security/main i386 
Packages
  500 http://de.archive.ubuntu.com/ubuntu/ trusty-updates/main i386 
Packages
  100 /var/lib/dpkg/status
   1.7.2-0ubuntu1 0
  500 http://de.archive.ubuntu.com/ubuntu/ trusty/main i386 Packages

  3)
  print colors accurately

  4)
  colors are distorted (not a printer problem, because copying and scanning 
works accurately)

  Original USB open-source printer driver (cnijfilter-
  mg5200series-3.40-1) works, after installing
  libtiff4_3.9.6-9ubuntu1.2_i386:

  see
  
http://www.canon.de/support/consumer_products/products/fax__multifunctionals/inkjet/pixma_mg_series/pixma_mg5250.aspx?type=drivers==Linux%20%2832-bit%29)

  The current driver in CUPS 1.7.2 distorts the colors (turning black
  into red, blue into red etc.)

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: cups 1.7.2-0ubuntu1.7
  ProcVersionSignature: Ubuntu 3.13.0-74.118-generic 3.13.11-ckt30
  Uname: Linux 3.13.0-74-generic i686
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: i386
  CupsErrorLog:
   
  CurrentDesktop: Unity
  Date: Tue Dec 29 15:22:47 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-11-23 (36 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release i386 
(20140722.2)
  Lpstat: device for MG5200USB: cnijusb:/dev/usb/lp1
  MachineType: SAMSUNG ELECTRONICS CO., LTD. N150P/N210P/N220P
  Papersize: a4
  PpdFiles: MG5200USB: Canon MG5200 series Ver.3.40
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-74-generic 
root=UUID=77b44b32-8187-4e4e-9ef0-8003061826a2 ro quiet splash vt.handoff=7
  SourcePackage: cups
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/30/2010
  dmi.bios.vendor: Phoenix Technologies Ltd.
  dmi.bios.version: 01KY.M008.20100430.RHU
  dmi.board.asset.tag: SAMSUNG
  dmi.board.name: N150P/N210P/N220P
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvr01KY.M008.20100430.RHU:bd04/30/2010:svnSAMSUNGELECTRONICSCO.,LTD.:pnN150P/N210P/N220P:pvrNotApplicable:rvnSAMSUNGELECTRONICSCO.,LTD.:rnN150P/N210P/N220P:rvrNotApplicable:cvnSAMSUNGELECTRONICSCO.,LTD.:ct10:cvrN/A:
  dmi.product.name: N150P/N210P/N220P
  dmi.product.version: Not Applicable
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.

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

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


[Desktop-packages] [Bug 1334446] Re: Installing printer driver via control panel hangs

2015-12-29 Thread Pascal De Vuyst
Thanks!

** Changed in: system-config-printer (Ubuntu)
   Status: Confirmed => Fix Released

** Package changed: system-config-printer (Fedora) => system-config-
printer

** Changed in: system-config-printer
   Importance: Unknown => Undecided

** Changed in: system-config-printer
   Status: Unknown => New

** Changed in: system-config-printer
 Remote watch: Red Hat Bugzilla #1052203 => None

** Changed in: system-config-printer
   Status: New => Fix Released

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

Title:
  Installing printer driver via control panel hangs

Status in System Config Printer:
  Fix Released
Status in system-config-printer package in Ubuntu:
  Fix Released

Bug description:
  Trying to add a printer via system settings.
  Got to a messagebox that said "Installing driver openprinting-gutenprint.  
Installing..."
  and then hung at 50% progress.

  ps shows that dpkg and dpkg-preconfigure terminated, but no parent
  reaped them:

  dank 16336  0.6  0.9 1212316 111316 ?  Sl   14:17   0:05 
/usr/bin/python /usr/share/system-config-printer/system-config-printer.py
  dank 16434  0.0  0.0 238912 11924 ?Sl   14:22   0:00 
/usr/bin/python /usr/share/system-config-printer/install-printerdriver.py 
openprinting-gutenprint deb 
http://www.openprinting.org/download/printdriver/debian/ lsb3.2 contrib 
F8897B6F00075648E248B7EC24CBF5474CFD1E2F
  root 16438  2.4  0.8 298400 99004 ?SNl  14:22   0:13 
/usr/bin/python3 /usr/sbin/aptd
  root 16606  0.0  0.4 298400 57456 pts/39   SNs+ 14:23   0:00 
/usr/bin/python3 /usr/sbin/aptd
  root 16607  0.0  0.0  0 0 pts/39   ZN+  14:23   0:00 [dpkg] 

  root 16608  0.0  0.0      648 pts/39   SN+  14:23   0:00 /bin/sh -c 
/usr/sbin/dpkg-preconfigure --apt || true
  root 16609  0.0  0.1  64272 15816 pts/39   SN+  14:23   0:00 
/usr/bin/perl -w /usr/sbin/dpkg-preconfigure --apt
  root 16611  0.0  0.0  0 0 pts/39   ZN+  14:23   0:00 
[dpkg-preconfigu] 

  Clicking cancel on the messagebox did nothing; everything was still
  hung.

  Looks like this was mentioned once before,
  http://ubuntuforums.org/showthread.php?t=2186209

  Doing kill -HUP to the process "/usr/bin/python 
/usr/share/system-config-printer/system-config-printer.py"
  unblocked everything, and dpkg-cache policy reported that 
openprinting-gutenprint was installed.
  Control panel still didn't show the printer I'd wanted, so I tried it again, 
and this time it completed (slowly).

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: system-config-printer-gnome 1.4.3+20140219-0ubuntu2.1
  ProcVersionSignature: Ubuntu 3.13.0-29.53-generic 3.13.11.2
  Uname: Linux 3.13.0-29-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  CupsErrorLog: Error: [Errno 13] Permission denied: '/var/log/cups/error_log'
  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: Wed Jun 25 14:31:21 2014
  Lpstat: device for EPSON-Stylus-CX6600: 
ipps://trudge.local:631/printers/EPSON_Stylus_CX6600
  MachineType: Dell Inc. Precision WorkStation T7500
  PackageArchitecture: all
  Papersize: letter
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-29-generic 
root=UUID=114bd4a5-fd4b-4701-8155-506c50cb9da9 ro nomdmonddf nomdmonisw 
nomdmonddf nomdmonisw
  SourcePackage: system-config-printer
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/30/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A12
  dmi.board.name: 06FW8P
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 7
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA12:bd10/30/2011:svnDellInc.:pnPrecisionWorkStationT7500:pvr:rvnDellInc.:rn06FW8P:rvrA02:cvnDellInc.:ct7:cvr:
  dmi.product.name: Precision WorkStation T7500
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/system-config-printer/+bug/1334446/+subscriptions

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


[Desktop-packages] [Bug 1183658] Re: mtp + htc phone only partially functional

2015-12-29 Thread Phil Norisez
I seem to be having a similar problem mounting a DROID RAZR MAXX HD on
Ubuntu 12.04LTS.  Rather than submitting my own bug report, I have
decided to join this one, hoping that sheer volume of complaints might
force the issue into a higher priority bracket.  Background information
on what I have tried can be found in Launchpad Question 279679 and its
links and references.

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

Title:
  mtp + htc phone only partially functional

Status in libmtp package in Ubuntu:
  Confirmed

Bug description:
  Trying to use an HTC One-X phone with  my Ubuntu 13.04 system and
  having some issues.

  Plug phone in via usb, I get either:
  "Unable to mount android phone. Couldn't find matching udev device."
  or
  "Unable to mount android phone. Unable to open MTP device '[usb:003,005]'"
  But then get a 'Files' window showing an icon for 'Internal Storage'.

  'df' shows:
  none                              4         0         4   0% /sys/fs/cgroup

  ls -al /sys/fs/cgroup
  drwxr-xr-x 2 root root 40 May 23 09:26 .
  drwxr-xr-x 6 root root  0 May 23 09:26 ..

  In 'Files' I can:
  - navigate the drive, 
  - create folders.
  - copy files and folders to/from other places on my PC.
  - delete files.

  I can not:
  - create files (get 'operation not supported by backend')
  - open files (have to copy pictures to my pc to view them).

  The biggest issue is not being able to open files directly (have to
  copy them first).

  I guess that this procedure ( http://bernaerts.dyndns.org/linux/268
  -ubuntu-automount-any-mtp-device) would solve my problem, but I would
  rather not do this if there is another more simple solution. Non
  technical people just wouldn't do this.  I would expect to be able to
  plug in a phone and access its files as per normal, without this
  messing about.

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

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


[Desktop-packages] [Bug 1452941] Re: PPTP VPN fails to connect in 15.04, but works in 14.04/14.10

2015-12-29 Thread Jared Warren
I needed to load all three of these modules to get it to work:
nf_nat_pptp, nf_conntrack_pptp, nf_conntrack_proto_gre

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

Title:
  PPTP VPN fails to connect in 15.04, but works in 14.04/14.10

Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  I can create a PPTP VPN connection and connect to a remote network in
  Ubuntu 14.04/14.10 (Unity live boot DVD) but the connection does not
  work in Ubuntu 15.04 (Unity live boot USB), even though I am using the
  exact same GUI configuration settings in the Network-Manager (I have
  confirmed this several times).  In addition to the live boot
  instances, the PPTP VPN connected without problems for me on my
  14.04/14.10 installs, but failed on a fresh harddisk install of Ubuntu
  MATE 15.04.

  The error that I get in a notification pop-up window when trying to
  connect on 15.04 is: "The VPN connection 'VPN connection 1' failed
  because the VPN service returned invalid configuration."

  ubuntu@ubuntu:~$ lsb_release -rd
  Description:  Ubuntu 15.04
  Release:  15.04

  ubuntu@ubuntu:~$ apt-cache policy network-manager
  network-manager:
Installed: 0.9.10.0-4ubuntu15
Candidate: 0.9.10.0-4ubuntu15
Version table:
   *** 0.9.10.0-4ubuntu15 0
  500 http://archive.ubuntu.com/ubuntu/ vivid/main amd64 Packages
  100 /var/lib/dpkg/status

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: network-manager 0.9.10.0-4ubuntu15
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CasperVersion: 1.360
  CurrentDesktop: Unity
  Date: Thu May  7 22:55:12 2015
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IpRoute:
   default via 192.168.0.1 dev wlan0  proto static  metric 1024 
   169.254.0.0/16 dev wlan0  scope link  metric 1000 
   192.168.0.0/24 dev wlan0  proto kernel  scope link  src 192.168.0.20 
   207.173.246.134 via 192.168.0.1 dev wlan0  src 192.168.0.20
  LiveMediaBuild: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-dev:
   DEVICE  TYPE  STATEDBUS-PATH  
CONNECTION CON-UUID  CON-PATH   

   wlan0   wifi  connected/org/freedesktop/NetworkManager/Devices/2  
LANbeforetime  1fefef93-2d1c-41eb-ad55-3f6c234d7023  
/org/freedesktop/NetworkManager/ActiveConnection/0 
   eth0ethernet  unavailable  /org/freedesktop/NetworkManager/Devices/1  -- 
----
 
   lo  loopback  unmanaged/org/freedesktop/NetworkManager/Devices/0  -- 
----
  nmcli-nm: Error: command ['nmcli', '-f', 'all', 'nm'] failed with exit code 
2: Error: Object 'nm' is unknown, try 'nmcli help'.

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

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


[Desktop-packages] [Bug 1529881] Re: CUPS 1.7.2 distorts colors on Canon PIXMA MG5250

2015-12-29 Thread Pascal De Vuyst
Try changing the colour model to CMYK in the printer config with the
gutenprint driver as suggested in the upstream bug report.

** Package changed: ubuntu => gutenprint (Ubuntu)

** Changed in: gutenprint (Ubuntu)
   Status: Invalid => Incomplete

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

Title:
  CUPS 1.7.2 distorts colors on Canon PIXMA MG5250

Status in gutenprint package in Ubuntu:
  Incomplete

Bug description:
  1)

  lsb_release -rd
  Description:  Ubuntu 14.04.3 LTS
  Release:  14.04

  2)
  apt-cache policy cups
  cups:
Installed: 1.7.2-0ubuntu1.7
Candidate: 1.7.2-0ubuntu1.7
Version table:
   *** 1.7.2-0ubuntu1.7 0
  500 http://security.ubuntu.com/ubuntu/ trusty-security/main i386 
Packages
  500 http://de.archive.ubuntu.com/ubuntu/ trusty-updates/main i386 
Packages
  100 /var/lib/dpkg/status
   1.7.2-0ubuntu1 0
  500 http://de.archive.ubuntu.com/ubuntu/ trusty/main i386 Packages

  3)
  print colors accurately

  4)
  colors are distorted (not a printer problem, because copying and scanning 
works accurately)

  Original USB open-source printer driver (cnijfilter-
  mg5200series-3.40-1) works, after installing
  libtiff4_3.9.6-9ubuntu1.2_i386:

  see
  
http://www.canon.de/support/consumer_products/products/fax__multifunctionals/inkjet/pixma_mg_series/pixma_mg5250.aspx?type=drivers==Linux%20%2832-bit%29)

  The current driver in CUPS 1.7.2 distorts the colors (turning black
  into red, blue into red etc.)

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: cups 1.7.2-0ubuntu1.7
  ProcVersionSignature: Ubuntu 3.13.0-74.118-generic 3.13.11-ckt30
  Uname: Linux 3.13.0-74-generic i686
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: i386
  CupsErrorLog:
   
  CurrentDesktop: Unity
  Date: Tue Dec 29 15:22:47 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-11-23 (36 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release i386 
(20140722.2)
  Lpstat: device for MG5200USB: cnijusb:/dev/usb/lp1
  MachineType: SAMSUNG ELECTRONICS CO., LTD. N150P/N210P/N220P
  Papersize: a4
  PpdFiles: MG5200USB: Canon MG5200 series Ver.3.40
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-74-generic 
root=UUID=77b44b32-8187-4e4e-9ef0-8003061826a2 ro quiet splash vt.handoff=7
  SourcePackage: cups
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/30/2010
  dmi.bios.vendor: Phoenix Technologies Ltd.
  dmi.bios.version: 01KY.M008.20100430.RHU
  dmi.board.asset.tag: SAMSUNG
  dmi.board.name: N150P/N210P/N220P
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvr01KY.M008.20100430.RHU:bd04/30/2010:svnSAMSUNGELECTRONICSCO.,LTD.:pnN150P/N210P/N220P:pvrNotApplicable:rvnSAMSUNGELECTRONICSCO.,LTD.:rnN150P/N210P/N220P:rvrNotApplicable:cvnSAMSUNGELECTRONICSCO.,LTD.:ct10:cvrN/A:
  dmi.product.name: N150P/N210P/N220P
  dmi.product.version: Not Applicable
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.

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

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


[Desktop-packages] [Bug 1344155] Re: All menu-entries are only in english

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

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

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

Title:
  Autoremove removes firefox-locale-* package

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  After the last update all menuentries are in english.

  From /var/log/apt/history.log:

  Start-Date: 2014-07-18  05:51:55
  Commandline: apt-get autoremove
  Remove: firefox-locale-de:amd64 (30.0+build1-0ubuntu0.14.04.3)
  End-Date: 2014-07-18  05:51:57

  Jörg
  --- 
  AddonCompatCheckDisabled: False
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  jff4735 F pulseaudio
   /dev/snd/controlC1:  jff4735 F pulseaudio
   /dev/snd/controlC0:  jff4735 F pulseaudio
   /dev/snd/pcmC0D0p:   jff4735 F...m pulseaudio
  BuildID: 20140608211622
  Channel: Unavailable
  DistroRelease: Ubuntu 14.04
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IncompatibleExtensions:
   Deutsch (DE) Language Pack - langpack...@firefox.mozilla.org
   English (South Africa) Language Pack - langpack-en...@firefox.mozilla.org
   English (GB) Language Pack - langpack-en...@firefox.mozilla.org
   Default - {972ce4c6-7e08-4474-a285-3208198ce6fd}
  InstallationDate: Installed on 2013-12-12 (218 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  MostRecentCrashID: bp-80277a19-e1dd-4e04-8e6d-fae662130728
  NonfreeKernelModules: nvidia
  Package: firefox 30.0+build1-0ubuntu0.14.04.3
  PackageArchitecture: amd64
  PrefSources:
   prefs.js
   user.js
   
[Profile]/extensions/{3d7eb24f-2740-49df-8937-200b1cc08f8a}/defaults/preferences/flashblock.js
   
[Profile]/extensions/{b9db16a4-6edc-47ec-a1f4-b86292ed211d}/defaults/preferences/prefs-dwhelper.js
  ProcEnviron:
   LANGUAGE=de_DE
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
  Profiles: Profile0 (Default) - LastVersion=30.0/20140608211622 (In use)
  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:
   gnome-shell   3.10.4-0ubuntu5.2
   rhythmbox-mozilla 3.0.2-0ubuntu2
   icedtea-7-plugin  1.5-1ubuntu1
   totem-mozilla 3.10.1-1ubuntu4
   gecko-mediaplayer 1.0.8-4ubuntu1
  RfKill:
   
  RunningIncompatibleAddons: True
  Tags:  trusty
  Uname: Linux 3.13.0-32-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-04-18 (91 days ago)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 10/09/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V11.13
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: 990FXA-GD80 (MS-7640)
  dmi.board.vendor: MSI
  dmi.board.version: 2.2
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 2.2
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV11.13:bd10/09/2012:svnMSI:pnMS-7640:pvr2.2:rvnMSI:rn990FXA-GD80(MS-7640):rvr2.2:cvnMSI:ct3:cvr2.2:
  dmi.product.name: MS-7640
  dmi.product.version: 2.2
  dmi.sys.vendor: MSI

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

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


[Desktop-packages] [Bug 1529932] [NEW] X session crashes with EQ overflowing

2015-12-29 Thread hardhu
Public bug reported:

On my very old laptop, that is equipped with an Ati Mobility Radeon
X700, sometimes (and, sadly, I have to use this word, because I found no
regularity pattern for the occurrence of this bug) randomly the desktop
session locks, that is I can only move the mouse pointer, but I cannot
interact anymore with the desktop session. I am forced to login trough
ssh from another pc and to restart the laptop.

In Xorg.0.log I found these lines that are, in my opinion, related to
the crash:

(EE) [mi] EQ overflowing.  Additional events will be discarded until existing 
events are processed.
(EE) 
(EE) Backtrace:
(EE) 0: /usr/bin/X (xorg_backtrace+0x4e) [0x5608e56a768e]
(EE) 1: /usr/bin/X (mieqEnqueue+0x253) [0x5608e5689373]
(EE) 2: /usr/bin/X (QueuePointerEvents+0x52) [0x5608e5563152]
(EE) 3: /usr/bin/X (xf86PostMotionEvent+0xd6) [0x5608e559a026]
(EE) 4: /usr/lib/xorg/modules/input/synaptics_drv.so (0x7f5e497b3000+0x5322) 
[0x7f5e497b8322]
(EE) 5: /usr/lib/xorg/modules/input/synaptics_drv.so (0x7f5e497b3000+0x73d2) 
[0x7f5e497ba3d2]
(EE) 6: /usr/bin/X (0x5608e54f3000+0x96ac8) [0x5608e5589ac8]
(EE) 7: /usr/bin/X (0x5608e54f3000+0xbfc92) [0x5608e55b2c92]
(EE) 8: /lib/x86_64-linux-gnu/libc.so.6 (0x7f5e522c9000+0x352f0) 
[0x7f5e522fe2f0]
(EE) 9: /lib/x86_64-linux-gnu/libc.so.6 (ioctl+0x7) [0x7f5e523c60b7]
(EE) 10: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmIoctl+0x28) [0x7f5e536ada08]
(EE) 11: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmCommandWrite+0x1b) 
[0x7f5e536b06cb]
(EE) 12: /usr/lib/x86_64-linux-gnu/libdrm_radeon.so.1 (0x7f5e4e3ad000+0x19c9) 
[0x7f5e4e3ae9c9]
(EE) 13: /usr/lib/x86_64-linux-gnu/libdrm_radeon.so.1 (0x7f5e4e3ad000+0x1c0c) 
[0x7f5e4e3aec0c]
(EE) 14: /usr/lib/xorg/modules/drivers/radeon_drv.so (0x7f5e4e5b9000+0x26236) 
[0x7f5e4e5df236]
(EE) 15: /usr/lib/xorg/modules/libexa.so (0x7f5e4d973000+0x569b) 
[0x7f5e4d97869b]
(EE) 16: /usr/lib/xorg/modules/libexa.so (0x7f5e4d973000+0x7e8f) 
[0x7f5e4d97ae8f]
(EE) 17: /usr/lib/xorg/modules/libexa.so (0x7f5e4d973000+0x11953) 
[0x7f5e4d984953]
(EE) 18: /usr/lib/xorg/modules/libexa.so (0x7f5e4d973000+0xe770) 
[0x7f5e4d981770]
(EE) 19: /usr/bin/X (0x5608e54f3000+0x13ca51) [0x5608e562fa51]
(EE) 20: /usr/lib/xorg/modules/libexa.so (0x7f5e4d973000+0xf74f) 
[0x7f5e4d98274f]
(EE) 21: /usr/bin/X (0x5608e54f3000+0x1332a2) [0x5608e56262a2]
(EE) 22: /usr/bin/X (0x5608e54f3000+0x5818f) [0x5608e554b18f]
(EE) 23: /usr/bin/X (0x5608e54f3000+0x5c34b) [0x5608e554f34b]
(EE) 24: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf0) 
[0x7f5e522e9a40]
(EE) 25: /usr/bin/X (_start+0x29) [0x5608e55396c9]
(EE) 
(EE) [mi] These backtraces from mieqEnqueue may point to a culprit higher up 
the stack.
(EE) [mi] mieq is *NOT* the cause.  It is a victim.
(EE) [mi] EQ overflow continuing.  100 events have been dropped.
(EE) 
(EE) Backtrace:
(EE) 0: /usr/bin/X (xorg_backtrace+0x4e) [0x5608e56a768e]
(EE) 1: /usr/bin/X (QueuePointerEvents+0x52) [0x5608e5563152]
(EE) 2: /usr/bin/X (xf86PostMotionEvent+0xd6) [0x5608e559a026]
(EE) 3: /usr/lib/xorg/modules/input/synaptics_drv.so (0x7f5e497b3000+0x5322) 
[0x7f5e497b8322]
(EE) 4: /usr/lib/xorg/modules/input/synaptics_drv.so (0x7f5e497b3000+0x73d2) 
[0x7f5e497ba3d2]
(EE) 5: /usr/bin/X (0x5608e54f3000+0x96ac8) [0x5608e5589ac8]
(EE) 6: /usr/bin/X (0x5608e54f3000+0xbfc92) [0x5608e55b2c92]
(EE) 7: /lib/x86_64-linux-gnu/libc.so.6 (0x7f5e522c9000+0x352f0) 
[0x7f5e522fe2f0]
(EE) 8: /lib/x86_64-linux-gnu/libc.so.6 (ioctl+0x7) [0x7f5e523c60b7]
(EE) 9: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmIoctl+0x28) [0x7f5e536ada08]
(EE) 10: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmCommandWrite+0x1b) 
[0x7f5e536b06cb]
(EE) 11: /usr/lib/x86_64-linux-gnu/libdrm_radeon.so.1 (0x7f5e4e3ad000+0x19c9) 
[0x7f5e4e3ae9c9]
(EE) 12: /usr/lib/x86_64-linux-gnu/libdrm_radeon.so.1 (0x7f5e4e3ad000+0x1c0c) 
[0x7f5e4e3aec0c]
(EE) 13: /usr/lib/xorg/modules/drivers/radeon_drv.so (0x7f5e4e5b9000+0x26236) 
[0x7f5e4e5df236]
(EE) 14: /usr/lib/xorg/modules/libexa.so (0x7f5e4d973000+0x569b) 
[0x7f5e4d97869b]
(EE) 15: /usr/lib/xorg/modules/libexa.so (0x7f5e4d973000+0x7e8f) 
[0x7f5e4d97ae8f]
(EE) 16: /usr/lib/xorg/modules/libexa.so (0x7f5e4d973000+0x11953) 
[0x7f5e4d984953]
(EE) 17: /usr/lib/xorg/modules/libexa.so (0x7f5e4d973000+0xe770) 
[0x7f5e4d981770]
(EE) 18: /usr/bin/X (0x5608e54f3000+0x13ca51) [0x5608e562fa51]
(EE) 19: /usr/lib/xorg/modules/libexa.so (0x7f5e4d973000+0xf74f) 
[0x7f5e4d98274f]
(EE) 20: /usr/bin/X (0x5608e54f3000+0x1332a2) [0x5608e56262a2]
(EE) 21: /usr/bin/X (0x5608e54f3000+0x5818f) [0x5608e554b18f]
(EE) 22: /usr/bin/X (0x5608e54f3000+0x5c34b) [0x5608e554f34b]
(EE) 23: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf0) 
[0x7f5e522e9a40]
(EE) 24: /usr/bin/X (_start+0x29) [0x5608e55396c9]
(EE) 
[   335.003] [mi] Increasing EQ size to 1024 to prevent dropped events.
[   335.005] [mi] EQ processing has resumed after 151 dropped events.
[   335.005] [mi] This may be caused my a misbehaving driver monopolizing the 
server's resources.
[   377.274] failed to 

[Desktop-packages] [Bug 1530014] [NEW] When charging phone/tablet, power management says UPS battery is low and causes immediate shutdown

2015-12-29 Thread Tony Walker
Public bug reported:

Short story: 
I have a CyberPower 825AVR (USB attached) when attaching my iPhone or iPad (via 
USB) to charge, the Unity (gnome power manager?) displays a message saying the 
UPS battery is critically low and the system will shut down immediately. It 
does shut down immediately. It seems that upowerd or the gnome power manager 
"confuses" the device's (e.g., my iPhone's) battery with my UPS's battery. 
Interestingly, if I unplug the UPS cable, plug-in my iPhone, and then plug-in 
my UPS, the system does not shut down. However, the gnome power manager icon 
disappears and reappears at an interval of a second or two. 

Hopefully Useful Details:
- Fresh install of Ubuntu 15.10 on my mid-2011 (i5-2400S, 20GB RAM) 21.5" iMac. 
- Single boot (OS/X is not installed). 
- UPS battery is in good health and fully charged. 
- Power drain on UPS is minimal: iMac, additional LCD display, and desktop 
speakers.

upower:
  Installed: 0.99.3-1build2
  Candidate: 0.99.3-1build2
  Version table:
 *** 0.99.3-1build2 0
500 http://us.archive.ubuntu.com/ubuntu/ wily/main amd64 Packages
100 /var/lib/dpkg/status

gnome-power-manager:
  Installed: 3.16.1-1ubuntu1
  Candidate: 3.16.1-1ubuntu1
  Version table:
 *** 3.16.1-1ubuntu1 0
500 http://us.archive.ubuntu.com/ubuntu/ wily/main amd64 Packages
100 /var/lib/dpkg/status

I wrote a mark in syslog before plugging in my iPhone and attached the
(hopefully) relevant part of the log. I think line 41 is the key.

Of course, if you need info or help, please ask.

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: upower 0.99.3-1build2
ProcVersionSignature: Ubuntu 4.2.0-22.27-generic 4.2.6
Uname: Linux 4.2.0-22-generic x86_64
ApportVersion: 2.19.1-0ubuntu5
Architecture: amd64
CurrentDesktop: Unity
Date: Tue Dec 29 20:35:33 2015
InstallationDate: Installed on 2015-12-21 (8 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
SourcePackage: upower
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug wily

** Attachment added: "Relevant portion of syslog"
   https://bugs.launchpad.net/bugs/1530014/+attachment/4541985/+files/power.log

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

Title:
  When charging phone/tablet, power management says UPS battery is low
  and causes immediate shutdown

Status in upower package in Ubuntu:
  New

Bug description:
  Short story: 
  I have a CyberPower 825AVR (USB attached) when attaching my iPhone or iPad 
(via USB) to charge, the Unity (gnome power manager?) displays a message saying 
the UPS battery is critically low and the system will shut down immediately. It 
does shut down immediately. It seems that upowerd or the gnome power manager 
"confuses" the device's (e.g., my iPhone's) battery with my UPS's battery. 
Interestingly, if I unplug the UPS cable, plug-in my iPhone, and then plug-in 
my UPS, the system does not shut down. However, the gnome power manager icon 
disappears and reappears at an interval of a second or two. 

  Hopefully Useful Details:
  - Fresh install of Ubuntu 15.10 on my mid-2011 (i5-2400S, 20GB RAM) 21.5" 
iMac. 
  - Single boot (OS/X is not installed). 
  - UPS battery is in good health and fully charged. 
  - Power drain on UPS is minimal: iMac, additional LCD display, and desktop 
speakers.

  upower:
Installed: 0.99.3-1build2
Candidate: 0.99.3-1build2
Version table:
   *** 0.99.3-1build2 0
  500 http://us.archive.ubuntu.com/ubuntu/ wily/main amd64 Packages
  100 /var/lib/dpkg/status

  gnome-power-manager:
Installed: 3.16.1-1ubuntu1
Candidate: 3.16.1-1ubuntu1
Version table:
   *** 3.16.1-1ubuntu1 0
  500 http://us.archive.ubuntu.com/ubuntu/ wily/main amd64 Packages
  100 /var/lib/dpkg/status

  I wrote a mark in syslog before plugging in my iPhone and attached the
  (hopefully) relevant part of the log. I think line 41 is the key.

  Of course, if you need info or help, please ask.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: upower 0.99.3-1build2
  ProcVersionSignature: Ubuntu 4.2.0-22.27-generic 4.2.6
  Uname: Linux 4.2.0-22-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Dec 29 20:35:33 2015
  InstallationDate: Installed on 2015-12-21 (8 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: upower
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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

[Desktop-packages] [Bug 1338304] Re: Chromium Lubuntu 14.04 show block characters for Chinese

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

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

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

Title:
  Chromium Lubuntu 14.04 show block characters for Chinese

Status in chromium-browser package in Ubuntu:
  Confirmed

Bug description:
  Chinese characters show up as blocks in Chromium (and Chrome) for
  Lubuntu 14.04.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: chromium-browser 34.0.1847.116-0ubuntu2
  ProcVersionSignature: Ubuntu 3.13.0-30.55-generic 3.13.11.2
  Uname: Linux 3.13.0-30-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  CurrentDesktop: LXDE
  Date: Sun Jul  6 16:49:53 2014
  Desktop-Session:
   DESKTOP_SESSION = Lubuntu
   XDG_CONFIG_DIRS = 
/etc/xdg/lubuntu:/etc/xdg/xdg-Lubuntu:/usr/share/upstart/xdg:/etc/xdg
   XDG_DATA_DIRS = 
/etc/xdg/lubuntu:/usr/local/share:/usr/share:/usr/share/gdm:/var/lib/menu-xdg:/usr/share/Lubuntu:/usr/local/share/:/usr/share/
  DetectedPlugins:
   
  Env:
   MOZ_PLUGIN_PATH = None
   LD_LIBRARY_PATH = None
  ExecutablePath: /usr/lib/chromium-browser/chromium-browser
  InstallationDate: Installed on 2014-04-21 (76 days ago)
  InstallationMedia: Lubuntu 14.04 LTS "Trusty Tahr" - Release amd64 
(20140416.2)
  SourcePackage: chromium-browser
  UpgradeStatus: No upgrade log present (probably fresh install)
  gconf-keys: /desktop/gnome/applications/browser/exec = 
b'firefox\n'/desktop/gnome/url-handlers/https/command = b'sensible-browser 
%s\n'/desktop/gnome/url-handlers/https/enabled = 
b'true\n'/desktop/gnome/url-handlers/http/command = b'sensible-browser 
%s\n'/desktop/gnome/url-handlers/http/enabled = 
b'true\n'/desktop/gnome/session/required_components/windowmanager = 
b''/apps/metacity/general/compositing_manager = 
b''/desktop/gnome/interface/icon_theme = 
b'gnome\n'/desktop/gnome/interface/gtk_theme = b'Clearlooks\n'
  modified.conffile..etc.default.chromium.browser: [deleted]
  mtime.conffile..etc.chromium.browser.default: 2014-04-20T23:53:45.488048

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

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


Re: [Desktop-packages] [Bug 1529458] Re: ubuntu 14.04: Epson Stylus Photo 2100 "missing print filter"

2015-12-29 Thread amalgamas
I will be travelling over new years eve.  Will try as soon as possible 
in the new year

Best regards and a happy new year

Bjørn

On 29. des. 2015 20:23, Pascal De Vuyst wrote:
> Can you try if newer printer-driver-gutenprint 5.2.11-pre1 included in 15.10 
> or higher solves your problem.
> You can test without installing by using an ubuntu-desktop live-cd.
>
> ** Changed in: cups (Ubuntu)
> Status: New => Incomplete
>
> ** Package changed: cups (Ubuntu) => gutenprint (Ubuntu)
>

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

Title:
  ubuntu 14.04: Epson Stylus Photo 2100 "missing print filter"

Status in gutenprint package in Ubuntu:
  Incomplete

Bug description:
  Ubuntu 14.04 on a Dell precision T3400 64bit.

  lsb_release -rd:
  Description:  Ubuntu 14.04.3 LTS
  Release:  14.04

  apt-cache policy cups
  cups:
Installert: 1.7.2-0ubuntu1.7
Kandidat:   1.7.2-0ubuntu1.7
Versjonstabell:
   *** 1.7.2-0ubuntu1.7 0
  500 http://no.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 
Packages
  500 http://security.ubuntu.com/ubuntu/ trusty-security/main amd64 
Packages
  100 /var/lib/dpkg/status
   1.7.2-0ubuntu1 0
  500 http://no.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages

  
  Since I upgraded from 12.04 to 14.04 this printer has not worked well.  
Sometimes it prints after repeatedly pressing the paper feed button.  I often 
get the error message: "missing print filter".  I have had the printer for 
approx. 10 years, and it worked well before 14.04.

  I have tested on a windows 7 laptop and on a mac.  Both work well.

  Conclusion: printer is working.  Someting has happened to cups or the
  cups driver for this printer.

  I have tried the Open Printing user forum and only gotten a report
  from someone with the same problem

  I attach the error log (/var/log/cups/error_log)

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

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


[Desktop-packages] [Bug 1529999] [NEW] reporting per mtp-detect: droid razr hd not recognized

2015-12-29 Thread Phil Norisez
Public bug reported:

On Ubuntu 12.04lts, mtp-detect reporst the following about a USB-
connected Verizon DROID MAXX HD smartphone.  Request that this be fixed.

Device 0 (VID=22b8 and PID=2e62) is UNKNOWN.
Please report this VID/PID and the device model to the libmtp development team
PTP_ERROR_IO: failed to open session, trying again after resetting USB interface
LIBMTP libusb: Attempt to reset device
libmtp version: 1.1.3

Listing raw device(s)
   Found 1 device(s):
   22b8:2e62 @ bus 2, dev 10
Attempting to connect device(s)
Android device detected, assigning default bug flags
USB low-level info:
   Interface has a kernel driver attached.
   bcdUSB: 512
   bDeviceClass: 0
   bDeviceSubClass: 0
   bDeviceProtocol: 0
   idVendor: 22b8
   idProduct: 2e62
   IN endpoint maxpacket: 512 bytes
   OUT endpoint maxpacket: 512 bytes
   Raw device info:
  Bus location: 2
  Device number: 10
  Device entry info:
 Vendor: (null)
 Vendor id: 0x22b8
 Product: (null)
 Vendor id: 0x2e62
 Device flags: 0x08008106
Configuration 0, interface 0, altsetting 0:
   Interface description contains the string "MTP"
   Device recognized as MTP, no further probing.
Device info:
   Manufacturer: motorola
   Model: DROID RAZR HD
   Device version: 1.0
   Serial number: 
   Vendor extension ID: 0x0006
   Vendor extension description: microsoft.com: 1.0; android.com: 1.0; 
mot-mobility.com/DSU: 1.2
   Detected object size: 64 bits
   Extensions:
microsoft.com: 1.0
android.com: 1.0
Supported operations:
   1001: get device info
   1002: Open session
   1003: Close session
   1004: Get storage IDs
   1005: Get storage info
   1006: Get number of objects
   1007: Get object handles
   1008: Get object info
   1009: Get object
   100a: Get thumbnail
   100b: Delete object
   100c: Send object info
   100d: Send object
   1014: Get device property description
   1015: Get device property value
   1016: Set device property value
   1017: Reset device property value
   101b: Get partial object
   9801: Get object properties supported
   9802: Get object property description
   9803: Get object property value
   9804: Set object property value
   9805: Get object property list
   9810: Get object references
   9811: Set object references
   95c1: Unknown (95c1)
   95c2: Unknown (95c2)
   95c3: Unknown (95c3)
   95c4: Unknown (95c4)
   95c5: Unknown (95c5)
   9001: Unknown (9001)
   9002: Unknown (9002)
   9003: Unknown (9003)
   9004: Unknown (9004)
   9005: Unknown (9005)
   9006: Unknown (9006)
   9007: Unknown (9007)
   9008: Unknown (9008)
   9009: Unknown (9009)
   900a: Unknown (900a)
   900b: Unknown (900b)
   900c: Unknown (900c)
Events supported:
   0x4002
   0x4003
   0x4004
   0x4005
Device Properties Supported:
   0xd401: Synchronization Partner
   0xd402: Friendly Device Name
   0x5003: Image Size
Playable File (Object) Types and Object Properties Supported:
   3000: Undefined Type
  dc01: Storage ID UINT32 data type ANY 32BIT VALUE form READ ONLY
  dc02: Object Format UINT16 data type ANY 16BIT VALUE form READ ONLY
  dc03: Protection Status UINT16 data type ANY 16BIT VALUE form READ ONLY
  dc04: Object Size UINT64 data type READ ONLY
  dc07: Object File Name STRING data type GET/SET
  dc09: Date Modified STRING data type DATETIME FORM READ ONLY
  dc0b: Parent Object UINT32 data type ANY 32BIT VALUE form READ ONLY
  dc41: Persistant Unique Object Identifier UINT128 data type READ ONLY
  dc44: Name STRING data type READ ONLY
  dc4e: Date Added STRING data type DATETIME FORM READ ONLY
   3001: Association/Directory
  dc01: Storage ID UINT32 data type ANY 32BIT VALUE form READ ONLY
  dc02: Object Format UINT16 data type ANY 16BIT VALUE form READ ONLY
  dc03: Protection Status UINT16 data type ANY 16BIT VALUE form READ ONLY
  dc04: Object Size UINT64 data type READ ONLY
  dc07: Object File Name STRING data type GET/SET
  dc09: Date Modified STRING data type DATETIME FORM READ ONLY
  dc0b: Parent Object UINT32 data type ANY 32BIT VALUE form READ ONLY
  dc41: Persistant Unique Object Identifier UINT128 data type READ ONLY
  dc44: Name STRING data type READ ONLY
  dc4e: Date Added STRING data type DATETIME FORM READ ONLY
   3004: Text
  dc01: Storage ID UINT32 data type ANY 32BIT VALUE form READ ONLY
  dc02: Object Format UINT16 data type ANY 16BIT VALUE form READ ONLY
  dc03: Protection Status UINT16 data type ANY 16BIT VALUE form READ ONLY
  dc04: Object Size UINT64 data type READ ONLY
  dc07: Object File Name STRING data type GET/SET
  dc09: Date Modified STRING data type DATETIME FORM READ ONLY
  dc0b: Parent Object UINT32 data type ANY 32BIT VALUE form READ ONLY
  dc41: Persistant Unique Object Identifier UINT128 data type READ ONLY
  dc44: Name STRING data type READ ONLY
  dc4e: Date Added STRING data type DATETIME FORM READ ONLY
   3005: 

[Desktop-packages] [Bug 1529999] Re: reporting per mtp-detect: droid razr hd not recognized

2015-12-29 Thread Phil Norisez
See also Question #279679

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

Title:
  reporting per mtp-detect: droid razr hd not recognized

Status in libmtp package in Ubuntu:
  New

Bug description:
  On Ubuntu 12.04lts, mtp-detect reporst the following about a USB-
  connected Verizon DROID MAXX HD smartphone.  Request that this be
  fixed.

  Device 0 (VID=22b8 and PID=2e62) is UNKNOWN.
  Please report this VID/PID and the device model to the libmtp development team
  PTP_ERROR_IO: failed to open session, trying again after resetting USB 
interface
  LIBMTP libusb: Attempt to reset device
  libmtp version: 1.1.3

  Listing raw device(s)
 Found 1 device(s):
 22b8:2e62 @ bus 2, dev 10
  Attempting to connect device(s)
  Android device detected, assigning default bug flags
  USB low-level info:
 Interface has a kernel driver attached.
 bcdUSB: 512
 bDeviceClass: 0
 bDeviceSubClass: 0
 bDeviceProtocol: 0
 idVendor: 22b8
 idProduct: 2e62
 IN endpoint maxpacket: 512 bytes
 OUT endpoint maxpacket: 512 bytes
 Raw device info:
Bus location: 2
Device number: 10
Device entry info:
   Vendor: (null)
   Vendor id: 0x22b8
   Product: (null)
   Vendor id: 0x2e62
   Device flags: 0x08008106
  Configuration 0, interface 0, altsetting 0:
 Interface description contains the string "MTP"
 Device recognized as MTP, no further probing.
  Device info:
 Manufacturer: motorola
 Model: DROID RAZR HD
 Device version: 1.0
 Serial number: 
 Vendor extension ID: 0x0006
 Vendor extension description: microsoft.com: 1.0; android.com: 1.0; 
mot-mobility.com/DSU: 1.2
 Detected object size: 64 bits
 Extensions:
  microsoft.com: 1.0
  android.com: 1.0
  Supported operations:
 1001: get device info
 1002: Open session
 1003: Close session
 1004: Get storage IDs
 1005: Get storage info
 1006: Get number of objects
 1007: Get object handles
 1008: Get object info
 1009: Get object
 100a: Get thumbnail
 100b: Delete object
 100c: Send object info
 100d: Send object
 1014: Get device property description
 1015: Get device property value
 1016: Set device property value
 1017: Reset device property value
 101b: Get partial object
 9801: Get object properties supported
 9802: Get object property description
 9803: Get object property value
 9804: Set object property value
 9805: Get object property list
 9810: Get object references
 9811: Set object references
 95c1: Unknown (95c1)
 95c2: Unknown (95c2)
 95c3: Unknown (95c3)
 95c4: Unknown (95c4)
 95c5: Unknown (95c5)
 9001: Unknown (9001)
 9002: Unknown (9002)
 9003: Unknown (9003)
 9004: Unknown (9004)
 9005: Unknown (9005)
 9006: Unknown (9006)
 9007: Unknown (9007)
 9008: Unknown (9008)
 9009: Unknown (9009)
 900a: Unknown (900a)
 900b: Unknown (900b)
 900c: Unknown (900c)
  Events supported:
 0x4002
 0x4003
 0x4004
 0x4005
  Device Properties Supported:
 0xd401: Synchronization Partner
 0xd402: Friendly Device Name
 0x5003: Image Size
  Playable File (Object) Types and Object Properties Supported:
 3000: Undefined Type
dc01: Storage ID UINT32 data type ANY 32BIT VALUE form READ ONLY
dc02: Object Format UINT16 data type ANY 16BIT VALUE form READ ONLY
dc03: Protection Status UINT16 data type ANY 16BIT VALUE form READ ONLY
dc04: Object Size UINT64 data type READ ONLY
dc07: Object File Name STRING data type GET/SET
dc09: Date Modified STRING data type DATETIME FORM READ ONLY
dc0b: Parent Object UINT32 data type ANY 32BIT VALUE form READ ONLY
dc41: Persistant Unique Object Identifier UINT128 data type READ ONLY
dc44: Name STRING data type READ ONLY
dc4e: Date Added STRING data type DATETIME FORM READ ONLY
 3001: Association/Directory
dc01: Storage ID UINT32 data type ANY 32BIT VALUE form READ ONLY
dc02: Object Format UINT16 data type ANY 16BIT VALUE form READ ONLY
dc03: Protection Status UINT16 data type ANY 16BIT VALUE form READ ONLY
dc04: Object Size UINT64 data type READ ONLY
dc07: Object File Name STRING data type GET/SET
dc09: Date Modified STRING data type DATETIME FORM READ ONLY
dc0b: Parent Object UINT32 data type ANY 32BIT VALUE form READ ONLY
dc41: Persistant Unique Object Identifier UINT128 data type READ ONLY
dc44: Name STRING data type READ ONLY
dc4e: Date Added STRING data type DATETIME FORM READ ONLY
 3004: Text
dc01: Storage ID UINT32 data type ANY 32BIT VALUE form READ ONLY
dc02: Object Format UINT16 data type ANY 

[Desktop-packages] [Bug 1530004] [NEW] output volume is randomly changing level

2015-12-29 Thread Jamie Ryan Mascola
Public bug reported:

I've confirmed that the volume control for the PC is changing of it's
own volition.  The volume applet in the top pane (using Ubuntu Gnome
15.10) and the volume sliders in alsamixer are changing every 10 seconds
to a random level.  The interval of the changes is not periodic (random
time interval and output volume).  It does look like the fader goes to
zero before choosing a new random volume level.

I am running 5.1 surround, and the motherboard supports the feature.  I
had this problem while running while 15.04 with a single stereo (green
jack, rear) output speaker system.  It seemed to be repaired in an
update, because the issue disappeared after a  while.  I removed the USB
peripherals that I usually have attached which control volume (eg
keyboard) I even went as far as to disable bluetooth in case that was
causing issues.

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: alsa-base 1.0.25+dfsg-0ubuntu5
ProcVersionSignature: Ubuntu 4.2.0-22.27-generic 4.2.6
Uname: Linux 4.2.0-22-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.19.1-0ubuntu5
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  jamie  1543 F pulseaudio
 /dev/snd/controlC2:  jamie  1543 F pulseaudio
 /dev/snd/controlC0:  jamie  1543 F pulseaudio
CurrentDesktop: GNOME
Date: Tue Dec 29 21:00:05 2015
InstallationDate: Installed on 2015-12-29 (0 days ago)
InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Release amd64 (20151021)
PackageArchitecture: all
SourcePackage: alsa-driver
Symptom: audio
Symptom_Card: Built-in Audio - HDA Intel PCH
Symptom_Jack: Green Line Out, Rear
Symptom_Type: Volume slider, or mixer problems
Title: [All Series, Realtek ALC887-VD, Green Line Out, Rear] volume slider 
problem
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/16/2015
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 2103
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: B85M-G R2.0
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.:bvr2103:bd04/16/2015:svnASUS:pnAllSeries:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnB85M-GR2.0:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: All Series
dmi.product.version: System Version
dmi.sys.vendor: ASUS

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


** Tags: amd64 apport-bug wily

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

Title:
  output volume is randomly changing level

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  I've confirmed that the volume control for the PC is changing of it's
  own volition.  The volume applet in the top pane (using Ubuntu Gnome
  15.10) and the volume sliders in alsamixer are changing every 10
  seconds to a random level.  The interval of the changes is not
  periodic (random time interval and output volume).  It does look like
  the fader goes to zero before choosing a new random volume level.

  I am running 5.1 surround, and the motherboard supports the feature.
  I had this problem while running while 15.04 with a single stereo
  (green jack, rear) output speaker system.  It seemed to be repaired in
  an update, because the issue disappeared after a  while.  I removed
  the USB peripherals that I usually have attached which control volume
  (eg keyboard) I even went as far as to disable bluetooth in case that
  was causing issues.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.2.0-22.27-generic 4.2.6
  Uname: Linux 4.2.0-22-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  jamie  1543 F pulseaudio
   /dev/snd/controlC2:  jamie  1543 F pulseaudio
   /dev/snd/controlC0:  jamie  1543 F pulseaudio
  CurrentDesktop: GNOME
  Date: Tue Dec 29 21:00:05 2015
  InstallationDate: Installed on 2015-12-29 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Release amd64 
(20151021)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_Card: Built-in Audio - HDA Intel PCH
  Symptom_Jack: Green Line Out, Rear
  Symptom_Type: Volume slider, or mixer problems
  Title: [All Series, Realtek ALC887-VD, Green Line Out, Rear] volume slider 
problem
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/16/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 2103
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: 

[Desktop-packages] [Bug 1527884] Re: Firefox 43.0: Downloads fail

2015-12-29 Thread Gert Büttner
I experienced the same problem.
@svadim: The workaround "chmod 0777 /tmp/mozilla_mozillaUser0" is working, 
thank you very much.

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

Title:
  Firefox 43.0: Downloads fail

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  My firefox just got updated to 43.0. Starting with the update, all
  downloads fail. There is no file selection dialogue any more, just the
  blue arrow appears - and the downloads list says "Failed". I have
  tried the same on a clean profile with no add-ons, and downloads still
  fail.

  In the browser console, I get the following error message on each download 
attempt:
  [Exception... "Component returned failure code: 0x80070057 
(NS_ERROR_ILLEGAL_VALUE) [nsIAnnotationService.setPageAnnotation]"  nsresult: 
"0x80070057 (NS_ERROR_ILLEGAL_VALUE)"  location: "JS frame :: 
resource://app/modules/DownloadsCommon.jsm :: onDownloadChanged :: line 735"  
data: no]

  Steps to reproduce:
  Klick on any downloadable file on a website (e.g. ZIP oder PDF).

  Result:
  Blue arrow appears, downloads list says "failed" below the download filename. 
The file will not download.

  Expected result:
  File dialogue (with appropriate settings). File being downloaded from the 
internet.

  Versions:
  Kubuntu 14.04.3 LTS
  Firefox 43.0+build1-0ubuntu0.14.04.1

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

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


[Desktop-packages] [Bug 1529910] Re: can't log whit my password on account

2015-12-29 Thread Cysioland
This may indicate a problem with your graphics drivers. What GPU do you
have?

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

Title:
  can't log whit my password on account

Status in lightdm package in Ubuntu:
  New

Bug description:
  when i try to log in on my acc whit my password i can't do it, i just
  get back to log in page and i need to type password again.. nothing
  seems to help..

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: lightdm 1.10.6-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-48.80-generic 3.13.11-ckt16
  Uname: Linux 3.13.0-48-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Dec 29 18:02:16 2015
  InstallationDate: Installed on 2015-02-12 (320 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  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/1529910/+subscriptions

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


[Desktop-packages] [Bug 1529963] [NEW] package account-plugin-google (not installed) failed to install/upgrade: trying to overwrite '/usr/share/accounts/services/google-im.service', which is also in p

2015-12-29 Thread Simon
Public bug reported:

Preparing to unpack 
.../account-plugin-google_0.12+15.10.20150723-0ubuntu1_all.deb ...
Unpacking account-plugin-google (0.12+15.10.20150723-0ubuntu1) ...
dpkg: error processing archive 
/var/cache/apt/archives/account-plugin-google_0.12+15.10.20150723-0ubuntu1_all.deb
 (--unpack):
 trying to overwrite '/usr/share/accounts/services/google-im.service', which is 
also in package kde-config-telepathy-accounts 4:15.08.2-0ubuntu1
Error in function: 
dpkg: dependency problems prevent configuration of unity-scope-gdrive:
 unity-scope-gdrive depends on account-plugin-google; however:
  Package account-plugin-google is not installed.

dpkg: error processing package unity-scope-gdrive (--configure):
 dependency problems - leaving unconfigured

ProblemType: Package
DistroRelease: Ubuntu 15.10
Package: account-plugin-google (not installed)
ProcVersionSignature: Ubuntu 4.2.0-22.27-generic 4.2.6
Uname: Linux 4.2.0-22-generic x86_64
ApportVersion: 2.19.1-0ubuntu5
Architecture: amd64
Date: Tue Dec 29 21:34:11 2015
DpkgTerminalLog:
 Preparing to unpack 
.../account-plugin-google_0.12+15.10.20150723-0ubuntu1_all.deb ...
 Unpacking account-plugin-google (0.12+15.10.20150723-0ubuntu1) ...
DuplicateSignature: package:account-plugin-google:(not installed):trying to 
overwrite '/usr/share/accounts/services/google-im.service', which is also in 
package kde-config-telepathy-accounts 4:15.08.2-0ubuntu1
ErrorMessage: trying to overwrite 
'/usr/share/accounts/services/google-im.service', which is also in package 
kde-config-telepathy-accounts 4:15.08.2-0ubuntu1
InstallationDate: Installed on 2015-07-18 (163 days ago)
InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Alpha amd64 (20150716)
RelatedPackageVersions:
 dpkg 1.18.2ubuntu5.1
 apt  1.0.10.2ubuntu1
SourcePackage: account-plugins
Title: package account-plugin-google (not installed) failed to install/upgrade: 
trying to overwrite '/usr/share/accounts/services/google-im.service', which is 
also in package kde-config-telepathy-accounts 4:15.08.2-0ubuntu1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: account-plugins (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package need-duplicate-check package-conflict wily

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

Title:
  package account-plugin-google (not installed) failed to
  install/upgrade: trying to overwrite '/usr/share/accounts/services
  /google-im.service', which is also in package kde-config-telepathy-
  accounts 4:15.08.2-0ubuntu1

Status in account-plugins package in Ubuntu:
  New

Bug description:
  Preparing to unpack 
.../account-plugin-google_0.12+15.10.20150723-0ubuntu1_all.deb ...
  Unpacking account-plugin-google (0.12+15.10.20150723-0ubuntu1) ...
  dpkg: error processing archive 
/var/cache/apt/archives/account-plugin-google_0.12+15.10.20150723-0ubuntu1_all.deb
 (--unpack):
   trying to overwrite '/usr/share/accounts/services/google-im.service', which 
is also in package kde-config-telepathy-accounts 4:15.08.2-0ubuntu1
  Error in function: 
  dpkg: dependency problems prevent configuration of unity-scope-gdrive:
   unity-scope-gdrive depends on account-plugin-google; however:
Package account-plugin-google is not installed.

  dpkg: error processing package unity-scope-gdrive (--configure):
   dependency problems - leaving unconfigured

  ProblemType: Package
  DistroRelease: Ubuntu 15.10
  Package: account-plugin-google (not installed)
  ProcVersionSignature: Ubuntu 4.2.0-22.27-generic 4.2.6
  Uname: Linux 4.2.0-22-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  Date: Tue Dec 29 21:34:11 2015
  DpkgTerminalLog:
   Preparing to unpack 
.../account-plugin-google_0.12+15.10.20150723-0ubuntu1_all.deb ...
   Unpacking account-plugin-google (0.12+15.10.20150723-0ubuntu1) ...
  DuplicateSignature: package:account-plugin-google:(not installed):trying to 
overwrite '/usr/share/accounts/services/google-im.service', which is also in 
package kde-config-telepathy-accounts 4:15.08.2-0ubuntu1
  ErrorMessage: trying to overwrite 
'/usr/share/accounts/services/google-im.service', which is also in package 
kde-config-telepathy-accounts 4:15.08.2-0ubuntu1
  InstallationDate: Installed on 2015-07-18 (163 days ago)
  InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Alpha amd64 (20150716)
  RelatedPackageVersions:
   dpkg 1.18.2ubuntu5.1
   apt  1.0.10.2ubuntu1
  SourcePackage: account-plugins
  Title: package account-plugin-google (not installed) failed to 
install/upgrade: trying to overwrite 
'/usr/share/accounts/services/google-im.service', which is also in package 
kde-config-telepathy-accounts 4:15.08.2-0ubuntu1
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:

[Desktop-packages] [Bug 1488056] Re: Rejected send message, 10 matched rules; type="method_return", sender=":1.84"

2015-12-29 Thread Dana Goyette
I have an Ubuntu 15.10 that's up to date, and I'm still seeing the
"rejected" message.

The seemingly most relevant file is
/etc/dbus-1/system.d/org.freedesktop.NetworkManager.conf, from the
network-manager config file.  None of the rules in that file seem to
handle all the "(unset)" fields.

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

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

Title:
  Rejected send message, 10 matched rules; type="method_return",
  sender=":1.84"

Status in bind9 package in Ubuntu:
  Expired
Status in network-manager package in Ubuntu:
  New

Bug description:
  Seeing lots of those log entries. Here an example

  Aug 24 20:14:36 M1 NetworkManager[748]:  [1440404076.494991]
  [dns-manager/nm-dns-dnsmasq.c:398] update(): dnsmasq owner not found
  on bus: Could not get owner of name
  'org.freedesktop.NetworkManager.dnsmasq': no such name

  Aug 24 20:14:36 M1 dbus[792]: [system] Rejected send message, 10
  matched rules; type="method_return", sender=":1.84" (uid=0 pid=3300
  comm="/usr/sbin/dnsmasq --no-resolv --keep-in-foreground")
  interface="(unset)" member="(unset)" error name="(unset)"
  requested_reply="0" destination=":1.7" (uid=0 pid=748
  comm="/usr/sbin/NetworkManager --no-daemon ")

  Attached info might help locating the issue. Thanks for any clues.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: dnsmasq 2.72-3ubuntu0.1
  ProcVersionSignature: Ubuntu 3.19.0-26.28-generic 3.19.8-ckt4
  Uname: Linux 3.19.0-26-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.17.2-0ubuntu1.3
  Architecture: amd64
  Date: Mon Aug 24 23:08:37 2015
  InstallationDate: Installed on 2014-10-31 (297 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  PackageArchitecture: all
  SourcePackage: dnsmasq
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1529458] Re: ubuntu 14.04: Epson Stylus Photo 2100 "missing print filter"

2015-12-29 Thread Pascal De Vuyst
Can you try if newer printer-driver-gutenprint 5.2.11-pre1 included in 15.10 or 
higher solves your problem.
You can test without installing by using an ubuntu-desktop live-cd.

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

** Package changed: cups (Ubuntu) => gutenprint (Ubuntu)

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

Title:
  ubuntu 14.04: Epson Stylus Photo 2100 "missing print filter"

Status in gutenprint package in Ubuntu:
  Incomplete

Bug description:
  Ubuntu 14.04 on a Dell precision T3400 64bit.

  lsb_release -rd:
  Description:  Ubuntu 14.04.3 LTS
  Release:  14.04

  apt-cache policy cups
  cups:
Installert: 1.7.2-0ubuntu1.7
Kandidat:   1.7.2-0ubuntu1.7
Versjonstabell:
   *** 1.7.2-0ubuntu1.7 0
  500 http://no.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 
Packages
  500 http://security.ubuntu.com/ubuntu/ trusty-security/main amd64 
Packages
  100 /var/lib/dpkg/status
   1.7.2-0ubuntu1 0
  500 http://no.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages

  
  Since I upgraded from 12.04 to 14.04 this printer has not worked well.  
Sometimes it prints after repeatedly pressing the paper feed button.  I often 
get the error message: "missing print filter".  I have had the printer for 
approx. 10 years, and it worked well before 14.04.

  I have tested on a windows 7 laptop and on a mac.  Both work well.

  Conclusion: printer is working.  Someting has happened to cups or the
  cups driver for this printer.

  I have tried the Open Printing user forum and only gotten a report
  from someone with the same problem

  I attach the error log (/var/log/cups/error_log)

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

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


[Desktop-packages] [Bug 1371274] Re: Unable to use the widevine plugin with Chromium

2015-12-29 Thread Claude Libois
There is a possibility with webgl to acceleration decoding on pi2.  This 
requires to build and update the kernel:
http://dri.freedesktop.org/wiki/VC4/
I will first try to test the raspian build provided before diving into the 
kernel build's hell. 
BTW do not try to test if with a VNC server as it doesn't work...

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

Title:
  Unable to use the widevine plugin with Chromium

Status in Chromium Browser:
  Unknown
Status in chromium-browser package in Ubuntu:
  Triaged

Bug description:
  Chromium is unable to use the widevine component from google chrome :
  libwidevinecdmadapter.so and libwidevinecdm.so

  How to reproduce :

  - copy the 2 files the chrome archive in /usr/lib/chromium-browser
  - check chrome://components/
  - Widevine does not appear

  Solution :

  With the help from several people (hogliux for patch and saiarcot895
  for PPA) , a PPA is available with this feature :

  - https://launchpad.net/~saiarcot895/+archive/ubuntu/chromium-dev

  - You need the binary widevine plugin plugin (2 files) :

  https://bugs.launchpad.net/ubuntu/+source/chromium-
  
browser/+bug/1371274/+attachment/4397708/+files/WidevineLinuxForChromium44.tar.gz

  To be copied in /usr/lib/chromium

  - Launch netflix.com and see if it works.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: chromium-browser 37.0.2062.94-0ubuntu0.14.04.1~pkg1042
  ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
  Uname: Linux 3.13.0-35-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  Date: Thu Sep 18 21:11:17 2014
  InstallationDate: Installed on 2013-10-02 (350 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Beta amd64 (20130925.1)
  ProcEnviron:
   LANGUAGE=fr_FR
   TERM=xterm
   PATH=(custom, no user)
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  SourcePackage: chromium-browser
  SystemImageInfo: Error: [Errno 2] Aucun fichier ou dossier de ce type: 
'system-image-cli'
  UpgradeStatus: Upgraded to trusty on 2014-05-31 (109 days ago)
  modified.conffile..etc.default.chromium.browser: [deleted]
  mtime.conffile..etc.chromium.browser.default: 2014-06-01T14:14:23.245932

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

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


[Desktop-packages] [Bug 1529939] [NEW] BJNP Canon network printer no longer auto-detected

2015-12-29 Thread Bernhard Reiter
Public bug reported:

Up to Ubuntu 15.04, I only needed to install the cups-backend-bjnp
package, and my (wifi-connected) Canon Pixma MG5250 would then show up
automatically in the Add printers/Network printers dialog. This is no
longer the case in 15.10 -- I need to manually add it by entering
bnjp://my.printers.ip.address. This bug is present both on Ubuntu and
Ubuntu Gnome.

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

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

Title:
  BJNP Canon network printer no longer auto-detected

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

Bug description:
  Up to Ubuntu 15.04, I only needed to install the cups-backend-bjnp
  package, and my (wifi-connected) Canon Pixma MG5250 would then show up
  automatically in the Add printers/Network printers dialog. This is no
  longer the case in 15.10 -- I need to manually add it by entering
  bnjp://my.printers.ip.address. This bug is present both on Ubuntu and
  Ubuntu Gnome.

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

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


[Desktop-packages] [Bug 1529962] Re: pidgin crashed with SIGSEGV in g_source_attach()

2015-12-29 Thread Apport retracing service
*** This bug is a duplicate of bug 1517635 ***
https://bugs.launchpad.net/bugs/1517635

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

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

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

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

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

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

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

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

** This bug has been marked a duplicate of private bug 1517635

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  pidgin crashed with SIGSEGV in g_source_attach()

Status in pidgin package in Ubuntu:
  New

Bug description:
  Crashed when messaging XMPP

  ProblemType: Crash
  DistroRelease: Ubuntu 15.10
  Package: pidgin 1:2.10.11-0ubuntu4
  Uname: Linux 4.2.5-040205-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CrashCounter: 1
  CurrentDesktop: Unity
  Date: Tue Dec 29 22:15:54 2015
  ExecutablePath: /usr/bin/pidgin
  InstallationDate: Installed on 2014-10-14 (441 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  ProcCmdline: pidgin
  ProcEnviron:
   LANGUAGE=pl_PL
   PATH=(custom, user)
   XDG_RUNTIME_DIR=
   LANG=pl_PL.UTF-8
   SHELL=/usr/bin/fish
  SegvAnalysis:
   Segfault happened at: 0x7f2645661b24 :cmpq   
$0x0,0x20(%rdi)
   PC (0x7f2645661b24) ok
   source "$0x0" ok
   destination "0x20(%rdi)" (0x0020) not located in a known VMA region 
(needed writable region)!
  SegvReason: writing NULL VMA
  Signal: 11
  SourcePackage: pidgin
  StacktraceTop:
   g_source_attach () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
   gst_bus_add_watch_full () from 
/usr/lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
   ?? ()
   ?? ()
  Title: pidgin crashed with SIGSEGV in g_source_attach()
  UpgradeStatus: Upgraded to wily on 2015-10-27 (63 days ago)
  UserGroups: adm cdrom dialout dip disk kismet lpadmin mythtv plugdev 
sambashare sudo vboxusers wireshark

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

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


[Desktop-packages] [Bug 1530004] Re: output volume is randomly changing level

2015-12-29 Thread Raymond
If channel mode is 6ch,  rear mic and line in were retasked,  volume is
controlled by bass, balance and fade controls

Simple mixer control 'Channel Mode',0 Capabilities: enum Items: '2ch'
'4ch' '6ch' Item0: '6ch'

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

Title:
  output volume is randomly changing level

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  I've confirmed that the volume control for the PC is changing of it's
  own volition.  The volume applet in the top pane (using Ubuntu Gnome
  15.10) and the volume sliders in alsamixer are changing every 10
  seconds to a random level.  The interval of the changes is not
  periodic (random time interval and output volume).  It does look like
  the fader goes to zero before choosing a new random volume level.

  I am running 5.1 surround, and the motherboard supports the feature.
  I had this problem while running while 15.04 with a single stereo
  (green jack, rear) output speaker system.  It seemed to be repaired in
  an update, because the issue disappeared after a  while.  I removed
  the USB peripherals that I usually have attached which control volume
  (eg keyboard) I even went as far as to disable bluetooth in case that
  was causing issues.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.2.0-22.27-generic 4.2.6
  Uname: Linux 4.2.0-22-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  jamie  1543 F pulseaudio
   /dev/snd/controlC2:  jamie  1543 F pulseaudio
   /dev/snd/controlC0:  jamie  1543 F pulseaudio
  CurrentDesktop: GNOME
  Date: Tue Dec 29 21:00:05 2015
  InstallationDate: Installed on 2015-12-29 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Release amd64 
(20151021)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_Card: Built-in Audio - HDA Intel PCH
  Symptom_Jack: Green Line Out, Rear
  Symptom_Type: Volume slider, or mixer problems
  Title: [All Series, Realtek ALC887-VD, Green Line Out, Rear] volume slider 
problem
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/16/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 2103
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: B85M-G R2.0
  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.:bvr2103:bd04/16/2015:svnASUS:pnAllSeries:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnB85M-GR2.0:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: All Series
  dmi.product.version: System Version
  dmi.sys.vendor: ASUS

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

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


[Desktop-packages] [Bug 1132063] Re: Mouse settings missing from Mouse & Touchpad dialog

2015-12-29 Thread Doug Morse
Same problem on brand new 15.10 installed yesterday.  From searching
Google, I see that plugging in a wired mouse brings the settings back,
and the pointer speed settings affects both mice.  So, I've been able to
make the needed adjustment, and it persists.  However, disconnecting the
wired USB mouse makes the settings again disappear (but the adjustment
persists).  So presently I have to plug in a wired mouse anytime I want
to change the pointer speed.

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

Title:
  Mouse settings missing from Mouse & Touchpad dialog

Status in gnome-control-center package in Ubuntu:
  Confirmed
Status in unity-control-center package in Ubuntu:
  In Progress

Bug description:
  On up to date Raring alpha, on System Settings > Mouse & Touchpad the
  Mouse settings are completely missing.  The General and Touchpad
  sections are there but none for mouse.  See attached screenshot.

  xinput --list shows
  ~$ xinput --list
  ⎡ Virtual core pointerid=2[master pointer  (3)]
  ⎜   ↳ Virtual core XTEST pointer  id=4[slave  pointer 
 (2)]
  ⎜   ↳ MOSART Semi. 2.4G Keyboard Mouseid=11   [slave  pointer 
 (2)]
  ⎜   ↳ SynPS/2 Synaptics TouchPad  id=14   [slave  pointer 
 (2)]
  ⎣ Virtual core keyboard   id=3[master keyboard (2)]
  ↳ Virtual core XTEST keyboard id=5[slave  
keyboard (3)]
  ↳ Power Buttonid=6[slave  
keyboard (3)]
  ↳ Video Bus   id=7[slave  
keyboard (3)]
  ↳ Power Buttonid=8[slave  
keyboard (3)]
  ↳ Sleep Buttonid=9[slave  
keyboard (3)]
  ↳ MOSART Semi. 2.4G Keyboard Mouseid=10   [slave  
keyboard (3)]
  ↳ Dell Dell USB Keyboard  id=12   [slave  
keyboard (3)]
  ↳ AT Translated Set 2 keyboardid=13   [slave  
keyboard (3)]

  and from lsusb:
  Bus 003 Device 002: ID 062a:3286 Creative Labs Nano Receiver [Sandstrom Laser 
Mouse SMWLL11]

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: gnome-control-center 1:3.6.3-0ubuntu13
  ProcVersionSignature: Ubuntu 3.8.0-7.15-generic 3.8.0
  Uname: Linux 3.8.0-7-generic i686
  ApportVersion: 2.8-0ubuntu4
  Architecture: i386
  Date: Sat Feb 23 09:40:41 2013
  InstallationDate: Installed on 2012-08-01 (205 days ago)
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Alpha i386 (20120730.1)
  MarkForUpload: True
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_gnome-control-center:
   activity-log-manager-control-center 0.9.4-0ubuntu6.1
   deja-dup25.5-0ubuntu1
   gnome-control-center-signon 0.1.2bzr12.12.05-0ubuntu1
   gnome-control-center-unity  1.2daily13.02.15-0ubuntu1
   indicator-datetime  12.10.3daily13.02.06-0ubuntu1

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

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


[Desktop-packages] [Bug 1530023] [NEW] USB Mouse doesn't work after suspend

2015-12-29 Thread James Cobban
Public bug reported:

My laptop suspended because the lid was closed while the laptop was not
connected to the power supply.  After resume the USB mouse no longer
worked and I had to use the trackpad.  I tried plugging the USB dongle
into other ports but this did not resolve the issue.  I had to reboot
the system.

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: xorg 1:7.7+7ubuntu4
ProcVersionSignature: Ubuntu 4.2.0-22.27-generic 4.2.6
Uname: Linux 4.2.0-22-generic x86_64
NonfreeKernelModules: wl
.tmp.unity.support.test.0:
 
ApportVersion: 2.19.1-0ubuntu5
Architecture: amd64
CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Wed Dec 30 00:19:11 2015
DistUpgraded: 2015-12-11 00:48:50,213 ERROR got error from PostInstallScript 
./xorg_fix_proprietary.py (g-exec-error-quark: Failed to execute child process 
"./xorg_fix_proprietary.py" (No such file or directory) (8))
DistroCodename: wily
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] BeaverCreek [Radeon HD 6620G] 
[1002:9641] (prog-if 00 [VGA controller])
   Subsystem: Dell Device [1028:0513]
MachineType: Dell Inc. Vostro 3555
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-22-generic 
root=UUID=5850bfca-8269-4a92-8fda-798e6557b0bd ro quiet splash vt.handoff=7
SourcePackage: xorg
UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
UpgradeStatus: Upgraded to wily on 2015-12-11 (18 days ago)
XorgLogOld:
 
dmi.bios.date: 05/28/2014
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A06
dmi.board.name: 0K89MF
dmi.board.vendor: Dell Inc.
dmi.board.version: A06
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: Not Specified
dmi.modalias: 
dmi:bvnDellInc.:bvrA06:bd05/28/2014:svnDellInc.:pnVostro3555:pvrNotSpecified:rvnDellInc.:rn0K89MF:rvrA06:cvnDellInc.:ct8:cvrNotSpecified:
dmi.product.name: Vostro 3555
dmi.product.version: Not Specified
dmi.sys.vendor: Dell Inc.
version.compiz: compiz 1:0.9.12.2+15.10.20151015-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.64-1
version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.2-1ubuntu4
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.2-1ubuntu4
version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu9.1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:7.5.0+git20150819-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20150808-0ubuntu4
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.11-1ubuntu3

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


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

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

Title:
  USB Mouse doesn't work after suspend

Status in xorg package in Ubuntu:
  New

Bug description:
  My laptop suspended because the lid was closed while the laptop was
  not connected to the power supply.  After resume the USB mouse no
  longer worked and I had to use the trackpad.  I tried plugging the USB
  dongle into other ports but this did not resolve the issue.  I had to
  reboot the system.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 4.2.0-22.27-generic 4.2.6
  Uname: Linux 4.2.0-22-generic x86_64
  NonfreeKernelModules: wl
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Wed Dec 30 00:19:11 2015
  DistUpgraded: 2015-12-11 00:48:50,213 ERROR got error from PostInstallScript 
./xorg_fix_proprietary.py (g-exec-error-quark: Failed to execute child process 
"./xorg_fix_proprietary.py" (No such file or directory) (8))
  DistroCodename: wily
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] BeaverCreek [Radeon HD 6620G] 
[1002:9641] (prog-if 00 [VGA controller])
 Subsystem: Dell Device [1028:0513]
  MachineType: Dell Inc. Vostro 3555
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-22-generic 
root=UUID=5850bfca-8269-4a92-8fda-798e6557b0bd ro quiet splash 

[Desktop-packages] [Bug 1518813] Re: sharing panel fails to properly launch required daemons

2015-12-29 Thread Basar Qari
** Changed in: vino (Ubuntu)
   Status: Incomplete => Confirmed

** Changed in: vino (Ubuntu)
 Assignee: (unassigned) => Basar Qari (qaribasar)

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

Title:
  sharing panel fails to properly launch required daemons

Status in Ubuntu GNOME:
  Triaged
Status in gnome-control-center package in Ubuntu:
  Triaged
Status in gnome-user-share package in Ubuntu:
  Fix Released
Status in vino package in Ubuntu:
  Confirmed

Bug description:
  This is caused by outdated gnome-user-share and vino.

  both gnome-user-share (webdav) and vino daemons fail to launch
  properly in a GNOME session via g-s-d sharing plugin

  Caused by code in the daemons, that relies on deprecated "enabled"
  keys, no longer used by g-s-d/g-c-c

  ProblemType: BugDistroRelease: Ubuntu 16.04
  Package: gnome-control-center 1:3.18.2-1ubuntu2
  ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
  Uname: Linux 4.2.0-16-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.19.2-0ubuntu6
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Mon Nov 23 13:23:44 2015
  InstallationDate: Installed on 2012-09-23 (1156 days ago)
  InstallationMedia: Ubuntu GNOME Remix 12.10 "Quantal Quetzal" - Alpha 
amd64(20120922)SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1530004] Re: output volume is randomly changing level

2015-12-29 Thread Raymond
Default sample spec: s16le 2ch 44100Hz
Default channel map: front-left,front-right
Default sink name: alsa_output.pci-_00_1b.0.analog-surround-51

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

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

Title:
  output volume is randomly changing level

Status in alsa-driver package in Ubuntu:
  Incomplete

Bug description:
  I've confirmed that the volume control for the PC is changing of it's
  own volition.  The volume applet in the top pane (using Ubuntu Gnome
  15.10) and the volume sliders in alsamixer are changing every 10
  seconds to a random level.  The interval of the changes is not
  periodic (random time interval and output volume).  It does look like
  the fader goes to zero before choosing a new random volume level.

  I am running 5.1 surround, and the motherboard supports the feature.
  I had this problem while running while 15.04 with a single stereo
  (green jack, rear) output speaker system.  It seemed to be repaired in
  an update, because the issue disappeared after a  while.  I removed
  the USB peripherals that I usually have attached which control volume
  (eg keyboard) I even went as far as to disable bluetooth in case that
  was causing issues.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.2.0-22.27-generic 4.2.6
  Uname: Linux 4.2.0-22-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  jamie  1543 F pulseaudio
   /dev/snd/controlC2:  jamie  1543 F pulseaudio
   /dev/snd/controlC0:  jamie  1543 F pulseaudio
  CurrentDesktop: GNOME
  Date: Tue Dec 29 21:00:05 2015
  InstallationDate: Installed on 2015-12-29 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Release amd64 
(20151021)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_Card: Built-in Audio - HDA Intel PCH
  Symptom_Jack: Green Line Out, Rear
  Symptom_Type: Volume slider, or mixer problems
  Title: [All Series, Realtek ALC887-VD, Green Line Out, Rear] volume slider 
problem
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/16/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 2103
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: B85M-G R2.0
  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.:bvr2103:bd04/16/2015:svnASUS:pnAllSeries:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnB85M-GR2.0:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: All Series
  dmi.product.version: System Version
  dmi.sys.vendor: ASUS

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

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


[Desktop-packages] [Bug 1530004] Re: output volume is randomly changing level

2015-12-29 Thread Raymond
ports:
analog-input-front-mic: Front Microphone (priority 8500, 
latency offset 0 usec, available: no)
properties:
device.icon_name = "audio-input-microphone"
analog-input-rear-mic: Rear Microphone (priority 8200, latency 
offset 0 usec, available: yes)
properties:
device.icon_name = "audio-input-microphone"
analog-input-linein: Line In (priority 8100, latency offset 0 
usec, available: yes)
properties:

active port: 

if rear mic and line in were retasked , why rear mic still active port

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

Title:
  output volume is randomly changing level

Status in alsa-driver package in Ubuntu:
  Incomplete

Bug description:
  I've confirmed that the volume control for the PC is changing of it's
  own volition.  The volume applet in the top pane (using Ubuntu Gnome
  15.10) and the volume sliders in alsamixer are changing every 10
  seconds to a random level.  The interval of the changes is not
  periodic (random time interval and output volume).  It does look like
  the fader goes to zero before choosing a new random volume level.

  I am running 5.1 surround, and the motherboard supports the feature.
  I had this problem while running while 15.04 with a single stereo
  (green jack, rear) output speaker system.  It seemed to be repaired in
  an update, because the issue disappeared after a  while.  I removed
  the USB peripherals that I usually have attached which control volume
  (eg keyboard) I even went as far as to disable bluetooth in case that
  was causing issues.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.2.0-22.27-generic 4.2.6
  Uname: Linux 4.2.0-22-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  jamie  1543 F pulseaudio
   /dev/snd/controlC2:  jamie  1543 F pulseaudio
   /dev/snd/controlC0:  jamie  1543 F pulseaudio
  CurrentDesktop: GNOME
  Date: Tue Dec 29 21:00:05 2015
  InstallationDate: Installed on 2015-12-29 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Release amd64 
(20151021)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_Card: Built-in Audio - HDA Intel PCH
  Symptom_Jack: Green Line Out, Rear
  Symptom_Type: Volume slider, or mixer problems
  Title: [All Series, Realtek ALC887-VD, Green Line Out, Rear] volume slider 
problem
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/16/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 2103
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: B85M-G R2.0
  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.:bvr2103:bd04/16/2015:svnASUS:pnAllSeries:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnB85M-GR2.0:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: All Series
  dmi.product.version: System Version
  dmi.sys.vendor: ASUS

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

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


[Desktop-packages] [Bug 702452]

2015-12-29 Thread Jake-phy
Is there any news on this?  The missing StartupWMClass=program.exe in
the desktop files, is causing issues in my Mint Linux applet.
https://github.com/jake-phy/WindowIconList/issues/105

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

Title:
  [launcher] Wine applications are wrongly matched

Status in BAMF:
  Confirmed
Status in libwnck:
  Fix Released
Status in Unity:
  Confirmed
Status in Wine:
  Unknown
Status in bamf package in Ubuntu:
  Triaged
Status in unity package in Ubuntu:
  Triaged

Bug description:
  After launching a Wine app from terminal or via gnome-do, it appears in the 
launcher with the Wine icon, instead of its own icon. The title is "Wine Window 
Program Loader" instead of the proper application name.
  It can't be favorited since it will favorite the wine executable itself.
  And obviously different wine apps are all grouped under the same launcher 
icon.

  See also bug #635223 about Wine applications not showing up in the
  dash.

  
-

  A way to fix this is to make all the Wine generated .desktop file to
  include a StartupWMClass value that matches the instance name of the
  related program (generally the .exe file name to be executed).

  So for example, a "Mozilla Firefox.desktop" file can be easily fixed adding 
this parameter:
   StartupWMClass=firefox.exe

  Wine should try to add this information at file generation time.

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

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


[Desktop-packages] [Bug 1529795] [NEW] sudo no longer works

2015-12-29 Thread Jeffery Wilkins
Public bug reported:

jefferyw@xubuntu:~$ sudo gnome-terminal
[sudo] password for jefferyw: 
Error constructing proxy for org.gnome.Terminal:/org/gnome/Terminal/Factory0: 
Error calling StartServiceByName for org.gnome.Terminal: 
GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process 
org.gnome.Terminal exited with status 10

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: gnome-terminal 3.18.2-1ubuntu2
ProcVersionSignature: Ubuntu 4.3.0-2.11-generic 4.3.0
Uname: Linux 4.3.0-2-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.19.3-0ubuntu2
Architecture: amd64
CurrentDesktop: MATE
Date: Tue Dec 29 01:40:34 2015
SourcePackage: gnome-terminal
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug xenial

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

Title:
  sudo no longer works

Status in gnome-terminal package in Ubuntu:
  New

Bug description:
  jefferyw@xubuntu:~$ sudo gnome-terminal
  [sudo] password for jefferyw: 
  Error constructing proxy for org.gnome.Terminal:/org/gnome/Terminal/Factory0: 
Error calling StartServiceByName for org.gnome.Terminal: 
GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process 
org.gnome.Terminal exited with status 10

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: gnome-terminal 3.18.2-1ubuntu2
  ProcVersionSignature: Ubuntu 4.3.0-2.11-generic 4.3.0
  Uname: Linux 4.3.0-2-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.19.3-0ubuntu2
  Architecture: amd64
  CurrentDesktop: MATE
  Date: Tue Dec 29 01:40:34 2015
  SourcePackage: gnome-terminal
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1529795] Re: sudo no longer works

2015-12-29 Thread Jeffery Wilkins
just tried both

sudo xfce-terminal
sudo mate-terminal

and they work its just sudo gnome-terminal is having issues

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

Title:
  sudo no longer works

Status in gnome-terminal package in Ubuntu:
  New

Bug description:
  jefferyw@xubuntu:~$ sudo gnome-terminal
  [sudo] password for jefferyw: 
  Error constructing proxy for org.gnome.Terminal:/org/gnome/Terminal/Factory0: 
Error calling StartServiceByName for org.gnome.Terminal: 
GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process 
org.gnome.Terminal exited with status 10

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: gnome-terminal 3.18.2-1ubuntu2
  ProcVersionSignature: Ubuntu 4.3.0-2.11-generic 4.3.0
  Uname: Linux 4.3.0-2-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.19.3-0ubuntu2
  Architecture: amd64
  CurrentDesktop: MATE
  Date: Tue Dec 29 01:40:34 2015
  SourcePackage: gnome-terminal
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1529824] [NEW] Nautilus carshes at the end of almost every copy/move action

2015-12-29 Thread Danial Behzadi
Public bug reported:

At the end of almost every copy/move action of folders, and sometimes
for files, nautilus crashes. No matter it is from network to local,
internal SSD to external HDD, or ~/Downloads to ~/Videos.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: nautilus 1:3.18.3-0ubuntu1
ProcVersionSignature: Ubuntu 4.3.0-2.11-generic 4.3.0
Uname: Linux 4.3.0-2-generic x86_64
ApportVersion: 2.19.3-0ubuntu2
Architecture: amd64
CurrentDesktop: Unity
Date: Tue Dec 29 14:30:22 2015
InstallationDate: Installed on 2015-04-24 (249 days ago)
InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
SourcePackage: nautilus
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug xenial

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

Title:
  Nautilus carshes at the end of almost every copy/move action

Status in nautilus package in Ubuntu:
  New

Bug description:
  At the end of almost every copy/move action of folders, and sometimes
  for files, nautilus crashes. No matter it is from network to local,
  internal SSD to external HDD, or ~/Downloads to ~/Videos.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: nautilus 1:3.18.3-0ubuntu1
  ProcVersionSignature: Ubuntu 4.3.0-2.11-generic 4.3.0
  Uname: Linux 4.3.0-2-generic x86_64
  ApportVersion: 2.19.3-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Dec 29 14:30:22 2015
  InstallationDate: Installed on 2015-04-24 (249 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  SourcePackage: nautilus
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1525402] Re: "Input Sources" button looks really out of place in Keyboard settings

2015-12-29 Thread Ubuntu Foundations Team Bug Bot
The attachment "gnome-control-center_3.18.2-1ubuntu4.debdiff" seems to
be a debdiff.  The ubuntu-sponsors team has been subscribed to the bug
report so that they can review and hopefully sponsor the debdiff.  If
the attachment isn't a patch, please remove the "patch" flag from the
attachment, remove the "patch" tag, and if you are member of the
~ubuntu-sponsors, unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issue please contact him.]

** Tags added: patch

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

Title:
  "Input Sources" button looks really out of place in Keyboard settings

Status in Ubuntu GNOME:
  Confirmed
Status in gnome-control-center package in Ubuntu:
  Fix Committed

Bug description:
  I am running Ubuntu GNOME 15.10 with GNOME 3.18 and I have recently
  noticed that in the gnome-control-center, at the bottom in the
  KeyBoard section there is a button which says "Input Sources":
  Input_Sources_Out_Of_Place_Button.png

  Though this button is only text, so actually not very obviously a
  button and in fact looks quite out of place, until I clicked it and it
  took me somewhere else I didn't really know what it was... The only
  time that a button like outline actually appeared around it was when I
  clicked it and that was only brief. So I really think that you should
  firstly make this button look more like a button (e.g.: add a boarder
  round it), and secondly actually put it somewhere on the page where it
  doesn't look just completely out of place, I don't know, maybe
  somewhere at the top or something, but it just looks odd and out of
  place where it currently is...

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

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


[Desktop-packages] [Bug 1529807] [NEW] package lightdm 1.14.4-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-12-29 Thread Bo Stenhols
Public bug reported:

 problems with WiFi interupted and no bluetooth found by recieving other
units like smartphones etc.

ProblemType: Package
DistroRelease: Ubuntu 15.04
Package: lightdm 1.14.4-0ubuntu1
ProcVersionSignature: Ubuntu 3.19.0-42.48-generic 3.19.8-ckt10
Uname: Linux 3.19.0-42-generic x86_64
ApportVersion: 2.17.2-0ubuntu1.8
Architecture: amd64
Date: Tue Dec 29 11:14:54 2015
DuplicateSignature: package:lightdm:1.14.4-0ubuntu1:subprocess installed 
post-installation script returned error exit status 1
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationDate: Installed on 2015-10-09 (80 days ago)
InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
LightdmConfig:
 [SeatDefaults]
 autologin-guest=false
 autologin-user=bosse
 autologin-user-timeout=0
 autologin-session=lightdm-autologin
RelatedPackageVersions:
 dpkg 1.17.25ubuntu1.1
 apt  1.0.9.7ubuntu4.2
SourcePackage: lightdm
Title: package lightdm 1.14.4-0ubuntu1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package need-duplicate-check 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/1529807

Title:
  package lightdm 1.14.4-0ubuntu1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

Status in lightdm package in Ubuntu:
  New

Bug description:
   problems with WiFi interupted and no bluetooth found by recieving
  other units like smartphones etc.

  ProblemType: Package
  DistroRelease: Ubuntu 15.04
  Package: lightdm 1.14.4-0ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-42.48-generic 3.19.8-ckt10
  Uname: Linux 3.19.0-42-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.8
  Architecture: amd64
  Date: Tue Dec 29 11:14:54 2015
  DuplicateSignature: package:lightdm:1.14.4-0ubuntu1:subprocess installed 
post-installation script returned error exit status 1
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  InstallationDate: Installed on 2015-10-09 (80 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  LightdmConfig:
   [SeatDefaults]
   autologin-guest=false
   autologin-user=bosse
   autologin-user-timeout=0
   autologin-session=lightdm-autologin
  RelatedPackageVersions:
   dpkg 1.17.25ubuntu1.1
   apt  1.0.9.7ubuntu4.2
  SourcePackage: lightdm
  Title: package lightdm 1.14.4-0ubuntu1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1525402] Re: "Input Sources" button looks really out of place in Keyboard settings

2015-12-29 Thread Robert Hönig
Ok, so here again, with the debdiff.

** Patch added: "gnome-control-center_3.18.2-1ubuntu4.debdiff"
   
https://bugs.launchpad.net/ubuntu-gnome/+bug/1525402/+attachment/4541648/+files/gnome-control-center_3.18.2-1ubuntu4.debdiff

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

Title:
  "Input Sources" button looks really out of place in Keyboard settings

Status in Ubuntu GNOME:
  Confirmed
Status in gnome-control-center package in Ubuntu:
  Fix Committed

Bug description:
  I am running Ubuntu GNOME 15.10 with GNOME 3.18 and I have recently
  noticed that in the gnome-control-center, at the bottom in the
  KeyBoard section there is a button which says "Input Sources":
  Input_Sources_Out_Of_Place_Button.png

  Though this button is only text, so actually not very obviously a
  button and in fact looks quite out of place, until I clicked it and it
  took me somewhere else I didn't really know what it was... The only
  time that a button like outline actually appeared around it was when I
  clicked it and that was only brief. So I really think that you should
  firstly make this button look more like a button (e.g.: add a boarder
  round it), and secondly actually put it somewhere on the page where it
  doesn't look just completely out of place, I don't know, maybe
  somewhere at the top or something, but it just looks odd and out of
  place where it currently is...

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

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


[Desktop-packages] [Bug 859101] Re: fglrx 2:8.881-0ubuntu2: fglrx kernel module failed to build (kernel includes at ... not found or incomplete file: .../linux/version.h)

2015-12-29 Thread LAZA
** Tags added: trusty

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

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

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

Bug description:
  attempting to install ATI proprietry drivers

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

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

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


[Desktop-packages] [Bug 1516323] Re: With compositing off some apps have a huge black border

2015-12-29 Thread Silvio Bierman
This is not only a problem with Numix. Ambiance and Radiance look kind
of OK but they have messed up rounded corners. All the other themes I
tried have the same huge borders.

Only happens with GTK3 (I think) windows though (Nautilus, Tweak-UI,
GEdit).

I do not have compositing turned off as far as I know.


** Attachment added: "Screenshot"
   
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1516323/+attachment/4541677/+files/Screenshot%20from%202015-12-29%2011-16-40.png

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

Title:
  With compositing off some apps have a huge black border

Status in metacity package in Ubuntu:
  Invalid

Bug description:
  In Xenial I notice with compositing switched off several apps
  (nautilus, gedit, totem, gnome-tweak-tool, system-monitor & empathy)
  have a huge black border as shown in the attached screenshot.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: metacity 1:3.18.1-1ubuntu2
  ProcVersionSignature: Ubuntu 4.2.0-19.23-generic 4.2.6
  Uname: Linux 4.2.0-19-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.19.2-0ubuntu6
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Sat Nov 14 17:56:19 2015
  InstallationDate: Installed on 2015-11-10 (4 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20151109)
  SourcePackage: metacity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1525402] Re: "Input Sources" button looks really out of place in Keyboard settings

2015-12-29 Thread Robert Hönig
And the screenshot

** Attachment added: "finalFix.png"
   
https://bugs.launchpad.net/ubuntu-gnome/+bug/1525402/+attachment/4541649/+files/finalFix.png

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

Title:
  "Input Sources" button looks really out of place in Keyboard settings

Status in Ubuntu GNOME:
  Confirmed
Status in gnome-control-center package in Ubuntu:
  Fix Committed

Bug description:
  I am running Ubuntu GNOME 15.10 with GNOME 3.18 and I have recently
  noticed that in the gnome-control-center, at the bottom in the
  KeyBoard section there is a button which says "Input Sources":
  Input_Sources_Out_Of_Place_Button.png

  Though this button is only text, so actually not very obviously a
  button and in fact looks quite out of place, until I clicked it and it
  took me somewhere else I didn't really know what it was... The only
  time that a button like outline actually appeared around it was when I
  clicked it and that was only brief. So I really think that you should
  firstly make this button look more like a button (e.g.: add a boarder
  round it), and secondly actually put it somewhere on the page where it
  doesn't look just completely out of place, I don't know, maybe
  somewhere at the top or something, but it just looks odd and out of
  place where it currently is...

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

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


[Desktop-packages] [Bug 518056] Re: cedilla appears as accented c (ć instead of ç) when typing 'c

2015-12-29 Thread Raphael das Neves Calvo
Thanks to everyone and a special thanks to Gunnar who helped to put some
order in our despair for this fix which seemed small but, as we all can
see, was spreaded through several packages.

P.S.: the duplicated bugs could be closed as well.

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

Title:
  cedilla appears as accented c (ć instead of ç) when typing 'c

Status in xkeyboard-config:
  Won't Fix
Status in xlibs:
  Fix Released
Status in ibus package in Ubuntu:
  Fix Released
Status in language-selector package in Ubuntu:
  Fix Released
Status in libx11 package in Ubuntu:
  Fix Released

Bug description:
  
  When typing in a US-international keyboard with dead-keys (or 
UK-international), 
  typing 'c results in an accented c instead of a cedilla.

  There is a workaround, which is editing the

  /usr/lib/gtk-2.0/2.10.0/immodule-files.d/libgtk2.0-0.immodules

  file and changing the line

  "cedilla" "Cedilla" "gtk20" "/usr/share/locale"
  "az:ca:co:fr:gv:oc:pt:sq:tr:wa"

  to

  "cedilla" "Cedilla" "gtk20" "/usr/share/locale"
  "az:ca:co:fr:gv:oc:pt:sq:tr:wa:en"

  (add the 'en' at the end).

  However, every time some update on this file is applied, one looses the 
change,
  and we get back to the accented c. That means having to modify the file again,
  logout and login.

  For me this is no problem. But for my brother, mom, dad, etc, it is always 
something
  that at least makes me less proud of having convinced them to use Ubuntu, 
because
  they don't know what to do each time this happens.

  I think we really need a configurable keyboard layout, or at least (and that 
would
  be very easy), the inclusion of alternate layouts on install that for the 
dead-key
  options (as US-deadkey and UK-deakey), alternate layouts as 
US-deadkey-cedilla.

  This change is relevant for at least Portuguese and French.

To manage notifications about this bug go to:
https://bugs.launchpad.net/xkeyboard-config/+bug/518056/+subscriptions

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


[Desktop-packages] [Bug 518056] Re: cedilla appears as accented c (ć instead of ç) when typing 'c

2015-12-29 Thread Gunnar Hjalmarsson
Thanks, Raphael.

On 2015-12-29 14:35, Raphael das Neves Calvo wrote:
> P.S.: the duplicated bugs could be closed as well.

For just the reason those bugs are marked as duplicates, there is no
need to update their statuses. So I think we are done now. :)

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

Title:
  cedilla appears as accented c (ć instead of ç) when typing 'c

Status in xkeyboard-config:
  Won't Fix
Status in xlibs:
  Fix Released
Status in ibus package in Ubuntu:
  Fix Released
Status in language-selector package in Ubuntu:
  Fix Released
Status in libx11 package in Ubuntu:
  Fix Released

Bug description:
  
  When typing in a US-international keyboard with dead-keys (or 
UK-international), 
  typing 'c results in an accented c instead of a cedilla.

  There is a workaround, which is editing the

  /usr/lib/gtk-2.0/2.10.0/immodule-files.d/libgtk2.0-0.immodules

  file and changing the line

  "cedilla" "Cedilla" "gtk20" "/usr/share/locale"
  "az:ca:co:fr:gv:oc:pt:sq:tr:wa"

  to

  "cedilla" "Cedilla" "gtk20" "/usr/share/locale"
  "az:ca:co:fr:gv:oc:pt:sq:tr:wa:en"

  (add the 'en' at the end).

  However, every time some update on this file is applied, one looses the 
change,
  and we get back to the accented c. That means having to modify the file again,
  logout and login.

  For me this is no problem. But for my brother, mom, dad, etc, it is always 
something
  that at least makes me less proud of having convinced them to use Ubuntu, 
because
  they don't know what to do each time this happens.

  I think we really need a configurable keyboard layout, or at least (and that 
would
  be very easy), the inclusion of alternate layouts on install that for the 
dead-key
  options (as US-deadkey and UK-deakey), alternate layouts as 
US-deadkey-cedilla.

  This change is relevant for at least Portuguese and French.

To manage notifications about this bug go to:
https://bugs.launchpad.net/xkeyboard-config/+bug/518056/+subscriptions

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


[Desktop-packages] [Bug 1529698] Re: nautilus freezes when extracting files with the context menu

2015-12-29 Thread elhoir
using xubuntu desktop, i forgot to say this

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

Title:
  nautilus freezes when extracting files with the context menu

Status in nautilus package in Ubuntu:
  New

Bug description:
  nautilus freezes when extracting files with the context menu

  maybe related with https://bugs.launchpad.net/bugs/120452 ?

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: nautilus 1:3.18.3-0ubuntu1
  ProcVersionSignature: Ubuntu 4.3.0-2.11-generic 4.3.0
  Uname: Linux 4.3.0-2-generic i686
  ApportVersion: 2.19.3-0ubuntu2
  Architecture: i386
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Mon Dec 28 21:22:28 2015
  GsettingsChanges:
   b'org.gnome.nautilus.window-state' b'geometry' b"'890x550+106+130'"
   b'org.gnome.nautilus.icon-view' b'default-zoom-level' b"'standard'"
  InstallationDate: Installed on 2015-05-28 (214 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release i386 (20150422)
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to xenial on 2015-12-13 (15 days ago)

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

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


[Desktop-packages] [Bug 1469346] Re: DHCPv6 responses with multiple addresses applied incorrectly to interface

2015-12-29 Thread Alexey Zagarin
There is a patch exists that fixes this problem, but against more recent 
version of NetworkManager: https://bugzilla.gnome.org/show_bug.cgi?id=681764#c20
I tried to adapt it to 1.0.4 currently present in Ubuntu (and it works for me). 
However, further testing needed.

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

** Patch added: "nm.patch"
   
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1469346/+attachment/4541727/+files/nm.patch

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

Title:
  DHCPv6 responses with multiple addresses applied incorrectly to
  interface

Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  A DHCPv6 server may respond with multiple addresses, and is not an
  unusual case as you may wish to provide both a ULA and a global prefix
  to a common suffix. Recent versions of OpenWRT behave in this manner
  for DHCPv6.

  Network Manager is handling this *almost* correctly. Both addresses
  get applied, just not simultaneously as would be expected.

  The dhclient process is seeing both addresses, and both get processed
  by the handler, but is handled as though there were two seperate
  requests, applies the first address, promptly removes it, and replaces
  it with the second address, resulting in only the latter address
  persisting after interface setup.

  After adding the following to the upstart config for network manager,
  you can easily follow the mishandling of the response:

  --log-level=debug --log-domains=DEVICE,IP6,DHCP6

  The following are key lines from the debug logging:

  Jun 20 23:21:16 pinky-linux NetworkManager[6244]:  [1434856876.790352] 
[nm-system.c:280] sync_addresses(): (wlan0): adding address 
'2607:::ad10::61/128'
  ...

  Jun 20 23:21:17 pinky-linux NetworkManager[6244]:  [1434856877.837130] 
[nm-system.c:247] sync_addresses(): (wlan0): removing address 
'2607:::ad10::61/128'
  Jun 20 23:21:17 pinky-linux NetworkManager[6244]:  [1434856877.837526] 
[nm-system.c:280] sync_addresses(): (wlan0): adding address 
'fd5b:::10::61/128'

  In this case the global prefixed address was applied, then immediately
  replaced by the ULA prefixed one.

  So it's correctly parsing both addresses of the response as supplied
  by dhclient, but the end result is not what is expected for the given
  configuration sent from the server.

  The correct behaviour is to add/replace all addresses in the response
  as a set.

  This negates much of the usefulness of supporting DHCPv6, and is an
  impediment to integration with IPv6 networks requiring it's use.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: network-manager 0.9.8.8-0ubuntu7.1
  ProcVersionSignature: Ubuntu 3.16.0-38.52~14.04.1-generic 3.16.7-ckt10
  Uname: Linux 3.16.0-38-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Jun 26 22:19:20 2015
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2015-05-21 (36 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  IpRoute:
   default via 192.168.169.1 dev wlan0  proto static 
   192.168.169.0/24 dev wlan0  proto kernel  scope link  src 192.168.169.61  
metric 9
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  ProcEnviron:
   LANGUAGE=en_CA:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_CA.UTF-8
   SHELL=/bin/bash
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  mtime.conffile..etc.NetworkManager.NetworkManager.conf: 
2015-06-17T17:39:57.347300
  mtime.conffile..etc.init.network.manager.conf: 2015-06-20T23:20:39.172713
  nmcli-con:
   NAME  UUID   TYPE
  TIMESTAMPTIMESTAMP-REAL AUTOCONNECT   READONLY   
DBUS-PATH 
   somewhere 1bc6a70d-cf1a-4109-8a21-71656d34685c   
802-11-wireless   1435371500   Fri 26 Jun 2015 10:18:20 PM EDTyes   
no /org/freedesktop/NetworkManager/Settings/0
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH 
 
   eth0   802-3-ethernetunavailable   
/org/freedesktop/NetworkManager/Devices/1  
   wlan0  802-11-wireless   connected 
/org/freedesktop/NetworkManager/Devices/0
  nmcli-nm:
   RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   
WIFI   WWAN-HARDWARE   WWAN  
   running 0.9.8.8connected   enabled   enabled 
enabledenabled enabled

To manage notifications about this bug go 

[Desktop-packages] [Bug 518056] Re: cedilla appears as accented c (ć instead of ç) when typing 'c

2015-12-29 Thread Launchpad Bug Tracker
This bug was fixed in the package language-selector - 0.153

---
language-selector (0.153) xenial; urgency=medium

  * data/cedilla-portuguese.sh, setup.py:
Make it easier for pt_PT users to type ccedilla (ç) in the same
manner as it works for pt_BR users since version 0.142
(LP: #518056).
  * debian/language-selector-common.maintscript:
Renaming from cedilla-brazil.sh to cedilla-portuguese.sh.

 -- Gunnar Hjalmarsson   Tue, 29 Dec 2015 12:59:00
+0100

** Changed in: language-selector (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  cedilla appears as accented c (ć instead of ç) when typing 'c

Status in xkeyboard-config:
  Won't Fix
Status in xlibs:
  Fix Released
Status in ibus package in Ubuntu:
  Fix Released
Status in language-selector package in Ubuntu:
  Fix Released
Status in libx11 package in Ubuntu:
  Fix Released

Bug description:
  
  When typing in a US-international keyboard with dead-keys (or 
UK-international), 
  typing 'c results in an accented c instead of a cedilla.

  There is a workaround, which is editing the

  /usr/lib/gtk-2.0/2.10.0/immodule-files.d/libgtk2.0-0.immodules

  file and changing the line

  "cedilla" "Cedilla" "gtk20" "/usr/share/locale"
  "az:ca:co:fr:gv:oc:pt:sq:tr:wa"

  to

  "cedilla" "Cedilla" "gtk20" "/usr/share/locale"
  "az:ca:co:fr:gv:oc:pt:sq:tr:wa:en"

  (add the 'en' at the end).

  However, every time some update on this file is applied, one looses the 
change,
  and we get back to the accented c. That means having to modify the file again,
  logout and login.

  For me this is no problem. But for my brother, mom, dad, etc, it is always 
something
  that at least makes me less proud of having convinced them to use Ubuntu, 
because
  they don't know what to do each time this happens.

  I think we really need a configurable keyboard layout, or at least (and that 
would
  be very easy), the inclusion of alternate layouts on install that for the 
dead-key
  options (as US-deadkey and UK-deakey), alternate layouts as 
US-deadkey-cedilla.

  This change is relevant for at least Portuguese and French.

To manage notifications about this bug go to:
https://bugs.launchpad.net/xkeyboard-config/+bug/518056/+subscriptions

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


[Desktop-packages] [Bug 518056] Re: cedilla appears as accented c (ć instead of ç) when typing 'c

2015-12-29 Thread Gunnar Hjalmarsson
As from ibus 1.5.11-1ubuntu1, ibus honors X11 compose files. With this
change, together with the pending language-selector commit, all
Portuguese users can type ccedilla easily in xenial.

If either the display language or the regional formats setting is a
Portuguese option, '+c will automatically result in ccedilla (ç).

* It works in the same way for Brazilian Portuguese and Portuguese
  as spoken in Portugal.

* It works whether the input method framework in use is ibus,
  fcitx, uim, or none.

If neither the display language nor the regional formats setting is a
Portuguese option, you can enable this feature manually by opening your
~/.profile file for editing and adding this line:

export XCOMPOSEFILE=/usr/share/X11/locale/pt_BR.UTF-8/Compose

See also:
http://www.x.org/archive/X11R7.5/doc/man/man5/Compose.5.html

** Changed in: ibus (Ubuntu)
   Status: In Progress => Fix Released

** Changed in: language-selector (Ubuntu)
   Status: In Progress => Fix Committed

** No longer affects: ibus

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

Title:
  cedilla appears as accented c (ć instead of ç) when typing 'c

Status in xkeyboard-config:
  Won't Fix
Status in xlibs:
  Fix Released
Status in ibus package in Ubuntu:
  Fix Released
Status in language-selector package in Ubuntu:
  Fix Committed
Status in libx11 package in Ubuntu:
  Fix Released

Bug description:
  
  When typing in a US-international keyboard with dead-keys (or 
UK-international), 
  typing 'c results in an accented c instead of a cedilla.

  There is a workaround, which is editing the

  /usr/lib/gtk-2.0/2.10.0/immodule-files.d/libgtk2.0-0.immodules

  file and changing the line

  "cedilla" "Cedilla" "gtk20" "/usr/share/locale"
  "az:ca:co:fr:gv:oc:pt:sq:tr:wa"

  to

  "cedilla" "Cedilla" "gtk20" "/usr/share/locale"
  "az:ca:co:fr:gv:oc:pt:sq:tr:wa:en"

  (add the 'en' at the end).

  However, every time some update on this file is applied, one looses the 
change,
  and we get back to the accented c. That means having to modify the file again,
  logout and login.

  For me this is no problem. But for my brother, mom, dad, etc, it is always 
something
  that at least makes me less proud of having convinced them to use Ubuntu, 
because
  they don't know what to do each time this happens.

  I think we really need a configurable keyboard layout, or at least (and that 
would
  be very easy), the inclusion of alternate layouts on install that for the 
dead-key
  options (as US-deadkey and UK-deakey), alternate layouts as 
US-deadkey-cedilla.

  This change is relevant for at least Portuguese and French.

To manage notifications about this bug go to:
https://bugs.launchpad.net/xkeyboard-config/+bug/518056/+subscriptions

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