[Desktop-packages] [Bug 1571522] Re: Detect captive WiFi hotspots

2016-04-18 Thread Lorn Potter
There can be many ways captive portals work and it is tricky being able
to support the different ways of detecting this.

I've seen some offer redirects, but others offer different status codes
to indicate the captive portal, and not all captive portals act properly
once things get returned.

I would think this comes from network-manager level and not indicator
level.


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

Title:
  Detect captive WiFi hotspots

Status in Canonical System Image:
  Confirmed
Status in indicator-network package in Ubuntu:
  Confirmed
Status in network-manager package in Ubuntu:
  New

Bug description:
  Right now it is very annoying that when you connect to a captive wifi
  portal, the device does not detect that. All other devices open the
  log in page automatically, except ubuntu devices. One needs to
  manually open the browser, type a url and get redirected before being
  able to log in and start e.g. telegram messaging over the wifi
  connection.

  My proposed solution to solve this:
  When a WiFi connection is established, indicator-network should do a http GET 
call to ubuntu.com. If the reply turns out to be a redirect, it should open the 
browser with the redirect url.

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

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


[Desktop-packages] [Bug 1566157] Re: Metacity's compositing is too slow

2016-04-18 Thread Alkis Georgopoulos
Yup, I'm using your 1:3.18.3+git20160418-1ubuntu3 metacity many hours per day 
on my main work PC.
i386, Xenial, Core i5-4440 @ 3.10 GHz, 8 GB RAM.

I haven't seen any regressions so far, and I cannot even reproduce the
issue Dmitry reported; although I've seen some recent commits of yours
that might have solved it...

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

Title:
  Metacity's compositing is too slow

Status in metacity package in Ubuntu:
  New

Bug description:
  I did the following benchmarks between `metacity --no-composite`,
  `metacity --composite`, and `compiz`, in Ubuntu 16.04.

  First, I disabled vsync:
  $ cat ~/.drirc 
  
  
  
  
  

  Then I ran glxgears as follows:

  $ metacity --no-composite --replace & sleep 5 && glxgears & sleep 20 && 
killall glxgears
  29564 frames in 5.0 seconds = 5912.721 FPS
  29729 frames in 5.0 seconds = 5945.777 FPS

  $ metacity --composite --replace & sleep 5 && glxgears & sleep 20 && killall 
glxgears
  10366 frames in 5.0 seconds = 2073.057 FPS
  10194 frames in 5.0 seconds = 2038.702 FPS

  $ compiz --replace & sleep 5 && glxgears & sleep 20 && killall glxgears
  37633 frames in 5.0 seconds = 7522.813 FPS
  37990 frames in 5.0 seconds = 7597.965 FPS

  As a second set of benchmarks, I ran glxgears -fullscreen as follows:

  $ metacity --no-composite --replace & sleep 5 && glxgears -fullscreen & sleep 
20 && killall glxgears
  1652 frames in 5.0 seconds = 330.296 FPS
  1667 frames in 5.0 seconds = 333.281 FPS

  $ metacity --composite --replace & sleep 5 && glxgears -fullscreen & sleep 20 
&& killall glxgears
  886 frames in 5.0 seconds = 177.007 FPS
  891 frames in 5.0 seconds = 178.099 FPS

  $ compiz --replace & sleep 5 && glxgears -fullscreen & sleep 20 && killall 
glxgears
  1830 frames in 5.0 seconds = 365.868 FPS
  1847 frames in 5.0 seconds = 369.242 FPS

  
  Normalized results (with compiz=100):
  
  Windowed:
  metacity --no-composite: 78 FPS
  metacity --composite: 27 FPS
  compiz: 100 FPS

  Full screen:
  metacity --no-composite: 90 FPS
  metacity --composite: 48 FPS
  compiz: 100 FPS

  So `metacity --composite` in this test was about 2 times slower than
  `metacity --no-composite` and about 3 times slower than `compiz`.

  This test was done an "Intel(R) Core(TM) i5-4440 CPU @ 3.10GHz" CPU, with the 
following embedded graphics card:
  $ lspci -nn -k | grep -A 2 VGA
  00:02.0 VGA compatible controller [0300]: Intel Corporation Xeon E3-1200 
v3/4th Gen Core Processor Integrated Graphics Controller [8086:0412] (rev 06)
Subsystem: Gigabyte Technology Co., Ltd Xeon E3-1200 v3/4th Gen Core 
Processor Integrated Graphics Controller [1458:d000]
Kernel driver in use: i915

  I'll upload more tests if I find anything newsworthy.

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

-- 
Mailing list: https://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 1569674] Re: [Kubuntu] Fail to connect to wifi after a recent update

2016-04-18 Thread Avishay
Hi,
It seems to make no difference when I remove the gateway-ping-timeout line
from the file. I get the same error

On Mon, Apr 18, 2016 at 5:42 PM, Tony Espy <1569...@bugs.launchpad.net>
wrote:

> @Avishay
>
> Can you try removing the 'gateway-ping-timeout' line from one of your
> connections and retry?  From the error you originally reported, it looks
> like the Plasma networking code is mangling this value and NM
> complains...
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1569674
>
> Title:
>   [Kubuntu] Fail to connect to wifi after a recent update
>
> Status in network-manager package in Ubuntu:
>   Confirmed
>
> Bug description:
>   I installed the recent updates in the Update Manager and after rebooting
> I wasn't able to connect to my wifi network anymore.
>   It attempts to connect to the network and fails with the following error
> message:
>
>   Failed to update connection [network name]
>   connection.gateway-ping-timeout: can not set property:
>   value "46730064" of type 'guint' is invalid or out of range for property
> 'gateway-ping-timeout' of type 'guint'
>
>   I am able to use wired connection.
>
>   1. release:
>   Description:Ubuntu Xenial Xerus (development branch)
>   Release:16.04
>
>   2. network-manager version:
>   network-manager:
> Installed: 1.1.93-0ubuntu3
> Candidate: 1.1.93-0ubuntu3
> Version table:
>*** 1.1.93-0ubuntu3 500
>   500 http://il.archive.ubuntu.com/ubuntu xenial/main amd64
> Packages
>   100 /var/lib/dpkg/status
>
>   3. I expected the machine to connect to wifi as always
>
>   4. it failed to connect with the above error message
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 16.04
>   Package: network-manager 1.1.93-0ubuntu2
>   ProcVersionSignature: Ubuntu 4.4.0-18.34-generic 4.4.6
>   Uname: Linux 4.4.0-18-generic x86_64
>   ApportVersion: 2.20.1-0ubuntu1
>   Architecture: amd64
>   CurrentDesktop: KDE
>   Date: Wed Apr 13 06:37:27 2016
>   IfupdownConfig:
># interfaces(5) file used by ifup(8) and ifdown(8)
>auto lo
>iface lo inet loopback
>   InstallationDate: Installed on 2016-04-01 (11 days ago)
>   InstallationMedia: Kubuntu 16.04 LTS "Xenial Xerus" - Beta amd64
> (20160331)
>   IpRoute:
>default via 10.100.102.1 dev enp0s31f6  proto static  metric 100
>10.100.102.0/24 dev enp0s31f6  proto kernel  scope link  src
> 10.100.102.5  metric 100
>169.254.0.0/16 dev enp0s31f6  scope link  metric 1000
>   NetworkManager.state:
>[main]
>NetworkingEnabled=true
>WirelessEnabled=false
>WWANEnabled=false
>WimaxEnabled=true
>   RfKill:
>0: phy0: Wireless LAN
> Soft blocked: yes
> Hard blocked: no
>   SourcePackage: network-manager
>   UpgradeStatus: No upgrade log present (probably fresh install)
>   mtime.conffile..etc.NetworkManager.NetworkManager.conf:
> 2016-04-12T22:28:14.870844
>   nmcli-dev:
>DEVICE TYPE  STATEDBUS-PATH
>   CONNECTION  CON-UUID  CON-PATH
>enp0s31f6  ethernet  connected
> /org/freedesktop/NetworkManager/Devices/0  Wired connection 1
> d956dc0d-4de6-4f45-8869-a3703d8d0d28
> /org/freedesktop/NetworkManager/ActiveConnection/1
>wlp4s0 wifi  unavailable
> /org/freedesktop/NetworkManager/Devices/2  --  --
>   --
>lo loopback  unmanaged
> /org/freedesktop/NetworkManager/Devices/1  --  --
>   --
>   nmcli-nm: Error: command ['nmcli', '-f', 'all', 'nm'] failed with exit
> code 2: Error: Object 'nm' is unknown, try 'nmcli help'.
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1569674/+subscriptions
>

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

Title:
  [Kubuntu] Fail to connect to wifi after a recent update

Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  I installed the recent updates in the Update Manager and after rebooting I 
wasn't able to connect to my wifi network anymore.
  It attempts to connect to the network and fails with the following error 
message:

  Failed to update connection [network name]
  connection.gateway-ping-timeout: can not set property:
  value "46730064" of type 'guint' is invalid or out of range for property 
'gateway-ping-timeout' of type 'guint'

  I am able to use wired connection.

  1. release:
  Description:Ubuntu Xenial Xerus (development branch)
  Release:16.04

  2. network-manager version:
  network-manager:
Installed: 1.1.93-0ubuntu3
Candidate: 1.1.93-0ubuntu3
Version table:
   *** 1.1.93-0ubuntu3 500
  500 http://il.archive.ubuntu.com/ubuntu xenial/main amd64 Packages
  100 /var/lib/dpkg/status

  

[Desktop-packages] [Bug 1351286] Re: colord-sane assert failure: colord-sane: simple-watch.c:454: avahi_simple_poll_prepare: Assertion `s->state == STATE_INIT || s->state == STATE_DISPATCHED || s->sta

2016-04-18 Thread Gumuiyul
Same bug on 16.04 daily build 20160406. 
Log file attached in /var/crash/

** Attachment added: "_usr_lib_colord_colord-sane.111.crash"
   
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1351286/+attachment/4639575/+files/_usr_lib_colord_colord-sane.111.crash

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

Title:
  colord-sane assert failure: colord-sane: simple-watch.c:454:
  avahi_simple_poll_prepare: Assertion `s->state == STATE_INIT ||
  s->state == STATE_DISPATCHED || s->state == STATE_FAILURE' failed.

Status in sane-backends package in Ubuntu:
  Confirmed

Bug description:
  Upgraded from 14.04 to 14.10 alpha.

  ProblemType: Crash
  DistroRelease: Ubuntu 14.10
  Package: colord 1.2.1-1ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  Uname: Linux 3.16.0-6-generic x86_64
  ApportVersion: 2.14.5-0ubuntu2
  Architecture: amd64
  AssertionMessage: colord-sane: simple-watch.c:454: avahi_simple_poll_prepare: 
Assertion `s->state == STATE_INIT || s->state == STATE_DISPATCHED || s->state 
== STATE_FAILURE' failed.
  Date: Fri Aug  1 14:00:57 2014
  ExecutablePath: /usr/lib/colord/colord-sane
  InstallationDate: Installed on 2013-12-26 (217 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  ProcCmdline: /usr/lib/colord/colord-sane
  ProcEnviron:
   
  Signal: 6
  SourcePackage: colord
  StacktraceTop:
   __assert_fail_base (fmt=0x7fcda3d688b0 "%s%s%s:%u: %s%sAssertion `%s' 
failed.\n%n", assertion=assertion@entry=0x7fcd926f9fb0 "s->state == STATE_INIT 
|| s->state == STATE_DISPATCHED || s->state == STATE_FAILURE", 
file=file@entry=0x7fcd926f9ee8 "simple-watch.c", line=line@entry=454, 
function=function@entry=0x7fcd926fa140 "avahi_simple_poll_prepare") at 
assert.c:92
   __GI___assert_fail (assertion=0x7fcd926f9fb0 "s->state == STATE_INIT || 
s->state == STATE_DISPATCHED || s->state == STATE_FAILURE", file=0x7fcd926f9ee8 
"simple-watch.c", line=454, function=0x7fcd926fa140 
"avahi_simple_poll_prepare") at assert.c:101
   avahi_simple_poll_prepare () from 
/usr/lib/x86_64-linux-gnu/libavahi-common.so.3
   avahi_simple_poll_iterate () from 
/usr/lib/x86_64-linux-gnu/libavahi-common.so.3
   ?? () from /usr/lib/x86_64-linux-gnu/sane/libsane-kodakaio.so.1
  Title: colord-sane assert failure: colord-sane: simple-watch.c:454: 
avahi_simple_poll_prepare: Assertion `s->state == STATE_INIT || s->state == 
STATE_DISPATCHED || s->state == STATE_FAILURE' failed.
  UpgradeStatus: Upgraded to utopic on 2014-07-31 (0 days ago)
  UserGroups:

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

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


[Desktop-packages] [Bug 1288786] Re: pkexec does not launch graphical authentication

2016-04-18 Thread MrTux
I have same problem in Ubuntu 16.04 when I try to start Synaptic Package
Manager.

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

Title:
  pkexec does not launch graphical authentication

Status in policykit-1 package in Ubuntu:
  Confirmed

Bug description:
  Installed Trusty Tahr Lubuntu Beta1 version and added xubuntu desktop.  In 
buth desktops, I tried to launch synaptic to install some packages.  If I try 
to launch from menu, nothing seems to happen.  From a terminal, I ran
pkexec "/usr/sbin/synaptic"
   and saw that it asks for password in the terminal window, instead of popping 
up an authentication window like previous Ubuntu version did.  That was why I 
saw no authentication request when launching from menu..  I have a 
workaround)launching from Terminal window), but this should be fixed before 
release.

  ralph@minnie:~$ cat /etc/lsb-release 
  DISTRIB_ID=Ubuntu
  DISTRIB_RELEASE=14.04
  DISTRIB_CODENAME=trusty
  DISTRIB_DESCRIPTION="Ubuntu Trusty Tahr (development branch)"
  ralph@minnie:~$ pkexec --version
  pkexec version 0.105

  Thanks

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

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


[Desktop-packages] [Bug 1571574] Re: 3G icon missing in network-manager-applet

2016-04-18 Thread Chih-Hsyuan Ho
The last known working network-manger-applet is of 1.0.10-1ubuntu1

** Also affects: network-manager-applet
   Importance: Undecided
   Status: New

** Also affects: oem-priority
   Importance: Undecided
   Status: New

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

Title:
  3G icon missing in network-manager-applet

Status in Network Manager Applet:
  New
Status in OEM Priority Project:
  New
Status in network-manager-applet package in Ubuntu:
  Confirmed

Bug description:
  After establishing a 3G connection, the icon shown in system tray
  should be a 3G indicator to indicate that 3G is connected.

  However, in Xenial there is no 3G icon at all.
  After 3G connection is established, it remains as the previous icon displayed.
  (e.g. 
  If no other connection was established before 3G connection was made, then 
the icon is a "hollow fan shape" after connecting to 3G.
  If wifi was connected before 3G connection was made, then the icon after 3G 
connection shows a wifi icon.)

  network-manager: 1.1.93-0ubuntu3
  OS: Xenial daily (2016 Apr. 15)

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

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


[Desktop-packages] [Bug 1538111] Re: untraceable serious bug in metacity 3.18

2016-04-18 Thread Cui Wei
Thanks, I'll try it tonight!

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

Title:
  untraceable serious bug in metacity 3.18

Status in metacity package in Ubuntu:
  In Progress

Bug description:
  Ubuntu 16.04 LTS uses 3.18 version of gnome metacity.

  When doing lots of mess work in Desktop (such as open desktop window,
  sudo window, dragging window, and so on), "!! WHEN CLICKING CLOSE
  BUTTON OF A CERTAIN WINDOW !!", there is "small possibility" for
  metacity to get out of work --> Many windows are disappeared, with
  only nautilus desktop background and gnome-panel on screen. "Live
  Window List" still exists in gnome-panel, but no matter doing what
  (such as open new application from gnome-menu or use Alt+Tab to switch
  window), none of live windows can be displayed.

  So the only way is to switch to tty1 using Ctrl+Alt+F1, and executing
  "DISPLAY=:0 metacity -c --replace", then all windows came back.

  Till now, I meet this bug every day, but still not sure how to
  reproduce it bug. I think you should trace what the metacity do when
  clicking "close button" that makes all windows to be disappeared.

  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: metacity 1:3.18.1-1ubuntu3
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  ApportVersion: 2.19.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Tue Jan 26 19:49:48 2016
  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/1538111/+subscriptions

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


[Desktop-packages] [Bug 1564252] Re: [HDA-Intel - HDA Intel PCH, recording] No sound from external microphone on headset

2016-04-18 Thread Alberto Salvia Novella
** Changed in: alsa-driver (Ubuntu)
   Importance: Undecided => Medium

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

Title:
  [HDA-Intel - HDA Intel PCH, recording] No sound from external
  microphone on headset

Status in alsa-driver package in Ubuntu:
  Confirmed

Bug description:
  No sound from external microphone on headset. Work well in windows.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.4.0-15.31-generic 4.4.6
  Uname: Linux 4.4.0-15-generic x86_64
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 2273 F pulseaudio
   /dev/snd/pcmC1D0p:   ubuntu 2273 F...m pulseaudio
   /dev/snd/controlC1:  ubuntu 2273 F pulseaudio
  CasperVersion: 1.368
  CurrentDesktop: Unity
  Date: Thu Mar 31 06:18:30 2016
  LiveMediaBuild: Ubuntu 16.04 LTS "Xenial Xerus" - Beta amd64 (20160323)
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaRecordingTest: ALSA recording test through plughw:PCH failed
  Symptom_Card: Built-in Audio - HDA Intel PCH
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 2273 F pulseaudio
   /dev/snd/controlC1:  ubuntu 2273 F pulseaudio
  Symptom_Type: No sound at all
  Title: [HDA-Intel - HDA Intel PCH, recording] No sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/06/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: N551JM.204
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: N551JM
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrN551JM.204:bd10/06/2014:svnASUSTeKCOMPUTERINC.:pnN551JM:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnN551JM:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: N551JM
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

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

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


[Desktop-packages] [Bug 1552693] Re: Radeon driver only provides 1024x768 resolution

2016-04-18 Thread Alberto Salvia Novella
** Changed in: linux (Ubuntu)
   Importance: Undecided => High

** Changed in: xserver-xorg-video-ati (Ubuntu)
   Importance: Undecided => High

** Changed in: xserver-xorg-video-ati (Ubuntu)
   Status: New => Confirmed

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

Title:
  Radeon driver only provides 1024x768 resolution

Status in linux package in Ubuntu:
  Confirmed
Status in xserver-xorg-video-ati package in Ubuntu:
  Confirmed

Bug description:
  I'm using the latest development version of xenial. My graphics card
  is AMD HD7950 and I use an mini-DP to DP converter to connect it to an
  Acer XB240H monitor. The system works well in Windows 7.

  While using the open source radeon driver, the system was only able to
  detect resolution up to 1024x768:

  $ xrandr
  Screen 0: minimum 320 x 200, current 1024 x 768, maximum 16384 x 16384
  DisplayPort-0 disconnected (normal left inverted right x axis y axis)
  DisplayPort-1 connected primary 1024x768+0+0 (normal left inverted right x 
axis y axis) 0mm x 0mm
 1024x768  60.00* 
 800x600   60.3256.25  
 848x480   60.00  
 640x480   59.94  
  HDMI-0 disconnected (normal left inverted right x axis y axis)
  DVI-0 disconnected (normal left inverted right x axis y axis)

  $ dmesg | grep drm
  [0.615419] [drm] Initialized drm 1.1.0 20060810
  [0.630977] [drm] radeon kernel modesetting enabled.
  [0.633712] fb: switching to radeondrmfb from VESA VGA
  [0.633863] [drm] initializing kernel modesetting (TAHITI 0x1002:0x679A 
0x1682:0x3221).
  [0.633870] [drm] register mmio base: 0xF7E0
  [0.633870] [drm] register mmio size: 262144
  [0.633935] [drm] Changing default dispclk from 500Mhz to 600Mhz
  [0.633942] [drm] Detected VRAM RAM=3072M, BAR=256M
  [0.633943] [drm] RAM width 384bits DDR
  [0.633980] [drm] radeon: 3072M of VRAM memory ready
  [0.633980] [drm] radeon: 2048M of GTT memory ready.
  [0.633985] [drm] Loading tahiti Microcode
  [0.634037] [drm] Internal thermal controller with fan control
  [0.634064] [drm] probing gen 2 caps for device 8086:c01 = 261ad03/e
  [0.638427] [drm] radeon: dpm initialized
  [0.639773] [drm] Found VCE firmware/feedback version 50.0.1 / 17!
  [0.639776] [drm] GART: num cpu pages 524288, num gpu pages 524288
  [0.640486] [drm] probing gen 2 caps for device 8086:c01 = 261ad03/e
  [0.640489] [drm] PCIE gen 3 link speeds already enabled
  [0.655393] [drm] PCIE GART of 2048M enabled (table at 0x002E8000).
  [0.675799] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
  [0.675800] [drm] Driver supports precise vblank timestamp query.
  [0.675874] [drm] radeon: irq initialized.
  [0.816685] [drm] ring test on 0 succeeded in 1 usecs
  [0.816689] [drm] ring test on 1 succeeded in 1 usecs
  [0.816692] [drm] ring test on 2 succeeded in 1 usecs
  [0.816697] [drm] ring test on 3 succeeded in 3 usecs
  [0.816701] [drm] ring test on 4 succeeded in 2 usecs
  [1.002289] [drm] ring test on 5 succeeded in 1 usecs
  [1.002294] [drm] UVD initialized successfully.
  [1.111494] [drm] ring test on 6 succeeded in 21 usecs
  [1.111505] [drm] ring test on 7 succeeded in 4 usecs
  [1.111505] [drm] VCE initialized successfully.
  [1.111627] [drm] ib test on ring 0 succeeded in 0 usecs
  [1.111648] [drm] ib test on ring 1 succeeded in 0 usecs
  [1.111673] [drm] ib test on ring 2 succeeded in 0 usecs
  [1.111688] [drm] ib test on ring 3 succeeded in 0 usecs
  [1.111702] [drm] ib test on ring 4 succeeded in 0 usecs
  [1.780603] [drm] ib test on ring 5 succeeded
  [2.280602] [drm] ib test on ring 6 succeeded
  [2.780592] [drm] ib test on ring 7 succeeded
  [2.781353] [drm] Radeon Display Connectors
  [2.781354] [drm] Connector 0:
  [2.781354] [drm]   DP-1
  [2.781355] [drm]   HPD5
  [2.781356] [drm]   DDC: 0x6530 0x6530 0x6534 0x6534 0x6538 0x6538 0x653c 
0x653c
  [2.781357] [drm]   Encoders:
  [2.781357] [drm] DFP1: INTERNAL_UNIPHY2
  [2.781358] [drm] Connector 1:
  [2.781358] [drm]   DP-2
  [2.781359] [drm]   HPD4
  [2.781360] [drm]   DDC: 0x6540 0x6540 0x6544 0x6544 0x6548 0x6548 0x654c 
0x654c
  [2.781360] [drm]   Encoders:
  [2.781361] [drm] DFP2: INTERNAL_UNIPHY2
  [2.781361] [drm] Connector 2:
  [2.781362] [drm]   HDMI-A-1
  [2.781362] [drm]   HPD1
  [2.781363] [drm]   DDC: 0x6550 0x6550 0x6554 0x6554 0x6558 0x6558 0x655c 
0x655c
  [2.781363] [drm]   Encoders:
  [2.781364] [drm] DFP3: INTERNAL_UNIPHY1
  [2.781364] [drm] Connector 3:
  [2.781365] [drm]   DVI-I-1
  [2.781365] [drm]   HPD3
  [2.781366] [drm]   DDC: 0x6580 0x6580 0x6584 0x6584 0x6588 0x6588 0x658c 
0x658c
  [2.781367] [drm]   

[Desktop-packages] [Bug 1571195] Re: package libjpeg-progs 8c-2ubuntu8 failed to install/upgrade: trying to overwrite '/usr/bin/rdjpgcom', which is also in package libjpeg-turbo-progs 1.3.0-0ubuntu2

2016-04-18 Thread Alberto Salvia Novella
** Changed in: libjpeg8-empty (Ubuntu)
   Importance: Undecided => High

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

Title:
  package libjpeg-progs 8c-2ubuntu8 failed to install/upgrade: trying to
  overwrite '/usr/bin/rdjpgcom', which is also in package libjpeg-turbo-
  progs 1.3.0-0ubuntu2

Status in libjpeg8-empty package in Ubuntu:
  Confirmed

Bug description:
  apt-cache policy libjpeg-progs
  libjpeg-progs:
Installed: 8c-2ubuntu8
Candidate: 1:9b-1
Version table:
   1:9b-1 500
  500 http://archive.ubuntu.com/ubuntu xenial/universe amd64 Packages
   *** 8c-2ubuntu8 100
  100 /var/lib/dpkg/status

  
  Description:  Ubuntu 16.04 LTS
  Release:  16.04
  Codename: xenial

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: libjpeg-progs 8c-2ubuntu8
  ProcVersionSignature: Ubuntu 4.4.0-18.34-generic 4.4.6
  Uname: Linux 4.4.0-18-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  Date: Sat Apr 16 15:36:52 2016
  ErrorMessage: trying to overwrite '/usr/bin/rdjpgcom', which is also in 
package libjpeg-turbo-progs 1.3.0-0ubuntu2
  InstallationDate: Installed on 2014-10-21 (542 days ago)
  InstallationMedia:
   
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1
   apt  1.2.10ubuntu1
  SourcePackage: libjpeg8-empty
  Title: package libjpeg-progs 8c-2ubuntu8 failed to install/upgrade: trying to 
overwrite '/usr/bin/rdjpgcom', which is also in package libjpeg-turbo-progs 
1.3.0-0ubuntu2
  UpgradeStatus: Upgraded to xenial on 2016-04-16 (0 days ago)

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

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


[Desktop-packages] [Bug 1565729] Re: Suspend/hibernate freezes with radeon driver loaded on hybrid graphics

2016-04-18 Thread Alberto Salvia Novella
** Changed in: xserver-xorg-video-ati (Ubuntu)
   Importance: Undecided => High

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

Title:
  Suspend/hibernate freezes with radeon driver loaded on hybrid graphics

Status in xserver-xorg-video-ati package in Ubuntu:
  Confirmed

Bug description:
  On at least Ubuntu 15.10 and 16.04 with the radeon driver (version
  7.5.0+git20150819-0ubuntu1 on 15.10, version 7.6.1-1ubuntu2 on 16.04)
  trying to suspend or hibernate a Lenovo G50-80 with Intel HD Graphics
  5500 (Broadwell GT2) and Advanced Micro Devices [AMD/ATI] Sun XT
  [Radeon HD 8670A/8670M/8690M / R5 M330] freezes the system when the
  radeon driver is loaded even if it is not in use. Turning off discrete
  graphics using the BIOS settings and using only the integrated Intel
  chip so that the radeon driver is not loaded does not cause this
  problem. Also, this problem does not occur on Ubuntu 14.04.4 using the
  kernel and X stack (LTS Enablement Stack) from 15.10 (Wily) even with
  the radeon driver loaded.

  There is a message from the radeon driver during boot, "radeon
  :04:00.0: VCE init error (-22)." which is an upstream issue
  occurring on other distributions too and is reported at
  https://bugs.freedesktop.org/show_bug.cgi?id=92722. However, even if
  the radeon driver is loaded, suspend/hibernate does not freeze on,
  e.g., Fedora 23 and, as mentioned above, even Ubuntu 14.04.4. I have
  tried using S1 instead of S3 sleep to no avail.

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

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


[Desktop-packages] [Bug 1566359] Re: Date and Time conflict with Windows 8.1 dual boot with Ubuntu 16.04 Daily Build

2016-04-18 Thread Phillip Susi
Sadly, the time and date settings used to at least have a check box you
could tick to tell the system that the RTC should use local time, but
along with many other useful options, this appears to have been removed
from gnome-settings-daemon.  Ubiquity should also set this option by
default when doing a side-by-side install.


** Also affects: gnome-settings-daemon (Ubuntu)
   Importance: Undecided
   Status: New

** Package changed: grub-installer (Ubuntu) => ubiquity (Ubuntu)

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

Title:
  Date and Time conflict with Windows 8.1 dual boot with Ubuntu 16.04
  Daily Build

Status in gnome-settings-daemon package in Ubuntu:
  New
Status in ubiquity package in Ubuntu:
  New

Bug description:
  I use Ubuntu Xenial Xerus(development branch) 16.04 Daily Build and
  Windows 8.1 in my laptop.

  The time shown by Ubuntu and Windows clash with each other (i.e.)  the
  time ubuntu retrieves from the BIOS, it considers as GMT time and when
  I set my time zone, it adjusts that time to the time zone.

  When I set the correct time with and time zone in Ubuntu and reboot
  into Windows the time shown by it is wrong..

  I don't know why this occurs or the reason for it.

  I am reporting as I find this as  a bug.

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

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


[Desktop-packages] [Bug 1566691] Re: Xorg crashed with SIGABRT

2016-04-18 Thread Alberto Salvia Novella
** Changed in: xorg-server (Ubuntu)
   Importance: Undecided => Medium

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

Title:
  Xorg crashed with SIGABRT

Status in xorg-server package in Ubuntu:
  Confirmed

Bug description:
  lsb_release -rd
  Description:  Ubuntu Xenial Xerus (development branch)
  Release:  16.04

  apt-cache policy xorg
  xorg:
Installé : 1:7.7+13ubuntu3
Candidat : 1:7.7+13ubuntu3
   Table de version :
   *** 1:7.7+13ubuntu3 500
  500 http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages
  100 /var/lib/dpkg/status

  Try to connect external monitor with HDMI connector.
  Built-in screen start to blink, get black screen on external monitor

  I have a Dell laptop XPS 15 9550 skylake edition

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  Uname: Linux 4.5.0-040500-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  364.12  Wed Mar 16 21:11:26 
PDT 2016
   GCC version:  gcc version 5.3.1 20160323 (Ubuntu 5.3.1-13ubuntu1)
  ApportVersion: 2.20.1-0ubuntu1
  Architecture: amd64
  Date: Wed Apr  6 09:46:04 2016
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  DkmsStatus:
   nvidia-364, 364.12, 4.4.0-17-generic, x86_64: installed
   nvidia-364, 364.12, 4.5.0-040500-generic, x86_64: installed
   virtualbox, 5.0.16, 4.4.0-12-generic, x86_64: installed
   virtualbox, 5.0.16, 4.4.0-17-generic, x86_64: installed
   virtualbox, 5.0.16, 4.5.0-040500-generic, x86_64: installed
  GraphicsCard:
   Intel Corporation Skylake Integrated Graphics [8086:191b] (rev 06) (prog-if 
00 [VGA controller])
 Subsystem: Dell Skylake Integrated Graphics [1028:06e4]
 Subsystem: Dell GM107M [GeForce GTX 960M] [1028:06e4]
  InstallationDate: Installed on 2016-02-28 (37 days ago)
  InstallationMedia: Ubuntu-GNOME 16.04 LTS "Xenial Xerus" - Alpha amd64 
(20160225.1)
  MachineType: Dell Inc. XPS 15 9550
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.5.0-040500-generic 
root=/dev/mapper/ubuntu--gnome--vg-root ro noprompt persistent quiet splash 
vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/25/2016
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 01.01.19
  dmi.board.name: 0N7TVV
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr01.01.19:bd01/25/2016:svnDellInc.:pnXPS159550:pvr:rvnDellInc.:rn0N7TVV:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: XPS 15 9550
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.1.2-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.1.2-1ubuntu2
  version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.6.1-1ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.12-1build2

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

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


[Desktop-packages] [Bug 1566750] Re: 16.04: german translation completly missing

2016-04-18 Thread Alberto Salvia Novella
** Changed in: evolution (Ubuntu)
   Importance: Undecided => High

** Changed in: evolution (Ubuntu)
   Importance: High => Medium

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

Title:
  16.04: german translation completly missing

Status in evolution package in Ubuntu:
  Confirmed

Bug description:
  maybe affects language-pack-gnome-de* too

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: evolution 3.18.5.2-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-16.32-generic 4.4.6
  Uname: Linux 4.4.0-16-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.20.1-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Apr  6 11:25:44 2016
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2016-03-24 (12 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160307)
  SourcePackage: evolution
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 747197] Re: save as complete page doesn't save images used in css

2016-04-18 Thread Alberto Salvia Novella
** Changed in: firefox (Ubuntu)
   Importance: Undecided => Medium

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

Title:
  save as complete page doesn't save images used in css

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: firefox

  When you save a web page with "File/Save As" and chose to save it as
  "web page, complete", an html file is saved and the image files,
  javascript files and css files are saved in a folder. However,
  background image files referenced in css style sheets are not
  retrieved and saved. There's no reason why they shouldn't.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: firefox 3.6.16+build1+nobinonly-0ubuntu0.10.04.1
  ProcVersionSignature: Ubuntu 2.6.32-30.59-generic 2.6.32.29+drm33.13
  Uname: Linux 2.6.32-30-generic i686
  NonfreeKernelModules: nvidia
  Architecture: i386
  Date: Fri Apr  1 13:44:08 2011
  FirefoxPackages:
   firefox 3.6.16+build1+nobinonly-0ubuntu0.10.04.1
   firefox-gnome-support 3.6.16+build1+nobinonly-0ubuntu0.10.04.1
   firefox-branding 3.6.16+build1+nobinonly-0ubuntu0.10.04.1
   abroswer N/A
   abrowser-branding N/A
  InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.utf8
   SHELL=/bin/bash
  SourcePackage: firefox

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

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


[Desktop-packages] [Bug 184318] Re: Automatic encryption when replying to an encrypted email

2016-04-18 Thread Bug Watch Updater
** Changed in: evolution
   Status: Confirmed => Fix Released

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

Title:
  Automatic encryption when replying to an encrypted email

Status in Evolution:
  Fix Released
Status in evolution package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: evolution

  Using S/MIME encryption for encryption some highly secure communication:
  when an encrypted message is received, the default reply does not use S/MIME 
encryption to encrypt ougoing email.
  which is very insecure - when a user replies to an encrypted th email-client 
  must enable encryption feature. If it is left to user to decide whether to 
encrypt the outgoing message, he may simply forget to do it, and this will 
result in 
  the communication meant to be encrypted - to go plain. 
  Enabling "default encryption of all outgoing messages" is extremely 
inconvenient, as it is only 5% of all communication that has to be encrypted, 
while remaining 95% has to be plain.

  Thank you!

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

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


[Desktop-packages] [Bug 330117]

2016-04-18 Thread Freedesktop-treblig
Still present on:
libreoffice4.4-4.4.1.2-2.x86_64

(Tested on fedora 21)

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

Title:
  [Upstream] Shift+Tab indented bullet indents further

Status in LibreOffice:
  Confirmed
Status in libreoffice package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: openoffice.org

  1) lsb_release -rd
  Description:  Ubuntu 12.04 LTS
  Release:  12.04

  2)  apt-cache policy libreoffice-impress
  libreoffice-impress:
Installed: 1:3.5.2-2ubuntu1
Candidate: 1:3.5.3-0ubuntu1
Version table:
   1:3.5.3-0ubuntu1 0
  500 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main i386 
Packages
   *** 1:3.5.2-2ubuntu1 0
  500 http://us.archive.ubuntu.com/ubuntu/ precise/main i386 Packages
  100 /var/lib/dpkg/status

  3) What is expected to happen in a blank Impress file under Tasks
  click Layouts -> click Layout Title,Content -> click inside box "Click
  to add text" -> type level 1 -> hit Enter -> hit Tab -> type level 2
  -> save as ppt -> close and reopen
  
https://bugs.launchpad.net/ubuntu/+source/openoffice.org/+bug/330117/+attachment/3143458/+files/example.ppt
  -> click to the left of level 2 -> Shift+Tab and the minus sign
  changes to a bullet, and deindents to level 1.

  4) What happens instead is the minus sign changes to >> and indents
  further.

  ApportVersion: 2.0.1-0ubuntu7
  Architecture: amd64
  CheckboxSubmission: f2d10bd9f943a85b486a282e7840a570
  CheckboxSystem: 0531969bcfd4f03af7405c98dc94a948
  DistroRelease: Ubuntu 12.04
  InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
  Package: libreoffice-impress 1:3.5.3-0ubuntu1
  PackageArchitecture: amd64
  ProcEnviron:
   LANGUAGE=
   TERM=xterm
   PATH=(custom, user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 3.2.0-24.38-generic 3.2.16
  Tags: precise
  Uname: Linux 3.2.0-24-generic x86_64
  UpgradeStatus: Upgraded to precise on 2011-12-03 (160 days ago)
  UserGroups: adm admin cdrom dialout libvirtd lpadmin netdev plugdev sambashare

  ProblemType: Bug
  Architecture: amd64
  DistroRelease: Ubuntu 8.10
  NonfreeKernelModules: nvidia
  Package: openoffice.org-core 1:3.0.1-1ubuntu1~intrepid1
  ProcEnviron:
   
PATH=/usr/lib/openoffice/program:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
   LANG=pt_BR.UTF-8
   SHELL=/bin/bash
  SourcePackage: openoffice.org
  Uname: Linux 2.6.27-11-generic x86_64
  UnreportableReason: Este não é um pacotes Ubuntu genuíno

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

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


[Desktop-packages] [Bug 330117]

2016-04-18 Thread Freedesktop-treblig
Still present in 5.1.2.2 on Ubuntu Xenial (build ID 1:5.1.2-0ubuntu 1)

(This isn't a regression - it goes back at least as far as 3.0.1 if you
follow into the OOo bug)

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

Title:
  [Upstream] Shift+Tab indented bullet indents further

Status in LibreOffice:
  Confirmed
Status in libreoffice package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: openoffice.org

  1) lsb_release -rd
  Description:  Ubuntu 12.04 LTS
  Release:  12.04

  2)  apt-cache policy libreoffice-impress
  libreoffice-impress:
Installed: 1:3.5.2-2ubuntu1
Candidate: 1:3.5.3-0ubuntu1
Version table:
   1:3.5.3-0ubuntu1 0
  500 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main i386 
Packages
   *** 1:3.5.2-2ubuntu1 0
  500 http://us.archive.ubuntu.com/ubuntu/ precise/main i386 Packages
  100 /var/lib/dpkg/status

  3) What is expected to happen in a blank Impress file under Tasks
  click Layouts -> click Layout Title,Content -> click inside box "Click
  to add text" -> type level 1 -> hit Enter -> hit Tab -> type level 2
  -> save as ppt -> close and reopen
  
https://bugs.launchpad.net/ubuntu/+source/openoffice.org/+bug/330117/+attachment/3143458/+files/example.ppt
  -> click to the left of level 2 -> Shift+Tab and the minus sign
  changes to a bullet, and deindents to level 1.

  4) What happens instead is the minus sign changes to >> and indents
  further.

  ApportVersion: 2.0.1-0ubuntu7
  Architecture: amd64
  CheckboxSubmission: f2d10bd9f943a85b486a282e7840a570
  CheckboxSystem: 0531969bcfd4f03af7405c98dc94a948
  DistroRelease: Ubuntu 12.04
  InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
  Package: libreoffice-impress 1:3.5.3-0ubuntu1
  PackageArchitecture: amd64
  ProcEnviron:
   LANGUAGE=
   TERM=xterm
   PATH=(custom, user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 3.2.0-24.38-generic 3.2.16
  Tags: precise
  Uname: Linux 3.2.0-24-generic x86_64
  UpgradeStatus: Upgraded to precise on 2011-12-03 (160 days ago)
  UserGroups: adm admin cdrom dialout libvirtd lpadmin netdev plugdev sambashare

  ProblemType: Bug
  Architecture: amd64
  DistroRelease: Ubuntu 8.10
  NonfreeKernelModules: nvidia
  Package: openoffice.org-core 1:3.0.1-1ubuntu1~intrepid1
  ProcEnviron:
   
PATH=/usr/lib/openoffice/program:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
   LANG=pt_BR.UTF-8
   SHELL=/bin/bash
  SourcePackage: openoffice.org
  Uname: Linux 2.6.27-11-generic x86_64
  UnreportableReason: Este não é um pacotes Ubuntu genuíno

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

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


[Desktop-packages] [Bug 330117]

2016-04-18 Thread Barta-c
** Please read this message in its entirety before responding **

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open,
confirmed bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked
on this bug report. During that time, it's possible that the bug has
been fixed, or the details of the problem have changed. We'd really
appreciate your help in getting confirmation that the bug is still
present.

If you have time, please do the following:

Test to see if the bug is still present on a currently supported version
of LibreOffice (5.0.5 or 5.1.2 https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the version of 
LibreOffice and your operating system, and any changes you see in the bug 
behavior
 
If the bug is NOT present, please set the bug's Status field to 
RESOLVED-WORKSFORME and leave a short comment that includes your version of 
LibreOffice and Operating System

Please DO NOT

- Update the version field
- Reply via email (please reply directly on the bug tracker)
- Set the bug's Status field to RESOLVED - FIXED (this status has a particular 
meaning that is not appropriate in this case)


If you want to do more to help you can test to see if your issue is a 
REGRESSION. To do so: 

1. Download and install oldest version of LibreOffice (usually 3.3
unless your bug pertains to a feature added after 3.3)

http://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug

3. Leave a comment with your results.

4a. If the bug was present with 3.3 - set version to "inherited from OOo"; 
4b. If the bug was not present in 3.3 - add "regression" to keyword


Feel free to come ask questions or to say hello in our QA chat: 
http://webchat.freenode.net/?channels=libreoffice-qa

Thank you for your help!

-- The LibreOffice QA Team This NEW Message was generated on: 2016-04-16

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

Title:
  [Upstream] Shift+Tab indented bullet indents further

Status in LibreOffice:
  Confirmed
Status in libreoffice package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: openoffice.org

  1) lsb_release -rd
  Description:  Ubuntu 12.04 LTS
  Release:  12.04

  2)  apt-cache policy libreoffice-impress
  libreoffice-impress:
Installed: 1:3.5.2-2ubuntu1
Candidate: 1:3.5.3-0ubuntu1
Version table:
   1:3.5.3-0ubuntu1 0
  500 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main i386 
Packages
   *** 1:3.5.2-2ubuntu1 0
  500 http://us.archive.ubuntu.com/ubuntu/ precise/main i386 Packages
  100 /var/lib/dpkg/status

  3) What is expected to happen in a blank Impress file under Tasks
  click Layouts -> click Layout Title,Content -> click inside box "Click
  to add text" -> type level 1 -> hit Enter -> hit Tab -> type level 2
  -> save as ppt -> close and reopen
  
https://bugs.launchpad.net/ubuntu/+source/openoffice.org/+bug/330117/+attachment/3143458/+files/example.ppt
  -> click to the left of level 2 -> Shift+Tab and the minus sign
  changes to a bullet, and deindents to level 1.

  4) What happens instead is the minus sign changes to >> and indents
  further.

  ApportVersion: 2.0.1-0ubuntu7
  Architecture: amd64
  CheckboxSubmission: f2d10bd9f943a85b486a282e7840a570
  CheckboxSystem: 0531969bcfd4f03af7405c98dc94a948
  DistroRelease: Ubuntu 12.04
  InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
  Package: libreoffice-impress 1:3.5.3-0ubuntu1
  PackageArchitecture: amd64
  ProcEnviron:
   LANGUAGE=
   TERM=xterm
   PATH=(custom, user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 3.2.0-24.38-generic 3.2.16
  Tags: precise
  Uname: Linux 3.2.0-24-generic x86_64
  UpgradeStatus: Upgraded to precise on 2011-12-03 (160 days ago)
  UserGroups: adm admin cdrom dialout libvirtd lpadmin netdev plugdev sambashare

  ProblemType: Bug
  Architecture: amd64
  DistroRelease: Ubuntu 8.10
  NonfreeKernelModules: nvidia
  Package: openoffice.org-core 1:3.0.1-1ubuntu1~intrepid1
  ProcEnviron:
   
PATH=/usr/lib/openoffice/program:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
   LANG=pt_BR.UTF-8
   SHELL=/bin/bash
  SourcePackage: openoffice.org
  Uname: Linux 2.6.27-11-generic x86_64
  UnreportableReason: Este não é um pacotes Ubuntu genuíno

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

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


[Desktop-packages] [Bug 330117]

2016-04-18 Thread Qa-admin-q
** Please read this message in its entirety before responding **

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open,
confirmed bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked
on this bug report. During that time, it's possible that the bug has
been fixed, or the details of the problem have changed. We'd really
appreciate your help in getting confirmation that the bug is still
present.

If you have time, please do the following:

Test to see if the bug is still present on a currently supported version
of LibreOffice (4.4.1.2 or later): https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the version
of LibreOffice and your operating system, and any changes you see in the
bug behavior

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a short comment that includes your version
of LibreOffice and Operating System

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular 
meaning that is not appropriate in this case)

Thank you for your help!

-- The LibreOffice QA Team
This NEW Message was generated on: 2015-03-03

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

Title:
  [Upstream] Shift+Tab indented bullet indents further

Status in LibreOffice:
  Confirmed
Status in libreoffice package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: openoffice.org

  1) lsb_release -rd
  Description:  Ubuntu 12.04 LTS
  Release:  12.04

  2)  apt-cache policy libreoffice-impress
  libreoffice-impress:
Installed: 1:3.5.2-2ubuntu1
Candidate: 1:3.5.3-0ubuntu1
Version table:
   1:3.5.3-0ubuntu1 0
  500 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main i386 
Packages
   *** 1:3.5.2-2ubuntu1 0
  500 http://us.archive.ubuntu.com/ubuntu/ precise/main i386 Packages
  100 /var/lib/dpkg/status

  3) What is expected to happen in a blank Impress file under Tasks
  click Layouts -> click Layout Title,Content -> click inside box "Click
  to add text" -> type level 1 -> hit Enter -> hit Tab -> type level 2
  -> save as ppt -> close and reopen
  
https://bugs.launchpad.net/ubuntu/+source/openoffice.org/+bug/330117/+attachment/3143458/+files/example.ppt
  -> click to the left of level 2 -> Shift+Tab and the minus sign
  changes to a bullet, and deindents to level 1.

  4) What happens instead is the minus sign changes to >> and indents
  further.

  ApportVersion: 2.0.1-0ubuntu7
  Architecture: amd64
  CheckboxSubmission: f2d10bd9f943a85b486a282e7840a570
  CheckboxSystem: 0531969bcfd4f03af7405c98dc94a948
  DistroRelease: Ubuntu 12.04
  InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
  Package: libreoffice-impress 1:3.5.3-0ubuntu1
  PackageArchitecture: amd64
  ProcEnviron:
   LANGUAGE=
   TERM=xterm
   PATH=(custom, user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 3.2.0-24.38-generic 3.2.16
  Tags: precise
  Uname: Linux 3.2.0-24-generic x86_64
  UpgradeStatus: Upgraded to precise on 2011-12-03 (160 days ago)
  UserGroups: adm admin cdrom dialout libvirtd lpadmin netdev plugdev sambashare

  ProblemType: Bug
  Architecture: amd64
  DistroRelease: Ubuntu 8.10
  NonfreeKernelModules: nvidia
  Package: openoffice.org-core 1:3.0.1-1ubuntu1~intrepid1
  ProcEnviron:
   
PATH=/usr/lib/openoffice/program:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
   LANG=pt_BR.UTF-8
   SHELL=/bin/bash
  SourcePackage: openoffice.org
  Uname: Linux 2.6.27-11-generic x86_64
  UnreportableReason: Este não é um pacotes Ubuntu genuíno

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

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


[Desktop-packages] [Bug 1571250] Re: Old 2008 bug "Trash" has quit unexpectedly. Is still happening

2016-04-18 Thread GeeMac
I added the repository and did the usual update and this is what I got
when trying to upgrade cairo.

geemac@htpc:~$ sudo apt-get upgrade cairo

Reading package lists... Done
Building dependency tree   
Reading state information... Done
Calculating upgrade... Done
E: Unable to locate package cairo

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

Title:
  Old 2008 bug "Trash" has quit unexpectedly. Is still happening

Status in gnome-applets package in Ubuntu:
  New

Bug description:
  See: Bug #273996 reported by Murali on 2008-09-24

  Many years later...
  Apparently never fixed.

  See Screenshot at:  http://imgur.com/ktYUp4D

  To date Ubuntu is still having issues with:
  "Trash" has quit unexpectedly
  If you reload a panel object, it will automatically be added back to the 
panel. 

  I am using Ubuntu:
  Linux HTPC 3.16.0-69-generic #89~14.04.1-Ubuntu SMP Thu Mar 17 20:51:04 UTC 
2016 x86_64 x86_64 x86_64 GNU/Linux

  Theme:  Gnome  Flashback Metacity

  Startup programs that may affect this issue or being affected by this issue: ?
  Indicator Application, Indicator-LockKeys and Variety Wallpaper Changer.

  I have the bottom task bar auto-hiding so each time the bar pops up and or 
hides it will cause the error.
  Not only is there the  Trash error, it seems that other indicator apps will 
also crash, but Trash is the most frequent.
  The Trash error is now popping up occasionally on a background image change.
  This issue has gotten worse with the last distro update which is probably not 
the cause, but it is more frequent now.

  Can we Please get this 2008 bug taken care of now?
  I know that this must look as low priority to the Devs as an ascetic change 
to the GUI or as an option to have these indicators available, but a work 
around to fix this issue should not be an option any more if a user chooses to 
use these items.
  Too many years have gone by with this error and the users of Ubuntu deserve 
to have a working GUI that they can , modifiy to their liking without having to 
work around an issue by removing items that they chose to use in their 
customized GUI because of an Eight Year old bug.
  Ladies and Gentlemen Developers ,  this is not Microsoft Corporation.

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

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


[Desktop-packages] [Bug 1571889] [NEW] pppd exits with Fatal signal 11, on PAM auth.

2016-04-18 Thread Joao Machado
Public bug reported:

The crash occurs if the following PAM auth line is present when pppd tries to 
authenticate a user ("login" option)
authoptionalpam_smbpass.so migrate

Apr 18 23:40:39 ubuntu pppd[1622]: Initializing PAM (3) for user j
Apr 18 23:40:39 ubuntu pppd[1622]: ---> PAM INIT Result = 0
Apr 18 23:40:39 ubuntu pppd[1622]: Attempting PAM authentication
Apr 18 23:40:39 ubuntu pppd[1622]: Fatal signal 11
Apr 18 23:40:39 ubuntu charon: 16[KNL] interface ppp0 deleted

This is seen at least on the following scenario:
1-L2TP vpn environment using xl2tpd + pppd 
2-authentication method is PAP.
3-ppp version 2.4.5-5.1ubuntu2.2

The PAM  config auth line is automatically added to "common-auth" when 
installing the following package
libpam-smbpass:i386   2:4.1.6+dfsg-1ubuntu2

# lsb_release -rd
Description:Ubuntu 14.04.4 LTS
Release:14.04

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


** Tags: libpam-smbpass pam pppd

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

Title:
  pppd exits with Fatal signal 11, on PAM auth.

Status in ppp package in Ubuntu:
  New

Bug description:
  The crash occurs if the following PAM auth line is present when pppd tries to 
authenticate a user ("login" option)
  authoptionalpam_smbpass.so migrate

  Apr 18 23:40:39 ubuntu pppd[1622]: Initializing PAM (3) for user j
  Apr 18 23:40:39 ubuntu pppd[1622]: ---> PAM INIT Result = 0
  Apr 18 23:40:39 ubuntu pppd[1622]: Attempting PAM authentication
  Apr 18 23:40:39 ubuntu pppd[1622]: Fatal signal 11
  Apr 18 23:40:39 ubuntu charon: 16[KNL] interface ppp0 deleted

  This is seen at least on the following scenario:
  1-L2TP vpn environment using xl2tpd + pppd 
  2-authentication method is PAP.
  3-ppp version 2.4.5-5.1ubuntu2.2

  The PAM  config auth line is automatically added to "common-auth" when 
installing the following package
  libpam-smbpass:i386   2:4.1.6+dfsg-1ubuntu2

  # lsb_release -rd
  Description:Ubuntu 14.04.4 LTS
  Release:14.04

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

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


[Desktop-packages] [Bug 1571886] [NEW] NM 1.1.93 in xenial silently loses wifi connection (no GUI feedback)

2016-04-18 Thread Steve Langasek
Public bug reported:

Twice today, NM 1.1.93 has dropped my wifi connection.  I don't know why
and haven't looked; the connection is usually stable since the AP is in
the room with my laptop, but perhaps there's something up with the
kernel I'm currently running.

However, the serious bug that I'm reporting is that when the wifi
connection dropped, nothing told me that this had happened.  nm-applet's
display did not update; there was no automatic reconnect attempt; even
the VPN process, which was no longer operational because it had lost its
route to the VPN endpoint, was still running (and the lock icon still
shown on nm-applet).

Only when I looked at my routing table to see what was going on did the
problem become apparent.

Since this has already happened twice today, I can probably get more
debugging information "soon" if needed - just ask.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: network-manager 1.1.93-0ubuntu4
ProcVersionSignature: Ubuntu 4.4.0-18.34-generic 4.4.6
Uname: Linux 4.4.0-18-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
CurrentDesktop: Unity
Date: Mon Apr 18 15:39:18 2016
InstallationDate: Installed on 2010-09-24 (2033 days ago)
InstallationMedia: Ubuntu 10.04.1 LTS "Lucid Lynx" - Release amd64 (20100816.1)
NetworkManager.state:
 [main]
 NetworkingEnabled=true
 WirelessEnabled=true
 WWANEnabled=true
 WWanEnabled=true
SourcePackage: network-manager
UpgradeStatus: Upgraded to xenial on 2016-04-15 (3 days ago)
nmcli-nm: Error: command ['nmcli', '-f', 'all', 'nm'] failed with exit code 2: 
Error: Object 'nm' is unknown, try 'nmcli help'.

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


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

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

Title:
  NM 1.1.93 in xenial silently loses wifi connection (no GUI feedback)

Status in network-manager package in Ubuntu:
  New

Bug description:
  Twice today, NM 1.1.93 has dropped my wifi connection.  I don't know
  why and haven't looked; the connection is usually stable since the AP
  is in the room with my laptop, but perhaps there's something up with
  the kernel I'm currently running.

  However, the serious bug that I'm reporting is that when the wifi
  connection dropped, nothing told me that this had happened.  nm-
  applet's display did not update; there was no automatic reconnect
  attempt; even the VPN process, which was no longer operational because
  it had lost its route to the VPN endpoint, was still running (and the
  lock icon still shown on nm-applet).

  Only when I looked at my routing table to see what was going on did
  the problem become apparent.

  Since this has already happened twice today, I can probably get more
  debugging information "soon" if needed - just ask.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: network-manager 1.1.93-0ubuntu4
  ProcVersionSignature: Ubuntu 4.4.0-18.34-generic 4.4.6
  Uname: Linux 4.4.0-18-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Apr 18 15:39:18 2016
  InstallationDate: Installed on 2010-09-24 (2033 days ago)
  InstallationMedia: Ubuntu 10.04.1 LTS "Lucid Lynx" - Release amd64 
(20100816.1)
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WWanEnabled=true
  SourcePackage: network-manager
  UpgradeStatus: Upgraded to xenial on 2016-04-15 (3 days ago)
  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/1571886/+subscriptions

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


[Desktop-packages] [Bug 1571886] Re: NM 1.1.93 in xenial silently loses wifi connection (no GUI feedback)

2016-04-18 Thread Steve Langasek
The syslog entries starting at Apr 18 15:31:28 are from my manual
disconnection/reconnection through nm-applet.

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

Title:
  NM 1.1.93 in xenial silently loses wifi connection (no GUI feedback)

Status in network-manager package in Ubuntu:
  New

Bug description:
  Twice today, NM 1.1.93 has dropped my wifi connection.  I don't know
  why and haven't looked; the connection is usually stable since the AP
  is in the room with my laptop, but perhaps there's something up with
  the kernel I'm currently running.

  However, the serious bug that I'm reporting is that when the wifi
  connection dropped, nothing told me that this had happened.  nm-
  applet's display did not update; there was no automatic reconnect
  attempt; even the VPN process, which was no longer operational because
  it had lost its route to the VPN endpoint, was still running (and the
  lock icon still shown on nm-applet).

  Only when I looked at my routing table to see what was going on did
  the problem become apparent.

  Since this has already happened twice today, I can probably get more
  debugging information "soon" if needed - just ask.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: network-manager 1.1.93-0ubuntu4
  ProcVersionSignature: Ubuntu 4.4.0-18.34-generic 4.4.6
  Uname: Linux 4.4.0-18-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Apr 18 15:39:18 2016
  InstallationDate: Installed on 2010-09-24 (2033 days ago)
  InstallationMedia: Ubuntu 10.04.1 LTS "Lucid Lynx" - Release amd64 
(20100816.1)
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WWanEnabled=true
  SourcePackage: network-manager
  UpgradeStatus: Upgraded to xenial on 2016-04-15 (3 days ago)
  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/1571886/+subscriptions

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


[Desktop-packages] [Bug 1562734] Re: Onboard keyboard shows black box on login

2016-04-18 Thread marmuta
> the keyboard only covered the upper left quarter of the black box
Yes, that was the hint I needed, thanks. It's an issue with the window scaling 
factor. I wasn't aware of unity-settings-daemon changing it. That should 
explain the 500ms delay too. Onboard probably starts up with scaling-factor 1 
and is later switched to 2.

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

** Changed in: onboard
   Status: New => Confirmed

** Changed in: onboard
   Importance: Undecided => Critical

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

Title:
  Onboard keyboard shows black box on login

Status in Onboard:
  Confirmed
Status in onboard package in Ubuntu:
  Confirmed

Bug description:
  The onboard keyboard does not show properly on login. Only a black box
  is shown where the keyboard is supposed to appear, but the keys are
  not displayed. After login onboard works as expected.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-15-generic 4.4.0-15.31 [modified: 
boot/vmlinuz-4.4.0-15-generic]
  ProcVersionSignature: Ubuntu 4.4.0-15.31-generic 4.4.6
  Uname: Linux 4.4.0-15-generic x86_64
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  asvin  1814 F pulseaudio
   /dev/snd/controlC1:  asvin  1814 F pulseaudio
  CurrentDesktop: Unity
  Date: Mon Mar 28 09:42:30 2016
  HibernationDevice: RESUME=UUID=f716048f-ce0e-4825-b3c4-563fa743242a
  InstallationDate: Installed on 2016-03-23 (4 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Beta amd64 (20160323)
  MachineType: Dell Inc. Venue 11 Pro 7140
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-15-generic.efi.signed 
root=UUID=a9cb1c53-fcf1-4691-a246-24b90dd908c6 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-15-generic N/A
   linux-backports-modules-4.4.0-15-generic  N/A
   linux-firmware1.157
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/27/2015
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A09
  dmi.board.name: 0XMVMH
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA09:bd10/27/2015:svnDellInc.:pnVenue11Pro7140:pvr:rvnDellInc.:rn0XMVMH:rvrA00:cvnDellInc.:ct8:cvr:
  dmi.product.name: Venue 11 Pro 7140
  dmi.sys.vendor: Dell Inc.

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

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


[Desktop-packages] [Bug 1571250] Re: Old 2008 bug "Trash" has quit unexpectedly. Is still happening

2016-04-18 Thread Alberts Muktupāvels
GeeMac, did you upgrade cairo from ppa:mitya57/test1? Did that fix your
problem?

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

Title:
  Old 2008 bug "Trash" has quit unexpectedly. Is still happening

Status in gnome-applets package in Ubuntu:
  New

Bug description:
  See: Bug #273996 reported by Murali on 2008-09-24

  Many years later...
  Apparently never fixed.

  See Screenshot at:  http://imgur.com/ktYUp4D

  To date Ubuntu is still having issues with:
  "Trash" has quit unexpectedly
  If you reload a panel object, it will automatically be added back to the 
panel. 

  I am using Ubuntu:
  Linux HTPC 3.16.0-69-generic #89~14.04.1-Ubuntu SMP Thu Mar 17 20:51:04 UTC 
2016 x86_64 x86_64 x86_64 GNU/Linux

  Theme:  Gnome  Flashback Metacity

  Startup programs that may affect this issue or being affected by this issue: ?
  Indicator Application, Indicator-LockKeys and Variety Wallpaper Changer.

  I have the bottom task bar auto-hiding so each time the bar pops up and or 
hides it will cause the error.
  Not only is there the  Trash error, it seems that other indicator apps will 
also crash, but Trash is the most frequent.
  The Trash error is now popping up occasionally on a background image change.
  This issue has gotten worse with the last distro update which is probably not 
the cause, but it is more frequent now.

  Can we Please get this 2008 bug taken care of now?
  I know that this must look as low priority to the Devs as an ascetic change 
to the GUI or as an option to have these indicators available, but a work 
around to fix this issue should not be an option any more if a user chooses to 
use these items.
  Too many years have gone by with this error and the users of Ubuntu deserve 
to have a working GUI that they can , modifiy to their liking without having to 
work around an issue by removing items that they chose to use in their 
customized GUI because of an Eight Year old bug.
  Ladies and Gentlemen Developers ,  this is not Microsoft Corporation.

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

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


[Desktop-packages] [Bug 1571677] Re: upgrading caused a broken apt cache due to *-lts-vivid packages conflicting with current X packages

2016-04-18 Thread Timo Aaltonen
there were no transitional packages for lts-{utopic,vivid,wily}, but
I've now uploaded xorg-lts-transitional for xenial which should fix
this.. it's still in NEW queue though, but test upgrade after it's
available

** Package changed: ubuntu-release-upgrader (Ubuntu) => xorg-lts-
transitional (Ubuntu)

** Changed in: xorg-lts-transitional (Ubuntu)
   Status: Confirmed => Incomplete

** Changed in: xorg-lts-transitional (Ubuntu)
 Assignee: (unassigned) => Timo Aaltonen (tjaalton)

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

Title:
  upgrading caused a broken apt cache due to *-lts-vivid packages
  conflicting with current X packages

Status in xorg-lts-transitional package in Ubuntu:
  Incomplete

Bug description:
  I upgraded from a 14.04 release that had the various *-lts-vivid
  packages installed to 16.04 using do-release-upgrade -d.

  After upgrading the apt cache is busted because none of the meta and
  xorg-core packages can get installed.

  t@t-XPS-13-9350:/var/crash$ sudo apt upgrade
  [sudo] password for t: 
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  Calculating upgrade... Done
  Some packages could not be installed. This may mean that you have
  requested an impossible situation or if you are using the unstable
  distribution that some required packages have not yet been created
  or been moved out of Incoming.
  The following information may help to resolve the situation:

  The following packages have unmet dependencies:
   libgl1-mesa-dri-lts-vivid : Conflicts: libgl1-mesa-dri
   xserver-xorg-core-lts-vivid : Conflicts: xserver-xorg-core
 Conflicts: xserver-xorg-video-modesetting
   xserver-xorg-lts-vivid : Conflicts: libgl1-mesa-dri (>= 0~)
Conflicts: libxatracker2 (>= 0~)
Conflicts: xserver-xorg
Conflicts: xserver-xorg-core (>= 0~)
Conflicts: xserver-xorg-video-all (>= 0~) but 
1:7.7+13ubuntu3 is to be installed
Recommends: xserver-xorg-input-all-lts-vivid but it 
is not installable
Recommends: xserver-xorg-video-all-lts-vivid but it 
is not installable
Recommends: libegl1-mesa-drivers-lts-vivid but it 
is not installable
Recommends: libgles2-mesa-lts-vivid but it is not 
installable
Recommends: libgles1-mesa-lts-vivid but it is not 
installable
  E: Broken packages

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: ubuntu-release-upgrader-core 1:16.04.11
  ProcVersionSignature: Ubuntu 4.4.0-18.34-generic 4.4.6
  Uname: Linux 4.4.0-18-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CrashDB: ubuntu
  CurrentDesktop: Unity
  Date: Mon Apr 18 09:14:22 2016
  DistributionChannelDescriptor:
   # This is a distribution channel descriptor
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-trusty-amd64-osp1-20150720-0
  InstallationDate: Installed on 2016-04-03 (14 days ago)
  InstallationMedia: Ubuntu 14.04 "Trusty" - Build amd64 LIVE Binary 
20150720-04:06
  PackageArchitecture: all
  SourcePackage: ubuntu-release-upgrader
  Symptom: ubuntu-release-upgrader
  UpgradeStatus: Upgraded to xenial on 2016-04-18 (0 days ago)

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

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


[Desktop-packages] [Bug 269213] Re: Nautilus-image-converter does not work immediatly

2016-04-18 Thread Emmanuel Brunet
8 years after .. same isuue .. regression isn't it ? on debian 8 / gnome

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

Title:
  Nautilus-image-converter does not work immediatly

Status in Nautilus:
  New
Status in nautilus package in Ubuntu:
  Triaged
Status in nautilus-image-converter package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: nautilus-image-converter

  to do:
  1- have an install without nautilus-image-converter and picture to resize
  2- install nautilus-image-converter
  3- make a right-click on a picture

  what you get:
  1- nothing new in the context menu

  what you await:
  1- the nautilus-image-converter new items in the context menu 

  remark:
  1- I have had to restart my computer to have the benefit of 
nautilus-image-converter

  system:
  Description:  Ubuntu 8.04.1
  Release:  8.04

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

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


[Desktop-packages] [Bug 1571677] [NEW] upgrading caused a broken apt cache due to *-lts-vivid packages conflicting with current X packages

2016-04-18 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

I upgraded from a 14.04 release that had the various *-lts-vivid
packages installed to 16.04 using do-release-upgrade -d.

After upgrading the apt cache is busted because none of the meta and
xorg-core packages can get installed.

t@t-XPS-13-9350:/var/crash$ sudo apt upgrade
[sudo] password for t: 
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Calculating upgrade... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 libgl1-mesa-dri-lts-vivid : Conflicts: libgl1-mesa-dri
 xserver-xorg-core-lts-vivid : Conflicts: xserver-xorg-core
   Conflicts: xserver-xorg-video-modesetting
 xserver-xorg-lts-vivid : Conflicts: libgl1-mesa-dri (>= 0~)
  Conflicts: libxatracker2 (>= 0~)
  Conflicts: xserver-xorg
  Conflicts: xserver-xorg-core (>= 0~)
  Conflicts: xserver-xorg-video-all (>= 0~) but 
1:7.7+13ubuntu3 is to be installed
  Recommends: xserver-xorg-input-all-lts-vivid but it 
is not installable
  Recommends: xserver-xorg-video-all-lts-vivid but it 
is not installable
  Recommends: libegl1-mesa-drivers-lts-vivid but it is 
not installable
  Recommends: libgles2-mesa-lts-vivid but it is not 
installable
  Recommends: libgles1-mesa-lts-vivid but it is not 
installable
E: Broken packages

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: ubuntu-release-upgrader-core 1:16.04.11
ProcVersionSignature: Ubuntu 4.4.0-18.34-generic 4.4.6
Uname: Linux 4.4.0-18-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
CrashDB: ubuntu
CurrentDesktop: Unity
Date: Mon Apr 18 09:14:22 2016
DistributionChannelDescriptor:
 # This is a distribution channel descriptor
 # For more information see http://wiki.ubuntu.com/DistributionChannelDescriptor
 canonical-oem-somerville-trusty-amd64-osp1-20150720-0
InstallationDate: Installed on 2016-04-03 (14 days ago)
InstallationMedia: Ubuntu 14.04 "Trusty" - Build amd64 LIVE Binary 
20150720-04:06
PackageArchitecture: all
SourcePackage: ubuntu-release-upgrader
Symptom: ubuntu-release-upgrader
UpgradeStatus: Upgraded to xenial on 2016-04-18 (0 days ago)

** Affects: xorg-lts-transitional (Ubuntu)
 Importance: Undecided
 Assignee: Timo Aaltonen (tjaalton)
 Status: Incomplete


** Tags: amd64 apport-bug dist-upgrade xenial
-- 
upgrading caused a broken apt cache due to *-lts-vivid packages conflicting 
with current X packages
https://bugs.launchpad.net/bugs/1571677
You received this bug notification because you are a member of Desktop 
Packages, which is subscribed to xorg-lts-transitional 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 1571854] [NEW] Recent samba updates broke mapi

2016-04-18 Thread James Stevenson
Public bug reported:


When running from the command line i get the following errors

(evolution:3630): camel-CRITICAL **: camel_provider_list: Could not load
/usr/lib/evolution-data-server/camel-providers/libcamelmapi.so:
/usr/lib/x86_64-linux-gnu/libmapi.so.0: symbol DEBUGLEVEL_CLASS, version
SAMBA_UTIL_0.0.1 not defined in file libsamba-util.so.0 with link time
reference

(evolution:3630): e-data-server-WARNING **: module_load: 
/usr/lib/x86_64-linux-gnu/libmapi.so.0: symbol DEBUGLEVEL_CLASS, version 
SAMBA_UTIL_0.0.1 not defined in file libsamba-util.so.0 with link time reference
Failed to load module: /usr/lib/evolution/modules/module-mapi-configuration.so

(evolution:3630): camel-WARNING **: Failed to initialize NSS SQL
database in sql:/etc/pki/nssdb: NSS error -8126

** (evolution:3630): WARNING **: Failed to add service 'mail@removed'
(1455129916.2237.4@james-desktop): No provider available for protocol
'mapi'

** (evolution:3630): WARNING **: Failed to add service 'mail@removed'
(1455129916.2237.16@james-desktop): No provider available for protocol
'mapi'

** (evolution:3630): CRITICAL **: mail_session_refresh_cb: assertion
'service != NULL' failed

** (evolution:3630): CRITICAL **: mail_session_refresh_cb: assertion
'service != NULL' failed

(evolution-alarm-notify:3672): camel-CRITICAL **: camel_provider_list:
Could not load /usr/lib/evolution-data-server/camel-
providers/libcamelmapi.so: /usr/lib/x86_64-linux-gnu/libmapi.so.0:
symbol DEBUGLEVEL_CLASS, version SAMBA_UTIL_0.0.1 not defined in file
libsamba-util.so.0 with link time reference

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


** Tags: mapi samba

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

Title:
  Recent samba updates broke mapi

Status in evolution package in Ubuntu:
  New

Bug description:
  
  When running from the command line i get the following errors

  (evolution:3630): camel-CRITICAL **: camel_provider_list: Could not
  load /usr/lib/evolution-data-server/camel-providers/libcamelmapi.so:
  /usr/lib/x86_64-linux-gnu/libmapi.so.0: symbol DEBUGLEVEL_CLASS,
  version SAMBA_UTIL_0.0.1 not defined in file libsamba-util.so.0 with
  link time reference

  (evolution:3630): e-data-server-WARNING **: module_load: 
/usr/lib/x86_64-linux-gnu/libmapi.so.0: symbol DEBUGLEVEL_CLASS, version 
SAMBA_UTIL_0.0.1 not defined in file libsamba-util.so.0 with link time reference
  Failed to load module: /usr/lib/evolution/modules/module-mapi-configuration.so

  (evolution:3630): camel-WARNING **: Failed to initialize NSS SQL
  database in sql:/etc/pki/nssdb: NSS error -8126

  ** (evolution:3630): WARNING **: Failed to add service 'mail@removed'
  (1455129916.2237.4@james-desktop): No provider available for protocol
  'mapi'

  ** (evolution:3630): WARNING **: Failed to add service 'mail@removed'
  (1455129916.2237.16@james-desktop): No provider available for protocol
  'mapi'

  ** (evolution:3630): CRITICAL **: mail_session_refresh_cb: assertion
  'service != NULL' failed

  ** (evolution:3630): CRITICAL **: mail_session_refresh_cb: assertion
  'service != NULL' failed

  (evolution-alarm-notify:3672): camel-CRITICAL **: camel_provider_list:
  Could not load /usr/lib/evolution-data-server/camel-
  providers/libcamelmapi.so: /usr/lib/x86_64-linux-gnu/libmapi.so.0:
  symbol DEBUGLEVEL_CLASS, version SAMBA_UTIL_0.0.1 not defined in file
  libsamba-util.so.0 with link time reference

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

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


[Desktop-packages] [Bug 1334204] Re: ogg123 crashes after playing sound file

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

** Changed in: vorbis-tools (Ubuntu)
   Status: New => Confirmed

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

Title:
  ogg123 crashes after playing sound file

Status in vorbis-tools package in Ubuntu:
  Confirmed

Bug description:
  $ gdb --args `which ogg123` redalert.ogg
  GNU gdb (Ubuntu 7.7.1-0ubuntu3) 7.7.1
  Copyright (C) 2014 Free Software Foundation, Inc.
  License GPLv3+: GNU GPL version 3 or later 
  This is free software: you are free to change and redistribute it.
  There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
  and "show warranty" for details.
  This GDB was configured as "x86_64-linux-gnu".
  Type "show configuration" for configuration details.
  For bug reporting instructions, please see:
  .
  Find the GDB manual and other documentation resources online at:
  .
  For help, type "help".
  Type "apropos word" to search for commands related to "word"...
  Reading symbols from /usr/bin/ogg123...(no debugging symbols found)...done.
  (gdb) r
  Starting program: /usr/bin/ogg123 redalert.ogg
  [Thread debugging using libthread_db enabled]
  Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".

  Audio Device:   Advanced Linux Sound Architecture (ALSA) output

  [New Thread 0x7fffecd4d700 (LWP 10744)]
  Playing: redalert.ogg
  Ogg Vorbis stream: 1 channel, 22050 Hz
  [New Thread 0x7fffe3ffe700 (LWP 10745)]
  [Thread 0x7fffecd4d700 (LWP 10744) exited]3.0 kbps)  Output Buffer   0.0% 
(EOS) 

  Program received signal SIGSEGV, Segmentation fault.
  __lll_unlock_elision (lock=0x613c40, private=0) at 
../nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c:29
  29  ../nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: No such file or 
directory.
  (gdb) bt full
  #0  __lll_unlock_elision (lock=0x613c40, private=0) at 
../nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c:29
  No locals.
  #1  0x0040895a in ?? ()
  No symbol table info available.
  #2  0x00403bda in ?? ()
  No symbol table info available.
  #3  0x7661fec5 in __libc_start_main (main=0x403860, argc=2, 
argv=0x7fffda28, init=, fini=, 
rtld_fini=, stack_end=0x7fffda18) at libc-start.c:287
  result = 
  unwind_buf = {cancel_jmp_buf = {{jmp_buf = {0, 4502378785248176378, 
4209892, 140737488345632, 0, 0, -4502378786266224390, -4502397425389737734}, 
mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x40dd40, 
0x7fffda28}, data = {prev = 0x0, cleanup = 0x0, canceltype 
= 4250944}}}
  not_first_call = 
  #4  0x00403d0d in ?? ()
  No symbol table info available.
  #5  0x7fffda18 in ?? ()
  No symbol table info available.
  #6  0x001c in ?? ()
  No symbol table info available.
  #7  0x0002 in ?? ()
  No symbol table info available.
  #8  0x7fffdece in ?? ()
  No symbol table info available.
  #9  0x7fffdede in ?? ()
  No symbol table info available.
  #10 0x in ?? ()
  No symbol table info available.
  (gdb) 

  
  Every file I tried experiences the same crash.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: vorbis-tools 1.4.0-1ubuntu3
  ProcVersionSignature: Ubuntu 3.15.0-6.11-generic 3.15.0
  Uname: Linux 3.15.0-6-generic x86_64
  ApportVersion: 2.14.3-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Jun 25 11:07:13 2014
  InstallationDate: Installed on 2014-04-11 (74 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Daily amd64 (20140409)
  SourcePackage: vorbis-tools
  UpgradeStatus: Upgraded to utopic on 2014-05-08 (47 days ago)

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

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


[Desktop-packages] [Bug 1566157] Re: Metacity's compositing is too slow

2016-04-18 Thread Alberts Muktupāvels
Alkis, do you use metacity daily? We need to know if my changes does not
introduce other regressions.

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

Title:
  Metacity's compositing is too slow

Status in metacity package in Ubuntu:
  New

Bug description:
  I did the following benchmarks between `metacity --no-composite`,
  `metacity --composite`, and `compiz`, in Ubuntu 16.04.

  First, I disabled vsync:
  $ cat ~/.drirc 
  
  
  
  
  

  Then I ran glxgears as follows:

  $ metacity --no-composite --replace & sleep 5 && glxgears & sleep 20 && 
killall glxgears
  29564 frames in 5.0 seconds = 5912.721 FPS
  29729 frames in 5.0 seconds = 5945.777 FPS

  $ metacity --composite --replace & sleep 5 && glxgears & sleep 20 && killall 
glxgears
  10366 frames in 5.0 seconds = 2073.057 FPS
  10194 frames in 5.0 seconds = 2038.702 FPS

  $ compiz --replace & sleep 5 && glxgears & sleep 20 && killall glxgears
  37633 frames in 5.0 seconds = 7522.813 FPS
  37990 frames in 5.0 seconds = 7597.965 FPS

  As a second set of benchmarks, I ran glxgears -fullscreen as follows:

  $ metacity --no-composite --replace & sleep 5 && glxgears -fullscreen & sleep 
20 && killall glxgears
  1652 frames in 5.0 seconds = 330.296 FPS
  1667 frames in 5.0 seconds = 333.281 FPS

  $ metacity --composite --replace & sleep 5 && glxgears -fullscreen & sleep 20 
&& killall glxgears
  886 frames in 5.0 seconds = 177.007 FPS
  891 frames in 5.0 seconds = 178.099 FPS

  $ compiz --replace & sleep 5 && glxgears -fullscreen & sleep 20 && killall 
glxgears
  1830 frames in 5.0 seconds = 365.868 FPS
  1847 frames in 5.0 seconds = 369.242 FPS

  
  Normalized results (with compiz=100):
  
  Windowed:
  metacity --no-composite: 78 FPS
  metacity --composite: 27 FPS
  compiz: 100 FPS

  Full screen:
  metacity --no-composite: 90 FPS
  metacity --composite: 48 FPS
  compiz: 100 FPS

  So `metacity --composite` in this test was about 2 times slower than
  `metacity --no-composite` and about 3 times slower than `compiz`.

  This test was done an "Intel(R) Core(TM) i5-4440 CPU @ 3.10GHz" CPU, with the 
following embedded graphics card:
  $ lspci -nn -k | grep -A 2 VGA
  00:02.0 VGA compatible controller [0300]: Intel Corporation Xeon E3-1200 
v3/4th Gen Core Processor Integrated Graphics Controller [8086:0412] (rev 06)
Subsystem: Gigabyte Technology Co., Ltd Xeon E3-1200 v3/4th Gen Core 
Processor Integrated Graphics Controller [1458:d000]
Kernel driver in use: i915

  I'll upload more tests if I find anything newsworthy.

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

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


[Desktop-packages] [Bug 1566157] Re: Metacity's compositing is too slow

2016-04-18 Thread Alkis Georgopoulos
Thank you Alberts, yup that indeed increased the performance a lot:

xenial-metacity --no-composite:
30407 frames in 5.0 seconds = 6081.219 FPS

ppa-metacity --no-composite:
37147 frames in 5.0 seconds = 7429.385 FPS

marco --no-composite:
37146 frames in 5.0 seconds = 7429.081 FPS

Alberts, Dmitry, please also note that Ubuntu now allows publishing upstream 
microreleases:
https://wiki.ubuntu.com/StableReleaseUpdates#New_upstream_microreleases

For example, for LTSP, I plan on maintaining a branch with bug fixes
only, and I'll be SRUing it regularly to 16.04, without having to go
through the bureaucracy of filing one SRU for each bug fix separately.

Maybe something similar could be done for flashback? :)

In any case, thanks a lot, you guys are awesome!

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

Title:
  Metacity's compositing is too slow

Status in metacity package in Ubuntu:
  New

Bug description:
  I did the following benchmarks between `metacity --no-composite`,
  `metacity --composite`, and `compiz`, in Ubuntu 16.04.

  First, I disabled vsync:
  $ cat ~/.drirc 
  
  
  
  
  

  Then I ran glxgears as follows:

  $ metacity --no-composite --replace & sleep 5 && glxgears & sleep 20 && 
killall glxgears
  29564 frames in 5.0 seconds = 5912.721 FPS
  29729 frames in 5.0 seconds = 5945.777 FPS

  $ metacity --composite --replace & sleep 5 && glxgears & sleep 20 && killall 
glxgears
  10366 frames in 5.0 seconds = 2073.057 FPS
  10194 frames in 5.0 seconds = 2038.702 FPS

  $ compiz --replace & sleep 5 && glxgears & sleep 20 && killall glxgears
  37633 frames in 5.0 seconds = 7522.813 FPS
  37990 frames in 5.0 seconds = 7597.965 FPS

  As a second set of benchmarks, I ran glxgears -fullscreen as follows:

  $ metacity --no-composite --replace & sleep 5 && glxgears -fullscreen & sleep 
20 && killall glxgears
  1652 frames in 5.0 seconds = 330.296 FPS
  1667 frames in 5.0 seconds = 333.281 FPS

  $ metacity --composite --replace & sleep 5 && glxgears -fullscreen & sleep 20 
&& killall glxgears
  886 frames in 5.0 seconds = 177.007 FPS
  891 frames in 5.0 seconds = 178.099 FPS

  $ compiz --replace & sleep 5 && glxgears -fullscreen & sleep 20 && killall 
glxgears
  1830 frames in 5.0 seconds = 365.868 FPS
  1847 frames in 5.0 seconds = 369.242 FPS

  
  Normalized results (with compiz=100):
  
  Windowed:
  metacity --no-composite: 78 FPS
  metacity --composite: 27 FPS
  compiz: 100 FPS

  Full screen:
  metacity --no-composite: 90 FPS
  metacity --composite: 48 FPS
  compiz: 100 FPS

  So `metacity --composite` in this test was about 2 times slower than
  `metacity --no-composite` and about 3 times slower than `compiz`.

  This test was done an "Intel(R) Core(TM) i5-4440 CPU @ 3.10GHz" CPU, with the 
following embedded graphics card:
  $ lspci -nn -k | grep -A 2 VGA
  00:02.0 VGA compatible controller [0300]: Intel Corporation Xeon E3-1200 
v3/4th Gen Core Processor Integrated Graphics Controller [8086:0412] (rev 06)
Subsystem: Gigabyte Technology Co., Ltd Xeon E3-1200 v3/4th Gen Core 
Processor Integrated Graphics Controller [1458:d000]
Kernel driver in use: i915

  I'll upload more tests if I find anything newsworthy.

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

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


[Desktop-packages] [Bug 1334204] Re: ogg123 crashes after playing sound file

2016-04-18 Thread Eric Seppanen
I ran into the same issue.

Here's what appears to be happening:
1. ogg123 has a latent bug in how it handles a pthread mutex-- it always tries 
to unlock that mutex before exiting, even if the mutex is unlocked already. 
glibc on older CPUs tolerates this, which is why nobody has noticed until now.
2. glibc has implemented lock elision for CPUs that have working TSX 
(transactional memory) instructions.  When pthreads uses this lock elision 
code, unlocking an unlocked mutex segfaults.
3. If you have a new enough CPU that TSX instructions are usable (some CPUs 
have them disabled due to hardware bugs), ogg123 will segfault after it's done 
playing the file.  The segfault will always happen in  __lll_unlock_elision().

The vorbis-tools code hasn't changed in ages, so it's likely that this
happens on every distro shipping a modern glibc with lock elision
enabled.

I have some sample code here to demonstrate the glibc behavior on
different CPUs: https://codeandbitters.com/2016/04/18/fun-with-lock-
elision/

If you want a workaround for ogg123, this change seems to work for me:

--- a/ogg123/status.c
+++ b/ogg123/status.c
@@ -339,6 +339,7 @@ void status_deinit ()
 
 void status_reset_output_lock ()
 {
+  pthread_mutex_trylock(_lock);
   pthread_mutex_unlock(_lock);
 }

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

Title:
  ogg123 crashes after playing sound file

Status in vorbis-tools package in Ubuntu:
  New

Bug description:
  $ gdb --args `which ogg123` redalert.ogg
  GNU gdb (Ubuntu 7.7.1-0ubuntu3) 7.7.1
  Copyright (C) 2014 Free Software Foundation, Inc.
  License GPLv3+: GNU GPL version 3 or later 
  This is free software: you are free to change and redistribute it.
  There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
  and "show warranty" for details.
  This GDB was configured as "x86_64-linux-gnu".
  Type "show configuration" for configuration details.
  For bug reporting instructions, please see:
  .
  Find the GDB manual and other documentation resources online at:
  .
  For help, type "help".
  Type "apropos word" to search for commands related to "word"...
  Reading symbols from /usr/bin/ogg123...(no debugging symbols found)...done.
  (gdb) r
  Starting program: /usr/bin/ogg123 redalert.ogg
  [Thread debugging using libthread_db enabled]
  Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".

  Audio Device:   Advanced Linux Sound Architecture (ALSA) output

  [New Thread 0x7fffecd4d700 (LWP 10744)]
  Playing: redalert.ogg
  Ogg Vorbis stream: 1 channel, 22050 Hz
  [New Thread 0x7fffe3ffe700 (LWP 10745)]
  [Thread 0x7fffecd4d700 (LWP 10744) exited]3.0 kbps)  Output Buffer   0.0% 
(EOS) 

  Program received signal SIGSEGV, Segmentation fault.
  __lll_unlock_elision (lock=0x613c40, private=0) at 
../nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c:29
  29  ../nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: No such file or 
directory.
  (gdb) bt full
  #0  __lll_unlock_elision (lock=0x613c40, private=0) at 
../nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c:29
  No locals.
  #1  0x0040895a in ?? ()
  No symbol table info available.
  #2  0x00403bda in ?? ()
  No symbol table info available.
  #3  0x7661fec5 in __libc_start_main (main=0x403860, argc=2, 
argv=0x7fffda28, init=, fini=, 
rtld_fini=, stack_end=0x7fffda18) at libc-start.c:287
  result = 
  unwind_buf = {cancel_jmp_buf = {{jmp_buf = {0, 4502378785248176378, 
4209892, 140737488345632, 0, 0, -4502378786266224390, -4502397425389737734}, 
mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x40dd40, 
0x7fffda28}, data = {prev = 0x0, cleanup = 0x0, canceltype 
= 4250944}}}
  not_first_call = 
  #4  0x00403d0d in ?? ()
  No symbol table info available.
  #5  0x7fffda18 in ?? ()
  No symbol table info available.
  #6  0x001c in ?? ()
  No symbol table info available.
  #7  0x0002 in ?? ()
  No symbol table info available.
  #8  0x7fffdece in ?? ()
  No symbol table info available.
  #9  0x7fffdede in ?? ()
  No symbol table info available.
  #10 0x in ?? ()
  No symbol table info available.
  (gdb) 

  
  Every file I tried experiences the same crash.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: vorbis-tools 1.4.0-1ubuntu3
  ProcVersionSignature: Ubuntu 3.15.0-6.11-generic 3.15.0
  Uname: Linux 3.15.0-6-generic x86_64
  ApportVersion: 2.14.3-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Jun 25 11:07:13 2014
  InstallationDate: Installed on 2014-04-11 (74 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Daily amd64 (20140409)
  SourcePackage: vorbis-tools
  

[Desktop-packages] [Bug 747197] Re: save as complete page doesn't save images used in css

2016-04-18 Thread Brian Murray
I've followed the steps indicated in the bug description and confirm
that this still happens on xenial with firefox version
45.0.1+build1-0ubuntu1.

** Tags added: xenial

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

Title:
  save as complete page doesn't save images used in css

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: firefox

  When you save a web page with "File/Save As" and chose to save it as
  "web page, complete", an html file is saved and the image files,
  javascript files and css files are saved in a folder. However,
  background image files referenced in css style sheets are not
  retrieved and saved. There's no reason why they shouldn't.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: firefox 3.6.16+build1+nobinonly-0ubuntu0.10.04.1
  ProcVersionSignature: Ubuntu 2.6.32-30.59-generic 2.6.32.29+drm33.13
  Uname: Linux 2.6.32-30-generic i686
  NonfreeKernelModules: nvidia
  Architecture: i386
  Date: Fri Apr  1 13:44:08 2011
  FirefoxPackages:
   firefox 3.6.16+build1+nobinonly-0ubuntu0.10.04.1
   firefox-gnome-support 3.6.16+build1+nobinonly-0ubuntu0.10.04.1
   firefox-branding 3.6.16+build1+nobinonly-0ubuntu0.10.04.1
   abroswer N/A
   abrowser-branding N/A
  InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.utf8
   SHELL=/bin/bash
  SourcePackage: firefox

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

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


[Desktop-packages] [Bug 1571574] Re: 3G icon missing in network-manager-applet

2016-04-18 Thread Christian Reis
** Attachment added: "Menu showing connections."
   
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/1571574/+attachment/4639444/+files/menu.png

** Tags added: regression-release

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

Title:
  3G icon missing in network-manager-applet

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

Bug description:
  After establishing a 3G connection, the icon shown in system tray
  should be a 3G indicator to indicate that 3G is connected.

  However, in Xenial there is no 3G icon at all.
  After 3G connection is established, it remains as the previous icon displayed.
  (e.g. 
  If no other connection was established before 3G connection was made, then 
the icon is a "hollow fan shape" after connecting to 3G.
  If wifi was connected before 3G connection was made, then the icon after 3G 
connection shows a wifi icon.)

  network-manager: 1.1.93-0ubuntu3
  OS: Xenial daily (2016 Apr. 15)

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

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


[Desktop-packages] [Bug 1571574] Re: 3G icon missing in network-manager-applet

2016-04-18 Thread Christian Reis
Kristin is exactly right -- I just upgraded to Xenial and and I can see
the same. I'm attaching screenshots that demonstrate the issue.

** Attachment added: "Indicator incorrectly showing no connection"
   
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/1571574/+attachment/4639443/+files/nm-icon-1.png

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

Title:
  3G icon missing in network-manager-applet

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

Bug description:
  After establishing a 3G connection, the icon shown in system tray
  should be a 3G indicator to indicate that 3G is connected.

  However, in Xenial there is no 3G icon at all.
  After 3G connection is established, it remains as the previous icon displayed.
  (e.g. 
  If no other connection was established before 3G connection was made, then 
the icon is a "hollow fan shape" after connecting to 3G.
  If wifi was connected before 3G connection was made, then the icon after 3G 
connection shows a wifi icon.)

  network-manager: 1.1.93-0ubuntu3
  OS: Xenial daily (2016 Apr. 15)

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

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


[Desktop-packages] [Bug 1571574] Re: 3G icon missing in network-manager-applet

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

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

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

Title:
  3G icon missing in network-manager-applet

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

Bug description:
  After establishing a 3G connection, the icon shown in system tray
  should be a 3G indicator to indicate that 3G is connected.

  However, in Xenial there is no 3G icon at all.
  After 3G connection is established, it remains as the previous icon displayed.
  (e.g. 
  If no other connection was established before 3G connection was made, then 
the icon is a "hollow fan shape" after connecting to 3G.
  If wifi was connected before 3G connection was made, then the icon after 3G 
connection shows a wifi icon.)

  network-manager: 1.1.93-0ubuntu3
  OS: Xenial daily (2016 Apr. 15)

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

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


[Desktop-packages] [Bug 1503310] Re: window content doesn't refresh, only if window is moved

2016-04-18 Thread thijs van severen
nvidia claims that this is is known issue with the window manager :

"this is a duplicate of another Launchpad bug, and as I understand it, it’s a 
bug with Compiz and Mutter (the compositing managers of Unity and GNOME, 
respectively), see: 
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/269904.
 
I believe it’s largely been fixed in Compiz, but that patch likely did not 
propagate to Ubuntu 12.04. I believe it’s in all Ubuntu versions >= 15.04, and 
probably is fixed in 14.04 as well (though not 14.10)."


so i'm afraid the only option is to upgrade to 15.04 (or maybe better 16.04)  
...

guess this ticket can be closed ?

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

Title:
  window content doesn't refresh, only if window is moved

Status in compiz package in Ubuntu:
  Confirmed
Status in nvidia-graphics-drivers-340 package in Ubuntu:
  Confirmed

Bug description:
  I suppose this is a bug with the nvidia driver, but I'm not sure.
  After the second-to-last routine software update (which I think
  updated the nvidia driver), changing window content is only refreshed
  if the window is moved.

  Ubuntu 12.04.5 LTS, kernel 3.2.0-91-generic,
  NVidia driver installed: 340.93-0ubuntu0.0.0.1,
  Thinkpad laptop with nvidia graphics card (see below),
  Window manager: Gnome Classic

  How to reproduce the bug: Log in under Gnome Classic. Open Gnome
  terminal. Execute some command (ls). Open new tab in terminal. Execute
  some other command (ps), just to have different tab contents. Switch
  back and forth between the tabs using the mouse. After some switches,
  neither the tab rider is activated nor the tab content is refreshed
  any longer. Only if you move the window, the tab rider gets activated
  and the tab content is refreshed. The same problem occurs in other
  applications (e.g. in thunderbird when selecting an email --- email
  list entry is not marked and email content is not shown, only if you
  move the window), so it is not application-specific.

  The bug disappears when using the window manager "Gnome Classic (no
  effects)" instead (which is "non-compositing" in contrast to "Gnome
  Classic"). The bug is also present in other window magagers
  ("Ubuntu").

  Side remark: I tried but failed to switch back to an earlier version
  of the nvidia driver (from 340 to 331) using synaptic: When
  deinstalling 340 and installing 331 instead, synaptic complains that
  it depends on 340. So I can only guess that the bug is caused by the
  nvidia driver.

  Any help would be highly appreciated as the bug is really annoying.

  % nvidia-smi 
  Tue Oct  6 16:13:30 2015   
  +--+  
 
  | NVIDIA-SMI 340.93 Driver Version: 340.93 |  
 
  
|---+--+--+
  | GPU  NamePersistence-M| Bus-IdDisp.A | Volatile Uncorr. ECC 
|
  | Fan  Temp  Perf  Pwr:Usage/Cap| Memory-Usage | GPU-Util  Compute M. 
|
  
|===+==+==|
  |   0  NVS 5400M   Off  | :01:00.0 N/A |  N/A 
|
  | N/A   44CP8N/A /  N/A |194MiB /  1023MiB | N/A  Default 
|
  
+---+--+--+

 
  
+-+
  | Compute processes:   GPU Memory 
|
  |  GPU   PID  Process name Usage  
|
  
|=|
  |0Not Supported   
|
  
+-+

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: nvidia-340 340.93-0ubuntu0.0.0.1
  ProcVersionSignature: Ubuntu 3.2.0-91.129-generic 3.2.71
  Uname: Linux 3.2.0-91-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.11
  Architecture: amd64
  Date: Tue Oct  6 16:10:32 2015
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=C
   SHELL=/bin/tcsh
  SourcePackage: nvidia-graphics-drivers-340
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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

[Desktop-packages] [Bug 1538111] Re: untraceable serious bug in metacity 3.18

2016-04-18 Thread Alberts Muktupāvels
https://launchpad.net/~albertsmuktupavels/+archive/ubuntu/metacity-3-18

Please use above PPA for testing - metacity is updated to current
upstream version.

Missing window or windows? It looks like you have this bug quite often -
is it really random or maybe it happens when you do something specific -
open certain application as example?

--

1. Enable org.gtk.settings.debug enable-inspector-keybinding
2. When you have this bug. Right click on desktop (to make sure it has focus) 
and hit Control-Shift-I.
3. Click on 'Show all Objects' icon, select NautilusDesktopWindow, then click 
on 'Show Details' icon.
4. Select properties and then change 'visible' property from TRUE to FALSE.
5. Do you see your windows or they are still hidden?

--

Do you have enabled this:
org.gnome.gnome-flashback desktop-background

If it is enabled then disable (it should be disabled by default in
ubuntu). Does that changes something in case if it was enabled?

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

Title:
  untraceable serious bug in metacity 3.18

Status in metacity package in Ubuntu:
  In Progress

Bug description:
  Ubuntu 16.04 LTS uses 3.18 version of gnome metacity.

  When doing lots of mess work in Desktop (such as open desktop window,
  sudo window, dragging window, and so on), "!! WHEN CLICKING CLOSE
  BUTTON OF A CERTAIN WINDOW !!", there is "small possibility" for
  metacity to get out of work --> Many windows are disappeared, with
  only nautilus desktop background and gnome-panel on screen. "Live
  Window List" still exists in gnome-panel, but no matter doing what
  (such as open new application from gnome-menu or use Alt+Tab to switch
  window), none of live windows can be displayed.

  So the only way is to switch to tty1 using Ctrl+Alt+F1, and executing
  "DISPLAY=:0 metacity -c --replace", then all windows came back.

  Till now, I meet this bug every day, but still not sure how to
  reproduce it bug. I think you should trace what the metacity do when
  clicking "close button" that makes all windows to be disappeared.

  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: metacity 1:3.18.1-1ubuntu3
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  ApportVersion: 2.19.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Tue Jan 26 19:49:48 2016
  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/1538111/+subscriptions

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


[Desktop-packages] [Bug 1538111] Re: untraceable serious bug in metacity 3.18

2016-04-18 Thread Alberts Muktupāvels
** Patch removed: "Test..."
   
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1538111/+attachment/4636056/+files/0001-test.patch

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

Title:
  untraceable serious bug in metacity 3.18

Status in metacity package in Ubuntu:
  In Progress

Bug description:
  Ubuntu 16.04 LTS uses 3.18 version of gnome metacity.

  When doing lots of mess work in Desktop (such as open desktop window,
  sudo window, dragging window, and so on), "!! WHEN CLICKING CLOSE
  BUTTON OF A CERTAIN WINDOW !!", there is "small possibility" for
  metacity to get out of work --> Many windows are disappeared, with
  only nautilus desktop background and gnome-panel on screen. "Live
  Window List" still exists in gnome-panel, but no matter doing what
  (such as open new application from gnome-menu or use Alt+Tab to switch
  window), none of live windows can be displayed.

  So the only way is to switch to tty1 using Ctrl+Alt+F1, and executing
  "DISPLAY=:0 metacity -c --replace", then all windows came back.

  Till now, I meet this bug every day, but still not sure how to
  reproduce it bug. I think you should trace what the metacity do when
  clicking "close button" that makes all windows to be disappeared.

  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: metacity 1:3.18.1-1ubuntu3
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  ApportVersion: 2.19.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Tue Jan 26 19:49:48 2016
  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/1538111/+subscriptions

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


[Desktop-packages] [Bug 1566157] Re: Metacity's compositing is too slow

2016-04-18 Thread Alberts Muktupāvels
https://launchpad.net/~albertsmuktupavels/+archive/ubuntu/metacity-3-18

** Attachment removed: "test.tar.xz"
   
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1566157/+attachment/4638613/+files/test.tar.xz

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

Title:
  Metacity's compositing is too slow

Status in metacity package in Ubuntu:
  New

Bug description:
  I did the following benchmarks between `metacity --no-composite`,
  `metacity --composite`, and `compiz`, in Ubuntu 16.04.

  First, I disabled vsync:
  $ cat ~/.drirc 
  
  
  
  
  

  Then I ran glxgears as follows:

  $ metacity --no-composite --replace & sleep 5 && glxgears & sleep 20 && 
killall glxgears
  29564 frames in 5.0 seconds = 5912.721 FPS
  29729 frames in 5.0 seconds = 5945.777 FPS

  $ metacity --composite --replace & sleep 5 && glxgears & sleep 20 && killall 
glxgears
  10366 frames in 5.0 seconds = 2073.057 FPS
  10194 frames in 5.0 seconds = 2038.702 FPS

  $ compiz --replace & sleep 5 && glxgears & sleep 20 && killall glxgears
  37633 frames in 5.0 seconds = 7522.813 FPS
  37990 frames in 5.0 seconds = 7597.965 FPS

  As a second set of benchmarks, I ran glxgears -fullscreen as follows:

  $ metacity --no-composite --replace & sleep 5 && glxgears -fullscreen & sleep 
20 && killall glxgears
  1652 frames in 5.0 seconds = 330.296 FPS
  1667 frames in 5.0 seconds = 333.281 FPS

  $ metacity --composite --replace & sleep 5 && glxgears -fullscreen & sleep 20 
&& killall glxgears
  886 frames in 5.0 seconds = 177.007 FPS
  891 frames in 5.0 seconds = 178.099 FPS

  $ compiz --replace & sleep 5 && glxgears -fullscreen & sleep 20 && killall 
glxgears
  1830 frames in 5.0 seconds = 365.868 FPS
  1847 frames in 5.0 seconds = 369.242 FPS

  
  Normalized results (with compiz=100):
  
  Windowed:
  metacity --no-composite: 78 FPS
  metacity --composite: 27 FPS
  compiz: 100 FPS

  Full screen:
  metacity --no-composite: 90 FPS
  metacity --composite: 48 FPS
  compiz: 100 FPS

  So `metacity --composite` in this test was about 2 times slower than
  `metacity --no-composite` and about 3 times slower than `compiz`.

  This test was done an "Intel(R) Core(TM) i5-4440 CPU @ 3.10GHz" CPU, with the 
following embedded graphics card:
  $ lspci -nn -k | grep -A 2 VGA
  00:02.0 VGA compatible controller [0300]: Intel Corporation Xeon E3-1200 
v3/4th Gen Core Processor Integrated Graphics Controller [8086:0412] (rev 06)
Subsystem: Gigabyte Technology Co., Ltd Xeon E3-1200 v3/4th Gen Core 
Processor Integrated Graphics Controller [1458:d000]
Kernel driver in use: i915

  I'll upload more tests if I find anything newsworthy.

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

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


[Desktop-packages] [Bug 1571806] [NEW] Backup files are silently ignored when using certain archive types

2016-04-18 Thread Christoph Michelbach
Public bug reported:

Depending on the kind of archive you create using file-roller, backup
files (files with a `~` on the end of their names) are included or
ignored. The user doesn't see any warning at all and will probably only
discover this when they try to extract the archive.

# How to reproduce the symptom.
(I'm assuming you're using Nautilus with file-roller integration.)
Create a folder `testFolder` (or any name but I'll use this one to refer to it) 
and create a file called `testFile~` in it. Then move to the parent folder of 
`testFolder`. Right-click test folder and choose "Compress".
## Correct behavior.
Choose `.7z` as the archive format making it a 7zip archive and click "Create". 
The archive will contain the folder `testFolder` and in it the file `testFile~`.
## Incorrect behavior.
Choose `.tar` as the archive format making it a tarball and click "Create". The 
tarball will contain the folder `testFolder` but it will be empty.

Note that this isn't the fault of `tar`. If you create the tarball from
the command line using the command `tar`, `testFile~` will be included.

** Affects: file-roller (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Backup files are silently ignored when using certain archive types

Status in file-roller package in Ubuntu:
  New

Bug description:
  Depending on the kind of archive you create using file-roller, backup
  files (files with a `~` on the end of their names) are included or
  ignored. The user doesn't see any warning at all and will probably
  only discover this when they try to extract the archive.

  # How to reproduce the symptom.
  (I'm assuming you're using Nautilus with file-roller integration.)
  Create a folder `testFolder` (or any name but I'll use this one to refer to 
it) and create a file called `testFile~` in it. Then move to the parent folder 
of `testFolder`. Right-click test folder and choose "Compress".
  ## Correct behavior.
  Choose `.7z` as the archive format making it a 7zip archive and click 
"Create". The archive will contain the folder `testFolder` and in it the file 
`testFile~`.
  ## Incorrect behavior.
  Choose `.tar` as the archive format making it a tarball and click "Create". 
The tarball will contain the folder `testFolder` but it will be empty.

  Note that this isn't the fault of `tar`. If you create the tarball
  from the command line using the command `tar`, `testFile~` will be
  included.

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

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


[Desktop-packages] [Bug 1567301] Re: Untranslated buttons

2016-04-18 Thread Francesco Fumanti
@Sebastien

Thanks for improving the changelog and sponsoring the update.

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

Title:
  Untranslated buttons

Status in Onboard:
  Fix Committed
Status in onboard package in Ubuntu:
  Fix Released

Bug description:
  Hello,

  There are some untranslated and untranslatable buttons in Onboard Settings 
UI: "Close", "New", "Add", "Remove"...
  These words do not appear in template: 
https://translations.launchpad.net/ubuntu/+source/onboard

  Thank you

  Ubuntu 15.10 Wily
  Onboard 1.1.2-0ubuntu1

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

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


[Desktop-packages] [Bug 1424263] Re: Broken dependencies

2016-04-18 Thread Roman Romanov
After copying content of sources list:

sudo apt-get install  libc6:i386  libgl1-mesa-dri-lts-wily:i386  
libgl1-mesa-glx-lts-wily:i386
Reading package lists... Done
Building dependency tree   
Reading state information... Done
libc6:i386 is already the newest version.
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 libgl1-mesa-glx-lts-wily:i386 : Depends: libudev1:i386 but it is not going to 
be installed
E: Unable to correct problems, you have held broken packages.

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

Title:
  Broken dependencies

Status in mesa package in Ubuntu:
  Confirmed
Status in steam package in Ubuntu:
  Confirmed

Bug description:
  I can not install Steam from Steam website because reported package
  has broken dependencies. This bug affect any user that will install
  Ubuntu 14.04.2. Please fix it fast, cause i can not play my games on
  Linux.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: libgl1-mesa-dri:i386 (not installed)
  ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
  Uname: Linux 3.16.0-30-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  346.35  Sat Jan 10 21:27:15 
PST 2015
   GCC version:  gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sat Feb 21 21:40:49 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus: nvidia, 346.35, 3.16.0-30-generic, x86_64: installed
  GraphicsCard:
   NVIDIA Corporation GM107 [GeForce GTX 750 Ti] [10de:1380] (rev a2) (prog-if 
00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Device [1043:84ac]
  InstallationDate: Installed on 2015-02-20 (1 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-30-generic.efi.signed 
root=UUID=ea315497-1076-4f76-a2da-dc65caca572f ro quiet splash loglevel=0 
vt.handoff=7
  SourcePackage: mesa
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/09/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P2.10
  dmi.board.name: H87 Pro4
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP2.10:bd07/09/2014:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnH87Pro4:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.
  version.compiz: compiz 1:0.9.11.3+14.04.20150122-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1~ubuntu2
  version.libgl1-mesa-dri: libgl1-mesa-dri N/A
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
  version.xserver-xorg-core: xserver-xorg-core N/A
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
  xserver.bootTime: Sat Feb 21 17:22:09 2015
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   
  xserver.version: 2:1.16.0-1ubuntu1.2~trusty2

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

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


[Desktop-packages] [Bug 1468027] Re: change default CJK fonts to Noto CJK

2016-04-18 Thread Gunnar Hjalmarsson
** Changed in: kubuntu-meta (Ubuntu)
   Status: Fix Committed => Fix Released

** Changed in: ubuntu-seeds
   Status: New => Fix Released

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

Title:
  change default CJK fonts to Noto CJK

Status in Ubuntu Seeds:
  Fix Released
Status in kubuntu-meta package in Ubuntu:
  Fix Released
Status in language-selector package in Ubuntu:
  Fix Released
Status in lubuntu-meta package in Ubuntu:
  Fix Released
Status in ubuntu-meta package in Ubuntu:
  Fix Released
Status in xubuntu-meta package in Ubuntu:
  Fix Released

Bug description:
  just realize that fonts-noto-cjk is available in the repository, finally its 
packaged.
  i don't really know about korean community.
  But for Chinese and Japanese community, i think that the answer is clear.
  noto-cjk is definitely better what we had before, like fonts- wqy and 
fonts-droid.
  Android community had received these complains for years, finally they got 
them fixed on lollipop.
  Fedora also set it as default chinese font start from F21.
  and of course, i still hope that ubuntu could drop those 69-language-selector 
fontconfig files, just like what F13 did.

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

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


[Desktop-packages] [Bug 1571786] [NEW] Broadcom 43602 requires module to be reloaded to work

2016-04-18 Thread Mike O'Connell
Public bug reported:

Running 16.04, and a recent update (last week?) introduced the following
issue.

I have a Broadcom wireless card:

02:00.0 Network controller: Broadcom Corporation BCM43602 802.11ac
Wireless LAN SoC (rev 01)

Upon startup the network will connect fine.  Then after about a minute
it will drop out.  Possibly related to the following in dmesg:

[  163.870916] brcmfmac :02:00.0: Direct firmware load for
brcm/brcmfmac43602-pcie.txt failed with error -2

If I rmmod and re-insert  brcmfmac it works until the next reboot.

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

Title:
  Broadcom 43602 requires module to be reloaded to work

Status in network-manager package in Ubuntu:
  New

Bug description:
  Running 16.04, and a recent update (last week?) introduced the
  following issue.

  I have a Broadcom wireless card:

  02:00.0 Network controller: Broadcom Corporation BCM43602 802.11ac
  Wireless LAN SoC (rev 01)

  Upon startup the network will connect fine.  Then after about a minute
  it will drop out.  Possibly related to the following in dmesg:

  [  163.870916] brcmfmac :02:00.0: Direct firmware load for
  brcm/brcmfmac43602-pcie.txt failed with error -2

  If I rmmod and re-insert  brcmfmac it works until the next reboot.

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

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


[Desktop-packages] [Bug 1504241] Re: GUI bug: emails don't appear in local inbox thread pane, but do appear in global inbox thread pane.

2016-04-18 Thread B. Bogart
The issue persists in version 1:38.6.0+build1-0ubuntu0.14.04.1

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

Title:
  GUI bug: emails don't appear in local inbox thread pane, but do appear
  in global inbox thread pane.

Status in thunderbird package in Ubuntu:
  New

Bug description:
  Note this is a render/GUI error; I confirm that my messages are
  present.

  I have multiple email accounts and use the global inbox feature. I
  recently tried to look at the inbox for a particular email address,
  and found the list of message headers in the thread pane disappears,
  along with the column headings. I can click in the white space and a
  message is selected and I can see its contents in the message pane.

  The thread pane renders properly for the other local email addresses,
  and the messages from the particular email address appear properly in
  the global inbox thread pane.

  The status bar shows the inbox in question has 1609 messages, and when
  I filter for this email address in the global inbox, the status pane
  shows 1566 messages.

  Rebuilding the index for this email address, restarting thunderbird,
  changing the layout view and starting in Safe Mode and with add-ons
  disabled and toolbars reset have made no difference.

  I don't know what I should be looking for; I don't see anything
  different about this particular email address and the others that
  display headers in the thread pane properly.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: thunderbird 1:38.3.0+build1-0ubuntu0.14.04.1
  ProcVersionSignature: Ubuntu 3.16.0-50.66~14.04.1-generic 3.16.7-ckt16
  Uname: Linux 3.16.0-50-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.14.1-0ubuntu3.15
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  bbogart1995 F pulseaudio
bbogart2177 F panel-12-mixer
  BuildID: 20150930122345
  Channel: Unavailable
  CurrentDesktop: XFCE
  Date: Thu Oct  8 09:46:06 2015
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  InstallationDate: Installed on 2010-11-05 (1798 days ago)
  InstallationMedia: Ubuntu 10.04.1 LTS "Lucid Lynx" - Release amd64 
(20100816.1)
  IpRoute:
   default via 192.168.0.1 dev eth0 
   169.254.0.0/16 dev eth0  scope link  metric 1000 
   192.168.0.0/24 dev eth0  proto kernel  scope link  src 192.168.0.5
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  Locales: extensions.sqlite corrupt or missing
  Profiles: Profile0 (Default) - LastVersion=38.3.0/20150930122345 (In use)
  RelatedPackageVersions:
   gecko-mediaplayer 1.0.8-4ubuntu1
   rhythmbox-mozilla 3.0.2-0ubuntu2
  RfKill:
   
  RunningIncompatibleAddons: False
  SourcePackage: thunderbird
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: Upgraded to trusty on 2015-01-01 (280 days ago)
  dmi.bios.date: 08/16/2007
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1018.002
  dmi.board.name: A8V Deluxe
  dmi.board.vendor: ASUSTeK Computer Inc.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1018.002:bd08/16/2007:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASUSTeKComputerInc.:rnA8VDeluxe:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.

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

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


[Desktop-packages] [Bug 1424263] Re: Broken dependencies

2016-04-18 Thread Peter Maciejko
Just copy my source list for a while and try to install those packages.

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

Title:
  Broken dependencies

Status in mesa package in Ubuntu:
  Confirmed
Status in steam package in Ubuntu:
  Confirmed

Bug description:
  I can not install Steam from Steam website because reported package
  has broken dependencies. This bug affect any user that will install
  Ubuntu 14.04.2. Please fix it fast, cause i can not play my games on
  Linux.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: libgl1-mesa-dri:i386 (not installed)
  ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
  Uname: Linux 3.16.0-30-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  346.35  Sat Jan 10 21:27:15 
PST 2015
   GCC version:  gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sat Feb 21 21:40:49 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus: nvidia, 346.35, 3.16.0-30-generic, x86_64: installed
  GraphicsCard:
   NVIDIA Corporation GM107 [GeForce GTX 750 Ti] [10de:1380] (rev a2) (prog-if 
00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Device [1043:84ac]
  InstallationDate: Installed on 2015-02-20 (1 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-30-generic.efi.signed 
root=UUID=ea315497-1076-4f76-a2da-dc65caca572f ro quiet splash loglevel=0 
vt.handoff=7
  SourcePackage: mesa
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/09/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P2.10
  dmi.board.name: H87 Pro4
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP2.10:bd07/09/2014:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnH87Pro4:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.
  version.compiz: compiz 1:0.9.11.3+14.04.20150122-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1~ubuntu2
  version.libgl1-mesa-dri: libgl1-mesa-dri N/A
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
  version.xserver-xorg-core: xserver-xorg-core N/A
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
  xserver.bootTime: Sat Feb 21 17:22:09 2015
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   
  xserver.version: 2:1.16.0-1ubuntu1.2~trusty2

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

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


[Desktop-packages] [Bug 1100190]

2016-04-18 Thread Barta-c
** Please read this message in its entirety before responding **

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open,
confirmed bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked
on this bug report. During that time, it's possible that the bug has
been fixed, or the details of the problem have changed. We'd really
appreciate your help in getting confirmation that the bug is still
present.

If you have time, please do the following:

Test to see if the bug is still present on a currently supported version
of LibreOffice (5.0.5 or 5.1.2 https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the version of 
LibreOffice and your operating system, and any changes you see in the bug 
behavior
 
If the bug is NOT present, please set the bug's Status field to 
RESOLVED-WORKSFORME and leave a short comment that includes your version of 
LibreOffice and Operating System

Please DO NOT

- Update the version field
- Reply via email (please reply directly on the bug tracker)
- Set the bug's Status field to RESOLVED - FIXED (this status has a particular 
meaning that is not appropriate in this case)


If you want to do more to help you can test to see if your issue is a 
REGRESSION. To do so: 

1. Download and install oldest version of LibreOffice (usually 3.3
unless your bug pertains to a feature added after 3.3)

http://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug

3. Leave a comment with your results.

4a. If the bug was present with 3.3 - set version to "inherited from OOo"; 
4b. If the bug was not present in 3.3 - add "regression" to keyword


Feel free to come ask questions or to say hello in our QA chat: 
http://webchat.freenode.net/?channels=libreoffice-qa

Thank you for your help!

-- The LibreOffice QA Team This NEW Message was generated on: 2016-04-16

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

Title:
  [Upstream] I/O Error while opening file from WebDAV over GVFS from
  Nautilus

Status in LibreOffice:
  Confirmed
Status in libreoffice package in Ubuntu:
  Confirmed

Bug description:
  Problem description: 
  Error when opening a file from Nautilus with LibreOffice when the file is 
WebDAV mounted with GVFS.

  The Same file can be opened from the same location from within
  LibreOffice, with the Open File Dialogue. Then you get asked for the
  Username and Password and Libreoffice seems to access the file
  directly over HTTP.

  Steps to reproduce:
  1. Mount a DAV Folder with Nautilus. 
  URL in my Case: 
dav://admin@10.1.10.58:8080/alfresco/webdav/Sites/puzzletest/documentLibrary/Alfresco%20WebDAV%20Test/
  2. Open a file with LibreOffice by doubleclick or context menu from Nautilus.
  4. Error occurs.
  Exact message:
  (-) «General input/output error while accessing /home/pgassmann/.gvfs/WebDAV\ 
als\ admin\ auf\ 10.1.10.58%3A8080/Sites/puzzletest/documentLibrary/Alfresco\ 
WebDAV\ Test/Neu.odt.» [OK]

  Working Variant:
  1. = 1. above
  2. Start LibreOffice
  3. Open File dialogue from LibreOffice
  4. Select the same file and click Open.
  5. LibreOffice Dialogue: "Authentication Required", Enter user name and 
password for: "Alfresco DAV Server" on 10.1.10.58
  6. Enter Username and password, click OK
  7. File opens correctly

  LibreOffice Version:
  3.5.2-2ubuntu1

  Involved Software: 
  LibreOffice, Nautilus, GVFS, Alfresco

  Current behavior:
  Opening file from Nautilus causes Error,
  Opening from LibreOffice Open File dialogue asks for credentials and works 
correctly

  Expected behavior:
  Opening from Nautilus works.
  Opening from Open File dialog works without asking for credentials.

  Attachment: strace log from following actions:
  LANG=C libreoffice --strace
  successfully Open File from LibreOffice dialogue.
  Trying to open file from Nautilus.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: libreoffice 1:3.5.4-0ubuntu1.1
  ProcVersionSignature: Ubuntu 3.2.0-36.57-generic 3.2.35
  Uname: Linux 3.2.0-36-generic x86_64
  NonfreeKernelModules: nvidia wl
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: amd64
  Date: Wed Jan 16 10:05:05 2013
  InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007)
  MarkForUpload: True
  SourcePackage: libreoffice
  UpgradeStatus: Upgraded to precise on 2012-05-22 (238 days ago)

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

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


[Desktop-packages] [Bug 549627] Re: Image containing EXIF orientation does not display properly as wallpaper

2016-04-18 Thread Bug Watch Updater
** Changed in: nautilus
   Status: Incomplete => Confirmed

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

Title:
  Image containing EXIF orientation does not display properly as
  wallpaper

Status in Nautilus:
  Confirmed
Status in nautilus package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: gnome-control-center

  An image that contains EXIF orientation data displays correctly as a
  thumbnail in gnome-appearance-properties i.e gnome-appearance-
  properties reads the EXIF and rotates the image.  However, when the
  thumbnail is selected and applied as wallpaper the orientation is not
  read and the wallpaper image is displayed with the wrong orientation.

  When bug #278332 (https://bugs.launchpad.net/ubuntu/+source/gnome-
  control-center/+bug/278332) was fixed to show the previews correctly
  is it possible the preview was actually correct as that was what you
  would see if applied ?

  Using Karmic Beta1 upgraded from 9.10.
  gnome-control-center 1:2.29.92-0ubuntu3

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

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


[Desktop-packages] [Bug 1424263] Re: Broken dependencies

2016-04-18 Thread Roman Romanov
< https://www.dropbox.com/s/xm1svcm694sph46/repo?dl=0

All content of my sources.list:

# deb cdrom:[Ubuntu 14.04.4 LTS _Trusty Tahr_ - Release amd64
(20160217.1)]/ trusty main restricted

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://linux.psu.ru/ubuntu/ trusty main restricted
deb-src http://linux.psu.ru/ubuntu/ trusty main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://linux.psu.ru/ubuntu/ trusty-updates main restricted
deb-src http://linux.psu.ru/ubuntu/ trusty-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://linux.psu.ru/ubuntu/ trusty universe
deb-src http://linux.psu.ru/ubuntu/ trusty universe
deb http://linux.psu.ru/ubuntu/ trusty-updates universe
deb-src http://linux.psu.ru/ubuntu/ trusty-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
## team, and may not be under a free licence. Please satisfy yourself as to 
## your rights to use the software. Also, please note that software in 
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://linux.psu.ru/ubuntu/ trusty multiverse
deb-src http://linux.psu.ru/ubuntu/ trusty multiverse
deb http://linux.psu.ru/ubuntu/ trusty-updates multiverse
deb-src http://linux.psu.ru/ubuntu/ trusty-updates multiverse

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://linux.psu.ru/ubuntu/ trusty-backports main restricted universe 
multiverse
deb-src http://linux.psu.ru/ubuntu/ trusty-backports main restricted universe 
multiverse

deb http://linux.psu.ru/ubuntu/ trusty-security main restricted
deb-src http://linux.psu.ru/ubuntu/ trusty-security main restricted
deb http://linux.psu.ru/ubuntu/ trusty-security universe
deb-src http://linux.psu.ru/ubuntu/ trusty-security universe
deb http://linux.psu.ru/ubuntu/ trusty-security multiverse
deb-src http://linux.psu.ru/ubuntu/ trusty-security multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
deb http://archive.canonical.com/ubuntu trusty partner
deb-src http://archive.canonical.com/ubuntu trusty partner

## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.
deb http://extras.ubuntu.com/ubuntu trusty main
deb-src http://extras.ubuntu.com/ubuntu trusty main
deb http://archive.canonical.com/ trusty partner
# deb-src http://archive.canonical.com/ trusty partner
deb http://llvm.org/apt/trusty/ llvm-toolchain-trusty-3.8 main
# deb-src http://llvm.org/apt/trusty/ llvm-toolchain-trusty-3.8 main

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

Title:
  Broken dependencies

Status in mesa package in Ubuntu:
  Confirmed
Status in steam package in Ubuntu:
  Confirmed

Bug description:
  I can not install Steam from Steam website because reported package
  has broken dependencies. This bug affect any user that will install
  Ubuntu 14.04.2. Please fix it fast, cause i can not play my games on
  Linux.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: libgl1-mesa-dri:i386 (not installed)
  ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
  Uname: Linux 3.16.0-30-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  346.35  Sat Jan 10 21:27:15 
PST 2015
   GCC version:  gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sat Feb 21 21:40:49 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus: nvidia, 346.35, 3.16.0-30-generic, x86_64: installed
  GraphicsCard:
   NVIDIA Corporation GM107 [GeForce GTX 750 Ti] [10de:1380] (rev a2) (prog-if 
00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Device [1043:84ac]
  InstallationDate: Installed on 2015-02-20 (1 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   

[Desktop-packages] [Bug 1424263] Re: Broken dependencies

2016-04-18 Thread Peter Maciejko
https://www.dropbox.com/s/xm1svcm694sph46/repo?dl=0

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

Title:
  Broken dependencies

Status in mesa package in Ubuntu:
  Confirmed
Status in steam package in Ubuntu:
  Confirmed

Bug description:
  I can not install Steam from Steam website because reported package
  has broken dependencies. This bug affect any user that will install
  Ubuntu 14.04.2. Please fix it fast, cause i can not play my games on
  Linux.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: libgl1-mesa-dri:i386 (not installed)
  ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
  Uname: Linux 3.16.0-30-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  346.35  Sat Jan 10 21:27:15 
PST 2015
   GCC version:  gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sat Feb 21 21:40:49 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus: nvidia, 346.35, 3.16.0-30-generic, x86_64: installed
  GraphicsCard:
   NVIDIA Corporation GM107 [GeForce GTX 750 Ti] [10de:1380] (rev a2) (prog-if 
00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Device [1043:84ac]
  InstallationDate: Installed on 2015-02-20 (1 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-30-generic.efi.signed 
root=UUID=ea315497-1076-4f76-a2da-dc65caca572f ro quiet splash loglevel=0 
vt.handoff=7
  SourcePackage: mesa
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/09/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P2.10
  dmi.board.name: H87 Pro4
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP2.10:bd07/09/2014:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnH87Pro4:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.
  version.compiz: compiz 1:0.9.11.3+14.04.20150122-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1~ubuntu2
  version.libgl1-mesa-dri: libgl1-mesa-dri N/A
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
  version.xserver-xorg-core: xserver-xorg-core N/A
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
  xserver.bootTime: Sat Feb 21 17:22:09 2015
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   
  xserver.version: 2:1.16.0-1ubuntu1.2~trusty2

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

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


[Desktop-packages] [Bug 1570955] Re: hp-scan stops working if I run hp-info (several printer models)

2016-04-18 Thread Edgardo Gho
A little bit more info that might help track this problem down:
The first time I run hp-scan and it fails (meaning, I connected the printer, 
scanned, then ran hp-info -i, then ran hp-scan again), it prints the above 
mentioned SANE: Error during I/O (code=9) 
The second time I run it, it hangs forever, but dmesg shows this:
[  489.863062] usb 1-1: Process 3992 (hp-scan) called USBDEVFS_CLEAR_HALT for 
active endpoint 0x01

And it shows that same thing on dmesg each time I kill hp-scan and
execute it again.

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

Title:
  hp-scan stops working if I run hp-info (several printer models)

Status in HPLIP:
  New
Status in hplip package in Ubuntu:
  New

Bug description:
  I have:
  Distributor ID:   Ubuntu
  Description:  Ubuntu 14.04.4 LTS
  Release:  14.04
  Codename: trusty

  I downloaded hplip-3.16.3.run and executed it and it installed hplip. I add a 
USB printer (HP Photosmart B210), and then I run hp-scan and it scans properly. 
I can run hp-scan any number of times with no problem. Each time I run it  I 
get this on dmesg:
  [101238.781550] Did not find alt setting 1 for intf 0, config 1

  Then I run hp-info -i , I get all the printer info, 3 dmesg errors get 
generated:
  [101290.777189] Did not find alt setting 1 for intf 0, config 1
  [101290.777686] Did not find alt setting 1 for intf 0, config 1
  [101290.778184] Did not find alt setting 1 for intf 0, config 1

  And after that, all subsequent calls to hp-scan fail. The first time I type 
hp-scan after having ran hp-info -i , it shows an error:
  Using device hpaio:/usb/Photosmart_Plus_B210_series?serial=CN09F1P57X05J9
  Opening connection to device...
  error: SANE: Error during device I/O (code=9)

  And dmesg also prints:
  [101355.572440] Did not find alt setting 1 for intf 0, config 1

  
  All the subsequent calls to hp-scan will hang up for ever opening connection 
to device.
  and it prints the dmesg error: [101355.572440] Did not find alt setting 1 for 
intf 0, config 1

  At this point I can only kill the process (hp-scan).
  The only way to make it work again is disconnecting the USB cable, and 
connecting it back in. But as soon as I run hp-info it goes bad again.

  The problem does not happen over network. Over network I can always
  scan and also run hp-info (even at the same time).

  I tested with 3.15.11 and 3.15.9 and got the same issue. I will go
  back a little bit more to bisect and post the results later on.

  I got reports on the exact same problems on a Laserjet m1212 (over USB), and 
two deskjet 2132.
  They all print the dmesg error each time hp-info or hp-scan is executed.

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

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


[Desktop-packages] [Bug 1547340] Re: gnome-disks crashed with SIGSEGV in g_dbus_object_get_interface()

2016-04-18 Thread Kamilion
Some notes -- This seems to happen after creation of the partition, but before 
formatting it.
Easiest workaround I have is just relaunch gnome-disks and format the partition 
it created just before crashing.

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

Title:
  gnome-disks crashed with SIGSEGV in g_dbus_object_get_interface()

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

Bug description:
  crashed when making a usb fat32 and did not finish making a fat32 file
  system.

  ProblemType: Crash
  DistroRelease: Ubuntu 16.04
  Package: gnome-disk-utility 3.18.3.1-1ubuntu1
  ProcVersionSignature: hostname 4.4.0-4.19-generic 4.4.1
  Uname: Linux 4.4.0-4-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Feb 19 01:10:08 2016
  ExecutablePath: /usr/bin/gnome-disks
  InstallationDate: Installed on 2016-02-18 (1 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160217)
  ProcCmdline: /usr/bin/gnome-disks --gapplication-service
  ProcEnviron:
   XDG_RUNTIME_DIR=
   SHELL=/bin/bash
   LANGUAGE=en_US
   PATH=(custom, no user)
   LANG=en_US.UTF-8
  SegvAnalysis:
   Segfault happened at: 0x7fa8b4a38b6f :   
mov(%rbx),%rdi
   PC (0x7fa8b4a38b6f) ok
   source "(%rbx)" (0x) not located in a known VMA region (needed 
readable region)!
   destination "%rdi" ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: gnome-disk-utility
  StacktraceTop:
   g_dbus_object_get_interface () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
   udisks_object_peek_drive () from /usr/lib/x86_64-linux-gnu/libudisks2.so.0
   gdu_window_select_object ()
   ?? ()
   ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
  Title: gnome-disks crashed with SIGSEGV in g_dbus_object_get_interface()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers

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

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


[Desktop-packages] [Bug 1567301] Re: Untranslated buttons

2016-04-18 Thread Launchpad Bug Tracker
This bug was fixed in the package onboard - 1.2.0-0ubuntu5

---
onboard (1.2.0-0ubuntu5) xenial; urgency=medium

  * debian/patches/bzr_fix_untranslatable_buttons.patch:
backport commit "Make former stock buttons in preferences translatable"
(LP: #1567301)

 -- Francesco Fumanti   Fri, 15 Apr 2016
21:59:05 +0200

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

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

Title:
  Untranslated buttons

Status in Onboard:
  Fix Committed
Status in onboard package in Ubuntu:
  Fix Released

Bug description:
  Hello,

  There are some untranslated and untranslatable buttons in Onboard Settings 
UI: "Close", "New", "Add", "Remove"...
  These words do not appear in template: 
https://translations.launchpad.net/ubuntu/+source/onboard

  Thank you

  Ubuntu 15.10 Wily
  Onboard 1.1.2-0ubuntu1

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

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


[Desktop-packages] [Bug 1424263] Re: Broken dependencies

2016-04-18 Thread Roman Romanov
I have Ubuntu 64 bit

sudo apt-get install --install-recommends linux-generic-lts-wily
xserver-xorg-core-lts-wily xserver-xorg-lts-wily xserver-xorg-video-all-
lts-wily xserver-xorg-input-all-lts-wily libwayland-egl1-mesa-lts-wily
libgl1-mesa-glx-lts-wily libgl1-mesa-glx-lts-wily:i386 libglapi-mesa-
lts-wily:i386

Reading package lists... Done
Building dependency tree   
Reading state information... Done
Package libgl1-mesa-glx-lts-wily:i386 is not available, but is referred to by 
another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'libgl1-mesa-glx-lts-wily:i386' has no installation candidate
E: Unable to locate package libglapi-mesa-lts-wily


In my sources.list:

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://linux.psu.ru/ubuntu/ trusty universe
deb-src http://linux.psu.ru/ubuntu/ trusty universe
deb http://linux.psu.ru/ubuntu/ trusty-updates universe
deb-src http://linux.psu.ru/ubuntu/ trusty-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
## team, and may not be under a free licence. Please satisfy yourself as to 
## your rights to use the software. Also, please note that software in 
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://linux.psu.ru/ubuntu/ trusty multiverse
deb-src http://linux.psu.ru/ubuntu/ trusty multiverse
deb http://linux.psu.ru/ubuntu/ trusty-updates multiverse
deb-src http://linux.psu.ru/ubuntu/ trusty-updates multiverse

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

Title:
  Broken dependencies

Status in mesa package in Ubuntu:
  Confirmed
Status in steam package in Ubuntu:
  Confirmed

Bug description:
  I can not install Steam from Steam website because reported package
  has broken dependencies. This bug affect any user that will install
  Ubuntu 14.04.2. Please fix it fast, cause i can not play my games on
  Linux.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: libgl1-mesa-dri:i386 (not installed)
  ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
  Uname: Linux 3.16.0-30-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  346.35  Sat Jan 10 21:27:15 
PST 2015
   GCC version:  gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sat Feb 21 21:40:49 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus: nvidia, 346.35, 3.16.0-30-generic, x86_64: installed
  GraphicsCard:
   NVIDIA Corporation GM107 [GeForce GTX 750 Ti] [10de:1380] (rev a2) (prog-if 
00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Device [1043:84ac]
  InstallationDate: Installed on 2015-02-20 (1 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-30-generic.efi.signed 
root=UUID=ea315497-1076-4f76-a2da-dc65caca572f ro quiet splash loglevel=0 
vt.handoff=7
  SourcePackage: mesa
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/09/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P2.10
  dmi.board.name: H87 Pro4
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP2.10:bd07/09/2014:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnH87Pro4:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.
  version.compiz: compiz 1:0.9.11.3+14.04.20150122-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1~ubuntu2
  version.libgl1-mesa-dri: libgl1-mesa-dri N/A
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
  version.xserver-xorg-core: xserver-xorg-core N/A
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  

[Desktop-packages] [Bug 263822] Re: RTL (right to left) support in terminal (BiDi)

2016-04-18 Thread uwe
Um; It would, as we know, mostly ignore RTL reading users.

now RTL works in kde/konsole beautifully, with shaping and everything,
so I'm not sure how problems mentioned in #46 are handeled there, and
I'm sure its not perfect either, but works better than BiCon for example
but if softwares have been using functions to count characters to know
width, maybe *that* is broken, and language specific functions should be
replaced with language agnostic functions ...

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

Title:
  RTL (right to left) support in terminal (BiDi)

Status in Gnome Virtual Terminal Emulator:
  Confirmed
Status in vte package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: gnome-terminal

  The program fails to display bi-directional text correctly. For example,
   the Arabic  word Went (راح) should be spelled raa (ر) Alif (ا) haa (ح)
   from right to left. The program displays the Arabic text in the opposite 
direction.

  examples:
  ا ب ج
  become
  ج ب ا

  if the problem with numbers (and it's not) it will look like:
  123
  become
  321

  that makes many translated terminal applications messages unreadable
  like dpkg & apt-get

  ProblemT
  ype: Bug
  Architecture: i386
  Date: Tue Sep  2 04:44:06 2008
  DistroRelease: Ubuntu 8.04
  ExecutablePath: /usr/bin/gnome-terminal
  Package: gnome-terminal 2.22.1-0ubuntu2
  PackageArchitecture: i386
  ProcEnviron:
   
PATH=/usr/locusernamel/sbin:/usr/locusernamel/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/gusernamemes
   LANG=en_US.UTF-8
   SHELL=/bin/busernamesh
  SourcePackage: gnome-terminal
  Uname: Linux 2.6.24-19-generic i586

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

-- 
Mailing list: https://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 1571511] Re: hplip not compatible with cups, dbus in xenial

2016-04-18 Thread Daniel Curran-Dickinson
A log from non-working hpcups ppd on trusty

D [18/Apr/2016:11:19:09 -0400] Discarding unused printer-state-changed
event...
D [18/Apr/2016:11:19:09 -0400] [Job 18] 4 filters for job:
D [18/Apr/2016:11:19:09 -0400] [Job 18] bannertopdf
(application/vnd.cups-pdf-banner to application/pdf, cost 32)
D [18/Apr/2016:11:19:09 -0400] [Job 18] pdftopdf (application/pdf to
application/vnd.cups-pdf, cost 66)
D [18/Apr/2016:11:19:09 -0400] [Job 18] gstoraster
(application/vnd.cups-pdf to application/vnd.cups-raster, cost 99)
D [18/Apr/2016:11:19:09 -0400] [Job 18] hpcups
(application/vnd.cups-raster to printer/HP_Officejet_J4500_series, cost 0)
D [18/Apr/2016:11:19:09 -0400] [Job 18] job-sheets=none,none
D [18/Apr/2016:11:19:09 -0400] [Job 18] argv[0]="HP_Officejet_J4500_series"
D [18/Apr/2016:11:19:09 -0400] [Job 18] argv[1]="18"
D [18/Apr/2016:11:19:09 -0400] [Job 18] argv[2]="daniel"
D [18/Apr/2016:11:19:09 -0400] [Job 18] argv[3]="Test Page"
D [18/Apr/2016:11:19:09 -0400] [Job 18] argv[4]="1"
D [18/Apr/2016:11:19:09 -0400] [Job 18]
argv[5]="job-uuid=urn:uuid:dd45ed10-1f36-30de-71f1-733dbbf447e4
job-originating-host-name=localhost time-at-creation=1460992749
time-at-processing=1460992749"
D [18/Apr/2016:11:19:09 -0400] [Job 18] argv[6]="/var/spool/cups/d00018-001"
D [18/Apr/2016:11:19:09 -0400] [Job 18]
envp[0]="CUPS_CACHEDIR=/var/cache/cups"
D [18/Apr/2016:11:19:09 -0400] [Job 18]
envp[1]="CUPS_DATADIR=/usr/share/cups"
D [18/Apr/2016:11:19:09 -0400] [Job 18]
envp[2]="CUPS_DOCROOT=/usr/share/cups/doc-root"
D [18/Apr/2016:11:19:09 -0400] [Job 18]
envp[3]="CUPS_FONTPATH=/usr/share/cups/fonts"
D [18/Apr/2016:11:19:09 -0400] [Job 18]
envp[4]="CUPS_REQUESTROOT=/var/spool/cups"
D [18/Apr/2016:11:19:09 -0400] [Job 18]
envp[5]="CUPS_SERVERBIN=/usr/lib/cups"
D [18/Apr/2016:11:19:09 -0400] [Job 18] envp[6]="CUPS_SERVERROOT=/etc/cups"
D [18/Apr/2016:11:19:09 -0400] [Job 18]
envp[7]="CUPS_STATEDIR=/var/run/cups"
D [18/Apr/2016:11:19:09 -0400] [Job 18] envp[8]="HOME=/var/spool/cups/tmp"
D [18/Apr/2016:11:19:09 -0400] [Job 18]
envp[9]="PATH=/usr/lib/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [18/Apr/2016:11:19:09 -0400] [Job 18]
envp[10]="SERVER_ADMIN=root@printscan"
D [18/Apr/2016:11:19:09 -0400] [Job 18] envp[11]="SOFTWARE=CUPS/1.7.2"
D [18/Apr/2016:11:19:09 -0400] [Job 18]
envp[12]="TMPDIR=/var/spool/cups/tmp"
[snip]
D [18/Apr/2016:11:19:09 -0400] [Job 18] envp[18]="IPP_PORT=631"
D [18/Apr/2016:11:19:09 -0400] [Job 18] envp[19]="CHARSET=utf-8"
D [18/Apr/2016:11:19:09 -0400] [Job 18] envp[20]="LANG=en_US.UTF-8"
D [18/Apr/2016:11:19:09 -0400] [Job 18]
envp[21]="PPD=/etc/cups/ppd/HP_Officejet_J4500_series.ppd"
D [18/Apr/2016:11:19:09 -0400] [Job 18] envp[22]="RIP_MAX_CACHE=512k"
D [18/Apr/2016:11:19:09 -0400] [Job 18]
envp[23]="CONTENT_TYPE=application/vnd.cups-pdf-banner"
D [18/Apr/2016:11:19:09 -0400] [Job 18]
envp[24]="DEVICE_URI=hp:/usb/Officejet_J4500_series?serial=CN9CHD31FB052T"
D [18/Apr/2016:11:19:09 -0400] [Job 18] envp[25]="PRINTER_INFO=HP
Officejet J4500 series"
D [18/Apr/2016:11:19:09 -0400] [Job 18] envp[26]="PRINTER_LOCATION="
D [18/Apr/2016:11:19:09 -0400] [Job 18]
envp[27]="PRINTER=HP_Officejet_J4500_series"
D [18/Apr/2016:11:19:09 -0400] [Job 18]
envp[28]="PRINTER_STATE_REASONS=none"
D [18/Apr/2016:11:19:09 -0400] [Job 18] envp[29]="CUPS_FILETYPE=document"
D [18/Apr/2016:11:19:09 -0400] [Job 18]
envp[30]="FINAL_CONTENT_TYPE=printer/HP_Officejet_J4500_series"
D [18/Apr/2016:11:19:09 -0400] [Job 18] envp[31]="AUTH_I"
I [18/Apr/2016:11:19:09 -0400] [Job 18] Started filter
/usr/lib/cups/filter/bannertopdf (PID 4404)
I [18/Apr/2016:11:19:09 -0400] [Job 18] Started filter
/usr/lib/cups/filter/pdftopdf (PID 4405)
I [18/Apr/2016:11:19:09 -0400] [Job 18] Started filter
/usr/lib/cups/filter/gstoraster (PID 4406)
I [18/Apr/2016:11:19:09 -0400] [Job 18] Started filter
/usr/lib/cups/filter/hpcups (PID 4407)
I [18/Apr/2016:11:19:09 -0400] [Job 18] Started backend
/usr/lib/cups/backend/hp (PID 4408)
D [18/Apr/2016:11:19:09 -0400] Discarding unused job-state-changed event...
D [18/Apr/2016:11:19:09 -0400] [Client 17] Returning IPP successful-ok
for Print-Job (ipp://localhost:631/printers/HP_Officejet_J4500_series)
from localhost
D [18/Apr/2016:11:19:09 -0400] [Client 17] Content-Length: 174
D [18/Apr/2016:11:19:09 -0400] cupsd is not idle any more, canceling
shutdown.
D [18/Apr/2016:11:19:09 -0400] [Client 17] cupsdWriteClient error=0,
used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH,
data_remaining=174, response=0x562f2cf94970(IPP_IDLE), pipe_pid=0, file=-1
D [18/Apr/2016:11:19:09 -0400] [Client 17] Writing IPP response,
ipp_state=DATA, old wused=0, new wused=0
D [18/Apr/2016:11:19:09 -0400] [Client 17] bytes=0, http_state=0,
data_remaining=0
D [18/Apr/2016:11:19:09 -0400] [Client 17] Waiting for request.
D [18/Apr/2016:11:19:09 -0400] cupsdSetBusyState: newbusy="Active
clients, printing jobs, and dirty files", busy="Active clients and dirty
files"
D [18/Apr/2016:11:19:09 -0400] PID 4403

[Desktop-packages] [Bug 1562381] Re: Typing special characters with non-US layout get repeated indefinitely

2016-04-18 Thread RussianNeuroMancer
Oh, I thought I was answered your questions. Unfortunately, my tablet in
on RMA right now, so I will recheck when I get it back.

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

Title:
  Typing special characters with non-US layout get repeated indefinitely

Status in onboard package in Ubuntu:
  Confirmed

Bug description:
  Typing special characters like .,:;-()"@# (and other) or numbers with
  non-US keyboard layout get repeated indefinitely, like this:

  
тест...

  This will continue to happen untl other symbol is entered or other
  button is pressed. Reproducible with GTK and Xinput. Testng was done
  on Ubuntu Gnome 16.04.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: onboard 1.2.0-0ubuntu4
  ProcVersionSignature: Ubuntu 4.4.0-15.31-generic 4.4.6
  Uname: Linux 4.4.0-15-generic x86_64
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Sun Mar 27 02:29:05 2016
  InstallationDate: Installed on 2016-03-19 (6 days ago)
  InstallationMedia: Ubuntu-GNOME 16.04 LTS "Xenial Xerus" - Alpha amd64 
(20160319)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=ru_RU.UTF-8
   SHELL=/bin/bash
  SourcePackage: onboard
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


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

2016-04-18 Thread Timo Jyrinki
It seems both the duplicate bug #1478506 (volume control increasing from
0) and this (volume always at 100) go away with the bug fix.

There is a remaining perceived bug of any sound playing app's volume
being controlled only if the app is playing something at the time of
volume control. If that's not the case, ringtone volume is controlled
instead.

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

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

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

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

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

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

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

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

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

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

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

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


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

2016-04-18 Thread Timo Jyrinki
(the remaining problem being documented in bug #1498466)

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

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

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

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

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

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

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

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

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

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

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

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


[Desktop-packages] [Bug 1570955] Re: hp-scan stops working if I run hp-info (several printer models)

2016-04-18 Thread Edgardo Gho
hp-scan seems to be stuck opening the device. Looking at the code it looks like 
its calling libsane to do so. I tried with 
https://launchpad.net/~rolfbensch/+archive/ubuntu/sane-git
And I still have the same problem. I tried unbinding and binding the usb 
interface and still won't work.

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

Title:
  hp-scan stops working if I run hp-info (several printer models)

Status in HPLIP:
  New
Status in hplip package in Ubuntu:
  New

Bug description:
  I have:
  Distributor ID:   Ubuntu
  Description:  Ubuntu 14.04.4 LTS
  Release:  14.04
  Codename: trusty

  I downloaded hplip-3.16.3.run and executed it and it installed hplip. I add a 
USB printer (HP Photosmart B210), and then I run hp-scan and it scans properly. 
I can run hp-scan any number of times with no problem. Each time I run it  I 
get this on dmesg:
  [101238.781550] Did not find alt setting 1 for intf 0, config 1

  Then I run hp-info -i , I get all the printer info, 3 dmesg errors get 
generated:
  [101290.777189] Did not find alt setting 1 for intf 0, config 1
  [101290.777686] Did not find alt setting 1 for intf 0, config 1
  [101290.778184] Did not find alt setting 1 for intf 0, config 1

  And after that, all subsequent calls to hp-scan fail. The first time I type 
hp-scan after having ran hp-info -i , it shows an error:
  Using device hpaio:/usb/Photosmart_Plus_B210_series?serial=CN09F1P57X05J9
  Opening connection to device...
  error: SANE: Error during device I/O (code=9)

  And dmesg also prints:
  [101355.572440] Did not find alt setting 1 for intf 0, config 1

  
  All the subsequent calls to hp-scan will hang up for ever opening connection 
to device.
  and it prints the dmesg error: [101355.572440] Did not find alt setting 1 for 
intf 0, config 1

  At this point I can only kill the process (hp-scan).
  The only way to make it work again is disconnecting the USB cable, and 
connecting it back in. But as soon as I run hp-info it goes bad again.

  The problem does not happen over network. Over network I can always
  scan and also run hp-info (even at the same time).

  I tested with 3.15.11 and 3.15.9 and got the same issue. I will go
  back a little bit more to bisect and post the results later on.

  I got reports on the exact same problems on a Laserjet m1212 (over USB), and 
two deskjet 2132.
  They all print the dmesg error each time hp-info or hp-scan is executed.

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

-- 
Mailing list: https://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 1571511] Re: hplip not compatible with cups, dbus in xenial

2016-04-18 Thread Daniel Curran-Dickinson
It appears that in both xenial and trusty the hpcups ppds do not work
for some models (e.g. officejet j4500 series which uses deskjet 6500c as
cups model type).

On trusty hpijs ppd does work, but the hpcups ppd fails.  Based on
comparing the ppds, it appears that there is a difference in what the
manufacturer/model name passed in the gs command line looks like.

This is consistent with the web search results mentioning ghostscript as
the one complaining about the device (i.e. at debug level the cups logs
show ghostscript failing to open bbox, but that's probably the wrong
device due to an error in command line that ends up getting used).

I will attempt to reproduce on a system from which I can pull the logs.

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

Title:
  hpcups ppd fails to print; hpijs ppd works (hplip printer)

Status in cups package in Ubuntu:
  New
Status in hplip package in Ubuntu:
  New

Bug description:
  The hplip in xenial is not compatible with the versions of cups and
  dbus (and various other libraries) in xenial.

  The initial symptoms were that after running hp-setup -i (text mode
  only box), and attempting to print a test page from hplip, there was
  no output.  After cancelling that job from http://:631/... and
  attempting to print another test page from the CUPS interface, CUPS
  reporter 'filter failed'.

  Reviewing error_log revealed the message 'unable to open inital
  device. quitting'.

  While this *sounds* like a device error, hp-levels and hp-clean both
  work, so clearly the issue is not with access to the usb device (and
  the appropriate /dev/bus/usb/*/* device has group lp and group rw
  permissions).

  Also some web searching reveals that this can be caused by e.g.
  ghostscript errors and is not necessarily indicative of an hardware
  device access issue.

  Running hp-doctor gives the attached result

  hplip version 3.16.3+repack0-1
  cups 2.1.3-4
  dbus 1.10.6-1ubuntu3

  On an up-to-date as of 2016-04-18 01:00:00 -0400 Xenial system
  installed from final beta alternate CD.

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

-- 
Mailing list: https://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 1571511] Re: hplip not compatible with cups, dbus in xenial

2016-04-18 Thread Daniel Curran-Dickinson
And a log from working hpijs on trusty

D [18/Apr/2016:11:46:46 -0400] [Job 21] envp[19]="CHARSET=utf-8"
D [18/Apr/2016:11:46:46 -0400] [Job 21] envp[20]="LANG=en_US.UTF-8"
D [18/Apr/2016:11:46:46 -0400] [Job 21]
envp[21]="PPD=/etc/cups/ppd/HP_Officejet_J4500_series.ppd"
D [18/Apr/2016:11:46:46 -0400] [Job 21] envp[22]="RIP_MAX_CACHE=512k"
D [18/Apr/2016:11:46:46 -0400] [Job 21]
envp[23]="CONTENT_TYPE=application/vnd.cups-pdf-banner"
D [18/Apr/2016:11:46:46 -0400] [Job 21]
envp[24]="DEVICE_URI=hp:/usb/Officejet_J4500_series?serial=CN9CHD31FB052T"
D [18/Apr/2016:11:46:46 -0400] [Job 21] envp[25]="PRINTER_INFO=HP
Officejet J4500 series"
D [18/Apr/2016:11:46:46 -0400] [Job 21] envp[26]="PRINTER_LOCATION="
D [18/Apr/2016:11:46:46 -0400] [Job 21]
envp[27]="PRINTER=HP_Officejet_J4500_series"
D [18/Apr/2016:11:46:46 -0400] [Job 21]
envp[28]="PRINTER_STATE_REASONS=marker-supply-low-warning"
D [18/Apr/2016:11:46:46 -0400] [Job 21] envp[29]="CUPS_FILETYPE=document"
D [18/Apr/2016:11:46:46 -0400] [Job 21]
envp[30]="FINAL_CONTENT_TYPE=printer/HP_Officejet_J4500_series"
D [18/Apr/2016:11:46:46 -0400] [Job 21] envp[31]="AUTH_I"
I [18/Apr/2016:11:46:46 -0400] [Job 21] Started filter
/usr/lib/cups/filter/bannertopdf (PID 7597)
I [18/Apr/2016:11:46:46 -0400] [Job 21] Started filter
/usr/lib/cups/filter/pdftopdf (PID 7598)
I [18/Apr/2016:11:46:46 -0400] [Job 21] Started filter
/usr/lib/cups/filter/foomatic-rip (PID 7599)
I [18/Apr/2016:11:46:46 -0400] [Job 21] Started backend
/usr/lib/cups/backend/hp (PID 7600)
D [18/Apr/2016:11:46:46 -0400] Discarding unused job-state-changed event...
D [18/Apr/2016:11:46:46 -0400] [Client 17] Returning IPP successful-ok
for Print-Job (ipp://localhost:631/printers/HP_Officejet_J4500_series)
from localhost
D [18/Apr/2016:11:46:46 -0400] [Client 17] Content-Length: 174
D [18/Apr/2016:11:46:46 -0400] cupsd is not idle any more, canceling
shutdown.
D [18/Apr/2016:11:46:46 -0400] [Client 17] cupsdWriteClient error=0,
used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH,
data_remaining=174, response=0x55b2473818d0(IPP_IDLE), pipe_pid=0, file=-1
D [18/Apr/2016:11:46:46 -0400] [Client 17] Writing IPP response,
ipp_state=DATA, old wused=0, new wused=0
D [18/Apr/2016:11:46:46 -0400] [Client 17] bytes=0, http_state=0,
data_remaining=0
D [18/Apr/2016:11:46:46 -0400] [Client 17] Waiting for request.
D [18/Apr/2016:11:46:46 -0400] cupsdSetBusyState: newbusy="Active
clients, printing jobs, and dirty files", busy="Active clients and dirty
files"
D [18/Apr/2016:11:46:46 -0400] cupsd is not idle any more, canceling
shutdown.
[snip]
D [18/Apr/2016:11:46:46 -0400] cupsdSetBusyState: newbusy="Printing jobs
and dirty files", busy="Active clients, printing jobs, and dirty files"
D [18/Apr/2016:11:46:46 -0400] cupsd is not idle any more, canceling
shutdown.
D [18/Apr/2016:11:46:46 -0400] [Job 21] Getting input from file
D [18/Apr/2016:11:46:46 -0400] cupsd is not idle any more, canceling
shutdown.
D [18/Apr/2016:11:46:46 -0400] [Job 21] foomatic-rip version 1.0.52
running...
D [18/Apr/2016:11:46:46 -0400] cupsd is not idle any more, canceling
shutdown.
D [18/Apr/2016:11:46:46 -0400] [Job 21] Parsing PPD file ...
D [18/Apr/2016:11:46:46 -0400] [Job 21] Added option ColorSpace
D [18/Apr/2016:11:46:46 -0400] [Job 21] Added option Resolution
D [18/Apr/2016:11:46:46 -0400] [Job 21] Added option PageSize
D [18/Apr/2016:11:46:46 -0400] [Job 21] Added option Model
D [18/Apr/2016:11:46:46 -0400] [Job 21] Added option PrintoutMode
D [18/Apr/2016:11:46:46 -0400] [Job 21] Added option InputSlot
D [18/Apr/2016:11:46:46 -0400] cupsd is not idle any more, canceling
shutdown.
D [18/Apr/2016:11:46:46 -0400] [Job 21] Added option Duplex
D [18/Apr/2016:11:46:46 -0400] cupsd is not idle any more, canceling
shutdown.
D [18/Apr/2016:11:46:46 -0400] [Job 21] Added option DryTime
D [18/Apr/2016:11:46:46 -0400] cupsd is not idle any more, canceling
shutdown.
D [18/Apr/2016:11:46:46 -0400] [Job 21] Added option Quality
D [18/Apr/2016:11:46:46 -0400] cupsd is not idle any more, canceling
shutdown.
D [18/Apr/2016:11:46:46 -0400] [Job 21] Added option ImageableArea
D [18/Apr/2016:11:46:46 -0400] cupsd is not idle any more, canceling
shutdown.
D [18/Apr/2016:11:46:46 -0400] [Job 21] Added option PaperDimension
D [18/Apr/2016:11:46:46 -0400] cupsd is not idle any more, canceling
shutdown.
D [18/Apr/2016:11:46:46 -0400] [Job 21] Added option Font
D [18/Apr/2016:11:46:46 -0400] cupsd is not idle any more, canceling
shutdown.
D [18/Apr/2016:11:46:46 -0400] [Job 21] Parameter Summary
D [18/Apr/2016:11:46:46 -0400] [Job 21] -
D [18/Apr/2016:11:46:46 -0400] [Job 21] Spooler: cups
D [18/Apr/2016:11:46:46 -0400] [Job 21] Printer: HP_Officejet_J4500_series
D [18/Apr/2016:11:46:46 -0400] [Job 21] Shell: /bin/bash
D [18/Apr/2016:11:46:46 -0400] [Job 21] PPD file:
/etc/cups/ppd/HP_Officejet_J4500_series.ppd
D [18/Apr/2016:11:46:46 -0400] [Job 21] ATTR file:
D [18/Apr/2016:11:46:46 -0400] [Job 21] Printer model: HP 

Re: [Desktop-packages] [Bug 1571511] Re: hplip not compatible with cups, dbus in xenial

2016-04-18 Thread Daniel Curran-Dickinson
For the record, the hp-doctor output *may* be a red herring.  It turns
out there was a typo in a directive in my cupsd.conf (from a bad edit).

It is possible (although not certain) that the hp-doctor/hp-check
reports of incompatible/missing version is not showing the root cause,
but is an issue with hp-doctor/hp-check that needs to be addressed to
avoid user confusion.

However, it may actually be a version problem as I discovered the typo
after reinstalling with 14.04.4 and getting a different error from
hp-setup and seeing the directive error in /var/log/cups/error_log
(which was probably also in the xenial logs, but masked by the fact that
hp-setup appeared to work and that other errors appeared later (closer
to the faulty result).

On Trusty cups refused to even start, leading to finding the issue, on
Xenial things appeared to succeed until actual printing failed.

Regards,

Daniel

On 2016-04-18 02:58 AM, Daniel Curran-Dickinson wrote:
> Didn't get assigned to right package
> 
> ** Package changed: libvirt (Ubuntu) => hplip (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/1571511

Title:
  hpcups ppd fails to print; hpijs ppd works (hplip printer)

Status in cups package in Ubuntu:
  New
Status in hplip package in Ubuntu:
  New

Bug description:
  The hplip in xenial is not compatible with the versions of cups and
  dbus (and various other libraries) in xenial.

  The initial symptoms were that after running hp-setup -i (text mode
  only box), and attempting to print a test page from hplip, there was
  no output.  After cancelling that job from http://:631/... and
  attempting to print another test page from the CUPS interface, CUPS
  reporter 'filter failed'.

  Reviewing error_log revealed the message 'unable to open inital
  device. quitting'.

  While this *sounds* like a device error, hp-levels and hp-clean both
  work, so clearly the issue is not with access to the usb device (and
  the appropriate /dev/bus/usb/*/* device has group lp and group rw
  permissions).

  Also some web searching reveals that this can be caused by e.g.
  ghostscript errors and is not necessarily indicative of an hardware
  device access issue.

  Running hp-doctor gives the attached result

  hplip version 3.16.3+repack0-1
  cups 2.1.3-4
  dbus 1.10.6-1ubuntu3

  On an up-to-date as of 2016-04-18 01:00:00 -0400 Xenial system
  installed from final beta alternate CD.

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

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


[Desktop-packages] [Bug 1424263] Re: Broken dependencies

2016-04-18 Thread Peter Maciejko
Do you have Ubuntu 32 or 64 bit?

corsseir@DTC0:~$ sudo apt install libgl1-mesa-dri-lts-wily:i386 
libgl1-mesa-dri-lts-wily:i386 libc6:i386
Reading package lists... Done
Building dependency tree   
Reading state information... Done
libc6:i386 is already the newest version.
libgl1-mesa-dri-lts-wily:i386 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

Try this command:
sudo apt-get install --install-recommends linux-generic-lts-wily 
xserver-xorg-core-lts-wily xserver-xorg-lts-wily 
xserver-xorg-video-all-lts-wily xserver-xorg-input-all-lts-wily 
libwayland-egl1-mesa-lts-wily libgl1-mesa-glx-lts-wily 
libgl1-mesa-glx-lts-wily:i386 libglapi-mesa-lts-wily:i386

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

Title:
  Broken dependencies

Status in mesa package in Ubuntu:
  Confirmed
Status in steam package in Ubuntu:
  Confirmed

Bug description:
  I can not install Steam from Steam website because reported package
  has broken dependencies. This bug affect any user that will install
  Ubuntu 14.04.2. Please fix it fast, cause i can not play my games on
  Linux.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: libgl1-mesa-dri:i386 (not installed)
  ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
  Uname: Linux 3.16.0-30-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  346.35  Sat Jan 10 21:27:15 
PST 2015
   GCC version:  gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sat Feb 21 21:40:49 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus: nvidia, 346.35, 3.16.0-30-generic, x86_64: installed
  GraphicsCard:
   NVIDIA Corporation GM107 [GeForce GTX 750 Ti] [10de:1380] (rev a2) (prog-if 
00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Device [1043:84ac]
  InstallationDate: Installed on 2015-02-20 (1 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-30-generic.efi.signed 
root=UUID=ea315497-1076-4f76-a2da-dc65caca572f ro quiet splash loglevel=0 
vt.handoff=7
  SourcePackage: mesa
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/09/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P2.10
  dmi.board.name: H87 Pro4
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP2.10:bd07/09/2014:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnH87Pro4:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.
  version.compiz: compiz 1:0.9.11.3+14.04.20150122-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1~ubuntu2
  version.libgl1-mesa-dri: libgl1-mesa-dri N/A
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
  version.xserver-xorg-core: xserver-xorg-core N/A
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
  xserver.bootTime: Sat Feb 21 17:22:09 2015
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   
  xserver.version: 2:1.16.0-1ubuntu1.2~trusty2

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

-- 
Mailing list: https://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 1568996] Re: Duplex printing does not work properly for HP printers

2016-04-18 Thread Roger James
On 18/04/16 04:41, Till Kamppeter wrote:
> Perhaps we need to remove the script to return to upstream reality with
> the original awkwardness (perhaps this could be the SRU for Xenial) and
> for a more sophisticated solution pre-build all PPDs, edit them with a
> script to rename the paper sizes, and then either compress the PPDs with
> pyppd for shipping or look whther CUPS has a tool to reverse-compile
> PPDs to a .drv file, to generate the new .drv file this way.
>
> WDYT?
>

Hi Till,

My gut response is remove the script.

However this may bring into play problems with jobs sticking in the 
queue for no apparent reason that I mentioned in the original bug post. 
This definitely occurs when printing from applications using gtk+ and is 
caused by cups not picking up that GS has terminated with an error, in 
this case "rangecheck in SetPageDevice. This error is only reported in 
the error_log if debug logging is enabled. I think it would be a good 
idea to fix this anyway!

I have been looking at a solution using cupsUIConstraint and 
cupsUIResolver  to forbid the use of non duplex page sizes when duplex 
printing is selected and a .duplex page size is available. I have not 
got it to work yet.
The idea is to insert lines like these after each .Duplex CustomMedia found.

 Attribute cupsUIContraints A4Pagesize "*Duplex *PageSize A4"
 Attribute cupsUIResolver A4PageSize "*Duplex *PageSize 
A4.Duplex"
 Attribute cupsUIContraints A4PageRegion "*Duplex 
*PageRegion A4"
 Attribute cupsUIResolver A4PageRegion "*Duplex *PageRegion 
A4.Duplex"
 Attribute cupsUIContraints A4ImageableArea "*Duplex 
*ImageableArea A4"
 Attribute cupsUIResolver A4ImageableArea "*Duplex 
*ImageableArea A4.Duplex"
 Attribute cupsUIContraints A4PaperDimension "*Duplex 
*PaperDimension A4"
 Attribute cupsUIResolver A4PaperDimension "*Duplex 
*PaperDimension A4.Duplex"


Comments?

Roger

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

Title:
  Duplex printing does not work properly for HP printers

Status in hplip package in Ubuntu:
  Incomplete

Bug description:
  I am reporting this as a new bug because I want to avoid adding
  further to the mish mash of half fixed bugs that is duplex printing on
  hp printers via cups.

  I will warn readers that this will sound like a bit of a rant. But
  these issues have been outstanding for years

  1. Take the hpcups.drv driver information from the upstream part of
  the current source package and run it throught the cups ppd compiler
  in test mode, anbd filter the output for failures.

  roger@dragon:~/ppd-testing$ ppdc -t hpcups.drv.upstream | grep FAIL
  roger@dragon:~/ppd-testing$

  Result a nice clean file.

  2. Take this file and run it through the script debian/local/make-
  duplex-page-sizes-default.sh that is run when this file is installed
  on a system. Then repeat the above test.

  roger@dragon:~/ppd-testing$ ppdc -t hpcups.drv.munged | grep FAIL

  --- Other FAILS removed

  hp-photosmart_6510_series.ppd: FAIL
    **FAIL**  Multiple occurrences of option PageRegion choice name Card4x6.
    **FAIL**  Multiple occurrences of option PageRegion choice name Hagaki.
    **FAIL**  Multiple occurrences of option PageRegion choice name Card5x8.
    **FAIL**  Multiple occurrences of option PageRegion choice name Oufuku.
    **FAIL**  Multiple occurrences of option PageRegion choice name 
Executive.
    **FAIL**  Multiple occurrences of option PageRegion choice name A4.
    **FAIL**  Multiple occurrences of option PageSize choice name Card4x6.
    **FAIL**  Multiple occurrences of option PageSize choice name Hagaki.
    **FAIL**  Multiple occurrences of option PageSize choice name Card5x8.
    **FAIL**  Multiple occurrences of option PageSize choice name Oufuku.
    **FAIL**  Multiple occurrences of option PageSize choice name Executive.
    **FAIL**  Multiple occurrences of option PageSize choice name A4.

  --Other FAILS removed

  I have removed the many other printer types that fail for clarity. It
  is a feature of the cups ppdc compiler that if you do not specify the
  -t option it will blithely go on and produce the compiled ppds errors
  and all. I personally think that this is a bug and the compiler should
  refuse to produce erroneous ppds, but putting that to one side. Taking
  A4 as an exmaple the hp6510 ppd file now has two definitions for
  PageSize A4.

  *PageSize A4/A4 210x297mm: "<>setpagedevice"
  and
  *PageSize A4/A4 AutoDuplex 210x297mm: "<>setpagedevice"

  Same name but different page dimensions. Only the first one will ever
  be seen by the cups system.

  3. This above often does not matter when printing from the command
  line. Because PageSize options are not often specified. However,
  taking as an 

[Desktop-packages] [Bug 1571511] Re: hpcups ppd fails to print; hpijs ppd works (hplip printer)

2016-04-18 Thread Daniel Curran-Dickinson
** Summary changed:

- hplip not compatible with cups, dbus in xenial
+ hpcups ppd fails to print; hpijs ppd works (hplip printer)

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

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

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

Title:
  hpcups ppd fails to print; hpijs ppd works (hplip printer)

Status in cups package in Ubuntu:
  New
Status in hplip package in Ubuntu:
  New

Bug description:
  The hplip in xenial is not compatible with the versions of cups and
  dbus (and various other libraries) in xenial.

  The initial symptoms were that after running hp-setup -i (text mode
  only box), and attempting to print a test page from hplip, there was
  no output.  After cancelling that job from http://:631/... and
  attempting to print another test page from the CUPS interface, CUPS
  reporter 'filter failed'.

  Reviewing error_log revealed the message 'unable to open inital
  device. quitting'.

  While this *sounds* like a device error, hp-levels and hp-clean both
  work, so clearly the issue is not with access to the usb device (and
  the appropriate /dev/bus/usb/*/* device has group lp and group rw
  permissions).

  Also some web searching reveals that this can be caused by e.g.
  ghostscript errors and is not necessarily indicative of an hardware
  device access issue.

  Running hp-doctor gives the attached result

  hplip version 3.16.3+repack0-1
  cups 2.1.3-4
  dbus 1.10.6-1ubuntu3

  On an up-to-date as of 2016-04-18 01:00:00 -0400 Xenial system
  installed from final beta alternate CD.

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

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


[Desktop-packages] [Bug 1538111] Re: untraceable serious bug in metacity 3.18

2016-04-18 Thread Cui Wei
Sorry, I met a window missing today with patch "Test...  (1021 bytes,
text/plain) "

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

Title:
  untraceable serious bug in metacity 3.18

Status in metacity package in Ubuntu:
  In Progress

Bug description:
  Ubuntu 16.04 LTS uses 3.18 version of gnome metacity.

  When doing lots of mess work in Desktop (such as open desktop window,
  sudo window, dragging window, and so on), "!! WHEN CLICKING CLOSE
  BUTTON OF A CERTAIN WINDOW !!", there is "small possibility" for
  metacity to get out of work --> Many windows are disappeared, with
  only nautilus desktop background and gnome-panel on screen. "Live
  Window List" still exists in gnome-panel, but no matter doing what
  (such as open new application from gnome-menu or use Alt+Tab to switch
  window), none of live windows can be displayed.

  So the only way is to switch to tty1 using Ctrl+Alt+F1, and executing
  "DISPLAY=:0 metacity -c --replace", then all windows came back.

  Till now, I meet this bug every day, but still not sure how to
  reproduce it bug. I think you should trace what the metacity do when
  clicking "close button" that makes all windows to be disappeared.

  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: metacity 1:3.18.1-1ubuntu3
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  ApportVersion: 2.19.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Tue Jan 26 19:49:48 2016
  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/1538111/+subscriptions

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


[Desktop-packages] [Bug 1562381] Re: Typing special characters with non-US layout get repeated indefinitely

2016-04-18 Thread marmuta
Sorry for the delay. I want to help, but I'm not sure I can. I didn't
get answers to my questions in #2. Is this bug about visibly stuck keys
or not? If not, then everything else about visibly stuck keys is
unrelated and should go into a different bug report.

The log file shows the symptom but no cause, unfortunately. There's a
possibility, though that only Small layout might be affected and not the
default Compact.

I'm trying to be constructive, so here's what I'll do: I've ordered
another tablet, decidedly the lowest-end one I could find that will
(hopefully) still run desktop Ubuntu. Perhaps I'll be able to reproduce
the issues there.

@Francesco, we tried to get the the bottom of your stuck key issues before, but 
I suppose my requests got lost in the stress before the release back then. This 
commit was for you:
https://bazaar.launchpad.net/~onboard/onboard/trunk/revision/1973
Remember, your setup with two pointing devices is special enough that any stuck 
keys might as well be unique to that particular situation. If you're ready now 
we can retry, but be warned this will probably require a couple of iterations. 
Remote debugging is hard and takes effort from both sides.

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

Title:
  Typing special characters with non-US layout get repeated indefinitely

Status in onboard package in Ubuntu:
  Confirmed

Bug description:
  Typing special characters like .,:;-()"@# (and other) or numbers with
  non-US keyboard layout get repeated indefinitely, like this:

  
тест...

  This will continue to happen untl other symbol is entered or other
  button is pressed. Reproducible with GTK and Xinput. Testng was done
  on Ubuntu Gnome 16.04.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: onboard 1.2.0-0ubuntu4
  ProcVersionSignature: Ubuntu 4.4.0-15.31-generic 4.4.6
  Uname: Linux 4.4.0-15-generic x86_64
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Sun Mar 27 02:29:05 2016
  InstallationDate: Installed on 2016-03-19 (6 days ago)
  InstallationMedia: Ubuntu-GNOME 16.04 LTS "Xenial Xerus" - Alpha amd64 
(20160319)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=ru_RU.UTF-8
   SHELL=/bin/bash
  SourcePackage: onboard
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1558412] Re: AppStream icon for banshee.desktop

2016-04-18 Thread Launchpad Bug Tracker
This bug was fixed in the package banshee - 2.9.0+really2.6.2-7ubuntu2

---
banshee (2.9.0+really2.6.2-7ubuntu2) xenial; urgency=medium

  * debian/banshee.install: Install the .svg icon as the same filename that
the .desktop file is looking for, so that AppStream picks it up. (LP:
#1558412)

 -- Iain Lane   Mon, 18 Apr 2016 14:10:47
+0100

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

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

Title:
  AppStream icon for banshee.desktop

Status in banshee package in Ubuntu:
  Fix Released

Bug description:
  banshee.desktop needs an AppStream compatible icon

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

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


[Desktop-packages] [Bug 1570533] Re: wrong character width with Ubuntu Mono and replacement fonts in gnome-terminal:

2016-04-18 Thread christian geier
@Egmont Koblinger: Thank you for your response and explanation.

While setting the width two wide might look better for single lines,
it's pretty much unusable (the cursor does not get displayed at the
right column).

I've also found another related bug:
https://bugs.launchpad.net/ubuntu/+source/fontconfig/+bug/932958

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

Title:
  wrong character width with Ubuntu Mono and replacement fonts in gnome-
  terminal:

Status in gnome-terminal package in Ubuntu:
  New

Bug description:
  I'm using Ubuntu Mono in gnome-terminal.  When displaying some unicode
  (non ascii) characters that are not in Ubuntu Mono and a fallback font
  is used, the spacing between the glyphs is wrong (too small).  The
  fallback characters are double width, but the next character is
  display after a single width, leading into overlapping characters.

  If I see this correctly, gnome-terminal is using libvte which is using
  pango to render text. I therefore checked how pango renders this with
  `pango-view --font="Ubuntu Mono 32" --markup 

[Desktop-packages] [Bug 1424263] Re: Broken dependencies

2016-04-18 Thread Roman Romanov
sudo apt-get install  libc6:i386  libgl1-mesa-dri-lts-wily:i386  
libgl1-mesa-glx-lts-wily:i386
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Package libgl1-mesa-dri-lts-wily:i386 is not available, but is referred to by 
another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  libgl1-mesa-glx-lts-wily

Package libgl1-mesa-glx-lts-wily:i386 is not available, but is referred to by 
another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'libgl1-mesa-dri-lts-wily:i386' has no installation candidate
E: Package 'libgl1-mesa-glx-lts-wily:i386' has no installation candidate

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

Title:
  Broken dependencies

Status in mesa package in Ubuntu:
  Confirmed
Status in steam package in Ubuntu:
  Confirmed

Bug description:
  I can not install Steam from Steam website because reported package
  has broken dependencies. This bug affect any user that will install
  Ubuntu 14.04.2. Please fix it fast, cause i can not play my games on
  Linux.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: libgl1-mesa-dri:i386 (not installed)
  ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
  Uname: Linux 3.16.0-30-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  346.35  Sat Jan 10 21:27:15 
PST 2015
   GCC version:  gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sat Feb 21 21:40:49 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus: nvidia, 346.35, 3.16.0-30-generic, x86_64: installed
  GraphicsCard:
   NVIDIA Corporation GM107 [GeForce GTX 750 Ti] [10de:1380] (rev a2) (prog-if 
00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Device [1043:84ac]
  InstallationDate: Installed on 2015-02-20 (1 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-30-generic.efi.signed 
root=UUID=ea315497-1076-4f76-a2da-dc65caca572f ro quiet splash loglevel=0 
vt.handoff=7
  SourcePackage: mesa
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/09/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P2.10
  dmi.board.name: H87 Pro4
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP2.10:bd07/09/2014:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnH87Pro4:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.
  version.compiz: compiz 1:0.9.11.3+14.04.20150122-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1~ubuntu2
  version.libgl1-mesa-dri: libgl1-mesa-dri N/A
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
  version.xserver-xorg-core: xserver-xorg-core N/A
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
  xserver.bootTime: Sat Feb 21 17:22:09 2015
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   
  xserver.version: 2:1.16.0-1ubuntu1.2~trusty2

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

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


[Desktop-packages] [Bug 1567301] Re: Untranslated buttons

2016-04-18 Thread Sebastien Bacher
thanks, sponsored (with a slightly more verbose changelog to easy
release team review), let's see if that goes in for release or sru

** Changed in: onboard (Ubuntu)
   Status: Confirmed => Fix Committed

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

Title:
  Untranslated buttons

Status in Onboard:
  Fix Committed
Status in onboard package in Ubuntu:
  Fix Committed

Bug description:
  Hello,

  There are some untranslated and untranslatable buttons in Onboard Settings 
UI: "Close", "New", "Add", "Remove"...
  These words do not appear in template: 
https://translations.launchpad.net/ubuntu/+source/onboard

  Thank you

  Ubuntu 15.10 Wily
  Onboard 1.1.2-0ubuntu1

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

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


[Desktop-packages] [Bug 1569674] Re: [Kubuntu] Fail to connect to wifi after a recent update

2016-04-18 Thread Tony Espy
@Avishay

Can you try removing the 'gateway-ping-timeout' line from one of your
connections and retry?  From the error you originally reported, it looks
like the Plasma networking code is mangling this value and NM
complains...

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

Title:
  [Kubuntu] Fail to connect to wifi after a recent update

Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  I installed the recent updates in the Update Manager and after rebooting I 
wasn't able to connect to my wifi network anymore.
  It attempts to connect to the network and fails with the following error 
message:

  Failed to update connection [network name]
  connection.gateway-ping-timeout: can not set property:
  value "46730064" of type 'guint' is invalid or out of range for property 
'gateway-ping-timeout' of type 'guint'

  I am able to use wired connection.

  1. release:
  Description:Ubuntu Xenial Xerus (development branch)
  Release:16.04

  2. network-manager version:
  network-manager:
Installed: 1.1.93-0ubuntu3
Candidate: 1.1.93-0ubuntu3
Version table:
   *** 1.1.93-0ubuntu3 500
  500 http://il.archive.ubuntu.com/ubuntu xenial/main amd64 Packages
  100 /var/lib/dpkg/status

  3. I expected the machine to connect to wifi as always

  4. it failed to connect with the above error message

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: network-manager 1.1.93-0ubuntu2
  ProcVersionSignature: Ubuntu 4.4.0-18.34-generic 4.4.6
  Uname: Linux 4.4.0-18-generic x86_64
  ApportVersion: 2.20.1-0ubuntu1
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Wed Apr 13 06:37:27 2016
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2016-04-01 (11 days ago)
  InstallationMedia: Kubuntu 16.04 LTS "Xenial Xerus" - Beta amd64 (20160331)
  IpRoute:
   default via 10.100.102.1 dev enp0s31f6  proto static  metric 100 
   10.100.102.0/24 dev enp0s31f6  proto kernel  scope link  src 10.100.102.5  
metric 100 
   169.254.0.0/16 dev enp0s31f6  scope link  metric 1000
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=false
   WWANEnabled=false
   WimaxEnabled=true
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  mtime.conffile..etc.NetworkManager.NetworkManager.conf: 
2016-04-12T22:28:14.870844
  nmcli-dev:
   DEVICE TYPE  STATEDBUS-PATH  
CONNECTION  CON-UUID  CON-PATH  
 
   enp0s31f6  ethernet  connected/org/freedesktop/NetworkManager/Devices/0  
Wired connection 1  d956dc0d-4de6-4f45-8869-a3703d8d0d28  
/org/freedesktop/NetworkManager/ActiveConnection/1 
   wlp4s0 wifi  unavailable  /org/freedesktop/NetworkManager/Devices/2  
--  ----
 
   lo loopback  unmanaged/org/freedesktop/NetworkManager/Devices/1  
--  ----
  nmcli-nm: Error: command ['nmcli', '-f', 'all', 'nm'] failed with exit code 
2: Error: Object 'nm' is unknown, try 'nmcli help'.

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

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


[Desktop-packages] [Bug 1277846] Re: [Z87N-WIFI, Realtek ALC892, Green Line Out, Rear] Sound is distorted

2016-04-18 Thread Giorgio
*** This bug is a duplicate of bug 1203235 ***
https://bugs.launchpad.net/bugs/1203235

I had the same audio problem. This procedure works perfectly. Excellent!

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

Title:
  [Z87N-WIFI, Realtek ALC892, Green Line Out, Rear] Sound is distorted

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  Sound quality is poor, especially at high volumes. Within the sound
  settings menu an output flicks on and off causing a slight crackle in
  the speakers but noticeably interrupts music. It disappears too fast
  for me to be able to identify what it is, but it coincides with the
  crackles.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.11.0-15.25-generic 3.11.10
  Uname: Linux 3.11.0-15-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  stefan 2385 F pulseaudio
   /dev/snd/controlC0:  stefan 2385 F pulseaudio
  Date: Sat Feb  8 11:19:08 2014
  InstallationDate: Installed on 2013-10-31 (99 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:PCH failed
  Symptom_Card: Built-in Audio - HDA Intel PCH
  Symptom_Jack: Green Line Out, Rear
  Symptom_Type: Digital clip or distortion, or "overdriven" sound
  Title: [Z87N-WIFI, Realtek ALC892, Green Line Out, Rear] Sound is distorted
  UpgradeStatus: Upgraded to saucy on 2013-10-31 (99 days ago)
  dmi.bios.date: 05/16/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F2
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z87N-WIFI
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF2:bd05/16/2013:svnGigabyteTechnologyCo.,Ltd.:pnZ87N-WIFI:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnZ87N-WIFI:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: Z87N-WIFI
  dmi.product.version: To be filled by O.E.M.
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

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

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


[Desktop-packages] [Bug 1570955] Re: hp-scan stops working if I run hp-info (several printer models)

2016-04-18 Thread Edgardo Gho
** Also affects: hplip (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  hp-scan stops working if I run hp-info (several printer models)

Status in HPLIP:
  New
Status in hplip package in Ubuntu:
  New

Bug description:
  I have:
  Distributor ID:   Ubuntu
  Description:  Ubuntu 14.04.4 LTS
  Release:  14.04
  Codename: trusty

  I downloaded hplip-3.16.3.run and executed it and it installed hplip. I add a 
USB printer (HP Photosmart B210), and then I run hp-scan and it scans properly. 
I can run hp-scan any number of times with no problem. Each time I run it  I 
get this on dmesg:
  [101238.781550] Did not find alt setting 1 for intf 0, config 1

  Then I run hp-info -i , I get all the printer info, 3 dmesg errors get 
generated:
  [101290.777189] Did not find alt setting 1 for intf 0, config 1
  [101290.777686] Did not find alt setting 1 for intf 0, config 1
  [101290.778184] Did not find alt setting 1 for intf 0, config 1

  And after that, all subsequent calls to hp-scan fail. The first time I type 
hp-scan after having ran hp-info -i , it shows an error:
  Using device hpaio:/usb/Photosmart_Plus_B210_series?serial=CN09F1P57X05J9
  Opening connection to device...
  error: SANE: Error during device I/O (code=9)

  And dmesg also prints:
  [101355.572440] Did not find alt setting 1 for intf 0, config 1

  
  All the subsequent calls to hp-scan will hang up for ever opening connection 
to device.
  and it prints the dmesg error: [101355.572440] Did not find alt setting 1 for 
intf 0, config 1

  At this point I can only kill the process (hp-scan).
  The only way to make it work again is disconnecting the USB cable, and 
connecting it back in. But as soon as I run hp-info it goes bad again.

  The problem does not happen over network. Over network I can always
  scan and also run hp-info (even at the same time).

  I tested with 3.15.11 and 3.15.9 and got the same issue. I will go
  back a little bit more to bisect and post the results later on.

  I got reports on the exact same problems on a Laserjet m1212 (over USB), and 
two deskjet 2132.
  They all print the dmesg error each time hp-info or hp-scan is executed.

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

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


[Desktop-packages] [Bug 1571664] [NEW] Cannot connect to guest Windows share

2016-04-18 Thread shinyblue
Public bug reported:

My printer offers up a windows share. It's a guest share with no
username/password required.

It used to be accessible to me by typing
smb://epsonxp830.local/usbstorage into nautilus, or by browsing the
Network to get there. Now I am unable to connect. I get a dialog box up
that says "Password required for share usbstorage on epsonxp380.local"
although it offers an Anonymous radio element option. Clicking Connect
here yields nothing. Just a pause and then the same dialog comes up.

I can connect to the share using smbclient OK, and it works from a
Windows machine I have access to, too. Seems to be just the gvfs (I'm
guessing) integration.


$ smbclient -N  //epsonxp830.local/usbstorage
WARNING: The "syslog" option is deprecated
Domain=[WORKGROUP] OS=[EPSON Storage Server] Server=[NQ 6.2]
smb: \> dir
  EPSCAN  D0  Fri Feb  5 09:09:54 2016

59088 blocks of size 262144. 59072 blocks available
smb: \> %

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: gvfs 1.28.1-1ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-18.34-generic 4.4.6
Uname: Linux 4.4.0-18-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
CurrentDesktop: Unity
Date: Mon Apr 18 14:23:08 2016
InstallationDate: Installed on 2016-03-21 (28 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160307)
SourcePackage: gvfs
UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  Cannot connect to guest Windows share

Status in gvfs package in Ubuntu:
  New

Bug description:
  My printer offers up a windows share. It's a guest share with no
  username/password required.

  It used to be accessible to me by typing
  smb://epsonxp830.local/usbstorage into nautilus, or by browsing the
  Network to get there. Now I am unable to connect. I get a dialog box
  up that says "Password required for share usbstorage on
  epsonxp380.local" although it offers an Anonymous radio element
  option. Clicking Connect here yields nothing. Just a pause and then
  the same dialog comes up.

  I can connect to the share using smbclient OK, and it works from a
  Windows machine I have access to, too. Seems to be just the gvfs (I'm
  guessing) integration.

  
  $ smbclient -N  //epsonxp830.local/usbstorage
  WARNING: The "syslog" option is deprecated
  Domain=[WORKGROUP] OS=[EPSON Storage Server] Server=[NQ 6.2]
  smb: \> dir
EPSCAN  D0  Fri Feb  5 09:09:54 2016

59088 blocks of size 262144. 59072 blocks available
  smb: \> %

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: gvfs 1.28.1-1ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-18.34-generic 4.4.6
  Uname: Linux 4.4.0-18-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Apr 18 14:23:08 2016
  InstallationDate: Installed on 2016-03-21 (28 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160307)
  SourcePackage: gvfs
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1506946] Re: Volume increases on its own when phone is muted.

2016-04-18 Thread Xavi Garcia
*** This bug is a duplicate of bug 1485522 ***
https://bugs.launchpad.net/bugs/1485522

** This bug has been marked a duplicate of bug 1485522
   Volume obtained is 100% in multimedia sink for sounds from app

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

Title:
  Volume increases on its own when phone is muted.

Status in indicator-sound package in Ubuntu:
  New
Status in pulseaudio package in Ubuntu:
  New
Status in unity8 package in Ubuntu:
  New

Bug description:
  I'm traveling with limited bandwidth and electricity so I lack the
  resources to investigate this much further today.

  Steps to reproduce:
  1. Put phone in silent mode
  2. Start playing "machines vs machines"
  3. Sound plays at full volume (don't know if this is, itself, a bug)
  4. Turn down volume and continue playing.

  Expected behavior: Volume stays silent
  Actual behavior:  Every 20 seconds or so, the volume will increase itself 
several levels

  Running rc-proposed on arale

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

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


[Desktop-packages] [Bug 1558412] Re: AppStream icon for banshee.desktop

2016-04-18 Thread Iain Lane
Thanks

Turns out that banshee already installs a .svg icon, but it wasn't being
put in the right place in the resulting package. I've fixed that now.

Cheers!

** Changed in: banshee (Ubuntu)
   Status: New => Fix Committed

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

Title:
  AppStream icon for banshee.desktop

Status in banshee package in Ubuntu:
  Fix Committed

Bug description:
  banshee.desktop needs an AppStream compatible icon

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

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


[Desktop-packages] [Bug 1571630] [NEW] package libjpeg62:amd64 1:6b2-2 failed to install/upgrade: O pacote está num mau estado de inconsistência; deve reinstala-lo antes de tentar configura-lo.

2016-04-18 Thread Fernando Dias
Public bug reported:

When I try upgrade packages.

ProblemType: Package
DistroRelease: Ubuntu 15.10
Package: libjpeg62:amd64 1:6b2-2
ProcVersionSignature: Ubuntu 4.2.0-35.40-generic 4.2.8-ckt5
Uname: Linux 4.2.0-35-generic x86_64
ApportVersion: 2.19.1-0ubuntu5
AptOrdering:
 libjpeg62: Configure
 NULL: ConfigurePending
Architecture: amd64
Date: Mon Apr 18 09:11:24 2016
Dependencies:
 gcc-5-base 5.2.1-22ubuntu2
 libc6 2.21-0ubuntu4.1
 libgcc1 1:5.2.1-22ubuntu2
 multiarch-support 2.21-0ubuntu4.1
DpkgTerminalLog:
 dpkg: erro ao processar o pacote libjpeg62:amd64 (--configure):
  O pacote está num mau estado de inconsistência; deve
  reinstala-lo antes de tentar configura-lo.
DuplicateSignature: package:libjpeg62:amd64:1:6b2-2:O pacote está num mau 
estado de inconsistência; deve  reinstala-lo antes de tentar configura-lo.
ErrorMessage: O pacote está num mau estado de inconsistência; deve  
reinstala-lo antes de tentar configura-lo.
InstallationDate: Installed on 2016-03-31 (17 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
RelatedPackageVersions:
 dpkg 1.18.2ubuntu5.1
 apt  1.0.10.2ubuntu1
SourcePackage: libjpeg6b
Title: package libjpeg62:amd64 1:6b2-2 failed to install/upgrade: O pacote está 
num mau estado de inconsistência; deve  reinstala-lo antes de tentar 
configura-lo.
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package wily

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

Title:
  package libjpeg62:amd64 1:6b2-2 failed to install/upgrade: O pacote
  está num mau estado de inconsistência; deve  reinstala-lo antes de
  tentar configura-lo.

Status in libjpeg6b package in Ubuntu:
  New

Bug description:
  When I try upgrade packages.

  ProblemType: Package
  DistroRelease: Ubuntu 15.10
  Package: libjpeg62:amd64 1:6b2-2
  ProcVersionSignature: Ubuntu 4.2.0-35.40-generic 4.2.8-ckt5
  Uname: Linux 4.2.0-35-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  AptOrdering:
   libjpeg62: Configure
   NULL: ConfigurePending
  Architecture: amd64
  Date: Mon Apr 18 09:11:24 2016
  Dependencies:
   gcc-5-base 5.2.1-22ubuntu2
   libc6 2.21-0ubuntu4.1
   libgcc1 1:5.2.1-22ubuntu2
   multiarch-support 2.21-0ubuntu4.1
  DpkgTerminalLog:
   dpkg: erro ao processar o pacote libjpeg62:amd64 (--configure):
O pacote está num mau estado de inconsistência; deve
reinstala-lo antes de tentar configura-lo.
  DuplicateSignature: package:libjpeg62:amd64:1:6b2-2:O pacote está num mau 
estado de inconsistência; deve  reinstala-lo antes de tentar configura-lo.
  ErrorMessage: O pacote está num mau estado de inconsistência; deve  
reinstala-lo antes de tentar configura-lo.
  InstallationDate: Installed on 2016-03-31 (17 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  RelatedPackageVersions:
   dpkg 1.18.2ubuntu5.1
   apt  1.0.10.2ubuntu1
  SourcePackage: libjpeg6b
  Title: package libjpeg62:amd64 1:6b2-2 failed to install/upgrade: O pacote 
está num mau estado de inconsistência; deve  reinstala-lo antes de tentar 
configura-lo.
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1501340] Re: Eclipse sub menu are uncomplete with 16.04 xerius beta 1 (wily werewolf got such a problem )

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

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

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

Title:
  Eclipse sub menu are uncomplete with 16.04 xerius beta 1 (wily
  werewolf got such a problem )

Status in eclipse package in Ubuntu:
  Confirmed
Status in unity-gtk-module package in Ubuntu:
  Confirmed

Bug description:
  Eclipse Mars on future ubuntu 15.10 Wily Werewolf

  This bug seems to be an echo from old and painful :

  https://bugs.launchpad.net/ubuntu/+source/unity-gtk-
  module/+bug/1208019

  Eclipse submenus are mainly empty.

  The old solution :

  env UBUNTU_MENUPROXY=0 ./eclipse

  solve the problem

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

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


[Desktop-packages] [Bug 1571640] [NEW] lightdm changing resolution

2016-04-18 Thread Dennis Olivetti
Public bug reported:

Just after the upgrade to ubuntu 16.04, when lightdm starts the
resolution is 2560x1600. Then, after about half a second it is
automatically changed to 1280x800. This happens systematically at each
boot. No external monitor is connected.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: lightdm 1.18.1-0ubuntu1
Uname: Linux 4.5.0-040500-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
CurrentDesktop: Unity
Date: Mon Apr 18 14:39:03 2016
EcryptfsInUse: Yes
InstallationDate: Installed on 2014-11-09 (525 days ago)
InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
SourcePackage: lightdm
UpgradeStatus: Upgraded to xenial on 2016-04-18 (0 days ago)

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


** Tags: amd64 apport-bug xenial

** Attachment added: "x-0-greeter.log"
   
https://bugs.launchpad.net/bugs/1571640/+attachment/4639214/+files/x-0-greeter.log

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

Title:
  lightdm changing resolution

Status in lightdm package in Ubuntu:
  New

Bug description:
  Just after the upgrade to ubuntu 16.04, when lightdm starts the
  resolution is 2560x1600. Then, after about half a second it is
  automatically changed to 1280x800. This happens systematically at each
  boot. No external monitor is connected.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: lightdm 1.18.1-0ubuntu1
  Uname: Linux 4.5.0-040500-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Apr 18 14:39:03 2016
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-11-09 (525 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  SourcePackage: lightdm
  UpgradeStatus: Upgraded to xenial on 2016-04-18 (0 days ago)

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

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


[Desktop-packages] [Bug 1571637] [NEW] travando

2016-04-18 Thread Carlos
Public bug reported:

esta travando muito, nunca aconteceu, preciso de ajuda para continuar
usando ubuntu

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: xorg 1:7.7+7ubuntu4
ProcVersionSignature: Ubuntu 4.2.0-34.39-generic 4.2.8-ckt4
Uname: Linux 4.2.0-34-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.19.1-0ubuntu5
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
Date: Mon Apr 18 09:34:47 2016
DistUpgraded: Fresh install
DistroCodename: wily
DistroVariant: ubuntu
GraphicsCard:
 Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0102] (rev 09) (prog-if 00 [VGA controller])
   Subsystem: Elitegroup Computer Systems Device [1019:3190]
InstallationDate: Installed on 2016-03-02 (46 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
MachineType: MEGAWARE MW-H61H2-M2
ProcEnviron:
 LANGUAGE=pt_BR:pt:en
 PATH=(custom, no user)
 LANG=pt_BR.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-34-generic 
root=UUID=fedbc1a9-9397-48fa-ab6e-7c65bd0f8715 ro quiet splash
SourcePackage: xorg
UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 05/21/2012
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 4.6.4
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: MW-H61H2-M2
dmi.board.vendor: MEGAWARE
dmi.board.version: 1.0
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: MEGAWARE
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4.6.4:bd05/21/2012:svnMEGAWARE:pnMW-H61H2-M2:pvr1.0:rvnMEGAWARE:rnMW-H61H2-M2:rvr1.0:cvnMEGAWARE:ct3:cvr1.0:
dmi.product.name: MW-H61H2-M2
dmi.product.version: 1.0
dmi.sys.vendor: MEGAWARE
version.compiz: compiz 1:0.9.12.2+15.10.20151202-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
xserver.bootTime: Mon Apr 18 09:14:21 2016
xserver.configfile: default
xserver.devices:
 inputPower Button KEYBOARD, id 6
 inputPower Button KEYBOARD, id 7
 inputPixArt USB Optical Mouse MOUSE, id 8
 inputHID 0b38:0010KEYBOARD, id 9
 inputHID 0b38:0010KEYBOARD, id 10
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 
xserver.version: 2:1.17.2-1ubuntu9.1

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

Title:
  travando

Status in xorg package in Ubuntu:
  New

Bug description:
  esta travando muito, nunca aconteceu, preciso de ajuda para continuar
  usando ubuntu

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 4.2.0-34.39-generic 4.2.8-ckt4
  Uname: Linux 4.2.0-34-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Mon Apr 18 09:34:47 2016
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0102] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Elitegroup Computer Systems Device [1019:3190]
  InstallationDate: Installed on 2016-03-02 (46 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: MEGAWARE MW-H61H2-M2
  ProcEnviron:
   LANGUAGE=pt_BR:pt:en
   PATH=(custom, no user)
   LANG=pt_BR.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-34-generic 
root=UUID=fedbc1a9-9397-48fa-ab6e-7c65bd0f8715 ro quiet splash
  SourcePackage: xorg
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  

[Desktop-packages] [Bug 1571632] Re: package nvidia-prime 0.8.1 failed to install/upgrade: subprocess installed pre-removal script returned error exit status 100

2016-04-18 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package nvidia-prime 0.8.1 failed to install/upgrade: subprocess
  installed pre-removal script returned error exit status 100

Status in nvidia-prime package in Ubuntu:
  New

Bug description:
  something wrong

  ProblemType: Package
  DistroRelease: Ubuntu 15.10
  Package: nvidia-prime 0.8.1
  ProcVersionSignature: Ubuntu 4.2.0-35.40-generic 4.2.8-ckt5
  Uname: Linux 4.2.0-35-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  Date: Mon Apr 18 15:01:51 2016
  Df:
   Filesystem 1K-blocks  Used Available Use% Mounted on
   udev 1946000 0   1946000   0% /dev
   tmpfs 392928   160392768   1% /run
   /dev/dm-0  952291268 256982940 646911632  29% /
  DuplicateSignature: package:nvidia-prime:0.8.1:subprocess installed 
pre-removal script returned error exit status 100
  ErrorMessage: subprocess installed pre-removal script returned error exit 
status 100
  InstallationDate: Installed on 2015-04-06 (377 days ago)
  InstallationMedia: Ubuntu-Server 15.04 "Vivid Vervet" - Beta amd64 (20150326)
  RelatedPackageVersions:
   dpkg 1.18.2ubuntu5.1
   apt  1.0.10.2ubuntu1
  SourcePackage: nvidia-prime
  Title: package nvidia-prime 0.8.1 failed to install/upgrade: subprocess 
installed pre-removal script returned error exit status 100
  UpgradeStatus: Upgraded to wily on 2015-09-25 (205 days ago)

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

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


[Desktop-packages] [Bug 1571531] Re: cupds cause apparmor denials for /etc/ld.so.preload

2016-04-18 Thread Till Kamppeter
Does this lead to any restriction or problem with printing? Or does
printing work normally for you?

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

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

Title:
  cupds cause apparmor denials for /etc/ld.so.preload

Status in cups package in Ubuntu:
  Incomplete

Bug description:
  There is a constant flood of messages in dmesg:

  [ 4431.638163] audit: type=1400 audit(1460962510.272:60): apparmor="DENIED" 
operation="open" profile="/usr/sbin/cupsd" name="/etc/ld.so.preload" pid=10559 
comm="cupsd" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
  [ 4431.661208] audit: type=1400 audit(1460962510.296:61): apparmor="DENIED" 
operation="open" profile="/usr/sbin/cupsd" name="/etc/ld.so.preload" pid=10564 
comm="cups-exec" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
  [ 4431.661390] audit: type=1400 audit(1460962510.296:62): apparmor="DENIED" 
operation="open" profile="/usr/sbin/cupsd" name="/etc/ld.so.preload" pid=10565 
comm="cups-exec" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
  [ 4431.661759] audit: type=1400 audit(1460962510.296:63): apparmor="DENIED" 
operation="open" profile="/usr/sbin/cupsd" name="/etc/ld.so.preload" pid=10564 
comm="dbus" requested_mask="r" denied_mask="r" fsuid=7 ouid=0
  [ 4431.661936] audit: type=1400 audit(1460962510.296:64): apparmor="DENIED" 
operation="open" profile="/usr/sbin/cupsd" name="/etc/ld.so.preload" pid=10566 
comm="cups-exec" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
  [ 4431.661937] audit: type=1400 audit(1460962510.296:65): apparmor="DENIED" 
operation="open" profile="/usr/sbin/cupsd" name="/etc/ld.so.preload" pid=10565 
comm="dbus" requested_mask="r" denied_mask="r" fsuid=7 ouid=0
  [ 4431.662534] audit: type=1400 audit(1460962510.296:66): apparmor="DENIED" 
operation="open" profile="/usr/sbin/cupsd" name="/etc/ld.so.preload" pid=10566 
comm="dbus" requested_mask="r" denied_mask="r" fsuid=7 ouid=0
  [ 5081.410342] audit: type=1400 audit(1460963160.033:67): apparmor="DENIED" 
operation="open" profile="/usr/sbin/cupsd" name="/etc/ld.so.preload" pid=10810 
comm="cupsd" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
  [ 5081.446507] audit: type=1400 audit(1460963160.069:68): apparmor="DENIED" 
operation="open" profile="/usr/sbin/cupsd" name="/etc/ld.so.preload" pid=10815 
comm="cups-exec" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: cups-daemon 2.1.3-4
  ProcVersionSignature: Ubuntu 4.4.0-18.34-generic 4.4.6
  Uname: Linux 4.4.0-18-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CupsErrorLog:
   
  CurrentDesktop: X-Cinnamon
  Date: Mon Apr 18 10:56:37 2016
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2013-07-19 (1003 days ago)
  InstallationMedia: Xubuntu 13.04 "Raring Ringtail" - Release i386 (20130423.1)
  Lpstat: device for Generic-PCL-5e: socket://192.168.1.100:9100
  MachineType: LENOVO 4298R86
  Papersize: a4
  PpdFiles: Error: command ['fgrep', '-H', '*NickName', 
'/etc/cups/ppd/Generic-PCL-5e.ppd'] failed with exit code 2: grep: 
/etc/cups/ppd/Generic-PCL-5e.ppd: Permission denied
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-18-generic 
root=UUID=3d4ce850-6e8a-4cf5-9b82-fb135c22fe1e ro
  SourcePackage: cups
  UpgradeStatus: Upgraded to xenial on 2015-10-29 (171 days ago)
  dmi.bios.date: 12/01/2011
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 8DET56WW (1.26 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 4298R86
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr8DET56WW(1.26):bd12/01/2011:svnLENOVO:pn4298R86:pvrThinkPadX220Tablet:rvnLENOVO:rn4298R86:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 4298R86
  dmi.product.version: ThinkPad X220 Tablet
  dmi.sys.vendor: LENOVO
  modified.conffile..etc.default.cups:
   # Cups configure options
   
   # LOAD_LP_MODULE: enable/disable to load "lp" parallel printer driver module
   # LOAD_LP_MODULE has migrated to /etc/modules-load.d/cups-filters.conf
   # LOAD_LP_MODULE=yes
  mtime.conffile..etc.default.cups: 2014-03-12T15:11:15.740184

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

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


[Desktop-packages] [Bug 1571632] [NEW] package nvidia-prime 0.8.1 failed to install/upgrade: subprocess installed pre-removal script returned error exit status 100

2016-04-18 Thread aborland
Public bug reported:

something wrong

ProblemType: Package
DistroRelease: Ubuntu 15.10
Package: nvidia-prime 0.8.1
ProcVersionSignature: Ubuntu 4.2.0-35.40-generic 4.2.8-ckt5
Uname: Linux 4.2.0-35-generic x86_64
ApportVersion: 2.19.1-0ubuntu5
Architecture: amd64
Date: Mon Apr 18 15:01:51 2016
Df:
 Filesystem 1K-blocks  Used Available Use% Mounted on
 udev 1946000 0   1946000   0% /dev
 tmpfs 392928   160392768   1% /run
 /dev/dm-0  952291268 256982940 646911632  29% /
DuplicateSignature: package:nvidia-prime:0.8.1:subprocess installed pre-removal 
script returned error exit status 100
ErrorMessage: subprocess installed pre-removal script returned error exit 
status 100
InstallationDate: Installed on 2015-04-06 (377 days ago)
InstallationMedia: Ubuntu-Server 15.04 "Vivid Vervet" - Beta amd64 (20150326)
RelatedPackageVersions:
 dpkg 1.18.2ubuntu5.1
 apt  1.0.10.2ubuntu1
SourcePackage: nvidia-prime
Title: package nvidia-prime 0.8.1 failed to install/upgrade: subprocess 
installed pre-removal script returned error exit status 100
UpgradeStatus: Upgraded to wily on 2015-09-25 (205 days ago)

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


** Tags: amd64 apport-package third-party-packages wily

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

Title:
  package nvidia-prime 0.8.1 failed to install/upgrade: subprocess
  installed pre-removal script returned error exit status 100

Status in nvidia-prime package in Ubuntu:
  New

Bug description:
  something wrong

  ProblemType: Package
  DistroRelease: Ubuntu 15.10
  Package: nvidia-prime 0.8.1
  ProcVersionSignature: Ubuntu 4.2.0-35.40-generic 4.2.8-ckt5
  Uname: Linux 4.2.0-35-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  Date: Mon Apr 18 15:01:51 2016
  Df:
   Filesystem 1K-blocks  Used Available Use% Mounted on
   udev 1946000 0   1946000   0% /dev
   tmpfs 392928   160392768   1% /run
   /dev/dm-0  952291268 256982940 646911632  29% /
  DuplicateSignature: package:nvidia-prime:0.8.1:subprocess installed 
pre-removal script returned error exit status 100
  ErrorMessage: subprocess installed pre-removal script returned error exit 
status 100
  InstallationDate: Installed on 2015-04-06 (377 days ago)
  InstallationMedia: Ubuntu-Server 15.04 "Vivid Vervet" - Beta amd64 (20150326)
  RelatedPackageVersions:
   dpkg 1.18.2ubuntu5.1
   apt  1.0.10.2ubuntu1
  SourcePackage: nvidia-prime
  Title: package nvidia-prime 0.8.1 failed to install/upgrade: subprocess 
installed pre-removal script returned error exit status 100
  UpgradeStatus: Upgraded to wily on 2015-09-25 (205 days ago)

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

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


[Desktop-packages] [Bug 1571630] Re: package libjpeg62:amd64 1:6b2-2 failed to install/upgrade: O pacote está num mau estado de inconsistência; deve reinstala-lo antes de tentar configura-lo.

2016-04-18 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package libjpeg62:amd64 1:6b2-2 failed to install/upgrade: O pacote
  está num mau estado de inconsistência; deve  reinstala-lo antes de
  tentar configura-lo.

Status in libjpeg6b package in Ubuntu:
  New

Bug description:
  When I try upgrade packages.

  ProblemType: Package
  DistroRelease: Ubuntu 15.10
  Package: libjpeg62:amd64 1:6b2-2
  ProcVersionSignature: Ubuntu 4.2.0-35.40-generic 4.2.8-ckt5
  Uname: Linux 4.2.0-35-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  AptOrdering:
   libjpeg62: Configure
   NULL: ConfigurePending
  Architecture: amd64
  Date: Mon Apr 18 09:11:24 2016
  Dependencies:
   gcc-5-base 5.2.1-22ubuntu2
   libc6 2.21-0ubuntu4.1
   libgcc1 1:5.2.1-22ubuntu2
   multiarch-support 2.21-0ubuntu4.1
  DpkgTerminalLog:
   dpkg: erro ao processar o pacote libjpeg62:amd64 (--configure):
O pacote está num mau estado de inconsistência; deve
reinstala-lo antes de tentar configura-lo.
  DuplicateSignature: package:libjpeg62:amd64:1:6b2-2:O pacote está num mau 
estado de inconsistência; deve  reinstala-lo antes de tentar configura-lo.
  ErrorMessage: O pacote está num mau estado de inconsistência; deve  
reinstala-lo antes de tentar configura-lo.
  InstallationDate: Installed on 2016-03-31 (17 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  RelatedPackageVersions:
   dpkg 1.18.2ubuntu5.1
   apt  1.0.10.2ubuntu1
  SourcePackage: libjpeg6b
  Title: package libjpeg62:amd64 1:6b2-2 failed to install/upgrade: O pacote 
está num mau estado de inconsistência; deve  reinstala-lo antes de tentar 
configura-lo.
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1570986] Re: create online-account plugin for Owncloud

2016-04-18 Thread Launchpad Bug Tracker
** Branch linked: lp:~mardy/account-plugins/owncloud-1570986

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

Title:
  create online-account plugin for Owncloud

Status in Canonical System Image:
  Triaged
Status in webapps-sprint:
  Triaged
Status in account-plugins package in Ubuntu:
  Triaged

Bug description:
  This is needed for Owncloud syncing in ubuntu touch.

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

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


[Desktop-packages] [Bug 1571556] Re: Some GTK windows lose interaction

2016-04-18 Thread Alan Griffiths
MIR_CLIENT_INPUT_RECEIVER_REPORT=log shows the input events being
correctly received on the client side.

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

** Changed in: mir
   Status: New => Invalid

** Changed in: mir
   Status: Invalid => Triaged

** Description changed:

  Easiest example:
  
  $ GDK_BACKEND=mir mir_demo_server --launch gnome-mahjongg
  
  Show the "Scores" - you can switch focus between this and the main
  window with Alt+` but doesn't respond to input.
  
  I've not yet investigated what's unusual about this window. Some other
  dialogs (e.g. "About") work fine.
  
  Also relevent to focus handling, despite being able to set focus to the
  main window it doesn't respond to input - with the "About" option above,
  closing that window enables it. With the "Scores" example it isn't
  possible to close the unresponsive window.
  
- (I guess it could also be a toolkit error - i.e. creating a surface type
- that doesn't expect input, but then why do we allow focus to be set as
- seen by titlebar?)
+ Looks as though the toolkit stops responding to input events - they are
+ being received by the client process.

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

Title:
  Some GTK windows lose interaction

Status in Mir:
  Triaged
Status in gtk+3.0 package in Ubuntu:
  New

Bug description:
  Easiest example:

  $ GDK_BACKEND=mir mir_demo_server --launch gnome-mahjongg

  Show the "Scores" - you can switch focus between this and the main
  window with Alt+` but doesn't respond to input.

  I've not yet investigated what's unusual about this window. Some other
  dialogs (e.g. "About") work fine.

  Also relevent to focus handling, despite being able to set focus to
  the main window it doesn't respond to input - with the "About" option
  above, closing that window enables it. With the "Scores" example it
  isn't possible to close the unresponsive window.

  Looks as though the toolkit stops responding to input events - they
  are being received by the client process.

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

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


[Desktop-packages] [Bug 1571250] Re: Old 2008 bug "Trash" has quit unexpectedly still happening

2016-04-18 Thread GeeMac
Thanks Alberts

I researched it a bit further and realized I was confusing it with Cairo Dock.  
That is something I tried out some time back.  That is not installed on my 
system now.
I now understand where that bug report may apply now.
This Trash pop-up error is getting a bit out of hand so I do not reload it for 
now. 

** Summary changed:

- Old 2008 bug "Trash" has quit unexpectedly still happening
+ Old 2008 bug "Trash" has quit unexpectedly. Is still happening

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

Title:
  Old 2008 bug "Trash" has quit unexpectedly. Is still happening

Status in gnome-applets package in Ubuntu:
  New

Bug description:
  See: Bug #273996 reported by Murali on 2008-09-24

  Many years later...
  Apparently never fixed.

  See Screenshot at:  http://imgur.com/ktYUp4D

  To date Ubuntu is still having issues with:
  "Trash" has quit unexpectedly
  If you reload a panel object, it will automatically be added back to the 
panel. 

  I am using Ubuntu:
  Linux HTPC 3.16.0-69-generic #89~14.04.1-Ubuntu SMP Thu Mar 17 20:51:04 UTC 
2016 x86_64 x86_64 x86_64 GNU/Linux

  Theme:  Gnome  Flashback Metacity

  Startup programs that may affect this issue or being affected by this issue: ?
  Indicator Application, Indicator-LockKeys and Variety Wallpaper Changer.

  I have the bottom task bar auto-hiding so each time the bar pops up and or 
hides it will cause the error.
  Not only is there the  Trash error, it seems that other indicator apps will 
also crash, but Trash is the most frequent.
  The Trash error is now popping up occasionally on a background image change.
  This issue has gotten worse with the last distro update which is probably not 
the cause, but it is more frequent now.

  Can we Please get this 2008 bug taken care of now?
  I know that this must look as low priority to the Devs as an ascetic change 
to the GUI or as an option to have these indicators available, but a work 
around to fix this issue should not be an option any more if a user chooses to 
use these items.
  Too many years have gone by with this error and the users of Ubuntu deserve 
to have a working GUI that they can , modifiy to their liking without having to 
work around an issue by removing items that they chose to use in their 
customized GUI because of an Eight Year old bug.
  Ladies and Gentlemen Developers ,  this is not Microsoft Corporation.

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

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


[Desktop-packages] [Bug 1571589] Re: Can't map wacom tablet to DVI-D-0

2016-04-18 Thread Luke picciau
Would just like to add that HDMI-0 is BenQ BL2700 (DFP-1) and DVI-D-0 is
BenQ BL2700 (DFP-3)

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

Title:
  Can't map wacom tablet to DVI-D-0

Status in xf86-input-wacom package in Ubuntu:
  New

Bug description:
  When trying to map my wacom tablet to my main screen (DVI-D-0) using
  the GUI the setting just stays on HDMI-0. Not mapping to a monitor
  lets me use the tablet on my main screen but then I am limited to half
  of the tablet.

  I have tried to map the tablet using "xsetwacom set 14 MapToOutput
  HEAD-0" and "xsetwacom set 14 MapToOutput HEAD-1" however both of
  these have no affect and the tablet is still mapped to HDMI-0.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xserver-xorg-input-wacom 1:0.30.0-0ubuntu3
  ProcVersionSignature: Ubuntu 4.2.0-35.40-generic 4.2.8-ckt5
  Uname: Linux 4.2.0-35-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Apr 18 20:06:14 2016
  DistUpgraded: 2015-10-23 22:26:08,098 DEBUG enabling apt cron job
  DistroCodename: wily
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-07-26 (267 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  MachineType: MSI MS-7845
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-35-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro nosplash
  SourcePackage: xf86-input-wacom
  UpgradeStatus: Upgraded to wily on 2015-10-23 (177 days ago)
  dmi.bios.date: 06/17/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V1.3
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z87-GD65 GAMING (MS-7845)
  dmi.board.vendor: MSI
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV1.3:bd06/17/2013:svnMSI:pnMS-7845:pvr1.0:rvnMSI:rnZ87-GD65GAMING(MS-7845):rvr1.0:cvnMSI:ct3:cvr1.0:
  dmi.product.name: MS-7845
  dmi.product.version: 1.0
  dmi.sys.vendor: MSI
  version.compiz: compiz 1:0.9.12.2+15.10.20151202-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
  xserver.bootTime: Mon Apr 18 07:14:40 2016
  xserver.configfile: /etc/X11/xorg.conf
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   
  xserver.version: 2:1.17.2-1ubuntu9.1

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

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


[Desktop-packages] [Bug 1571589] [NEW] Can't map wacom tablet to DVI-D-0

2016-04-18 Thread Luke picciau
Public bug reported:

When trying to map my wacom tablet to my main screen (DVI-D-0) using the
GUI the setting just stays on HDMI-0. Not mapping to a monitor lets me
use the tablet on my main screen but then I am limited to half of the
tablet.

I have tried to map the tablet using "xsetwacom set 14 MapToOutput
HEAD-0" and "xsetwacom set 14 MapToOutput HEAD-1" however both of these
have no affect and the tablet is still mapped to HDMI-0.

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: xserver-xorg-input-wacom 1:0.30.0-0ubuntu3
ProcVersionSignature: Ubuntu 4.2.0-35.40-generic 4.2.8-ckt5
Uname: Linux 4.2.0-35-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia
ApportVersion: 2.19.1-0ubuntu5
Architecture: amd64
CurrentDesktop: Unity
Date: Mon Apr 18 20:06:14 2016
DistUpgraded: 2015-10-23 22:26:08,098 DEBUG enabling apt cron job
DistroCodename: wily
DistroVariant: ubuntu
EcryptfsInUse: Yes
InstallationDate: Installed on 2015-07-26 (267 days ago)
InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
MachineType: MSI MS-7845
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-35-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro nosplash
SourcePackage: xf86-input-wacom
UpgradeStatus: Upgraded to wily on 2015-10-23 (177 days ago)
dmi.bios.date: 06/17/2013
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: V1.3
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: Z87-GD65 GAMING (MS-7845)
dmi.board.vendor: MSI
dmi.board.version: 1.0
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: MSI
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV1.3:bd06/17/2013:svnMSI:pnMS-7845:pvr1.0:rvnMSI:rnZ87-GD65GAMING(MS-7845):rvr1.0:cvnMSI:ct3:cvr1.0:
dmi.product.name: MS-7845
dmi.product.version: 1.0
dmi.sys.vendor: MSI
version.compiz: compiz 1:0.9.12.2+15.10.20151202-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
xserver.bootTime: Mon Apr 18 07:14:40 2016
xserver.configfile: /etc/X11/xorg.conf
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 
xserver.version: 2:1.17.2-1ubuntu9.1

** Affects: xf86-input-wacom (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug ubuntu wily

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

Title:
  Can't map wacom tablet to DVI-D-0

Status in xf86-input-wacom package in Ubuntu:
  New

Bug description:
  When trying to map my wacom tablet to my main screen (DVI-D-0) using
  the GUI the setting just stays on HDMI-0. Not mapping to a monitor
  lets me use the tablet on my main screen but then I am limited to half
  of the tablet.

  I have tried to map the tablet using "xsetwacom set 14 MapToOutput
  HEAD-0" and "xsetwacom set 14 MapToOutput HEAD-1" however both of
  these have no affect and the tablet is still mapped to HDMI-0.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xserver-xorg-input-wacom 1:0.30.0-0ubuntu3
  ProcVersionSignature: Ubuntu 4.2.0-35.40-generic 4.2.8-ckt5
  Uname: Linux 4.2.0-35-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Apr 18 20:06:14 2016
  DistUpgraded: 2015-10-23 22:26:08,098 DEBUG enabling apt cron job
  DistroCodename: wily
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-07-26 (267 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  MachineType: MSI MS-7845
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-35-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro nosplash
  SourcePackage: xf86-input-wacom
  UpgradeStatus: Upgraded to wily on 2015-10-23 (177 days ago)
  dmi.bios.date: 06/17/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V1.3
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z87-GD65 GAMING (MS-7845)
  dmi.board.vendor: MSI
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV1.3:bd06/17/2013:svnMSI:pnMS-7845:pvr1.0:rvnMSI:rnZ87-GD65GAMING(MS-7845):rvr1.0:cvnMSI:ct3:cvr1.0:
  dmi.product.name: MS-7845
  dmi.product.version: 

[Desktop-packages] [Bug 1307069] Re: gpu-manager causing long startup delays

2016-04-18 Thread Alberto Milone
** Changed in: ubuntu-drivers-common (Ubuntu Trusty)
 Assignee: (unassigned) => Alberto Milone (albertomilone)

** Changed in: ubuntu-drivers-common (Ubuntu Wily)
 Assignee: (unassigned) => Alberto Milone (albertomilone)

** Changed in: ubuntu-drivers-common (Ubuntu Trusty)
   Importance: Undecided => High

** Changed in: ubuntu-drivers-common (Ubuntu Wily)
   Importance: Undecided => High

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

Title:
  gpu-manager causing long startup delays

Status in ubuntu-drivers-common package in Ubuntu:
  Fix Released
Status in ubuntu-drivers-common source package in Trusty:
  Triaged
Status in ubuntu-drivers-common source package in Wily:
  Triaged

Bug description:
  I have installing ubuntu 14.04 beta2 and i have update it to latest.
  My computer take 40 seconds for start up from displaying grub until
  displaying LightDM on my SSD. My ubuntu 12.04 only takes up 13 seconds
  for start up on the same SSD.

  reported as bug from question:
  #246899
  https://answers.launchpad.net/ubuntu/+question/246899

  Computer specification:
  Ati Mobility Radeon HD 5650 and using Mesa 10.2 from Oibaf's PPA (the start 
up time is same as default Gallium Mesa 10.1)
  Processors: Intel Core i5-460M (Arrandale)
  8 GB DDR3 RAM 1333 MHz
  Vendor : Acer Aspire 4745G

  running dmesg | less
  showing:
  intel ips :00:1f.6: ME failed to update for more than 1s, likely hung 
(many rows)

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: grub2 2.02~beta2-9
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic i686
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu2
  Architecture: i386
  CurrentDesktop: Unity
  Date: Sun Apr 13 11:25:46 2014
  InstallationDate: Installed on 2014-04-07 (5 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Beta i386 (20140326)
  SourcePackage: grub2
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1562734] Re: Onboard keyboard shows black box on login

2016-04-18 Thread Asvin
Here are my logfiles

** Attachment added: "onboard.tar.gz"
   
https://bugs.launchpad.net/ubuntu/+source/onboard/+bug/1562734/+attachment/4639127/+files/onboard.tar.gz

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

Title:
  Onboard keyboard shows black box on login

Status in onboard package in Ubuntu:
  Confirmed

Bug description:
  The onboard keyboard does not show properly on login. Only a black box
  is shown where the keyboard is supposed to appear, but the keys are
  not displayed. After login onboard works as expected.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-15-generic 4.4.0-15.31 [modified: 
boot/vmlinuz-4.4.0-15-generic]
  ProcVersionSignature: Ubuntu 4.4.0-15.31-generic 4.4.6
  Uname: Linux 4.4.0-15-generic x86_64
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  asvin  1814 F pulseaudio
   /dev/snd/controlC1:  asvin  1814 F pulseaudio
  CurrentDesktop: Unity
  Date: Mon Mar 28 09:42:30 2016
  HibernationDevice: RESUME=UUID=f716048f-ce0e-4825-b3c4-563fa743242a
  InstallationDate: Installed on 2016-03-23 (4 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Beta amd64 (20160323)
  MachineType: Dell Inc. Venue 11 Pro 7140
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-15-generic.efi.signed 
root=UUID=a9cb1c53-fcf1-4691-a246-24b90dd908c6 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-15-generic N/A
   linux-backports-modules-4.4.0-15-generic  N/A
   linux-firmware1.157
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/27/2015
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A09
  dmi.board.name: 0XMVMH
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA09:bd10/27/2015:svnDellInc.:pnVenue11Pro7140:pvr:rvnDellInc.:rn0XMVMH:rvrA00:cvnDellInc.:ct8:cvr:
  dmi.product.name: Venue 11 Pro 7140
  dmi.sys.vendor: Dell Inc.

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

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


[Desktop-packages] [Bug 1562734] Re: Onboard keyboard shows black box on login

2016-04-18 Thread Asvin
> One more thing to try, if you haven't done so already:
> - boot to login
> - turn keyboard off (via indicator)
> - reboot to login
> - turn keyboard on
> Does that change anything?

This worked for me, however, the keyboard only covered the upper left
quarter of the black box.

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

Title:
  Onboard keyboard shows black box on login

Status in onboard package in Ubuntu:
  Confirmed

Bug description:
  The onboard keyboard does not show properly on login. Only a black box
  is shown where the keyboard is supposed to appear, but the keys are
  not displayed. After login onboard works as expected.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-15-generic 4.4.0-15.31 [modified: 
boot/vmlinuz-4.4.0-15-generic]
  ProcVersionSignature: Ubuntu 4.4.0-15.31-generic 4.4.6
  Uname: Linux 4.4.0-15-generic x86_64
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  asvin  1814 F pulseaudio
   /dev/snd/controlC1:  asvin  1814 F pulseaudio
  CurrentDesktop: Unity
  Date: Mon Mar 28 09:42:30 2016
  HibernationDevice: RESUME=UUID=f716048f-ce0e-4825-b3c4-563fa743242a
  InstallationDate: Installed on 2016-03-23 (4 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Beta amd64 (20160323)
  MachineType: Dell Inc. Venue 11 Pro 7140
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-15-generic.efi.signed 
root=UUID=a9cb1c53-fcf1-4691-a246-24b90dd908c6 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-15-generic N/A
   linux-backports-modules-4.4.0-15-generic  N/A
   linux-firmware1.157
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/27/2015
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A09
  dmi.board.name: 0XMVMH
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA09:bd10/27/2015:svnDellInc.:pnVenue11Pro7140:pvr:rvnDellInc.:rn0XMVMH:rvrA00:cvnDellInc.:ct8:cvr:
  dmi.product.name: Venue 11 Pro 7140
  dmi.sys.vendor: Dell Inc.

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

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


[Desktop-packages] [Bug 1512002] Re: Annoying dialog "Authentication is required to change your own user data"

2016-04-18 Thread Alkis Georgopoulos
@desrt, isn't that explained in comment #33,
i.e. in 
https://bugs.launchpad.net/ubuntu/+source/indicator-messages/+bug/1192300/comments/13
i.e. in patch 
https://code.launchpad.net/~mterry/indicator-messages/tell-accounts-services/+merge/93290
 ?

SetXHasMessages is called by the accounts_notify() function that mterry
implemented.

I think what we can do in Ubuntu now, is to apply the patch, and if/when
upstream accepts it, to drop the .diff.

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

Title:
  Annoying dialog "Authentication is required to change your own user
  data"

Status in accountsservice:
  Confirmed
Status in accountsservice package in Ubuntu:
  Confirmed
Status in indicator-messages package in Ubuntu:
  Confirmed
Status in policykit-1-gnome package in Ubuntu:
  Confirmed

Bug description:
  Every few days a dialog pops up saying "Authentication is required to change 
your own user data" with an entry field for a password. If I type my user's 
password the dialog will reappear with an empty entry field. If I click on the 
cross to close the window many times it will be gone, but reappear a few days 
later. I don't know what this window is for and it makes no difference whether 
I close it or leave it. I don't use the gnome keyring.
  This started with Ubuntu 15.04 or maybe with an earlier release, and is still 
there in Ubuntu 15.10, also on machines I did a fresh install.

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

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


[Desktop-packages] [Bug 1571575] [NEW] unable to view display

2016-04-18 Thread rvrraju
Public bug reported:

Dell Latitude 3450 displays vertical lines while booting unable to see
anything.When i connect external monitor, It looks good except a
vertical line on right side

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xorg 1:7.7+1ubuntu8.1
ProcVersionSignature: Ubuntu 3.16.0-70.90~14.04.1-generic 3.16.7-ckt25
Uname: Linux 3.16.0-70-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.14.1-0ubuntu3.19
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
Date: Mon Apr 18 15:27:44 2016
DistUpgraded: Fresh install
DistributionChannelDescriptor:
 # This is a distribution channel descriptor
 # For more information see http://wiki.ubuntu.com/DistributionChannelDescriptor
 canonical-oem-somerville-trusty-amd64-20140620-0
DistroCodename: trusty
DistroVariant: ubuntu
DkmsStatus:
 oem-audio-hda-daily, 0.201408120316~ubuntu14.04.1, 3.13.0-36-generic, x86_64: 
installed
 workaround-xhci-quirk-trusty, 0.7, 3.13.0-36-generic, x86_64: installed
 workaround-xhci-quirk-trusty, 0.7, 3.16.0-70-generic, x86_64: installed
ExtraDebuggingInterest: I just need to know a workaround
GraphicsCard:
 Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] (rev 
0b) (prog-if 00 [VGA controller])
   Subsystem: Dell Device [1028:0631]
InstallationDate: Installed on 2015-08-15 (247 days ago)
InstallationMedia: Ubuntu 14.04 "Trusty" - Build amd64 LIVE Binary 
20140620-04:25
MachineType: Dell Inc. Latitude 3450
ProcEnviron:
 LANGUAGE=en_IN:en
 PATH=(custom, no user)
 LANG=en_IN
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-70-generic 
root=UUID=f8465be3-13ce-4f79-a2cf-d4f55d59956c ro quiet splash 
acpi_backlight=vendor pcie_aspm=force radeon.modeset=0 nouveau.modeset=0 
video.use_native_backlight=1
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 07/06/2015
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A06
dmi.board.name: 04DCRH
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA06:bd07/06/2015:svnDellInc.:pnLatitude3450:pvr:rvnDellInc.:rn04DCRH:rvrA00:cvnDellInc.:ct9:cvr:
dmi.product.name: Latitude 3450
dmi.sys.vendor: Dell Inc.
version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.64-1~ubuntu14.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri N/A
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx N/A
version.xserver-xorg-core: xserver-xorg-core N/A
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
xserver.bootTime: Mon Apr 18 13:48:50 2016
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id   25874 
 vendor ITE
xserver.version: 2:1.16.0-1ubuntu1.2~trusty2

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


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

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

Title:
  unable to view display

Status in xorg package in Ubuntu:
  New

Bug description:
  Dell Latitude 3450 displays vertical lines while booting unable to see
  anything.When i connect external monitor, It looks good except a
  vertical line on right side

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.16.0-70.90~14.04.1-generic 3.16.7-ckt25
  Uname: Linux 3.16.0-70-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Mon Apr 18 15:27:44 2016
  DistUpgraded: Fresh install
  DistributionChannelDescriptor:
   # This is a distribution channel descriptor
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-trusty-amd64-20140620-0
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus:
   oem-audio-hda-daily, 0.201408120316~ubuntu14.04.1, 3.13.0-36-generic, 
x86_64: installed
   workaround-xhci-quirk-trusty, 0.7, 3.13.0-36-generic, x86_64: installed
   workaround-xhci-quirk-trusty, 0.7, 3.16.0-70-generic, x86_64: installed
  ExtraDebuggingInterest: I just need to know a workaround

[Desktop-packages] [Bug 1571574] [NEW] 3G icon missing in network-manager-applet

2016-04-18 Thread Kristin Chuang
Public bug reported:

After establishing a 3G connection, the icon shown in system tray should
be a 3G indicator to indicate that 3G is connected.

However, in Xenial there is no 3G icon at all.
After 3G connection is established, it remains as the previous icon displayed.
(e.g. 
If no other connection was established before 3G connection was made, then the 
icon is a "hollow fan shape" after connecting to 3G.
If wifi was connected before 3G connection was made, then the icon after 3G 
connection shows a wifi icon.)

network-manager: 1.1.93-0ubuntu3
OS: Xenial daily (2016 Apr. 15)

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

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

Title:
  3G icon missing in network-manager-applet

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

Bug description:
  After establishing a 3G connection, the icon shown in system tray
  should be a 3G indicator to indicate that 3G is connected.

  However, in Xenial there is no 3G icon at all.
  After 3G connection is established, it remains as the previous icon displayed.
  (e.g. 
  If no other connection was established before 3G connection was made, then 
the icon is a "hollow fan shape" after connecting to 3G.
  If wifi was connected before 3G connection was made, then the icon after 3G 
connection shows a wifi icon.)

  network-manager: 1.1.93-0ubuntu3
  OS: Xenial daily (2016 Apr. 15)

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

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


  1   2   >