[Desktop-packages] [Bug 1471504] Re: libreoffice crashes X11 on init

2015-07-05 Thread Björn Michaelsen
*** This bug is a duplicate of bug 1468664 ***
https://bugs.launchpad.net/bugs/1468664

As this isnt reproduced elsewhere, needs reproduction step and hardware info.
Nothing LibreOffice does should be able to crash Xorg. As such, it is first and 
foremost a Xorg (or Xorg driver) bug, there is no clear evidence there is 
something illegal is requested from Xorg (and even if: it is still an Xorg bug, 
as nothing should crash Xorg).

** Also affects: xorg (Ubuntu)
   Importance: Undecided
   Status: New

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

** This bug has been marked a duplicate of bug 1468664
   Libreoffice crashing the whole session in 15.04

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

Title:
  libreoffice crashes X11 on init

Status in libreoffice package in Ubuntu:
  Incomplete
Status in xorg package in Ubuntu:
  New

Bug description:
  REALLY surprised this bug was never reported. Ever since 14.04,
  libreoffice init crashes X11 and forces logout when launched. Other
  distros are not affected.Users are unable to open libreoffice or
  related files because of this. This is a MANDATORY MUST-WORK package
  for me, so I cant use UBUNTU because of this.

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

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


[Desktop-packages] [Bug 1308105]

2015-07-05 Thread M-zdila
On my system (Linux bono 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt11-1
(2015-05-24) x86_64 GNU/Linux) the issue appeared only cca 2 weeks ago.
I don't know which package update (Debian Testing) caused it.

Everytime the monitor blanks it can't resume.

My workaround is to have this code running:
while true; do xrandr -d :0 --output HDMI1 --mode 1920x1080; sleep 10; done

My display card:
00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v2/3rd Gen 
Core processor Graphics Controller (rev 09)

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

Title:
  Xfce resets TV mode to NULL when power cycled

Status in Mythbuntu, Ubuntu derivative focused upon MythTV:
  Confirmed
Status in xfce4-settings:
  Confirmed
Status in nvidia-graphics-drivers package in Ubuntu:
  Invalid
Status in nvidia-graphics-drivers-331 package in Ubuntu:
  Invalid
Status in xfce4-settings package in Ubuntu:
  Confirmed

Bug description:
  I had an HTPC with Mythbuntu 12.04 installed.  Upon upgrading a new
  behavior that if the TV is power cycled it no longer detects a link
  with the HTPC.

  When this happens I can find in the xorg log that there is an
  accompanying log item:

  [ 39829.509] (II) NVIDIA(0): Setting mode NULL

  After debugging with NVIDIA at
  https://devtalk.nvidia.com/default/topic/729955/linux/tv-stops-being-
  detected/ we've deteremined it's a X client that reacts to the RANDR
  events causing the mode to be set to NULL.

  Working through the list in an Xfce environment, the culprit is
  xfsettingsd.  If xfsettingsd is running, it causes the TV to come up
  in a NULL mode.  If it's killed, it remains in the mode it was
  previously running in.

  
  Until this is fixed, this behavior can be worked around with a simple shell 
script:
  ==
  #!/bin/sh
  #Fix TV state when HDMI link is lost.
  #By Mario Limonciello supe...@ubuntu.com

  OUTPUT=HDMI-0
  BAD_MODE=1280x720
  GOOD_MODE=1920x1080

  for MODE in $BAD_MODE $GOOD_MODE; do
   DISPLAY=:0 xrandr --output $OUTPUT --mode $MODE
   sleep 2
  done
  ==

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

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


[Desktop-packages] [Bug 1173872] Re: Nautilus in 13.04 does not display available space

2015-07-05 Thread Bug Watch Updater
** Changed in: nautilus
   Status: New = 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/1173872

Title:
  Nautilus in 13.04 does not display available space

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

Bug description:
  The new Nautilus in 13.04 (named Files 3.6.3) had removed the status
  bar, thus removing the only easy way to know how much available space
  remains on the system or the drive in use.

  Now, If I want to know how much free space I have on a stock Ubuntu
  system, I have 3 ways :

  - Console : df-h or similar tool, not a solution for most of the users.
  - Baobab
  - Right-click on a folder  properties  

  I don't know for you but knowing at a glance how much free space is
  left on my system or usb-key is very important for me.

  As Files is a Gnome project, this isn't the right place to ask to
  bring back an essential feature, I'm well aware of this. But I'm
  certainly not the only one to miss this feature badly.

  For the ones who think that Nautilus has been dumbed down to much,
  here's an interesting project: https://launchpad.net/nautilus-
  elementary

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

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


[Desktop-packages] [Bug 1437809] Re: Checking Libreoffice About causes it to crash.

2015-07-05 Thread Björn Michaelsen
Not reproducable here on Ubuntu 15.04 with LibreOffice 4.4.4~rc3 from
the ppa. Also the stacktrace suggests this to be a problem in the Xorg
drivers, not in LibreOffice itself.

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

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

Title:
  Checking Libreoffice About causes it to crash.

Status in libreoffice package in Ubuntu:
  Incomplete

Bug description:
  Opened Libreoffice Writer and checked the About, caused it to
  completely crash.

  ProblemType: Crash
  DistroRelease: Ubuntu 15.04
  Package: libreoffice-core 1:4.4.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-10.10-generic 3.19.2
  Uname: Linux 3.19.0-10-generic x86_64
  ApportVersion: 2.16.2-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Mar 29 21:30:07 2015
  ExecutablePath: /usr/lib/libreoffice/program/soffice.bin
  InstallationDate: Installed on 2015-03-28 (0 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Beta amd64 (20150326)
  ProcCmdline: /usr/lib/libreoffice/program/soffice.bin --writer --splash-pipe=5
  SegvAnalysis:
   Segfault happened at: 0x7eff1add3193:mov(%rcx),%r8
   PC (0x7eff1add3193) ok
   source (%rcx) (0x7efef3c6d000) not located in a known VMA region (needed 
readable region)!
   destination %r8 ok
  SegvReason: reading unknown VMA
  Signal: 11
  SourcePackage: libreoffice
  StacktraceTop:
   ?? () from /usr/lib/x86_64-linux-gnu/dri/i965_dri.so
   ?? () from /usr/lib/x86_64-linux-gnu/dri/i965_dri.so
   ?? () from /usr/lib/x86_64-linux-gnu/dri/i965_dri.so
   ?? () from /usr/lib/x86_64-linux-gnu/dri/i965_dri.so
   ?? () from /usr/lib/x86_64-linux-gnu/dri/i965_dri.so
  Title: soffice.bin crashed with SIGSEGV
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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

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


[Desktop-packages] [Bug 1470948] Re: Ubuntu Phone is not automatically connecting to a hidden wifi network

2015-07-05 Thread Juhapekka Piiroinen
*** This bug is a duplicate of bug 1430769 ***
https://bugs.launchpad.net/bugs/1430769

After few days of testing. Confirmed that this is a duplicate of bug
#1430769.

** This bug has been marked a duplicate of bug 1430769
   Does not detect hidden WiFi on first attempt

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

Title:
  Ubuntu Phone is not automatically connecting to a hidden wifi network

Status in network-manager package in Ubuntu:
  New

Bug description:
  Preconditions:
  Meizu MX4 Ubuntu Edition

  Steps:
  1) Setup wifi connection settings for a hidden wifi
  2) Reboot

  Result:
  1) Network works just fine
  2) Network does not work anymore, I need to delete settings and reconfigure 
the hidden wifi

  Expected:
  2) Would connect automatically when the access point is in the area, etc.

  
  Related url:
  https://lists.launchpad.net/ubuntu-phone/msg13861.html

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

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


[Desktop-packages] [Bug 1430769] Re: Does not detect hidden WiFi on first attempt

2015-07-05 Thread Juhapekka Piiroinen
This affects also the MX4 device, for which I have raised another bug
#1470948. If you need any help on providing debug information etc, just
ask.

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

Title:
  Does not detect hidden WiFi on first attempt

Status in the base for Ubuntu mobile products:
  New
Status in indicator-network package in Ubuntu:
  Confirmed
Status in ubuntu-system-settings package in Ubuntu:
  Invalid
Status in wpasupplicant package in Ubuntu:
  Confirmed

Bug description:
  The WiFi network I use at home is a hidden one. While it works with my
  Ubuntu Phone, I always have to toggle WiFi on and off about 3 times
  until it is detected.

  phablet@ubuntu-phablet:~$ system-image-cli --info
  current build number: 129
  device name: mako
  channel: ubuntu-touch/devel-proposed
  alias: ubuntu-touch/vivid-proposed
  last update: 2015-03-11 13:19:54
  version version: 129
  version ubuntu: 20150310.3
  version device: 20150210
  version custom: 20150310.3

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

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


[Desktop-packages] [Bug 1437809] Re: Checking Libreoffice About causes it to crash.

2015-07-05 Thread Adolfo Jayme
** Information type changed from Private to Public

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

Title:
  Checking Libreoffice About causes it to crash.

Status in libreoffice package in Ubuntu:
  New

Bug description:
  Opened Libreoffice Writer and checked the About, caused it to
  completely crash.

  ProblemType: Crash
  DistroRelease: Ubuntu 15.04
  Package: libreoffice-core 1:4.4.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-10.10-generic 3.19.2
  Uname: Linux 3.19.0-10-generic x86_64
  ApportVersion: 2.16.2-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Mar 29 21:30:07 2015
  ExecutablePath: /usr/lib/libreoffice/program/soffice.bin
  InstallationDate: Installed on 2015-03-28 (0 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Beta amd64 (20150326)
  ProcCmdline: /usr/lib/libreoffice/program/soffice.bin --writer --splash-pipe=5
  SegvAnalysis:
   Segfault happened at: 0x7eff1add3193:mov(%rcx),%r8
   PC (0x7eff1add3193) ok
   source (%rcx) (0x7efef3c6d000) not located in a known VMA region (needed 
readable region)!
   destination %r8 ok
  SegvReason: reading unknown VMA
  Signal: 11
  SourcePackage: libreoffice
  StacktraceTop:
   ?? () from /usr/lib/x86_64-linux-gnu/dri/i965_dri.so
   ?? () from /usr/lib/x86_64-linux-gnu/dri/i965_dri.so
   ?? () from /usr/lib/x86_64-linux-gnu/dri/i965_dri.so
   ?? () from /usr/lib/x86_64-linux-gnu/dri/i965_dri.so
   ?? () from /usr/lib/x86_64-linux-gnu/dri/i965_dri.so
  Title: soffice.bin crashed with SIGSEGV
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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

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


[Desktop-packages] [Bug 1455097] Re: pm-suspend no longer run since upgrade to vivid

2015-07-05 Thread gubbins
Thanks Martin.

I'm confused why this isn't causing widespread problems for lots of
users. I've got about 10 scripts in those folders which were installed
by Ubuntu or various packages. Surely they did something useful? If I
understand you rightly, they've all stopped getting run, for any user
who has upgraded to vivid.

I don't know if I should try to convert them all, or remove them, or
ignore them!

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

Title:
  pm-suspend no longer run since upgrade to vivid

Status in grub2 package in Ubuntu:
  New
Status in pm-utils package in Ubuntu:
  Confirmed
Status in unattended-upgrades package in Ubuntu:
  New

Bug description:
  I added a new script in /etc/pm/sleep.d/ that worked fine before the
  upgrade to vivid. I was wondering why it doesn't work and I find out
  that /var/log/pm-suspend.log is empty, and pm-powersave.log too (last
  logs from pm-suspend were on Apr 28, when I upgraded from utopic to
  vivid.

  The laptop suspends and wakes fine, it just seems that no pm scripts
  are run after suspend/powersave.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: pm-utils 1.4.1-15
  ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3
  Uname: Linux 3.19.0-16-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu May 14 15:36:26 2015
  DistributionChannelDescriptor:
   # This is a distribution channel descriptor
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-precise-amd64-20120703-2
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2013-03-12 (792 days ago)
  InstallationMedia: Ubuntu 12.04 Precise - Build amd64 LIVE Binary 
20120703-15:08
  PackageArchitecture: all
  SourcePackage: pm-utils
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1468232] Re: Font corruption Intel Broadwell graphics

2015-07-05 Thread rho770
Thanks for the suggestions!

After BIOS update problem persists. Example is attached (note not
correctly displayed character 5).

Output of dmidecode -s bios-version  sudo dmidecode -s bios-release-date:
JBET50WW (1.15 )
06/10/2015

I am aware that this problem is reported for Ubuntu 14.10 which is
getting close to end-of-life. The problem was before observed also for
15.04. I performed a downgrade in order to use the Intel graphics stack
(which again did not seem to change the problem).

** Attachment added: ascii.jpg
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1468232/+attachment/4424523/+files/ascii.jpg

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

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

Title:
  Font corruption Intel Broadwell graphics

Status in xorg package in Ubuntu:
  New

Bug description:
  After resume from suspend it often happens that fonts are corrupted.
  The problem has not been observed if AccelMethod is set to uxa.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: xorg 1:7.7+7ubuntu2
  ProcVersionSignature: Ubuntu 3.16.0-41.57-generic 3.16.7-ckt11
  Uname: Linux 3.16.0-41-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.7-0ubuntu8.5
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,decor,regex,snap,vpswitch,imgpng,compiztoolbox,grid,staticswitcher,mousepoll,move,resize,place,gnomecompat,dbus,animation,expo,ring,workarounds,fade,session,kdecompat,scale]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Wed Jun 24 10:16:47 2015
  DistUpgraded: Fresh install
  DistroCodename: utopic
  DistroVariant: ubuntu
  DkmsStatus:
   i915-3.19.2-3.16, 1, 3.16.0-41-generic, x86_64: installed
   virtualbox, 4.3.18, 3.16.0-41-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation Broadwell-U Integrated Graphics [8086:1616] (rev 09) 
(prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:5036]
  InstallationDate: Installed on 2015-06-18 (6 days ago)
  InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
  MachineType: LENOVO 20BX000XGE
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-41-generic 
root=UUID=ef80ed28-52d5-4bee-b65c-a543a2b68df4 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/23/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: JBET41WW (1.06 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20BX000XGE
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0E50510 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrJBET41WW(1.06):bd12/23/2014:svnLENOVO:pn20BX000XGE:pvrThinkPadT450s:rvnLENOVO:rn20BX000XGE:rvrSDK0E50510WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20BX000XGE
  dmi.product.version: ThinkPad T450s
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.12+14.10.20140918-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.59-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.1-0intel1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.1-0intel1
  version.xserver-xorg-core: xserver-xorg-core 2:1.16.0-1ubuntu1.3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.4.0-2ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.917-1~exp1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2
  xserver.bootTime: Tue Jun 23 16:15:38 2015
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id1133 
   vendor LGD
  xserver.version: 2:1.16.0-1ubuntu1.3

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

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


[Desktop-packages] [Bug 1430769] Re: Does not detect hidden WiFi on first attempt

2015-07-05 Thread Juhapekka Piiroinen
System-image-cli information for the MX4 image which is affected.

** Attachment added: system-image-cli --info
   
https://bugs.launchpad.net/ubuntu/+source/indicator-network/+bug/1430769/+attachment/4424521/+files/cli.txt

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

Title:
  Does not detect hidden WiFi on first attempt

Status in the base for Ubuntu mobile products:
  New
Status in indicator-network package in Ubuntu:
  Confirmed
Status in ubuntu-system-settings package in Ubuntu:
  Invalid
Status in wpasupplicant package in Ubuntu:
  Confirmed

Bug description:
  The WiFi network I use at home is a hidden one. While it works with my
  Ubuntu Phone, I always have to toggle WiFi on and off about 3 times
  until it is detected.

  phablet@ubuntu-phablet:~$ system-image-cli --info
  current build number: 129
  device name: mako
  channel: ubuntu-touch/devel-proposed
  alias: ubuntu-touch/vivid-proposed
  last update: 2015-03-11 13:19:54
  version version: 129
  version ubuntu: 20150310.3
  version device: 20150210
  version custom: 20150310.3

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

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


[Desktop-packages] [Bug 1455097] Re: pm-suspend no longer run since upgrade to vivid

2015-07-05 Thread gubbins
These look relevant too:
http://askubuntu.com/questions/620494/ubuntu-15-04-suspend-doesnt-run-pm-suspend
http://askubuntu.com/questions/613741/ubuntu-15-04-pm-utils-do-not-look-into-etc-pm-power-d-anymore-what-instead
http://askubuntu.com/questions/609695/does-systemd-read-etc-pm

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

Title:
  pm-suspend no longer run since upgrade to vivid

Status in grub2 package in Ubuntu:
  New
Status in pm-utils package in Ubuntu:
  Confirmed
Status in unattended-upgrades package in Ubuntu:
  New

Bug description:
  I added a new script in /etc/pm/sleep.d/ that worked fine before the
  upgrade to vivid. I was wondering why it doesn't work and I find out
  that /var/log/pm-suspend.log is empty, and pm-powersave.log too (last
  logs from pm-suspend were on Apr 28, when I upgraded from utopic to
  vivid.

  The laptop suspends and wakes fine, it just seems that no pm scripts
  are run after suspend/powersave.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: pm-utils 1.4.1-15
  ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3
  Uname: Linux 3.19.0-16-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu May 14 15:36:26 2015
  DistributionChannelDescriptor:
   # This is a distribution channel descriptor
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-precise-amd64-20120703-2
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2013-03-12 (792 days ago)
  InstallationMedia: Ubuntu 12.04 Precise - Build amd64 LIVE Binary 
20120703-15:08
  PackageArchitecture: all
  SourcePackage: pm-utils
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1430769] Re: Does not detect hidden WiFi on first attempt

2015-07-05 Thread Juhapekka Piiroinen
System-image-cli information for the MX4 image which is affected.

** Attachment added: system-image-cli --info
   
https://bugs.launchpad.net/ubuntu/+source/indicator-network/+bug/1430769/+attachment/4424520/+files/cli.txt

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

Title:
  Does not detect hidden WiFi on first attempt

Status in the base for Ubuntu mobile products:
  New
Status in indicator-network package in Ubuntu:
  Confirmed
Status in ubuntu-system-settings package in Ubuntu:
  Invalid
Status in wpasupplicant package in Ubuntu:
  Confirmed

Bug description:
  The WiFi network I use at home is a hidden one. While it works with my
  Ubuntu Phone, I always have to toggle WiFi on and off about 3 times
  until it is detected.

  phablet@ubuntu-phablet:~$ system-image-cli --info
  current build number: 129
  device name: mako
  channel: ubuntu-touch/devel-proposed
  alias: ubuntu-touch/vivid-proposed
  last update: 2015-03-11 13:19:54
  version version: 129
  version ubuntu: 20150310.3
  version device: 20150210
  version custom: 20150310.3

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

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


[Desktop-packages] [Bug 1385702] Re: system freezes at random when visiting a flash page in firefox like last.fm

2015-07-05 Thread madbiologist
Official support for Ubuntu 14.10 Utopic Unicorn will end on  July 23,
2015.  Is this issue still occurring on Ubuntu 15.04 Vivid Vervet?

** Changed in: hundredpapercuts
   Status: Confirmed = Invalid

** Changed in: flashplugin-nonfree (Ubuntu)
   Status: Confirmed = Incomplete

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

Title:
  system freezes at random when visiting a flash page in firefox like
  last.fm

Status in One Hundred Papercuts:
  Invalid
Status in flashplugin-nonfree package in Ubuntu:
  Incomplete

Bug description:
  System totally freezes at random when visiting a flash page in firefox
  like last.fm (not even ctrl-alt-f1 will work). I have to do a hardware
  reset. I installed pepperflash and when I use Chromium do not have
  this problem. I also did not have this problem before I upgraded to
  14.10 from 14.04.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: firefox 33.0+build2-0ubuntu0.14.10.1
  ProcVersionSignature: Ubuntu 3.16.0-23.31-generic 3.16.4
  Uname: Linux 3.16.0-23-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  brian  3674 F pulseaudio
   /dev/snd/controlC1:  brian  3674 F pulseaudio
  BuildID: 20141013200324
  Channel: Unavailable
  CurrentDesktop: KDE
  Date: Sat Oct 25 12:31:31 2014
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IncompatibleExtensions:
   English (GB) Language Pack - langpack-en...@firefox.mozilla.org
   English (South Africa) Language Pack - langpack-en...@firefox.mozilla.org
   Default - {972ce4c6-7e08-4474-a285-3208198ce6fd}
  InstallationDate: Installed on 2013-10-24 (365 days ago)
  InstallationMedia: Ubuntu-GNOME 13.10 Saucy Salamander - Release amd64 
(20131017)
  IpRoute:
   default via 192.168.1.254 dev eth0  proto static 
   192.168.1.0/24 dev eth0  proto kernel  scope link  src 192.168.1.71  metric 1
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MostRecentCrashID: bp-94ec5469-1c14-4c62-b9dd-9a36b2141024
  Plugins:
   Shockwave Flash - /usr/lib/flashplugin-installer/libflashplayer.so
   Gnome Shell Integration - 
/usr/lib/mozilla/plugins/libgnome-shell-browser-plugin.so (gnome-shell)
   Skype Buttons for Kopete - /usr/lib/mozilla/plugins/skypebuttons.so (kopete)
   iTunes Application Detector - 
/usr/lib/mozilla/plugins/librhythmbox-itms-detection-plugin.so 
(rhythmbox-mozilla)
  PrefSources:
   prefs.js
   
/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/ubu...@ubuntu.com/defaults/preferences/001ubuntu-gnome-mods.js
  Profiles: Profile0 (Default) - LastVersion=33.0/20141013200324
  RelatedPackageVersions:
   gnome-shell   3.12.2-1ubuntu7
   kopete4:4.14.1-0ubuntu2
   rhythmbox-mozilla 3.0.3-1ubuntu2
  RfKill:
   
  RunningIncompatibleAddons: True
  SourcePackage: firefox
  UpgradeStatus: Upgraded to utopic on 2014-10-23 (1 days ago)
  dmi.bios.date: 11/07/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1201
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: M5A99FX PRO R2.0
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  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.:bvr1201:bd11/07/2012:svnTobefilledbyO.E.M.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnASUSTeKCOMPUTERINC.:rnM5A99FXPROR2.0:rvrRev1.xx: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.

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

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


[Desktop-packages] [Bug 1446457] Re: [HDA-Intel - HDA Intel PCH, recording] No autoswitch

2015-07-05 Thread Ben
i also have this problem with my acer aspire E3 (phone not recognised
when pluggin in headset) but i am not sure how to read the solutions in
here. i understand code a bit but i am not a pro. i would prefer a
simple solution, some lines i have to type into the terminal each time i
want to use the headset.

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

Title:
  [HDA-Intel - HDA Intel PCH, recording] No autoswitch

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  Acer E3-112
  Ubuntu 14.04, 14.10, 15.04 
  After plugging in headset only headset earphones detected, mic from headset 
not detected and recording is only from built in mic.

  Appending 'options snd-hda-intel model=dell-headset-multi' to
  /etc/modprobe.d/alsa-base.conf helps to tell xubuntu that headset mic
  may be plugged, but after plugging in, xubuntu doesn't automaticaly
  detect that mic is plugged, it can see only headset's earphones, so i
  need evreytime in pavucontrol tell xubuntu that mic is plugged in even
  after adding option.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-14.14-generic 3.19.3
  Uname: Linux 3.19.0-14-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mishurov   2000 F pulseaudio
  CurrentDesktop: XFCE
  Date: Tue Apr 21 07:03:19 2015
  InstallationDate: Installed on 2015-04-04 (16 days ago)
  InstallationMedia: Xubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_Card: Built-in Audio - HDA Intel PCH
  Symptom_Type: No auto-switch between inputs
  Title: [HDA-Intel - HDA Intel PCH, recording] No autoswitch
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/20/2014
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V1.10
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: R2
  dmi.board.vendor: Acer
  dmi.board.version: Type2 - A01 Board Version
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV1.10:bd08/20/2014:svnAcer:pnNC-E3-112-C97Q:pvrV1.10:rvnAcer:rnR2:rvrType2-A01BoardVersion:cvnChassisManufacturer:ct10:cvrChassisVersion:
  dmi.product.name: NC-E3-112-C97Q
  dmi.product.version: V1.10
  dmi.sys.vendor: Acer
  mtime.conffile..etc.modprobe.d.alsa.base.conf: 2015-04-21T06:35:28.960726

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

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


[Desktop-packages] [Bug 1468232] Re: Font corruption Intel Broadwell graphics

2015-07-05 Thread Christopher M. Penalver
** Tags removed: bios-outdated-1.15
** Tags added: latest-bios-1.15

** Tags added: vivid

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

Title:
  Font corruption Intel Broadwell graphics

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  After resume from suspend it often happens that fonts are corrupted.

  WORKAROUND: Set AccelMethod to uxa.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: xorg 1:7.7+7ubuntu2
  ProcVersionSignature: Ubuntu 3.16.0-41.57-generic 3.16.7-ckt11
  Uname: Linux 3.16.0-41-generic x86_64
  .tmp.unity.support.test.0:

  ApportVersion: 2.14.7-0ubuntu8.5
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,decor,regex,snap,vpswitch,imgpng,compiztoolbox,grid,staticswitcher,mousepoll,move,resize,place,gnomecompat,dbus,animation,expo,ring,workarounds,fade,session,kdecompat,scale]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Wed Jun 24 10:16:47 2015
  DistUpgraded: Fresh install
  DistroCodename: utopic
  DistroVariant: ubuntu
  DkmsStatus:
   i915-3.19.2-3.16, 1, 3.16.0-41-generic, x86_64: installed
   virtualbox, 4.3.18, 3.16.0-41-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation Broadwell-U Integrated Graphics [8086:1616] (rev 09) 
(prog-if 00 [VGA controller])
     Subsystem: Lenovo Device [17aa:5036]
  InstallationDate: Installed on 2015-06-18 (6 days ago)
  InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
  MachineType: LENOVO 20BX000XGE
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-41-generic 
root=UUID=ef80ed28-52d5-4bee-b65c-a543a2b68df4 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/23/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: JBET41WW (1.06 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20BX000XGE
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0E50510 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrJBET41WW(1.06):bd12/23/2014:svnLENOVO:pn20BX000XGE:pvrThinkPadT450s:rvnLENOVO:rn20BX000XGE:rvrSDK0E50510WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20BX000XGE
  dmi.product.version: ThinkPad T450s
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.12+14.10.20140918-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.59-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.1-0intel1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.1-0intel1
  version.xserver-xorg-core: xserver-xorg-core 2:1.16.0-1ubuntu1.3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.4.0-2ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.917-1~exp1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2
  xserver.bootTime: Tue Jun 23 16:15:38 2015
  xserver.configfile: default
  xserver.errors:

  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id1133
   vendor LGD
  xserver.version: 2:1.16.0-1ubuntu1.3

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

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


[Desktop-packages] [Bug 1296114] Re: [desktop] Bluetooth is always enabled after reboot even if it was disabled

2015-07-05 Thread Joschi Poschi
In Ubuntu 15.04 the bug is still persistent.

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

Title:
  [desktop] Bluetooth is always enabled after reboot even if it was
  disabled

Status in Bluetooth Menu:
  Invalid
Status in indicator-bluetooth package in Ubuntu:
  Invalid
Status in rfkill package in Ubuntu:
  Incomplete
Status in urfkill package in Ubuntu:
  Triaged

Bug description:
  If bluetooth was disabled using the switcher in the bluetooth
  indicator, after reboot it becomes enabled.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: indicator-bluetooth 0.0.6+14.04.20140207-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-18.38-generic 3.13.6
  Uname: Linux 3.13.0-18-generic x86_64
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sat Mar 22 22:34:52 2014
  InstallationDate: Installed on 2014-01-27 (54 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20140124)
  SourcePackage: indicator-bluetooth
  UpgradeStatus: No upgrade log present (probably fresh install)
  upstart.indicator-bluetooth.log: (bluetooth-wizard:2251): Gtk-DEBUG: 
Connecting to session manager

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-bluetooth/+bug/1296114/+subscriptions

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


[Desktop-packages] [Bug 1193822] Re: dh-migrations: Typo in package description: packaged

2015-07-05 Thread Pascal De Vuyst
https://translations.launchpad.net/ddtp-ubuntu/wily/+pots/ddtp-ubuntu-
main/fr/1006/+translate

** Changed in: ddtp-ubuntu
   Status: Triaged = Fix Released

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

Title:
  dh-migrations: Typo in package description: packaged

Status in Package Descriptions for Ubuntu (to make translation easy):
  Fix Released
Status in session-migration package in Ubuntu:
  Fix Released

Bug description:
  Package: dh-migrations
  Version: 0.2

  Hello,

  There's a typo in string #911 in the following sentence:

  ...operations on the installed packaged. (packaged should be
  replaced with packages)

  Link: https://translations.launchpad.net/ddtp-ubuntu/raring/+pots
  /ddtp-ubuntu-main/fr/911

  Regards.

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

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


[Desktop-packages] [Bug 1471029] Re: Segfault in xsltproc on i386

2015-07-05 Thread Douglas Bagnall
I tried some more things:

1. Compiling with clang makes no difference.

2. Compiling with -fsanitize=address results a stack overflow message
followed by a stack trace. It doesn't reveal as much as the post-mortum
traceback in gdb. The address sanitizer seems to make the error
deterministic.

3. Copying the debian/ packaging directory into the git tree and compiling from 
there makes no difference. Most of the 
contents of debian/patches are already upstream anyway.

4. Switching the linker to gold makes no difference.

The process map (from apport-unpack) never lists memory as [stack], and
always has a double [heap] listing with a window of 0x1000 in the
middle. Like this:

dump9/ProcMaps:b7ccf000-bfabb000 rw-p  00:00 0  [heap]
dump9/ProcMaps:bfabc000-bfb14000 rw-p  00:00 0  [heap]

The stack pointer is using the second of these (i.e., in this case
bfabc000-bfb14000, and the segfault is when it hits the window.
Typically this allows  the stack a few hundred kB (352k in the example
above).

It looks like something is putting the process's memory together
wrongly.

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

Title:
  Segfault in xsltproc on i386

Status in libxml2 package in Ubuntu:
  New

Bug description:
  Running the Samba autobuild tests on a 15.04 openstack image results
  in a segfault in this command:

  /usr/bin/xsltproc --nonet -o default/docs-xml/manpages/smb.conf.5
  /home/ubuntu/autobuild/b22271/samba/docs-xml/xslt/man.xsl default
  /docs-xml/manpages/smb.conf.5.xml

  I reported this upstream as a bug in xsltproc, but it was found to be
  impossible to reproduce using upstream source on the openstack
  instance:

  https://bugzilla.gnome.org/show_bug.cgi?id=751764

  Comment 8 (https://bugzilla.gnome.org/show_bug.cgi?id=751764#c8) is
  particularly informative.

  The stack trace below shows the segfault actually occurs in libxml's
  xpath evaluation functions. I see no difference between xpath.c in
  upstream 2.9.2 and Ubuntu's version.

  (gdb) bt 12
  #0  0xb760f874 in xmlXPathCompOpEval (ctxt=0xba25d3e8, op=0xb86bc818) at 
../../xpath.c:13606
  #1  0xb760f82e in xmlXPathCompOpEval (ctxt=0xba25d3e8, op=0xb86bc890) at 
../../xpath.c:13598
  #2  0xb7610244 in xmlXPathCompOpEval (ctxt=0xba25d3e8, op=0xb86bc8b8) at 
../../xpath.c:13529
  #3  0xb760f9d6 in xmlXPathCompOpEval (ctxt=0xba25d3e8, op=0xb86bc8e0) at 
../../xpath.c:13977
  #4  0xb7612735 in xmlXPathCompOpEval (op=optimized out, ctxt=0xba25d3e8) at 
../../xpath.c:14552
  #5  xmlXPathRunEval (ctxt=0xba25d3e8, toBool=optimized out) at 
../../xpath.c:14552
  #6  0xb76171ed in xmlXPathCompiledEvalInternal (toBool=0, resObj=synthetic 
pointer, ctxt=optimized out, comp=optimized out) at ../../xpath.c:14915
  #7  xmlXPathCompiledEval__internal_alias (comp=0xb866a948, ctx=0xb99bd308) at 
../../xpath.c:14978
  #8  0xb7787260 in xsltEvalVariable (ctxt=ctxt@entry=0xb9836560, 
variable=variable@entry=0xba25d3b0, castedComp=0xb86a4238) at 
../../../libxslt/variables.c:903
  #9  0xb778759a in xsltBuildVariable (ctxt=0xb9836560, castedComp=0xb86a4238, 
tree=0xb86a6978) at ../../../libxslt/variables.c:1759
  #10 0xb7788bfa in xsltParseStylesheetCallerParam (ctxt=0xb86a6978, 
inst=0xb86a6978) at ../../../libxslt/variables.c:1975
  #11 0xb779b9db in xsltCallTemplate (ctxt=0xb9836560, node=0xb85efed8, 
inst=0xb86a6880, castedComp=0xb86a4148) at ../../../libxslt/transform.c:4739
  (More stack frames follow...)

  (gdb) bt -5
  #3311 0xb779a7de in xsltProcessOneNode (ctxt=0xb9836560, 
contextNode=0xb97586a0, withParams=0x0) at ../../../libxslt/transform.c:2097
  #3312 0xb779d818 in xsltApplyStylesheetInternal (style=0xba25d3e8, 
style@entry=0xb85ee200, doc=0xb86bc7f0, doc@entry=0xb97586a0, params=0xb77ed340 
params, 
  output=0xb85e13e0 default/docs-xml/manpages/smb.conf.5, profile=0x0, 
userCtxt=0xb9836560) at ../../../libxslt/transform.c:6159
  #3313 0xb779df8d in xsltRunStylesheetUser (style=0xb85ee200, doc=0xb97586a0, 
params=0xb77ed340 params, output=0xb85e13e0 
default/docs-xml/manpages/smb.conf.5, SAX=0x0, IObuf=0x0, 
  profile=0x0, userCtxt=0xb9836560) at ../../../libxslt/transform.c:6449
  #3314 0xb77ea12c in xsltProcess (doc=0xb97586a0, cur=0xb85ee200, 
filename=0xbfd59812 default/docs-xml/manpages/smb.conf.5.xml) at 
../../../xsltproc/xsltproc.c:483
  #3315 0xb77e9298 in main (argc=6, argv=0xbfd58f94) at 
../../../xsltproc/xsltproc.c:903

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

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


[Desktop-packages] [Bug 1471029] Re: Segfault in xsltproc on i386

2015-07-05 Thread Douglas Bagnall
OK, so sampling the last two lines of the process map every 0.2 seconds:

start:
b772c000-b772e000 rw-p 5000 fd:01 67267  /usr/bin/xsltproc
bfe83000-bfea4000 rw-p  00:00 0  [stack]
0.2s
b7894000-b849e000 rw-p  00:00 0  [heap]
bfe83000-bfea4000 rw-p  00:00 0  [stack]
0.4s
b7894000-b90d5000 rw-p  00:00 0  [heap]
bfe83000-bfea4000 rw-p  00:00 0  [stack]

The heap starts to squeeze the stack for room. When they are separated
by 64k, the heap takes over the stacks naming rights, and the sizes are
fixed:

3.6s
b7894000-bfe32000 rw-p  00:00 0  [heap]
bfe4c000-bfea4000 rw-p  00:00 0  [stack]
3.8s
b7894000-bfe32000 rw-p  00:00 0  [heap]
bfe3d000-bfea4000 rw-p  00:00 0  [stack]
4.0s
b7894000-bfe32000 rw-p  00:00 0  [heap]
bfe33000-bfea4000 rw-p  00:00 0  [heap]
4.2s
b7894000-bfe32000 rw-p  00:00 0  [heap]
bfe33000-bfea4000 rw-p  00:00 0  [heap]

The stack is fixed in size from here on in, so it is only a matter of
luck and time.

20.6s
b7894000-bfe32000 rw-p  00:00 0  [heap]
bfe33000-bfea4000 rw-p  00:00 0  [heap]
20.8s
b7894000-bfe32000 rw-p  00:00 0  [heap]
bfe33000-bfea4000 rw-p  00:00 0  [heap]

post-mortum:

b7894000-bfe32000 rw-p  00:00 0  [heap]
bfe33000-bfea4000 rw-p  00:00 0  [heap]

Why? I don't know.

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

Title:
  Segfault in xsltproc on i386

Status in libxml2 package in Ubuntu:
  New

Bug description:
  Running the Samba autobuild tests on a 15.04 openstack image results
  in a segfault in this command:

  /usr/bin/xsltproc --nonet -o default/docs-xml/manpages/smb.conf.5
  /home/ubuntu/autobuild/b22271/samba/docs-xml/xslt/man.xsl default
  /docs-xml/manpages/smb.conf.5.xml

  I reported this upstream as a bug in xsltproc, but it was found to be
  impossible to reproduce using upstream source on the openstack
  instance:

  https://bugzilla.gnome.org/show_bug.cgi?id=751764

  Comment 8 (https://bugzilla.gnome.org/show_bug.cgi?id=751764#c8) is
  particularly informative.

  The stack trace below shows the segfault actually occurs in libxml's
  xpath evaluation functions. I see no difference between xpath.c in
  upstream 2.9.2 and Ubuntu's version.

  (gdb) bt 12
  #0  0xb760f874 in xmlXPathCompOpEval (ctxt=0xba25d3e8, op=0xb86bc818) at 
../../xpath.c:13606
  #1  0xb760f82e in xmlXPathCompOpEval (ctxt=0xba25d3e8, op=0xb86bc890) at 
../../xpath.c:13598
  #2  0xb7610244 in xmlXPathCompOpEval (ctxt=0xba25d3e8, op=0xb86bc8b8) at 
../../xpath.c:13529
  #3  0xb760f9d6 in xmlXPathCompOpEval (ctxt=0xba25d3e8, op=0xb86bc8e0) at 
../../xpath.c:13977
  #4  0xb7612735 in xmlXPathCompOpEval (op=optimized out, ctxt=0xba25d3e8) at 
../../xpath.c:14552
  #5  xmlXPathRunEval (ctxt=0xba25d3e8, toBool=optimized out) at 
../../xpath.c:14552
  #6  0xb76171ed in xmlXPathCompiledEvalInternal (toBool=0, resObj=synthetic 
pointer, ctxt=optimized out, comp=optimized out) at ../../xpath.c:14915
  #7  xmlXPathCompiledEval__internal_alias (comp=0xb866a948, ctx=0xb99bd308) at 
../../xpath.c:14978
  #8  0xb7787260 in xsltEvalVariable (ctxt=ctxt@entry=0xb9836560, 
variable=variable@entry=0xba25d3b0, castedComp=0xb86a4238) at 
../../../libxslt/variables.c:903
  #9  0xb778759a in xsltBuildVariable (ctxt=0xb9836560, castedComp=0xb86a4238, 
tree=0xb86a6978) at ../../../libxslt/variables.c:1759
  #10 0xb7788bfa in xsltParseStylesheetCallerParam (ctxt=0xb86a6978, 
inst=0xb86a6978) at ../../../libxslt/variables.c:1975
  #11 0xb779b9db in xsltCallTemplate (ctxt=0xb9836560, node=0xb85efed8, 
inst=0xb86a6880, castedComp=0xb86a4148) at ../../../libxslt/transform.c:4739
  (More stack frames follow...)

  (gdb) bt -5
  #3311 0xb779a7de in xsltProcessOneNode (ctxt=0xb9836560, 
contextNode=0xb97586a0, withParams=0x0) at ../../../libxslt/transform.c:2097
  #3312 0xb779d818 in xsltApplyStylesheetInternal (style=0xba25d3e8, 
style@entry=0xb85ee200, doc=0xb86bc7f0, doc@entry=0xb97586a0, params=0xb77ed340 
params, 
  output=0xb85e13e0 default/docs-xml/manpages/smb.conf.5, profile=0x0, 
userCtxt=0xb9836560) at ../../../libxslt/transform.c:6159
  #3313 0xb779df8d in xsltRunStylesheetUser (style=0xb85ee200, doc=0xb97586a0, 
params=0xb77ed340 params, output=0xb85e13e0 
default/docs-xml/manpages/smb.conf.5, SAX=0x0, IObuf=0x0, 
  profile=0x0, userCtxt=0xb9836560) at ../../../libxslt/transform.c:6449
  #3314 0xb77ea12c in xsltProcess (doc=0xb97586a0, cur=0xb85ee200, 
filename=0xbfd59812 default/docs-xml/manpages/smb.conf.5.xml) at 
../../../xsltproc/xsltproc.c:483
  #3315 0xb77e9298 in main (argc=6, argv=0xbfd58f94) at 
../../../xsltproc/xsltproc.c:903

To manage notifications about this 

[Desktop-packages] [Bug 1468602] Re: Time format is wrong on clock when seconds are added

2015-07-05 Thread Stephen M. Webb
** Project changed: unity = indicator-datetime

** Package changed: unity (Ubuntu) = indicator-datetime (Ubuntu)

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

Title:
  Time format is wrong on clock when seconds are added

Status in The Date and Time Indicator:
  New
Status in indicator-datetime package in Ubuntu:
  New

Bug description:
  When enabling seconds in the top right corner on Ubuntu 14.04 the
  format goes from 01:23 to 01.23.45 when it should probably be
  01:23:45(colon, not period). Language is set to Norwegian.

  
  I am also seeing an increase in load on compiz when seconds are enabled, 
this is also found by someone else in bug #1242229.

  Would appreciate it if someone would replace the two periods with
  colons.

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-datetime/+bug/1468602/+subscriptions

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


[Desktop-packages] [Bug 1471526] [NEW] NetworkManager creates duplicate networks

2015-07-05 Thread Anthony
Public bug reported:

I have two networks:
1 x Wireless network
1 x USB dongle ( MobileBroadband)

The issue is that NetworkManager assigns the same network for both of
them so I can't do any kind of routing and basically one network is
unusable. Even worse sometimes  the network is not working at all
because I guess the packets get confused on which NIC they should go.
I can provide more debug information upon request.

 ip route show
default via 192.168.1.1 dev eth1  proto static 
192.168.1.0/24 dev wlan0  proto kernel  scope link  src 192.168.1.100 
192.168.1.0/24 dev eth1  proto kernel  scope link  src 192.168.1.100  metric 1 


 ip addr
1: lo: LOOPBACK,UP,LOWER_UP mtu 65536 qdisc noqueue state UNKNOWN group 
default 
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
   valid_lft forever preferred_lft forever
inet6 ::1/128 scope host 
   valid_lft forever preferred_lft forever
2: eth0: NO-CARRIER,BROADCAST,MULTICAST,UP mtu 1500 qdisc pfifo_fast state 
DOWN group default qlen 1000
link/ether ec:a8:6b-MASKED brd ff:ff:ff:ff:ff:ff
4: wlan0: BROADCAST,MULTICAST,UP,LOWER_UP mtu 1500 qdisc mq state UP group 
default qlen 1000
link/ether f8:16:54:-MASKED brd ff:ff:ff:ff:ff:ff
inet 192.168.1.100/24 brd 192.168.1.255 scope global wlan0
   valid_lft forever preferred_lft forever
inet6 fe80::fa16:54ff:fe96:c648/64 scope link 
   valid_lft forever preferred_lft forever
46: eth1: BROADCAST,MULTICAST,UP,LOWER_UP mtu 1500 qdisc pfifo_fast state 
UNKNOWN group default qlen 1000
link/ether 58:2c:80:-MASKED brd ff:ff:ff:ff:ff:ff
inet 192.168.1.100/24 brd 192.168.1.255 scope global eth1
   valid_lft forever preferred_lft forever
inet6 fe80::5a2c:80ff:fe13:9263/64 scope link 
   valid_lft forever preferred_lft forever


Ubuntu 14.04.1 LTS

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


** Tags: trusty

** Package changed: network-manager-applet (Ubuntu) = network-manager
(Ubuntu)

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

Title:
  NetworkManager creates duplicate networks

Status in network-manager package in Ubuntu:
  New

Bug description:
  I have two networks:
  1 x Wireless network
  1 x USB dongle ( MobileBroadband)

  The issue is that NetworkManager assigns the same network for both of
  them so I can't do any kind of routing and basically one network is
  unusable. Even worse sometimes  the network is not working at all
  because I guess the packets get confused on which NIC they should go.
  I can provide more debug information upon request.

   ip route show
  default via 192.168.1.1 dev eth1  proto static 
  192.168.1.0/24 dev wlan0  proto kernel  scope link  src 192.168.1.100 
  192.168.1.0/24 dev eth1  proto kernel  scope link  src 192.168.1.100  metric 
1 


   ip addr
  1: lo: LOOPBACK,UP,LOWER_UP mtu 65536 qdisc noqueue state UNKNOWN group 
default 
  link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
  inet 127.0.0.1/8 scope host lo
 valid_lft forever preferred_lft forever
  inet6 ::1/128 scope host 
 valid_lft forever preferred_lft forever
  2: eth0: NO-CARRIER,BROADCAST,MULTICAST,UP mtu 1500 qdisc pfifo_fast state 
DOWN group default qlen 1000
  link/ether ec:a8:6b-MASKED brd ff:ff:ff:ff:ff:ff
  4: wlan0: BROADCAST,MULTICAST,UP,LOWER_UP mtu 1500 qdisc mq state UP group 
default qlen 1000
  link/ether f8:16:54:-MASKED brd ff:ff:ff:ff:ff:ff
  inet 192.168.1.100/24 brd 192.168.1.255 scope global wlan0
 valid_lft forever preferred_lft forever
  inet6 fe80::fa16:54ff:fe96:c648/64 scope link 
 valid_lft forever preferred_lft forever
  46: eth1: BROADCAST,MULTICAST,UP,LOWER_UP mtu 1500 qdisc pfifo_fast state 
UNKNOWN group default qlen 1000
  link/ether 58:2c:80:-MASKED brd ff:ff:ff:ff:ff:ff
  inet 192.168.1.100/24 brd 192.168.1.255 scope global eth1
 valid_lft forever preferred_lft forever
  inet6 fe80::5a2c:80ff:fe13:9263/64 scope link 
 valid_lft forever preferred_lft forever

  
  Ubuntu 14.04.1 LTS

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

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


[Desktop-packages] [Bug 1220426] Re: [nvidia-prime]Freeze while using touchpad

2015-07-05 Thread bob justo
Upgrading to xorg-1.16.4, the big disappears!
NO more freeze within 8 days.

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

Title:
  [nvidia-prime]Freeze while using touchpad

Status in X.Org X server:
  Fix Released
Status in xorg-server package in Ubuntu:
  Fix Released
Status in xorg-server source package in Trusty:
  Triaged

Bug description:
  Using Asus N43SL laptop as an example, with nvidia-prime installed, so
  the dedicated NVIDIA graphics card (GT 540m) is in use, once in a
  while, my screen will freeze when I use my touchpad.

  WORKAROUND: Use USB mouse.

  WORKAROUND: Uninstall nvidia-prime and use integrated graphics.

  WORKAROUND: Do a VT switch via Ctrl+Alt+F1 then Ctrl+Alt+F7.

  In the attached Xorg.0.log, you can see synaptics: ETPS/2 Elantech Touchpad: 
touchpad found each time I did a VT switch and regained control:
  
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1220426/+attachment/3801516/+files/Xorg.0.log

  The following upstream report has a patch that addresses this issue:
  https://bugs.freedesktop.org/show_bug.cgi?id=86288

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

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


[Desktop-packages] [Bug 1453052] Re: X fails to automatically detect ATI radeon RV600 card

2015-07-05 Thread RaffaeleC
Sorry, false positive! I reinstalled all from scratch with the latest daily 
build and the bug is still there: no graphic card detected.
Actually, I'm not sure now about the detection i could see. May be i simply 
booted into Ubuntu via grub by accident and i didn't realize it.
So, we're at the same point. No efi-stub boot possible.

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

Title:
  X fails to automatically detect ATI radeon RV600 card

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Good day.
  I'm testing pure EFI boot capability on my iMac 7.1 (graphic card ATI radeon 
HD2600 pro).
  So far, with Ubuntu 14.10, i've been able to boot directly into a perfectly 
working system using the EFI kernel stub.
  No GRUB, no ELILO, no rEFIND, no boot manager whatsoever! And the result was 
amazing!
  Boot up time reduced to a fraction of the time needed by GRUB, for example, 
Compiz compositing much more quick, smooth and and efficient. I could notice 
even some graphical detail (e.g. Text shadows in the GDM log-in screen) that 
were not present if booting via GRUB.
  The way to accomplished this is simple:
  1) Create a small (40MB or less) HFS+ partition. E.g. # sudo mkfs.hfsplus 
/dev/sdaX -v Ubuntu (EFI-Stub)
  2) Copy to the new partition the files vmlinuz-3.XX.YY-ZZ-generic.efi.signed 
and initrd.img-3.XX.YY-ZZ-generig. Also rename them to vmlinuz.efi and 
initrd.img for sake of simplicity in further command line work. Furthermore, 
Apple's EFI won't boot anything that doesn't end with the .efi extension.
  3) Create a boot entry in the NVRAM using efibootmgr like this: # sudo 
efibootmgr -d /dev/sdX -p Y -c -L Ubuntu 14.04 LTS -l /vmlinuz.efi -u 
root=UUID=b0c4efb9-95b0-4e5d-98e1-8beb43f413c2 ro rootflags=subvol=@  quiet 
splash initrd=\initrd.img
  4) reboot (and enjoy!)

  As i've said, in Ubuntu 14 all this is working fine, but after the upgrade to 
Ubuntu 15, X doesn't start anymore. The system starts up correctly but X 
fails (with error: (EE) No devices detected. (EE) Fatal server error: (EE) no 
screens found) dropping me to a tty console login.
  I'm not shure if it is a X problem or a kernel KMS bug, but i'm more inclined 
to think of a problem with X because i've tried to boot Ubuntu 15.0 with the 
old kernel (3.13/16) and the problem is still there.
  I've also tried to add vt.handoff=7 to the command line args for the 
kernel, like grub does, but the result is even worse. The system freezes 
completely at the moment of starting X.
  Please note also that booting via grub is working. X starts, much more slowly 
but starts. (Actually i'm reporting this bug from the very same system booted 
using GRUB. I have a second HFS+ partition where i installed grub and i can 
access it by holding down the ALT key at power-up)
  Thanks for your work. I really hope that booting directly via EFI stubs will 
grow mature because the performance increase is really big.
  Thanks again.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3
  Uname: Linux 3.19.0-16-generic x86_64
  NonfreeKernelModules: wl
  .tmp.unity.support.test.0:

  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,staticswitcher,workarounds,scale,expo,ezoom,dbus]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Fri May  8 10:20:35 2015
  DistUpgraded: 2015-05-06 18:46:56,830 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl, 6.30.223.248+bdcom, 3.19.0-16-generic, x86_64: installed
   bcmwl, 6.30.223.248+bdcom, 3.19.0-16-lowlatency, x86_64: installed
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] RV630/M76 [Mobility Radeon HD 2600 
XT/2700] [1002:9583] (prog-if 00 [VGA controller])
     Subsystem: Apple Inc. iMac 7,1 [106b:0083]
  InstallationDate: Installed on 2013-10-27 (557 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MachineType: Apple Inc. iMac7,1
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=it_IT.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-16-generic.efi.signed 
root=UUID=b0c4efb9-95b0-4e5d-98e1-8beb43f413c2 ro rootflags=subvol=@ quiet 
splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: Upgraded to vivid on 2015-05-06 (1 days ago)
  dmi.bios.date: 03/05/08
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: IM71.88Z.007A.B03.0803051705
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 

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

2015-07-05 Thread ragousis andreas
** Changed in: fglrx-installer-updates (Ubuntu)
 Assignee: (unassigned) = ragousis andreas (aragkousis)

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

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

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

Bug description:
  not installing

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

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

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


[Desktop-packages] [Bug 1467274] Re: [HP Pavilion dv7-4272us] Display glitches occur

2015-07-05 Thread Christopher M. Penalver
** Changed in: xorg (Ubuntu)
   Status: Incomplete = New

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

Title:
  [HP Pavilion dv7-4272us] Display glitches occur

Status in xorg package in Ubuntu:
  New

Bug description:
  Display glitches occur every time the display changes from the IGD to
  DIS, and vice versa.

  I'm trying to _keep the DIS GPU *turned off* in order to save power
  and keep this laptop cool.

  I can't tell who keeps turning the DIS GPU back on, but I'd love to know how 
to keep the DIS GPU locked OFF.
  Jun 21 08:26:59 HP-ubuntu kernel: [8.039633] snd_hda_intel :02:00.1: 
Handle VGA-switcheroo audio client
  Jun 21 08:27:07 HP-ubuntu kernel: [   24.115390] snd_hda_intel :02:00.1: 
Disabling via VGA-switcheroo
  Jun 21 08:27:07 HP-ubuntu kernel: [   24.335777] snd_hda_intel :02:00.1: 
Cannot lock devices!
  Jun 21 08:27:09 HP-ubuntu kernel: [   26.313673] snd_hda_intel :02:00.1: 
Enabling via VGA-switcheroo
  Jun 21 08:27:14 HP-ubuntu kernel: [   31.891104] snd_hda_intel :02:00.1: 
Disabling via VGA-switcheroo
  Jun 21 08:27:15 HP-ubuntu kernel: [   32.011109] snd_hda_intel :02:00.1: 
Cannot lock devices!

  ...

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-21.21-generic 3.19.8
  Uname: Linux 3.19.0-21-generic x86_64
  .tmp.unity.support.test.0:

  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Sun Jun 21 08:43:10 2015
  DistUpgraded: Fresh install
  DistroCodename: vivid
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] RS880M [Mobility Radeon HD 4225/4250] 
[1002:9712] (prog-if 00 [VGA controller])
     Subsystem: Hewlett-Packard Company Device [103c:1641]
   Advanced Micro Devices, Inc. [AMD/ATI] Robson CE [Radeon HD 6370M/7370M] 
[1002:68e4] (prog-if 00 [VGA controller])
     Subsystem: Hewlett-Packard Company Radeon HD 6370M [103c:1641]
  InstallationDate: Installed on 2015-06-06 (15 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  MachineType: Hewlett-Packard HP Pavilion dv7 Notebook PC
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-21-generic 
root=UUID=0a49d103-e2eb-4b21-a433-c41a1ef8d27b ro quiet splash radeon.dpm=1 
radeon.audio=0 vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/25/2013
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.29
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 1641
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 67.33
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.29:bd02/25/2013:svnHewlett-Packard:pnHPPaviliondv7NotebookPC:pvr058312242B2620100:rvnHewlett-Packard:rn1641:rvr67.33:cvnHewlett-Packard:ct10:cvrN/A:
  dmi.product.name: HP Pavilion dv7 Notebook PC
  dmi.product.version: 058312242B2620100
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.2-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0-1ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu2.2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
  xserver.bootTime: Sun Jun 21 08:27:01 2015
  xserver.configfile: default
  xserver.errors: RADEON(G0): [XvMC] Failed to initialize extension.
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.17.1-0ubuntu3
  xserver.video_driver: radeon

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

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


[Desktop-packages] [Bug 1338492] Re: Xorg crashed with SIGABRT in OsAbort()

2015-07-05 Thread BRUN
Ubuntu 15.04.
Internet very difficult to reach since 3 or 4 last updates.
I've tried to replace display driver with generic...Always the same problem.
I've reinstalled the proprietary driver (ATI ). No change.
I can not have Internet any more. (Waiting time too long).
Note : All is OK with my portable computer ( Nvidia card ).

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

Title:
  Xorg crashed with SIGABRT in OsAbort()

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

Bug description:
  At startup, my screen flashes in light green, and can't log to lightdm. 
Adding the ATI driver, it will install with a missing link... Erasing cyrillic 
path and 75 and 100 dpi path folders.
  At this time, can't find again the missing link, and  just install missings 
fonts don't fix the bug..

  ProblemType: Crash
  DistroRelease: Ubuntu 14.10
  Package: xserver-xorg-core 2:1.15.1-0ubuntu8
  ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
  Uname: Linux 3.15.0-6-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.4-0ubuntu1
  Architecture: amd64
  BootLog:
   * Setting up X socket directories...    
[ OK ]
* Starting automatic crash report generation: apport    
[ OK ]
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CrashCounter: 1
  Date: Mon Jul  7 10:44:49 2014
  DistUpgraded: Fresh install
  DistroCodename: utopic
  DistroVariant: ubuntu
  ExecutablePath: /usr/bin/Xorg
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Trinity [Radeon HD 7660D] [1002:9901] 
(prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Device [1043:8526]
   Advanced Micro Devices, Inc. [AMD/ATI] Caicos [Radeon HD 6450/7450/8450 / R5 
230 OEM] [1002:6779] (prog-if 00 [VGA controller])
 Subsystem: PC Partner Limited / Sapphire Technology Radeon HD 6450 1 GB 
DDR3 [174b:e164]
  InstallationDate: Installed on 2014-07-03 (3 days ago)
  InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Alpha amd64 (20140520)
  MachineType: System manufacturer System Product Name
  ProcCmdline: /usr/bin/X -core :0 -seat seat0 -auth /var/run/lightdm/root/:0 
-nolisten tcp vt7 -novtswitch
  ProcEnviron:
   
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-24-generic 
root=UUID=68f3fab7-5c4e-4d3a-9d6d-a493c47946db ro quiet splash
  Signal: 6
  SourcePackage: xorg-server
  StacktraceTop:
   OsAbort ()
   ?? ()
   FatalError ()
   ?? ()
   __libc_start_main (main=0x7ffb7ec04db0, argc=11, argv=0x7fff4f6b2e88, 
init=optimized out, fini=optimized out, rtld_fini=optimized out, 
stack_end=0x7fff4f6b2e78) at libc-start.c:287
  Title: Xorg crashed with SIGABRT in OsAbort()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 11/07/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 5401
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: F2A55
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr5401:bd11/07/2012:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnF2A55:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer
  version.compiz: compiz 1:0.9.11+14.10.20140606-0ubuntu2
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.54-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.2.2-1ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.2.2-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu8
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu4
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Mon Jul  7 10:48:37 2014
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   inputEee PC WMI hotkeys   KEYBOARD, id 8
   inputAT Translated Set 2 keyboard KEYBOARD, id 9
   inputImPS/2 Logitech Wheel Mouse MOUSE, id 10
  xserver.errors: RADEON(G0): [XvMC] Failed to initialize extension.
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 

[Desktop-packages] [Bug 1461113] Re: Where is Firefox 38.0.1 ?!

2015-07-05 Thread madbiologist
** Tags added: trusty

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

Title:
  Where is Firefox 38.0.1 ?!

Status in firefox package in Ubuntu:
  New

Bug description:
  Can anyone tell me what the delay is for version 38.0.1 in Trusty?
  It's been over 2 weeks now and I am suffering from one of the listed
  fixed bugs. I don't want to and shouldn't have to go manual to get
  it, and I'd like to keep using Firefox. Thanks.

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

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


[Desktop-packages] [Bug 150205] Re: Make menu items labels more consistent and clear

2015-07-05 Thread Bug Watch Updater
** Changed in: gnome-power
   Status: Confirmed = Expired

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

Title:
  Make menu items labels more consistent and clear

Status in Bluetooth applications for GNOME:
  Fix Released
Status in gnome-keyring-manager:
  Expired
Status in Gnome Powermanager:
  Expired
Status in Jockey driver manager:
  Fix Released
Status in Manage non-free hardware drivers [OBSOLETE]:
  Won't Fix
Status in SCIM:
  Fix Released
Status in Seahorse:
  Fix Released
Status in Software Updater:
  Invalid
Status in bluez-gnome package in Ubuntu:
  Fix Released
Status in gnome-bluetooth package in Ubuntu:
  Invalid
Status in gnome-keyring-manager package in Ubuntu:
  Won't Fix
Status in gnome-power-manager package in Ubuntu:
  Triaged
Status in restricted-manager package in Ubuntu:
  Won't Fix
Status in scim package in Ubuntu:
  Fix Released
Status in seahorse package in Ubuntu:
  Fix Released
Status in tracker package in Ubuntu:
  Fix Released
Status in update-manager package in Ubuntu:
  Fix Released
Status in Baltix GNU/Linux:
  Invalid

Bug description:
  Binary package hint: update-manager

  In the System - Preferences and System - Administration menus,
  there's no need to repeat terms as 'options', 'preferences',
  'manager', etc. for each config tool. For consistency with most GNOME
  tools, we should only use as label the part of the system/desktop that
  the tool will deal with. This way, we can explain better what the
  tools do.

  Examples of right labels: Appearance - Screensaver - Shared
  Folders - Software Sources

  
  We should correct:
  - Updates manager - Updates or Software updates or System updates...
  - Restricted manager - Restricted hardware or Restricted drivers or 
Non-free hardware...
  - Keyring manager - Keyrings or Passwords keyrings...
  - Bluetooth preferences - Bluetooth...
  - SCIM Input Method Setup - SCIM Input Method or better explained...
  - Indexing Preferences (Tracker) - Indexing or Files indexing or 
Desktop search...
  - Encryption Preferences - Encryption or anything...
  - Power manager - Power is a little short, maybe Power management, 
Power and standby...

  Others can be left as they are (but we maystill  find better):
  - Network tools (because it's not the Network administration item, meant 
to configure settings)
  - System logs viewer (same idea, only to see them)
  - System monitor (idem)
  - Synaptic package manager (a well-known app, one of the ways to manage 
packages)

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

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


[Desktop-packages] [Bug 1471504] Re: libreoffice crashes X11 on init

2015-07-05 Thread Christopher M. Penalver
rjasmin, thank you for reporting this and helping make Ubuntu better. In
order to address your xorg bug (as this is not a bug in LibreOffice)
could you please run the following command from a terminal as it will
automatically gather and attach updated debug information to this
report:

apport-collect -p xorg 1471504

Please ensure you have xdiagnose installed, and that you click the Yes
button for attaching additional debugging information.

** No longer affects: libreoffice (Ubuntu)

** This bug is no longer a duplicate of bug 1468664
   Libreoffice crashing the whole session in 15.04

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

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

** Summary changed:

- libreoffice crashes X11 on init
+ X11 crashes when opening LibreOffice

** Description changed:

- REALLY surprised this bug was never reported. Ever since 14.04,
- libreoffice init crashes X11 and forces logout when launched. Other
- distros are not affected.Users are unable to open libreoffice or related
- files because of this. This is a MANDATORY MUST-WORK package for me, so
- I cant use UBUNTU because of this.
+ Ever since 14.04, X11 crashes when opening libreoffice, and forces
+ logout when launched.

** Description changed:

- Ever since 14.04, X11 crashes when opening libreoffice, and forces
- logout when launched.
+ Ever since 14.04, X11 crashes when opening libreoffice, and the session
+ is forced logged out.

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

Title:
  X11 crashes when opening LibreOffice

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Ever since 14.04, X11 crashes when opening libreoffice, and the
  session is forced logged out.

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

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


[Desktop-packages] [Bug 1468232] Re: Font corruption Intel Broadwell graphics

2015-07-05 Thread Christopher M. Penalver
rho770, could you please test the latest upstream kernel available from
the very top line at the top of the page (the release names are
irrelevant for testing, and please do not test the daily folder)
following https://wiki.ubuntu.com/Kernel/MainlineBuilds ? It will allow
additional upstream developers to examine the issue.

If the test did not allow you to test to the issue (ex. you couldn't boot into 
the OS) please make a comment in your report about this, and continue to test 
the next most recent kernel version until you can test to the issue. Once 
you've tested the upstream kernel, please comment on which kernel version 
specifically you tested. If this bug is fixed in the mainline kernel, please 
add the following tags by clicking on the yellow circle with a black pencil 
icon, next to the word Tags, located at the bottom of the report description:
kernel-fixed-upstream
kernel-fixed-upstream-X.Y-rcZ

Where X, Y, and Z are numbers corresponding to the kernel version.

If the mainline kernel does not fix this bug, please add the following tags:
kernel-bug-exists-upstream
kernel-bug-exists-upstream-X.Y-rcZ

Please note, an error to install the kernel does not fit the criteria of
kernel-bug-exists-upstream.

Once testing of the upstream kernel is complete, please mark this bug's
Status as Confirmed. Please let us know your results.

Thank you for your understanding.

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

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

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

** Description changed:

- After resume from suspend it often happens that fonts are corrupted. The
- problem has not been observed if AccelMethod is set to uxa.
+ After resume from suspend it often happens that fonts are corrupted.
+ 
+ WORKAROUND: Set AccelMethod to uxa.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: xorg 1:7.7+7ubuntu2
  ProcVersionSignature: Ubuntu 3.16.0-41.57-generic 3.16.7-ckt11
  Uname: Linux 3.16.0-41-generic x86_64
  .tmp.unity.support.test.0:
-  
+ 
  ApportVersion: 2.14.7-0ubuntu8.5
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,decor,regex,snap,vpswitch,imgpng,compiztoolbox,grid,staticswitcher,mousepoll,move,resize,place,gnomecompat,dbus,animation,expo,ring,workarounds,fade,session,kdecompat,scale]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Wed Jun 24 10:16:47 2015
  DistUpgraded: Fresh install
  DistroCodename: utopic
  DistroVariant: ubuntu
  DkmsStatus:
-  i915-3.19.2-3.16, 1, 3.16.0-41-generic, x86_64: installed
-  virtualbox, 4.3.18, 3.16.0-41-generic, x86_64: installed
+  i915-3.19.2-3.16, 1, 3.16.0-41-generic, x86_64: installed
+  virtualbox, 4.3.18, 3.16.0-41-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
-  Intel Corporation Broadwell-U Integrated Graphics [8086:1616] (rev 09) 
(prog-if 00 [VGA controller])
-Subsystem: Lenovo Device [17aa:5036]
+  Intel Corporation Broadwell-U Integrated Graphics [8086:1616] (rev 09) 
(prog-if 00 [VGA controller])
+    Subsystem: Lenovo Device [17aa:5036]
  InstallationDate: Installed on 2015-06-18 (6 days ago)
  InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
  MachineType: LENOVO 20BX000XGE
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-41-generic 
root=UUID=ef80ed28-52d5-4bee-b65c-a543a2b68df4 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/23/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: JBET41WW (1.06 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20BX000XGE
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0E50510 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrJBET41WW(1.06):bd12/23/2014:svnLENOVO:pn20BX000XGE:pvrThinkPadT450s:rvnLENOVO:rn20BX000XGE:rvrSDK0E50510WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20BX000XGE
  dmi.product.version: ThinkPad T450s
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.12+14.10.20140918-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.59-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.1-0intel1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.1-0intel1
  version.xserver-xorg-core: xserver-xorg-core 2:1.16.0-1ubuntu1.3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.4.0-2ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.917-1~exp1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2
  xserver.bootTime: Tue Jun 23 16:15:38 2015
  xserver.configfile: default
  xserver.errors:
-  
+ 
  

[Desktop-packages] [Bug 1440250] Re: Remmina not showing entire desktop, Windows Remote Desktop Connection does.

2015-07-05 Thread Christopher M. Penalver
** Description changed:

  Upstream:
  https://github.com/FreeRDP/Remmina/issues/534
  
- What is expected to happen with Remmina in Vivid, is RDP to a Vivid
- server with xrdp, x11vnc, and using gnome-flashback (Metacity) is it
- shows the entire desktop successfully.
+ What is expected to happen with Remmina in Vivid or Wily, is RDP to a
+ Vivid server with xrdp, x11vnc, and using gnome-flashback (Metacity) is
+ it shows the entire desktop successfully.
  
  What happens instead is it is missing the lower ~5% on the right hand
  side (truncating part of the gnome-panel icons) and the bottom (where
  the windows are) as per the attached screenshot. This does not happen
- with Windows 8.1 RDC so this is a Remmina issue. Tried toggling Scaled
+ from Windows 8.1 RDC so this is a Remmina issue. Tried toggling Scaled
  Mode, no change.
  
  Remmina Desktop Preference  Basic tab  Resolution Use client
  resolution  Color depth High color (16 bpp), High color (15 bpp), and
  256 colors (8 bpp)  Advanced tab  Quality Best (slowest), Sound Off 
  Security Negotiate  all other configurations unchecked.
  
  Vivid setup:
  sudo apt-get -y install xrdp gnome-session-flashback gnome-flashback x11vnc 
 sudo apt-get -y remove vnc4server  sudo nano /etc/xrdp/xrdp.ini
  
  Change the top part to the following:
  #START
  [globals]
  bitmap_cache=yes
  bitmap_compression=yes
  port=3389
  crypt_level=high
  channel_code=1
  max_bpp=24
  #black=00
  #grey=d6d3ce
  #dark_grey=808080
  #blue=08246b
  #dark_blue=08246b
  #white=ff
  #red=ff
  #green=00ff00
  #background=626c72
  
  [xrdp1]
  name=sesman-X11vnc
  lib=libvnc.so
  username=ask
  password=ask
  ip=127.0.0.1
  port=5900
  #END
  
  sudo nano /etc/systemd/system/x11vnc.service
  #START
  After=multi-user.target
  
  [Service]
  Type=simple
  ExecStart=/usr/bin/x11vnc -loop -auth guess -rfbauth 
/home/USERNAME/.vnc/passwd -rfbport 5900 -forever -nevershared -repeat
  
  [Install]
  WantedBy=multi-user.target
  #END
  
  sudo chmod u+x /etc/systemd/system/x11vnc.service
  sudo systemctl daemon-reload
  sudo systemctl enable x11vnc.service
  sudo reboot now
  
  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: remmina 1.1.1-1ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-11.11-generic 3.19.3
  Uname: Linux 3.19.0-11-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.17-0ubuntu1
  Architecture: amd64
  Date: Fri Apr  3 17:06:25 2015
  InstallationDate: Installed on 2015-04-02 (1 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Beta amd64 (20150326)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: remmina
  UpgradeStatus: No upgrade log present (probably fresh install)

** Tags added: wily

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

Title:
  Remmina not showing entire desktop, Windows Remote Desktop Connection
  does.

Status in remmina package in Ubuntu:
  Triaged

Bug description:
  Upstream:
  https://github.com/FreeRDP/Remmina/issues/534

  What is expected to happen with Remmina in Vivid or Wily, is RDP to a
  Vivid server with xrdp, x11vnc, and using gnome-flashback (Metacity)
  is it shows the entire desktop successfully.

  What happens instead is it is missing the lower ~5% on the right hand
  side (truncating part of the gnome-panel icons) and the bottom (where
  the windows are) as per the attached screenshot. This does not happen
  from Windows 8.1 RDC so this is a Remmina issue. Tried toggling Scaled
  Mode, no change.

  Remmina Desktop Preference  Basic tab  Resolution Use client
  resolution  Color depth High color (16 bpp), High color (15 bpp), and
  256 colors (8 bpp)  Advanced tab  Quality Best (slowest), Sound Off
   Security Negotiate  all other configurations unchecked.

  Vivid setup:
  sudo apt-get -y install xrdp gnome-session-flashback gnome-flashback x11vnc 
 sudo apt-get -y remove vnc4server  sudo nano /etc/xrdp/xrdp.ini

  Change the top part to the following:
  #START
  [globals]
  bitmap_cache=yes
  bitmap_compression=yes
  port=3389
  crypt_level=high
  channel_code=1
  max_bpp=24
  #black=00
  #grey=d6d3ce
  #dark_grey=808080
  #blue=08246b
  #dark_blue=08246b
  #white=ff
  #red=ff
  #green=00ff00
  #background=626c72

  [xrdp1]
  name=sesman-X11vnc
  lib=libvnc.so
  username=ask
  password=ask
  ip=127.0.0.1
  port=5900
  #END

  sudo nano /etc/systemd/system/x11vnc.service
  #START
  After=multi-user.target

  [Service]
  Type=simple
  ExecStart=/usr/bin/x11vnc -loop -auth guess -rfbauth 
/home/USERNAME/.vnc/passwd -rfbport 5900 -forever -nevershared -repeat

  [Install]
  WantedBy=multi-user.target
  #END

  sudo chmod u+x /etc/systemd/system/x11vnc.service
  sudo systemctl daemon-reload
  sudo systemctl enable x11vnc.service
  sudo reboot now

  ProblemType: Bug
  

[Desktop-packages] [Bug 1456181] Re: Not working preferences

2015-07-05 Thread madbiologist
** Tags added: trusty

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

Title:
  Not working preferences

Status in firefox package in Ubuntu:
  New

Bug description:
  My OS:  Ubuntu 14.10

  What I did: updated Firefox to newest avaliable version (38.0) thru
  apt-get update

  Problem description:

  None of the preferences tab (except General) to with I try to switch
  is working

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

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


[Desktop-packages] [Bug 829985] Re: Keyboard layout indicator displays country instead of language

2015-07-05 Thread Matthew Paul Thomas
This was fixed by implementing indicator-keyboard, using an abbreviation
of the language name in its icon.
https://wiki.ubuntu.com/LanguageAndText#Icon

** No longer affects: ubuntu-indicator-mods

** Changed in: ayatana-design
   Status: New = Fix Released

** Package changed: gnome-settings-daemon (Ubuntu) = indicator-keyboard
(Ubuntu)

** Changed in: indicator-keyboard (Ubuntu)
   Status: Incomplete = Fix Released

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

Title:
  Keyboard layout indicator displays country instead of language

Status in Ayatana Design:
  Fix Released
Status in indicator-keyboard package in Ubuntu:
  Fix Released

Bug description:
  I think the keyboard layout indicator should display the language name
  or abbreviation instead of a country name. First, as far as I know,
  you don't actually use two country layouts of the same language, so
  this information is not important after you configure your keyboard
  layouts. Second, as an Israeli I find it strange to have USA written
  there, as English is an international language. Indeed, computers
  exported to Israel use the USA layout, but this is just a technical
  detail.

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

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


[Desktop-packages] [Bug 1446457] Re: [HDA-Intel - HDA Intel PCH, recording] No autoswitch

2015-07-05 Thread Ben
I added the driver to the alsa-base.conf and can now use the headset,
but it makes strange noises while using skype. but it's just on my side.
the other person does not experience this. i am sorry for this non-pro
stuff here, but i bought this acer aspire e3, built in an SSD and
uploaded Lubuntu, like I did before in other laptops an PCs. its awesome
and I thank all the guys that are contributing to ubuntu and specially
Lubuntu since I love the lean design. can the problem be the mentioned
Dell fix?

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

Title:
  [HDA-Intel - HDA Intel PCH, recording] No autoswitch

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  Acer E3-112
  Ubuntu 14.04, 14.10, 15.04 
  After plugging in headset only headset earphones detected, mic from headset 
not detected and recording is only from built in mic.

  Appending 'options snd-hda-intel model=dell-headset-multi' to
  /etc/modprobe.d/alsa-base.conf helps to tell xubuntu that headset mic
  may be plugged, but after plugging in, xubuntu doesn't automaticaly
  detect that mic is plugged, it can see only headset's earphones, so i
  need evreytime in pavucontrol tell xubuntu that mic is plugged in even
  after adding option.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-14.14-generic 3.19.3
  Uname: Linux 3.19.0-14-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mishurov   2000 F pulseaudio
  CurrentDesktop: XFCE
  Date: Tue Apr 21 07:03:19 2015
  InstallationDate: Installed on 2015-04-04 (16 days ago)
  InstallationMedia: Xubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_Card: Built-in Audio - HDA Intel PCH
  Symptom_Type: No auto-switch between inputs
  Title: [HDA-Intel - HDA Intel PCH, recording] No autoswitch
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/20/2014
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V1.10
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: R2
  dmi.board.vendor: Acer
  dmi.board.version: Type2 - A01 Board Version
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV1.10:bd08/20/2014:svnAcer:pnNC-E3-112-C97Q:pvrV1.10:rvnAcer:rnR2:rvrType2-A01BoardVersion:cvnChassisManufacturer:ct10:cvrChassisVersion:
  dmi.product.name: NC-E3-112-C97Q
  dmi.product.version: V1.10
  dmi.sys.vendor: Acer
  mtime.conffile..etc.modprobe.d.alsa.base.conf: 2015-04-21T06:35:28.960726

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

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


[Desktop-packages] [Bug 1471563] [NEW] I can't type messages in the chat function when installing thunderbird-locale-zh-hant.

2015-07-05 Thread Leo
Public bug reported:

I use chat function to send messages to my facebook friends in the
Windows thunderbird version very well. However, I do the same thing in
the Linux Ubuntu, and it can be a nightmare! There's no space to type
the messages!

After asking for the Ubuntu community, I think this is a bug.

※The most important thing is, this bug only appear when you install the 
language pack thunderbird-locale-zh-hant!
※There is no problem when installing other language pack.

The release of Ubuntu : unspecified
The version of the package : unspecified

** Affects: thunderbird (Ubuntu)
 Importance: Undecided
 Assignee: Leo (x50908)
 Status: New


** Tags: languagepack traditionalchinese

** Attachment added: There's no space to type the messages!
   
https://bugs.launchpad.net/bugs/1471563/+attachment/4424595/+files/2015-02-16-19-58-00-d33393.png

** Changed in: thunderbird (Ubuntu)
 Assignee: (unassigned) = Leo (x50908)

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

Title:
  I can't type messages in the chat function when installing
  thunderbird-locale-zh-hant.

Status in thunderbird package in Ubuntu:
  New

Bug description:
  I use chat function to send messages to my facebook friends in the
  Windows thunderbird version very well. However, I do the same thing in
  the Linux Ubuntu, and it can be a nightmare! There's no space to type
  the messages!

  After asking for the Ubuntu community, I think this is a bug.

  ※The most important thing is, this bug only appear when you install the 
language pack thunderbird-locale-zh-hant!
  ※There is no problem when installing other language pack.

  The release of Ubuntu : unspecified
  The version of the package : unspecified

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

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


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

2015-07-05 Thread Sheridan Hutchinson
Well as no fix is forthcoming I decided that most pragmatic thing to do
was uninstall Chromium and just installed Google Chrome from the Google
website.

Not an open source solution but I just needed a solution that works.

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

Title:
  Chromium 43 fails to use hardware acceleration

Status in chromium-browser package in Ubuntu:
  Confirmed

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

  Console output:

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

  chrome://gpu:

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

  Driver Bug Workarounds
  clear_uniforms_before_first_program_use
  count_all_in_varyings_packing
  disable_chromium_framebuffer_multisample
  disable_ext_occlusion_query
  disable_post_sub_buffers_for_onscreen_surfaces
  scalarize_vec_and_mat_constructor_args

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

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

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

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

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


[Desktop-packages] [Bug 1456616] Re: unable to rotate a pdf coming from Firefox (Google maps)

2015-07-05 Thread madbiologist
The upstream bug has a comment that it is actually a bug in poppler so I
filed a poppler bug as they requested.  I've changed this bug's project
buglink.

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

** Changed in: evince
 Remote watch: GNOME Bug Tracker #678780 = freedesktop.org Bugzilla #91235

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

Title:
  unable to rotate a pdf coming from Firefox (Google maps)

Status in Evince document viewer:
  Unknown
Status in evince package in Ubuntu:
  Triaged

Bug description:
  In Firefox, I used maps.google.com to display a map. I made a PDF file of 
this map using 'printing' function in Firefox.
  This document is in landscape format.
  If I try to rotate it, the page become gray without anything.
  Same way, if I try to print it telling to the printer to use landscape 
format, the printer print a white page !

  Everything works well with Okular and the same file.

  Ubuntu 15.04 64 bits
  Evince 3.14.2-0ubuntu2

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

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


[Desktop-packages] [Bug 1471560] [NEW] Laptop does not wake properly from suspend/sleep

2015-07-05 Thread Raphael Mankin
Public bug reported:

I am running xfce4/lightdm/lihg-locker on ubuntu 14.04.2

The bug does not always manifest itself, but does so frequently.

When waking from sleep/suspend I get the unlock screen but after
entering my password the main display does not appear; it remains
blanked. Sometimes re-suspending and re-waking the machine resolves the
problem, but not always.

Alternatively, the main screen does appear ut the mouse pointer is
missing. I can tell where it ought to be by the highlighting of menu
items. In this case re-sleep/re-waken has always resolved the problem.

Sometimes I can get to a console seesion with ctl-alt-f1. In this case
killing xfce4-session clears the problem, but after doing this a few
times skype will not restart.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xorg 1:7.7+1ubuntu8.1
ProcVersionSignature: Ubuntu 3.16.0-41.57~14.04.1-generic 3.16.7-ckt11
Uname: Linux 3.16.0-41-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.11
Architecture: amd64
CurrentDesktop: XFCE
Date: Sun Jul  5 15:59:03 2015
InstallationDate: Installed on 2015-06-03 (31 days ago)
InstallationMedia: Xubuntu 14.04.2 LTS Trusty Tahr - Release amd64 
(20150218.1)
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug trusty

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

Title:
  Laptop does not wake properly from suspend/sleep

Status in xorg package in Ubuntu:
  New

Bug description:
  I am running xfce4/lightdm/lihg-locker on ubuntu 14.04.2

  The bug does not always manifest itself, but does so frequently.

  When waking from sleep/suspend I get the unlock screen but after
  entering my password the main display does not appear; it remains
  blanked. Sometimes re-suspending and re-waking the machine resolves
  the problem, but not always.

  Alternatively, the main screen does appear ut the mouse pointer is
  missing. I can tell where it ought to be by the highlighting of menu
  items. In this case re-sleep/re-waken has always resolved the problem.

  Sometimes I can get to a console seesion with ctl-alt-f1. In this case
  killing xfce4-session clears the problem, but after doing this a few
  times skype will not restart.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.16.0-41.57~14.04.1-generic 3.16.7-ckt11
  Uname: Linux 3.16.0-41-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Sun Jul  5 15:59:03 2015
  InstallationDate: Installed on 2015-06-03 (31 days ago)
  InstallationMedia: Xubuntu 14.04.2 LTS Trusty Tahr - Release amd64 
(20150218.1)
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1454473] Re: In Ubuntu 15.04, simply moving the mouse via touchpad scrolls the window

2015-07-05 Thread raj sabharwal
** Changed in: xserver-xorg-input-synaptics (Ubuntu)
   Status: Invalid = Confirmed

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

Title:
  In Ubuntu 15.04, simply moving the mouse via touchpad scrolls the
  window

Status in xserver-xorg-input-synaptics package in Ubuntu:
  Confirmed

Bug description:
  Version: Ubuntu 3.19.0-16.16-generic 3.19.3

  (This is mostly a copy paste from here:
  http://askubuntu.com/questions/617117/in-ubuntu-15-04-simply-moving-
  the-mouse-via-touchpad-scrolls-the-window)

  When I first boot everything works fine. But then something happens
  (not sure what triggers it) and many programs start scrolling just by
  moving the mouse over the window. So far I see this happens in
  Nautilus, Document Reader, Archive Manager, Ubuntu Software Center,
  Meld, and System Monitor (what do they all have in common, GTK?). It
  does NOT happen in web browsers, thunderbird, programs using Mono,
  Java, etc, for some reason.

  To be more specific of the issue: if the mouse starting position is
  over a document in Document Reader, for example, and then I move the
  mouse via touchpad, it'll scroll the document like an anchor, where
  the position of the mouse over the document doesn't change (yet it
  scrolls). I have already tried disabling two finger scroll, disable
  while typing, and the tap to click options, but they made no
  difference (after the glitchiness starts).

  The other odd case is that in Nautilus, if the mouse starting position
  is over a file or directory, it sometimes selects it instead of
  scrolling. Single-clicking a directory will open the directory (so the
  initial touch acts like a clicks, and letting go acts as the second
  click).

  The only thing I can do to temporarily fix the problem is restart the
  computer. There are no issues when using a mouse.

  Update 2015/05/03: I see how to reproduce it now. It appears to be a
  glitchy two-finger scroll issue. If you scroll any window with two
  fingers a lot, eventually it'll start causing this problem. Try
  various actions with two fingers, like clicking with two fingers, or
  scrolling in various directions quickly, etc, and it will start
  happening. It's interesting that it only happens in certain programs
  and not in others, which makes me wonder whether it is really a
  trackpad issue or some framework's issue. I can confirm that this is
  happening on the 15.04 Live CD, so this happens out of the box.

  The only work-around for this issue is to disable two-finger scroll
  (if it's already glitchy you'll need to restart). Not sure if it
  matters, but I'm using the Dell XPS 13 2015 9343.

  Update 2015/05/05: Apparently this bug can still happen even with two-
  finger scroll off, though it's more rare. Again, only certain programs
  have the issue, so it's hard to tell if it's a touchpad issue or
  something else.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-16-generic 3.19.0-16.16
  ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3
  Uname: Linux 3.19.0-16-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ephi   1857 F pulseaudio
   /dev/snd/controlC0:  ephi   1857 F pulseaudio
  CurrentDesktop: Unity
  Date: Tue May 12 22:06:46 2015
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=270ecec3-b78c-4f85-a337-acd54f5e0b0e
  InstallationDate: Installed on 2015-05-01 (12 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  Lsusb:
   Bus 001 Device 004: ID 0bda:5682 Realtek Semiconductor Corp.
   Bus 001 Device 003: ID 0a5c:216f Broadcom Corp.
   Bus 001 Device 010: ID 1d57:ac01 Xenta Wireless Receiver (Keyboard and Mouse)
   Bus 001 Device 002: ID 8087:8001 Intel Corp.
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. XPS 13 9343
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-16-generic.efi.signed 
root=UUID=2bf488f3-23aa-4837-8f4d-861be61c94bc ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-16-generic N/A
   linux-backports-modules-3.19.0-16-generic  N/A
   linux-firmware 1.143
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/25/2015
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A03
  dmi.board.name: 0TM99H
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA03:bd03/25/2015:svnDellInc.:pnXPS139343:pvr01:rvnDellInc.:rn0TM99H:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: XPS 13 

[Desktop-packages] [Bug 1455286] Re: Firefox appears horribly distorted after upgrade to 38.0

2015-07-05 Thread madbiologist
According to your system info, you have dmi.chassis.type: 10, which is a
notebook.  What brand and model of notebook is it?

Try adjusting Firefox's setting for High DPI support, which operates as
a global zoom factor:

(1) In a new tab, type or paste about:config in the address bar and
press Enter. Click the button promising to be careful.

(2) In the filter box, type or paste pix and pause while the list is
filtered

(3) The layout.css.devPixelsPerPx preference usually is set to -1.0
which means use the system default. You can change that to 1.0 for
96-dpi dispay and see whether that is what you prefer. And you can
increase the size from there in increments, for example, 1.1 for a
global 110% zoom.

Please be careful not to set this value to something tiny, as it can be
hard to recover from that.

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

Title:
  Firefox appears horribly distorted after upgrade to 38.0

Status in firefox package in Ubuntu:
  New

Bug description:
  Today when I opened my package manager (muon) to check for updates, I
  saw there was an update for Firefox, to version 38. I installed this
  along with other available updates like I always do. Upon restarting
  Firefox, however, I discovered a nasty surprise. All of Firefox's UI
  was appearing as if I was on a computer with a much lower screen
  resolution, and web pages were appearing as if I had massively zoomed
  in on them.

  Everything looks many times bigger than it should be: icons, toolbars,
  tabs, menus, web pages, they're all big.

  I have no idea how or why this happened.

  I tried restarting Firefox in safe mode, wondering if it was maybe an
  incompatible add-on. This did absolutely nothing for me. I began to
  suspect that the update to Firefox 38 had caused the problem. So I
  decided to test my theory by downgrading. The only prior version in
  the repos appeared to be 28.x, but luckily, in my
  /var/cache/apt/archives/ folder, I found the .deb for the last version
  of Firefox I had installed - 37.0.2. I opened the .deb and installed
  it. Upon opening Firefox, everything was normal again -no abnormally
  large chrome or web pages.

  I ran the upgrade to Firefox 38 again, and bingo - the problem came
  back. I ran ubuntu-bug firefox to get Apport going, and then finished
  up by coming here to Launchpad to submit a report. Attached a
  screenshot to show the distortion.

  My computer's native resolution is 1920x1080, and that's what I run.

  I'll have to stick with 37.0.2 until I get some confirmation that this
  issue with Firefox 38 has been addressed/resolved. Firefox is unusable
  with this problem.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: firefox 38.0+build3-0ubuntu0.14.04.1
  ProcVersionSignature: Ubuntu 3.13.0-52.86-generic 3.13.11-ckt18
  Uname: Linux 3.13.0-52-generic x86_64
  NonfreeKernelModules: nvidia
  AddonCompatCheckDisabled: False
  ApportVersion: 2.14.1-0ubuntu3.10
  Architecture: amd64
  BuildID: 20150511103818
  Channel: Unavailable
  CurrentDesktop: KDE
  Date: Thu May 14 18:22:34 2015
  EcryptfsInUse: Yes
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  InstallationDate: Installed on 2014-07-28 (290 days ago)
  InstallationMedia: Kubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  IpRoute:
   default via 192.168.1.1 dev eth0  proto static 
   172.16.240.0/24 dev vmnet8  proto kernel  scope link  src 172.16.240.1 
   192.168.1.0/24 dev eth0  proto kernel  scope link  src 192.168.1.21  metric 
1 
   192.168.66.0/24 dev vmnet1  proto kernel  scope link  src 192.168.66.1
  Locales: extensions.sqlite corrupt or missing
  MostRecentCrashID: bp-3c820930-59fa-410c-9358-def442150515
  Plugins: Shockwave Flash - /usr/lib/flashplugin-installer/libflashplayer.so
  PrefSources:
   prefs.js
   
[Profile]/extensions/{11b496ea-481a-11dc-8314-0800200c9a66}/defaults/preferences/shooter.js
   
[Profile]/extensions/artur.dubo...@gmail.com/defaults/preferences/fvd_single_setup.js
   
[Profile]/extensions/https-everywh...@eff.org/defaults/preferences/preferences.js
  Profiles: Profile0 (Default) - LastVersion=38.0/20150511103818 (In use)
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/23/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: E16F2IG6 V3.0R
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: MS-16F2
  dmi.board.vendor: Micro-Star International Co., Ltd.

[Desktop-packages] [Bug 1453510] Re: crashes or hangs permanently on one site

2015-07-05 Thread madbiologist
I am unable to reproduce this on Ubuntu 14.04 with Firefox 38.  Can you
test with Firefox 38 and report here?

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

Title:
  crashes or hangs permanently on one site

Status in firefox package in Ubuntu:
  New

Bug description:
  Crashes only on this site but permanently:

  https://linux-statt-windows.org/topic/160/gifs

  Often there are no pics or gifs, just white fields and Firefox hangs
  a long time...

  Sometimes i'm able to close Firefox but after a restart i have the
  same problem again and again.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: firefox 37.0.2+build1-0ubuntu0.14.04.1
  ProcVersionSignature: Ubuntu 3.16.0-38.52~14.04.1-generic 3.16.7-ckt10
  Uname: Linux 3.16.0-38-generic i686
  AddonCompatCheckDisabled: False
  ApportVersion: 2.14.1-0ubuntu3.10
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0p:   frank  1756 F...m pulseaudio
   /dev/snd/controlC0:  lightdm1315 F pulseaudio
frank  1756 F pulseaudio
  BuildID: 20150417180241
  Channel: Unavailable
  Date: Sun May 10 11:24:59 2015
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  InstallationDate: Installed on 2015-04-27 (12 days ago)
  InstallationMedia: Xubuntu 14.04.2 LTS Trusty Tahr - Release i386 
(20150218.1)
  IpRoute:
   default via 192.168.25.1 dev eth0  proto static 
   192.168.25.0/26 dev eth0  proto kernel  scope link  src 192.168.25.3  metric 
1
  IwConfig:
   lono wireless extensions.
   
   eth0  no wireless extensions.
  Locales: extensions.sqlite corrupt or missing
  Plugins: iTunes Application Detector - 
/usr/lib/mozilla/plugins/librhythmbox-itms-detection-plugin.so 
(rhythmbox-mozilla)
  PrefSources: prefs.js
  ProcEnviron:
   LANGUAGE=de_DE
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  Profiles: Profile0 (Default) - LastVersion=37.0.2/20150417180241 (In use)
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: rhythmbox-mozilla 3.0.2-0ubuntu2
  RfKill:
   
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/09/2010
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7OETC4WW (2.24 )
  dmi.board.name: 8933A32
  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:bvr7OETC4WW(2.24):bd04/09/2010:svnLENOVO:pn8933A32:pvrThinkPadR61:rvnLENOVO:rn8933A32:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 8933A32
  dmi.product.version: ThinkPad R61
  dmi.sys.vendor: LENOVO

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

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


[Desktop-packages] [Bug 1470825] Re: Onboard focus with KWin

2015-07-05 Thread marmuta
 Thanks for the quick feedback, I think I need to look at the touch driver as 
 well.
You're welcome. I think you won't need to do this anymore. 
Screens/kernel/drivers are probably fine.

I could eventually reproduce both issues in KWin and 1) was an Onboard
thing.  Wrong order of initialization, that apparently had no ill effect
in compiz, where I did most of the touch testing. Trunk has a fix and I
don't get the fall-back mouse-events mode anymore in KWin, meaning you'd
likely have multi-touch available too. It works with either XInput or
GTK event source here, but I'd suggest you return to XInput, because a
few of Onboard's features require/work better with this.

Still working on 2), though I expect you won't hit this anymore with
default settings. Others might, wacom touch-screen people in particular
(on KWin).

 AttributeError: 'X11DeviceXI2' object has no attribute 'touch_active'
Thank you, should be fixed too now.

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

** Changed in: onboard
   Status: New = Confirmed

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

** Changed in: onboard
   Importance: Undecided = High

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

Title:
  Onboard focus with KWin

Status in Onboard on-screen keyboard:
  Confirmed
Status in onboard package in Ubuntu:
  Confirmed

Bug description:
  Customized Ubuntu 15.04, running KWin via an .xsession call. Using
  Onboard for on-screen keyboard. The keyboard won't get focus unless I
  tap on it twice (or unless I drag into the keyboard, and then tap it).
  In my previous environment I used Compiz and didn't have this
  behaviour, nor do I see it with any other window type.

  Turning debugging on for Onboard it seems to be getting the touch
  events so I am not sure why its not getting focus. Its output for
  example would be:

  Code: Select all
  19:23:08.392 EVENT   TouchInputSource device: XIDevice(id=13 
attachment=2 use=3 touch_mode=1 source=GDK_SOURCE_TOUCHSCREEN name=SYNA7500:00 
06CB:3AF0 vendor=0x06cb product=0x3af0 enabled=1)
  19:23:08.392 EVENT   TouchInput_on_device_event1
  19:23:08.393 EVENT   TouchInput_on_device_event2 2 2
  19:23:08.393 EVENT   TouchInput_on_device_event7 1
  19:23:08.393 EVENT   TouchInput_on_device_event8 True
  19:23:08.393 EVENT   TouchInput_on_device_event10 20971528 
20971707
  19:23:08.393 EVENT   TouchInput_on_device_event11
  19:23:08.394 EVENT   TouchInputDevice event: dev_id=2 src_id=2 
xi_type=7 xid_event=20971528(20971707) x=171.0 y=45.0 x_root=1642.0 
y_root=405.0 button=0 state=0 sequence=0

  
  A little lost and looking for any suggestions!

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

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


[Desktop-packages] [Bug 1471572] [NEW] Cintiq 13HD Touch support requires input-wacom =0.28

2015-07-05 Thread Allan
Public bug reported:

The Wacom Cintiq 13HD Touch support requires input-wacom =0.28.

I was wondering if a more recent version of xf86-input-wacom and
libwacom could be introduced to take advantage of more device support
and various bugfixes.

Release notes of all versions: 
http://sourceforge.net/p/linuxwacom/mailman/linuxwacom-announce/

Some benefits listed below:

0.30:
 - xsetwacom mapping bugfix

0.28.0:
 - introduces the Cintiq 13HDT support that I am looking for
 - improved functionality and bugfixes for kernel 4.1
 
0.27.0:
 - support for Cintiq 27QHD, 27QHD Touch, Bamboo Pad

** Affects: xf86-input-wacom (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Cintiq 13HD Touch support requires input-wacom =0.28

Status in xf86-input-wacom package in Ubuntu:
  New

Bug description:
  The Wacom Cintiq 13HD Touch support requires input-wacom =0.28.

  I was wondering if a more recent version of xf86-input-wacom and
  libwacom could be introduced to take advantage of more device support
  and various bugfixes.

  Release notes of all versions: 
  http://sourceforge.net/p/linuxwacom/mailman/linuxwacom-announce/

  Some benefits listed below:

  0.30:
   - xsetwacom mapping bugfix

  0.28.0:
   - introduces the Cintiq 13HDT support that I am looking for
   - improved functionality and bugfixes for kernel 4.1
   
  0.27.0:
   - support for Cintiq 27QHD, 27QHD Touch, Bamboo Pad

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

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


[Desktop-packages] [Bug 1460487] Re: unknown

2015-07-05 Thread Manfred Hampl
There was a recent comment from the bug reporter in bug #948053

i wanna have the nvidia-173 cause i can't have a good resolution
whithout

If the display hardware is

GraphicsCard:
  NVIDIA Corporation G72 [GeForce 7500 LE] [10de:01dd] (rev a1) (prog-if 00 
[VGA controller])

as shown in this bug report, then the nvidia-graphics-
drivers-304-updates package should contain the correct driver.

As far as I know there is no working 173 driver available for Ubuntu
12.04.3 and up, but the  GeForce 7500 LE hardware should be well
supported by the 304 driver. see
http://us.download.nvidia.com/XFree86/Linux-x86/304.125/README/supportedchips.html

Try installing the package nvidia-304-updates

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

Title:
  unknown

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  unknown

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.13.0-51.84-generic 3.13.11-ckt18
  Uname: Linux 3.13.0-51-generic i686
  .tmp.unity.support.test.1:
   
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: i386
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Mon Jun  1 00:24:33 2015
  DistUpgraded: Fresh install
  DistroCodename: vivid
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   NVIDIA Corporation G72 [GeForce 7500 LE] [10de:01dd] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: ASUSTeK Computer Inc. Device [1043:821b]
  InstallationDate: Installed on 2014-01-28 (488 days ago)
  InstallationMedia: Ubuntu 12.04.3 LTS Precise Pangolin - Release i386 
(20130820.1)
  MachineType: PACKARD BELL BV IMEDIA F9671
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-51-generic 
root=UUID=cceff882-7626-412e-ae65-f7af1c46bcc7 ro drm.debug=0xe plymouth:debug
  Renderer: Software
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/28/2007
  dmi.bios.vendor: Phoenix Technologies, LTD
  dmi.bios.version: W7301VP2.316
  dmi.board.name: Cuba MS-7301
  dmi.board.vendor: Packard Bell BV
  dmi.board.version: 1.0
  dmi.chassis.type: 3
  dmi.chassis.vendor: Packard Bell BV
  dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvrW7301VP2.316:bd09/28/2007:svnPACKARDBELLBV:pnIMEDIAF9671:pvrPB80103902:rvnPackardBellBV:rnCubaMS-7301:rvr1.0:cvnPackardBellBV:ct3:cvr:
  dmi.product.name: IMEDIA F9671
  dmi.product.version: PB80103902
  dmi.sys.vendor: PACKARD BELL BV
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  version.libdrm2: libdrm2 2.4.61+git1505281830.97be70~gd~t
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.7~git1505310730.7f62fd~gd~t
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.7~git1505310730.7f62fd~gd~t
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 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 Jun  1 00:18:17 2015
  xserver.configfile: default
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.17.1-0ubuntu3

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

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


[Desktop-packages] [Bug 1471586] [NEW] breaks x11 with some apps with nvidia drivers installed/in use

2015-07-05 Thread Doug McMahon
Public bug reported:

Test case *here*  with nvidia mobile gpu (GeForce GT 755M
Install nvidia drivers (version 346.82) if not already
Switch to nvidia thru Prime Profiles, log out/in if needed
Try to open totem or cheese

What happens - segfaults -  example totem
(totem:3097): Gdk-ERROR **: The program 'totem' received an X Window System 
error.
This probably reflects a bug in the program.
The error was 'BadMatch (invalid parameter attributes)'.
  (Details: serial 330 error_code 8 request_code 154 (GLX) minor_code 31)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the GDK_SYNCHRONIZE environment
   variable to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)
Trace/breakpoint trap (core dumped)

If totem or cheese are started with this then they open correctly - 
CLUTTER_BACKEND=x11 totem
or
CLUTTER_BACKEND=x11 cheese

(or CLUTTER_BACKEND=x11 in /etc/environment also temp resolves

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: libclutter-1.0-0 1.22.4-1
ProcVersionSignature: Ubuntu 3.19.0-22.22-generic 3.19.8-ckt1
Uname: Linux 3.19.0-22-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.17.3-0ubuntu4
Architecture: amd64
CurrentDesktop: Unity
Date: Sun Jul  5 13:56:45 2015
InstallationDate: Installed on 2015-07-04 (1 days ago)
InstallationMedia: Ubuntu 15.10 Wily Werewolf - Alpha amd64 (20150704)
SourcePackage: clutter-1.0
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: clutter-1.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug wily

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

Title:
  breaks x11 with some apps with nvidia drivers installed/in use

Status in clutter-1.0 package in Ubuntu:
  New

Bug description:
  Test case *here*  with nvidia mobile gpu (GeForce GT 755M
  Install nvidia drivers (version 346.82) if not already
  Switch to nvidia thru Prime Profiles, log out/in if needed
  Try to open totem or cheese

  What happens - segfaults -  example totem
  (totem:3097): Gdk-ERROR **: The program 'totem' received an X Window System 
error.
  This probably reflects a bug in the program.
  The error was 'BadMatch (invalid parameter attributes)'.
(Details: serial 330 error_code 8 request_code 154 (GLX) minor_code 31)
(Note to programmers: normally, X errors are reported asynchronously;
 that is, you will receive the error a while after causing it.
 To debug your program, run it with the GDK_SYNCHRONIZE environment
 variable to change this behavior. You can then get a meaningful
 backtrace from your debugger if you break on the gdk_x_error() function.)
  Trace/breakpoint trap (core dumped)

  If totem or cheese are started with this then they open correctly - 
  CLUTTER_BACKEND=x11 totem
  or
  CLUTTER_BACKEND=x11 cheese

  (or CLUTTER_BACKEND=x11 in /etc/environment also temp resolves

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: libclutter-1.0-0 1.22.4-1
  ProcVersionSignature: Ubuntu 3.19.0-22.22-generic 3.19.8-ckt1
  Uname: Linux 3.19.0-22-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.17.3-0ubuntu4
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Jul  5 13:56:45 2015
  InstallationDate: Installed on 2015-07-04 (1 days ago)
  InstallationMedia: Ubuntu 15.10 Wily Werewolf - Alpha amd64 (20150704)
  SourcePackage: clutter-1.0
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1458593] Re: Super-slow startup and sluggish performance when using the GCAL provider

2015-07-05 Thread Bug Watch Updater
** Changed in: thunderbird
   Importance: Medium = High

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

Title:
  Super-slow startup and sluggish performance when using the GCAL
  provider

Status in Mozilla Thunderbird Mail and News:
  Confirmed
Status in thunderbird package in Ubuntu:
  New

Bug description:
  After upgrading to 31.7 I noticed start-up times around 30 seconds
  when the Google provider (version 1.0.4) in connection with Lightning
  is used (I disabled the plugin temporarily for root cause analysis).
  Downgrading TB to 31.6  didn't solve the problem, neither did
  downgrading the Provider plugin to 1.0.3.

  Let me know if more details are needed.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: thunderbird 1:31.7.0+build1-0ubuntu0.15.04.1
  Uname: Linux 4.0.1-040001-generic x86_64
  NonfreeKernelModules: wl
  AddonCompatCheckDisabled: False
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  root751 F pommed
christoph   5608 F pulseaudio
  BuildID: 20150511105107
  Channel: Unavailable
  Date: Mon May 25 16:36:15 2015
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2014-04-26 (394 days ago)
  InstallationMedia: Lubuntu 14.04 LTS Trusty Tahr - Release amd64 
(20140416.2)
  IpRoute:
   default via 192.168.2.1 dev wlan0  proto static  metric 1024 
   192.168.2.0/24 dev wlan0  proto kernel  scope link  src 192.168.2.33
  NoProfiles: True
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RunningIncompatibleAddons: False
  SourcePackage: thunderbird
  UpgradeStatus: Upgraded to vivid on 2015-04-24 (30 days ago)
  dmi.bios.date: 01/24/12
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP81.88Z.0047.B27.1201241646
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-94245B3640C91C81
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro8,1
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-94245B3640C91C81
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP81.88Z.0047.B27.1201241646:bd01/24/12:svnAppleInc.:pnMacBookPro8,1:pvr1.0:rvnAppleInc.:rnMac-94245B3640C91C81:rvrMacBookPro8,1:cvnAppleInc.:ct10:cvrMac-94245B3640C91C81:
  dmi.product.name: MacBookPro8,1
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Inc.

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

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


[Desktop-packages] [Bug 1471584] [NEW] Strange line in monitor(TV)

2015-07-05 Thread amreo
Public bug reported:

When I connect the PC-TV(HDMI)(monitor) i'm view the strange line in
immagini.zip

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xorg 1:7.7+1ubuntu8.1
ProcVersionSignature: Ubuntu 3.16.0-43.58~14.04.1-generic 3.16.7-ckt13
Uname: Linux 3.16.0-43-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.14.1-0ubuntu3.11
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Sun Jul  5 19:53:20 2015
DistUpgraded: Fresh install
DistroCodename: trusty
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] Seymour [Radeon HD 6400M/7400M Series] 
[1002:6760] (prog-if 00 [VGA controller])
   Subsystem: ASUSTeK Computer Inc. Radeon HD 7470M [1043:2002]
InstallationDate: Installed on 2015-04-22 (74 days ago)
InstallationMedia: Ubuntu 14.04.2 LTS Trusty Tahr - Release amd64 (20150218.1)
MachineType: ASUSTeK Computer Inc. K54HR
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-43-generic 
root=UUID=f3da5920-cf8c-4285-ac9f-4864a6a1ef82 ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/13/2012
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: K54HR.206
dmi.board.asset.tag: ATN12345678901234567
dmi.board.name: K54HR
dmi.board.vendor: ASUSTeK Computer Inc.
dmi.board.version: 1.0
dmi.chassis.asset.tag: ATN12345678901234567
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK Computer Inc.
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrK54HR.206:bd08/13/2012:svnASUSTeKComputerInc.:pnK54HR:pvr1.0:rvnASUSTeKComputerInc.:rnK54HR:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr1.0:
dmi.product.name: K54HR
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK Computer Inc.
version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.60-2~ubuntu14.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.4
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.4
version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1.6
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.10-1ubuntu2
xserver.bootTime: Sun Jul  5 12:32:54 2015
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs: Output  HDMI-0LVDS 
  VGA-0
xserver.version: 2:1.15.1-0ubuntu2.7
xserver.video_driver: radeon

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


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

** Attachment added: Images(photo) and screenshot.
   
https://bugs.launchpad.net/bugs/1471584/+attachment/4424612/+files/Immagini.zip

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

Title:
  Strange line in monitor(TV)

Status in xorg package in Ubuntu:
  New

Bug description:
  When I connect the PC-TV(HDMI)(monitor) i'm view the strange line in
  immagini.zip

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.16.0-43.58~14.04.1-generic 3.16.7-ckt13
  Uname: Linux 3.16.0-43-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Sun Jul  5 19:53:20 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Seymour [Radeon HD 6400M/7400M 
Series] [1002:6760] (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Radeon HD 7470M [1043:2002]
  InstallationDate: Installed on 2015-04-22 (74 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS Trusty Tahr - Release amd64 
(20150218.1)
  MachineType: ASUSTeK Computer Inc. K54HR
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-43-generic 
root=UUID=f3da5920-cf8c-4285-ac9f-4864a6a1ef82 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/13/2012
  dmi.bios.vendor: American 

[Desktop-packages] [Bug 1401245] Re: Duplicity crashes when called -- UnicodeDecodeError

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

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

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

Title:
  Duplicity crashes when called -- UnicodeDecodeError

Status in duplicity package in Ubuntu:
  Confirmed

Bug description:
  Hi,

  Since some time ago, duplicity, called automatically by ubuntu's deja-
  dup, crashes upon each startup. I cannot even change the settings.
  Some online posts suggested deleting the backup, which I did. There
  are some corrupted files I could not delete (with non-unicode
  characters in their names). I have seen that there was a bug with
  unicode decoding in an earlier version, but I am running the updated
  one.
  (https://bugs.launchpad.net/ubuntu/+source/duplicity/+bug/1311176)

  Here's the output of duplicity:
  Traceback (most recent call last):
File /usr/bin/duplicity, line 1494, in module
  with_tempdir(main)
File /usr/bin/duplicity, line 1488, in with_tempdir
  fn()
File /usr/bin/duplicity, line 1337, in main
  do_backup(action)
File /usr/bin/duplicity, line 1366, in do_backup
  sync_archive(decrypt)
File /usr/bin/duplicity, line 1100, in sync_archive
  remote_metafiles, ignored, rem_needpass = get_metafiles(remlist)
File /usr/bin/duplicity, line 992, in get_metafiles
  pr = file_naming.parse(fn)
File /usr/lib/python2.7/dist-packages/duplicity/file_naming.py, line 389, 
in parse
  pr = check_full()
File /usr/lib/python2.7/dist-packages/duplicity/file_naming.py, line 308, 
in check_full
  t = str2time((m1 or m2).group(time), short)
File /usr/lib/python2.7/dist-packages/duplicity/file_naming.py, line 281, 
in str2time
  t = dup_time.genstrtotime(timestr.upper())
File /usr/lib/python2.7/dist-packages/duplicity/dup_time.py, line 278, in 
genstrtotime
  return override_curtime - intstringtoseconds(timestr)
File /usr/lib/python2.7/dist-packages/duplicity/dup_time.py, line 190, in 
intstringtoseconds
  error()
File /usr/lib/python2.7/dist-packages/duplicity/dup_time.py, line 181, in 
error
  raise TimeException(bad_interval_string % interval_string)
  UnicodeDecodeError: 'ascii' codec can't decode byte 0xee in position 15: 
ordinal not in range(128)

  Duplicity version: 0.6.23-1ubuntu5
  Deja-dup version: 32.0-0ubuntu1
  Python version: 32.0-0ubuntu1
  OS version: ubuntu 14.10

  Sorry I do not know how to extract the exact command line deja-dup
  uses to call duplicity.

  Philippe

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: duplicity 0.6.23-1ubuntu5
  ProcVersionSignature: Ubuntu 3.16.0-25.33-generic 3.16.7
  Uname: Linux 3.16.0-25-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Wed Dec 10 21:05:07 2014
  SourcePackage: duplicity
  UpgradeStatus: Upgraded to utopic on 2014-11-14 (26 days ago)

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

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


[Desktop-packages] [Bug 1453378] Re: 100% GPU load even with disabled hardware acceleration

2015-07-05 Thread madbiologist
Can you run the following diagnostic?:

* open a terminal window and enter the top command (without the quotes)
* tell us which process/processes are using the majority of CPU time
* you can press 1 to toggle between average CPU use display and individual 
CPU core use display if you want
* press q to quit top

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

Title:
  100% GPU load even with disabled hardware acceleration

Status in firefox package in Ubuntu:
  New

Bug description:
  My computer gets very hot, when im starting firefox. Disabling
  acceleration does not help

  glxinfo | grep OpenGL version
  OpenGL version string: 3.0 Mesa 10.6.0-devel (git-f98c3f3 2015-05-08 
vivid-oibaf-ppa)

  
  lspci -vnn|grep VGA
  02:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. 
[AMD/ATI] Madison [Mobility Radeon HD 5650/5750 / 6530M/6550M] [1002:68c1] 
(prog-if 00 [VGA controller])

  Ubuntu 15.04, firefox  firefox-trunk packages

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: firefox-trunk 40.0~a1~hg20150429r241647-0ubuntu1~umd1
  ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3
  Uname: Linux 3.19.0-16-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0p:   alex0007   1565 F...m pulseaudio
   /dev/snd/controlC0:  alex0007   1565 F pulseaudio
   /dev/snd/controlC1:  alex0007   1565 F pulseaudio
  BuildID: 20150430095849
  CRDA:
   country RU: DFS-UNSET
(2402 - 2482 @ 40), (N/A, 20), (N/A)
(5735 - 5835 @ 20), (N/A, 30), (N/A)
  Channel: nightly
  CurrentDesktop: GNOME
  Date: Sat May  9 16:29:09 2015
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  InstallationDate: Installed on 2015-04-28 (10 days ago)
  InstallationMedia: Ubuntu-GNOME 15.04 Vivid Vervet - Release amd64 
(20150422)
  IpRoute:
   default via 192.168.1.1 dev wlan0  proto static  metric 1024 
   169.254.0.0/16 dev wlan0  scope link  metric 1000 
   192.168.1.0/24 dev wlan0  proto kernel  scope link  src 192.168.1.4
  Locales: extensions.sqlite corrupt or missing
  Plugins:
   iTunes Application Detector - 
/usr/lib/mozilla/plugins/librhythmbox-itms-detection-plugin.so 
(rhythmbox-mozilla)
   Gnome Shell Integration - 
/usr/lib/mozilla/plugins/libgnome-shell-browser-plugin.so (gnome-shell)
   Java(TM) Plug-in 11.45.2 - 
/usr/lib/jvm/java-8-oracle/jre/lib/amd64/libnpjp2.so
   Shockwave Flash - /usr/lib/mozilla/plugins/libfreshwrapper-pepperflash.so 
(freshplayerplugin)
  PrefSources:
   prefs.js
   [Profile]/extensions/fvdme...@gmail.com/defaults/preferences/fvd.js
  Profiles: Profile0 (Default) - LastVersion=40.0a1/20150430095849
  RelatedPackageVersions:
   rhythmbox-mozilla 3.1-1ubuntu3
   gnome-shell   3.16.1-0ubuntu1~vivid1
   freshplayerplugin 0.2.4+git20150505~webupd8~vivid0
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/25/2010
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: V1.15
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Aspire 7741
  dmi.board.vendor: Acer
  dmi.board.version: V1.15
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V1.15
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrV1.15:bd08/25/2010:svnAcer:pnAspire7741:pvrV1.15:rvnAcer:rnAspire7741:rvrV1.15:cvnAcer:ct10:cvrV1.15:
  dmi.product.name: Aspire 7741
  dmi.product.version: V1.15
  dmi.sys.vendor: Acer

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

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


[Desktop-packages] [Bug 1471565] [NEW] Mint 13: Firefox 39.0 crashes right on startup

2015-07-05 Thread Karlchen
Public bug reported:

Mint 13 32-bit: Firefox 39.0 crashes right on startup
with the error message printed twice:
[NPAPI 8734] ###!!! ABORT: Aborting on channel error.: file 
/build/firefox-ALgUKk/firefox-39.0+build5/ipc/glue/MessageChannel.cpp, line 
1597

This affects the Firefox package Firefox 39.0-build5-0ubuntu0.12.04.1
provided by the Ubuntu Mozilla Security team.

The problematic file in the firefox package seems to be the file
libxul.so. This is where the crash actually occurs.

Note:

This crash seems to happen on any 32-bit version of Linux Mint 13.
It does not seem, however, to affect Ubuntu 12.04.x 32-bit, on which Mint 13 
32-bit is based.

The file libxul.so installed as part of Firefox 39.0-build5-0ubuntu0.12.04.1 is 
dated 29-Jun 2015 14:19.
The file libxul.so that comes as part of the genuine Mozilla tarball has got 
the date 01-Jul-2015 02:49.

Replacing the libxul.so installed through the PPA by the genuine Mozilla
file solves the isse, as far as I can test and tell.

For more details, please, see this report in the Linux Mint forum:
http://forums.linuxmint.com/viewtopic.php?f=47t=199433 (Mint 13: Firefox 39.0 
crashes right on startup)

It would be greatly appreciated if this problem could by investigated and 
hopefully solved before Firefox 39.0 will be made available on the normal 
Ubuntu repos, because this is where Mint13, too, like Ubuntu 12.0.4x, fetches 
most of it software from.
And up to Firefox 38.0, the Ubuntu provided Firefox has always run perfectly 
fine on Mint 13, too.

---
Requested details:

(1) ~$ lsb_release -rd
Description:Linux Mint 13 Maya
Release:13
~$ cat /etc/os-release
NAME=Ubuntu
VERSION=12.04.5 LTS, Precise Pangolin
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME=Ubuntu precise (12.04.5 LTS)
VERSION_ID=12.04
~$ 

(2) ~$ apt-cache policy firefox
firefox:
  Installiert: 39.0+build5-0ubuntu0.12.04.1
  Kandidat:39.0+build5-0ubuntu0.12.04.1
  Versionstabelle:
 *** 39.0+build5-0ubuntu0.12.04.1 0
500 http://ppa.launchpad.net/ubuntu-mozilla-security/ppa/ubuntu/ 
precise/main i386 Packages
100 /var/lib/dpkg/status
 38.0+build3-0ubuntu0.12.04.1 0
500 http://archive.ubuntu.com/ubuntu/ precise-updates/main i386 Packages
500 http://security.ubuntu.com/ubuntu/ precise-security/main i386 
Packages
 11.0+build1-0ubuntu4 0
500 http://archive.ubuntu.com/ubuntu/ precise/main i386 Packages

(3) Firefox 39 should start up as Firefox 38 did

(4) Yet, instead it crashes on startup
  all you can do is decide to send a bug report or not. No chance of using 
Firefox 39.

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

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

Title:
  Mint 13: Firefox 39.0 crashes right on startup

Status in firefox package in Ubuntu:
  New

Bug description:
  Mint 13 32-bit: Firefox 39.0 crashes right on startup
  with the error message printed twice:
  [NPAPI 8734] ###!!! ABORT: Aborting on channel error.: file 
/build/firefox-ALgUKk/firefox-39.0+build5/ipc/glue/MessageChannel.cpp, line 
1597

  This affects the Firefox package Firefox 39.0-build5-0ubuntu0.12.04.1
  provided by the Ubuntu Mozilla Security team.

  The problematic file in the firefox package seems to be the file
  libxul.so. This is where the crash actually occurs.

  Note:
  
  This crash seems to happen on any 32-bit version of Linux Mint 13.
  It does not seem, however, to affect Ubuntu 12.04.x 32-bit, on which Mint 13 
32-bit is based.

  The file libxul.so installed as part of Firefox 39.0-build5-0ubuntu0.12.04.1 
is dated 29-Jun 2015 14:19.
  The file libxul.so that comes as part of the genuine Mozilla tarball has got 
the date 01-Jul-2015 02:49.

  Replacing the libxul.so installed through the PPA by the genuine
  Mozilla file solves the isse, as far as I can test and tell.

  For more details, please, see this report in the Linux Mint forum:
  http://forums.linuxmint.com/viewtopic.php?f=47t=199433 (Mint 13: Firefox 
39.0 crashes right on startup)

  It would be greatly appreciated if this problem could by investigated and 
hopefully solved before Firefox 39.0 will be made available on the normal 
Ubuntu repos, because this is where Mint13, too, like Ubuntu 12.0.4x, fetches 
most of it software from.
  And up to Firefox 38.0, the Ubuntu provided Firefox has always run perfectly 
fine on Mint 13, too.

  ---
  Requested details:

  (1) ~$ lsb_release -rd
  Description:  Linux Mint 13 Maya
  Release:  13
  ~$ cat /etc/os-release
  NAME=Ubuntu
  VERSION=12.04.5 LTS, Precise Pangolin
  ID=ubuntu
  ID_LIKE=debian
  PRETTY_NAME=Ubuntu precise (12.04.5 LTS)
  VERSION_ID=12.04
  ~$ 

  (2) ~$ apt-cache policy firefox
  firefox:
Installiert: 39.0+build5-0ubuntu0.12.04.1
Kandidat:39.0+build5-0ubuntu0.12.04.1
Versionstabelle:
   *** 

[Desktop-packages] [Bug 1452318] Re: Faulty behavior when resuming from suspend

2015-07-05 Thread David Abergel
Interesting. I tried openbox and the bug is there with that window
manager.

Does gnome-shell use hardware acceleration? If so, then that might be
the common thread which links to my observations about google-chrome
above.

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

Title:
  Faulty behavior when resuming from suspend

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

Bug description:
  Waking from suspend, everything seems normal, except the graphical
  elements and text on my desktop are not drawn properly. Sometimes,
  moving the mouse over icons can cause them to be redrawn, sometimes
  not. It appears not to matter how I initiate the suspend (e.g. by
  closing laptop lid, or by calling pm-suspend explicitly) and it
  appears not to matter whether I am using an external display or the
  laptop's own screen.

  All other hardware appears to be working, and I can restart the laptop
  by clicking where the icons ought to be. The only symptom seems to be
  that the drawing does not happen correctly.

  I'm not sure what additional information I should provide to help
  diagnose the problem, so please advise me.

  Also, if this is more likely to be a xfce issue, then please change
  the package on the bug report.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: pm-utils 1.4.1-15
  ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3
  Uname: Linux 3.19.0-16-generic x86_64
  NonfreeKernelModules: openafs
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Wed May  6 17:17:51 2015
  InstallationDate: Installed on 2015-05-04 (1 days ago)
  InstallationMedia: Xubuntu 15.04 Vivid Vervet - Release amd64 (20150422.1)
  PackageArchitecture: all
  SourcePackage: pm-utils
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1165104] Re: oneconf is only showing the pc you are on in raring and isn't sharing to other machines

2015-07-05 Thread Bruno Nova
@Ian, the bug is still Fix Commited. Hasn't the fix been uploaded to
Wily yet?

And then, could this be backported into Trusty and Saucy?

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

Title:
  oneconf is only showing the pc you are on in raring and isn't sharing
  to other machines

Status in One Hundred Papercuts:
  Fix Committed
Status in oneconf package in Ubuntu:
  Fix Committed

Bug description:
  [Impact]

  The package synchronization in the Ubuntu Software Center doesn't
  work, and only the current machine is displayed.

  [Test Case]

  At least two computers (or virtual machines) are needed.

  First, enable software sync in both computers, by opening the Ubuntu
  Software Center, then clicking File  Sync Between Computers in the
  menu in each computer. Enter your Ubuntu One credentials if asked.

  Then either use both computers normally for some time (one or two days?) so 
the package sync occurs naturally, or force the sync to happen in both of them 
(faster) by running:
  $ oneconf-query --stop
  $ oneconf-service --debug
  (The --debug flag is not necessary, but useful for debugging)
  Do this for both computers, one at a time.

  Then open the Software Center and click on the Installed Software tab, or 
File  Sync Between Computers.
  If all computer are listed, and if clicking on one of them (except the 
current one) bring up a package comparison, the bug is fixed.
  If not, you may try to force a sync on both computers one last time and check 
again, just to be sure.

  [Regression Potential]

  Oneconf wasn't working as intended, so there's probably no regression
  potential. But it suppose it could impact the stability of Oneconf or
  the Software Center.

  [Original Report]

  In Raring I see only the machince I'm on.  In the precise box beside
  it I see a couple of boxes but not this one.  Please see the
  screenshots attached.

  I have a feeling that some how the sync has broken but I'm not sure
  what technology it is use on the backend.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: oneconf 0.3.3
  ProcVersionSignature: Ubuntu 3.8.0-16.26-generic 3.8.5
  Uname: Linux 3.8.0-16-generic x86_64
  ApportVersion: 2.9.2-0ubuntu5
  Architecture: amd64
  Date: Fri Apr  5 18:18:24 2013
  InstallationDate: Installed on 2013-04-02 (3 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Alpha amd64 (20130402)
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: oneconf
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1165104] Re: oneconf is only showing the pc you are on in raring and isn't sharing to other machines

2015-07-05 Thread Bruno Nova
Sorry, I meant @Iain.

** Description changed:

  [Impact]
  
  The package synchronization in the Ubuntu Software Center doesn't work,
  and only the current machine is displayed.
- 
  
  [Test Case]
  
  At least two computers (or virtual machines) are needed.
  
  First, enable software sync in both computers, by opening the Ubuntu
  Software Center, then clicking File  Sync Between Computers in the
  menu in each computer. Enter your Ubuntu One credentials if asked.
  
  Then either use both computers normally for some time (one or two days?) so 
the package sync occurs naturally, or force the sync to happen in both of them 
(faster) by running:
  $ oneconf-query --stop
  $ oneconf-service --debug
  (The --debug flag is not necessary, but useful for debugging)
  Do this for both computers, one at a time.
  
  Then open the Software Center and click on the Installed Software tab, or 
File  Sync Between Computers.
  If all computer are listed, and if clicking on one of them (except the 
current one) bring up a package comparison, the bug is fixed.
  If not, you may try to force a sync on both computers one last time and check 
again, just to be sure.
  
- 
  [Regression Potential]
  
- Oneconf wasn't working as intended, so there's probably not regression
+ Oneconf wasn't working as intended, so there's probably no regression
  potential. But it suppose it could impact the stability of Oneconf or
  the Software Center.
- 
  
  [Original Report]
  
  In Raring I see only the machince I'm on.  In the precise box beside it
  I see a couple of boxes but not this one.  Please see the screenshots
  attached.
  
  I have a feeling that some how the sync has broken but I'm not sure what
  technology it is use on the backend.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: oneconf 0.3.3
  ProcVersionSignature: Ubuntu 3.8.0-16.26-generic 3.8.5
  Uname: Linux 3.8.0-16-generic x86_64
  ApportVersion: 2.9.2-0ubuntu5
  Architecture: amd64
  Date: Fri Apr  5 18:18:24 2013
  InstallationDate: Installed on 2013-04-02 (3 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Alpha amd64 (20130402)
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: oneconf
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  oneconf is only showing the pc you are on in raring and isn't sharing
  to other machines

Status in One Hundred Papercuts:
  Fix Committed
Status in oneconf package in Ubuntu:
  Fix Committed

Bug description:
  [Impact]

  The package synchronization in the Ubuntu Software Center doesn't
  work, and only the current machine is displayed.

  [Test Case]

  At least two computers (or virtual machines) are needed.

  First, enable software sync in both computers, by opening the Ubuntu
  Software Center, then clicking File  Sync Between Computers in the
  menu in each computer. Enter your Ubuntu One credentials if asked.

  Then either use both computers normally for some time (one or two days?) so 
the package sync occurs naturally, or force the sync to happen in both of them 
(faster) by running:
  $ oneconf-query --stop
  $ oneconf-service --debug
  (The --debug flag is not necessary, but useful for debugging)
  Do this for both computers, one at a time.

  Then open the Software Center and click on the Installed Software tab, or 
File  Sync Between Computers.
  If all computer are listed, and if clicking on one of them (except the 
current one) bring up a package comparison, the bug is fixed.
  If not, you may try to force a sync on both computers one last time and check 
again, just to be sure.

  [Regression Potential]

  Oneconf wasn't working as intended, so there's probably no regression
  potential. But it suppose it could impact the stability of Oneconf or
  the Software Center.

  [Original Report]

  In Raring I see only the machince I'm on.  In the precise box beside
  it I see a couple of boxes but not this one.  Please see the
  screenshots attached.

  I have a feeling that some how the sync has broken but I'm not sure
  what technology it is use on the backend.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: oneconf 0.3.3
  ProcVersionSignature: Ubuntu 3.8.0-16.26-generic 3.8.5
  Uname: Linux 3.8.0-16-generic x86_64
  ApportVersion: 2.9.2-0ubuntu5
  Architecture: amd64
  Date: Fri Apr  5 18:18:24 2013
  InstallationDate: Installed on 2013-04-02 (3 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Alpha amd64 (20130402)
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: oneconf
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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

[Desktop-packages] [Bug 1459080] Re: Install Fcitx for Vietnamese users

2015-07-05 Thread Gunnar Hjalmarsson
fcitx-unikey task added to bug #1356222 for main inclusion.

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

Title:
  Install Fcitx for Vietnamese users

Status in im-config package in Ubuntu:
  Fix Released
Status in language-selector package in Ubuntu:
  Fix Released

Bug description:
  Fcitx has been default for Chinese and Japanese users, and it's
  obvious to move to fcitx for Vietnamese people for the profit of user
  and ease of maintenance.

  Ref:
  [1]https://bugs.launchpad.net/bugs/1430893
  [2]https://bugs.launchpad.net/bugs/1439006

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

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


[Desktop-packages] [Bug 1471605] [NEW] package modemmanager 1.4.8-1 failed to install/upgrade: il sottoprocesso installato script di post-installation ha restituito lo stato di errore 100

2015-07-05 Thread Rocchi
Public bug reported:

I just upgraded ubuntu to version 15.10 and I found this problem.

ProblemType: Package
DistroRelease: Ubuntu 15.10
Package: modemmanager 1.4.8-1
ProcVersionSignature: Ubuntu 3.19.0-22.22-generic 3.19.8-ckt1
Uname: Linux 3.19.0-22-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.17.3-0ubuntu4
Architecture: amd64
Date: Sun Jul  5 16:27:37 2015
DuplicateSignature: package:modemmanager:1.4.8-1:il sottoprocesso installato 
script di post-installation ha restituito lo stato di errore 100
ErrorMessage: il sottoprocesso installato script di post-installation ha 
restituito lo stato di errore 100
InstallationDate: Installed on 2015-02-02 (153 days ago)
InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
RelatedPackageVersions:
 dpkg 1.17.25ubuntu1
 apt  1.0.9.10ubuntu1
SourcePackage: modemmanager
Title: package modemmanager 1.4.8-1 failed to install/upgrade: il sottoprocesso 
installato script di post-installation ha restituito lo stato di errore 100
UpgradeStatus: Upgraded to wily on 2015-07-05 (0 days ago)

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


** Tags: amd64 apport-package dist-upgrade need-duplicate-check wily

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

Title:
  package modemmanager 1.4.8-1 failed to install/upgrade: il
  sottoprocesso installato script di post-installation ha restituito lo
  stato di errore 100

Status in modemmanager package in Ubuntu:
  New

Bug description:
  I just upgraded ubuntu to version 15.10 and I found this problem.

  ProblemType: Package
  DistroRelease: Ubuntu 15.10
  Package: modemmanager 1.4.8-1
  ProcVersionSignature: Ubuntu 3.19.0-22.22-generic 3.19.8-ckt1
  Uname: Linux 3.19.0-22-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.17.3-0ubuntu4
  Architecture: amd64
  Date: Sun Jul  5 16:27:37 2015
  DuplicateSignature: package:modemmanager:1.4.8-1:il sottoprocesso installato 
script di post-installation ha restituito lo stato di errore 100
  ErrorMessage: il sottoprocesso installato script di post-installation ha 
restituito lo stato di errore 100
  InstallationDate: Installed on 2015-02-02 (153 days ago)
  InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
  RelatedPackageVersions:
   dpkg 1.17.25ubuntu1
   apt  1.0.9.10ubuntu1
  SourcePackage: modemmanager
  Title: package modemmanager 1.4.8-1 failed to install/upgrade: il 
sottoprocesso installato script di post-installation ha restituito lo stato di 
errore 100
  UpgradeStatus: Upgraded to wily on 2015-07-05 (0 days ago)

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

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


[Desktop-packages] [Bug 1471602] Re: Google Docs print not working on CUPs

2015-07-05 Thread Ian
Attaching the error_log file for review

** Attachment added: error_log file from cups tree
   
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1471602/+attachment/4424676/+files/error_log

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

Title:
  Google Docs print not working on CUPs

Status in cups package in Ubuntu:
  New

Bug description:
  HP Color LaserJet 2600N prints majority of files fine from Google,
  PDFs etc.   Example job of uploaded Word doc, converted to Google Doc
  then printed to CUPs doesn't print and there are no errors in the logs
  from the print job.

  Current configuration answering questions from
  https://wiki.ubuntu.com/DebuggingPrintingProblems :

  Ubuntu 14.04 LTS 
  root@kiki:/sataTBpool/GeneralShare# uname -a
  Linux kiki 3.13.0-55-generic #94-Ubuntu SMP Thu Jun 18 00:27:10 UTC 2015 
x86_64 x86_64 x86_64 GNU/Linux

  root@kiki:/sataTBpool/GeneralShare# lsb_release -rd
  Description:Ubuntu 14.04.2 LTS
  Release:14.04

  Printer Model: 
  HP Color LaserJet 2600n

  Error log attached separately for viewing.  No errors found in my
  reviews of the logs.  Job 158 is the prime example that I am attaching
  here on this situation not working.

  Input file is copied from /var/spool/cups.

  root@kiki:/sataTBpool/GeneralShare# file d00158-001
  d00158-001: PDF document, version 1.7

  If I run pdftops from 
  Attempts to send this directly using unfiltered printing doesn't work or 
psdebug or raw or changing the default renderer.  

  If I install the pdftops, pstops and pstopdf files from poppler-utils and run 
them like this:
  pdftops filein filein.ps
  pstops filein.ps filein-new.ps
  pstopdf filein-new.ps filein-new.pdf
  Then this PDF prints fine.   

  Also if I install the hp-plugin driver it works fine.

  
  How can we fix this so this PDF can print successfully when sent through CUPS 
standard suite?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: cups 1.7.2-0ubuntu1.6
  ProcVersionSignature: Ubuntu 3.13.0-55.94-generic 3.13.11-ckt20
  Uname: Linux 3.13.0-55-generic x86_64
  NonfreeKernelModules: zfs zunicode zcommon znvpair zavl
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  Date: Sun Jul  5 15:52:19 2015
  InstallationDate: Installed on 2015-01-17 (168 days ago)
  InstallationMedia: Ubuntu-Server 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.3)
  Lpstat:
   device for Color_lj2600n_kiki: socket://192.168.69.60
   device for ColorLaserJet-HPPlugin: 
hp:/net/HP_Color_LaserJet_2600n?ip=192.168.69.60
   device for HP_LaserJet_1200_kiki: 
hp:/usb/HP_LaserJet_1200?serial=00CNBQ127192
  Lsusb:
   Bus 001 Device 003: ID 1058:1100 Western Digital Technologies, Inc. 
   Bus 001 Device 002: ID 1058:1001 Western Digital Technologies, Inc. External 
Hard Disk [Elements]
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: NVIDIA MCP55S
  Papersize: letter
  PpdFiles:
   Color_lj2600n_kiki: HP Color LaserJet 2600n Foomatic/foo2hp (recommended)
   ColorLaserJet-HPPlugin: HP Color LaserJet 2600n, hpcups 3.14.3, requires 
proprietary plugin
   HP_LaserJet_1200_kiki: HP LaserJet 1200 - CUPS+Gutenprint v5.2.10-pre2
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-55-generic 
root=/dev/mapper/hostname--vg-root ro
  SourcePackage: cups
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/15/2007
  dmi.bios.vendor: ARIMA CORPORATION.
  dmi.bios.version: NM46X 1.08
  dmi.board.name: MCP55S
  dmi.board.vendor: NVIDIA
  dmi.board.version: REFERENCE
  dmi.chassis.asset.tag: N/A
  dmi.chassis.type: 23
  dmi.chassis.vendor: AMD
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnARIMACORPORATION.:bvrNM46X1.08:bd11/15/2007:svnNVIDIA:pnMCP55S:pvrREFERENCE:rvnNVIDIA:rnMCP55S:rvrREFERENCE:cvnAMD:ct23:cvrN/A:
  dmi.product.name: MCP55S
  dmi.product.version: REFERENCE
  dmi.sys.vendor: NVIDIA

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

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


[Desktop-packages] [Bug 1471602] [NEW] Google Docs print not working on CUPs

2015-07-05 Thread Ian
Public bug reported:

HP Color LaserJet 2600N prints majority of files fine from Google, PDFs
etc.   Example job of uploaded Word doc, converted to Google Doc then
printed to CUPs doesn't print and there are no errors in the logs from
the print job.

Current configuration answering questions from
https://wiki.ubuntu.com/DebuggingPrintingProblems :

Ubuntu 14.04 LTS 
root@kiki:/sataTBpool/GeneralShare# uname -a
Linux kiki 3.13.0-55-generic #94-Ubuntu SMP Thu Jun 18 00:27:10 UTC 2015 x86_64 
x86_64 x86_64 GNU/Linux

root@kiki:/sataTBpool/GeneralShare# lsb_release -rd
Description:Ubuntu 14.04.2 LTS
Release:14.04

Printer Model: 
HP Color LaserJet 2600n

Error log attached separately for viewing.  No errors found in my
reviews of the logs.  Job 158 is the prime example that I am attaching
here on this situation not working.

Input file is copied from /var/spool/cups.

root@kiki:/sataTBpool/GeneralShare# file d00158-001
d00158-001: PDF document, version 1.7

If I run pdftops from 
Attempts to send this directly using unfiltered printing doesn't work or 
psdebug or raw or changing the default renderer.  

If I install the pdftops, pstops and pstopdf files from poppler-utils and run 
them like this:
pdftops filein filein.ps
pstops filein.ps filein-new.ps
pstopdf filein-new.ps filein-new.pdf
Then this PDF prints fine.   

Also if I install the hp-plugin driver it works fine.


How can we fix this so this PDF can print successfully when sent through CUPS 
standard suite?

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: cups 1.7.2-0ubuntu1.6
ProcVersionSignature: Ubuntu 3.13.0-55.94-generic 3.13.11-ckt20
Uname: Linux 3.13.0-55-generic x86_64
NonfreeKernelModules: zfs zunicode zcommon znvpair zavl
ApportVersion: 2.14.1-0ubuntu3.11
Architecture: amd64
Date: Sun Jul  5 15:52:19 2015
InstallationDate: Installed on 2015-01-17 (168 days ago)
InstallationMedia: Ubuntu-Server 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.3)
Lpstat:
 device for Color_lj2600n_kiki: socket://192.168.69.60
 device for ColorLaserJet-HPPlugin: 
hp:/net/HP_Color_LaserJet_2600n?ip=192.168.69.60
 device for HP_LaserJet_1200_kiki: hp:/usb/HP_LaserJet_1200?serial=00CNBQ127192
Lsusb:
 Bus 001 Device 003: ID 1058:1100 Western Digital Technologies, Inc. 
 Bus 001 Device 002: ID 1058:1001 Western Digital Technologies, Inc. External 
Hard Disk [Elements]
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
MachineType: NVIDIA MCP55S
Papersize: letter
PpdFiles:
 Color_lj2600n_kiki: HP Color LaserJet 2600n Foomatic/foo2hp (recommended)
 ColorLaserJet-HPPlugin: HP Color LaserJet 2600n, hpcups 3.14.3, requires 
proprietary plugin
 HP_LaserJet_1200_kiki: HP LaserJet 1200 - CUPS+Gutenprint v5.2.10-pre2
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-55-generic 
root=/dev/mapper/hostname--vg-root ro
SourcePackage: cups
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 11/15/2007
dmi.bios.vendor: ARIMA CORPORATION.
dmi.bios.version: NM46X 1.08
dmi.board.name: MCP55S
dmi.board.vendor: NVIDIA
dmi.board.version: REFERENCE
dmi.chassis.asset.tag: N/A
dmi.chassis.type: 23
dmi.chassis.vendor: AMD
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnARIMACORPORATION.:bvrNM46X1.08:bd11/15/2007:svnNVIDIA:pnMCP55S:pvrREFERENCE:rvnNVIDIA:rnMCP55S:rvrREFERENCE:cvnAMD:ct23:cvrN/A:
dmi.product.name: MCP55S
dmi.product.version: REFERENCE
dmi.sys.vendor: NVIDIA

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


** Tags: amd64 apparmor apport-bug third-party-packages trusty

** Attachment added: PDF saved to CUPS spool directory
   https://bugs.launchpad.net/bugs/1471602/+attachment/4424662/+files/d00158-001

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

Title:
  Google Docs print not working on CUPs

Status in cups package in Ubuntu:
  New

Bug description:
  HP Color LaserJet 2600N prints majority of files fine from Google,
  PDFs etc.   Example job of uploaded Word doc, converted to Google Doc
  then printed to CUPs doesn't print and there are no errors in the logs
  from the print job.

  Current configuration answering questions from
  https://wiki.ubuntu.com/DebuggingPrintingProblems :

  Ubuntu 14.04 LTS 
  root@kiki:/sataTBpool/GeneralShare# uname -a
  Linux kiki 3.13.0-55-generic #94-Ubuntu SMP Thu Jun 18 00:27:10 UTC 2015 
x86_64 x86_64 x86_64 GNU/Linux

  root@kiki:/sataTBpool/GeneralShare# lsb_release -rd
  Description:Ubuntu 14.04.2 LTS
  Release:14.04

  Printer Model: 
  HP Color LaserJet 2600n

  Error log attached separately for viewing.  No errors found in my
  reviews of the logs.  Job 158 is the prime example that I am attaching
  here on this situation not working.

  Input file is 

[Desktop-packages] [Bug 1471602] Re: Google Docs print not working on CUPs

2015-07-05 Thread Ian
Attaching the error_log file for review

** Attachment added: error_log file from cups tree
   
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1471602/+attachment/4424677/+files/error_log.zip

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

Title:
  Google Docs print not working on CUPs

Status in cups package in Ubuntu:
  New

Bug description:
  HP Color LaserJet 2600N prints majority of files fine from Google,
  PDFs etc.   Example job of uploaded Word doc, converted to Google Doc
  then printed to CUPs doesn't print and there are no errors in the logs
  from the print job.

  Current configuration answering questions from
  https://wiki.ubuntu.com/DebuggingPrintingProblems :

  Ubuntu 14.04 LTS 
  root@kiki:/sataTBpool/GeneralShare# uname -a
  Linux kiki 3.13.0-55-generic #94-Ubuntu SMP Thu Jun 18 00:27:10 UTC 2015 
x86_64 x86_64 x86_64 GNU/Linux

  root@kiki:/sataTBpool/GeneralShare# lsb_release -rd
  Description:Ubuntu 14.04.2 LTS
  Release:14.04

  Printer Model: 
  HP Color LaserJet 2600n

  Error log attached separately for viewing.  No errors found in my
  reviews of the logs.  Job 158 is the prime example that I am attaching
  here on this situation not working.

  Input file is copied from /var/spool/cups.

  root@kiki:/sataTBpool/GeneralShare# file d00158-001
  d00158-001: PDF document, version 1.7

  If I run pdftops from 
  Attempts to send this directly using unfiltered printing doesn't work or 
psdebug or raw or changing the default renderer.  

  If I install the pdftops, pstops and pstopdf files from poppler-utils and run 
them like this:
  pdftops filein filein.ps
  pstops filein.ps filein-new.ps
  pstopdf filein-new.ps filein-new.pdf
  Then this PDF prints fine.   

  Also if I install the hp-plugin driver it works fine.

  
  How can we fix this so this PDF can print successfully when sent through CUPS 
standard suite?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: cups 1.7.2-0ubuntu1.6
  ProcVersionSignature: Ubuntu 3.13.0-55.94-generic 3.13.11-ckt20
  Uname: Linux 3.13.0-55-generic x86_64
  NonfreeKernelModules: zfs zunicode zcommon znvpair zavl
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  Date: Sun Jul  5 15:52:19 2015
  InstallationDate: Installed on 2015-01-17 (168 days ago)
  InstallationMedia: Ubuntu-Server 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.3)
  Lpstat:
   device for Color_lj2600n_kiki: socket://192.168.69.60
   device for ColorLaserJet-HPPlugin: 
hp:/net/HP_Color_LaserJet_2600n?ip=192.168.69.60
   device for HP_LaserJet_1200_kiki: 
hp:/usb/HP_LaserJet_1200?serial=00CNBQ127192
  Lsusb:
   Bus 001 Device 003: ID 1058:1100 Western Digital Technologies, Inc. 
   Bus 001 Device 002: ID 1058:1001 Western Digital Technologies, Inc. External 
Hard Disk [Elements]
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: NVIDIA MCP55S
  Papersize: letter
  PpdFiles:
   Color_lj2600n_kiki: HP Color LaserJet 2600n Foomatic/foo2hp (recommended)
   ColorLaserJet-HPPlugin: HP Color LaserJet 2600n, hpcups 3.14.3, requires 
proprietary plugin
   HP_LaserJet_1200_kiki: HP LaserJet 1200 - CUPS+Gutenprint v5.2.10-pre2
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-55-generic 
root=/dev/mapper/hostname--vg-root ro
  SourcePackage: cups
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/15/2007
  dmi.bios.vendor: ARIMA CORPORATION.
  dmi.bios.version: NM46X 1.08
  dmi.board.name: MCP55S
  dmi.board.vendor: NVIDIA
  dmi.board.version: REFERENCE
  dmi.chassis.asset.tag: N/A
  dmi.chassis.type: 23
  dmi.chassis.vendor: AMD
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnARIMACORPORATION.:bvrNM46X1.08:bd11/15/2007:svnNVIDIA:pnMCP55S:pvrREFERENCE:rvnNVIDIA:rnMCP55S:rvrREFERENCE:cvnAMD:ct23:cvrN/A:
  dmi.product.name: MCP55S
  dmi.product.version: REFERENCE
  dmi.sys.vendor: NVIDIA

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

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


[Desktop-packages] [Bug 1264795] Re: Alt+Tab Switcher randomly activates itself

2015-07-05 Thread shz
I have the same behaviour reported in tbe bug with an Asus N550JK with
Ubuntu 15.04.

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

Title:
  Alt+Tab Switcher randomly activates itself

Status in Unity:
  Triaged
Status in compiz package in Ubuntu:
  Incomplete
Status in unity package in Ubuntu:
  Confirmed

Bug description:
  I am running Ubuntu 13.10 on my Macbook Pro 2009 laptop. I cannot find
  a report on this bug when googling it. So I thought I would file the
  bug.

  Literally, the switcher randomly just activates itself, and then the
  icons show in the middle of the screen as per usual. The stranger
  behavior is what happens next:

  1) The switcher might automatically switch to a seemingly random app from the 
selection. 
  2) The switcher will just be displayed, but I cannot actually make it go away 
by clicking on one of the app icons. Instead, it just displays for however long 
it 'feels like,' typically ~5 seconds. 

  So.. That's it. Hope I can get some help :D

  ^___^ 3

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

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


[Desktop-packages] [Bug 1408963] Re: [Xbuntu 14.04, 14.10 and 15.04] Network manager stops working: iwl3945 0000:03:00.0: BSM uCode verification failed at addr ...; wlan0: deauthenticating from... by

2015-07-05 Thread Jeroko
I'm getting this error several times a day,  I've tried switching to
wicd,  reloading the iwl3945,  restart services,  and neither of them
work,  only rebooting solves the problem (for a while).  This basically
makes my laptop unusable. One thing to note is that when I reload
iwl3945,  wpa_supplicant takes over 1 CPU. Is there anything I can help
with to diagnose the problem? How can I revert to a working
configuration?

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

Title:
  [Xbuntu 14.04, 14.10 and 15.04] Network manager stops working: iwl3945
  :03:00.0: BSM uCode verification failed at addr ...; wlan0:
  deauthenticating from... by local choice (Reason: 3=DEAUTH_LEAVING),

Status in linux-firmware package in Ubuntu:
  Confirmed
Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  From time to time, the system loses all wireles networks and kubuntu
  network manager applet goes blank - not even one network is shown. All
  wifi connections are broken. Rebooting fixes the issue, switching to
  WICD on-the-fly enables to continue browsing without rebooting, so it
  seems to be no hardware issue or iwl3945 issue.

  What to expect: stable connections and flawless network managing.
  What happens: so above.

  Further informations about the system, the network configuration, the
  package version can be found in the attachment, also parts of rsyslog
  and dmesg.

  Interesting, according to some helpers, are the following lines:
  dmesg:   wlan0: deauthenticating from 02:26:4d:ac:8f:45 by local choice 
(Reason: 3=DEAUTH_LEAVING)

  lsb_release -a
  No LSB modules are available.
  Distributor ID: Ubuntu
  Description:Ubuntu 14.10
  Release:14.10
  Codename:   utopic

  apt-cache policy network-manager
  network-manager:
    Installiert:   0.9.8.8-0ubuntu28
    Installationskandidat: 0.9.8.8-0ubuntu28
    Versionstabelle:
   *** 0.9.8.8-0ubuntu28 0
  500 http://de.archive.ubuntu.com/ubuntu/ utopic/main amd64 Packages
  100 /var/lib/dpkg/status

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

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


[Desktop-packages] [Bug 1471597] [NEW] MX4 ubuntu version screen won't auto-lock

2015-07-05 Thread maarten klop
Public bug reported:

I'm running 15.04 r2. Initially, the screen locked nicely, but I turned
that off for a while (for USB access etc). Now it's turned back on
again, and it seems not to lock automatically anymore. Due to battery
consumption this is a pretty annoying bug.

I ran powerd-cli test: all passed except the first:

Test: checkForDbusName(test_dbusname, 0, requests, TRUE)
result: FAILED

Attached is the full output and the syslog entries for a period where I
turn on the screen, wait for 2 minutes, and turn it off again. (lock
time is 1 minute. Also doesn't turn off after 1hr)

What does it mean that testdbus_name  is failing? What should happen
when screen autolocks?

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

** Package changed: gnome-desktop3 (Ubuntu) = powerd (Ubuntu)

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

Title:
  MX4 ubuntu version screen won't auto-lock

Status in powerd package in Ubuntu:
  New

Bug description:
  I'm running 15.04 r2. Initially, the screen locked nicely, but I
  turned that off for a while (for USB access etc). Now it's turned back
  on again, and it seems not to lock automatically anymore. Due to
  battery consumption this is a pretty annoying bug.

  I ran powerd-cli test: all passed except the first:

  Test: checkForDbusName(test_dbusname, 0, requests, TRUE)
  result: FAILED

  Attached is the full output and the syslog entries for a period where
  I turn on the screen, wait for 2 minutes, and turn it off again. (lock
  time is 1 minute. Also doesn't turn off after 1hr)

  What does it mean that testdbus_name  is failing? What should happen
  when screen autolocks?

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

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


[Desktop-packages] [Bug 1301401] Re: Remove chat support from Windows Live provider

2015-07-05 Thread Bruno Nova
I think this bug is fixed now, at least for Ubuntu Online Accounts and Empathy.
Check Bug #1432613.

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

Title:
  Remove chat support from Windows Live provider

Status in Chat app, and Telepathy user interface:
  Fix Released
Status in empathy package in Ubuntu:
  Confirmed
Status in gnome-online-accounts package in Ubuntu:
  Confirmed

Bug description:
  From upstream bug report:

  Microsoft has had been planning to drop Windows Live Messenger in favour of
  Skype for quite some time now. See:
   - http://www.bbc.com/news/technology-20222998
   -
  
http://arstechnica.com/information-technology/2013/01/microsoft-messenger-service-not-going-anywhere-just-yet/

  
--

  eduar@envy4:~$ lsb_release -rd
  Description:  Ubuntu Trusty Tahr (development branch)
  Release:  14.04

  eduar@envy4:~$ apt-cache policy empathy
  empathy:
    Instalados: 3.8.6-0ubuntu7
    Candidato:  3.8.6-0ubuntu7
    Tabla de versión:
   *** 3.8.6-0ubuntu7 0
  500 http://co.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
  100 /var/lib/dpkg/status

  eduar@envy4:~$ apt-cache policy telepathy-gabble
  telepathy-gabble:
    Instalados: 0.18.2-1
    Candidato:  0.18.2-1
    Tabla de versión:
   *** 0.18.2-1 0
  500 http://co.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
  100 /var/lib/dpkg/status

  Hello all. I'm trying to setup my Windows Live account (@outlook.com)
  in Empathy. It used to work OK on Ubuntu 12.04.4 64 bits. However, in
  14.04 it doesn't works. When I add an account, it asks me for my
  username and password, I give it permissions to access my data, and
  the account is shown OK on the Online accounts window. However, when
  I go Online, Empathy shows a wheel in the middle, just turning around,
  but nothing else happens. After a while, it gives me a red error
  message x...@outlook.com Network error

  I have the debug in pastebin: http://pastebin.com/8vQdM4Pg

  Thanks!

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: empathy 3.8.6-0ubuntu7
  ProcVersionSignature: Ubuntu 3.13.0-21.43-generic 3.13.8
  Uname: Linux 3.13.0-21-generic x86_64
  ApportVersion: 2.14-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Apr  2 08:41:58 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-03-30 (2 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Beta amd64 (20140326)
  ProcEnviron:
   LANGUAGE=es_CO:es
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=es_CO.UTF-8
   SHELL=/bin/bash
  SourcePackage: empathy
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1468664] Re: Libreoffice crashing the whole session in 15.04

2015-07-05 Thread Patrik Bubák
So Chris, I did as you said, had to re-install the computer for Windows
and go back to Linux (safest way) went through the trouble of almost
breaking my computer due to what seemed as a broken update for my BIOS,
but luckily was only a config reload failure, which I managed to
restore.

The output of the command suggested is:

A2CN36WW(V2.04)
04/30/2015

That's my current (latest) BIOS version, no additional ones provided.

I again attempted to launch any part of Libreoffice, but the same
happens, i.e. I launch Libreoffice  dark screen  system crash  I am
greeted with the login screen again. I get no text on the blank screen.

System fully upgraded, latest kernel, updates, everything.

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

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

Title:
  Libreoffice crashing the whole session in 15.04

Status in xorg package in Ubuntu:
  New

Bug description:
  [Impact]

  I've looked around but couldn't find any bug post related to this
  issue, so I'm posting a new.

  Libreoffice is known to crash the entire session on certain AMD
  configurations, mine happens to be one of them.

  AMD A6-6310 APU w/ AMD Radeon R4 and R5 M230 graphics.

  Libreoffice worked perfect on 14.04.2 last time I checked, on 15.04
  it's unusable due to the crash.

  Whenever it happens I get:

  starting version 219
  [drm:radeon_acpi_init [radeon]] *ERROR* cannot find a backlight controller

  and the whole session crashes.

  [Test case]

  I've tried also other distributions and kernels. Kernel 3.18 on
  Manjaro Xfce seems to be unaffected. Previous versions on Ubuntu as
  well.

  Kernel 3.19.*+ on Ubuntu and Fedora are also affected. Antergos didn't
  even boot from the LiveCD because of this.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-21.21-generic 3.19.8
  Uname: Linux 3.19.0-21-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: GNOME
  Date: Thu Jun 25 10:26:14 2015
  DistUpgraded: Fresh install
  DistroCodename: vivid
  DistroVariant: ubuntu
  ExtraDebuggingInterest: No
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Mullins [Radeon R4/R5 Graphics] 
[1002:9851] (prog-if 00 [VGA controller])
     Subsystem: Lenovo Device [17aa:381a]
  InstallationDate: Installed on 2015-06-20 (4 days ago)
  InstallationMedia: Ubuntu-GNOME 15.04 Vivid Vervet - Release amd64 
(20150422)
  MachineType: LENOVO 80E3
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-21-generic 
root=UUID=db4352a7-efc2-4393-bfe9-7804d7eb71fc ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/08/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: A2CN23WW(V1.05)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Lancer 5B2
  dmi.board.vendor: LENOVO
  dmi.board.version: 31900058 STD
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo G50-45
  dmi.modalias: 
dmi:bvnLENOVO:bvrA2CN23WW(V1.05):bd07/08/2014:svnLENOVO:pn80E3:pvrLenovoG50-45:rvnLENOVO:rnLancer5B2:rvr31900058STD:cvnLENOVO:ct10:cvrLenovoG50-45:
  dmi.product.name: 80E3
  dmi.product.version: Lenovo G50-45
  dmi.sys.vendor: LENOVO
  version.compiz: compiz N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.2-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0-1ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu2.2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
  xserver.bootTime: Sun Jun 21 09:24:57 2015
  xserver.configfile: default
  xserver.errors: RADEON(G0): [XvMC] Failed to initialize extension.
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.17.1-0ubuntu3
  xserver.video_driver: radeon

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

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


[Desktop-packages] [Bug 1453510] Re: crashes or hangs permanently on one site

2015-07-05 Thread LAZA
Works... but needs a lot of time to load some animated GIFs...

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

Title:
  crashes or hangs permanently on one site

Status in firefox package in Ubuntu:
  New

Bug description:
  Crashes only on this site but permanently:

  https://linux-statt-windows.org/topic/160/gifs

  Often there are no pics or gifs, just white fields and Firefox hangs
  a long time...

  Sometimes i'm able to close Firefox but after a restart i have the
  same problem again and again.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: firefox 37.0.2+build1-0ubuntu0.14.04.1
  ProcVersionSignature: Ubuntu 3.16.0-38.52~14.04.1-generic 3.16.7-ckt10
  Uname: Linux 3.16.0-38-generic i686
  AddonCompatCheckDisabled: False
  ApportVersion: 2.14.1-0ubuntu3.10
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0p:   frank  1756 F...m pulseaudio
   /dev/snd/controlC0:  lightdm1315 F pulseaudio
frank  1756 F pulseaudio
  BuildID: 20150417180241
  Channel: Unavailable
  Date: Sun May 10 11:24:59 2015
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  InstallationDate: Installed on 2015-04-27 (12 days ago)
  InstallationMedia: Xubuntu 14.04.2 LTS Trusty Tahr - Release i386 
(20150218.1)
  IpRoute:
   default via 192.168.25.1 dev eth0  proto static 
   192.168.25.0/26 dev eth0  proto kernel  scope link  src 192.168.25.3  metric 
1
  IwConfig:
   lono wireless extensions.
   
   eth0  no wireless extensions.
  Locales: extensions.sqlite corrupt or missing
  Plugins: iTunes Application Detector - 
/usr/lib/mozilla/plugins/librhythmbox-itms-detection-plugin.so 
(rhythmbox-mozilla)
  PrefSources: prefs.js
  ProcEnviron:
   LANGUAGE=de_DE
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  Profiles: Profile0 (Default) - LastVersion=37.0.2/20150417180241 (In use)
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: rhythmbox-mozilla 3.0.2-0ubuntu2
  RfKill:
   
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/09/2010
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7OETC4WW (2.24 )
  dmi.board.name: 8933A32
  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:bvr7OETC4WW(2.24):bd04/09/2010:svnLENOVO:pn8933A32:pvrThinkPadR61:rvnLENOVO:rn8933A32:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 8933A32
  dmi.product.version: ThinkPad R61
  dmi.sys.vendor: LENOVO

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

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


[Desktop-packages] [Bug 1165104] Re: oneconf is only showing the pc you are on in raring and isn't sharing to other machines

2015-07-05 Thread Bruno Nova
Damn, I also meant Vivid instead of Saucy.
(Launchpad comments need an edit button)

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

Title:
  oneconf is only showing the pc you are on in raring and isn't sharing
  to other machines

Status in One Hundred Papercuts:
  Fix Committed
Status in oneconf package in Ubuntu:
  Fix Committed

Bug description:
  [Impact]

  The package synchronization in the Ubuntu Software Center doesn't
  work, and only the current machine is displayed.

  [Test Case]

  At least two computers (or virtual machines) are needed.

  First, enable software sync in both computers, by opening the Ubuntu
  Software Center, then clicking File  Sync Between Computers in the
  menu in each computer. Enter your Ubuntu One credentials if asked.

  Then either use both computers normally for some time (one or two days?) so 
the package sync occurs naturally, or force the sync to happen in both of them 
(faster) by running:
  $ oneconf-query --stop
  $ oneconf-service --debug
  (The --debug flag is not necessary, but useful for debugging)
  Do this for both computers, one at a time.

  Then open the Software Center and click on the Installed Software tab, or 
File  Sync Between Computers.
  If all computer are listed, and if clicking on one of them (except the 
current one) bring up a package comparison, the bug is fixed.
  If not, you may try to force a sync on both computers one last time and check 
again, just to be sure.

  [Regression Potential]

  Oneconf wasn't working as intended, so there's probably no regression
  potential. But it suppose it could impact the stability of Oneconf or
  the Software Center.

  [Original Report]

  In Raring I see only the machince I'm on.  In the precise box beside
  it I see a couple of boxes but not this one.  Please see the
  screenshots attached.

  I have a feeling that some how the sync has broken but I'm not sure
  what technology it is use on the backend.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: oneconf 0.3.3
  ProcVersionSignature: Ubuntu 3.8.0-16.26-generic 3.8.5
  Uname: Linux 3.8.0-16-generic x86_64
  ApportVersion: 2.9.2-0ubuntu5
  Architecture: amd64
  Date: Fri Apr  5 18:18:24 2013
  InstallationDate: Installed on 2013-04-02 (3 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Alpha amd64 (20130402)
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: oneconf
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1312944] Re: Compiz crashes without reason when open the dash

2015-07-05 Thread Bruno Nova
Hmm... Unity/Compiz used to crash a lot for me when using the Dash.
But it hasn't crashed for several weeks in Trusty.
It seems to be rock solid now. It only crashes after tweaking Compiz settings 
or after doing things I shouldn't be doing.
Anyone else with the same experience.

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

Title:
  Compiz crashes without reason when open the dash

Status in compiz package in Ubuntu:
  Confirmed

Bug description:
  I was only with the open Google Chrome browser and when clicking on
  the Dash to open, the system crashes and after some time stopped,
  appeared compiz error.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: compiz 1:0.9.11+14.04.20140409-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] É um diretório: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: 
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  331.38  Wed Jan  8 19:32:30 
PST 2014
   GCC version:  gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Fri Apr 25 18:35:54 2014
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.7, 3.13.0-24-generic, x86_64: installed
   nvidia-331, 331.38, 3.13.0-24-generic, x86_64: installed
  GraphicsCard:
   NVIDIA Corporation GT218 [GeForce 8400 GS Rev. 3] [10de:10c3] (rev a2) 
(prog-if 00 [VGA controller])
 Subsystem: Point of View BV Device [1acc:85d3]
  InstallationDate: Installed on 2014-04-24 (1 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  PackageArchitecture: all
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=c1aa0036-0fb4-42b3-bdd9-ba4dbc914a46 ro quiet splash
  SourcePackage: compiz
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/01/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.20
  dmi.board.name: G41C-GS
  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.:bvrP1.20:bd06/01/2012:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnG41C-GS: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+14.04.20140409-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.52-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.0-4ubuntu5
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.0-4ubuntu5
  version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Fri Apr 25 17:23:33 2014
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   inputSIGMACHIP Usb Mouse  MOUSE, id 8
   inputAT Translated Set 2 keyboard KEYBOARD, id 9
  xserver.errors: open /dev/fb0: No such file or directory
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   
  xserver.version: 2:1.15.1-0ubuntu2

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

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


[Desktop-packages] [Bug 1471610] [NEW] package nvidia-opencl-icd-331-updates (not installed) failed to install/upgrade: paketkonflikt - installerar inte nvidia-opencl-icd-331-updates

2015-07-05 Thread Jonas Olson
Public bug reported:

Ubuntu 14.04.2

jolson@omusikalisk:~$ apt-cache policy nvidia-310-updates
nvidia-310-updates:
  Installerad: (ingen)
  Kandidat:319.60-0ubuntu2
  Versionstabell:
 319.60-0ubuntu2 0
500 http://se.archive.ubuntu.com/ubuntu/ trusty/restricted amd64 
Packages

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: nvidia-opencl-icd-331-updates (not installed)
ProcVersionSignature: Ubuntu 3.13.0-55.94-generic 3.13.11-ckt20
Uname: Linux 3.13.0-55-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.11
Architecture: amd64
Date: Sun Jul  5 23:57:02 2015
DuplicateSignature: package:nvidia-opencl-icd-331-updates:(not 
installed):paketkonflikt - installerar inte nvidia-opencl-icd-331-updates
ErrorMessage: paketkonflikt - installerar inte nvidia-opencl-icd-331-updates
InstallationDate: Installed on 2014-06-06 (394 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
SourcePackage: nvidia-graphics-drivers-331-updates
Title: package nvidia-opencl-icd-331-updates (not installed) failed to 
install/upgrade: paketkonflikt - installerar inte nvidia-opencl-icd-331-updates
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: nvidia-graphics-drivers-331-updates (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package need-duplicate-check trusty

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

Title:
  package nvidia-opencl-icd-331-updates (not installed) failed to
  install/upgrade: paketkonflikt - installerar inte nvidia-opencl-
  icd-331-updates

Status in nvidia-graphics-drivers-331-updates package in Ubuntu:
  New

Bug description:
  Ubuntu 14.04.2

  jolson@omusikalisk:~$ apt-cache policy nvidia-310-updates
  nvidia-310-updates:
Installerad: (ingen)
Kandidat:319.60-0ubuntu2
Versionstabell:
   319.60-0ubuntu2 0
  500 http://se.archive.ubuntu.com/ubuntu/ trusty/restricted amd64 
Packages

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: nvidia-opencl-icd-331-updates (not installed)
  ProcVersionSignature: Ubuntu 3.13.0-55.94-generic 3.13.11-ckt20
  Uname: Linux 3.13.0-55-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  Date: Sun Jul  5 23:57:02 2015
  DuplicateSignature: package:nvidia-opencl-icd-331-updates:(not 
installed):paketkonflikt - installerar inte nvidia-opencl-icd-331-updates
  ErrorMessage: paketkonflikt - installerar inte nvidia-opencl-icd-331-updates
  InstallationDate: Installed on 2014-06-06 (394 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  SourcePackage: nvidia-graphics-drivers-331-updates
  Title: package nvidia-opencl-icd-331-updates (not installed) failed to 
install/upgrade: paketkonflikt - installerar inte nvidia-opencl-icd-331-updates
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331-updates/+bug/1471610/+subscriptions

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


[Desktop-packages] [Bug 12154] Re: Nautilus should have a superuser mode

2015-07-05 Thread Bruno Nova
For those interested, I created a simple Nautilus extension that adds
Open as Administrator and Edit as Administrator entries to the
context menu.

It's in the official Ubuntu and Debian repositories.
Just enable the backports repository and install the nautilus-admin package.

Of course, this doesn't fix this bug! Nautilus really should ask for the
admin password when necessary, but I don't think this will ever be
implemented.

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

Title:
  Nautilus should have a superuser mode

Status in One Hundred Papercuts:
  Confirmed
Status in Nautilus:
  Confirmed
Status in nautilus package in Ubuntu:
  Confirmed

Bug description:
  For the following moves:
  1. can't change permissions of a different user or root.  WHy not 
  implement sudo prompt* here, instead of just Access denied?

  2. can't move files into directories with root control on them, eg., 
  moving azureus from ~ (/home/user) to /opt or /usr/share.  Again, a 
  sudo prompt* should occur here.  Moving files with the terminal is 
  annoying.

  I think I read Red Hat is working on elminating the terminal recently 
  as well...

  *sudo prompt because it's useful for us who use hte option nopasswd 
  in /etc/sudoers :)

  http://bugzilla.gnome.org/show_bug.cgi?id=65058:
  http://bugzilla.gnome.org/show_bug.cgi?id=65058

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

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


[Desktop-packages] [Bug 1375509] Re: endless wireless network key authentication loop

2015-07-05 Thread Dave Stroud
I am running gnome 1504 and having the same problem. I am also using
belkin.I had the same problem on 14.04 but it is much worse on 15.04.A
work around sure would be nice.

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

Title:
  endless wireless network key authentication loop

Status in wpasupplicant package in Ubuntu:
  Confirmed

Bug description:
  Is there a fix regarding the bug with Ubuntu 14.04 where the wireless
  connection continuously asks for the network password, but no matter
  how many times you press connect, it never connects? The password is
  in there. I have to go to network settings and turn the wi-fi on and
  off and it eventually connects, but I should have to do this. I've
  read through hundreds of posts and haven't seen anything.


  %: lsb_release -rd
  Description:  Ubuntu 14.04.1 LTS
  Release:  14.04

  I expected to auto-connect to internet after setting up my network,
  but instead every time I power down and restart, or restart, or wake
  the computer from sleeping the wifi connection is lost and can't
  connect without me turning it on and off over and over again.

  %:lsusb
  Bus 001 Device 003: ID 050d:945a Belkin Components F7D1101 v1 Basic Wireless 
Adapter [Realtek RTL8188SU]


  I'm connected with it right now, but I don't think I should have to
  fiddle with it so much to get it to connect. Any solutions to this?

  Thanks,
  Greg

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

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


[Desktop-packages] [Bug 1465014] Re: after update still vulnerable against LOGJAM

2015-07-05 Thread Haw Loeung
** Bug watch added: Mozilla Bugzilla #1138554
   https://bugzilla.mozilla.org/show_bug.cgi?id=1138554

** Also affects: nss via
   https://bugzilla.mozilla.org/show_bug.cgi?id=1138554
   Importance: Unknown
   Status: Unknown

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

Title:
  after update still vulnerable against LOGJAM

Status in Network Security Services (NSS):
  Unknown
Status in firefox package in Ubuntu:
  Triaged
Status in nss package in Ubuntu:
  Triaged

Bug description:
  Hint: http://www.ubuntu.com/usn/usn-2639-1/

   As a security improvement, this update also modifies OpenSSL
  behaviour to reject DH key sizes below 768 bits, preventing a possible
  downgrade attack. 

  I installed the update but the test site says, i'm still vulnerable (see 
attachted screen shot).
  Site: https://weakdh.org/

  - Xubuntu 15.04  --  up-to-date

  - openSSL 1.0.1f-1ubuntu11.4  --  up-to-date

  - Firefox 38.0+build3-0ubuntu0.15.04.1  --   up-to-date (even there are the 
versions 38.0.5 and 38.0.6 on the mozilla server available)
  - Chromium 43.0.2357.81-0ubuntu0.15.04.1.1170  --  up-to-date

  


  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: openssl 1.0.1f-1ubuntu11.4
  ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
  Uname: Linux 3.19.0-20-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  Date: Sun Jun 14 15:34:46 2015
  InstallationDate: Installed on 2015-05-28 (16 days ago)
  InstallationMedia: Xubuntu 15.04 Vivid Vervet - Release amd64 (20150422.1)
  SourcePackage: openssl
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1453052] Re: X fails to automatically detect ATI radeon RV600 card

2015-07-05 Thread Christopher M. Penalver
Raffaele Candeliere, the issue you are reporting is an upstream one.
Could you please report this problem via
https://bugs.freedesktop.org/enter_bug.cgi?product=xorgcomponent=Driver/Radeon
?

Please provide a direct URL to your bug report once you have made it so
that it may be tracked.

Thank you for your understanding.

** Tags added: wily

** Summary changed:

- X fails to automatically detect ATI radeon RV600 card
+ 1002:9583 [iMac7,1] X fails to automatically detect ATI radeon RV600 card

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

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

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

Title:
  1002:9583 [iMac7,1] X fails to automatically detect ATI radeon RV600
  card

Status in xorg package in Ubuntu:
  Triaged

Bug description:
  Good day.
  I'm testing pure EFI boot capability on my iMac 7.1 (graphic card ATI radeon 
HD2600 pro).
  So far, with Ubuntu 14.10, i've been able to boot directly into a perfectly 
working system using the EFI kernel stub.
  No GRUB, no ELILO, no rEFIND, no boot manager whatsoever! And the result was 
amazing!
  Boot up time reduced to a fraction of the time needed by GRUB, for example, 
Compiz compositing much more quick, smooth and and efficient. I could notice 
even some graphical detail (e.g. Text shadows in the GDM log-in screen) that 
were not present if booting via GRUB.
  The way to accomplished this is simple:
  1) Create a small (40MB or less) HFS+ partition. E.g. # sudo mkfs.hfsplus 
/dev/sdaX -v Ubuntu (EFI-Stub)
  2) Copy to the new partition the files vmlinuz-3.XX.YY-ZZ-generic.efi.signed 
and initrd.img-3.XX.YY-ZZ-generig. Also rename them to vmlinuz.efi and 
initrd.img for sake of simplicity in further command line work. Furthermore, 
Apple's EFI won't boot anything that doesn't end with the .efi extension.
  3) Create a boot entry in the NVRAM using efibootmgr like this: # sudo 
efibootmgr -d /dev/sdX -p Y -c -L Ubuntu 14.04 LTS -l /vmlinuz.efi -u 
root=UUID=b0c4efb9-95b0-4e5d-98e1-8beb43f413c2 ro rootflags=subvol=@  quiet 
splash initrd=\initrd.img
  4) reboot (and enjoy!)

  As i've said, in Ubuntu 14 all this is working fine, but after the upgrade to 
Ubuntu 15, X doesn't start anymore. The system starts up correctly but X 
fails (with error: (EE) No devices detected. (EE) Fatal server error: (EE) no 
screens found) dropping me to a tty console login.
  I'm not shure if it is a X problem or a kernel KMS bug, but i'm more inclined 
to think of a problem with X because i've tried to boot Ubuntu 15.0 with the 
old kernel (3.13/16) and the problem is still there.
  I've also tried to add vt.handoff=7 to the command line args for the 
kernel, like grub does, but the result is even worse. The system freezes 
completely at the moment of starting X.
  Please note also that booting via grub is working. X starts, much more slowly 
but starts. (Actually i'm reporting this bug from the very same system booted 
using GRUB. I have a second HFS+ partition where i installed grub and i can 
access it by holding down the ALT key at power-up)
  Thanks for your work. I really hope that booting directly via EFI stubs will 
grow mature because the performance increase is really big.
  Thanks again.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3
  Uname: Linux 3.19.0-16-generic x86_64
  NonfreeKernelModules: wl
  .tmp.unity.support.test.0:

  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,staticswitcher,workarounds,scale,expo,ezoom,dbus]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Fri May  8 10:20:35 2015
  DistUpgraded: 2015-05-06 18:46:56,830 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl, 6.30.223.248+bdcom, 3.19.0-16-generic, x86_64: installed
   bcmwl, 6.30.223.248+bdcom, 3.19.0-16-lowlatency, x86_64: installed
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] RV630/M76 [Mobility Radeon HD 2600 
XT/2700] [1002:9583] (prog-if 00 [VGA controller])
     Subsystem: Apple Inc. iMac 7,1 [106b:0083]
  InstallationDate: Installed on 2013-10-27 (557 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MachineType: Apple Inc. iMac7,1
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=it_IT.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-16-generic.efi.signed 
root=UUID=b0c4efb9-95b0-4e5d-98e1-8beb43f413c2 ro 

[Desktop-packages] [Bug 1456616] Re: unable to rotate a pdf coming from Firefox (Google maps)

2015-07-05 Thread Bug Watch Updater
Launchpad has imported 1 comments from the remote bug at
https://bugs.freedesktop.org/show_bug.cgi?id=91235.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2015-07-05T18:10:00+00:00 madbiologist wrote:

Created attachment 116961
PDF shown incomplete

The attached document is showing only for the first four pages, the
pages from 5 to 16 are shown as blank.

Using:
Evince 3.14.2-0ubuntu2
poppler 0.30.0-0ubuntu1

Opening the document with evince from a terminal gives multiple
instances of:

BAD status: invalid value (typically too big) for the size of the input
(surface, pattern, etc.)

Evince 3.10.3-0ubuntu10.1 with poppler 0.24.5-2ubuntu4.1 used to follow
a pair of the above messages with:

Internal Error: cairo context error: invalid value (typically too big)
for the size of the input (surface, pattern, etc.)0a

Reply at:
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/1456616/comments/5


** Changed in: evince
   Status: Unknown = Confirmed

** Changed in: evince
   Importance: Unknown = Medium

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

Title:
  unable to rotate a pdf coming from Firefox (Google maps)

Status in Evince document viewer:
  Confirmed
Status in evince package in Ubuntu:
  Triaged

Bug description:
  In Firefox, I used maps.google.com to display a map. I made a PDF file of 
this map using 'printing' function in Firefox.
  This document is in landscape format.
  If I try to rotate it, the page become gray without anything.
  Same way, if I try to print it telling to the printer to use landscape 
format, the printer print a white page !

  Everything works well with Okular and the same file.

  Ubuntu 15.04 64 bits
  Evince 3.14.2-0ubuntu2

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

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


[Desktop-packages] [Bug 1465014] Re: after update still vulnerable against LOGJAM

2015-07-05 Thread Bug Watch Updater
** Changed in: nss
   Status: Unknown = Fix Released

** Changed in: nss
   Importance: Unknown = 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/1465014

Title:
  after update still vulnerable against LOGJAM

Status in Network Security Services (NSS):
  Fix Released
Status in firefox package in Ubuntu:
  Triaged
Status in nss package in Ubuntu:
  Triaged

Bug description:
  Hint: http://www.ubuntu.com/usn/usn-2639-1/

   As a security improvement, this update also modifies OpenSSL
  behaviour to reject DH key sizes below 768 bits, preventing a possible
  downgrade attack. 

  I installed the update but the test site says, i'm still vulnerable (see 
attachted screen shot).
  Site: https://weakdh.org/

  - Xubuntu 15.04  --  up-to-date

  - openSSL 1.0.1f-1ubuntu11.4  --  up-to-date

  - Firefox 38.0+build3-0ubuntu0.15.04.1  --   up-to-date (even there are the 
versions 38.0.5 and 38.0.6 on the mozilla server available)
  - Chromium 43.0.2357.81-0ubuntu0.15.04.1.1170  --  up-to-date

  


  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: openssl 1.0.1f-1ubuntu11.4
  ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
  Uname: Linux 3.19.0-20-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  Date: Sun Jun 14 15:34:46 2015
  InstallationDate: Installed on 2015-05-28 (16 days ago)
  InstallationMedia: Xubuntu 15.04 Vivid Vervet - Release amd64 (20150422.1)
  SourcePackage: openssl
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1471605] Re: package modemmanager 1.4.8-1 failed to install/upgrade: il sottoprocesso installato script di post-installation ha restituito lo stato di errore 100

2015-07-05 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package modemmanager 1.4.8-1 failed to install/upgrade: il
  sottoprocesso installato script di post-installation ha restituito lo
  stato di errore 100

Status in modemmanager package in Ubuntu:
  New

Bug description:
  I just upgraded ubuntu to version 15.10 and I found this problem.

  ProblemType: Package
  DistroRelease: Ubuntu 15.10
  Package: modemmanager 1.4.8-1
  ProcVersionSignature: Ubuntu 3.19.0-22.22-generic 3.19.8-ckt1
  Uname: Linux 3.19.0-22-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.17.3-0ubuntu4
  Architecture: amd64
  Date: Sun Jul  5 16:27:37 2015
  DuplicateSignature: package:modemmanager:1.4.8-1:il sottoprocesso installato 
script di post-installation ha restituito lo stato di errore 100
  ErrorMessage: il sottoprocesso installato script di post-installation ha 
restituito lo stato di errore 100
  InstallationDate: Installed on 2015-02-02 (153 days ago)
  InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
  RelatedPackageVersions:
   dpkg 1.17.25ubuntu1
   apt  1.0.9.10ubuntu1
  SourcePackage: modemmanager
  Title: package modemmanager 1.4.8-1 failed to install/upgrade: il 
sottoprocesso installato script di post-installation ha restituito lo stato di 
errore 100
  UpgradeStatus: Upgraded to wily on 2015-07-05 (0 days ago)

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

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


[Desktop-packages] [Bug 1471610] Re: package nvidia-opencl-icd-331-updates (not installed) failed to install/upgrade: paketkonflikt - installerar inte nvidia-opencl-icd-331-updates

2015-07-05 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package nvidia-opencl-icd-331-updates (not installed) failed to
  install/upgrade: paketkonflikt - installerar inte nvidia-opencl-
  icd-331-updates

Status in nvidia-graphics-drivers-331-updates package in Ubuntu:
  New

Bug description:
  Ubuntu 14.04.2

  jolson@omusikalisk:~$ apt-cache policy nvidia-310-updates
  nvidia-310-updates:
Installerad: (ingen)
Kandidat:319.60-0ubuntu2
Versionstabell:
   319.60-0ubuntu2 0
  500 http://se.archive.ubuntu.com/ubuntu/ trusty/restricted amd64 
Packages

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: nvidia-opencl-icd-331-updates (not installed)
  ProcVersionSignature: Ubuntu 3.13.0-55.94-generic 3.13.11-ckt20
  Uname: Linux 3.13.0-55-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  Date: Sun Jul  5 23:57:02 2015
  DuplicateSignature: package:nvidia-opencl-icd-331-updates:(not 
installed):paketkonflikt - installerar inte nvidia-opencl-icd-331-updates
  ErrorMessage: paketkonflikt - installerar inte nvidia-opencl-icd-331-updates
  InstallationDate: Installed on 2014-06-06 (394 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  SourcePackage: nvidia-graphics-drivers-331-updates
  Title: package nvidia-opencl-icd-331-updates (not installed) failed to 
install/upgrade: paketkonflikt - installerar inte nvidia-opencl-icd-331-updates
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331-updates/+bug/1471610/+subscriptions

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


[Desktop-packages] [Bug 1240198] Re: [SRU]Wrong keyboard layout active after booting into desktop

2015-07-05 Thread Bruno Nova
Has the proposed package fixed the issue or not?
FM33 reported in comment #71 that it fixed it, but in comment #74 he says that 
it wasn't fixed after all, I think.

I haven't tested it, but I don't think the proposed package will fix the issue.
From the diffs, it's missing one important change from my merge request: the 
line added to debian/ibus.install that makes the file 
data/dconf/10_ibus.gschema.override be installed, which is the file that 
fixes this. Unless there's something else going on.
Could an Ubuntu developer look into this?

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

Title:
  [SRU]Wrong keyboard layout active after booting into desktop

Status in ibus package in Ubuntu:
  Fix Released
Status in indicator-keyboard package in Ubuntu:
  Won't Fix
Status in ibus source package in Trusty:
  Fix Committed
Status in indicator-keyboard source package in Trusty:
  Won't Fix

Bug description:
  [Impact]

  When first boot into Unity desktop, English keyboard layout is active
  while all other parts of the system language settings are set to
  another language (e.g. German).

  The bug is properly addressed in newer upstream releases in Vivid, but
  the changes is too intrusive and not suitable for being back ported in
  SRU. And changing the default to use system keyboard layout solves the
  problem.

  [Test Case]

  1. Set the system language to something other than English, e.g. German.
  2. Create a new user, log in to the Unity desktop of the new user.
  3. Check the keyboard layout, it should be German instead of English.

  [Regression Potential]

  Since this changes the default value of the keyboard layout settings
  by using system defined as default, it avoids using ibus's built-in
  keyboard layout related functionality, so that this could be a
  regression for users rely on this certain behavior (e.g. use English
  keyboard while want to keep the system language settings to German),
  but such behavior is not expected for normal usage.

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

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


[Desktop-packages] [Bug 1468664] Re: Libreoffice crashing the whole session in 15.04

2015-07-05 Thread Christopher M. Penalver
Patrik Bubák, just to clarify, would you have a crash file in /var/crash
after the session crashes?

** Tags removed: bios-outdated-36
** Tags added: latest-bios-36

** Description changed:

- [Impact]
- 
- I've looked around but couldn't find any bug post related to this issue,
- so I'm posting a new.
- 
- Libreoffice is known to crash the entire session on certain AMD
- configurations, mine happens to be one of them.
- 
- AMD A6-6310 APU w/ AMD Radeon R4 and R5 M230 graphics.
- 
- Libreoffice worked perfect on 14.04.2 last time I checked, on 15.04 it's
- unusable due to the crash.
- 
- Whenever it happens I get:
- 
+ In 15.04 when opening Libreoffice I get:
  starting version 219
  [drm:radeon_acpi_init [radeon]] *ERROR* cannot find a backlight controller
  
  and the whole session crashes.
  
- [Test case]
- 
- I've tried also other distributions and kernels. Kernel 3.18 on Manjaro
- Xfce seems to be unaffected. Previous versions on Ubuntu as well.
- 
- Kernel 3.19.*+ on Ubuntu and Fedora are also affected. Antergos didn't
- even boot from the LiveCD because of this.
+ Libreoffice worked perfect on 14.04.2.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-21.21-generic 3.19.8
  Uname: Linux 3.19.0-21-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: GNOME
  Date: Thu Jun 25 10:26:14 2015
  DistUpgraded: Fresh install
  DistroCodename: vivid
  DistroVariant: ubuntu
  ExtraDebuggingInterest: No
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Mullins [Radeon R4/R5 Graphics] 
[1002:9851] (prog-if 00 [VGA controller])
     Subsystem: Lenovo Device [17aa:381a]
  InstallationDate: Installed on 2015-06-20 (4 days ago)
  InstallationMedia: Ubuntu-GNOME 15.04 Vivid Vervet - Release amd64 
(20150422)
  MachineType: LENOVO 80E3
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-21-generic 
root=UUID=db4352a7-efc2-4393-bfe9-7804d7eb71fc ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/08/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: A2CN23WW(V1.05)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Lancer 5B2
  dmi.board.vendor: LENOVO
  dmi.board.version: 31900058 STD
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo G50-45
  dmi.modalias: 
dmi:bvnLENOVO:bvrA2CN23WW(V1.05):bd07/08/2014:svnLENOVO:pn80E3:pvrLenovoG50-45:rvnLENOVO:rnLancer5B2:rvr31900058STD:cvnLENOVO:ct10:cvrLenovoG50-45:
  dmi.product.name: 80E3
  dmi.product.version: Lenovo G50-45
  dmi.sys.vendor: LENOVO
  version.compiz: compiz N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.2-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0-1ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu2.2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
  xserver.bootTime: Sun Jun 21 09:24:57 2015
  xserver.configfile: default
  xserver.errors: RADEON(G0): [XvMC] Failed to initialize extension.
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.17.1-0ubuntu3
  xserver.video_driver: radeon

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

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

** Summary changed:

- Libreoffice crashing the whole session in 15.04
+ Whole session crashes after opening LibreOffice in 15.04

** Description changed:

  In 15.04 when opening Libreoffice I get:
  starting version 219
  [drm:radeon_acpi_init [radeon]] *ERROR* cannot find a backlight controller
  
  and the whole session crashes.
  
- Libreoffice worked perfect on 14.04.2.
+ The session didn't crash in 14.04.2.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-21.21-generic 3.19.8
  Uname: Linux 3.19.0-21-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: GNOME
  Date: Thu Jun 25 10:26:14 2015
  DistUpgraded: Fresh install
  DistroCodename: vivid
  DistroVariant: ubuntu
  ExtraDebuggingInterest: No
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Mullins [Radeon R4/R5 Graphics] 
[1002:9851] (prog-if 00 [VGA 

[Desktop-packages] [Bug 1465377] Re: Change login while other user is logged in: sometimes crashes/freezes/hangs

2015-07-05 Thread LaunchpadUser
I don't see any point doing such a risky thing like updating a bios!
This bug I described is for years in Ubuntu - with 6 different computers
(2 * 3), different CPUs, different chipsets, different graphics cards,
different RAM, etc.! I does not have to do anything with the BIOS.

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

Title:
  Change login while other user is logged in: sometimes
  crashes/freezes/hangs

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  When trying to login with a user account while another user is already
  logged in, Ubuntu sometimes crashes/hanges/freezes!

  This bug exists for many years, so for many Ubuntu versions - even in
  the latest LTS versions with fresh standard installation (Unity), 64
  Bit. During the years of this bug, I had different computers
  (hardware) with different graphics cards (nVidia, AMD) different
  Ubuntus (32 Bit, 64 Bit, LTS, non-LTS). This bug bugs us for so many
  years because we have two computers (exchanged every couple of years
  with fresh Ubuntu installations) that each has multiple login accounts
  (for all family members). Every once in a while one user wants to
  login while another is already logged in. The login screen allowws to
  login while another user is logged in, so this should basically work.
  Other scenario is, the the logged in user simple loggs in to another
  user via the system menu (top right).

  The results are miscellanious: sometimes it works, sometimes, the
  graphics get distorted, sometimes, the screen just turns black
  (sometimes with a white cursopr line blinking), sometimes it freezes,
  sometimes it crashes. All in all: it's very unstable and buggy.

  Last messages in /var/log/kernel.log:

  -
  ...
  Jun 15 19:53:11 PC-M kernel: [   17.365242] type=1400 
audit(1434390791.618:8): apparmor=STATUS operation=profile_load 
profile=unconfined name=/usr/lib/cups/backend/cups-pdf pid=867 
comm=apparmor_parser
  Jun 15 19:53:11 PC-M kernel: [   17.365253] type=1400 
audit(1434390791.618:9): apparmor=STATUS operation=profile_load 
profile=unconfined name=/usr/sbin/cupsd pid=867 comm=apparmor_parser
  Jun 15 19:53:11 PC-M kernel: [   17.365575] type=1400 
audit(1434390791.618:10): apparmor=STATUS operation=profile_replace 
profile=unconfined name=/usr/sbin/cupsd pid=867 comm=apparmor_parser
  Jun 15 19:53:11 PC-M kernel: [   17.417132] r8169 :01:00.0 eth0: link down
  Jun 15 19:53:11 PC-M kernel: [   17.417157] r8169 :01:00.0 eth0: link down
  Jun 15 19:53:11 PC-M kernel: [   17.417203] IPv6: ADDRCONF(NETDEV_UP): eth0: 
link is not ready
  Jun 15 19:53:11 PC-M kernel: [   17.417589] IPv6: ADDRCONF(NETDEV_UP): eth0: 
link is not ready
  Jun 15 19:53:11 PC-M kernel: [   17.429647] type=1400 
audit(1434390791.682:11): apparmor=STATUS operation=profile_load 
profile=unconfined name=/usr/lib/lightdm/lightdm-guest-session pid=923 
comm=apparmor_parser
  Jun 15 19:53:12 PC-M kernel: [   18.455730] fglrx_pci :00:01.0: irq 86 
for MSI/MSI-X
  Jun 15 19:53:12 PC-M kernel: [   18.456922] 6[fglrx] Firegl kernel thread 
PID: 1358
  Jun 15 19:53:12 PC-M kernel: [   18.457010] 6[fglrx] Firegl kernel thread 
PID: 1359
  Jun 15 19:53:12 PC-M kernel: [   18.457112] 6[fglrx] Firegl kernel thread 
PID: 1360
  Jun 15 19:53:12 PC-M kernel: [   18.457222] 6[fglrx] IRQ 86 Enabled
  Jun 15 19:53:12 PC-M kernel: [   18.465425] 6[fglrx] Reserved FB block: 
Shared offset:0, size:100 
  Jun 15 19:53:12 PC-M kernel: [   18.465427] 6[fglrx] Reserved FB block: 
Unshared offset:f9b4000, size:4000 
  Jun 15 19:53:12 PC-M kernel: [   18.465429] 6[fglrx] Reserved FB block: 
Unshared offset:f9b8000, size:548000 
  Jun 15 19:53:12 PC-M kernel: [   18.465430] 6[fglrx] Reserved FB block: 
Unshared offset:ff0, size:10 
  Jun 15 19:53:12 PC-M kernel: [   18.465431] 6[fglrx] Reserved FB block: 
Unshared offset:7ffd7000, size:29000 
  Jun 15 19:53:12 PC-M kernel: [   18.520520] 6[fglrx] ATIF platform detected 
with notification ID: 0x81
  Jun 15 19:53:13 PC-M kernel: [   18.962467] 
3[fglrx:IRQMGR_callback_hifreq_interrupt] *ERROR* irqSourceID = 0x6400 is 
unknown
  Jun 15 19:53:13 PC-M kernel: [   19.553859] r8169 :01:00.0 eth0: link up
  Jun 15 19:53:13 PC-M kernel: [   19.553876] IPv6: ADDRCONF(NETDEV_CHANGE): 
eth0: link becomes ready
  Jun 15 19:53:41 PC-M kernel: [   47.439360] audit_printk_skb: 153 callbacks 
suppressed
  Jun 15 19:53:41 PC-M kernel: [   47.439363] type=1400 
audit(1434390821.722:63): apparmor=STATUS operation=profile_replace 
profile=unconfined name=/usr/lib/cups/backend/cups-pdf pid=3231 
comm=apparmor_parser
  Jun 15 19:53:41 PC-M kernel: [   47.439370] type=1400 
audit(1434390821.722:64): apparmor=STATUS operation=profile_replace 
profile=unconfined name=/usr/sbin/cupsd pid=3231 comm=apparmor_parser
  Jun 15 19:53:41 PC-M kernel: [   47.439688] 

[Desktop-packages] [Bug 1453510] Re: crashes or hangs permanently on one site

2015-07-05 Thread madbiologist
Yes, it takes a little while to load the page here too, but there are a
LOT of animated GIFs on that page.  Chromium loads the page a bit
faster, but not instantly.

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

Title:
  crashes or hangs permanently on one site

Status in firefox package in Ubuntu:
  New

Bug description:
  Crashes only on this site but permanently:

  https://linux-statt-windows.org/topic/160/gifs

  Often there are no pics or gifs, just white fields and Firefox hangs
  a long time...

  Sometimes i'm able to close Firefox but after a restart i have the
  same problem again and again.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: firefox 37.0.2+build1-0ubuntu0.14.04.1
  ProcVersionSignature: Ubuntu 3.16.0-38.52~14.04.1-generic 3.16.7-ckt10
  Uname: Linux 3.16.0-38-generic i686
  AddonCompatCheckDisabled: False
  ApportVersion: 2.14.1-0ubuntu3.10
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0p:   frank  1756 F...m pulseaudio
   /dev/snd/controlC0:  lightdm1315 F pulseaudio
frank  1756 F pulseaudio
  BuildID: 20150417180241
  Channel: Unavailable
  Date: Sun May 10 11:24:59 2015
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  InstallationDate: Installed on 2015-04-27 (12 days ago)
  InstallationMedia: Xubuntu 14.04.2 LTS Trusty Tahr - Release i386 
(20150218.1)
  IpRoute:
   default via 192.168.25.1 dev eth0  proto static 
   192.168.25.0/26 dev eth0  proto kernel  scope link  src 192.168.25.3  metric 
1
  IwConfig:
   lono wireless extensions.
   
   eth0  no wireless extensions.
  Locales: extensions.sqlite corrupt or missing
  Plugins: iTunes Application Detector - 
/usr/lib/mozilla/plugins/librhythmbox-itms-detection-plugin.so 
(rhythmbox-mozilla)
  PrefSources: prefs.js
  ProcEnviron:
   LANGUAGE=de_DE
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  Profiles: Profile0 (Default) - LastVersion=37.0.2/20150417180241 (In use)
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: rhythmbox-mozilla 3.0.2-0ubuntu2
  RfKill:
   
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/09/2010
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7OETC4WW (2.24 )
  dmi.board.name: 8933A32
  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:bvr7OETC4WW(2.24):bd04/09/2010:svnLENOVO:pn8933A32:pvrThinkPadR61:rvnLENOVO:rn8933A32:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 8933A32
  dmi.product.version: ThinkPad R61
  dmi.sys.vendor: LENOVO

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

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


[Desktop-packages] [Bug 1375509] Re: endless wireless network key authentication loop

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

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

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

Title:
  endless wireless network key authentication loop

Status in wpasupplicant package in Ubuntu:
  Confirmed

Bug description:
  Is there a fix regarding the bug with Ubuntu 14.04 where the wireless
  connection continuously asks for the network password, but no matter
  how many times you press connect, it never connects? The password is
  in there. I have to go to network settings and turn the wi-fi on and
  off and it eventually connects, but I should have to do this. I've
  read through hundreds of posts and haven't seen anything.


  %: lsb_release -rd
  Description:  Ubuntu 14.04.1 LTS
  Release:  14.04

  I expected to auto-connect to internet after setting up my network,
  but instead every time I power down and restart, or restart, or wake
  the computer from sleeping the wifi connection is lost and can't
  connect without me turning it on and off over and over again.

  %:lsusb
  Bus 001 Device 003: ID 050d:945a Belkin Components F7D1101 v1 Basic Wireless 
Adapter [Realtek RTL8188SU]


  I'm connected with it right now, but I don't think I should have to
  fiddle with it so much to get it to connect. Any solutions to this?

  Thanks,
  Greg

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

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


[Desktop-packages] [Bug 1432194] Re: Graphics unstable on Ubuntu 14.04 and 14.10 using Intel HD Graphics 5500

2015-07-05 Thread Luke Darnell
I can confirm that this bug is fixed with
2:2.99.914-1~exp1ubuntu4.5~trusty1 of xserver-xorg-video-intel-lts-
utopic

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

Title:
  Graphics unstable on Ubuntu 14.04 and 14.10 using Intel HD Graphics
  5500

Status in X.org xf86-video-intel:
  Unknown
Status in xserver-xorg-video-intel package in Ubuntu:
  Fix Released
Status in xserver-xorg-video-intel-lts-utopic package in Ubuntu:
  Invalid
Status in xserver-xorg-video-intel-lts-utopic source package in Trusty:
  Fix Committed
Status in xserver-xorg-video-intel source package in Utopic:
  Fix Committed

Bug description:
  Trying to achieve: Get a more stable graphics environment up and
  running

  Steps to take:  basic ubtuntu 14.04 install.  Boot up and run for a
  few minutes and then ...

  What happens: After running for a few minutes the graphics gets
  flacky.

  What should happen:  Graphics should not get flaky.

  I have just installed ubuntu 14.04 on my new thinkpad t450s.
  Everything basically works, but something is very flaky about my
  keyboard or display or both.  After running for awhile some apps
  (E.g., thunderbird and sometimes emacs for example) will display
  garbage.  If I refresh by moving the screen around or changing
  buffers/tabs/etc. they can often recover.

  I see that there is an [Intel(R) Graphics Installer for Linux*
  1.0.7](https://01.org/linuxgraphics/downloads/2014/intelr-graphics-
  installer-linux-1.0.7). I am leery about just loading this and running
  it.  Any suggestions about how I should proceed?

  $ sudo lshw -c video
*-display
 description: VGA compatible controller
 product: Broadwell-U Integrated Graphics
 vendor: Intel Corporation
 physical id: 2
 bus info: pci@:00:02.0
 version: 09
 width: 64 bits
 clock: 33MHz
 capabilities: msi pm vga_controller bus_master cap_list rom
 configuration: driver=i915 latency=0
 resources: irq:63 memory:e000-e0ff 
memory:d000-dfff ioport:3000(size=64)
  $ modinfo i915 | head
  filename:   
/lib/modules/3.16.0-31-generic/kernel/drivers/gpu/drm/i915/i915.ko
  license:GPL and additional rights
  description:Intel Graphics
  author: Tungsten Graphics, Inc.
  srcversion: 9929027A8A6F05972AD6986
  alias:  pci:v8086d22B3sv*sd*bc03sc*i*
  alias:  pci:v8086d22B2sv*sd*bc03sc*i*
  alias:  pci:v8086d22B1sv*sd*bc03sc*i*
  alias:  pci:v8086d22B0sv*sd*bc03sc*i*
  alias:  pci:v8086d162Dsv*sd*bc03sc*i*
  $ uname -a
  Linux mypad 3.16.0-31-generic #43~14.04.1-Ubuntu SMP Tue Mar 10 20:13:38 
UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/1432194/+subscriptions

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


[Desktop-packages] [Bug 1471621] [NEW] Untranslated strings shown [Spanish]

2015-07-05 Thread Álex Puchades
Public bug reported:

Some strings in Totem appear untranslated (Movie, Edit, View, Go, Ayuda
 Contents,...). However, there are no untranslated strings in
Launchpad, so it seems like a bug.

OS Version: Ubuntu 15.04
Package version: 3.14.2-0ubuntu2

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

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

Title:
  Untranslated strings shown [Spanish]

Status in totem package in Ubuntu:
  New

Bug description:
  Some strings in Totem appear untranslated (Movie, Edit, View, Go,
  Ayuda  Contents,...). However, there are no untranslated strings in
  Launchpad, so it seems like a bug.

  OS Version: Ubuntu 15.04
  Package version: 3.14.2-0ubuntu2

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

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


[Desktop-packages] [Bug 144276] Re: file chooser: cannot copy, cut, paste, dragdrop, rename, delete

2015-07-05 Thread Bug Watch Updater
** Changed in: gtk
   Status: Confirmed = Fix Released

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

Title:
  file chooser: cannot copy, cut, paste, dragdrop, rename, delete

Status in GTK+ GUI Toolkit:
  Fix Released
Status in One Hundred Papercuts:
  Confirmed
Status in gtk+2.0 package in Ubuntu:
  Triaged

Bug description:
  gtk2.0   2.12.0-1ubuntu1

  some really important features are missing in the gtk filechooser.
  These are the use case:

  Mr. X is saving/opening a file and this might happen:
  1) he needs to rename an existing file because he wants to save the new file 
with the same name, but does not want to loose the old file (SAVE ONLY)
  2) he sees a file, in the current view, that is no more needed, and he wants 
to delete it
  3) he sees a spelling mistake in a filename/dirname
  4) he wants to create a directory to save the new file, but he gives the 
wrong name to it, and wants to rename it (SAVE ONLY)
  5) he sees a file that is not in the correct directory
  6) he creates a new directory to rearrange the current dir, because he has 
lots of files that can be grouped

  now if this happesn, Mr X has to open nautilus to do all these things.
  This is in my opinion not acceptable.

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

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


[Desktop-packages] [Bug 1471586] Re: breaks x11 with some apps with nvidia drivers installed/in use

2015-07-05 Thread dino99
Feedback2

with these 2 files above (1.6.2-1) upgraded, now Files (nautilus) makes
gnome-shell crashing each time to want to switch the opened nautilus to
an other workplace: the command move to a workplace down firstly
freeze then G-S crash and the session is closed, going back to the
session login screen.

Looks like the apps using these 2 clutter files above needs to be
rebuilt with.

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

Title:
  breaks x11 with some apps with nvidia drivers installed/in use

Status in clutter-1.0 package in Ubuntu:
  Confirmed

Bug description:
  Test case *here*  with nvidia mobile gpu (GeForce GT 755M
  Install nvidia drivers (version 346.82) if not already
  Switch to nvidia thru Prime Profiles, log out/in if needed
  Try to open totem or cheese

  What happens - segfaults -  example totem
  (totem:3097): Gdk-ERROR **: The program 'totem' received an X Window System 
error.
  This probably reflects a bug in the program.
  The error was 'BadMatch (invalid parameter attributes)'.
(Details: serial 330 error_code 8 request_code 154 (GLX) minor_code 31)
(Note to programmers: normally, X errors are reported asynchronously;
 that is, you will receive the error a while after causing it.
 To debug your program, run it with the GDK_SYNCHRONIZE environment
 variable to change this behavior. You can then get a meaningful
 backtrace from your debugger if you break on the gdk_x_error() function.)
  Trace/breakpoint trap (core dumped)

  If totem or cheese are started with this then they open correctly - 
  CLUTTER_BACKEND=x11 totem
  or
  CLUTTER_BACKEND=x11 cheese

  (or CLUTTER_BACKEND=x11 in /etc/environment also temp resolves

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: libclutter-1.0-0 1.22.4-1
  ProcVersionSignature: Ubuntu 3.19.0-22.22-generic 3.19.8-ckt1
  Uname: Linux 3.19.0-22-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.17.3-0ubuntu4
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Jul  5 13:56:45 2015
  InstallationDate: Installed on 2015-07-04 (1 days ago)
  InstallationMedia: Ubuntu 15.10 Wily Werewolf - Alpha amd64 (20150704)
  SourcePackage: clutter-1.0
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1450332] Re: Xorg freeze

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

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

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

Title:
  Xorg freeze

Status in xorg package in Ubuntu:
  Expired

Bug description:
  Switching user (i.e. using hotspot at top right of screen) results in
  a blank screen. Not sure which package this applies to.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-51.84-generic 3.13.11-ckt18
  Uname: Linux 3.13.0-51-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.10
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Thu Apr 30 07:53:20 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus:
   virtualbox, 4.3.10, 3.13.0-49-generic, x86_64: installed
   virtualbox, 4.3.10, 3.13.0-51-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0102] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Gigabyte Technology Co., Ltd Device [1458:d000]
  InstallationDate: Installed on 2014-04-25 (369 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  MachineType: Gigabyte Tecohnology Co., Ltd. H61M-S2PV
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-51-generic 
root=UUID=0d248ee7-6e51-4cfd-aa7e-f1963792d493 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/19/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: FA
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: H61M-S2PV
  dmi.board.vendor: INTEL Corporation
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Tecohnology Co., Ltd.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrFA:bd12/19/2011:svnGigabyteTecohnologyCo.,Ltd.:pnH61M-S2PV:pvrTobefilledbyO.E.M.:rvnINTELCorporation:rnH61M-S2PV:rvrTobefilledbyO.E.M.:cvnGigabyteTecohnologyCo.,Ltd.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: H61M-S2PV
  dmi.product.version: To be filled by O.E.M.
  dmi.sys.vendor: Gigabyte Tecohnology Co., Ltd.
  version.compiz: compiz 1:0.9.11.3+14.04.20150122-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1~ubuntu2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.4
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Thu Apr 30 07:50:00 2015
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id   39446 
   vendor XER
  xserver.version: 2:1.15.1-0ubuntu2.7

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

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


[Desktop-packages] [Bug 1471645] Re: [trusty] [regression] chromium-browser crashed with SIGABRT in base::debug::BreakDebugger()

2015-07-05 Thread Daniel Richard G.
The crash is due to AppArmor. Adding the following to the profile for
/usr/lib/chromium-browser/chromium-browser gets things working again:

capability sys_admin,
capability sys_chroot,

owner @{PROC}/[0-9]*/setgroups w,
owner @{PROC}/[0-9]*/gid_map w,
owner @{PROC}/[0-9]*/uid_map w,

@{PROC}/[0-9]*/stat r,

** Attachment removed: BootDmesg.txt
   
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1471645/+attachment/4424858/+files/BootDmesg.txt

** Attachment removed: UdevDb.txt
   
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1471645/+attachment/4424877/+files/UdevDb.txt

** Attachment removed: UdevLog.txt
   
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1471645/+attachment/4424878/+files/UdevLog.txt

** Attachment removed: CurrentDmesg.txt
   
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1471645/+attachment/4424861/+files/CurrentDmesg.txt

** Attachment removed: ProcModules.txt
   
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1471645/+attachment/4424870/+files/ProcModules.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1471645/+attachment/4424869/+files/ProcMaps.txt

** Attachment removed: DiskUsage.txt
   
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1471645/+attachment/4424864/+files/DiskUsage.txt

** Also affects: apparmor (Ubuntu)
   Importance: Undecided
   Status: New

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

** Information type changed from Private to Public

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

Title:
  [trusty] [regression] chromium-browser crashed with SIGABRT in
  base::debug::BreakDebugger()

Status in apparmor package in Ubuntu:
  New
Status in chromium-browser package in Ubuntu:
  Invalid

Bug description:
  This bug report concerns chromium-browser version
  43.0.2357.81-0ubuntu0.14.04.1.1089 in Ubuntu Trusty.

  Previously, this system had 41.0.2272.76-0ubuntu0.14.04.1.1076
  installed, and it worked correctly. Now, after an update, the browser
  crashes immediately upon startup with a SIGABRT. Removing
  ~/.config/chromium/ and ~/.cache/chromium/ does not alleviate the
  problem.

  If run in a terminal, the program produces the following output:

  [8622:8622:0704/015859:FATAL:zygote_host_impl_linux.cc(182)] Check 
failed: process.IsValid(). Failed to launch zygote process
  Aborted (core dumped)

  ProblemType: Crash
  DistroRelease: Ubuntu 14.04
  Package: chromium-browser 43.0.2357.81-0ubuntu0.14.04.1.1089
  ProcVersionSignature: Ubuntu 3.13.0-55.94-generic 3.13.11-ckt20
  Uname: Linux 3.13.0-55-generic i686
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: i386
  CrashCounter: 1
  Date: Sun Jul  5 23:47:06 2015
  Desktop-Session:
   'xubuntu'
   '/etc/xdg/xdg-xubuntu:/usr/share/upstart/xdg:/etc/xdg:/etc/xdg'
   
'/usr/share/xubuntu:/usr/share/xfce4:/usr/local/share/:/usr/share/:/usr/share'
  DetectedPlugins:
   
  Env:
   'None'
   'None'
  ExecutablePath: /usr/lib/chromium-browser/chromium-browser
  InstallationDate: Installed on 2014-10-23 (256 days ago)
  InstallationMedia: Xubuntu 14.04 LTS Trusty Tahr - Release i386 (20140416.2)
  InstalledPlugins:
   
  Load-Avg-1min: 0.44
  Load-Processes-Running-Percent:   0.4%
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: IBM 23739XU
  PccardctlIdent:
   Socket 0:
 no product info available
   Socket 1:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
   Socket 1:
 no card
  ProcCmdline: chromium-browser\ --enable-pinch\ 
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+filebug/aabe74b8-2391-11e5-ad47-d485646cd9a4?field.title=chromium-browser+crashed+with+SIGABRT+in+base%3A%3Adebug%3A%3ABreakDebugger%28%29
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-55-generic 
root=UUID=81f5e3b1-d5da-479e-93bd-d7e6b89cff95 ro forcepae
  Signal: 6
  SourcePackage: chromium-browser
  StacktraceTop:
   base::debug::BreakDebugger() () from 
/usr/lib/chromium-browser/libs/libbase.so
   logging::LogMessage::~LogMessage() () from 
/usr/lib/chromium-browser/libs/libbase.so
   content::ZygoteHostImpl::Init(std::string const) () from 
/usr/lib/chromium-browser/libs/libcontent.so
   content::BrowserMainLoop::EarlyInitialization() () from 
/usr/lib/chromium-browser/libs/libcontent.so
   ?? () from /usr/lib/chromium-browser/libs/libcontent.so
  Title: chromium-browser crashed with SIGABRT in base::debug::BreakDebugger()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm 

[Desktop-packages] [Bug 1230091] Re: [enhancement] Trusted Session surface management (required for appstore app trust model), modal subwindows

2015-07-05 Thread Daniel van Vugt
** Changed in: mir
   Status: Fix Committed = Triaged

** Changed in: unity-mir
   Status: Fix Committed = Triaged

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

Title:
  [enhancement] Trusted Session surface management (required for
  appstore app trust model), modal subwindows

Status in Content sharing/picking infrastructure and service:
  Invalid
Status in Mir:
  Triaged
Status in Unity Mir:
  Triaged
Status in signon package in Ubuntu:
  Invalid
Status in unity-mir package in Ubuntu:
  Confirmed

Bug description:
  (I'm filing this as a bug in order to be able to point other people to
  it, and to track its progress; if there's a blueprint containing this
  task, please let me know)

  Some components (such as the Online Accounts trusted helper) need to
  be able to pop-up a window (typically, a dialog) on top of the running
  application. Such windows should be modal to the application, that is
  the user should not be able to interact with the application while the
  modal window is displayed on top of them. This also means that in the
  task switcher one shouldn't see two windows, but only the topmost
  modal window (and parts of the application window, in case the modal
  window on top is a non-fullscreen dialog).

  For developers, this API already exists in Qt: see 
https://qt-project.org/doc/qt-5.1/qtgui/qwindow.html#fromWinId
  It needs to be implemented in the QPA plugin, so feel free to add the 
relevant projects to the bug report.

  From jdstrand
  This is a hard requirement for application confinement because of our trust 
model-- permission to access sensitive data by AppStore apps is typically 
granted or denied at the time of access (caching the result for later use as 
appropriate), so users have a context for the access being requested. We do 
this instead of throwing up a permissions prompt at installation. However, for 
it to work, trusted helpers like online accounts and location require this 
functionality from unity-mir. A trust-store is also being implemented so other 
services like calendar and contacts can do the same. Because this feature is 
not implemented, the implementation for online accounts, location and the 
trust-store is blocked and appstore apps are therefore able to access these 
services without the user knowing.

To manage notifications about this bug go to:
https://bugs.launchpad.net/content-hub/+bug/1230091/+subscriptions

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


[Desktop-packages] [Bug 1471130] Re: nvidia-331 331.113-0ubuntu0.0.4: nvidia-331 kernel module failed to build

2015-07-05 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1431753 ***
https://bugs.launchpad.net/bugs/1431753

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


** This bug has been marked a duplicate of bug 1431753
   Nvidia binary driver FTBS due to DKMS layer violation

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

Title:
  nvidia-331 331.113-0ubuntu0.0.4: nvidia-331 kernel module failed to
  build

Status in nvidia-graphics-drivers-331 package in Ubuntu:
  New

Bug description:
  nvidia-331 331.113-0ubuntu0.0.4: nvidia-331 kernel module failed to
  build

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: nvidia-331 331.113-0ubuntu0.0.4
  ProcVersionSignature: Ubuntu 3.13.0-48.80-generic 3.13.11-ckt16
  Uname: Linux 3.13.0-48-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  DKMSKernelVersion: 3.13.0-55-generic
  Date: Fri Jul  3 10:30:50 2015
  InstallationDate: Installed on 2014-12-24 (190 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  PackageVersion: 331.113-0ubuntu0.0.4
  SourcePackage: nvidia-graphics-drivers-331
  Title: nvidia-331 331.113-0ubuntu0.0.4: nvidia-331 kernel module failed to 
build
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1471130/+subscriptions

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


[Desktop-packages] [Bug 1470825] Re: Onboard focus with KWin

2015-07-05 Thread Jackson Wiegman
Working great, thanks much!!

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

Title:
  Onboard focus with KWin

Status in Onboard on-screen keyboard:
  Confirmed
Status in onboard package in Ubuntu:
  Confirmed

Bug description:
  Customized Ubuntu 15.04, running KWin via an .xsession call. Using
  Onboard for on-screen keyboard. The keyboard won't get focus unless I
  tap on it twice (or unless I drag into the keyboard, and then tap it).
  In my previous environment I used Compiz and didn't have this
  behaviour, nor do I see it with any other window type.

  Turning debugging on for Onboard it seems to be getting the touch
  events so I am not sure why its not getting focus. Its output for
  example would be:

  Code: Select all
  19:23:08.392 EVENT   TouchInputSource device: XIDevice(id=13 
attachment=2 use=3 touch_mode=1 source=GDK_SOURCE_TOUCHSCREEN name=SYNA7500:00 
06CB:3AF0 vendor=0x06cb product=0x3af0 enabled=1)
  19:23:08.392 EVENT   TouchInput_on_device_event1
  19:23:08.393 EVENT   TouchInput_on_device_event2 2 2
  19:23:08.393 EVENT   TouchInput_on_device_event7 1
  19:23:08.393 EVENT   TouchInput_on_device_event8 True
  19:23:08.393 EVENT   TouchInput_on_device_event10 20971528 
20971707
  19:23:08.393 EVENT   TouchInput_on_device_event11
  19:23:08.394 EVENT   TouchInputDevice event: dev_id=2 src_id=2 
xi_type=7 xid_event=20971528(20971707) x=171.0 y=45.0 x_root=1642.0 
y_root=405.0 button=0 state=0 sequence=0

  
  A little lost and looking for any suggestions!

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

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


[Desktop-packages] [Bug 1471377] Re: [regression] [trusty] chromium-browser crashed with SIGABRT in base::debug::BreakDebugger()

2015-07-05 Thread Daniel Richard G.
*** This bug is a duplicate of bug 1471645 ***
https://bugs.launchpad.net/bugs/1471645

I have configured apport to submit crash traces to Launchpad and have
filed a new report that way.

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

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

Title:
  [regression] [trusty] chromium-browser crashed with SIGABRT in
  base::debug::BreakDebugger()

Status in chromium-browser package in Ubuntu:
  New

Bug description:
  This bug report concerns chromium-browser version
  43.0.2357.81-0ubuntu0.14.04.1.1089 in Ubuntu Trusty.

  Previously, this system had 41.0.2272.76-0ubuntu0.14.04.1.1076
  installed, and it worked correctly. Now, after an update, the browser
  crashes immediately upon startup with a SIGABRT. Removing
  ~/.config/chromium/ and ~/.cache/chromium/ does not alleviate the
  problem.

  If run in a terminal, the program produces the following output:

  [8622:8622:0704/015859:FATAL:zygote_host_impl_linux.cc(182)] Check 
failed: process.IsValid(). Failed to launch zygote process
  Aborted (core dumped)

  I will attach apport information to this bug report shortly.

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

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


[Desktop-packages] [Bug 1471586] Re: breaks x11 with some apps with nvidia drivers installed/in use

2015-07-05 Thread dino99
Also affected on desktop with Totem  Firefox crashing with the same error as 
above.
card: gtx 750 driver: 352 (same problem with 346)

These two apps simply refuse to load, they  crash at the very biginning

** Tags added: i386

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

Title:
  breaks x11 with some apps with nvidia drivers installed/in use

Status in clutter-1.0 package in Ubuntu:
  Confirmed

Bug description:
  Test case *here*  with nvidia mobile gpu (GeForce GT 755M
  Install nvidia drivers (version 346.82) if not already
  Switch to nvidia thru Prime Profiles, log out/in if needed
  Try to open totem or cheese

  What happens - segfaults -  example totem
  (totem:3097): Gdk-ERROR **: The program 'totem' received an X Window System 
error.
  This probably reflects a bug in the program.
  The error was 'BadMatch (invalid parameter attributes)'.
(Details: serial 330 error_code 8 request_code 154 (GLX) minor_code 31)
(Note to programmers: normally, X errors are reported asynchronously;
 that is, you will receive the error a while after causing it.
 To debug your program, run it with the GDK_SYNCHRONIZE environment
 variable to change this behavior. You can then get a meaningful
 backtrace from your debugger if you break on the gdk_x_error() function.)
  Trace/breakpoint trap (core dumped)

  If totem or cheese are started with this then they open correctly - 
  CLUTTER_BACKEND=x11 totem
  or
  CLUTTER_BACKEND=x11 cheese

  (or CLUTTER_BACKEND=x11 in /etc/environment also temp resolves

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: libclutter-1.0-0 1.22.4-1
  ProcVersionSignature: Ubuntu 3.19.0-22.22-generic 3.19.8-ckt1
  Uname: Linux 3.19.0-22-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.17.3-0ubuntu4
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Jul  5 13:56:45 2015
  InstallationDate: Installed on 2015-07-04 (1 days ago)
  InstallationMedia: Ubuntu 15.10 Wily Werewolf - Alpha amd64 (20150704)
  SourcePackage: clutter-1.0
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1471586] Re: breaks x11 with some apps with nvidia drivers installed/in use

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

** Changed in: clutter-1.0 (Ubuntu)
   Status: New = Confirmed

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

Title:
  breaks x11 with some apps with nvidia drivers installed/in use

Status in clutter-1.0 package in Ubuntu:
  Confirmed

Bug description:
  Test case *here*  with nvidia mobile gpu (GeForce GT 755M
  Install nvidia drivers (version 346.82) if not already
  Switch to nvidia thru Prime Profiles, log out/in if needed
  Try to open totem or cheese

  What happens - segfaults -  example totem
  (totem:3097): Gdk-ERROR **: The program 'totem' received an X Window System 
error.
  This probably reflects a bug in the program.
  The error was 'BadMatch (invalid parameter attributes)'.
(Details: serial 330 error_code 8 request_code 154 (GLX) minor_code 31)
(Note to programmers: normally, X errors are reported asynchronously;
 that is, you will receive the error a while after causing it.
 To debug your program, run it with the GDK_SYNCHRONIZE environment
 variable to change this behavior. You can then get a meaningful
 backtrace from your debugger if you break on the gdk_x_error() function.)
  Trace/breakpoint trap (core dumped)

  If totem or cheese are started with this then they open correctly - 
  CLUTTER_BACKEND=x11 totem
  or
  CLUTTER_BACKEND=x11 cheese

  (or CLUTTER_BACKEND=x11 in /etc/environment also temp resolves

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: libclutter-1.0-0 1.22.4-1
  ProcVersionSignature: Ubuntu 3.19.0-22.22-generic 3.19.8-ckt1
  Uname: Linux 3.19.0-22-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.17.3-0ubuntu4
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Jul  5 13:56:45 2015
  InstallationDate: Installed on 2015-07-04 (1 days ago)
  InstallationMedia: Ubuntu 15.10 Wily Werewolf - Alpha amd64 (20150704)
  SourcePackage: clutter-1.0
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1471586] Re: breaks x11 with some apps with nvidia drivers installed/in use

2015-07-05 Thread dino99
Feedback

A few minutes back i've upgraded to :
gir1.2-gtkclutter-1.0 (1.6.0-1) to 1.6.2-1
libclutter-gtk-1.0-0 (1.6.0-1) to 1.6.2-1

and now totem can be opened without getting error

but firefox still refuse to start, with this output:
g_slice_set_config: assertion 'sys_page_size == 0' failed

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

Title:
  breaks x11 with some apps with nvidia drivers installed/in use

Status in clutter-1.0 package in Ubuntu:
  Confirmed

Bug description:
  Test case *here*  with nvidia mobile gpu (GeForce GT 755M
  Install nvidia drivers (version 346.82) if not already
  Switch to nvidia thru Prime Profiles, log out/in if needed
  Try to open totem or cheese

  What happens - segfaults -  example totem
  (totem:3097): Gdk-ERROR **: The program 'totem' received an X Window System 
error.
  This probably reflects a bug in the program.
  The error was 'BadMatch (invalid parameter attributes)'.
(Details: serial 330 error_code 8 request_code 154 (GLX) minor_code 31)
(Note to programmers: normally, X errors are reported asynchronously;
 that is, you will receive the error a while after causing it.
 To debug your program, run it with the GDK_SYNCHRONIZE environment
 variable to change this behavior. You can then get a meaningful
 backtrace from your debugger if you break on the gdk_x_error() function.)
  Trace/breakpoint trap (core dumped)

  If totem or cheese are started with this then they open correctly - 
  CLUTTER_BACKEND=x11 totem
  or
  CLUTTER_BACKEND=x11 cheese

  (or CLUTTER_BACKEND=x11 in /etc/environment also temp resolves

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: libclutter-1.0-0 1.22.4-1
  ProcVersionSignature: Ubuntu 3.19.0-22.22-generic 3.19.8-ckt1
  Uname: Linux 3.19.0-22-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.17.3-0ubuntu4
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Jul  5 13:56:45 2015
  InstallationDate: Installed on 2015-07-04 (1 days ago)
  InstallationMedia: Ubuntu 15.10 Wily Werewolf - Alpha amd64 (20150704)
  SourcePackage: clutter-1.0
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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