[Desktop-packages] [Bug 1251281] Re: gnome-session-flashback/Unity fails to start without hardware acceleration in cloud/remote environments (Forwarded-X/XRDP/VNC/NX/X2GO/Chromoting)

2015-04-29 Thread Dmitry Shachnev
> I cannot type 's' in gnome-terminal - it keeps on opening the
Applications menu.

This is probably bug 1440570 (the Trusty fix is waiting in the queue).

For the rest please open new bugs.

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

Title:
  gnome-session-flashback/Unity fails to start without hardware
  acceleration in cloud/remote environments
  (Forwarded-X/XRDP/VNC/NX/X2GO/Chromoting)

Status in The GNOME 2 Session Manager:
  Fix Released
Status in gnome-session package in Ubuntu:
  Fix Released
Status in gnome-session source package in Trusty:
  Fix Released
Status in gnome-session source package in Utopic:
  Fix Released
Status in gnome-flashback source package in Vivid:
  Fix Released
Status in gnome-session source package in Vivid:
  Fix Released
Status in gnome-session package in Debian:
  New

Bug description:
  == Impact ==
  It was impossible to launch a gnome-session-based desktop on a system where 
hardware accelerations is not available (such as old hardware, or when using a 
remote desktop).

  That looks like a quite popular use case — more than a hundred of
  people marked this bug as affecting them.

  == Test Case ==
  The original bug description below contains a test case.

  == Proposed Fix ==
  The fix backports an upstream commit which adds --disable-acceleration-check 
commandline option, and makes Upstart user session pass that flag to 
gnome-session when the session is gnome-fallback (aka 
gnome-flashback-metacity). Of course, that option can be used with other 
sessions as well.

  This was fixed in vivid in version 3.14.0-2ubuntu4.

  == Regression Potential ==
  The option was accepted upstream, and nobody complained so far. So the 
regression potential should be low.

  This bug will cause static grey or black screen instead of opening
  remote session using Forwarded-X/XRDP/VNC/NX/X2GO/Chromoting from
  x2goclient, rdpclient(reminna/vinagre/mstsc), SSH, VNC, NOMACHINE and
  etc.

  == Original Description ==
  1) lsb_release -rd
  Description:  Ubuntu 14.04 LTS
  Release:  14.04

  2) apt-cache policy gnome-session
  gnome-session:
    Installed: 3.9.90-0ubuntu12
    Candidate: 3.9.90-0ubuntu12
    Version table:
   *** 3.9.90-0ubuntu12 0
  500 http://us.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
  100 /var/lib/dpkg/status

  3) What is expected to happen is when one installs xrdp on the host
  and attempts to use remmina or vinagre on a Ubuntu 14.04 client to RDP
  in, it works.

  4) What happens instead is it shows a gray static screen as per attached 
screenshot. This would appear an issue with gnome-session as per client log:
  cat .xsession-errors.old
  Script for ibus started at run_im.
  Script for auto started at run_im.
  Script for default started at run_im.
  init: indicator-application main process ended, respawning
  init: indicator-application main process ended, respawning
  init: indicator-application respawning too fast, stopped
  Xsession: X session started for  at Sun Jul 20 15:25:59 CDT 2014
  X Error of failed request:  BadValue (integer parameter out of range for 
operation)
    Major opcode of failed request:  109 (X_ChangeHosts)
    Value in failed request:  0x5
    Serial number of failed request:  6
    Current serial number in output stream:  8
  localuser:moniker being added to access control list
  X Error of failed request:  BadValue (integer parameter out of range for 
operation)
    Major opcode of failed request:  109 (X_ChangeHosts)
    Value in failed request:  0x5
    Serial number of failed request:  6
    Current serial number in output stream:  8
  Script for ibus started at run_im.
  Script for auto started at run_im.
  Script for default started at run_im.
  Script for ibus started at run_im.
  Script for auto started at run_im.
  Script for default started at run_im.
  gnome-session-is-accelerated: No composite extension.
  gnome-session-check-accelerated: Helper exited with code 256
  gnome-session-is-accelerated: No composite extension.
  gnome-session-check-accelerated: Helper exited with code 256

  ** (process:2565): WARNING **: software acceleration check failed:
  Child process exited with code 1

  ** (x-session-manager:2565): CRITICAL **: We failed, but the fail
  whale is dead. Sorry

  The following is not a WORKAROUND, create /etc/xorg.conf :
  Section "Device"
     Identifier  "Intel Graphics"
     Driver  "Intel"
     Option  "DRI" "False"
  EndSection

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: gnome-session 3.9.90-0ubuntu12
  ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Jul 20 15:35:23 2014
  InstallationDate: Installed on 2014-06-22 (28 days ago)
  InstallationMedia: Ubuntu 14.04 

[Desktop-packages] [Bug 1449892] [NEW] yuv to rgb translation is faulty for Intel Generation 8 Graphics

2015-04-29 Thread Uwe Koziolek
Public bug reported:

running mplayer or vlc the video output  is incorrect.  There are are 2 line 
steps on edges. 
The problems is known and there is already an upstream fix available.
http://www.spinics.net/lists/intel-gfx/msg65030.html

I have rebuild the driver with git from 2015-04-28, and the video output
is correct now.

The bugfix is for Generation 8 Intel graphics like Intel NUC with Core I5-5250 
and HD6000 grahics in my case.
The used version is Ubuntu vivid amd64.

** Affects: xserver-xorg-video-intel (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  yuv to rgb translation is faulty for Intel Generation 8 Graphics

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

Bug description:
  running mplayer or vlc the video output  is incorrect.  There are are 2 line 
steps on edges. 
  The problems is known and there is already an upstream fix available.
  http://www.spinics.net/lists/intel-gfx/msg65030.html

  I have rebuild the driver with git from 2015-04-28, and the video
  output is correct now.

  The bugfix is for Generation 8 Intel graphics like Intel NUC with Core 
I5-5250 and HD6000 grahics in my case.
  The used version is Ubuntu vivid amd64.

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

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


[Desktop-packages] [Bug 1311257] Re: Wifi cannot connect or unstable after suspend 14.04

2015-04-29 Thread Iwan van Staveren
Same problem on 15.04 on Toshiba T430.

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

Title:
  Wifi cannot connect or unstable after suspend 14.04

Status in gnome-nettool package in Ubuntu:
  Confirmed

Bug description:
  I've tried every solution, such as
  1. editing /etc/pm/config.d to add
   SUSPEND_MODULES="iwlwifi"
  2. editing /etc/modprobe/d/wilwifi.conf to add:
  options iwlwifi bt_coex_active=0
  options iwlwifi 11n_disable=1
  3. running: sudo rmmod iwlwifi && sudo modprobe iwlwifi
  4. stopping, starting, or restarting Network Manager

  Nothing seems to work.  When I had 13.10, my wifi worked without a
  problem, but once I erased it and installed 14.04, wifi will not
  connect after suspend.  Ethernet works fine.  The only way I've found
  to resolve this is to restart my computer.  I have a Lenovo T420.  If
  I try to connect after suspend, it shows the Wifi Networks, tries to
  connect, and  says "Disconnected..." every time.

  ~$ sudo apt-get update; sudo apt-get install hwinfo grep rfkill; sudo lshw -C 
network; rfkill list; sudo iwlist scan | egrep -i 'chan|ssid'; cat 
/etc/network/interfaces; cat /etc/lsb-release; lspci -nnk | grep -iA2 net; 
lsusb; nmcli nm status; sudo lshw -short; uname -a; dmesg | egrep 
'02:00|80211|acx|at76|ath|b43|bcm|brcm|CX|eth|ipw|ireless|irmware|isl|lbtf|orinoco|ndiswrapper|NPE|ound|p54|prism|rror|rtl|rt2|rt3|rt5|rt6|rt7|usb|witch|wl';sudo
 dmidecode|egrep 'anufact|roduct|erial|elease'; iwconfig; cat /etc/modprobe.d/* 
| egrep 
'80211|acx|at76|ath|b43|bcm|brcm|CX|eth|ipw|irmware|isl|lbtf|orinoco|ndiswrapper|NPE|p54|prism|rtl|rt2|rt3|rt6|rt7|wmi|witch|wl';
 cat /var/lib/NetworkManager/NetworkManager.state; sudo hwinfo --netcard ; ps 
-aux|egrep 'wpa|icd|etwork'; netstat -rn ; cat /etc/resolv.conf; ls -lia /boot; 
sudo lsmod
  Ign http://dl.google.com stable InRelease
  Hit http://dl.google.com stable Release.gpg
  Hit http://dl.google.com stable Release
  Hit http://repository.spotify.com stable InRelease
  Ign http://us.archive.ubuntu.com trusty InRelease
  Hit http://dl.google.com stable/main amd64 Packages
  Hit http://dl.google.com stable/main i386 Packages
  Ign http://extras.ubuntu.com trusty InRelease
  Hit http://repository.spotify.com stable/non-free amd64 Packages
  Ign http://security.ubuntu.com trusty-security InRelease
  Ign http://us.archive.ubuntu.com trusty-updates InRelease
  Hit http://repository.spotify.com stable/non-free i386 Packages
  Hit http://extras.ubuntu.com trusty Release.gpg
  Hit http://security.ubuntu.com trusty-security Release.gpg
  Ign http://us.archive.ubuntu.com trusty-backports InRelease
  Hit http://extras.ubuntu.com trusty Release
  Ign http://us.archive.ubuntu.com trusty-proposed InRelease
  Hit http://security.ubuntu.com trusty-security Release
  Hit http://extras.ubuntu.com trusty/main Sources
  Ign http://dl.google.com stable/main Translation-en_US
  Hit http://us.archive.ubuntu.com trusty Release.gpg
  Ign http://dl.google.com stable/main Translation-en
  Hit http://security.ubuntu.com trusty-security/main Sources
  Hit http://extras.ubuntu.com trusty/main amd64 Packages
  Hit http://us.archive.ubuntu.com trusty-updates Release.gpg
  Hit http://security.ubuntu.com trusty-security/restricted Sources
  Hit http://extras.ubuntu.com trusty/main i386 Packages
  Hit http://us.archive.ubuntu.com trusty-backports Release.gpg
  Hit http://security.ubuntu.com trusty-security/universe Sources
  Hit http://us.archive.ubuntu.com trusty-proposed Release.gpg
  Hit http://security.ubuntu.com trusty-security/multiverse Sources
  Hit http://us.archive.ubuntu.com trusty Release
  Ign http://ppa.launchpad.net trusty InRelease
  Hit http://security.ubuntu.com trusty-security/main amd64 Packages
  Hit http://us.archive.ubuntu.com trusty-updates Release
  Ign http://ppa.launchpad.net trusty InRelease
  Hit http://security.ubuntu.com trusty-security/restricted amd64 Packages
  Ign http://repository.spotify.com stable/non-free Translation-en_US
  Hit http://us.archive.ubuntu.com trusty-backports Release
  Ign http://ppa.launchpad.net trusty InRelease
  Ign http://repository.spotify.com stable/non-free Translation-en
  Hit http://security.ubuntu.com trusty-security/universe amd64 Packages
  Hit http://us.archive.ubuntu.com trusty-proposed Release
  Ign http://ppa.launchpad.net trusty InRelease
  Hit http://security.ubuntu.com trusty-security/multiverse amd64 Packages
  Hit http://us.archive.ubuntu.com trusty/main Sources
  Ign http://ppa.launchpad.net trusty InRelease
  Hit http://security.ubuntu.com trusty-security/main i386 Packages
  Hit http://us.archive.ubuntu.com trusty/restricted Sources
  Hit http://ppa.launchpad.net trusty Release.gpg
  Hit http://security.ubuntu.com trusty-security/restricted i386 Packages
  Hit http://ppa.launchpad.net trusty Release.gpg
  Hit http://us.archive.ubuntu.com tr

[Desktop-packages] [Bug 1449899] [NEW] menu bar

2015-04-29 Thread Pranav
Public bug reported:

I found the bug, when i minimized the windows using keyboard shorcut
(ctrl + super + D) the last window title including menu appears there in
menu bar. Which is supposed to show "Ubuntu Desktop "

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: xorg 1:7.7+7ubuntu4
ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
Uname: Linux 3.19.0-15-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.17.2-0ubuntu1
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Wed Apr 29 13:25:35 2015
DistUpgraded: Fresh install
DistroCodename: vivid
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes
GraphicsCard:
 Intel Corporation 82G33/G31 Express Integrated Graphics Controller [8086:29c2] 
(rev 02) (prog-if 00 [VGA controller])
   Subsystem: Dell Device [1028:0220]
   Subsystem: Dell Device [1028:0220]
InstallationDate: Installed on 2015-04-29 (0 days ago)
InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
MachineType: Dell Inc. OptiPlex 330
ProcEnviron:
 LANGUAGE=en_IN:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_IN
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-15-generic 
root=UUID=4c805262-9894-46e7-a8fc-0364fdc85370 ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/20/2007
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A01
dmi.board.name: 0KP561
dmi.board.vendor: Dell Inc.
dmi.chassis.type: 3
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA01:bd12/20/2007:svnDellInc.:pnOptiPlex330:pvr:rvnDellInc.:rn0KP561:rvr:cvnDellInc.:ct3:cvr:
dmi.product.name: OptiPlex 330
dmi.sys.vendor: Dell Inc.
version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.60-2
version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.2-0ubuntu1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0-1ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu2build1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
xserver.bootTime: Wed Apr 29 12:08:10 2015
xserver.configfile: default
xserver.devices:
 inputPower Button KEYBOARD, id 6
 inputPower Button KEYBOARD, id 7
 inputDell Dell USB Keyboard KEYBOARD, id 8
 input USB OPTICAL MOUSE   MOUSE, id 9
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id   40999 
 vendor DEL
xserver.version: 2:1.17.1-0ubuntu3

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


** Tags: amd64 apport-bug compiz-0.9 ubuntu 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/1449899

Title:
  menu bar

Status in xorg package in Ubuntu:
  New

Bug description:
  I found the bug, when i minimized the windows using keyboard shorcut
  (ctrl + super + D) the last window title including menu appears there
  in menu bar. Which is supposed to show "Ubuntu Desktop "

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Wed Apr 29 13:25:35 2015
  DistUpgraded: Fresh install
  DistroCodename: vivid
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 82G33/G31 Express Integrated Graphics Controller 
[8086:29c2] (rev 02) (prog-if 00 [VGA controller])
 Subsystem: Dell Device [1028:0220]
 Subsystem: Dell Device [1028:0220]
  InstallationDate: Installed on 2015-04-29 (0 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: Dell Inc. OptiPlex 330
  ProcEnviron:
   LANGUAGE=en_IN:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_IN
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-15-generic 
root=UUID=4c805262-9894-46e7-a8fc-036

[Desktop-packages] [Bug 1448775] Re: Unable to login after upgrade from 14.10 to 15.04 possible XOrg crash

2015-04-29 Thread Jakub Nietrzeba
** No longer affects: xorg (Ubuntu)

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

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

Title:
  Unable to login after upgrade from 14.10 to 15.04 possible XOrg crash

Status in Compiz:
  New
Status in unity package in Ubuntu:
  New

Bug description:
  After upgrade from working machine with 14.10 to 15.10 I'm unable to
  login. Right after password screen I see loading of desktop and I'm
  returned to password prompt again.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8
  Uname: Linux 3.13.0-39-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,mousepoll,imgpng,unitymtgrabhandles,move,compiztoolbox,place,grid,wall,vpswitch,regex,resize,gnomecompat,snap,session,animation,expo,workarounds,ezoom,fade,scale,unityshell]
  Date: Sun Apr 26 23:07:55 2015
  DistUpgraded: 2015-04-26 22:20:44,130 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroVariant: ubuntu
  DkmsStatus: virtualbox, 4.3.26: added
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: I just need to know a workaround
  GraphicsCard:
   NVIDIA Corporation GT218M [GeForce 315M] [10de:0a7a] (rev a2) (prog-if 00 
[VGA controller])
 Subsystem: Toshiba America Info Systems GeForce 315M [1179:fd71]
  InstallationDate: Installed on 2014-11-07 (170 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: TOSHIBA SATELLITE C670-10V
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=pl_PL.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-39-generic 
root=UUID=28cea712-ba61-42af-a038-545501a067f8 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  Title: Xorg crash
  UpgradeStatus: Upgraded to vivid on 2015-04-26 (0 days ago)
  dmi.bios.date: 04/20/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1.40
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: TKBSC
  dmi.board.vendor: TOSHIBA
  dmi.board.version: 1.40
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1.40:bd04/20/2011:svnTOSHIBA:pnSATELLITEC670-10V:pvrPSC3QE-00700JPL:rvnTOSHIBA:rnTKBSC:rvr1.40:cvnTOSHIBA:ct9:cvrToBeFilledByO.E.M.:
  dmi.product.name: SATELLITE C670-10V
  dmi.product.version: PSC3QE-00700JPL
  dmi.sys.vendor: TOSHIBA
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.2-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0-1ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu2build1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
  xserver.bootTime: Sun Apr 26 23:07:32 2015
  xserver.configfile: default
  xserver.errors:
   Failed to load module "nvidia" (module does not exist, 0)
   Failed to load module "nvidia" (module does not exist, 0)
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.17.1-0ubuntu3
  xserver.video_driver: nouveau

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

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


[Desktop-packages] [Bug 1251281] Re: gnome-session-flashback/Unity fails to start without hardware acceleration in cloud/remote environments (Forwarded-X/XRDP/VNC/NX/X2GO/Chromoting)

2015-04-29 Thread Alberts Muktupāvels
Chris, you might need to add:
export DESKTOP_SESSION="gnome-fallback"
export XDG_CURRENT_DESKTOP="Unity"
before gnome-session line:
gnome-session --session=gnome-flashback --disable-acceleration-check

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

Title:
  gnome-session-flashback/Unity fails to start without hardware
  acceleration in cloud/remote environments
  (Forwarded-X/XRDP/VNC/NX/X2GO/Chromoting)

Status in The GNOME 2 Session Manager:
  Fix Released
Status in gnome-session package in Ubuntu:
  Fix Released
Status in gnome-session source package in Trusty:
  Fix Released
Status in gnome-session source package in Utopic:
  Fix Released
Status in gnome-flashback source package in Vivid:
  Fix Released
Status in gnome-session source package in Vivid:
  Fix Released
Status in gnome-session package in Debian:
  New

Bug description:
  == Impact ==
  It was impossible to launch a gnome-session-based desktop on a system where 
hardware accelerations is not available (such as old hardware, or when using a 
remote desktop).

  That looks like a quite popular use case — more than a hundred of
  people marked this bug as affecting them.

  == Test Case ==
  The original bug description below contains a test case.

  == Proposed Fix ==
  The fix backports an upstream commit which adds --disable-acceleration-check 
commandline option, and makes Upstart user session pass that flag to 
gnome-session when the session is gnome-fallback (aka 
gnome-flashback-metacity). Of course, that option can be used with other 
sessions as well.

  This was fixed in vivid in version 3.14.0-2ubuntu4.

  == Regression Potential ==
  The option was accepted upstream, and nobody complained so far. So the 
regression potential should be low.

  This bug will cause static grey or black screen instead of opening
  remote session using Forwarded-X/XRDP/VNC/NX/X2GO/Chromoting from
  x2goclient, rdpclient(reminna/vinagre/mstsc), SSH, VNC, NOMACHINE and
  etc.

  == Original Description ==
  1) lsb_release -rd
  Description:  Ubuntu 14.04 LTS
  Release:  14.04

  2) apt-cache policy gnome-session
  gnome-session:
    Installed: 3.9.90-0ubuntu12
    Candidate: 3.9.90-0ubuntu12
    Version table:
   *** 3.9.90-0ubuntu12 0
  500 http://us.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
  100 /var/lib/dpkg/status

  3) What is expected to happen is when one installs xrdp on the host
  and attempts to use remmina or vinagre on a Ubuntu 14.04 client to RDP
  in, it works.

  4) What happens instead is it shows a gray static screen as per attached 
screenshot. This would appear an issue with gnome-session as per client log:
  cat .xsession-errors.old
  Script for ibus started at run_im.
  Script for auto started at run_im.
  Script for default started at run_im.
  init: indicator-application main process ended, respawning
  init: indicator-application main process ended, respawning
  init: indicator-application respawning too fast, stopped
  Xsession: X session started for  at Sun Jul 20 15:25:59 CDT 2014
  X Error of failed request:  BadValue (integer parameter out of range for 
operation)
    Major opcode of failed request:  109 (X_ChangeHosts)
    Value in failed request:  0x5
    Serial number of failed request:  6
    Current serial number in output stream:  8
  localuser:moniker being added to access control list
  X Error of failed request:  BadValue (integer parameter out of range for 
operation)
    Major opcode of failed request:  109 (X_ChangeHosts)
    Value in failed request:  0x5
    Serial number of failed request:  6
    Current serial number in output stream:  8
  Script for ibus started at run_im.
  Script for auto started at run_im.
  Script for default started at run_im.
  Script for ibus started at run_im.
  Script for auto started at run_im.
  Script for default started at run_im.
  gnome-session-is-accelerated: No composite extension.
  gnome-session-check-accelerated: Helper exited with code 256
  gnome-session-is-accelerated: No composite extension.
  gnome-session-check-accelerated: Helper exited with code 256

  ** (process:2565): WARNING **: software acceleration check failed:
  Child process exited with code 1

  ** (x-session-manager:2565): CRITICAL **: We failed, but the fail
  whale is dead. Sorry

  The following is not a WORKAROUND, create /etc/xorg.conf :
  Section "Device"
     Identifier  "Intel Graphics"
     Driver  "Intel"
     Option  "DRI" "False"
  EndSection

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: gnome-session 3.9.90-0ubuntu12
  ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Jul 20 15:35:23 2014
  InstallationDate: Installed on 2014-06-22 (28 days ago)
  InstallationMedia: Ubu

[Desktop-packages] [Bug 1449911] [NEW] package xul-ext-ubufox 2.6-0ubuntu0.10.04.1 failed to install/upgrade: próba nadpisania "/usr/share/xul-ext/ubufox/defaults/preferences/ubuntu-mods.js", który is

2015-04-29 Thread pepele
Public bug reported:

??

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: xul-ext-ubufox 2.6-0ubuntu0.10.04.1
ProcVersionSignature: Ubuntu 2.6.32-73.141-generic 2.6.32.63+drm33.26
Uname: Linux 2.6.32-73-generic i686
Architecture: i386
Date: Wed Apr 29 10:17:59 2015
ErrorMessage: próba nadpisania 
"/usr/share/xul-ext/ubufox/defaults/preferences/ubuntu-mods.js", który istnieje 
także w pakiecie ubufox 0:1.9~rc2-2easypeasy0
InstallationMedia: This
PackageArchitecture: all
SourcePackage: ubufox
Title: package xul-ext-ubufox 2.6-0ubuntu0.10.04.1 failed to install/upgrade: 
próba nadpisania 
"/usr/share/xul-ext/ubufox/defaults/preferences/ubuntu-mods.js", który istnieje 
także w pakiecie ubufox 0:1.9~rc2-2easypeasy0

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


** Tags: apport-package i386 lucid ubuntu-une

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

Title:
  package xul-ext-ubufox 2.6-0ubuntu0.10.04.1 failed to install/upgrade:
  próba nadpisania "/usr/share/xul-ext/ubufox/defaults/preferences
  /ubuntu-mods.js", który istnieje także w pakiecie ubufox
  0:1.9~rc2-2easypeasy0

Status in ubufox package in Ubuntu:
  New

Bug description:
  ??

  ProblemType: Package
  DistroRelease: Ubuntu 10.04
  Package: xul-ext-ubufox 2.6-0ubuntu0.10.04.1
  ProcVersionSignature: Ubuntu 2.6.32-73.141-generic 2.6.32.63+drm33.26
  Uname: Linux 2.6.32-73-generic i686
  Architecture: i386
  Date: Wed Apr 29 10:17:59 2015
  ErrorMessage: próba nadpisania 
"/usr/share/xul-ext/ubufox/defaults/preferences/ubuntu-mods.js", który istnieje 
także w pakiecie ubufox 0:1.9~rc2-2easypeasy0
  InstallationMedia: This
  PackageArchitecture: all
  SourcePackage: ubufox
  Title: package xul-ext-ubufox 2.6-0ubuntu0.10.04.1 failed to install/upgrade: 
próba nadpisania 
"/usr/share/xul-ext/ubufox/defaults/preferences/ubuntu-mods.js", który istnieje 
także w pakiecie ubufox 0:1.9~rc2-2easypeasy0

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

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


[Desktop-packages] [Bug 195855] Re: [hardy] firefox-3.0-dev has no files!

2015-04-29 Thread dino99
This is no more a supported version

** Changed in: firefox-3.0 (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  [hardy] firefox-3.0-dev has no files!

Status in firefox package in Ubuntu:
  Invalid
Status in firefox-3.0 package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: firefox

  On Hardy firefox-dev and firefox-3.0-dev install ABOSLUTELY NO FILES.

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

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


[Desktop-packages] [Bug 131192] Re: Epiphany Web Browser's gtkmozembed does not update font settings automatically

2015-04-29 Thread dino99
This is no more a supported version

** Changed in: firefox-3.0 (Ubuntu)
   Status: Incomplete => Invalid

** Changed in: firefox
   Importance: Medium => Undecided

** Changed in: firefox
 Remote watch: Mozilla Bugzilla #403776 => None

** Changed in: firefox
   Status: New => Invalid

** Changed in: epiphany-browser
   Importance: Medium => Undecided

** Changed in: epiphany-browser
   Status: Unknown => New

** Changed in: epiphany-browser
 Remote watch: GNOME Bug Tracker #468632 => None

** Changed in: epiphany-browser
   Status: New => Invalid

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

Title:
  Epiphany Web Browser's gtkmozembed does not update font settings
  automatically

Status in Epiphany Browser:
  Invalid
Status in The Mozilla Firefox Browser:
  Invalid
Status in firefox package in Ubuntu:
  Won't Fix
Status in firefox-3.0 package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: epiphany-browser

  A restart of Epiphany is currently required in order for the page
  renderer to pick up new font settings, in particular, changes to the
  font smoothing and hinting settings. The GTK UI responds properly.

  ProblemType: Bug
  Architecture: i386
  Date: Wed Aug  8 22:40:04 2007
  DistroRelease: Ubuntu 7.10
  Package: epiphany-browser 2.19.6-0ubuntu1
  PackageArchitecture: i386
  SourcePackage: epiphany-browser
  Uname: Linux flash 2.6.22-9-generic #1 SMP Fri Aug 3 00:50:37 GMT 2007 i686 
GNU/Linux

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

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


[Desktop-packages] [Bug 304813] [NEW] error saving links/files with hebrew names

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

Binary package hint: firefox-3.0

when i start FF3 with English locale and then try to save a file (attachment) 
from google's gmail inbox
FF saves the Hebrew filename with wrong encoding (i guess) on the file system. 
seems like 8859-8 ???
and i am unable to open the file (later) with any application.

if i change the locale to Hebrew (UTF8) and only then, open FF and save the 
link (file) it all works fine.
i get an Hebrew filename on the Desktop that i can open with any application.
and i can also open it with the associated mime type application 
(suppose the attached file in my gmail's inbox was an OpenOffice document, with 
Hebrew filename)

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 8.10
Package: firefox-3.0 3.0.4+nobinonly-0ubuntu0.8.10.1
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_UK.UTF-8
 SHELL=/bin/bash
SourcePackage: firefox-3.0
Uname: Linux 2.6.27-7-generic i686

** Affects: firefox-3.0 (Ubuntu)
 Importance: Undecided
 Status: Invalid

** Affects: firefox (Ubuntu)
 Importance: Undecided
 Assignee: dino99 (9d9)
 Status: Invalid


** Tags: apport-bug
-- 
error saving links/files with hebrew names
https://bugs.launchpad.net/bugs/304813
You received this bug notification because you are a member of Desktop 
Packages, which is subscribed to firefox in Ubuntu.

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


[Desktop-packages] [Bug 269809] Re: Firefox misbehaves with the metacity's move_to_* features

2015-04-29 Thread dino99
This is no more a supported version

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

** Changed in: firefox-3.0 (Ubuntu)
   Status: Incomplete => Invalid

** Changed in: firefox
   Importance: Medium => Undecided

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

** Changed in: firefox
 Remote watch: Mozilla Bugzilla #460614 => None

** Changed in: firefox
   Status: New => Invalid

** Changed in: iceweasel (Debian)
   Importance: Unknown => Undecided

** Changed in: iceweasel (Debian)
   Status: Confirmed => New

** Changed in: iceweasel (Debian)
 Remote watch: Debian Bug tracker #502647 => None

** Changed in: iceweasel (Debian)
   Status: New => Invalid

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

Title:
  Firefox misbehaves with the metacity's move_to_* features

Status in The Mozilla Firefox Browser:
  Invalid
Status in firefox-3.0 package in Ubuntu:
  Invalid
Status in metacity package in Ubuntu:
  Invalid
Status in iceweasel package in Debian:
  Invalid

Bug description:
  Binary package hint: firefox

  The bug appears on Ubuntu 8.04.1, with the following two default packages:
  - firefox version 3.0.1+build1+nobinonly-0ubuntu0.8.04.3 and
  - metacity 1:2.22.0-0ubuntu4 (Gnome's window manager).

  One "hidden" feature of metacity is you can bind to a keyboard
  shortcut a move_to_w function which move the focused window to the
  West side of the screen. This feature do what is expected, with the
  exception of firefox windows.

  To reproduce the bug, please follow these steps:

  1. Start a Gnome session; metacity is used as the default window
  manager.

  2. Bind the move-to-west feature to the Control+Alt+O key with:
  gconftool-2 --type=string --set 
/apps/metacity/window_keybindings/move_to_side_w 'O'

  3. Launch any window, e.g. a Gnome-terminal, focus the window and type
  Control+Alt+O to check that the window will move to the west side of
  the screen.

  4. Launch firefox, focus its window. Type Control+Alt+O. The window
  first goes to the west side as expected, but it immediately goes back
  to its initial position (which is unexpected).

  
  This must be a bug from firefox and not metacity. To check it, follow these 
steps:

  5. In order to suspend the firefox process, run:
  killall -STOP firefox
  The content of the firefox window is no more refreshed, as expected.

  6. Focus the firefox window and  type Control+Alt+O. The window goes
  to the west side as expected.

  7. Now, let's wake the firefox process up:
  killall -CONT firefox
  Now, the firefox window goes back to its initial position by itself.

  
  As I didn't try to trigger the bug on vanilla gnome and firefox programs, I 
am reporting the bug to this ubuntu launchpad. The bug is eventually to be 
reported upstream.

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

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


[Desktop-packages] [Bug 517021] Re: gvfsd-metadata causes 100% CPU usage

2015-04-29 Thread Monsta
Thanks Marc :)

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

Title:
  gvfsd-metadata causes 100% CPU usage

Status in GVFS:
  Unknown
Status in gvfs package in Ubuntu:
  Fix Released
Status in gvfs source package in Precise:
  In Progress
Status in gvfs source package in Trusty:
  In Progress
Status in gvfs source package in Utopic:
  In Progress
Status in gvfs source package in Vivid:
  Fix Released
Status in gvfs package in Debian:
  Fix Released

Bug description:
  Binary package hint: gvfs

  Failure to write metadata results in an infinite loop that keeps
  trying to write, thousands of times per second.

  Steps to reproduce:
  1. Open Firefox
  2. Save a data: URL (URL that contains the content, with several thousands 
bytes, often generated by webapps or extensions) as file

  (There are other ways to run into this problem, e.g. disk full or
  other error situations. data: URLs are just the easiest way to
  reproduce.)

  Actual result:
  - File is saved
  - 100% CPU
  - Extremely high number of file operations by gvfs - billions
  - Never stops

  Expected result:
  Failure to write metadata should just fail, not try again

  Fix:
  Patch available and accepted by GNOME
  https://bugzilla.gnome.org/show_bug.cgi?id=637095

  --- Original description ---
  After installing 9.10 Ubuntu 64bit browsing and opening folder in nautilus or 
Gnome-commander take several minutes when there are many files in it e.g. 
10.000. Interestingly Midnight-commander does not have this problem. Opening 
such folders does not hang with MC.
  Using "top" i can see that "gvfsd-metadata" is using 100% CPU and when i kill 
it the computer stops "hanging". I am using the 32bit version of Karmic too and 
there is no such Problem (although tested on a different computer).

  Please fix this because it is highly annyoing. Right now i am killing
  it every 20s with the watch command to be able to work at all.

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

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


[Desktop-packages] [Bug 304813] Re: error saving links/files with hebrew names

2015-04-29 Thread dino99
This is no more a supported version

** Changed in: firefox-3.0 (Ubuntu)
   Status: New => Invalid

** Package changed: firefox (Arch Linux) => firefox (Ubuntu)

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

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

Title:
  error saving links/files with hebrew names

Status in firefox package in Ubuntu:
  Invalid
Status in firefox-3.0 package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: firefox-3.0

  when i start FF3 with English locale and then try to save a file (attachment) 
from google's gmail inbox
  FF saves the Hebrew filename with wrong encoding (i guess) on the file 
system. seems like 8859-8 ???
  and i am unable to open the file (later) with any application.

  if i change the locale to Hebrew (UTF8) and only then, open FF and save the 
link (file) it all works fine.
  i get an Hebrew filename on the Desktop that i can open with any application.
  and i can also open it with the associated mime type application 
  (suppose the attached file in my gmail's inbox was an OpenOffice document, 
with Hebrew filename)

  ProblemType: Bug
  Architecture: i386
  DistroRelease: Ubuntu 8.10
  Package: firefox-3.0 3.0.4+nobinonly-0ubuntu0.8.10.1
  ProcEnviron:
   PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
   LANG=en_UK.UTF-8
   SHELL=/bin/bash
  SourcePackage: firefox-3.0
  Uname: Linux 2.6.27-7-generic i686

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

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


[Desktop-packages] [Bug 1314587] Re: Windows slow/stall/freeze when minimizing/restoring/etc in Unity 7 (14.04 and 14.10)

2015-04-29 Thread Juan Simón
I use Ubuntu 14.04 64 bits with NVidia propietary drivers (downloaded from 
Nvidia website).
I have the same problem only when nautilus manages desktop. The workaround for 
me is "gsettings set org.gnome.desktop.background show-desktop-icons false".

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

Title:
  Windows slow/stall/freeze when minimizing/restoring/etc in Unity 7
  (14.04 and 14.10)

Status in Unity:
  Confirmed
Status in X.Org X server:
  Confirmed
Status in unity package in Ubuntu:
  Triaged
Status in xorg package in Ubuntu:
  Triaged

Bug description:
  Steps to reproduce:

   * Minimize current window or alt-tab between windows
   * Reveal launcher to click on application
   * Click `Super` to bring up Dash
   * Hold `Super` to bring up Keyboard Shortcuts

  What should happen:

  Action completes smoothly and quickly.

  What happens instead:

   * Action may be slow / animation jerky.
   * Action may stall (animation frozen on given frame, e.g. window partially 
minimized) - initiating another action cancels first action and second action 
may succeed (most often calling Guake with F12 seems to solve the issue)
   * Action may freeze - cursor no longer moves - a soft reboot 
(Alt+PrtScr+REISUB) usually works, otherwise a hard reboot

  Notes:

   * Not application specific. Minimizing is reliably slow/stalls with 
minimizing Firefox (including 29, I do not have a lot of bookmarks) or Pidgin, 
but I use those programs more often.
   * I am using an Nvidia Optimus machine with the default Nouveau driver - no 
`nvidia-prime`, no Bumblebee. I temporarily installed the latest stable Nvidia 
driver (including `nvidia-prime`) and it made no difference.
   * I did not experience this issue on the same machine running 13.10 (with 
Bumblebee).
   * I am running Maximus.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  .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: Wed Apr 30 12:53:15 2014
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus: virtualbox, 4.3.10, 3.13.0-24-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GpuHangFrequency: Several times a day
  GpuHangReproducibility: Occurs more often under certain circumstances
  GpuHangStarted: Immediately after installing this version of Ubuntu
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Dell Device [1028:04b6]
   NVIDIA Corporation GF108M [GeForce GT 525M] [10de:0df5] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: Dell Device [1028:04b6]
  InstallationDate: Installed on 2014-04-24 (5 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  MachineType: Dell Inc. Dell System XPS L502X
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=3a8fb3f3-1054-45a0-8ec0-0cbeba33da00 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/25/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A04
  dmi.board.name: 0YR8NN
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnDellInc.:bvrA04:bd03/25/2011:svnDellInc.:pnDellSystemXPSL502X:pvr:rvnDellInc.:rn0YR8NN:rvrA00:cvnDellInc.:ct8:cvr0.1:
  dmi.product.name: Dell System XPS L502X
  dmi.sys.vendor: Dell Inc.
  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.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: Wed Apr 30 12:03:43 2014
  xserver.configfile: default
  xserver.errors:
   Failed to load module "nvidia" (module does not exist, 0)
   Failed to load module "nvidia" (module does not exist, 0)
   NOUVEAU(G0

[Desktop-packages] [Bug 1449936] [NEW] nvidia-331-uvm 331.113-0ubuntu0.1: nvidia-331-uvm kernel module failed to build

2015-04-29 Thread Jason CLUES
Public bug reported:

when update Ubuntu from 14.10 to 15.04

ProblemType: Package
DistroRelease: Ubuntu 14.10
Package: nvidia-331-uvm 331.113-0ubuntu0.1
ProcVersionSignature: Ubuntu 3.16.0-34.47-generic 3.16.7-ckt8
Uname: Linux 3.16.0-34-generic i686
NonfreeKernelModules: nvidia
ApportVersion: 2.14.7-0ubuntu8.4
Architecture: i386
DKMSKernelVersion: 3.16.0-36-generic
Date: Wed Apr 29 11:38:56 2015
InstallationDate: Installed on 2015-02-10 (77 days ago)
InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release i386 (20141022.1)
PackageVersion: 331.113-0ubuntu0.1
SourcePackage: nvidia-graphics-drivers-331
Title: nvidia-331-uvm 331.113-0ubuntu0.1: nvidia-331-uvm kernel module failed 
to build
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: nvidia-graphics-drivers-331 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 utopic

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

Title:
  nvidia-331-uvm 331.113-0ubuntu0.1: nvidia-331-uvm kernel module failed
  to build

Status in nvidia-graphics-drivers-331 package in Ubuntu:
  New

Bug description:
  when update Ubuntu from 14.10 to 15.04

  ProblemType: Package
  DistroRelease: Ubuntu 14.10
  Package: nvidia-331-uvm 331.113-0ubuntu0.1
  ProcVersionSignature: Ubuntu 3.16.0-34.47-generic 3.16.7-ckt8
  Uname: Linux 3.16.0-34-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.7-0ubuntu8.4
  Architecture: i386
  DKMSKernelVersion: 3.16.0-36-generic
  Date: Wed Apr 29 11:38:56 2015
  InstallationDate: Installed on 2015-02-10 (77 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release i386 (20141022.1)
  PackageVersion: 331.113-0ubuntu0.1
  SourcePackage: nvidia-graphics-drivers-331
  Title: nvidia-331-uvm 331.113-0ubuntu0.1: nvidia-331-uvm 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/1449936/+subscriptions

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


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

2015-04-29 Thread George Herlin
Public bug reported:

upgrade launched by boot-repair

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: cups-daemon 2.0.2-1ubuntu3
ProcVersionSignature: Ubuntu 3.13.0-49.83-generic 3.13.11-ckt17
Uname: Linux 3.13.0-49-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.10
Architecture: amd64
CupsErrorLog:
 
Date: Wed Apr 29 11:52:30 2015
DuplicateSignature: package:cups-daemon:2.0.2-1ubuntu3:subprocess installed 
post-installation script returned error exit status 1
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationDate: Installed on 2014-12-11 (138 days ago)
InstallationMedia: Xubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140723)
Lpstat: Error: command ['lpstat', '-v'] failed with exit code 1: lpstat: Bad 
file descriptor
MachineType: ASUSTeK COMPUTER INC. X555LA
Papersize: a4
PpdFiles:
 PDF: Generic CUPS-PDF Printer
 Brother-HL-2170W: Brother HL-2170W Foomatic/hpijs-pcl5e (recommended)
ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-3.13.0-49-generic.efi.signed 
root=UUID=249b3ed7-4f39-4348-babd-b761b1b9d430 ro quiet splash 
intel_pstate=enable vt.handoff=7
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-49-generic.efi.signed 
root=UUID=249b3ed7-4f39-4348-babd-b761b1b9d430 ro quiet splash 
intel_pstate=enable vt.handoff=7
SourcePackage: cups
Title: package cups-daemon 2.0.2-1ubuntu3 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/06/2014
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: X555LA.307
dmi.board.asset.tag: ATN12345678901234567
dmi.board.name: X555LA
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: 1.0
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK COMPUTER INC.
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrX555LA.307:bd08/06/2014:svnASUSTeKCOMPUTERINC.:pnX555LA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX555LA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
dmi.product.name: X555LA
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK COMPUTER INC.
modified.conffile..etc.default.cups:
 # Cups configure options
 
 # LOAD_LP_MODULE: enable/disable to load "lp" parallel printer driver module
 # LOAD_LP_MODULE has migrated to /etc/modules-load.d/cups-filters.conf
 # LOAD_LP_MODULE=yes
mtime.conffile..etc.default.cups: 2014-07-23T20:26:05

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


** Tags: amd64 apport-package trusty

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

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

Status in cups package in Ubuntu:
  New

Bug description:
  upgrade launched by boot-repair

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: cups-daemon 2.0.2-1ubuntu3
  ProcVersionSignature: Ubuntu 3.13.0-49.83-generic 3.13.11-ckt17
  Uname: Linux 3.13.0-49-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.10
  Architecture: amd64
  CupsErrorLog:
   
  Date: Wed Apr 29 11:52:30 2015
  DuplicateSignature: package:cups-daemon:2.0.2-1ubuntu3:subprocess installed 
post-installation script returned error exit status 1
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  InstallationDate: Installed on 2014-12-11 (138 days ago)
  InstallationMedia: Xubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140723)
  Lpstat: Error: command ['lpstat', '-v'] failed with exit code 1: lpstat: Bad 
file descriptor
  MachineType: ASUSTeK COMPUTER INC. X555LA
  Papersize: a4
  PpdFiles:
   PDF: Generic CUPS-PDF Printer
   Brother-HL-2170W: Brother HL-2170W Foomatic/hpijs-pcl5e (recommended)
  ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-3.13.0-49-generic.efi.signed 
root=UUID=249b3ed7-4f39-4348-babd-b761b1b9d430 ro quiet splash 
intel_pstate=enable vt.handoff=7
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-49-generic.efi.signed 
root=UUID=249b3ed7-4f39-4348-babd-b761b1b9d430 ro quiet splash 
intel_pstate=enable vt.handoff=7
  SourcePackage: cups
  Title: package cups-daemon 2.0.2-1ubuntu3 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/06/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X555LA.307
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X555LA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrX555LA.307:bd08/06/2014:svnASUSTeKCOMPUTERINC.:pnX555LA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX5

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

2015-04-29 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

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

Status in cups package in Ubuntu:
  New

Bug description:
  upgrade launched by boot-repair

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: cups-daemon 2.0.2-1ubuntu3
  ProcVersionSignature: Ubuntu 3.13.0-49.83-generic 3.13.11-ckt17
  Uname: Linux 3.13.0-49-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.10
  Architecture: amd64
  CupsErrorLog:
   
  Date: Wed Apr 29 11:52:30 2015
  DuplicateSignature: package:cups-daemon:2.0.2-1ubuntu3:subprocess installed 
post-installation script returned error exit status 1
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  InstallationDate: Installed on 2014-12-11 (138 days ago)
  InstallationMedia: Xubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140723)
  Lpstat: Error: command ['lpstat', '-v'] failed with exit code 1: lpstat: Bad 
file descriptor
  MachineType: ASUSTeK COMPUTER INC. X555LA
  Papersize: a4
  PpdFiles:
   PDF: Generic CUPS-PDF Printer
   Brother-HL-2170W: Brother HL-2170W Foomatic/hpijs-pcl5e (recommended)
  ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-3.13.0-49-generic.efi.signed 
root=UUID=249b3ed7-4f39-4348-babd-b761b1b9d430 ro quiet splash 
intel_pstate=enable vt.handoff=7
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-49-generic.efi.signed 
root=UUID=249b3ed7-4f39-4348-babd-b761b1b9d430 ro quiet splash 
intel_pstate=enable vt.handoff=7
  SourcePackage: cups
  Title: package cups-daemon 2.0.2-1ubuntu3 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/06/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X555LA.307
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X555LA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrX555LA.307:bd08/06/2014:svnASUSTeKCOMPUTERINC.:pnX555LA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX555LA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: X555LA
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  modified.conffile..etc.default.cups:
   # Cups configure options
   
   # LOAD_LP_MODULE: enable/disable to load "lp" parallel printer driver module
   # LOAD_LP_MODULE has migrated to /etc/modules-load.d/cups-filters.conf
   # LOAD_LP_MODULE=yes
  mtime.conffile..etc.default.cups: 2014-07-23T20:26:05

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

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


[Desktop-packages] [Bug 1086547] Re: Sound does not switch to internal speakers when headphones unplugged

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

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

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

Title:
  Sound does not switch to internal speakers when headphones unplugged

Status in alsa-driver package in Ubuntu:
  Confirmed

Bug description:
  Previously played sound from both speakers and headphones when
  headphones plugged in, now sound will only play through headphones
  (does not return to internal speakers when the headphones are
  unplugged)

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-30.48-generic-pae 3.2.27
  Uname: Linux 3.2.0-30-generic-pae i686
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu15
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  logan  1748 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xfc70 irq 46'
 Mixer name : 'Realtek ALC262'
 Components : 'HDA:10ec0262,10cf0100,00100202 
HDA:11c11040,11c10001,00100200'
 Controls  : 30
 Simple ctrls  : 17
  Date: Tue Dec  4 14:09:47 2012
  InstallationMedia: Ubuntu 12.04.1 LTS "Precise Pangolin" - Release i386 
(20120817.3)
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Intel failed
  Symptom_Card: Built-in Audio - HDA Intel
  Symptom_Jack: Speaker, Internal
  Symptom_Type: None of the above
  Title: [LifeBook T4220, Realtek ALC262, Speaker, Internal] Playback problem
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/15/2008
  dmi.bios.vendor: FUJITSU // Phoenix Technologies Ltd.
  dmi.bios.version: Version 1.16
  dmi.board.name: FJNB1D4
  dmi.board.vendor: FUJITSU
  dmi.chassis.type: 10
  dmi.chassis.vendor: A1A5J3E616A30011
  dmi.modalias: 
dmi:bvnFUJITSU//PhoenixTechnologiesLtd.:bvrVersion1.16:bd05/15/2008:svnFUJITSU:pnLifeBookT4220:pvr:rvnFUJITSU:rnFJNB1D4:rvr:cvnA1A5J3E616A30011:ct10:cvr:
  dmi.product.name: LifeBook T4220
  dmi.sys.vendor: FUJITSU

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

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


[Desktop-packages] [Bug 1449959] [NEW] Running ./unity --replace ... terminates the session and starts a new one on vivid

2015-04-29 Thread Eleni Maria Stea
Public bug reported:

Running ./unity --replace  on vivid  (systemd) exits the session
and the login screen of lightdm appears. After log in, a new session
starts.

Steps:
1- build unity
2- run ./unity --replace with the env. variables and parameters you used on 
utopic
3- see the lightdm login screen and login

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: ubuntu-session 3.14.0-2ubuntu4
ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
Uname: Linux 3.19.0-15-generic x86_64
ApportVersion: 2.17.2-0ubuntu1
Architecture: amd64
CurrentDesktop: XFCE
Date: Wed Apr 29 13:15:16 2015
InstallationDate: Installed on 2014-07-04 (299 days ago)
InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
PackageArchitecture: all
SourcePackage: gnome-session
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug vivid

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

Title:
  Running ./unity --replace ... terminates the session and starts a new
  one on vivid

Status in gnome-session package in Ubuntu:
  New

Bug description:
  Running ./unity --replace  on vivid  (systemd) exits the
  session and the login screen of lightdm appears. After log in, a new
  session starts.

  Steps:
  1- build unity
  2- run ./unity --replace with the env. variables and parameters you used on 
utopic
  3- see the lightdm login screen and login

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: ubuntu-session 3.14.0-2ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Wed Apr 29 13:15:16 2015
  InstallationDate: Installed on 2014-07-04 (299 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  PackageArchitecture: all
  SourcePackage: gnome-session
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1449959] Re: Running ./unity --replace ... terminates the session and starts a new one on vivid

2015-04-29 Thread Iain Lane
** Also affects: gnome-session (Ubuntu Vivid)
   Importance: Undecided
   Status: New

** Changed in: gnome-session (Ubuntu Vivid)
   Status: New => In Progress

** Changed in: gnome-session (Ubuntu Vivid)
 Assignee: (unassigned) => Iain Lane (laney)

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

Title:
  Running ./unity --replace ... terminates the session and starts a new
  one on vivid

Status in gnome-session package in Ubuntu:
  In Progress
Status in gnome-session source package in Vivid:
  In Progress

Bug description:
  Running ./unity --replace  on vivid  (systemd) exits the
  session and the login screen of lightdm appears. After log in, a new
  session starts.

  Steps:
  1- build unity
  2- run ./unity --replace with the env. variables and parameters you used on 
utopic
  3- see the lightdm login screen and login

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: ubuntu-session 3.14.0-2ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Wed Apr 29 13:15:16 2015
  InstallationDate: Installed on 2014-07-04 (299 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  PackageArchitecture: all
  SourcePackage: gnome-session
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1316035] Re: matrox g200eR2 is unclaimed in 14.04

2015-04-29 Thread 愛新覺羅闓勳
Same problem with a Dell PowerEdge R720, video card Matrox Electronics Systems 
Ltd. G200eR2
I try many ways but no one can be work fine with the ubuntu 14.04 ,
when i google the G200eR2's driver, i found a solution with this card, remove 
the mga driver!

sudo apt-get remove xserver-xorg-video-mga

it will remove the xserver-xorg-video-mga and xserver-xorg-video-all
then reboot 
now the window not slowly, and screen only has a 800x600 @75hz , but it work 
fine

i hope this way can help other people

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

Title:
  matrox g200eR2 is unclaimed in 14.04

Status in xorg-server package in Ubuntu:
  Confirmed

Bug description:
  On a certified Dell PowerEdge T620 server
  (http://www.ubuntu.com/certification/hardware/201207-11426/)

  The matrox video card is not recognised:
  lspci | grep VGA
  0a:00.0 VGA compatible controller: Matrox Electronics Systems Ltd. G200eR2

  lshw -C display
*-display UNCLAIMED 
 description: VGA compatible controller
 product: G200eR2
 vendor: Matrox Electronics Systems Ltd.
 physical id: 0
 bus info: pci@:0a:00.0
 version: 00
 width: 32 bits
 clock: 33MHz
 capabilities: pm vga_controller bus_master cap_list
 configuration: latency=64 maxlatency=32 mingnt=16
 resources: memory:d800-d8ff memory:deffc000-deff 
memory:de00-de7f

  Thus xserver is not hardver accelerated.

  Also /dev/dri and /dev/dri/card0 is missing.

  kernel module mga is not loaded, although if i manually load by modprobe it 
works fine
  modprobe mga
  lsmod | grep mga
  mga40811  0 
  drm   302817  1 mga

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

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


[Desktop-packages] [Bug 1434133] Re: package gimp-help-ko (not installed) failed to install/upgrade: trying to overwrite '/usr/share/doc-base/gimp-help-ko', which is also in package gimp-help-ja 2.8.2

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

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

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

Title:
  package gimp-help-ko (not installed) failed to install/upgrade: trying
  to overwrite '/usr/share/doc-base/gimp-help-ko', which is also in
  package gimp-help-ja 2.8.2-0ubuntu1

Status in gimp-help package in Ubuntu:
  Confirmed

Bug description:
  Package gimp-help-ko could not be installed under the situation that
  gimp-help-ja has been installed.

  ProblemType: Package
  DistroRelease: Ubuntu 15.04
  Package: gimp-help-ko (not installed)
  ProcVersionSignature: Ubuntu 3.19.0-9.9-generic 3.19.1
  Uname: Linux 3.19.0-9-generic x86_64
  ApportVersion: 2.16.2-0ubuntu3
  Architecture: amd64
  Date: Thu Mar 19 23:31:39 2015
  DuplicateSignature: package:gimp-help-ko:(not installed):trying to overwrite 
'/usr/share/doc-base/gimp-help-ko', which is also in package gimp-help-ja 
2.8.2-0ubuntu1
  ErrorMessage: trying to overwrite '/usr/share/doc-base/gimp-help-ko', which 
is also in package gimp-help-ja 2.8.2-0ubuntu1
  InstallationDate: Installed on 2015-03-03 (16 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Alpha amd64 (20150301)
  SourcePackage: gimp-help
  Title: package gimp-help-ko (not installed) failed to install/upgrade: trying 
to overwrite '/usr/share/doc-base/gimp-help-ko', which is also in package 
gimp-help-ja 2.8.2-0ubuntu1
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1317043] Re: Libreoffice screen rendering is broken

2015-04-29 Thread Keith Ng
I had the same problem, but fixed today after installing the libreoffice
metapackage.

I suspect it was either libreoffice-gtk or libreoffice-gnome which did
the trick.

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

Title:
  Libreoffice screen rendering is broken

Status in libreoffice package in Ubuntu:
  New

Bug description:
  Using Libreoffice 4.2.3 from the Xbuntu repositories on 14.04 64bit. 
  Nvidia proprietary driver 331.67

  When resizing a writer window, the rendering in the window is competently 
broken, showing artifacts from window borders but not the text. Further resize 
attempts do not change the contents of the window.
  Sometimes Writer windows  come up without any decoration at all.

  Toggling hardware acceleration in the preferences does not change this
  behavior.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: libreoffice 1:4.2.3~rc3-0ubuntu2
  Uname: Linux 3.15.0-031500rc2-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Wed May  7 13:11:29 2014
  InstallationDate: Installed on 2014-04-24 (12 days ago)
  InstallationMedia: Xubuntu 14.04 LTS "Trusty Tahr" - Release amd64 
(20140416.2)
  SourcePackage: libreoffice
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1440570] Re: VNC'ing into gnome-session-flashback (Metacity) in non-shared desktop mode causes Super+KEY pressed behavior

2015-04-29 Thread Marc Deslauriers
** Changed in: metacity (Ubuntu Trusty)
   Status: Confirmed => In Progress

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

Title:
  VNC'ing into gnome-session-flashback (Metacity) in non-shared desktop
  mode causes Super+KEY pressed behavior

Status in metacity package in Ubuntu:
  Fix Released
Status in metacity source package in Trusty:
  In Progress
Status in metacity source package in Utopic:
  Confirmed
Status in metacity source package in Vivid:
  Fix Released

Bug description:
  When VNC'ing into gnome-session-flashback (Metacity) with either
  tightvncserver or vnc4server configured for non-shared desktop mode,
  when one opens a terminal for example, and types the "s" key, it acts
  as if the Super key is also pressed along with it. Hence, this appears
  to be a gnome-* issue.

  Vivid new install setup for tightvncserver:
  sudo apt-get update && sudo apt-get -y dist-upgrade && sudo apt-get -y 
install xrdp gnome-session-flashback && sudo apt-get -y remove vino && nano 
.xsession
  #START
  export XDG_CURRENT_DESKTOP='GNOME-Flashback:Unity'
  exec gnome-session --session=gnome-flashback-metacity 
--disable-acceleration-check
  #END

  sudo nano /etc/xrdp/xrdp.ini

  change to:
  #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-Xvnc
  lib=libvnc.so
  username=ask
  password=ask
  ip=127.0.0.1
  port=-1
  #END

  Log out, log back in, and RDP in via either Windows Remote Desktop
  Connection or Remmina.

  WORKAROUND: Applications > System Tools > System Settings > Keyboard >
  Shortcuts > Disable all shortcuts containing the Super key.

  WORKAROUND: Don't use the .xsession file with tightvncserver, but this
  then creates a shared desktop experience, instead of ones own, not
  seen by the user at the local console.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: vnc4server 4.1.1+xorg4.3.0-37.3ubuntu2
  ProcVersionSignature: Ubuntu 3.19.0-12.12-generic 3.19.3
  Uname: Linux 3.19.0-12-generic x86_64
  ApportVersion: 2.17-0ubuntu1
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Sun Apr  5 13:10:40 2015
  InstallationDate: Installed on 2014-12-14 (112 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Alpha amd64 (20141213)
  SourcePackage: vnc4
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1449959] Re: Running ./unity --replace ... terminates the session and starts a new one on vivid

2015-04-29 Thread Iain Lane
Thanks. I've uploaded a fix which works for me to vivid's SRU queue. It
should be accepted into vivid-proposed soon.

** Description changed:

+ [ Description ]
+ 
+ Due to an error when merging with Debian, ubuntu's gnome-session file is
+ inadvertantly starting compiz when it should instead be managed by upstart.
+ This means that we don't, for example, have unity restarted by upstart if it
+ crashes and (as the reporter of this bug notes) unity --replace breaks due to
+ gnome-session tearing the session down if one of its required components goes
+ away and comes back.
+ 
+ [ Fix ]
+ 
+ Remove "compiz;" from ubuntu.session so that the unity7.conf shipped by unity
+ is used.
+ 
+ [ QA ]
+ 
+ Verify that you see the following before upgrading
+ 
+ laney@raleigh> status unity7
+ unity7 stop/waiting
+ laney@raleigh> pstree -s -p $(pidof compiz)
+ 
systemd(1)───lightdm(1625)───lightdm(10651)───upstart(10864)───gnome-session(11094)───compiz(11374)─┬─{dconf
 worker}(11382)
+   
  ├─{gdbus}(11383)
+   
  └─{gmain}(11376)
+ 
+ i.e. compiz is a child of gnome-session, and the unity7 job isn't
+ running.
+ 
+ and this after
+ 
+ laney@raleigh> status unity7
+ unity7 start/running, process 8945
+ laney@raleigh> pstree -s -p $(pidof compiz)
+ 
systemd(1)───lightdm(1625)───lightdm(8487)───upstart(8715)───compiz(8945)─┬─{dconf
 worker}(8972)
+   
├─{gdbus}(8976)
+   
└─{gmain}(8950)
+ 
+ 
+ compiz is a direct child of upstart and the unity7 job is running.
+ 
+ Additionally, verify that unity --replace kicks you back to the display 
manager
+ before and unity is replaced in-session after.
+ 
+ [ Regression potential ]
+ 
+ unity's job is now used instead of upstart being started by gnome-session. 
This
+ was the case since we started having upstart in the session, but make sure 
that
+ login and logout still work properly.
+ 
+ [ Original description ]
+ 
  Running ./unity --replace  on vivid  (systemd) exits the session
  and the login screen of lightdm appears. After log in, a new session
  starts.
  
  Steps:
  1- build unity
  2- run ./unity --replace with the env. variables and parameters you used on 
utopic
  3- see the lightdm login screen and login
  
  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: ubuntu-session 3.14.0-2ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Wed Apr 29 13:15:16 2015
  InstallationDate: Installed on 2014-07-04 (299 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  PackageArchitecture: all
  SourcePackage: gnome-session
  UpgradeStatus: No upgrade log present (probably fresh install)

** Description changed:

  [ Description ]
  
  Due to an error when merging with Debian, ubuntu's gnome-session file is
- inadvertantly starting compiz when it should instead be managed by upstart.
- This means that we don't, for example, have unity restarted by upstart if it
- crashes and (as the reporter of this bug notes) unity --replace breaks due to
- gnome-session tearing the session down if one of its required components goes
- away and comes back.
+ inadvertantly starting compiz when it should instead be managed by
+ upstart.  This means that we don't, for example, have unity restarted by
+ upstart if it crashes and (as the reporter of this bug notes) unity
+ --replace breaks due to gnome-session tearing the session down if one of
+ its required components goes away and comes back.
  
  [ Fix ]
  
- Remove "compiz;" from ubuntu.session so that the unity7.conf shipped by unity
- is used.
+ Remove "compiz;" from ubuntu.session so that the unity7.conf shipped by
+ unity is used.
  
  [ QA ]
  
  Verify that you see the following before upgrading
  
  laney@raleigh> status unity7
  unity7 stop/waiting
  laney@raleigh> pstree -s -p $(pidof compiz)
  
systemd(1)───lightdm(1625)───lightdm(10651)───upstart(10864)───gnome-session(11094)───compiz(11374)─┬─{dconf
 worker}(11382)
-   
  ├─{gdbus}(11383)
-   
  └─{gmain}(11376)
+   
  ├─{gdbus}(11383)
+   
  └─{gmain}(11376)
  
  i.e. compiz is a child of gnome-session, and the unity7 job isn't
  running.
  
  and this after
  
  laney@raleigh> status unity7

[Desktop-packages] [Bug 1449978] [NEW] Clock Calendar not present after boot

2015-04-29 Thread peterzay
Public bug reported:

After boot, the clock/calendar applet is missing.

This is intermittent and not reproducible.  The solution is to restart.

The frequency of the randomness is increasing to about once per week.

This problem started a few weeks ago.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: compiz-core 1:0.9.11.2+14.04.20140714-0ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-49.83-generic 3.13.11-ckt17
Uname: Linux 3.13.0-49-generic i686
.tmp.unity.support.test.0:
 
ApportVersion: 2.14.1-0ubuntu3.10
Architecture: i386
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: Wed Apr 29 07:05:11 2015
DistUpgraded: Fresh install
DistroCodename: trusty
DistroVariant: ubuntu
DkmsStatus:
 virtualbox, 4.3.10, 3.13.0-46-generic, i686: installed
 virtualbox, 4.3.10, 3.13.0-48-generic, i686: installed
 virtualbox, 4.3.10, 3.13.0-49-generic, i686: installed
EcryptfsInUse: Yes
ExecutablePath: /usr/bin/compiz
GraphicsCard:
 Subsystem: Dell Device [1028:0581]
 NVIDIA Corporation GF119 [GeForce GT 620 OEM] [10de:1049] (rev a1) (prog-if 00 
[VGA controller])
   Subsystem: NVIDIA Corporation Device [10de:0977]
InstallationDate: Installed on 2014-04-29 (364 days ago)
InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release i386 (20140417)
MachineType: Dell Inc. Inspiron 660
ProcEnviron:
 LANGUAGE=en_US
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-49-generic 
root=UUID=8cf458ab-4ff9-4505-9a16-27da1ea7ec10 ro quiet splash vt.handoff=7
SourcePackage: compiz
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 10/14/2013
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A11
dmi.board.name: 0XR1GT
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 3
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA11:bd10/14/2013:svnDellInc.:pnInspiron660:pvr:rvnDellInc.:rn0XR1GT:rvrA00:cvnDellInc.:ct3:cvr:
dmi.product.name: Inspiron 660
dmi.sys.vendor: Dell Inc.
version.compiz: compiz 1:0.9.11.2+14.04.20140714-0ubuntu1
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: Wed Apr 29 06:22:26 2015
xserver.configfile: default
xserver.errors:
 Failed to load module "nvidia" (module does not exist, 0)
 Failed to load module "nvidia" (module does not exist, 0)
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.15.1-0ubuntu2.7
xserver.video_driver: nouveau

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


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

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

Title:
  Clock Calendar not present after boot

Status in compiz package in Ubuntu:
  New

Bug description:
  After boot, the clock/calendar applet is missing.

  This is intermittent and not reproducible.  The solution is to
  restart.

  The frequency of the randomness is increasing to about once per week.

  This problem started a few weeks ago.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: compiz-core 1:0.9.11.2+14.04.20140714-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-49.83-generic 3.13.11-ckt17
  Uname: Linux 3.13.0-49-generic i686
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.10
  Architecture: i386
  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: Wed Apr 29 07:05:11 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus:
   virtualbox, 4.3.10, 3.13.0-46-generic, i686: installed
   virtualbox, 4.3.10, 3.13.0-48-generic, i686: installed
   virtualbox, 4.3.10, 3.13.0-49-generic, i686: installed
  EcryptfsInUse: Yes
  ExecutablePath: /usr/bin/compiz
  GraphicsCard:
   Subsystem: Dell Device [1028:0581]
   NVIDIA Corporation GF119 [GeForce GT 620 OEM] [10de:1049] (rev a1) (prog-if 
00 [VGA controller])
 Subsystem: NVIDIA Corporation Device [10de:0977]
  InstallationDate: Installed on 2014-04-29 (364 days ago)
  InstallationMed

[Desktop-packages] [Bug 1449982] [NEW] shockwave crash, screen freeze. have to re-boot constantly package libreoffice-impress 1:4.2.7-0ubuntu2 failed to install/upgrade: cannot copy extracted data for

2015-04-29 Thread Norm Marrazzo
Public bug reported:

constant freeze or crash while in google chrome. get an "aww snap"
screen. Entire computer freezes and must turn off an reboot. ony has
this problem since upgrading to Ubuntu 14.04

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: libreoffice-impress 1:4.2.7-0ubuntu2
ProcVersionSignature: Ubuntu 3.13.0-49.83-generic 3.13.11-ckt17
Uname: Linux 3.13.0-49-generic i686
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu3.10
Architecture: i386
Date: Tue Apr 28 07:39:46 2015
DuplicateSignature: package:libreoffice-impress:1:4.2.7-0ubuntu2:cannot copy 
extracted data for './usr/lib/libreoffice/program/libPresenterScreenlo.so' to 
'/usr/lib/libreoffice/program/libPresenterScreenlo.so.dpkg-new': unexpected end 
of file or stream
ErrorMessage: cannot copy extracted data for 
'./usr/lib/libreoffice/program/libPresenterScreenlo.so' to 
'/usr/lib/libreoffice/program/libPresenterScreenlo.so.dpkg-new': unexpected end 
of file or stream
SourcePackage: libreoffice
Title: package libreoffice-impress 1:4.2.7-0ubuntu2 failed to install/upgrade: 
cannot copy extracted data for 
'./usr/lib/libreoffice/program/libPresenterScreenlo.so' to 
'/usr/lib/libreoffice/program/libPresenterScreenlo.so.dpkg-new': unexpected end 
of file or stream
UpgradeStatus: Upgraded to trusty on 2014-08-26 (245 days ago)

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


** Tags: apport-package i386 need-duplicate-check trusty

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

Title:
  shockwave crash, screen freeze. have to re-boot constantly package
  libreoffice-impress 1:4.2.7-0ubuntu2 failed to install/upgrade: cannot
  copy extracted data for
  './usr/lib/libreoffice/program/libPresenterScreenlo.so' to
  '/usr/lib/libreoffice/program/libPresenterScreenlo.so.dpkg-new':
  unexpected end of file or stream

Status in libreoffice package in Ubuntu:
  New

Bug description:
  constant freeze or crash while in google chrome. get an "aww snap"
  screen. Entire computer freezes and must turn off an reboot. ony has
  this problem since upgrading to Ubuntu 14.04

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: libreoffice-impress 1:4.2.7-0ubuntu2
  ProcVersionSignature: Ubuntu 3.13.0-49.83-generic 3.13.11-ckt17
  Uname: Linux 3.13.0-49-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.10
  Architecture: i386
  Date: Tue Apr 28 07:39:46 2015
  DuplicateSignature: package:libreoffice-impress:1:4.2.7-0ubuntu2:cannot copy 
extracted data for './usr/lib/libreoffice/program/libPresenterScreenlo.so' to 
'/usr/lib/libreoffice/program/libPresenterScreenlo.so.dpkg-new': unexpected end 
of file or stream
  ErrorMessage: cannot copy extracted data for 
'./usr/lib/libreoffice/program/libPresenterScreenlo.so' to 
'/usr/lib/libreoffice/program/libPresenterScreenlo.so.dpkg-new': unexpected end 
of file or stream
  SourcePackage: libreoffice
  Title: package libreoffice-impress 1:4.2.7-0ubuntu2 failed to 
install/upgrade: cannot copy extracted data for 
'./usr/lib/libreoffice/program/libPresenterScreenlo.so' to 
'/usr/lib/libreoffice/program/libPresenterScreenlo.so.dpkg-new': unexpected end 
of file or stream
  UpgradeStatus: Upgraded to trusty on 2014-08-26 (245 days ago)

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

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


[Desktop-packages] [Bug 1449983] [NEW] [15.04] After rebooting my WiFi router, NM fails to reconnect to it

2015-04-29 Thread Jonas G. Drange
Public bug reported:

Reproduce:
1. Connect to a wifi
2. Reboot wifi router

What happens:
I am not reconnected, neither does the AP appear in nm-applet

What should happen:
I should be reconnected as soon as the AP is up again

Running $ sudo wpa_cli and doing a scan + scan_results shows the AP
almost immediately after it comes back up.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: network-manager 0.9.10.0-4ubuntu15
Uname: Linux 3.19.0-031900-generic x86_64
ApportVersion: 2.17.2-0ubuntu1
Architecture: amd64
CurrentDesktop: Unity
Date: Wed Apr 29 13:29:08 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
IfupdownConfig:
 auto lo
 iface lo inet loopback
InstallationDate: Installed on 2013-08-27 (610 days ago)
InstallationMedia: Ubuntu 12.04 "Precise" - Build amd64 LIVE Binary 
20120703-15:08
IpRoute:
 default via 192.168.10.1 dev wlan0  proto static  metric 1024 
 10.0.3.0/24 dev lxcbr0  proto kernel  scope link  src 10.0.3.1 
 169.254.0.0/16 dev wlan0  scope link  metric 1000 
 192.168.10.0/24 dev wlan0  proto kernel  scope link  src 192.168.10.129 
 192.168.122.0/24 dev virbr0  proto kernel  scope link  src 192.168.122.1
SourcePackage: network-manager
UpgradeStatus: No upgrade log present (probably fresh install)
nmcli-dev:
 DEVICE  TYPE  STATEDBUS-PATH  
CONNECTION   CON-UUID  CON-PATH 
   
 wlan0   wifi  connected/org/freedesktop/NetworkManager/Devices/1  
MonkeySphere2.0  f0d993c2-30e4-437c-b629-c09a4a61c10b  
/org/freedesktop/NetworkManager/ActiveConnection/13 
 eth1ethernet  unavailable  /org/freedesktop/NetworkManager/Devices/4  
--   ----   
   
 lo  loopback  unmanaged/org/freedesktop/NetworkManager/Devices/0  
--   ----   
   
 virbr0-nic  tap   unmanaged/org/freedesktop/NetworkManager/Devices/2  
--   ----
nmcli-nm: Error: command ['nmcli', '-f', 'all', 'nm'] failed with exit code 2: 
Error: Object 'nm' is unknown, try 'nmcli help'.

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


** Tags: amd64 apport-bug vivid

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

Title:
  [15.04] After rebooting my WiFi router, NM fails to reconnect to it

Status in network-manager package in Ubuntu:
  New

Bug description:
  Reproduce:
  1. Connect to a wifi
  2. Reboot wifi router

  What happens:
  I am not reconnected, neither does the AP appear in nm-applet

  What should happen:
  I should be reconnected as soon as the AP is up again

  Running $ sudo wpa_cli and doing a scan + scan_results shows the AP
  almost immediately after it comes back up.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: network-manager 0.9.10.0-4ubuntu15
  Uname: Linux 3.19.0-031900-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Apr 29 13:29:08 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
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2013-08-27 (610 days ago)
  InstallationMedia: Ubuntu 12.04 "Precise" - Build amd64 LIVE Binary 
20120703-15:08
  IpRoute:
   default via 192.168.10.1 dev wlan0  proto static  metric 1024 
   10.0.3.0/24 dev lxcbr0  proto kernel  scope link  src 10.0.3.1 
   169.254.0.0/16 dev wlan0  scope link  metric 1000 
   192.168.10.0/24 dev wlan0  proto kernel  scope link  src 192.168.10.129 
   192.168.122.0/24 dev virbr0  proto kernel  scope link  src 192.168.122.1
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-dev:
   DEVICE  TYPE  STATEDBUS-PATH 
 CONNECTION   CON-UUID  CON-PATH

   wlan0   wifi  connected/org/freedesktop/NetworkManager/Devices/1 
 MonkeySphere2.0  f0d993c2-30e4-437c-b629-c09a4a61c10b  
/org/freedesktop/NetworkManager/ActiveConnection/13 
   eth1ethernet  unavailable  /org/freedesktop/NetworkManager/Devices/4 
 --   ----  

   lo  loopback  unmanaged  

[Desktop-packages] [Bug 1449982] Re: shockwave crash, screen freeze. have to re-boot constantly package libreoffice-impress 1:4.2.7-0ubuntu2 failed to install/upgrade: cannot copy extracted data for '

2015-04-29 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 libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1449982

Title:
  shockwave crash, screen freeze. have to re-boot constantly package
  libreoffice-impress 1:4.2.7-0ubuntu2 failed to install/upgrade: cannot
  copy extracted data for
  './usr/lib/libreoffice/program/libPresenterScreenlo.so' to
  '/usr/lib/libreoffice/program/libPresenterScreenlo.so.dpkg-new':
  unexpected end of file or stream

Status in libreoffice package in Ubuntu:
  New

Bug description:
  constant freeze or crash while in google chrome. get an "aww snap"
  screen. Entire computer freezes and must turn off an reboot. ony has
  this problem since upgrading to Ubuntu 14.04

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: libreoffice-impress 1:4.2.7-0ubuntu2
  ProcVersionSignature: Ubuntu 3.13.0-49.83-generic 3.13.11-ckt17
  Uname: Linux 3.13.0-49-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.10
  Architecture: i386
  Date: Tue Apr 28 07:39:46 2015
  DuplicateSignature: package:libreoffice-impress:1:4.2.7-0ubuntu2:cannot copy 
extracted data for './usr/lib/libreoffice/program/libPresenterScreenlo.so' to 
'/usr/lib/libreoffice/program/libPresenterScreenlo.so.dpkg-new': unexpected end 
of file or stream
  ErrorMessage: cannot copy extracted data for 
'./usr/lib/libreoffice/program/libPresenterScreenlo.so' to 
'/usr/lib/libreoffice/program/libPresenterScreenlo.so.dpkg-new': unexpected end 
of file or stream
  SourcePackage: libreoffice
  Title: package libreoffice-impress 1:4.2.7-0ubuntu2 failed to 
install/upgrade: cannot copy extracted data for 
'./usr/lib/libreoffice/program/libPresenterScreenlo.so' to 
'/usr/lib/libreoffice/program/libPresenterScreenlo.so.dpkg-new': unexpected end 
of file or stream
  UpgradeStatus: Upgraded to trusty on 2014-08-26 (245 days ago)

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

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


[Desktop-packages] [Bug 1449112] Re: can't move files to trash without any owner/permission issues

2015-04-29 Thread Sadi Yumuşak
FYI I've made a bug report, which is here:

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

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

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

Title:
  can't move files to trash without any owner/permission issues

Status in nautilus package in Ubuntu:
  New

Bug description:
  This is something that wouldn't happen before upgrading from Ubuntu
  14.10 / Nautilus 3.10 to Ubuntu 15.04 / Nautilus 3.14:

  I have a proper HOME partition and most User folders there (Documents,
  Downloads, Music, Pictures, Videos) are merely SYMLINKS to folders
  with the same names in a DATA partition which is mounted automatically
  at startup with proper options in fstab.

  Now -- unlike before -- when I attempt to delete an item in one of
  these folders after I open it via the SYMLINK I get the message "...
  can't be put in the trash. Do you want to delete it immediately?"
  although it is immediately moved to the Trash after I open the folder
  via the Data partition in the sidebar. (Naturally there are no such
  problems with items in other (real) items in my Home folder.

  Nautilus now seems confused about / not knowing where to move the item
  in question; to the Trash folder in the Home partition (symlink
  location) or the Data partition (real item location).

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

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


[Desktop-packages] [Bug 1448459] Re: nautilus context menu for devices

2015-04-29 Thread Wolf Rogner
You've never had to deal with my users ;-) (hope they don't read this,
one of them being my spouse)

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

Title:
  nautilus context menu for devices

Status in nautilus package in Ubuntu:
  New

Bug description:
  When mounting an external device, Nautilus 3.10.1 would provide a
  context menu on that device where the last entry would be

  "Properties"

  (Above: Safely Remove | Remove)

  So, to figure out the remaining disk space, one could easily draw down
  to the last entry and get the drive properties.

  In 3.14.2 this behaviour changed significantly (and to my
  understanding, dangerously):

  The last entry in the context menu now is:

  Format ...

  (Above being the Properties and above that the remove item).

  A careless slip of hand and one is just one step away from loosing
  data.

  While having the format menu item there might be arguable, I strongly
  recommend changing the position to higher up.

  Reasoning: It takes less concentration to find the fist and last menu
  item than it does to select one in the middle (one has to search for
  it). In revers, this implies that the last menu item is a "learned
  behaviour".

  I would consider this a security risk (thus the marking at the end)
  and would appreciate the developers follow my argument and change
  this.

  Thanks

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: nautilus 1:3.14.2-0ubuntu9
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  NonfreeKernelModules: nvidia wl
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  Date: Sat Apr 25 15:38:25 2015
  GsettingsChanges:
   b'org.gnome.nautilus.list-view' b'use-tree-view' b'true'
   b'org.gnome.nautilus.list-view' b'default-column-order' b"['name', 'size', 
'type', 'date_modified', 'owner', 'group', 'permissions', 'mime_type', 'where', 
'date_accessed']"
  InstallationDate: Installed on 2013-05-17 (707 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64+mac 
(20130424)
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to vivid on 2015-04-25 (0 days ago)

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

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


[Desktop-packages] [Bug 1449987] [NEW] [hostname 9333, Intel Haswell HDMI, Digital Out, HDMI] No sound at all

2015-04-29 Thread Lore
Public bug reported:

Very often at the system starting-up the audio isn't working (completely mute).
Opening audio settings -> output, there is reported none device.

Only by typing in bash "dpkg-reconfigure oem-audio-hda-daily-
dkms_0.201502151246~ubuntu14.04.1_all.deb" at system's restart the audio
works for only one time, at next system restart there's the same
problem.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: alsa-base 1.0.25+dfsg-0ubuntu4
ProcVersionSignature: Ubuntu 3.16.0-36.48~14.04.1-generic 3.16.7-ckt9
Uname: Linux 3.16.0-36-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.10
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/pcmC0D3p:   lorenzo2614 F...m pulseaudio
 /dev/snd/controlC0:  lorenzo2614 F pulseaudio
CurrentDesktop: Unity
Date: Wed Apr 29 13:25:01 2015
DistributionChannelDescriptor:
 # This is a distribution channel descriptor
 # For more information see http://wiki.ubuntu.com/DistributionChannelDescriptor
 canonical-oem-somerville-precise-amd64-20130203-1
InstallationDate: Installed on 2014-11-20 (159 days ago)
InstallationMedia: Ubuntu 12.04 "Precise" - Build amd64 LIVE Binary 
20130203-13:50
PackageArchitecture: all
SourcePackage: alsa-driver
Symptom: audio
Symptom_AlsaPlaybackTest: ALSA playback test through plughw:HDMI failed
Symptom_Card: Audio interno - HDA Intel HDMI
Symptom_DevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/pcmC0D3p:   lorenzo2614 F...m pulseaudio
 /dev/snd/controlC0:  lorenzo2614 F pulseaudio
Symptom_Jack: Digital Out, HDMI
Symptom_Type: No sound at all
Title: [hostname 9333, Intel Haswell HDMI, Digital Out, HDMI] No sound at all
UpgradeStatus: Upgraded to trusty on 2015-02-14 (73 days ago)
dmi.bios.date: 09/11/2014
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A05
dmi.board.name: 0D13CR
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: 0.1
dmi.modalias: 
dmi:bvnDellInc.:bvrA05:bd09/11/2014:svnDellInc.:pnXPS139333:pvr:rvnDellInc.:rn0D13CR:rvrA00:cvnDellInc.:ct8:cvr0.1:
dmi.product.name: XPS13 9333
dmi.sys.vendor: Dell Inc.
mtime.conffile..etc.modprobe.d.alsa.base.conf: 2014-11-20T15:16:37.735889

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


** Tags: amd64 apport-bug trusty

** Attachment added: "Schermata del 2015-04-29 13:53:30.png"
   
https://bugs.launchpad.net/bugs/1449987/+attachment/4387480/+files/Schermata%20del%202015-04-29%2013%3A53%3A30.png

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

Title:
  [hostname 9333, Intel Haswell HDMI, Digital Out, HDMI] No sound at all

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  Very often at the system starting-up the audio isn't working (completely 
mute).
  Opening audio settings -> output, there is reported none device.

  Only by typing in bash "dpkg-reconfigure oem-audio-hda-daily-
  dkms_0.201502151246~ubuntu14.04.1_all.deb" at system's restart the
  audio works for only one time, at next system restart there's the same
  problem.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.16.0-36.48~14.04.1-generic 3.16.7-ckt9
  Uname: Linux 3.16.0-36-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.10
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D3p:   lorenzo2614 F...m pulseaudio
   /dev/snd/controlC0:  lorenzo2614 F pulseaudio
  CurrentDesktop: Unity
  Date: Wed Apr 29 13:25:01 2015
  DistributionChannelDescriptor:
   # This is a distribution channel descriptor
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-precise-amd64-20130203-1
  InstallationDate: Installed on 2014-11-20 (159 days ago)
  InstallationMedia: Ubuntu 12.04 "Precise" - Build amd64 LIVE Binary 
20130203-13:50
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:HDMI failed
  Symptom_Card: Audio interno - HDA Intel HDMI
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D3p:   lorenzo2614 F...m pulseaudio
   /dev/snd/controlC0:  lorenzo2614 F pulseaudio
  Symptom_Jack: Digital Out, HDMI
  Symptom_Type: No sound at all
  Title: [hostname 9333, Intel Haswell HDMI, Digital Out, HDMI] No sound at all
  UpgradeStatus: Upgraded to trusty on 2015-02-14 (73 days ago)
  dmi.bios.date: 09/11/2014
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A05
  dmi.board.name: 0D13CR
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnDellInc.:bvrA05:bd09/11/2014:svnDellInc.:pnXPS139333:pvr:rvnDellInc.:rn0D13CR:rvrA00:cvnDellInc.:ct8

[Desktop-packages] [Bug 1448407] Re: icons size issues in Nautilus

2015-04-29 Thread Wolf Rogner
Well, its the default (Humanity and Gnome for LibreOffice).
Screenshot attached.

I checked with Gnome, there are suitable icon sizes available.


** Attachment added: "Screenshot from 2015-04-29 13:55:23.png"
   
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1448407/+attachment/4387488/+files/Screenshot%20from%202015-04-29%2013%3A55%3A23.png

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

Title:
  icons size issues in Nautilus

Status in nautilus package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 15.04 (right after upgrade)
  Macbook Pro Retina 15 (menu scaling to 1,62)

  Nautilus scaling 150% for icons and 66% for lists

  Icons in Nautilus are displayed properly except for LibreOffice icons which 
are displayed 200-250%.
  Previews are displayed same size as LibreOffice icons.
  MS document files are displayed properly (150%)

  Dragging a file over a folder previously (14.10) made the folder
  darker (sometimes changing icon to opened) and the file could be
  dropped.

  In 15.04 (Nautilus 3.14.2) the folder icon SHRINKS (to 100%) and
  cannot be seen under the dragged icon.

  Would be nice if the old behaviour would be restored.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: nautilus 1:3.14.2-0ubuntu9
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  NonfreeKernelModules: nvidia wl
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sat Apr 25 11:26:58 2015
  GsettingsChanges:
   b'org.gnome.nautilus.list-view' b'use-tree-view' b'true'
   b'org.gnome.nautilus.list-view' b'default-column-order' b"['name', 'size', 
'type', 'date_modified', 'owner', 'group', 'permissions', 'mime_type', 'where', 
'date_accessed']"
  InstallationDate: Installed on 2013-05-17 (707 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64+mac 
(20130424)
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to vivid on 2015-04-25 (0 days ago)

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

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


[Desktop-packages] [Bug 932439] Re: Horizontal scrolling reversed recently

2015-04-29 Thread Leonard
This may have re-occurred in Vivid.
I just installed 15.04 x64 Desktop, using Nemo in Compact View when just 
hovering in the directory using the scroll wheel up is right and down is left.  
This is the reverse of the scroll wheel behaviour in 14.04.

When the mouse is hovered over the scroll bar in Nemo the scroll wheel 
behaviour is correct (up goes right, down goes left).
I also tested on the scroll bar in Synaptic and found on the non-Unity scroll 
bar the horizontal direction is reversed.

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

Title:
  Horizontal scrolling reversed recently

Status in xserver-xorg-input-evdev:
  In Progress
Status in xserver-xorg-input-evdev package in Ubuntu:
  Fix Released

Bug description:
  I use an Apple Might Mouse (http://fundapk.com/wp-
  content/uploads/2011/04/Mighty-Mouse-2005.jpg). The nub in the middle
  allows for both vertical and horizontal scrolling in the same wheel.

  The mouse scroll wheel and/or track pad (my laptop is in the shop so I
  can't test that) direction changed recently. When I scroll to the
  right, expecting to move the window (nautilus, say) to the right, it
  doesn't, it goes left. I think this is called 'natural scrolling'.

  Down still scrolls down, up still scrolls up, but left and right seem
  reversed.

  0003:05AC

  [3.926287] input: Mitsumi Electric Apple Optical USB Mouse as 
/devices/pci:00/:00:06.0/usb4/4-4/4-4:1.0/input/input6
  [3.926392] apple 0003:05AC:0304.0004: input,hidraw3: USB HID v1.10 Mouse 
[Mitsumi Electric Apple Optical USB Mouse] on usb-:00:06.0-4/input0

  Bus 004 Device 003: ID 05ac:0304 Apple, Inc. Optical USB Mouse
  [Mitsumi]

  [ 5.872] (II) config/udev: Adding input device Mitsumi Electric Apple 
Optical USB Mouse (/dev/input/event6)
  [ 5.872] (**) Mitsumi Electric Apple Optical USB Mouse: Applying 
InputClass "evdev pointer catchall"
  [ 5.872] (**) evdev: Mitsumi Electric Apple Optical USB Mouse: Device: 
"/dev/input/event6"
  [ 5.872] (--) evdev: Mitsumi Electric Apple Optical USB Mouse: Vendor 
0x5ac Product 0x304
  [ 5.872] (--) evdev: Mitsumi Electric Apple Optical USB Mouse: Found 8 
mouse buttons
  [ 5.872] (--) evdev: Mitsumi Electric Apple Optical USB Mouse: Found 
scroll wheel(s)
  [ 5.872] (--) evdev: Mitsumi Electric Apple Optical USB Mouse: Found 
relative axes
  [ 5.872] (--) evdev: Mitsumi Electric Apple Optical USB Mouse: Found x 
and y relative axes
  [ 5.872] (II) evdev: Mitsumi Electric Apple Optical USB Mouse: 
Configuring as mouse
  [ 5.872] (II) evdev: Mitsumi Electric Apple Optical USB Mouse: Adding 
scrollwheel support
  [ 5.872] (**) evdev: Mitsumi Electric Apple Optical USB Mouse: 
YAxisMapping: buttons 4 and 5
  [ 5.872] (**) evdev: Mitsumi Electric Apple Optical USB Mouse: 
EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
  [ 5.872] (**) Option "config_info" 
"udev:/sys/devices/pci:00/:00:06.0/usb4/4-4/4-4:1.0/input/input6/event6"
  [ 5.872] (II) XINPUT: Adding extended input device "Mitsumi Electric 
Apple Optical USB Mouse" (type: MOUSE, id 11)
  [ 5.873] (II) config/udev: Adding input device Mitsumi Electric Apple 
Optical USB Mouse (/dev/input/mouse1)

  ⎡ Virtual core pointerid=2[master pointer  (3)]
  ⎜   ↳ Mitsumi Electric Apple Optical USB Mouseid=11   [slave  pointer 
 (2)]

  version.compiz: compiz 1:0.9.7.0~bzr2995-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.30-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 8.0~rc2-0ubuntu5
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 8.0~rc2-0ubuntu5
  version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 
1:2.6.99.901+git20120126-0ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu3
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build2

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

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


[Desktop-packages] [Bug 1314059] Re: Laptop builtin display is black after wakeup, "could not set the configuration for CRTC 79"

2015-04-29 Thread Dev
 Me too.

Seems to happen almost all of the time. On rare occasions, it will wake
properly.

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

Title:
  Laptop builtin display is black after wakeup, "could not set the
  configuration for CRTC 79"

Status in unity-settings-daemon package in Ubuntu:
  New

Bug description:
  After waking up, first display (built in of Thinkpad L412) appears
  black and message box "Could not set the monitor configuration: could
  not set the configuration for CRTC 79" appeared (visible on second
  monitor).

  $ xrandr
  Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 8192 x 8192
  VGA-0 connected primary 1920x1080+0+0 (normal left inverted right x axis y 
axis) 531mm x 298mm
     1920x1080  60.0*+
     1680x1050  60.0
     1600x900   60.0
     1280x1024  75.0 60.0
     1280x800   59.8
     1152x864   75.0
     1280x720   60.0
     1024x768   75.1 60.0
     832x62474.6
     800x60075.0 60.3
     640x48075.0 60.0
     720x40070.1
  LVDS connected (normal left inverted right x axis y axis)
     1366x768   60.0 +   50.0
     1280x720   59.9
     1152x768   59.8
     1024x768   59.9
     800x60059.9
     848x48059.7
     720x48059.7
     640x48059.4
  DisplayPort-0 disconnected (normal left inverted right x axis y axis)
  DisplayPort-1 disconnected (normal left inverted right x axis y axis)

  
  $ sudo lshw -c video
*-display   
 description: VGA compatible controller
 product: RV710/M92 [Mobility Radeon HD 4530/4570/545v]
 vendor: Advanced Micro Devices, Inc. [AMD/ATI]
 physical id: 0
 bus info: pci@:01:00.0
 version: 00
 width: 32 bits
 clock: 33MHz
 capabilities: pm pciexpress msi vga_controller bus_master cap_list rom
 configuration: driver=radeon latency=0
 resources: irq:43 memory:d000-dfff ioport:2000(size=256) 
memory:cfef-cfef memory:cfe0-cfe1

  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity-settings-daemon 14.04.0+14.04.20140414-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Apr 29 11:22:20 2014
  ExecutablePath: /usr/lib/unity-settings-daemon/unity-settings-daemon
  InstallationDate: Installed on 2013-10-23 (187 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: unity-settings-daemon
  UpgradeStatus: Upgraded to trusty on 2014-04-18 (10 days ago)

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

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


[Desktop-packages] [Bug 1449991] [NEW] Upgrade poppler to latest stable version 0.32

2015-04-29 Thread Pander
Public bug reported:

Please upgrade poppler and poppler-utils to latest stable version, which
is 0.32 since March 2015

See also http://poppler.freedesktop.org/

** Affects: poppler (Ubuntu)
 Importance: Undecided
 Status: Confirmed


** Tags: 15.04 15.10 upgrade-software-version

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

Title:
  Upgrade poppler to latest stable version 0.32

Status in poppler package in Ubuntu:
  Confirmed

Bug description:
  Please upgrade poppler and poppler-utils to latest stable version,
  which is 0.32 since March 2015

  See also http://poppler.freedesktop.org/

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

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


[Desktop-packages] [Bug 1449991] Re: Upgrade poppler to latest stable version 0.32

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

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

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

Title:
  Upgrade poppler to latest stable version 0.32

Status in poppler package in Ubuntu:
  Confirmed

Bug description:
  Please upgrade poppler and poppler-utils to latest stable version,
  which is 0.32 since March 2015

  See also http://poppler.freedesktop.org/

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

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


[Desktop-packages] [Bug 1377872] Re: Double-buffered compositing performance is sometimes very poor (30 FPS) on intel

2015-04-29 Thread Kevin DuBois
Just for clarity's sake, INTEL_DEBUG=sync doesn't seem to make any
difference, but nbuffers=3 seems to avert the problem

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

Title:
  Double-buffered compositing performance is sometimes very poor (30
  FPS) on intel

Status in Mesa:
  Confirmed
Status in Mir:
  Confirmed
Status in mesa package in Ubuntu:
  Confirmed

Bug description:
  Double-buffered compositing performance is sometimes artificially poor
  on some intel systems. When this happens the frame rate seen is halved
  - about 30 FPS. However at the same time, Mir is observed to use very
  little render time and both the CPU and GPU are still mostly idle.
  It's just the Intel DRM logic sometimes takes two frames (~32ms) to
  complete a single page flip.

  Two known workarounds avoid the issue:
(a) Add glFinish() into the mesa DisplayBuffer code; or
(b) env INTEL_DEBUG=sync for the Mir server binary.

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

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


[Desktop-packages] [Bug 1449982] Re: shockwave crash, screen freeze. have to re-boot constantly package libreoffice-impress 1:4.2.7-0ubuntu2 failed to install/upgrade: cannot copy extracted data for '

2015-04-29 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  It seems that there was an error on your system when
trying to install a particular package.  Please execute the following
command, as it will clear your package cache, in a terminal:

sudo apt-get clean

Then try performing the update again.  This will likely resolve your
issue, but the failure could be caused by filesystem or memory
corruption.  So please also run a fsck on your filesystem(s) and a
memory test.  Thanks in advance!

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

** Tags added: corrupted-package

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

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

Title:
  shockwave crash, screen freeze. have to re-boot constantly package
  libreoffice-impress 1:4.2.7-0ubuntu2 failed to install/upgrade: cannot
  copy extracted data for
  './usr/lib/libreoffice/program/libPresenterScreenlo.so' to
  '/usr/lib/libreoffice/program/libPresenterScreenlo.so.dpkg-new':
  unexpected end of file or stream

Status in libreoffice package in Ubuntu:
  Invalid

Bug description:
  constant freeze or crash while in google chrome. get an "aww snap"
  screen. Entire computer freezes and must turn off an reboot. ony has
  this problem since upgrading to Ubuntu 14.04

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: libreoffice-impress 1:4.2.7-0ubuntu2
  ProcVersionSignature: Ubuntu 3.13.0-49.83-generic 3.13.11-ckt17
  Uname: Linux 3.13.0-49-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.10
  Architecture: i386
  Date: Tue Apr 28 07:39:46 2015
  DuplicateSignature: package:libreoffice-impress:1:4.2.7-0ubuntu2:cannot copy 
extracted data for './usr/lib/libreoffice/program/libPresenterScreenlo.so' to 
'/usr/lib/libreoffice/program/libPresenterScreenlo.so.dpkg-new': unexpected end 
of file or stream
  ErrorMessage: cannot copy extracted data for 
'./usr/lib/libreoffice/program/libPresenterScreenlo.so' to 
'/usr/lib/libreoffice/program/libPresenterScreenlo.so.dpkg-new': unexpected end 
of file or stream
  SourcePackage: libreoffice
  Title: package libreoffice-impress 1:4.2.7-0ubuntu2 failed to 
install/upgrade: cannot copy extracted data for 
'./usr/lib/libreoffice/program/libPresenterScreenlo.so' to 
'/usr/lib/libreoffice/program/libPresenterScreenlo.so.dpkg-new': unexpected end 
of file or stream
  UpgradeStatus: Upgraded to trusty on 2014-08-26 (245 days ago)

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

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


[Desktop-packages] [Bug 1219274] Re: evolution crashed with SIGSEGV in g_type_check_instance_is_a()

2015-04-29 Thread Bug Watch Updater
** Changed in: evolution
   Status: New => Expired

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

Title:
  evolution crashed with SIGSEGV in g_type_check_instance_is_a()

Status in The Evolution Mail & Calendaring Tool:
  Expired
Status in evolution package in Ubuntu:
  New

Bug description:
  Open Evolution.
  Disconnect a wireless network when evo scan the inbox.
  evo show a message "*Evo offline*" 
  connect a wirelles network.
  crash.

  ProblemType: Crash
  DistroRelease: Ubuntu 13.10
  Package: evolution 3.9.4-0ubuntu1~saucy1 [origin: 
LP-PPA-gnome3-team-gnome3-staging]
  ProcVersionSignature: Ubuntu 3.11.0-4.9-generic 3.11.0-rc7
  Uname: Linux 3.11.0-4-generic x86_64
  ApportVersion: 2.12.1-0ubuntu3
  Architecture: amd64
  Date: Sat Aug 31 09:46:50 2013
  ExecutablePath: /usr/bin/evolution
  ExecutableTimestamp: 1374662908
  InstallationDate: Installed on 2013-07-07 (54 days ago)
  InstallationMedia: Ubuntu-GNOME 13.10 "Saucy Salamander" - Alpha amd64 
(20130704)
  MarkForUpload: True
  ProcCmdline: evolution
  ProcCwd: /home/fabio
  SegvAnalysis:
   Segfault happened at: 0x7f9276d76c9c :
testb  $0x4,0x16(%r8)
   PC (0x7f9276d76c9c) ok
   source "$0x4" ok
   destination "0x16(%r8)" (0x495541d689495656) not located in a known VMA 
region (needed writable region)!
  SegvReason: writing unknown VMA
  Signal: 11
  SourcePackage: evolution
  StacktraceTop:
   g_type_check_instance_is_a 
(type_instance=type_instance@entry=0x7f91e8002c70, iface_type=) 
at /build/buildd/glib2.0-2.37.6/./gobject/gtype.c:3975
   e_alert_response (alert=0x7f91e8002c70, response_id=-7) at e-alert.c:944
   _g_closure_invoke_va (closure=0x7f927efc1e70, return_value=0x0, 
instance=0x7f927efd0d40, args=0x7fff12faaaf8, n_params=0, param_types=0x0) at 
/build/buildd/glib2.0-2.37.6/./gobject/gclosure.c:840
   g_signal_emit_valist (instance=0x7f927efd0d40, signal_id=, 
detail=, var_args=var_args@entry=0x7fff12faaaf8) at 
/build/buildd/glib2.0-2.37.6/./gobject/gsignal.c:3234
   g_signal_emit (instance=, signal_id=, 
detail=) at /build/buildd/glib2.0-2.37.6/./gobject/gsignal.c:3382
  Title: evolution crashed with SIGSEGV in g_type_check_instance_is_a()
  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/evolution/+bug/1219274/+subscriptions

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


[Desktop-packages] [Bug 1445221] Update Released

2015-04-29 Thread Chris J Arges
The verification of the Stable Release Update for xserver-xorg-video-
intel has completed successfully and the package has now been released
to -updates.  Subsequently, the Ubuntu Stable Release Updates Team is
being unsubscribed and will not receive messages about this bug report.
In the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

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

Title:
  [BSW] Backport fixes to solve promotion video playback issue

Status in HWE Next Project:
  Fix Committed
Status in xserver-xorg-video-intel package in Ubuntu:
  Fix Released
Status in xserver-xorg-video-intel source package in Trusty:
  Fix Released

Bug description:
  In Braswell platform, it needs the following commit to properly run
  Ubuntu promotion video

  commit 2afeef0c3ffeae768198fc08c9f365ccd28b7f5d
  Author: Chris Wilson 
  Date:   Thu May 15 11:28:48 2014 +0100

  sna: Mark the CHV vsync method as unknown

  Similar to the story with Baytrail, vsync is a lost art.

  Signed-off-by: Chris Wilson 

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1445221/+subscriptions

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


[Desktop-packages] [Bug 1444436] Re: [BDW GT3] Backport fixes to unbreak X

2015-04-29 Thread Launchpad Bug Tracker
This bug was fixed in the package xserver-xorg-video-intel -
2:2.99.910-0ubuntu1.6

---
xserver-xorg-video-intel (2:2.99.910-0ubuntu1.6) trusty-proposed; urgency=medium

  * sna-mark-the-chv-vsync-method-as-unknown.diff: Fix video playback
on CHV. (LP: #1445221)

xserver-xorg-video-intel (2:2.99.910-0ubuntu1.5) trusty-proposed;
urgency=medium

  * bdw-annotate-more-64bit-pointer-locations.diff
bdw-clamp-urb-allocations-for-gt3.diff:
Fix BDW GT3. (LP: #136)
 -- Timo AaltonenFri, 17 Apr 2015 08:00:47 +0300

** Changed in: xserver-xorg-video-intel (Ubuntu Trusty)
   Status: Fix Committed => Fix Released

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

Title:
  [BDW GT3] Backport fixes to unbreak X

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 source package in Trusty:
  Fix Released
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:
  [Impact]

  BDW GT3 need these to properly render menus, windows:

  commit de54a93217cc550c44ee138f0511ede6925d84e0
  Author: Chris Wilson 
  Date:   Wed Oct 22 19:30:21 2014 +0100

  sna/gen8: Annotate more 64bit pointer locations

  commit 7a9bdadd71730adc5266bc6758982abec5917b93
  Author: Chris Wilson 
  Date:   Wed Oct 22 19:31:10 2014 +0100

  sna/gen8: Clamp URB allocations for GT3

  [Test case]

  Log in unity, see how window borders and menus are rendered
  incorrectly

  [Regression potential]

  Slim, this has been upstream for half a year.

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

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


[Desktop-packages] [Bug 1444436] Update Released

2015-04-29 Thread Chris J Arges
The verification of the Stable Release Update for xserver-xorg-video-
intel has completed successfully and the package has now been released
to -updates.  Subsequently, the Ubuntu Stable Release Updates Team is
being unsubscribed and will not receive messages about this bug report.
In the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

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

Title:
  [BDW GT3] Backport fixes to unbreak X

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 source package in Trusty:
  Fix Released
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:
  [Impact]

  BDW GT3 need these to properly render menus, windows:

  commit de54a93217cc550c44ee138f0511ede6925d84e0
  Author: Chris Wilson 
  Date:   Wed Oct 22 19:30:21 2014 +0100

  sna/gen8: Annotate more 64bit pointer locations

  commit 7a9bdadd71730adc5266bc6758982abec5917b93
  Author: Chris Wilson 
  Date:   Wed Oct 22 19:31:10 2014 +0100

  sna/gen8: Clamp URB allocations for GT3

  [Test case]

  Log in unity, see how window borders and menus are rendered
  incorrectly

  [Regression potential]

  Slim, this has been upstream for half a year.

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

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


[Desktop-packages] [Bug 1445221] Re: [BSW] Backport fixes to solve promotion video playback issue

2015-04-29 Thread Launchpad Bug Tracker
This bug was fixed in the package xserver-xorg-video-intel -
2:2.99.910-0ubuntu1.6

---
xserver-xorg-video-intel (2:2.99.910-0ubuntu1.6) trusty-proposed; urgency=medium

  * sna-mark-the-chv-vsync-method-as-unknown.diff: Fix video playback
on CHV. (LP: #1445221)

xserver-xorg-video-intel (2:2.99.910-0ubuntu1.5) trusty-proposed;
urgency=medium

  * bdw-annotate-more-64bit-pointer-locations.diff
bdw-clamp-urb-allocations-for-gt3.diff:
Fix BDW GT3. (LP: #136)
 -- Timo AaltonenFri, 17 Apr 2015 08:00:47 +0300

** Changed in: xserver-xorg-video-intel (Ubuntu Trusty)
   Status: Fix Committed => Fix Released

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

Title:
  [BSW] Backport fixes to solve promotion video playback issue

Status in HWE Next Project:
  Fix Committed
Status in xserver-xorg-video-intel package in Ubuntu:
  Fix Released
Status in xserver-xorg-video-intel source package in Trusty:
  Fix Released

Bug description:
  In Braswell platform, it needs the following commit to properly run
  Ubuntu promotion video

  commit 2afeef0c3ffeae768198fc08c9f365ccd28b7f5d
  Author: Chris Wilson 
  Date:   Thu May 15 11:28:48 2014 +0100

  sna: Mark the CHV vsync method as unknown

  Similar to the story with Baytrail, vsync is a lost art.

  Signed-off-by: Chris Wilson 

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1445221/+subscriptions

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


[Desktop-packages] [Bug 1450012] [NEW] Can't use "Messaging" menu for webapps and can't install new webapps like vkcom

2015-04-29 Thread Ihor Romanyshyn
Public bug reported:

Can't use "Messaging" menu for webapps and can't install new webapps
like vkcom. Messaging menu just appears Thunderbird and nothing else.
Found this problem in 14.10 when switched to it from 14.04 with same
/home partition.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: unity-webapps-common 2.4.17+14.04.20140416-0ubuntu1
ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
Uname: Linux 3.19.0-15-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.17.2-0ubuntu1
Architecture: amd64
Date: Wed Apr 29 15:37:22 2015
InstallationDate: Installed on 2014-11-04 (175 days ago)
InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
PackageArchitecture: all
SourcePackage: webapps-applications
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: webapps-applications (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug vivid

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

Title:
  Can't use "Messaging" menu for webapps and can't install new webapps
  like vkcom

Status in webapps-applications package in Ubuntu:
  New

Bug description:
  Can't use "Messaging" menu for webapps and can't install new webapps
  like vkcom. Messaging menu just appears Thunderbird and nothing else.
  Found this problem in 14.10 when switched to it from 14.04 with same
  /home partition.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: unity-webapps-common 2.4.17+14.04.20140416-0ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  Date: Wed Apr 29 15:37:22 2015
  InstallationDate: Installed on 2014-11-04 (175 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  PackageArchitecture: all
  SourcePackage: webapps-applications
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1443016] Re: package fglrx-updates-core 2:15.200-0ubuntu0.1 failed to install/upgrade: trying to overwrite '/etc/acpi/fglrx-powermode.sh', which is also in package fglrx-update

2015-04-29 Thread Chris J Arges
** Also affects: fglrx-installer-updates (Ubuntu Trusty)
   Importance: Undecided
   Status: New

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

Title:
  package fglrx-updates-core 2:15.200-0ubuntu0.1 failed to
  install/upgrade: trying to overwrite '/etc/acpi/fglrx-powermode.sh',
  which is also in package fglrx-updates 2:13.350.1-0ubuntu2

Status in fglrx-installer-updates package in Ubuntu:
  Fix Released
Status in fglrx-installer-updates source package in Trusty:
  New

Bug description:
  While installing

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: fglrx-updates-core 2:15.200-0ubuntu0.1
  ProcVersionSignature: Ubuntu 3.13.0-49.81-generic 3.13.11-ckt17
  Uname: Linux 3.13.0-49-generic x86_64
  NonfreeKernelModules: fglrx
  .tmp.unity.support.test.1:
   
  ApportVersion: 2.14.1-0ubuntu3.8
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Sat Apr 11 08:28:21 2015
  DistUpgraded: 2014-04-03 19:18:37,545 DEBUG enabling apt cron job
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus: fglrx-updates-core, 15.200, 3.13.0-49-generic, x86_64: installed
  DpkgTerminalLog:
   Preparing to unpack .../fglrx-updates-core_2%3a15.200-0ubuntu0.1_amd64.deb 
...
   Unpacking fglrx-updates-core (2:15.200-0ubuntu0.1) ...
   dpkg: error processing archive 
/var/cache/apt/archives/fglrx-updates-core_2%3a15.200-0ubuntu0.1_amd64.deb 
(--unpack):
trying to overwrite '/etc/acpi/fglrx-powermode.sh', which is also in 
package fglrx-updates 2:13.350.1-0ubuntu2
  DuplicateSignature: package:fglrx-updates-core:2:15.200-0ubuntu0.1:trying to 
overwrite '/etc/acpi/fglrx-powermode.sh', which is also in package 
fglrx-updates 2:13.350.1-0ubuntu2
  ErrorMessage: trying to overwrite '/etc/acpi/fglrx-powermode.sh', which is 
also in package fglrx-updates 2:13.350.1-0ubuntu2
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Cape Verde PRO [Radeon HD 7750 / R7 
250E] [1002:683f] (prog-if 00 [VGA controller])
 Subsystem: PC Partner Limited / Sapphire Technology Device [174b:e213]
  InstallationDate: Installed on 2012-05-13 (1063 days ago)
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  MachineType: To be filled by O.E.M. To be filled by O.E.M.
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-49-generic 
root=UUID=8d140bde-7d49-4578-954a-48023f906c94 ro quiet splash vt.handoff=7
  Renderer: Software
  SourcePackage: fglrx-installer-updates
  Title: package fglrx-updates-core 2:15.200-0ubuntu0.1 failed to 
install/upgrade: trying to overwrite '/etc/acpi/fglrx-powermode.sh', which is 
also in package fglrx-updates 2:13.350.1-0ubuntu2
  UpgradeStatus: Upgraded to trusty on 2014-04-03 (373 days ago)
  dmi.bios.date: 03/12/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1102
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: M5A97
  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.:bvr1102:bd03/12/2012:svnTobefilledbyO.E.M.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnASUSTeKCOMPUTERINC.:rnM5A97: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.
  modified.conffile..etc.OpenCL.vendors.amdocl64.icd: [deleted]
  version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
  version.fglrx-installer: fglrx-installer N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.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: Sun Apr 12 08:29:08 2015
  xserver.configfile: default
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   
  xserver.version: 2:1.15.1-0ubuntu2.7

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

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

[Desktop-packages] [Bug 1449112] Re: can't move files to trash without any owner/permission issues

2015-04-29 Thread Sebastien Bacher
thanks

** Changed in: nautilus (Ubuntu)
   Status: New => Triaged

** Also affects: nautilus via
   https://bugzilla.gnome.org/show_bug.cgi?id=748629
   Importance: Unknown
   Status: Unknown

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

Title:
  can't move files to trash without any owner/permission issues

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

Bug description:
  This is something that wouldn't happen before upgrading from Ubuntu
  14.10 / Nautilus 3.10 to Ubuntu 15.04 / Nautilus 3.14:

  I have a proper HOME partition and most User folders there (Documents,
  Downloads, Music, Pictures, Videos) are merely SYMLINKS to folders
  with the same names in a DATA partition which is mounted automatically
  at startup with proper options in fstab.

  Now -- unlike before -- when I attempt to delete an item in one of
  these folders after I open it via the SYMLINK I get the message "...
  can't be put in the trash. Do you want to delete it immediately?"
  although it is immediately moved to the Trash after I open the folder
  via the Data partition in the sidebar. (Naturally there are no such
  problems with items in other (real) items in my Home folder.

  Nautilus now seems confused about / not knowing where to move the item
  in question; to the Trash folder in the Home partition (symlink
  location) or the Data partition (real item location).

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

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


[Desktop-packages] [Bug 1449991] Re: Upgrade poppler to latest stable version 0.32

2015-04-29 Thread Sebastien Bacher
Thanks but we know about not uptodate versions, no need to file bugs
about those

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

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

Title:
  Upgrade poppler to latest stable version 0.32

Status in poppler package in Ubuntu:
  Confirmed

Bug description:
  Please upgrade poppler and poppler-utils to latest stable version,
  which is 0.32 since March 2015

  See also http://poppler.freedesktop.org/

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

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


[Desktop-packages] [Bug 1448407] Re: icons size issues in Nautilus

2015-04-29 Thread Sebastien Bacher
weird but I can't confirm the issue with those icons...

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

Title:
  icons size issues in Nautilus

Status in nautilus package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 15.04 (right after upgrade)
  Macbook Pro Retina 15 (menu scaling to 1,62)

  Nautilus scaling 150% for icons and 66% for lists

  Icons in Nautilus are displayed properly except for LibreOffice icons which 
are displayed 200-250%.
  Previews are displayed same size as LibreOffice icons.
  MS document files are displayed properly (150%)

  Dragging a file over a folder previously (14.10) made the folder
  darker (sometimes changing icon to opened) and the file could be
  dropped.

  In 15.04 (Nautilus 3.14.2) the folder icon SHRINKS (to 100%) and
  cannot be seen under the dragged icon.

  Would be nice if the old behaviour would be restored.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: nautilus 1:3.14.2-0ubuntu9
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  NonfreeKernelModules: nvidia wl
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sat Apr 25 11:26:58 2015
  GsettingsChanges:
   b'org.gnome.nautilus.list-view' b'use-tree-view' b'true'
   b'org.gnome.nautilus.list-view' b'default-column-order' b"['name', 'size', 
'type', 'date_modified', 'owner', 'group', 'permissions', 'mime_type', 'where', 
'date_accessed']"
  InstallationDate: Installed on 2013-05-17 (707 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64+mac 
(20130424)
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to vivid on 2015-04-25 (0 days ago)

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

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


[Desktop-packages] [Bug 1448764] Re: Nautilus opens as a different app

2015-04-29 Thread Sebastien Bacher
you have org.gnome.Nautilus.desktop in that config which is correct, do
you have a local nautilus .desktop in .local/share/applications? how do
you start it? do you get the issue in a guest session?

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

Title:
  Nautilus opens as a different app

Status in nautilus package in Ubuntu:
  Incomplete

Bug description:
  I'm sorry if this is just a very small bug, it really annoys me.
  I have Nautilus locked on my Launcher. When I click on its icon, nautilus 
should be "attached" to that icon.
  However, it opens at the bottom like a different application (look at image 
for example).
  Thanks in advance
  William

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: nautilus 1:3.14.2-0ubuntu9
  ProcVersionSignature: Ubuntu 3.16.0-28.38-generic 3.16.7-ckt1
  Uname: Linux 3.16.0-28-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Apr 26 20:41:55 2015
  GsettingsChanges:
   b'org.gnome.nautilus.list-view' b'default-visible-columns' b"['name', 
'size', 'type', 'date_modified', 'mime_type']"
   b'org.gnome.nautilus.list-view' b'use-tree-view' b'true'
   b'org.gnome.nautilus.list-view' b'default-column-order' b"['name', 'size', 
'type', 'date_modified', 'owner', 'group', 'permissions', 'mime_type', 'where', 
'date_accessed']"
  InstallationDate: Installed on 2014-09-06 (232 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to vivid on 2015-04-23 (3 days ago)

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

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


[Desktop-packages] [Bug 1449700] Re: evince crashed with SIGSEGV in add_range()

2015-04-29 Thread Sebastien Bacher
thanks

** Changed in: evince (Ubuntu)
   Status: New => Triaged

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

Title:
  evince crashed with SIGSEGV in add_range()

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

Bug description:
  To reproduce this bug:

   - load the attached PS file into evince
   - if thumbnails are not displayed press F9 and choose to display thumbnails
   - wait for the crash

  ProblemType: Crash
  DistroRelease: Ubuntu 15.04
  Package: evince 3.16.0-0ubuntu1~vivid1 [origin: 
LP-PPA-gnome3-team-gnome3-staging]
  ProcVersionSignature: Error: [Errno 2] No such file or directory: 
'/proc/version_signature'
  Uname: Linux 4.0.0-04-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Tue Apr 28 20:03:29 2015
  EcryptfsInUse: Yes
  ExecutablePath: /usr/bin/evince
  ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-4.0.0-04-generic 
root=UUID=749a9901-bdd3-4b5f-b80e-69414667e058 ro enable_mtrr_cleanup 
mtrr_spare_reg_nr=1 mtrr_gran_size=32M mtrr_chunk_size=128M quiet splash 
vt.handoff=7
  SegvAnalysis:
   Segfault happened at: 0x7effc04a7610 :   
mov0x1c(%rdi),%eax
   PC (0x7effc04a7610) ok
   source "0x1c(%rdi)" (0x001c) not located in a known VMA region (needed 
readable region)!
   destination "%eax" ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: evince
  StacktraceTop:
   cairo_surface_set_device_scale () at /usr/lib/x86_64-linux-gnu/libcairo.so.2
   thumbnail_job_completed_callback (job=0x268acf0 [EvJobThumbnail], 
sidebar_thumbnails=) at 
/build/buildd/evince-3.16.0/./shell/ev-sidebar-thumbnails.c:941
   _g_closure_invoke_va (closure=0x0, closure@entry=0x27fd230, 
return_value=0x2238970, return_value@entry=0x0, instance=0x26284c0, 
instance@entry=0x268acf0, args=0x1, args@entry=0x7ffe80214180, 
n_params=35867472, param_types=0x255d1f0) at 
/build/buildd/glib2.0-2.44.0/./gobject/gclosure.c:831
   g_signal_emit_valist (instance=0x268acf0, signal_id=, 
detail=0, var_args=var_args@entry=0x7ffe80214180) at 
/build/buildd/glib2.0-2.44.0/./gobject/gsignal.c:3214
   g_signal_emit (instance=, signal_id=, 
detail=detail@entry=0) at /build/buildd/glib2.0-2.44.0/./gobject/gsignal.c:3361
  Title: evince crashed with SIGSEGV in cairo_surface_set_device_scale()
  UpgradeStatus: Upgraded to vivid on 2015-04-26 (2 days ago)
  UserGroups: adm autopilot cdrom dip fuse libvirtd lpadmin plugdev sambashare 
staff sudo

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

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


[Desktop-packages] [Bug 1067349] Re: Unity is sluggish and uses a lot of CPU (even with hardware support) on low-end systems

2015-04-29 Thread Christopher Townsend
Based on comment #14, I'm going to close this Fix Released.  If this
issue does still occur, this bug report can be reopened or a new bug
report can be filed.

** Changed in: unity
   Status: Triaged => Fix Released

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

** Changed in: unity
Milestone: 7.3.3 => None

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

Title:
  Unity is sluggish and uses a lot of CPU (even with hardware support)
  on low-end systems

Status in Unity:
  Fix Released
Status in unity package in Ubuntu:
  Fix Released

Bug description:
  I asked this question already on Askubuntu, but was directed to file a
  bug: I have a nice Lenovo Thinkpad Edge 11 AMD Neo II with a ATI
  Radeon 4225 integrated graphics device. In my perception this is
  already a not-so-lowspeced device, but still a netbook.

  Up to Ubuntu 12.04 precise pangolin I preferred Unity2D over Unity
  mainly because it did perform much better than Unity and moreover I
  was able to achieve 5-6h with one battery charge. The typical load of
  an idling desktop settled around 0.00 to 0.02.

  Yesterday I tried the new Beta 2 of Ubuntu Quantal Quetzal: This does
  no longer offer a Unity2D version. The performance itself has
  definitely improved over Unity in precise, but nevertheless I do
  experience now a minimum load of 0.24 to 0.36 while completely idling.
  According to top this is mainly due to compiz eating about 3-6% CPU
  all the time.

  In comparison to my Unity2D experience, quantal is more sluggish, eats
  much faster my battery and produces significant more fan noise. I
  already tried a few tweaks like static blurring, fast texture renderer
  or choosing alternate window manager on precise, but without a
  significant change.

  Are there ways which enable me to continue to use Ubuntu/Unity on my device 
without major loss of functionality, performance and battery life?
  --- 
  ApportVersion: 2.6.1-0ubuntu6
  Architecture: i386
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,workarounds,scale,expo,ezoom]
  DistroRelease: Ubuntu 12.10
  MarkForUpload: True
  Package: unity 6.8.0-0ubuntu2
  PackageArchitecture: i386
  ProcVersionSignature: Ubuntu 3.5.0-18.29-generic 3.5.7
  Tags:  quantal running-unity
  Uname: Linux 3.5.0-18-generic i686
  UpgradeStatus: Upgraded to quantal on 2012-11-06 (0 days ago)
  UserGroups: adm admin audio cdrom floppy fuse kvm lpadmin netdev plugdev tape 
video

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

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


[Desktop-packages] [Bug 1440570] Re: VNC'ing into gnome-session-flashback (Metacity) in non-shared desktop mode causes Super+KEY pressed behavior

2015-04-29 Thread Chris J Arges
Hello Christopher, or anyone else affected,

Accepted metacity into trusty-proposed. The package will build now and
be available at
http://launchpad.net/ubuntu/+source/metacity/1:2.34.13-0ubuntu4.1 in a
few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Description changed:

- When VNC'ing into gnome-session-flashback (Metacity) with either
- tightvncserver or vnc4server configured for non-shared desktop mode,
- when one opens a terminal for example, and types the "s" key, it acts as
- if the Super key is also pressed along with it. Hence, this appears to
- be a gnome-* issue.
+ [Impact]
+ When VNC'ing into gnome-session-flashback (Metacity) with either 
tightvncserver or vnc4server configured for non-shared desktop mode, when one 
opens a terminal for example, and types the "s" key, it acts as if the Super 
key is also pressed along with it. Hence, this appears to be a gnome-* issue.
  
+ [Test Case]
  Vivid new install setup for tightvncserver:
  sudo apt-get update && sudo apt-get -y dist-upgrade && sudo apt-get -y 
install xrdp gnome-session-flashback && sudo apt-get -y remove vino && nano 
.xsession
  #START
  export XDG_CURRENT_DESKTOP='GNOME-Flashback:Unity'
  exec gnome-session --session=gnome-flashback-metacity 
--disable-acceleration-check
  #END
  
  sudo nano /etc/xrdp/xrdp.ini
  
  change to:
  #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-Xvnc
  lib=libvnc.so
  username=ask
  password=ask
  ip=127.0.0.1
  port=-1
  #END
  
  Log out, log back in, and RDP in via either Windows Remote Desktop
  Connection or Remmina.
  
- WORKAROUND: Applications > System Tools > System Settings > Keyboard >
- Shortcuts > Disable all shortcuts containing the Super key.
+ 
+ [Regression Potential]
+ This patch adds an additional check for modmask. It is already in upstream 
metacity.
+ 
+ 
+ WORKAROUND: Applications > System Tools > System Settings > Keyboard > 
Shortcuts > Disable all shortcuts containing the Super key.
  
  WORKAROUND: Don't use the .xsession file with tightvncserver, but this
  then creates a shared desktop experience, instead of ones own, not seen
  by the user at the local console.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: vnc4server 4.1.1+xorg4.3.0-37.3ubuntu2
  ProcVersionSignature: Ubuntu 3.19.0-12.12-generic 3.19.3
  Uname: Linux 3.19.0-12-generic x86_64
  ApportVersion: 2.17-0ubuntu1
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Sun Apr  5 13:10:40 2015
  InstallationDate: Installed on 2014-12-14 (112 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Alpha amd64 (20141213)
  SourcePackage: vnc4
  UpgradeStatus: No upgrade log present (probably fresh install)

** Changed in: metacity (Ubuntu Trusty)
   Status: In Progress => Fix Committed

** Tags removed: verification-done

** Tags added: verification-needed

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

Title:
  VNC'ing into gnome-session-flashback (Metacity) in non-shared desktop
  mode causes Super+KEY pressed behavior

Status in metacity package in Ubuntu:
  Fix Released
Status in metacity source package in Trusty:
  Fix Committed
Status in metacity source package in Utopic:
  Confirmed
Status in metacity source package in Vivid:
  Fix Released

Bug description:
  [Impact]
  When VNC'ing into gnome-session-flashback (Metacity) with either 
tightvncserver or vnc4server configured for non-shared desktop mode, when one 
opens a terminal for example, and types the "s" key, it acts as if the Super 
key is also pressed along with it. Hence, this appears to be a gnome-* issue.

  [Test Case]
  Vivid new install setup for tightvncserver:
  sudo apt-get update && sudo apt-get -y dist-upgrade && sudo apt-get -y 
install xrdp gnome-session-flashback && sudo apt-get -y remove vino && nano 
.xsession
  #START
  export XDG_CURRENT_DESKTOP='GNOME-Flashback:Unity'
  exe

[Desktop-packages] [Bug 1448407] Re: icons size issues in Nautilus

2015-04-29 Thread Wolf Rogner
I have set display magnification to 1.62 in System Settings / Displays
I have set default icon magnification to 150% and list to 66% in Nautilus

I agree, it is strange.

The phenomenon is not constrained to LibreOffice icons. I found that
HTML files are the same icon size.

Here is a strange observation: the scalable icons of LibreOffice are
corrupt (see screenshot)

** Attachment added: "Screenshot from 2015-04-29 15:32:26.png"
   
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1448407/+attachment/4387526/+files/Screenshot%20from%202015-04-29%2015%3A32%3A26.png

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

Title:
  icons size issues in Nautilus

Status in nautilus package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 15.04 (right after upgrade)
  Macbook Pro Retina 15 (menu scaling to 1,62)

  Nautilus scaling 150% for icons and 66% for lists

  Icons in Nautilus are displayed properly except for LibreOffice icons which 
are displayed 200-250%.
  Previews are displayed same size as LibreOffice icons.
  MS document files are displayed properly (150%)

  Dragging a file over a folder previously (14.10) made the folder
  darker (sometimes changing icon to opened) and the file could be
  dropped.

  In 15.04 (Nautilus 3.14.2) the folder icon SHRINKS (to 100%) and
  cannot be seen under the dragged icon.

  Would be nice if the old behaviour would be restored.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: nautilus 1:3.14.2-0ubuntu9
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  NonfreeKernelModules: nvidia wl
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sat Apr 25 11:26:58 2015
  GsettingsChanges:
   b'org.gnome.nautilus.list-view' b'use-tree-view' b'true'
   b'org.gnome.nautilus.list-view' b'default-column-order' b"['name', 'size', 
'type', 'date_modified', 'owner', 'group', 'permissions', 'mime_type', 'where', 
'date_accessed']"
  InstallationDate: Installed on 2013-05-17 (707 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64+mac 
(20130424)
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to vivid on 2015-04-25 (0 days ago)

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

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


[Desktop-packages] [Bug 1450027] [NEW] [HP ProBook 6550b, IDT 92HD75B3X5, Green Headphone Out, Front] Playback problem - audio works fine without headphones

2015-04-29 Thread Jim Cheesman
Public bug reported:

Audio works fine through built-in speakers, doesn't work with headphones
plugged in. This is related to the 15.04 release, as they previously
worked fine. I've tested with other headphones just in case!

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: alsa-base 1.0.25+dfsg-0ubuntu4
ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
Uname: Linux 3.19.0-15-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.17.2-0ubuntu1
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/pcmC0D0p:   jim1770 F...m pulseaudio
 /dev/snd/controlC0:  jim1770 F pulseaudio
CurrentDesktop: X-Cinnamon
Date: Wed Apr 29 15:33:17 2015
InstallationDate: Installed on 2014-03-23 (401 days ago)
InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016.1)
PackageArchitecture: all
SourcePackage: alsa-driver
Symptom: audio
Symptom_AlsaPlaybackTest: ALSA playback test through plughw:MID failed
Symptom_Card: Built-in Audio - HDA Intel MID
Symptom_Jack: Green Headphone Out, Front
Symptom_Type: Only some of outputs are working
Title: [HP ProBook 6550b, IDT 92HD75B3X5, Green Headphone Out, Front] Playback 
problem
UpgradeStatus: Upgraded to vivid on 2015-04-28 (1 days ago)
dmi.bios.date: 06/25/2010
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: 68CDE Ver. F.01
dmi.board.name: 146D
dmi.board.vendor: Hewlett-Packard
dmi.board.version: KBC Version 73.11
dmi.chassis.asset.tag: CNU0334019
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68CDEVer.F.01:bd06/25/2010:svnHewlett-Packard:pnHPProBook6550b:pvr:rvnHewlett-Packard:rn146D:rvrKBCVersion73.11:cvnHewlett-Packard:ct10:cvr:
dmi.product.name: HP ProBook 6550b
dmi.sys.vendor: Hewlett-Packard

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


** Tags: amd64 apport-bug vivid

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

Title:
  [HP ProBook 6550b, IDT 92HD75B3X5, Green Headphone Out, Front]
  Playback problem  - audio works fine without headphones

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  Audio works fine through built-in speakers, doesn't work with
  headphones plugged in. This is related to the 15.04 release, as they
  previously worked fine. I've tested with other headphones just in
  case!

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0p:   jim1770 F...m pulseaudio
   /dev/snd/controlC0:  jim1770 F pulseaudio
  CurrentDesktop: X-Cinnamon
  Date: Wed Apr 29 15:33:17 2015
  InstallationDate: Installed on 2014-03-23 (401 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:MID failed
  Symptom_Card: Built-in Audio - HDA Intel MID
  Symptom_Jack: Green Headphone Out, Front
  Symptom_Type: Only some of outputs are working
  Title: [HP ProBook 6550b, IDT 92HD75B3X5, Green Headphone Out, Front] 
Playback problem
  UpgradeStatus: Upgraded to vivid on 2015-04-28 (1 days ago)
  dmi.bios.date: 06/25/2010
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68CDE Ver. F.01
  dmi.board.name: 146D
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 73.11
  dmi.chassis.asset.tag: CNU0334019
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68CDEVer.F.01:bd06/25/2010:svnHewlett-Packard:pnHPProBook6550b:pvr:rvnHewlett-Packard:rn146D:rvrKBCVersion73.11:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP ProBook 6550b
  dmi.sys.vendor: Hewlett-Packard

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

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


[Desktop-packages] [Bug 1450026] [NEW] upowerd regularly tries to open a number of non-existant sysfs files on the bq Aquaris E4.5

2015-04-29 Thread Simon Raffeiner
Public bug reported:

current build number: 21
device name: krillin
channel: stable
alias: ubuntu-touch/ubuntu-rtm/14.09
last update: 2015-04-29 08:25:10
version version: 21
version ubuntu: 20150410.1
version device: 20150408-4f14058
version custom: 20150409-665-29-206


I was debugging an upowerd issue with strace and found that the daemon tries to 
open the following non-existant files every ten seconds:


[pid  2020] 1430314162.277522 
open("/sys/devices/platform/battery/power_supply/battery/energy_now", 
O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
[pid  2020] 1430314162.283633 
open("/sys/devices/platform/battery/power_supply/battery/energy_avg", 
O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
[pid  2020] 1430314162.288603 
open("/sys/devices/platform/battery/power_supply/battery/manufacturer", 
O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
[pid  2020] 1430314162.292523 
open("/sys/devices/platform/battery/power_supply/battery/model_name", 
O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
[pid  2020] 1430314162.293236 
open("/sys/devices/platform/battery/power_supply/battery/serial_number", 
O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
[pid  2020] 1430314162.295228 
open("/sys/devices/platform/battery/power_supply/battery/energy_full", 
O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
[pid  2020] 1430314162.295953 
open("/sys/devices/platform/battery/power_supply/battery/energy_full_design", 
O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
[pid  2020] 1430314162.296704 
open("/sys/devices/platform/battery/power_supply/battery/charge_full", 
O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
[pid  2020] 1430314162.297415 
open("/sys/devices/platform/battery/power_supply/battery/charge_full_design", 
O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
[pid  2020] 1430314162.300221 
open("/sys/devices/platform/battery/power_supply/battery/power_now", 
O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
[pid  2020] 1430314162.301404 
open("/sys/devices/platform/battery/power_supply/battery/charge_now", 
O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
[pid  2020] 1430314162.302508 
open("/sys/devices/platform/battery/power_supply/battery/charge_avg", 
O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
[pid  2020] 1430314162.304173 
open("/sys/devices/platform/battery/power_supply/battery/charge_full", 
O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
[pid  2020] 1430314162.305134 
open("/sys/devices/platform/battery/power_supply/battery/charge_full_design", 
O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
[pid  2020] 1430314162.305820 
open("/sys/devices/platform/battery/power_supply/battery/current_now", 
O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)

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

** Summary changed:

- upowerd regularly tries to open a number of non-existant sysfs files on the 
bq Aquaris E.45
+ upowerd regularly tries to open a number of non-existant sysfs files on the 
bq Aquaris E4.5

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

Title:
  upowerd regularly tries to open a number of non-existant sysfs files
  on the bq Aquaris E4.5

Status in upower package in Ubuntu:
  New

Bug description:
  current build number: 21
  device name: krillin
  channel: stable
  alias: ubuntu-touch/ubuntu-rtm/14.09
  last update: 2015-04-29 08:25:10
  version version: 21
  version ubuntu: 20150410.1
  version device: 20150408-4f14058
  version custom: 20150409-665-29-206

  
  I was debugging an upowerd issue with strace and found that the daemon tries 
to open the following non-existant files every ten seconds:

  
  [pid  2020] 1430314162.277522 
open("/sys/devices/platform/battery/power_supply/battery/energy_now", 
O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  [pid  2020] 1430314162.283633 
open("/sys/devices/platform/battery/power_supply/battery/energy_avg", 
O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  [pid  2020] 1430314162.288603 
open("/sys/devices/platform/battery/power_supply/battery/manufacturer", 
O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  [pid  2020] 1430314162.292523 
open("/sys/devices/platform/battery/power_supply/battery/model_name", 
O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  [pid  2020] 1430314162.293236 
open("/sys/devices/platform/battery/power_supply/battery/serial_number", 
O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  [pid  2020] 1430314162.295228 
open("/sys/devices/platform/battery/power_supply/battery/energy_full", 
O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  [pid  2020] 1430314162.295953 
open("/sys/devices/platfo

[Desktop-packages] [Bug 991758] Re: Chromium web browser not showing mp4 videos

2015-04-29 Thread David Biesack
I'm running chromium-browser Version 41.0.2272.76 Ubuntu 14.04 (64-bit)
and installed the chromium-codecs-ffmpeg and chromium-codecs-ffmpeg-
extra but I still can't play mp4/H.264 videos in the browser. I get a
black window with a play button, an empty progress bar, "0:00" and a
disabled audio button, but no video frame or playback.

The same video plays in Firefox.

VLC reports Stream 0 is Video, H264 - MPEG AVC (part 10) (avc1), decoded
format Planar 4:2:0 YUV; Stream 1 is audio MPEG AAC Audio (mp4a1)

I believe I've installed these correctly:

$ dpkg-query -l chromium-browser
Desired=Unknown/Install/Remove/Purge/Hold
| 
Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version   Architecture  Description

+++--=-=-=
ii  chromium-browser 41.0.2272.76-0ubu amd64 Chromium 
web browser, open-source version of Chrome

$ dpkg-query -l chromium-codecs-ffmpeg-extra
Desired=Unknown/Install/Remove/Purge/Hold
| 
Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version   Architecture  Description

+++--=-=-=
ii  chromium-codecs-ffmpeg-e 41.0.2272.76-0ubu amd64 Extra 
ffmpeg codecs for the Chromium Browser

$ dpkg-query -l chromium-codecs-ffmpeg
Desired=Unknown/Install/Remove/Purge/Hold
| 
Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version   Architecture  Description

+++--=-=-=
ii  chromium-codecs-ffmpeg   41.0.2272.76-0ubu amd64 Free 
ffmpeg codecs for the Chromium Browser

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

Title:
  Chromium web browser not showing mp4 videos

Status in chromium-browser package in Ubuntu:
  Triaged

Bug description:
  ::
  PROBLEM  ::
  ::
  embedded playback of mp4 videos works in Firefox, fails in Chromium

  :::
  REPRODUCE  ::
  :::
  examples are the videos in coursera.org If you are signed up for ml class,
  start chromium-browser with url
  https://class.coursera.org/ml/lecture/view?lecture_id=1
  If chromium-codecs-ffmpeg-extra is not installed, which it isn't by default, 
you get a black screen for the video.
  Reproduced on Ubuntu12.04 and 11.10  
  chromium-browser --version
  Chromium 18.0.1025.151 Ubuntu 12.04

  :::
  SOLUTION  ::
  :::
  Ubuntu software center should suggest the addon plugin equivalent to:
  sudo apt-get install chromium-codecs-ffmpeg-extra

  :::
  DETAILS  ::
  :::

  To tell if the library is installed:
  dpkg-query -l chromium-codecs-ffmpeg-extra

  The needed library is installed as:
  /usr/lib/chromium-browser/libffmpegsumo.so

  I found this out with the command
  dpkg-query -L chromium-codecs-ffmpeg-extra

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

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


[Desktop-packages] [Bug 1415458] Re: Add support for MMS group chat

2015-04-29 Thread Sebastien Bacher
the upstream part of the bug should be closed as well right?

** Changed in: telepathy-ofono
   Status: New => Fix Released

** Changed in: telephony-service
   Status: New => Fix Released

** Changed in: messaging-app
   Status: New => Fix Released

** Changed in: gsettings-ubuntu-touch-schemas
   Status: New => Fix Released

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

Title:
  Add support for MMS group chat

Status in GSettings schemas for Ubuntu touch:
  Fix Released
Status in Messaging App:
  Fix Released
Status in Telepathy Ofono:
  Fix Released
Status in Telephony Service:
  Fix Released
Status in gsettings-ubuntu-touch-schemas package in Ubuntu:
  Fix Released
Status in messaging-app package in Ubuntu:
  Fix Released
Status in telepathy-ofono package in Ubuntu:
  Fix Released
Status in telepathy-qt5 package in Ubuntu:
  Fix Released
Status in telephony-service package in Ubuntu:
  Fix Released

Bug description:
  Currently when you send a message to multiple recipients, one SMS is
  sent per recipient, and they don't know about each other.

  Messaging-app needs to also support MMS group chat, which allows for
  true group conversations.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gsettings-ubuntu-touch-schemas/+bug/1415458/+subscriptions

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


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

2015-04-29 Thread Lars Hallberg
Got this in 15.04. Also at times get the avahi disabled .local warning
if they may be related.

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

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

Status in sane-backends package in Ubuntu:
  Confirmed

Bug description:
  Upgraded from 14.04 to 14.10 alpha.

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

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

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


[Desktop-packages] [Bug 1306363] Re: Session-Saver Plugin Missing from gedit-plugins

2015-04-29 Thread Curtis Hovey
** No longer affects: gdp

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

Title:
  Session-Saver Plugin Missing from gedit-plugins

Status in gedit-plugins package in Ubuntu:
  Confirmed

Bug description:
  I open a lot of tabs in gedit, so saving each one of them is
  cumbersome if I need to reboot or want to continue a project the next
  day.

  The session-saver plugin addresses this need, but no longer seems to
  be included in the gedit-plugins package in Ubuntu 14.04.

  How can we get that added back?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: gedit-plugins 3.10.1-1ubuntu2
  ProcVersionSignature: Ubuntu 3.13.0-23.45-generic 3.13.8
  Uname: Linux 3.13.0-23-generic x86_64
  ApportVersion: 2.14.1-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Apr 10 23:49:58 2014
  InstallationDate: Installed on 2014-04-03 (7 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Daily amd64 (20140402)
  SourcePackage: gedit-plugins
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1450034] [NEW] Sort tool on LibreOffice Calc version 4.2.8.2 doesn't work

2015-04-29 Thread Eduardo Varela
Public bug reported:

After selecting a whole sheet by means of the rectangle at top of line numbers 
and a left of column letters, I clicked Data/Sort.
After selecting a column and clicking "Ok" nothing happened, but the screen 
turned grey. 
When closing ibreOffice Calc the SO said:
"The window is not responding
Do you want to force the application to exit, or wait for it to respond?"

1) The release of Ubuntu you are using, via 'lsb_release -rd' or System -> 
About Ubuntu
Description:Ubuntu 14.04.2 LTS
Release:14.04


2) The version of the package you are using, via 'apt-cache policy pkgname' or 
by checking in Software Center
 LibreOffice Calc version  4.2.8.2


3) What you expected to happen
The sorting of the sheet.


4) What happened instead
No sort an crash.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: libreoffice-core 1:4.2.8-0ubuntu2
ProcVersionSignature: Ubuntu 3.13.0-49.83-generic 3.13.11-ckt17
Uname: Linux 3.13.0-49-generic i686
ApportVersion: 2.14.1-0ubuntu3.10
Architecture: i386
CurrentDesktop: Unity
Date: Wed Apr 29 10:38:42 2015
ExecutablePath: /usr/lib/libreoffice/program/soffice.bin
InstallationDate: Installed on 2014-07-04 (298 days ago)
InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release i386 (20140417)
SourcePackage: libreoffice
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 trusty

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

Title:
  Sort tool on LibreOffice Calc version  4.2.8.2 doesn't work

Status in libreoffice package in Ubuntu:
  New

Bug description:
  After selecting a whole sheet by means of the rectangle at top of line 
numbers and a left of column letters, I clicked Data/Sort.
  After selecting a column and clicking "Ok" nothing happened, but the screen 
turned grey. 
  When closing ibreOffice Calc the SO said:
  "The window is not responding
  Do you want to force the application to exit, or wait for it to respond?"

  1) The release of Ubuntu you are using, via 'lsb_release -rd' or System -> 
About Ubuntu
  Description:  Ubuntu 14.04.2 LTS
  Release:  14.04

  
  2) The version of the package you are using, via 'apt-cache policy pkgname' 
or by checking in Software Center
   LibreOffice Calc version  4.2.8.2


  3) What you expected to happen
  The sorting of the sheet.

  
  4) What happened instead
  No sort an crash.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: libreoffice-core 1:4.2.8-0ubuntu2
  ProcVersionSignature: Ubuntu 3.13.0-49.83-generic 3.13.11-ckt17
  Uname: Linux 3.13.0-49-generic i686
  ApportVersion: 2.14.1-0ubuntu3.10
  Architecture: i386
  CurrentDesktop: Unity
  Date: Wed Apr 29 10:38:42 2015
  ExecutablePath: /usr/lib/libreoffice/program/soffice.bin
  InstallationDate: Installed on 2014-07-04 (298 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release i386 (20140417)
  SourcePackage: libreoffice
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 517021] Please test proposed package

2015-04-29 Thread Chris J Arges
Hello mucku, or anyone else affected,

Accepted gvfs into utopic-proposed. The package will build now and be
available at http://launchpad.net/ubuntu/+source/gvfs/1.20.2-1ubuntu3.1
in a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: gvfs (Ubuntu Precise)
   Status: In Progress => Fix Committed

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

Title:
  gvfsd-metadata causes 100% CPU usage

Status in GVFS:
  Unknown
Status in gvfs package in Ubuntu:
  Fix Released
Status in gvfs source package in Precise:
  Fix Committed
Status in gvfs source package in Trusty:
  Fix Committed
Status in gvfs source package in Utopic:
  Fix Committed
Status in gvfs source package in Vivid:
  Fix Released
Status in gvfs package in Debian:
  Fix Released

Bug description:
  Binary package hint: gvfs

  Failure to write metadata results in an infinite loop that keeps
  trying to write, thousands of times per second.

  Steps to reproduce:
  1. Open Firefox
  2. Save a data: URL (URL that contains the content, with several thousands 
bytes, often generated by webapps or extensions) as file

  (There are other ways to run into this problem, e.g. disk full or
  other error situations. data: URLs are just the easiest way to
  reproduce.)

  Actual result:
  - File is saved
  - 100% CPU
  - Extremely high number of file operations by gvfs - billions
  - Never stops

  Expected result:
  Failure to write metadata should just fail, not try again

  Fix:
  Patch available and accepted by GNOME
  https://bugzilla.gnome.org/show_bug.cgi?id=637095

  --- Original description ---
  After installing 9.10 Ubuntu 64bit browsing and opening folder in nautilus or 
Gnome-commander take several minutes when there are many files in it e.g. 
10.000. Interestingly Midnight-commander does not have this problem. Opening 
such folders does not hang with MC.
  Using "top" i can see that "gvfsd-metadata" is using 100% CPU and when i kill 
it the computer stops "hanging". I am using the 32bit version of Karmic too and 
there is no such Problem (although tested on a different computer).

  Please fix this because it is highly annyoing. Right now i am killing
  it every 20s with the watch command to be able to work at all.

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

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


[Desktop-packages] [Bug 517021] Re: gvfsd-metadata causes 100% CPU usage

2015-04-29 Thread Chris J Arges
Hello mucku, or anyone else affected,

Accepted gvfs into trusty-proposed. The package will build now and be
available at http://launchpad.net/ubuntu/+source/gvfs/1.20.3-0ubuntu1.1
in a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: gvfs (Ubuntu Trusty)
   Status: In Progress => Fix Committed

** Tags added: verification-needed

** Changed in: gvfs (Ubuntu Utopic)
   Status: In Progress => Fix Committed

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

Title:
  gvfsd-metadata causes 100% CPU usage

Status in GVFS:
  Unknown
Status in gvfs package in Ubuntu:
  Fix Released
Status in gvfs source package in Precise:
  Fix Committed
Status in gvfs source package in Trusty:
  Fix Committed
Status in gvfs source package in Utopic:
  Fix Committed
Status in gvfs source package in Vivid:
  Fix Released
Status in gvfs package in Debian:
  Fix Released

Bug description:
  Binary package hint: gvfs

  Failure to write metadata results in an infinite loop that keeps
  trying to write, thousands of times per second.

  Steps to reproduce:
  1. Open Firefox
  2. Save a data: URL (URL that contains the content, with several thousands 
bytes, often generated by webapps or extensions) as file

  (There are other ways to run into this problem, e.g. disk full or
  other error situations. data: URLs are just the easiest way to
  reproduce.)

  Actual result:
  - File is saved
  - 100% CPU
  - Extremely high number of file operations by gvfs - billions
  - Never stops

  Expected result:
  Failure to write metadata should just fail, not try again

  Fix:
  Patch available and accepted by GNOME
  https://bugzilla.gnome.org/show_bug.cgi?id=637095

  --- Original description ---
  After installing 9.10 Ubuntu 64bit browsing and opening folder in nautilus or 
Gnome-commander take several minutes when there are many files in it e.g. 
10.000. Interestingly Midnight-commander does not have this problem. Opening 
such folders does not hang with MC.
  Using "top" i can see that "gvfsd-metadata" is using 100% CPU and when i kill 
it the computer stops "hanging". I am using the 32bit version of Karmic too and 
there is no such Problem (although tested on a different computer).

  Please fix this because it is highly annyoing. Right now i am killing
  it every 20s with the watch command to be able to work at all.

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

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


[Desktop-packages] [Bug 1450034] Re: Sort tool on LibreOffice Calc version 4.2.8.2 doesn't work

2015-04-29 Thread Eduardo Varela
*the SO said:
the OS said:

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

Title:
  Sort tool on LibreOffice Calc version  4.2.8.2 doesn't work

Status in libreoffice package in Ubuntu:
  New

Bug description:
  After selecting a whole sheet by means of the rectangle at top of line 
numbers and a left of column letters, I clicked Data/Sort.
  After selecting a column and clicking "Ok" nothing happened, but the screen 
turned grey. 
  When closing ibreOffice Calc the SO said:
  "The window is not responding
  Do you want to force the application to exit, or wait for it to respond?"

  1) The release of Ubuntu you are using, via 'lsb_release -rd' or System -> 
About Ubuntu
  Description:  Ubuntu 14.04.2 LTS
  Release:  14.04

  
  2) The version of the package you are using, via 'apt-cache policy pkgname' 
or by checking in Software Center
   LibreOffice Calc version  4.2.8.2


  3) What you expected to happen
  The sorting of the sheet.

  
  4) What happened instead
  No sort an crash.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: libreoffice-core 1:4.2.8-0ubuntu2
  ProcVersionSignature: Ubuntu 3.13.0-49.83-generic 3.13.11-ckt17
  Uname: Linux 3.13.0-49-generic i686
  ApportVersion: 2.14.1-0ubuntu3.10
  Architecture: i386
  CurrentDesktop: Unity
  Date: Wed Apr 29 10:38:42 2015
  ExecutablePath: /usr/lib/libreoffice/program/soffice.bin
  InstallationDate: Installed on 2014-07-04 (298 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release i386 (20140417)
  SourcePackage: libreoffice
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 517021] Please test proposed package

2015-04-29 Thread Chris J Arges
Hello mucku, or anyone else affected,

Accepted gvfs into precise-proposed. The package will build now and be
available at http://launchpad.net/ubuntu/+source/gvfs/1.12.1-0ubuntu1.3
in a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

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

Title:
  gvfsd-metadata causes 100% CPU usage

Status in GVFS:
  Unknown
Status in gvfs package in Ubuntu:
  Fix Released
Status in gvfs source package in Precise:
  Fix Committed
Status in gvfs source package in Trusty:
  Fix Committed
Status in gvfs source package in Utopic:
  Fix Committed
Status in gvfs source package in Vivid:
  Fix Released
Status in gvfs package in Debian:
  Fix Released

Bug description:
  Binary package hint: gvfs

  Failure to write metadata results in an infinite loop that keeps
  trying to write, thousands of times per second.

  Steps to reproduce:
  1. Open Firefox
  2. Save a data: URL (URL that contains the content, with several thousands 
bytes, often generated by webapps or extensions) as file

  (There are other ways to run into this problem, e.g. disk full or
  other error situations. data: URLs are just the easiest way to
  reproduce.)

  Actual result:
  - File is saved
  - 100% CPU
  - Extremely high number of file operations by gvfs - billions
  - Never stops

  Expected result:
  Failure to write metadata should just fail, not try again

  Fix:
  Patch available and accepted by GNOME
  https://bugzilla.gnome.org/show_bug.cgi?id=637095

  --- Original description ---
  After installing 9.10 Ubuntu 64bit browsing and opening folder in nautilus or 
Gnome-commander take several minutes when there are many files in it e.g. 
10.000. Interestingly Midnight-commander does not have this problem. Opening 
such folders does not hang with MC.
  Using "top" i can see that "gvfsd-metadata" is using 100% CPU and when i kill 
it the computer stops "hanging". I am using the 32bit version of Karmic too and 
there is no such Problem (although tested on a different computer).

  Please fix this because it is highly annyoing. Right now i am killing
  it every 20s with the watch command to be able to work at all.

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

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


[Desktop-packages] [Bug 1439436] Re: NM in vivid tries to take over my libvirt bridge, deconfigures its address

2015-04-29 Thread Mike Pontillo
I'm seeing this on Trusty for VLAN interfaces. In the log I see:

 (eth0.1): carrier is OFF
 (eth0.1): VLAN ID 1 with parent eth0
 (eth0.1): new VLAN device (driver: '8021q' ifindex: 26)
 (eth0.1): exported as /org/freedesktop/NetworkManager/Devices/18
 (eth0.1): device state change: unmanaged -> unavailable (reason 
'managed') [10 20 2]
 (eth0.1): deactivating device (reason 'managed') [2]

In /etc/NetworkManager/NetworkManager.conf I have:

[ifupdown]
managed=false

... which should mean that anything listed in /etc/network/interfaces
should be ignored.

In my /etc/network/interfaces file I have:

auto eth0.1
iface eth0.1 inet static
  address 100.64.0.1/24

So NetworkManager is incorrectly marking this interface as managed.
(according to the man page, you don't need "auto" for non-physical
interfaces, but I tried putting it in there anyway, in case
NetworkManager was looking for it in /etc/network/interfaces)

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

Title:
  NM in vivid tries to take over my libvirt bridge, deconfigures its
  address

Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  Over the past couple of months in vivid, from time to time I have
  noticed that my virbr0 interface, which is set up and managed by
  libvirt-bin, has been in an "up" state with no IP address configured.

  As I don't use VMs on my laptop very frequently, I don't know when the
  problem started and I don't know when exactly the problem is being
  triggered.  But a search through logs shows the following:

  Mar 16 16:48:56 virgil systemd[1]: Stopping Network Manager...
  [...]
  Mar 16 16:48:56 virgil NetworkManager[32588]:  (virbr0): device state 
change: activated -> deactivating (reason 'removed') [100 110 36]
  Mar 16 16:48:56 virgil NetworkManager[32588]:  (virbr0): device state 
change: deactivating -> unmanaged (reason 'removed') [110 10 36]
  Mar 16 16:48:56 virgil NetworkManager[32588]:  (virbr0): deactivating 
device (reason 'removed') [36]
  Mar 16 16:48:56 virgil avahi-daemon[1336]: Withdrawing address record for 
192.168.122.1 on virbr0.
  [...]
  Mar 16 16:48:56 virgil systemd[1]: Starting Network Manager Script Dispatcher 
Service...
  [...]
  Mar 16 16:48:56 virgil systemd[1]: Started Network Manager Script Dispatcher 
Service.
  [...]
  Mar 16 16:48:56 virgil nm-dispatcher: Dispatching action 'down' for virbr0
  [...]
  Mar 16 16:48:56 virgil systemd[1]: Starting Network Manager...
  [...]
  Mar 16 16:48:56 virgil NetworkManager[6097]:  devices added (path: 
/sys/devices/virtual/net/virbr0, iface: virbr0)
  Mar 16 16:48:56 virgil NetworkManager[6097]:  device added (path: 
/sys/devices/virtual/net/virbr0, iface: virbr0): no ifupdown configuration 
found.
  [...]
  Mar 16 16:49:01 virgil systemd[1]: Started Network Manager.
  [...]
  Mar 16 16:49:02 virgil NetworkManager[6097]:  (virbr0): carrier is OFF
  Mar 16 16:49:02 virgil NetworkManager[6097]:  (virbr0): new Bridge 
device (driver: 'bridge' ifindex: 5)
  Mar 16 16:49:02 virgil NetworkManager[6097]:  (virbr0): exported as 
/org/freedesktop/NetworkManager/Devices/4
  Mar 16 16:49:02 virgil NetworkManager[6097]:  (virbr0): device state 
change: unmanaged -> unavailable (reason 'managed') [10 20 2]
  Mar 16 16:49:02 virgil NetworkManager[6097]:  (virbr0): device not up 
after timeout!
  Mar 16 16:49:02 virgil NetworkManager[6097]:  (virbr0): preparing device
  Mar 16 16:49:02 virgil NetworkManager[6097]: nm_device_get_device_type: 
assertion 'NM_IS_DEVICE (self)' failed

  
  The interface 'virbr0' also shows up in nm-applet's display, which was never 
the case before.  This interface has always been managed by the libvirt-bin 
startup scripts (which causes problems of its own, since a 'service libvirt-bin 
restart' does not reinitialize the network and a 'service libvirt-bin stop' 
does not stop it).  The bring-up of virbr0 appears to still be handled by 
libvirt-bin, not by NM; but somehow NM has a device configuration for it and is 
downing the interface on service stop - and not restoring it on service start.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: network-manager 0.9.10.0-4ubuntu13
  ProcVersionSignature: Ubuntu 3.19.0-7.7-generic 3.19.0
  Uname: Linux 3.19.0-7-generic x86_64
  ApportVersion: 2.17-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Apr  1 15:48:28 2015
  InstallationDate: Installed on 2010-09-24 (1650 days ago)
  InstallationMedia: Ubuntu 10.04.1 LTS "Lucid Lynx" - Release amd64 
(20100816.1)
  IpRoute:
   default via 192.168.15.1 dev wlan2  proto static  metric 1024 
   169.254.0.0/16 dev virbr0  scope link  metric 1000 
   192.168.15.0/24 dev wlan2  proto kernel  scope link  src 192.168.15.71 
   192.168.122.0/24 dev virbr0  proto kernel  scope link  src 192.168.122.1 
   207.224.24.209 via 192.168.15.1 dev wlan2  proto dhcp  metric 10

[Desktop-packages] [Bug 1448407] Re: icons size issues in Nautilus

2015-04-29 Thread Wolf Rogner
I tried a few things:

reinstalled libreoffice-common (which contains the icons).

Nothing changed

I changed an icon manually and it worked (changed to hicolor icons,
48x48).

Nothing changed

dconf-editor: claims desktop icon set is ubuntu-mono-dark (which has no
libreoffice icons).

No entry for nautilus.

Thus the question: How does Unity get its icons?

The desktop file states (e.g. 
/usr/share/applications/libreoffice-writer.desktop): 
...
Icon=libreoffice-writer
...

and on the machine I can find:

./app-install/icons/libreoffice-writer.svg
./icons/gnome/16x16/apps/libreoffice-writer.png
./icons/gnome/32x32/apps/libreoffice-writer.png
./icons/gnome/48x48/apps/libreoffice-writer.png
./icons/gnome/128x128/apps/libreoffice-writer.png
./icons/gnome/scalable/apps/libreoffice-writer.svg
./icons/gnome/256x256/apps/libreoffice-writer.png
./icons/hicolor/16x16/apps/libreoffice-writer.png
./icons/hicolor/32x32/apps/libreoffice-writer.xpm
./icons/hicolor/32x32/apps/libreoffice-writer.png
./icons/hicolor/48x48/apps/libreoffice-writer.png
./icons/hicolor/128x128/apps/libreoffice-writer.png
./icons/hicolor/scalable/apps/libreoffice-writer.svg
./icons/hicolor/256x256/apps/libreoffice-writer.png
./icons/HighContrast/16x16/apps/libreoffice-writer.png
./icons/HighContrast/32x32/apps/libreoffice-writer.png
./icons/HighContrast/48x48/apps/libreoffice-writer.png
./icons/HighContrast/22x22/apps/libreoffice-writer.png
./icons/HighContrast/256x256/apps/libreoffice-writer.png
./icons/HighContrast/24x24/apps/libreoffice-writer.png
./icons/locolor/16x16/apps/libreoffice-writer.png
./icons/locolor/32x32/apps/libreoffice-writer.png

Presuming Nautilus being a Gnome application, Nautilus searches for the
icons in the gnome part first (maybe someone can answer this quickly
before I have to dig into the sources).

So, as I am completely confused now, how can I help sort this out?

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

Title:
  icons size issues in Nautilus

Status in nautilus package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 15.04 (right after upgrade)
  Macbook Pro Retina 15 (menu scaling to 1,62)

  Nautilus scaling 150% for icons and 66% for lists

  Icons in Nautilus are displayed properly except for LibreOffice icons which 
are displayed 200-250%.
  Previews are displayed same size as LibreOffice icons.
  MS document files are displayed properly (150%)

  Dragging a file over a folder previously (14.10) made the folder
  darker (sometimes changing icon to opened) and the file could be
  dropped.

  In 15.04 (Nautilus 3.14.2) the folder icon SHRINKS (to 100%) and
  cannot be seen under the dragged icon.

  Would be nice if the old behaviour would be restored.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: nautilus 1:3.14.2-0ubuntu9
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  NonfreeKernelModules: nvidia wl
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sat Apr 25 11:26:58 2015
  GsettingsChanges:
   b'org.gnome.nautilus.list-view' b'use-tree-view' b'true'
   b'org.gnome.nautilus.list-view' b'default-column-order' b"['name', 'size', 
'type', 'date_modified', 'owner', 'group', 'permissions', 'mime_type', 'where', 
'date_accessed']"
  InstallationDate: Installed on 2013-05-17 (707 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64+mac 
(20130424)
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to vivid on 2015-04-25 (0 days ago)

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

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


[Desktop-packages] [Bug 1439436] Re: NM in vivid tries to take over my libvirt bridge, deconfigures its address

2015-04-29 Thread Mike Pontillo
I missed some relevant logs:

SCPlugin-Ifupdown: devices added (path: /sys/devices/virtual/net/eth0.1, iface: 
eth0.1)
SCPlugin-Ifupdown: device added (path: /sys/devices/virtual/net/eth0.1, iface: 
eth0.1): no ifupdown configuration found.

>From that, I think I found the root cause. After doing "apt-get source
network-manager" and grepping for "no ifupdown configuration found", I
looked in src/settings/plugins/ifupdown/plugin.c and found the function
udev_device_added(), which does a g_hash_table_lookup() to find out if
the interface is managed or not.

It appears that NetworkManager doesn't ever refresh its idea of the
interfaces list. So if you edit /etc/network/interfaces, NetworkManager
doesn't update its internal hashtable of unmanaged interfaces.

Therefore, the following is a workaround:

sudo invoke-rc.d network-manager restart
sudo ifup 

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

Title:
  NM in vivid tries to take over my libvirt bridge, deconfigures its
  address

Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  Over the past couple of months in vivid, from time to time I have
  noticed that my virbr0 interface, which is set up and managed by
  libvirt-bin, has been in an "up" state with no IP address configured.

  As I don't use VMs on my laptop very frequently, I don't know when the
  problem started and I don't know when exactly the problem is being
  triggered.  But a search through logs shows the following:

  Mar 16 16:48:56 virgil systemd[1]: Stopping Network Manager...
  [...]
  Mar 16 16:48:56 virgil NetworkManager[32588]:  (virbr0): device state 
change: activated -> deactivating (reason 'removed') [100 110 36]
  Mar 16 16:48:56 virgil NetworkManager[32588]:  (virbr0): device state 
change: deactivating -> unmanaged (reason 'removed') [110 10 36]
  Mar 16 16:48:56 virgil NetworkManager[32588]:  (virbr0): deactivating 
device (reason 'removed') [36]
  Mar 16 16:48:56 virgil avahi-daemon[1336]: Withdrawing address record for 
192.168.122.1 on virbr0.
  [...]
  Mar 16 16:48:56 virgil systemd[1]: Starting Network Manager Script Dispatcher 
Service...
  [...]
  Mar 16 16:48:56 virgil systemd[1]: Started Network Manager Script Dispatcher 
Service.
  [...]
  Mar 16 16:48:56 virgil nm-dispatcher: Dispatching action 'down' for virbr0
  [...]
  Mar 16 16:48:56 virgil systemd[1]: Starting Network Manager...
  [...]
  Mar 16 16:48:56 virgil NetworkManager[6097]:  devices added (path: 
/sys/devices/virtual/net/virbr0, iface: virbr0)
  Mar 16 16:48:56 virgil NetworkManager[6097]:  device added (path: 
/sys/devices/virtual/net/virbr0, iface: virbr0): no ifupdown configuration 
found.
  [...]
  Mar 16 16:49:01 virgil systemd[1]: Started Network Manager.
  [...]
  Mar 16 16:49:02 virgil NetworkManager[6097]:  (virbr0): carrier is OFF
  Mar 16 16:49:02 virgil NetworkManager[6097]:  (virbr0): new Bridge 
device (driver: 'bridge' ifindex: 5)
  Mar 16 16:49:02 virgil NetworkManager[6097]:  (virbr0): exported as 
/org/freedesktop/NetworkManager/Devices/4
  Mar 16 16:49:02 virgil NetworkManager[6097]:  (virbr0): device state 
change: unmanaged -> unavailable (reason 'managed') [10 20 2]
  Mar 16 16:49:02 virgil NetworkManager[6097]:  (virbr0): device not up 
after timeout!
  Mar 16 16:49:02 virgil NetworkManager[6097]:  (virbr0): preparing device
  Mar 16 16:49:02 virgil NetworkManager[6097]: nm_device_get_device_type: 
assertion 'NM_IS_DEVICE (self)' failed

  
  The interface 'virbr0' also shows up in nm-applet's display, which was never 
the case before.  This interface has always been managed by the libvirt-bin 
startup scripts (which causes problems of its own, since a 'service libvirt-bin 
restart' does not reinitialize the network and a 'service libvirt-bin stop' 
does not stop it).  The bring-up of virbr0 appears to still be handled by 
libvirt-bin, not by NM; but somehow NM has a device configuration for it and is 
downing the interface on service stop - and not restoring it on service start.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: network-manager 0.9.10.0-4ubuntu13
  ProcVersionSignature: Ubuntu 3.19.0-7.7-generic 3.19.0
  Uname: Linux 3.19.0-7-generic x86_64
  ApportVersion: 2.17-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Apr  1 15:48:28 2015
  InstallationDate: Installed on 2010-09-24 (1650 days ago)
  InstallationMedia: Ubuntu 10.04.1 LTS "Lucid Lynx" - Release amd64 
(20100816.1)
  IpRoute:
   default via 192.168.15.1 dev wlan2  proto static  metric 1024 
   169.254.0.0/16 dev virbr0  scope link  metric 1000 
   192.168.15.0/24 dev wlan2  proto kernel  scope link  src 192.168.15.71 
   192.168.122.0/24 dev virbr0  proto kernel  scope link  src 192.168.122.1 
   207.224.24.209 via 192.168.15.1 dev wlan2  proto dhcp  metric 10
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   Wi

[Desktop-packages] [Bug 1394653] Re: gpu-manager's xorg.conf generation should be configurable

2015-04-29 Thread Alberto Milone
** Changed in: ubuntu-drivers-common (Ubuntu)
   Importance: Undecided => Wishlist

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

Title:
  gpu-manager's xorg.conf generation should be configurable

Status in ubuntu-drivers-common package in Ubuntu:
  New

Bug description:
  There is no way to edit xorg.conf permanently, for any modification will be 
removed by gpu-manager.
  This is not the same issue az bug #1310489.
  My system is a Dell Inspiron N7110 with nvidia optimus.
  I use the closed-source nvidia drivers.
  The problem:
  After a switch with prime-select intel my xorg.conf is removed, which is 
required to make the intel config operational.
  Upon switching back to nvidia (prime-select nvidia) gpu-manager regenerates 
my xorg.conf
  The problem is, that the default xorg.conf is broken (does not enable me to 
use the internal laptop screen), so it needs to be modified.
  This, however, can not be done now, as changes will always be overwritten.

  Note the difference from #1310489: We need a way to configure the
  generation, not just be able to preserve an already present file.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: ubuntu-drivers-common 1:0.2.98.4
  Uname: Linux 3.16.1-031601-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Thu Nov 20 17:37:49 2014
  InstallationDate: Installed on 2014-03-11 (254 days ago)
  InstallationMedia: Kubuntu 14.04 LTS "Trusty Tahr" - Alpha amd64 (20140311)
  SourcePackage: ubuntu-drivers-common
  UpgradeStatus: Upgraded to utopic on 2014-11-20 (0 days ago)

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

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


[Desktop-packages] [Bug 1450055] [NEW] Black border around every windows and menubar is missing for firefox and gnome-terminal.

2015-04-29 Thread Sruthil Lal
Public bug reported:

After upgrading all the packages in ubuntu 14.04 using sudo apt-get upgrade a 
thick black  border appears around all the windows.
Menu bar of genome terminal and firefox is missing. I cannot type anything in 
the terminal.


After googling I find that my problem is related to the bug reported in the 
page 
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1292830.


System Configuration:
Toshiba Satelite  C850, Intel HD Graphics,
Ubuntu 14.04  LTS 64 bit.

** Affects: compiz (Ubuntu)
 Importance: Undecided
 Status: Invalid

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

** Converted to question:
   https://answers.launchpad.net/ubuntu/+source/compiz/+question/266099

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

Title:
  Black border around every windows and menubar is missing for firefox
  and gnome-terminal.

Status in compiz package in Ubuntu:
  Invalid

Bug description:
  After upgrading all the packages in ubuntu 14.04 using sudo apt-get upgrade a 
thick black  border appears around all the windows.
  Menu bar of genome terminal and firefox is missing. I cannot type anything in 
the terminal.

  
  After googling I find that my problem is related to the bug reported in the 
page 
  https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1292830.

  
  System Configuration:
  Toshiba Satelite  C850, Intel HD Graphics,
  Ubuntu 14.04  LTS 64 bit.

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

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


[Desktop-packages] [Bug 1362640] Re: Remove qtwebkit from touch image

2015-04-29 Thread David Barth
** Changed in: canonical-devices-system-image
   Status: Fix Committed => Fix Released

** Changed in: webapps-sprint
   Status: In Progress => Fix Released

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

Title:
  Remove qtwebkit from touch image

Status in the base for Ubuntu mobile products:
  Fix Released
Status in Cordova Ubuntu:
  Fix Released
Status in Webapps Team Task Tracking Project:
  Fix Released
Status in Web Browser App:
  Fix Released
Status in signon-plugin-oauth2 package in Ubuntu:
  Fix Released
Status in signon-ui package in Ubuntu:
  Invalid
Status in ubuntu-html5-theme package in Ubuntu:
  Fix Released
Status in ubuntu-touch-meta package in Ubuntu:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  Fix Released

Bug description:
  The argument to remove this is based on the following:

  The qtwebkit webview is deprecated for our sdk and we will not be supporting 
it long term
  We are supporting an Oxide/Chromium solution for the Ubuntu.Webview
  This was done largely for security reasons
  The qtwebkit package is large and we would like to reduce image and install 
size 
  We want to discourage app devs from using this api any longer, the review 
tools have indicated this for several months

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

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


[Desktop-packages] [Bug 1450066] [NEW] IPv6 hop limit set to 0

2015-04-29 Thread Jay Foad
Public bug reported:

On upgrading from Ubuntu 14.10 to 15.04 I found that my IPv6 networking
no longer worked. It turned out that this was because my hop limit was
set to zero:

# sysctl -a | fgrep eth0.hop_limit
net.ipv6.conf.eth0.hop_limit = 0

which in turn seems to have been cause by a known problem in the network
manager:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756534
https://bugzilla.gnome.org/show_bug.cgi?id=737252

Since this has already been fixed in the GNOME project, can Ubuntu 15.04
please take the upstream fix?

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

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

Title:
  IPv6 hop limit set to 0

Status in network-manager package in Ubuntu:
  New

Bug description:
  On upgrading from Ubuntu 14.10 to 15.04 I found that my IPv6
  networking no longer worked. It turned out that this was because my
  hop limit was set to zero:

  # sysctl -a | fgrep eth0.hop_limit
  net.ipv6.conf.eth0.hop_limit = 0

  which in turn seems to have been cause by a known problem in the
  network manager:

  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756534
  https://bugzilla.gnome.org/show_bug.cgi?id=737252

  Since this has already been fixed in the GNOME project, can Ubuntu
  15.04 please take the upstream fix?

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

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


[Desktop-packages] [Bug 1448407] Re: icons size issues in Nautilus

2015-04-29 Thread Sebastien Bacher
the file icons don't come from the .desktop Icon, they are mode on the
mimetype (you can see the mimetype in e.g nautilus properties)

you can run "gvfs-info " to get the details of the mimetype
and icon it's using

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

Title:
  icons size issues in Nautilus

Status in nautilus package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 15.04 (right after upgrade)
  Macbook Pro Retina 15 (menu scaling to 1,62)

  Nautilus scaling 150% for icons and 66% for lists

  Icons in Nautilus are displayed properly except for LibreOffice icons which 
are displayed 200-250%.
  Previews are displayed same size as LibreOffice icons.
  MS document files are displayed properly (150%)

  Dragging a file over a folder previously (14.10) made the folder
  darker (sometimes changing icon to opened) and the file could be
  dropped.

  In 15.04 (Nautilus 3.14.2) the folder icon SHRINKS (to 100%) and
  cannot be seen under the dragged icon.

  Would be nice if the old behaviour would be restored.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: nautilus 1:3.14.2-0ubuntu9
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  NonfreeKernelModules: nvidia wl
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sat Apr 25 11:26:58 2015
  GsettingsChanges:
   b'org.gnome.nautilus.list-view' b'use-tree-view' b'true'
   b'org.gnome.nautilus.list-view' b'default-column-order' b"['name', 'size', 
'type', 'date_modified', 'owner', 'group', 'permissions', 'mime_type', 'where', 
'date_accessed']"
  InstallationDate: Installed on 2013-05-17 (707 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64+mac 
(20130424)
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to vivid on 2015-04-25 (0 days ago)

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

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


[Desktop-packages] [Bug 1449875] Re: ghostscript fails on some EPS files

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

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

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

Title:
  ghostscript fails on some EPS files

Status in ghostscript package in Ubuntu:
  Confirmed

Bug description:
  On Ubuntu 15.04, running in the cloud, I issue to following command to
  find the Bounding Box on the attached EPS. When I download the
  ghostscript binary from ghostscript.com or try the same on my FreeBSD
  server, it works just fine. Here's the command to reproduce:

  $ gs -q -sDEVICE=bbox -dNOPAUSE -dBATCH -dSAFER -dEPSCrop -r300
  broken-on-ubuntu-1504.eps

  The expected output:
  %%BoundingBox: 87 81 1515 1510
  %%HiResBoundingBox: 87.840941 81.63 1514.790058 1509.385370

  The output on Ubuntu 15.04:
  Error: /undefinedresource in resourcestatus
  Operand stack:
 false   ct_StyleDicts   --dict:0/4(L)--   Adobe-Japan1   --dict:0/4(L)--   
Serif   HeiseiMin-W3-83pv-RKSJ-H   Font   HeiseiMin-W3   CIDFont
  Execution stack:
 %interp_exit   .runexec2   --nostringval--   --nostringval--   
--nostringval--   2   %stopped_push   --nostringval--   --nostringval--   
--nostringval--   false   1   %stopped_push   1967   1   3   %oparray_pop   
1967   1   3   %oparray_pop   1966   1   3   %oparray_pop   --nostringval--   
1950   1   3   %oparray_pop   1836   1   3   %oparray_pop   --nostringval--   
%errorexec_pop   .runexec2   --nostringval--   --nostringval--   
--nostringval--   2   %stopped_push   --nostringval--   --nostringval--   
--nostringval--   1915   10   9   %oparray_pop
  Dictionary stack:
 --dict:1183/1684(ro)(G)--   --dict:0/20(G)--   --dict:87/200(L)--   
--dict:57/75(L)--   --dict:2/10(L)--   --dict:39/70(L)--   --dict:0/4(L)--   
--dict:0/4(L)--   --dict:20/27(ro)(G)--   --dict:20/26(ro)(G)--
  Current allocation mode is local
  Last OS error: No such file or directory
  GPL Ghostscript 9.15: Unrecoverable error, exit code 1

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

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


[Desktop-packages] [Bug 1449875] Re: ghostscript fails on some EPS files

2015-04-29 Thread Karoline Busse
I have the same problem with opening eps files that were created with
Adobe Illustrator. It seems like the Japanese Font "HeiseiMin-W3" (part
of the Adobe-Japan1 font bundle) is missing on the system. To work
around this error, I installed texlive-full. Afterwards it works.

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

Title:
  ghostscript fails on some EPS files

Status in ghostscript package in Ubuntu:
  Confirmed

Bug description:
  On Ubuntu 15.04, running in the cloud, I issue to following command to
  find the Bounding Box on the attached EPS. When I download the
  ghostscript binary from ghostscript.com or try the same on my FreeBSD
  server, it works just fine. Here's the command to reproduce:

  $ gs -q -sDEVICE=bbox -dNOPAUSE -dBATCH -dSAFER -dEPSCrop -r300
  broken-on-ubuntu-1504.eps

  The expected output:
  %%BoundingBox: 87 81 1515 1510
  %%HiResBoundingBox: 87.840941 81.63 1514.790058 1509.385370

  The output on Ubuntu 15.04:
  Error: /undefinedresource in resourcestatus
  Operand stack:
 false   ct_StyleDicts   --dict:0/4(L)--   Adobe-Japan1   --dict:0/4(L)--   
Serif   HeiseiMin-W3-83pv-RKSJ-H   Font   HeiseiMin-W3   CIDFont
  Execution stack:
 %interp_exit   .runexec2   --nostringval--   --nostringval--   
--nostringval--   2   %stopped_push   --nostringval--   --nostringval--   
--nostringval--   false   1   %stopped_push   1967   1   3   %oparray_pop   
1967   1   3   %oparray_pop   1966   1   3   %oparray_pop   --nostringval--   
1950   1   3   %oparray_pop   1836   1   3   %oparray_pop   --nostringval--   
%errorexec_pop   .runexec2   --nostringval--   --nostringval--   
--nostringval--   2   %stopped_push   --nostringval--   --nostringval--   
--nostringval--   1915   10   9   %oparray_pop
  Dictionary stack:
 --dict:1183/1684(ro)(G)--   --dict:0/20(G)--   --dict:87/200(L)--   
--dict:57/75(L)--   --dict:2/10(L)--   --dict:39/70(L)--   --dict:0/4(L)--   
--dict:0/4(L)--   --dict:20/27(ro)(G)--   --dict:20/26(ro)(G)--
  Current allocation mode is local
  Last OS error: No such file or directory
  GPL Ghostscript 9.15: Unrecoverable error, exit code 1

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

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


[Desktop-packages] [Bug 1248174] Re: Update the Ubuntu colour palette to fit the spec

2015-04-29 Thread Alberto Salvia Novella
If all colours in the LibreOffice palette match
, please set the
libreoffice package status to "fix released".

** Changed in: libreoffice (Ubuntu)
   Status: Incomplete => Triaged

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

Title:
  Update the Ubuntu colour palette to fit the spec

Status in One Hundred Papercuts:
  Triaged
Status in Inkscape: Vector Graphics Editor:
  Fix Released
Status in Ubuntu Accomplishments Daemon:
  Confirmed
Status in Ubuntu Accomplishments Extra Information:
  Confirmed
Status in Ubuntu Accomplishments System:
  Confirmed
Status in Ubuntu Accomplishments Viewer:
  Confirmed
Status in Ubuntu Accomplishments Web Gallery:
  Confirmed
Status in Ubuntu Brand Guidelines:
  Confirmed
Status in Ubuntu Community:
  Fix Released
Status in Ubuntu Community Accomplishments:
  Confirmed
Status in Ubuntu Desktop Accomplishments:
  Confirmed
Status in gimp package in Ubuntu:
  Triaged
Status in inkscape package in Ubuntu:
  Fix Released
Status in libreoffice package in Ubuntu:
  Triaged

Bug description:
  
  HOW TO REPRODUCE
  

  1. In Inkscape create a figure colored "Accent Orange", from the "Ubuntu" 
colour palette.
  2. Compare colour with "Ubuntu Orange" in 
http://design.ubuntu.com/brand/colour-palette.

  **
  EXPECTED BEHAVIOUR
  **

  - The colour to be the same.

  **
  REAL BEHAVIOUR
  **

  - The colour is different.
  - The colours listed in the palette from Inkscape have no relationship with 
the ones in design.ubuntu.com.

  ***
  WORK-AROUND
  ***

  - To use the colours in http://design.ubuntu.com/brand/colour-palette
  instead.

  
  RELEVANT DETAILS
  

  - Orange colour is very similar, but not equal. So it's very probable someone 
use the wrong colour in their designs for Ubuntu.
  - In fact, the logo of "Ubuntu" project in Launchpad is affected 
(https://launchpad.net/ubuntu).
  - A demonstrative image is attached to this bug.

  **
  TECHNICAL INFO
  **

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: inkscape 0.48.4-1ubuntu3
  ProcVersionSignature: Ubuntu 3.8.0-25.37-generic 3.8.13
  Uname: Linux 3.8.0-25-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Tue Nov  5 13:47:52 2013
  InstallationDate: Installed on 2013-05-21 (167 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  MarkForUpload: True
  SourcePackage: inkscape
  UpgradeStatus: Upgraded to saucy on 2013-10-18 (18 days ago)

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

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


[Desktop-packages] [Bug 1449753] Re: Xorg soft lockup using google maps (street view) in firefox under Nouveau

2015-04-29 Thread B. Bogart
This bug was not reproducible using yesterday’s daily build of 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/1449753

Title:
  Xorg soft lockup using google maps (street view) in firefox under
  Nouveau

Status in xorg package in Ubuntu:
  New

Bug description:
  I can cause an Xorg soft lockup simply by using google street view for
  a few minutes under firefox 37.0.2.

  Switched to Nouveau recently due to issues with NVIDIA proprietary
  driver for this GeForce 6600 AGP card.

  Following is the lockup trace from kern.log:

  Apr 28 11:31:59 insitu kernel: [  849.902770] nouveau  [Xorg[3892]] ib 
channel create, -22
  Apr 28 11:31:59 insitu kernel: [  849.998956] nouveau E[   
PFIFO][:01:00.0] CACHE_ERROR - ch 3 [firefox[3757]] subc 0 mthd 0x0050 data 
0x0006
  Apr 28 11:31:59 insitu kernel: [  860.080030] BUG: soft lockup - CPU#0 stuck 
for 24s! [Socket Thread:3762]
  Apr 28 11:31:59 insitu kernel: [  860.080033] Modules linked in: cfg80211 
cuse rfcomm bnep bluetooth binfmt_misc reiserfs dm_crypt snd_via82xx rc_winfast 
snd_via82xx_modem snd_mpu401_uart snd_ac97_codec gameport ac97_bus tuner_simple 
snd_pcm tuner_types snd_page_alloc snd_seq_midi snd_seq_midi_event snd_rawmidi 
tda9887 tda8290 snd_seq tea5767 tuner snd_seq_device snd_timer amd64_edac_mod 
cx8800 snd edac_core serio_raw cx88xx btcx_risc edac_mce_amd k8temp tveeprom 
videobuf_dma_sg soundcore i2c_viapro rc_core v4l2_common videobuf_core videodev 
shpchp parport_pc ppdev visor usbserial mac_hid lp parport raid10 raid456 
async_raid6_recov async_memcpy async_pq async_xor async_tx xor raid6_pq raid0 
multipath linear raid1 pata_acpi hid_generic usbhid hid nouveau mxm_wmi wmi 
video i2c_algo_bit ttm drm_kms_helper drm pata_via firewire_ohci sata_via skge 
sata_promise firewire_core floppy crc_itu_t
  Apr 28 11:31:59 insitu kernel: [  860.080048] CPU: 0 PID: 3762 Comm: Socket 
Thread Not tainted 3.13.0-49-generic #83-Ubuntu
  Apr 28 11:31:59 insitu kernel: [  860.080048] Hardware name: To Be Filled By 
O.E.M. To Be Filled By O.E.M./A8V Deluxe, BIOS 1018.002 08/16/2007
  Apr 28 11:31:59 insitu kernel: [  860.080048] task: 8800a9703000 ti: 
8800a45f4000 task.ti: 8800a45f4000
  Apr 28 11:31:59 insitu kernel: [  860.080048] RIP: 0010:[]  
[] ioread32+0x42/0x50
  Apr 28 11:31:59 insitu kernel: [  860.080048] RSP: 0018:8800a45f5ab0  
EFLAGS: 0292
  Apr 28 11:31:59 insitu kernel: [  860.080048] RAX: 0005 RBX: 
880124703000 RCX: 0036
  Apr 28 11:31:59 insitu kernel: [  860.080048] RDX: e178 RSI: 
c97fe048 RDI: c97fe048
  Apr 28 11:31:59 insitu kernel: [  860.080048] RBP: 8800a45f5ab8 R08: 
00016260 R09: 88012b001b00
  Apr 28 11:31:59 insitu kernel: [  860.080048] R10: a0187dce R11: 
8801279a0210 R12: b0ac1540
  Apr 28 11:31:59 insitu kernel: [  860.080048] R13: 8164679f R14: 
8800a45f5a50 R15: 8800b7e21200
  Apr 28 11:31:59 insitu kernel: [  860.080048] FS:  7f95e70f0700() 
GS:88012fc0() knlGS:
  Apr 28 11:31:59 insitu kernel: [  860.080048] CS:  0010 DS:  ES:  
CR0: 80050033
  Apr 28 11:31:59 insitu kernel: [  860.080048] CR2: 7faaea457024 CR3: 
ab4c9000 CR4: 07f0
  Apr 28 11:31:59 insitu kernel: [  860.080048] Stack:
  Apr 28 11:31:59 insitu kernel: [  860.080048]  a015b1e5 
8800a45f5ac8 a018febf 8800a45f5b00
  Apr 28 11:31:59 insitu kernel: [  860.080048]  a0187442 
88012839e000  
  Apr 28 11:31:59 insitu kernel: [  860.080048]  8800a9703000 
 8800a45f5b58 a0187a85
  Apr 28 11:31:59 insitu kernel: [  860.080048] Call Trace:
  Apr 28 11:31:59 insitu kernel: [  860.080048]  [] ? 
_nouveau_fifo_channel_rd32+0x15/0x20 [nouveau]
  Apr 28 11:31:59 insitu kernel: [  860.080048]  [] 
nv10_fence_read+0x1f/0x30 [nouveau]
  Apr 28 11:31:59 insitu kernel: [  860.080048]  [] 
nouveau_fence_update+0x62/0x90 [nouveau]
  Apr 28 11:31:59 insitu kernel: [  860.080048]  [] 
nouveau_fence_wait+0xc5/0x1a0 [nouveau]
  Apr 28 11:31:59 insitu kernel: [  860.080048]  [] ? 
nouveau_fence_new+0x68/0xb0 [nouveau]
  Apr 28 11:31:59 insitu kernel: [  860.080048]  [] 
nouveau_channel_idle+0x6d/0x90 [nouveau]
  Apr 28 11:31:59 insitu kernel: [  860.080048]  [] 
nouveau_abi16_chan_fini.isra.2+0x32/0x1d0 [nouveau]
  Apr 28 11:31:59 insitu kernel: [  860.080048]  [] 
nouveau_abi16_fini+0x3e/0x80 [nouveau]
  Apr 28 11:31:59 insitu kernel: [  860.080048]  [] 
nouveau_drm_preclose+0x42/0xa0 [nouveau]
  Apr 28 11:31:59 insitu kernel: [  860.080048]  [] 
drm_release+0x73/0x630 [drm]
  Apr 28 11:31:59 insitu kernel: [  860.080048]  [] 
__fput+0xe4/0x260
  Apr 28 11:31:59 insitu kernel: [  860.080048]  [] 
fput+0xe/0x10
  Apr 28 11:31:59 insitu kernel: [  860.08

[Desktop-packages] [Bug 1439440] Re: Laptop does not go to sleep when closing lid with external monitor connected

2015-04-29 Thread Luis Alberto Pabón
Same here on Ubuntu 15.05 and intel haswell integrated graphics. Laptop
won't go to sleep when closing the lid if an external monitor is
connected. Can manually suspend from the power menu, or closing the lid
with no external monitor attached.

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

Title:
  Laptop does not go to sleep when closing lid with external monitor
  connected

Status in xorg package in Ubuntu:
  Confirmed

Bug description:
  Using Dell Inspiron 15 3521 with Intel HD 4000 and an external monitor on 
HDMI output, in 15.04 beta 2:
  when closing the lid of the laptop, the laptop does not go to sleep (suspend 
to ram) as expected, but instead stays on, with the external monitor still on.

  I excepted that the laptop goes to sleep and the external monitor was
  blanked and turned off. This was the behavior on 14.10

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

  ApportVersion: 2.16.2-0ubuntu4
  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  2 01:17:27 2015
  DistUpgraded: Fresh install
  DistroCodename: vivid
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl, 6.30.223.248+bdcom, 3.19.0-10-generic, x86_64: installed
   virtualbox, 4.3.26, 3.19.0-10-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] 
(rev 09) (prog-if 00 [VGA controller])
     Subsystem: Dell Device [1028:0597]
  InstallationDate: Installed on 2015-04-01 (0 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Beta amd64 (20150326)
  MachineType: Dell Inc. Inspiron 3521
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-10-generic.efi.signed 
root=UUID=cxxx---- ro quiet splash
  SourcePackage: xorg
  Symptom: display
  UdevLog: Error: [Errno 2] Aucun fichier ou dossier de ce type: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/25/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A12
  dmi.board.name: 0X
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: A12
  dmi.modalias: 
dmi:bvnDellInc.:bvrA12:bd10/25/2013:svnDellInc.:pnInspiron3521:pvrA12:rvnDellInc.:rn06XXX:rvrA02:cvnDellInc.:ct8:cvrA12:
  dmi.product.name: Inspiron 3521
  dmi.product.version: A12
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.12.1+15.04.20150303-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.59-0ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.0-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.0-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0-1ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu2build1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
  xserver.bootTime: Thu Apr  2 00:14:49 2015
  xserver.configfile: default
  xserver.errors:

  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id 939
   vendor LGD
  xserver.version: 2:1.17.1-0ubuntu3

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

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


[Desktop-packages] [Bug 1450089] [NEW] fglrx causes ubuntu to hang before login

2015-04-29 Thread Stephen Ranger
Public bug reported:

After updating Ubuntu GNOME 14.10 to 15.04, uninstalling old AMD 14.12
binary (downloaded from their site) and installing fglrx-updates or
fglrx fails to boot correctly into gdm. Not sure exactly what files to
post; I'll supply anything that's requested.

The only errors I can find in syslog are


Apr 29 08:05:34 hostname ureadahead[476]: 
ureadahead:/lib/modules/3.19.0-15-generic/updates/dkms/fglrx_updates.ko: No 
such file or directory

Apr 29 08:05:34 hostname ureadahead[476]: 
ureadahead:/usr/lib/x86_64-linux-gnu/xorg/extra-modules/extra-modules.dpkg-tmp/modules/extensions/libglx.so:
 No such file or directory
Apr 29 08:05:34 hostname ureadahead[476]: 
ureadahead:/usr/lib/x86_64-linux-gnu/xorg/extra-modules/extra-modules.dpkg-tmp/modules/drivers/fglrx_drv.so:
 No such file or directory
Apr 29 08:05:34 hostname ureadahead[476]: 
ureadahead:/usr/lib/x86_64-linux-gnu/xorg/extra-modules/extra-modules.dpkg-tmp/modules/linux/libfglrxdrm.so:
 No such file or directory

And errors

$ more /var/log/Xorg.1.log | grep "(EE)"
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[78.051] (EE) fglrx(0): Cannot read int vect
[78.970] (EE) 
[78.970] (EE) Backtrace:
[78.971] (EE) 0: /usr/bin/X (xorg_backtrace+0x56) [0x7fe619597556]
[78.971] (EE) 1: /usr/bin/X (0x7fe6193e4000+0x1b7749) [0x7fe61959b749]
[78.971] (EE) 2: /lib/x86_64-linux-gnu/libc.so.6 (0x7fe6170aa000+0x352f0) 
[0x7fe6170df2f0]
[78.971] (EE) 3: 
/usr/lib/x86_64-linux-gnu/xorg/extra-modules/extra-modules.dpkg-tmp/modules/drivers/fglrx_drv.so
 (xdl_xs117_atiddxDisplayUpdateEDID+0x44) [0x7fe614d89624]
[78.971] (EE) 4: 
/usr/lib/x86_64-linux-gnu/xorg/extra-modules/extra-modules.dpkg-tmp/modules/drivers/fglrx_drv.so
 (xdl_xs117_atiddxDisplayReenumerateMode+0xaf) [0x7fe614d8ac3f]
[78.971] (EE) 5: 
/usr/lib/x86_64-linux-gnu/xorg/extra-modules/extra-modules.dpkg-tmp/modules/drivers/fglrx_drv.so
 (atiddxDisplayReenumerateMode+0xd) [0x7fe614b1910d]
[78.971] (EE) 6: 
/usr/lib/x86_64-linux-gnu/xorg/extra-modules/extra-modules.dpkg-tmp/modules/drivers/fglrx_drv.so
 (MCIL_SetMessageCode+0xb8) [0x7fe614db0c18]
[78.971] (EE) 7: 
/usr/lib/x86_64-linux-gnu/xorg/extra-modules/extra-modules.dpkg-tmp/modules/drivers/fglrx_drv.so
 (_ZNK19EventManagerService14setMessageCodeEPK5Eventy+0x11d) [0x7fe614ed49fd]
[78.972] (EE) 8: 
/usr/lib/x86_64-linux-gnu/xorg/extra-modules/extra-modules.dpkg-tmp/modules/drivers/fglrx_drv.so
 (_ZN19EventManagerService12EventHandlerEPK5Eventy+0x25) [0x7fe614ed47b5]
[78.972] (EE) 9: 
/usr/lib/x86_64-linux-gnu/xorg/extra-modules/extra-modules.dpkg-tmp/modules/drivers/fglrx_drv.so
 (_ZN17EventCallbackInfo6NotifyEPK5Event+0x2b) [0x7fe614ea014b]
[78.972] (EE) 10: 
/usr/lib/x86_64-linux-gnu/xorg/extra-modules/extra-modules.dpkg-tmp/modules/drivers/fglrx_drv.so
 (_ZN18EventCallbacksList6NotifyEPK5Event+0x22) [0x7fe614ea0432]
[78.972] (EE) 11: 
/usr/lib/x86_64-linux-gnu/xorg/extra-modules/extra-modules.dpkg-tmp/modules/drivers/fglrx_drv.so
 (_ZN19EventManagerService9SendEventEPK12DalBaseClassPK5Event+0x43) 
[0x7fe614e32c73]
[78.972] (EE) 12: 
/usr/lib/x86_64-linux-gnu/xorg/extra-modules/extra-modules.dpkg-tmp/modules/drivers/fglrx_drv.so
 
(_ZN15TopologyManager22notifyCapabilityChangeEP22TmDisplayPathInterface17ReenumModesReason+0xe2)
 [0x7fe614e7fc62]
[78.973] (EE) 13: 
/usr/lib/x86_64-linux-gnu/xorg/extra-modules/extra-modules.dpkg-tmp/modules/drivers/fglrx_drv.so
 (_ZN15TopologyManager22NotifyCapabilityChangeEj17ReenumModesReason+0x4b) 
[0x7fe614e7c5cb]
[78.973] (EE) 14: 
/usr/lib/x86_64-linux-gnu/xorg/extra-modules/extra-modules.dpkg-tmp/modules/drivers/fglrx_drv.so
 (_ZN15TopologyManager25checkIfAllTilesArePresentEjb+0x236) [0x7fe614e83b56]
[78.973] (EE) 15: 
/usr/lib/x86_64-linux-gnu/xorg/extra-modules/extra-modules.dpkg-tmp/modules/drivers/fglrx_drv.so
 
(_ZN15TopologyManager19postTargetDetectionEP22TmDisplayPathInterface15DetectionMethodP17TMDetectionStatus+0x35)
 [0x7fe614e7e8c5]
[78.973] (EE) 16: 
/usr/lib/x86_64-linux-gnu/xorg/extra-modules/extra-modules.dpkg-tmp/modules/drivers/fglrx_drv.so
 
(_ZN15TopologyManager20processMstSinkUpdateEP22TmDisplayPathInterface15DetectionMethodP17TMDetectionStatus+0xfb)
 [0x7fe614e7ef3b]
[78.973] (EE) 17: 
/usr/lib/x86_64-linux-gnu/xorg/extra-modules/extra-modules.dpkg-tmp/modules/drivers/fglrx_drv.so
 
(_ZN15TopologyManager13detectDisplayEP22TmDisplayPathInterface15DetectionMethod+0x100)
 [0x7fe614e7e7c0]
[78.973] (EE) 18: 
/usr/lib/x86_64-linux-gnu/xorg/extra-modules/extra-modules.dpkg-tmp/modules/drivers/fglrx_drv.so
 (_ZN15TopologyManager18DoInitialDetectionEv+0xb4) [0x7fe614e7b054]
[78.974] (EE) 19: 
/usr/lib/x86_64-linux-gnu/xorg/extra-modules/extra-modules.dpkg-tmp/modules/drivers/fglrx_drv.so
 (_ZN4Dal214EnableInstanceEP14_DAL_INIT_INFO+0x4e) [0x7fe614e17e4e]
[78.974] (EE) 20: 
/usr/lib/x86_64-linux-gnu/xorg/extra-modules/extra-modules.dpkg-tmp/modules/drivers/fglrx_drv.so

[Desktop-packages] [Bug 1361207] Re: [xorg-edgers] nvidia-graphics-drivers-331 and newer should recommend nvidia-modprobe

2015-04-29 Thread Alberto Milone
I'm the maintainer. Reassigning the bug back to me

** Changed in: nvidia-graphics-drivers-340-updates (Ubuntu)
 Assignee: Márcio Jorge PimentaParola (parola-marcio) => Alberto Milone 
(albertomilone)

** Changed in: nvidia-graphics-drivers-346 (Ubuntu)
 Assignee: (unassigned) => Alberto Milone (albertomilone)

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

Title:
  [xorg-edgers] nvidia-graphics-drivers-331 and newer should recommend
  nvidia-modprobe

Status in nvidia-graphics-drivers-331 package in Ubuntu:
  Confirmed
Status in nvidia-graphics-drivers-331-updates package in Ubuntu:
  Confirmed
Status in nvidia-graphics-drivers-340 package in Ubuntu:
  Confirmed
Status in nvidia-graphics-drivers-340-updates package in Ubuntu:
  Confirmed
Status in nvidia-graphics-drivers-346 package in Ubuntu:
  Confirmed
Status in nvidia-graphics-drivers-346-updates package in Ubuntu:
  Confirmed

Bug description:
  nvidia-modprobe allows non-root users to load NVIDIA kernel modules and it 
creates the respective device entries. This is important for CUDA users as they 
would otherwise have to run a workaround script to load the kernel modules and 
create the device entries. This is documented here:
  
http://developer.download.nvidia.com/compute/cuda/6_5/rel/docs/CUDA_Getting_Started_Linux.pdf
 -> 4.8 Verification

  Because of this newer nvidia-graphics-drivers packages (331 and newer)
  should at least recommend nvidia-modprobe. Furthermore the nvidia-
  modprobe is not available from xorg-edgers. Utopic includes an nvidia-
  modprobe package though.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1361207/+subscriptions

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


[Desktop-packages] [Bug 1322925] Re: [SRU] Copy, paste stops working randomly in Ubuntu 14.04 nautilus

2015-04-29 Thread Luchostein
I confirm that this issue still happens on every application with Ubuntu
14.04 LTS

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

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

Title:
  [SRU] Copy, paste stops working randomly in Ubuntu 14.04 nautilus

Status in Nautilus:
  Fix Released
Status in nautilus package in Ubuntu:
  Fix Released
Status in xorg package in Ubuntu:
  New
Status in nautilus source package in Trusty:
  Fix Released
Status in xorg source package in Trusty:
  New
Status in nautilus source package in Utopic:
  Fix Released
Status in xorg source package in Utopic:
  New

Bug description:
  The title says it.

  Since upgrade to 14.04, copy / cut / paste of files among various
  folders I have write rights on does not work most of the times.

  Using the terminal to copy / move does work normally.

  nautilus:
Installed: 1:3.10.1-0ubuntu9.1
Candidate: 1:3.10.1-0ubuntu9.1
Version table:
   *** 1:3.10.1-0ubuntu9.1 0
  500 http://de.archive.ubuntu.com/ubuntu/ trusty-updates/main i386 
Packages
  100 /var/lib/dpkg/status
   1:3.10.1-0ubuntu8 0
  500 http://de.archive.ubuntu.com/ubuntu/ trusty/main i386 Packages

  [Test Case]

  1. Open a Nautilus window and switch to List view
  2. Go to location with write permission
  3. Select a file and try to rename.
  4. When prompted to rename (filename becomes a text entry), open new tab.
  5. Select a file, try to copy and paste. You will see that file is not copied 
and pasted.
  6. Go back to original tab. If the file that was selected in step 3 is still 
selected, unselect it.
  7. Try to copy and paste. It should work.
  8. Try to rename again, and open new tab.
  9. Close old tab, and try to copy and paste. It won't work, and there is no 
way to restore, except opening a new window.

  [Regression Potential]

  Already fixed upstream with
  
https://git.gnome.org/browse/nautilus/commit/?id=8032628adc9c8286050716d609c574dc7273dfcb

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

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


[Desktop-packages] [Bug 1268257] Re: nvidia-331-updates 331.38-0ubuntu3: nvidia-331-updates kernel module failed to build, with only error: "objdump: '... .tmp_nv.o': No such file"

2015-04-29 Thread Richard Hansen
** Changed in: nvidia-graphics-drivers-331 (Ubuntu)
 Assignee: aubier (bi-biflo) => (unassigned)

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

Title:
  nvidia-331-updates 331.38-0ubuntu3: nvidia-331-updates kernel module
  failed to build, with only error: "objdump: '... .tmp_nv.o': No such
  file"

Status in NVIDIA Drivers Ubuntu:
  Fix Released
Status in nvidia-graphics-drivers-331 package in Ubuntu:
  Fix Released
Status in nvidia-graphics-drivers-331-updates package in Ubuntu:
  Fix Released
Status in nvidia-graphics-drivers-340 package in Ubuntu:
  Fix Released
Status in nvidia-graphics-drivers-340-updates package in Ubuntu:
  Fix Released
Status in nvidia-graphics-drivers-346 package in Ubuntu:
  Fix Released
Status in nvidia-graphics-drivers-346-updates package in Ubuntu:
  Fix Released

Bug description:
  **WARNING:** This bug has been widely reported and has *many*
  automatic subscribers. Please be considerate.

  **If you need help:** try searching and asking on
  http://discourse.ubuntu.com or http://ubuntuforums.org or contacting a
  nearby user group (see http://loco.ubuntu.com or search for "LUG" in
  your area). Link back to this bug for clarity.

  ---

  This seems to fix it (at least for one version upgrade) for many
  people

  $ sudo dpkg-reconfigure nvidia-331

  after that...

  $ sudo dpkg-reconfigure nvidia-331-uvm

  (some users may be on the versions of these packages suffixed with
  -updates )

  ---

  **If you want to unsubscribe:** see
  https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-
  drivers-331-updates/+bug/1268257/+subscribe. You can also change your
  settings so you don't get comments but do get notified when the bug is
  solved - see https://askubuntu.com/questions/576523 for details.

  **If you want to comment:** Please consider if you have something
  meaningful to contribute to the 2500+ people who will get an email.

  **If you are an Ubuntu developer:** thanks for looking into this! :D

  

  Nvidia kernel module failed to build on kernel 3.13.0-2
  Yesterday when the new kernel was pushed, the dkms process failed.

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: nvidia-331-updates 331.20-0ubuntu9
  ProcVersionSignature: Ubuntu 3.12.0-7.15-generic 3.12.4
  Uname: Linux 3.12.0-7-generic x86_64
  ApportVersion: 2.13.1-0ubuntu1
  Architecture: amd64
  DKMSKernelVersion: 3.13.0-2-generic
  Date: Sun Jan 12 01:28:35 2014
  InstallationDate: Installed on 2013-11-03 (69 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  PackageVersion: 331.20-0ubuntu9
  SourcePackage: nvidia-graphics-drivers-331-updates
  Title: nvidia-331-updates 331.20-0ubuntu9: nvidia-331-updates kernel module 
failed to build
  UpgradeStatus: Upgraded to trusty on 2013-12-29 (13 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/nvidia-drivers-ubuntu/+bug/1268257/+subscriptions

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


[Desktop-packages] [Bug 830663] Re: default window size is too small

2015-04-29 Thread Thorsten Rochelmeyer
Thanks for fixing!

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

Title:
  default window size is too small

Status in Inkscape: Vector Graphics Editor:
  Fix Released
Status in inkscape package in Ubuntu:
  Fix Released

Bug description:
  The default window size for Inkscape is too small. Attached is a
  screenshot showing how it starts for me every time. It would be nice
  if Inkscape started maximised or at least a whole lot bigger than it
  is now, so it can be useful immediately.

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

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


[Desktop-packages] [Bug 1248174] Re: Update the Ubuntu colour palette to fit the spec

2015-04-29 Thread Alberto Salvia Novella
Never mind, I will check it myself right now.

** Changed in: libreoffice (Ubuntu)
   Status: Triaged => In Progress

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

** Changed in: inkscape
 Assignee: Alberto Salvia Novella (es20490446e) => (unassigned)

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

Title:
  Update the Ubuntu colour palette to fit the spec

Status in One Hundred Papercuts:
  Triaged
Status in Inkscape: Vector Graphics Editor:
  Fix Released
Status in Ubuntu Accomplishments Daemon:
  Confirmed
Status in Ubuntu Accomplishments Extra Information:
  Confirmed
Status in Ubuntu Accomplishments System:
  Confirmed
Status in Ubuntu Accomplishments Viewer:
  Confirmed
Status in Ubuntu Accomplishments Web Gallery:
  Confirmed
Status in Ubuntu Brand Guidelines:
  Confirmed
Status in Ubuntu Community:
  Fix Released
Status in Ubuntu Community Accomplishments:
  Confirmed
Status in Ubuntu Desktop Accomplishments:
  Confirmed
Status in gimp package in Ubuntu:
  Triaged
Status in inkscape package in Ubuntu:
  Fix Released
Status in libreoffice package in Ubuntu:
  Fix Released

Bug description:
  
  HOW TO REPRODUCE
  

  1. In Inkscape create a figure colored "Accent Orange", from the "Ubuntu" 
colour palette.
  2. Compare colour with "Ubuntu Orange" in 
http://design.ubuntu.com/brand/colour-palette.

  **
  EXPECTED BEHAVIOUR
  **

  - The colour to be the same.

  **
  REAL BEHAVIOUR
  **

  - The colour is different.
  - The colours listed in the palette from Inkscape have no relationship with 
the ones in design.ubuntu.com.

  ***
  WORK-AROUND
  ***

  - To use the colours in http://design.ubuntu.com/brand/colour-palette
  instead.

  
  RELEVANT DETAILS
  

  - Orange colour is very similar, but not equal. So it's very probable someone 
use the wrong colour in their designs for Ubuntu.
  - In fact, the logo of "Ubuntu" project in Launchpad is affected 
(https://launchpad.net/ubuntu).
  - A demonstrative image is attached to this bug.

  **
  TECHNICAL INFO
  **

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: inkscape 0.48.4-1ubuntu3
  ProcVersionSignature: Ubuntu 3.8.0-25.37-generic 3.8.13
  Uname: Linux 3.8.0-25-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Tue Nov  5 13:47:52 2013
  InstallationDate: Installed on 2013-05-21 (167 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  MarkForUpload: True
  SourcePackage: inkscape
  UpgradeStatus: Upgraded to saucy on 2013-10-18 (18 days ago)

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

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


[Desktop-packages] [Bug 1448407] Re: icons size issues in Nautilus

2015-04-29 Thread Wolf Rogner
Interesting but not further fruitful.

gvfs-info 20060627\ One\ Codes.ods (just one sample)

gives these attributes:
...
display name: 20060627 One Codes.ods
...
type: regular
...
attributes:
  standard::type: 1
  standard::name: 20060627 One Codes.ods
...
  standard::icon: application-vnd.oasis.opendocument.spreadsheet, 
x-office-spreadsheet
  standard::content-type: application/vnd.oasis.opendocument.spreadsheet
  standard::fast-content-type: application/vnd.oasis.opendocument.spreadsheet
...
  standard::symbolic-icon: 
application-vnd.oasis.opendocument.spreadsheet-symbolic, 
x-office-spreadsheet-symbolic, application-vnd.oasis.opendocument.spreadsheet, 
x-office-spreadsheet
...


gvfs-mime --query 20060627\ One\ Codes.ods 
No default applications for '20060627 One Codes.ods' (Hey? right clicking 
provides open with LibreOffice Calc!!!)

Searched a bit more, found a reference to ~/.config/mimeapps.list and
~/.local/share/applications/mimeapps.list. They differ in content but
provide overlapping sections and mime types.

Strange that the application/vnd.oasis.opendocument.spreadsheet is
missing from both files.

I compared these files to the ones I had with 14.10 (where the icons
were displayed correctly): No differences here.

Any suggestions?

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

Title:
  icons size issues in Nautilus

Status in nautilus package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 15.04 (right after upgrade)
  Macbook Pro Retina 15 (menu scaling to 1,62)

  Nautilus scaling 150% for icons and 66% for lists

  Icons in Nautilus are displayed properly except for LibreOffice icons which 
are displayed 200-250%.
  Previews are displayed same size as LibreOffice icons.
  MS document files are displayed properly (150%)

  Dragging a file over a folder previously (14.10) made the folder
  darker (sometimes changing icon to opened) and the file could be
  dropped.

  In 15.04 (Nautilus 3.14.2) the folder icon SHRINKS (to 100%) and
  cannot be seen under the dragged icon.

  Would be nice if the old behaviour would be restored.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: nautilus 1:3.14.2-0ubuntu9
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  NonfreeKernelModules: nvidia wl
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sat Apr 25 11:26:58 2015
  GsettingsChanges:
   b'org.gnome.nautilus.list-view' b'use-tree-view' b'true'
   b'org.gnome.nautilus.list-view' b'default-column-order' b"['name', 'size', 
'type', 'date_modified', 'owner', 'group', 'permissions', 'mime_type', 'where', 
'date_accessed']"
  InstallationDate: Installed on 2013-05-17 (707 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64+mac 
(20130424)
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to vivid on 2015-04-25 (0 days ago)

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

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


[Desktop-packages] [Bug 1448969] Re: GTK3 can't resize treeviewcolumn

2015-04-29 Thread Iain Lane
** Also affects: gtk+3.0 (Ubuntu Utopic)
   Importance: Undecided
   Status: New

** Also affects: gtk+3.0 (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Changed in: gtk+3.0 (Ubuntu)
   Status: In Progress => Fix Released

** Changed in: gtk+3.0 (Ubuntu Trusty)
   Status: New => In Progress

** Changed in: gtk+3.0 (Ubuntu Utopic)
   Status: New => In Progress

** Changed in: gtk+3.0 (Ubuntu Trusty)
 Assignee: (unassigned) => Lars Uebernickel (larsu)

** Changed in: gtk+3.0 (Ubuntu Utopic)
 Assignee: (unassigned) => Lars Uebernickel (larsu)

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

Title:
  GTK3 can't resize treeviewcolumn

Status in gtk+3.0 package in Ubuntu:
  Fix Released
Status in gtk+3.0 source package in Trusty:
  In Progress
Status in gtk+3.0 source package in Utopic:
  In Progress

Bug description:
  there's a bug in gtk+ 3.10 and 3.12 (Ubuntu 14.04 and 14.10) which prevents 
user from resizing a column in TreeView.
  In the sample code below, when started, try to resize the 'File Name' column 
so the "Size in bytes' column would go out of the view - right now it's not 
possible. It was working with gtk2 and it's working with gtk 3.14. 

  Please use sample code from attachement

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

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


[Desktop-packages] [Bug 1448407] Re: icons size issues in Nautilus

2015-04-29 Thread Wolf Rogner
Correction: the mimeapps.list only overlap in section name ([Added
Associations]) but the items are different.

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

Title:
  icons size issues in Nautilus

Status in nautilus package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 15.04 (right after upgrade)
  Macbook Pro Retina 15 (menu scaling to 1,62)

  Nautilus scaling 150% for icons and 66% for lists

  Icons in Nautilus are displayed properly except for LibreOffice icons which 
are displayed 200-250%.
  Previews are displayed same size as LibreOffice icons.
  MS document files are displayed properly (150%)

  Dragging a file over a folder previously (14.10) made the folder
  darker (sometimes changing icon to opened) and the file could be
  dropped.

  In 15.04 (Nautilus 3.14.2) the folder icon SHRINKS (to 100%) and
  cannot be seen under the dragged icon.

  Would be nice if the old behaviour would be restored.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: nautilus 1:3.14.2-0ubuntu9
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  NonfreeKernelModules: nvidia wl
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sat Apr 25 11:26:58 2015
  GsettingsChanges:
   b'org.gnome.nautilus.list-view' b'use-tree-view' b'true'
   b'org.gnome.nautilus.list-view' b'default-column-order' b"['name', 'size', 
'type', 'date_modified', 'owner', 'group', 'permissions', 'mime_type', 'where', 
'date_accessed']"
  InstallationDate: Installed on 2013-05-17 (707 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64+mac 
(20130424)
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to vivid on 2015-04-25 (0 days ago)

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

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


[Desktop-packages] [Bug 167353] Re: Fonts weight variants selection

2015-04-29 Thread Tavmjong Bah
0.91 improved the ability to select different font faces from the same
family. Since we rely on CSS styling for face selection there is a limit
to what we can support which still leads to some problems (e.g. not
being able to distinguish between Museo Sans Rounded 100 and 300 which
both map to 'Light'). The text tool bar shows the face name according to
CSS. Both the CSS and designer font face name is shown in the Text and
Font dialog.

Unless any other problems are found, this bug should be closed.

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

Title:
  Fonts weight variants selection

Status in Inkscape: Vector Graphics Editor:
  Confirmed
Status in inkscape package in Ubuntu:
  Confirmed

Bug description:
  Inkscape's font selector displays the right fonts

  Steps:
  * install the snapshot of DejaVu with DejaVu Sans
  ExtraLight:
  http://dejavu.sourceforge.net/wiki/index.php/Snapshots
  * type some text in Inkscape 0.43
  * open the font selection tool

  Expected behaviour:
  * each variant should be displayed in the preview
  accordingly
  * if applied, the font variant should be used by the
  text object

  Current behaviour:
  * DejaVu Sans BoldOblique displays what Sans Book
  displays in the preview and with the text object (see
  following cases)

  * with the ExtraLight font named ExtraLight:
DejaVu Sans Book displays ExtraLight with the text
  object but correctly in the preview
DejaVu Sans ExtraLigth displays Sans Book in the
  preview but correctly with the text object

  * changing the name of DejaVu ExtraLight to DejaVu
  Light in the source and producing new ttf file:
DejaVu Sans Book displays ExtraLight all the time
  (both preview and with text object)

  * Applied font selection to a text object is not
  remembered (ExtraLight, Book and BoldOblique return to
  Book)

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

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


[Desktop-packages] [Bug 1435776] Re: NM does not activate ofono Inet contexts w/Username but no Password ( eg. giffgaff )

2015-04-29 Thread Dave Morley
I added a custom apn config
Internet APN: giffgaff.com
Username: giffgaff
Password: 

I now get a tick on this network and a reliable 3g connection.

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

Title:
  NM does not activate ofono Inet contexts w/Username but no Password (
  eg. giffgaff )

Status in the base for Ubuntu mobile products:
  Confirmed
Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  Device: Krillin
  Software:  Vivid r157

  NM does not activate a valid ofono context which is present in the
  gprs file (context_1 in this case)

  I was able to activate the context manually using ./activate-context
  /ril_0 1

  You can find syslog, list-modems and list-contexts attached

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

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


[Desktop-packages] [Bug 1435776] Re: NM does not activate ofono Inet contexts w/Username but no Password ( eg. giffgaff )

2015-04-29 Thread Dave Morley
Previously the giffgaff Internet refused to stay checked.

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

Title:
  NM does not activate ofono Inet contexts w/Username but no Password (
  eg. giffgaff )

Status in the base for Ubuntu mobile products:
  Confirmed
Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  Device: Krillin
  Software:  Vivid r157

  NM does not activate a valid ofono context which is present in the
  gprs file (context_1 in this case)

  I was able to activate the context manually using ./activate-context
  /ril_0 1

  You can find syslog, list-modems and list-contexts attached

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

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


[Desktop-packages] [Bug 1295762] Re: snap decision timeout needs to be determined by the requesting app

2015-04-29 Thread Sebastien Bacher
** No longer affects: telephony-service (Ubuntu)

** Project changed: telephony-service => telephony-service (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/1295762

Title:
  snap decision timeout needs to be determined by the requesting app

Status in Network Menu:
  Fix Released
Status in Ubuntu UX bugs:
  Fix Committed
Status in Unity:
  Invalid
Status in Server and client library for desktop notifications in Unity:
  Confirmed
Status in indicator-network package in Ubuntu:
  Fix Released
Status in telephony-service package in Ubuntu:
  Triaged
Status in unity package in Ubuntu:
  Invalid
Status in unity-notifications package in Ubuntu:
  Fix Released

Bug description:
  Problem:
  If user receives an SMS/call, snap decision for incoming SMS/call stays on 
screen for always only 60sec. and then disappears from screen (by default). 
There was no interaction from user. 

  Possible solution:
  The snap decision should stay on screen for the amount of time the app asks 
it to, being always app dependant. 
  A 60sec. time-out is too short due to use cases where an action from user is 
mandatory. 

  Use case example: A class 1/2 SMS arrives after user triggered a USSD
  command from dialer. These type of SMS always requires a response from
  user (CANCEL or a further COMMAND). Thus a timeout of only 60 sec is
  too short because it can be missed and these type of SMS is NOT saved
  into the usual messages thread.

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

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


[Desktop-packages] [Bug 1309727] Re: headphone button does not answer or hangup phone call.

2015-04-29 Thread Sebastien Bacher
** Project changed: dialer-app => dialer-app (Ubuntu)

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

Title:
  headphone button does not answer or hangup phone call.

Status in dialer-app package in Ubuntu:
  Triaged
Status in pulseaudio package in Ubuntu:
  New

Bug description:
  Summary:
  headphone button does not answer or hangup phone call.

  Steps:
  1. plug in headphones with a call/hangup button in headphone jack
  2.  call the phone with the headphones plugged in with step 1
  3.  press headphone answer/hangup button

  expected results:
  call is answered

  actual results
  nothing happens. 

  
  Additional info, this should also play/pause music when no call is in session.

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

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


[Desktop-packages] [Bug 1448407] Re: icons size issues in Nautilus

2015-04-29 Thread Sebastien Bacher
not /usr/share/themes but /usr/share/icons

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

Title:
  icons size issues in Nautilus

Status in nautilus package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 15.04 (right after upgrade)
  Macbook Pro Retina 15 (menu scaling to 1,62)

  Nautilus scaling 150% for icons and 66% for lists

  Icons in Nautilus are displayed properly except for LibreOffice icons which 
are displayed 200-250%.
  Previews are displayed same size as LibreOffice icons.
  MS document files are displayed properly (150%)

  Dragging a file over a folder previously (14.10) made the folder
  darker (sometimes changing icon to opened) and the file could be
  dropped.

  In 15.04 (Nautilus 3.14.2) the folder icon SHRINKS (to 100%) and
  cannot be seen under the dragged icon.

  Would be nice if the old behaviour would be restored.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: nautilus 1:3.14.2-0ubuntu9
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  NonfreeKernelModules: nvidia wl
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sat Apr 25 11:26:58 2015
  GsettingsChanges:
   b'org.gnome.nautilus.list-view' b'use-tree-view' b'true'
   b'org.gnome.nautilus.list-view' b'default-column-order' b"['name', 'size', 
'type', 'date_modified', 'owner', 'group', 'permissions', 'mime_type', 'where', 
'date_accessed']"
  InstallationDate: Installed on 2013-05-17 (707 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64+mac 
(20130424)
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to vivid on 2015-04-25 (0 days ago)

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

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


[Desktop-packages] [Bug 1219337] Re: Users can change the clock without authenticating, allowing them to locally exploit sudo.

2015-04-29 Thread Tyler Hicks
Hi Mark - I've taken a look at the details in this bug, the upstream
sudo bug, the /r/linux thread, and the upstream sudo fix. I appreciate
and respect your thoroughness.

After taking all of the details into account, I consider this issue to
be low severity due to the mitigating factors involved. Specifically, I
don't see a way for an attacker, without physical access, to use an
arbitrary code execution vulnerability in combination with the issue
that you've described in this bug to elevate his/her privileges.
Considering this, the attack requires an admin user leave his/her
desktop session unlocked and for an attacker to come across this
unlocked desktop session. Since there are many different ways to attack
an unlocked desktop session, best security practices dictate all users
lock their screens when not at their computer.

We will fix this issue in the next Ubuntu release (15.10) by including
sudo 1.8.10 or newer.  Due to the issue’s low severity and considering
our practice of prioritizing resources on publishing security updates
that fix issues of greater security impact, we may fix this issue in
stable releases of Ubuntu in the future if another sudo vulnerability of
higher severity is found or if new details emerge regarding this issue.

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

Title:
  Users can change the clock without authenticating, allowing them to
  locally exploit sudo.

Status in Cinnamon:
  New
Status in sudo:
  Unknown
Status in Unity:
  Invalid
Status in policykit-desktop-privileges package in Ubuntu:
  Opinion
Status in sudo package in Ubuntu:
  Confirmed
Status in policykit-desktop-privileges source package in Precise:
  Opinion
Status in sudo source package in Precise:
  Confirmed
Status in policykit-desktop-privileges source package in Trusty:
  Opinion
Status in sudo source package in Trusty:
  Confirmed
Status in policykit-desktop-privileges source package in Utopic:
  Opinion
Status in sudo source package in Utopic:
  Confirmed
Status in policykit-desktop-privileges source package in Vivid:
  Opinion
Status in sudo source package in Vivid:
  Confirmed

Bug description:
  Under unity and cinnamon, it is possible for a user to turn off
  network-syncronized time and then change the time on the system. It is
  also possible to "cat /var/log/auth.log" and find the last time a user
  authenticated with sudo, along with which pty they used. If a user had
  used a terminal and successfully authenticated with sudo anytime in
  the past, and left the sudo file in "/var/lib/sudo//", a
  malicious user could walk up to an unlocked, logged in machine and
  gain sudo without knowing the password for the computer.

  To do this, a user would only need to launch a few terminals, figure
  out which pty they were on via "tty", find the an instance in
  /var/log/auth.log where sudo was used on that PTY, and set the clock
  to that time. Once this is done, they can run (for example) "sudo -s"
  and have a full access terminal.

  1) This has been observed on Ubuntu 13.04, and may work on other versions.
  2) This may have an effect on various window managers, but I confirmed it on 
Unity and Cinnamon
  3) I expected to have to authenticate when I changed the time and date, as I 
do on Gnome and KDE. I also expected to be denied permission to auth.log
  4) I was able to change the system time to whatever I wanted, and view 
auth.log. This was sufficient to access sudo without having to type my password.

  Note: This bug also affects any version of OS X, though the mechanism
  is different. Some versions don't require you to authenticate to
  change the time through the GUI, but some do. No version I've seen
  requires authentication to use the "systemsetup" command, which can
  alter the time from the command line. This may be an overall bug in
  sudo. Why can I bypass security by changing the time?!

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinnamon-desktop/+bug/1219337/+subscriptions

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


[Desktop-packages] [Bug 1448407] Re: icons size issues in Nautilus

2015-04-29 Thread Sebastien Bacher
why do you call gvfs-mime there? it's to know what program is associated
to open the file, nothing to do with the icon, that command works on
mimetype, e.g "gvfs-mime --query
application/vnd.oasis.opendocument.spreadsheet" should work

nautilus looks at the corresponding icon in the theme, e.g
$ find /usr/share/themes/ -name 
application-vnd.oasis.opendocument.*

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

Title:
  icons size issues in Nautilus

Status in nautilus package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 15.04 (right after upgrade)
  Macbook Pro Retina 15 (menu scaling to 1,62)

  Nautilus scaling 150% for icons and 66% for lists

  Icons in Nautilus are displayed properly except for LibreOffice icons which 
are displayed 200-250%.
  Previews are displayed same size as LibreOffice icons.
  MS document files are displayed properly (150%)

  Dragging a file over a folder previously (14.10) made the folder
  darker (sometimes changing icon to opened) and the file could be
  dropped.

  In 15.04 (Nautilus 3.14.2) the folder icon SHRINKS (to 100%) and
  cannot be seen under the dragged icon.

  Would be nice if the old behaviour would be restored.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: nautilus 1:3.14.2-0ubuntu9
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  NonfreeKernelModules: nvidia wl
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sat Apr 25 11:26:58 2015
  GsettingsChanges:
   b'org.gnome.nautilus.list-view' b'use-tree-view' b'true'
   b'org.gnome.nautilus.list-view' b'default-column-order' b"['name', 'size', 
'type', 'date_modified', 'owner', 'group', 'permissions', 'mime_type', 'where', 
'date_accessed']"
  InstallationDate: Installed on 2013-05-17 (707 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64+mac 
(20130424)
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to vivid on 2015-04-25 (0 days ago)

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

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


[Desktop-packages] [Bug 1432613] Re: Facebook and MSN messengers shutting down (third-party client access)

2015-04-29 Thread Iain Lane
** Summary changed:

- Facebook and MSN shutting down
+ Facebook and MSN messengers shutting down (third-party client access)

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

Title:
  Facebook and MSN messengers shutting down (third-party client access)

Status in Online Accounts: Account plugins:
  In Progress
Status in Webapps Team Task Tracking Project:
  Confirmed
Status in account-plugins package in Ubuntu:
  New
Status in empathy package in Ubuntu:
  New
Status in ubuntu-system-settings-online-accounts package in Ubuntu:
  New
Status in account-plugins source package in Trusty:
  New
Status in empathy source package in Trusty:
  New
Status in ubuntu-system-settings-online-accounts source package in Trusty:
  New
Status in account-plugins source package in Utopic:
  New
Status in empathy source package in Utopic:
  New
Status in ubuntu-system-settings-online-accounts source package in Utopic:
  New
Status in account-plugins source package in Vivid:
  New
Status in empathy source package in Vivid:
  New
Status in ubuntu-system-settings-online-accounts source package in Vivid:
  New

Bug description:
  The march towards a future of silos carries on.

  https://developers.facebook.com/docs/chat - the XMPP gateway for
  Facebook will shut down on April 30.

  http://ismsndeadyet.com/ - Microsoft are removing MSN endpoints.

  I guess we need to correspondingly remove IM support for these
  services & SRU it back.

To manage notifications about this bug go to:
https://bugs.launchpad.net/account-plugins/+bug/1432613/+subscriptions

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


[Desktop-packages] [Bug 1268257] Re: nvidia-331-updates 331.38-0ubuntu3: nvidia-331-updates kernel module failed to build, with only error: "objdump: '... .tmp_nv.o': No such file"

2015-04-29 Thread KennoVO
@ Sébastien BOUISSET (sbouisset): your're using the non-LTS branch of
Ubuntu. I've been repeating ad nauseam during the last few weeks that
the issue is NOT FIXED in the LTS branch, which uses the 331 driver, and
is popular with professional users.

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

Title:
  nvidia-331-updates 331.38-0ubuntu3: nvidia-331-updates kernel module
  failed to build, with only error: "objdump: '... .tmp_nv.o': No such
  file"

Status in NVIDIA Drivers Ubuntu:
  Fix Released
Status in nvidia-graphics-drivers-331 package in Ubuntu:
  Fix Released
Status in nvidia-graphics-drivers-331-updates package in Ubuntu:
  Fix Released
Status in nvidia-graphics-drivers-340 package in Ubuntu:
  Fix Released
Status in nvidia-graphics-drivers-340-updates package in Ubuntu:
  Fix Released
Status in nvidia-graphics-drivers-346 package in Ubuntu:
  Fix Released
Status in nvidia-graphics-drivers-346-updates package in Ubuntu:
  Fix Released

Bug description:
  **WARNING:** This bug has been widely reported and has *many*
  automatic subscribers. Please be considerate.

  **If you need help:** try searching and asking on
  http://discourse.ubuntu.com or http://ubuntuforums.org or contacting a
  nearby user group (see http://loco.ubuntu.com or search for "LUG" in
  your area). Link back to this bug for clarity.

  ---

  This seems to fix it (at least for one version upgrade) for many
  people

  $ sudo dpkg-reconfigure nvidia-331

  after that...

  $ sudo dpkg-reconfigure nvidia-331-uvm

  (some users may be on the versions of these packages suffixed with
  -updates )

  ---

  **If you want to unsubscribe:** see
  https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-
  drivers-331-updates/+bug/1268257/+subscribe. You can also change your
  settings so you don't get comments but do get notified when the bug is
  solved - see https://askubuntu.com/questions/576523 for details.

  **If you want to comment:** Please consider if you have something
  meaningful to contribute to the 2500+ people who will get an email.

  **If you are an Ubuntu developer:** thanks for looking into this! :D

  

  Nvidia kernel module failed to build on kernel 3.13.0-2
  Yesterday when the new kernel was pushed, the dkms process failed.

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: nvidia-331-updates 331.20-0ubuntu9
  ProcVersionSignature: Ubuntu 3.12.0-7.15-generic 3.12.4
  Uname: Linux 3.12.0-7-generic x86_64
  ApportVersion: 2.13.1-0ubuntu1
  Architecture: amd64
  DKMSKernelVersion: 3.13.0-2-generic
  Date: Sun Jan 12 01:28:35 2014
  InstallationDate: Installed on 2013-11-03 (69 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  PackageVersion: 331.20-0ubuntu9
  SourcePackage: nvidia-graphics-drivers-331-updates
  Title: nvidia-331-updates 331.20-0ubuntu9: nvidia-331-updates kernel module 
failed to build
  UpgradeStatus: Upgraded to trusty on 2013-12-29 (13 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/nvidia-drivers-ubuntu/+bug/1268257/+subscriptions

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


[Desktop-packages] [Bug 1450138] [NEW] package libreoffice-calc 1:4.2.7-0ubuntu2 failed to install/upgrade: cannot copy extracted data for './usr/lib/libreoffice/program/libsclo.so' to '/usr/lib/libre

2015-04-29 Thread Francis C. Laperriere
Public bug reported:

Software update failed

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: libreoffice-calc 1:4.2.7-0ubuntu2
ProcVersionSignature: Ubuntu 3.16.0-34.47~14.04.1-generic 3.16.7-ckt8
Uname: Linux 3.16.0-34-generic i686
ApportVersion: 2.14.1-0ubuntu3.10
Architecture: i386
Date: Wed Apr 29 12:58:11 2015
DuplicateSignature: package:libreoffice-calc:1:4.2.7-0ubuntu2:cannot copy 
extracted data for './usr/lib/libreoffice/program/libsclo.so' to 
'/usr/lib/libreoffice/program/libsclo.so.dpkg-new': unexpected end of file or 
stream
ErrorMessage: cannot copy extracted data for 
'./usr/lib/libreoffice/program/libsclo.so' to 
'/usr/lib/libreoffice/program/libsclo.so.dpkg-new': unexpected end of file or 
stream
InstallationDate: Installed on 2015-04-21 (8 days ago)
InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release i386 (20150218.1)
SourcePackage: libreoffice
Title: package libreoffice-calc 1:4.2.7-0ubuntu2 failed to install/upgrade: 
cannot copy extracted data for './usr/lib/libreoffice/program/libsclo.so' to 
'/usr/lib/libreoffice/program/libsclo.so.dpkg-new': unexpected end of file or 
stream
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-package i386 trusty

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

Title:
  package libreoffice-calc 1:4.2.7-0ubuntu2 failed to install/upgrade:
  cannot copy extracted data for
  './usr/lib/libreoffice/program/libsclo.so' to
  '/usr/lib/libreoffice/program/libsclo.so.dpkg-new': unexpected end of
  file or stream

Status in libreoffice package in Ubuntu:
  New

Bug description:
  Software update failed

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: libreoffice-calc 1:4.2.7-0ubuntu2
  ProcVersionSignature: Ubuntu 3.16.0-34.47~14.04.1-generic 3.16.7-ckt8
  Uname: Linux 3.16.0-34-generic i686
  ApportVersion: 2.14.1-0ubuntu3.10
  Architecture: i386
  Date: Wed Apr 29 12:58:11 2015
  DuplicateSignature: package:libreoffice-calc:1:4.2.7-0ubuntu2:cannot copy 
extracted data for './usr/lib/libreoffice/program/libsclo.so' to 
'/usr/lib/libreoffice/program/libsclo.so.dpkg-new': unexpected end of file or 
stream
  ErrorMessage: cannot copy extracted data for 
'./usr/lib/libreoffice/program/libsclo.so' to 
'/usr/lib/libreoffice/program/libsclo.so.dpkg-new': unexpected end of file or 
stream
  InstallationDate: Installed on 2015-04-21 (8 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release i386 
(20150218.1)
  SourcePackage: libreoffice
  Title: package libreoffice-calc 1:4.2.7-0ubuntu2 failed to install/upgrade: 
cannot copy extracted data for './usr/lib/libreoffice/program/libsclo.so' to 
'/usr/lib/libreoffice/program/libsclo.so.dpkg-new': unexpected end of file or 
stream
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 310732] Re: Laserjet printing fails at cupsd/filter/ps2pdf

2015-04-29 Thread Pascal De Vuyst
Closing then...

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

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

Title:
  Laserjet printing fails  at cupsd/filter/ps2pdf

Status in cups package in Ubuntu:
  Invalid

Bug description:
  When I print the printer dialog reports "Printer State:
  /usr/lib/cups/filter/ps2pdf failed".  This occurs with test page
  (although ablank page is ejected when I do this) and with an image
  printed from the image previewer.  Also when I print from mutt (via
  a2ps). This time I got a line down the centre of the page (as it was
  attempting to put two pages into one, so that's the centre divider).
  Sometimes a dialog appears saying things went wrong "Print error,
  there was a problem processing document `(stdin)' (job xyz)" Clicking
  Diagnose prints a testpage (blank as before) then hangs for alot of
  debug output.  Why is it running ps2pdf anyway?

  Printer is a Laserjet 5M with PS simm, duplexer, >11MB memory.
  Connected via ethernet (Jetdirect, port 9100). Printing from our
  Windows laptop is fine.  Printing from this PC was fine under Hardy.
  I'm sure it used to work under Intrepid, but can;t be sure, nor when
  it stopped working.

  Other info:
  From /var/log/messages
  kernel: [273959.486568] type=1503 audit(1229980663.494:12): 
operation="inode_permission" requested_mask="w::" denied_mask="w::" fsuid=0 
name="/dev/ttyUSB0" pid=9688 profile="/usr/sbin/cupsd"
  python: hp-toolbox(UI)[9756]: warning: Device not found
  kernel: [274405.711084] type=1503 audit(1229981109.718:13): 
operation="inode_permission" requested_mask="w::" denied_mask="w::" fsuid=0 
name="/dev/ttyUSB0" pid=10190 profile="/usr/sbin/cupsd"

  $ lsb_release -rd
  Description:  Ubuntu 8.10
  Release:  8.10
  $ apt-cache policy cups
  cups:
Installed: 1.3.9-2ubuntu4
Candidate: 1.3.9-2ubuntu4
Version table:
   *** 1.3.9-2ubuntu4 0
  500 http://gb.archive.ubuntu.com intrepid-updates/main Packages
  100 /var/lib/dpkg/status
   1.3.9-2 0
  500 http://gb.archive.ubuntu.com intrepid/main Packages
  Error log attached - looks to have some sort of authentication problem?

  Other info from the diagnose:
  Page 1 (Scheduler not running?):
  {'cups_connection_failure': False}
  Page 2 (Choose printer):
  {'cups_dest': ,
   'cups_instance': None,
   'cups_queue': 'LaserPrinter',
   'cups_queue_listed': True}
  Page 3 (Check printer sanity):
  {'cups_device_uri_scheme': u'socket',
   'cups_printer_dict': {'device-uri': u'socket://192.168.7.10:9100',
 'printer-info': u'HP LaserJet 5M',
 'printer-is-shared': True,
 'printer-location': u'Office',
 'printer-make-and-model': u'HP LaserJet 5M Postscript 
(recommended)',
 'printer-state': 3,
 'printer-state-message': 
u'/usr/lib/cups/filter/pstopdf failed',
 'printer-state-reasons': [u'none'],
 'printer-type': 135252,
 'printer-uri-supported': 
u'ipp://localhost:631/printers/LaserPrinter'},
   'cups_printer_remote': False,
   'is_cups_class': False}
  Page 4 (Check PPD sanity):
  {'cups_printer_ppd_defaults': {u'General': {u'Duplex': u'DuplexNoTumble',
  u'HPHalftone': u'Enhanced',
  u'InputSlot': u'Lower',
  u'ManualFeed': u'False',
  u'PageRegion': u'A4',
  u'PageSize': u'A4',
  u'Resolution': u'600dpi',
  u'Smoothing': u'Light'},
 u'InstallableOptions': 
{u'HPOption_500_Sheet_Tray': u'False',
 u'HPOption_Duplexer': 
u'True',
 
u'HPOption_Envelope_Feeder': u'False',
 u'HPOption_Memory': 
u'12Meg'}},
   'cups_printer_ppd_valid': True,
   'missing_pkgs_and_exes': ([], [])}
  Page 5 (Local or remote?):
  {'printer_is_remote': False}
  Page 6 (Printer state reasons):
  {'printer-state-message': u'/usr/lib/cups/filter/pstopdf failed',
   'printer-state-reasons': [u'none']}

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

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


[Desktop-packages] [Bug 978701] Re: Laserjet communication error

2015-04-29 Thread Pascal De Vuyst
Closing then...

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

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

Title:
  Laserjet communication error

Status in cups package in Ubuntu:
  Invalid

Bug description:
  This was working, and there was no apparent reason for change,
  although updates may have been applied since printer last used

  lsusb shows printer connected

  HP printer driver saying it is unable to to connect to the deveice

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: cups 1.4.6-5ubuntu1.4
  ProcVersionSignature: Ubuntu 2.6.38-14.58-generic-pae 2.6.38.8
  Uname: Linux 2.6.38-14-generic-pae i686
  NonfreeKernelModules: nvidia
  Architecture: i386
  Date: Wed Apr 11 09:35:50 2012
  InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release i386 (20101007)
  Lpstat:
   device for HP-LaserJet-Professional-P1102w: 
hp:/usb/HP_LaserJet_Professional_P1102w?serial=0Q91FB2EPR1a
   device for Stylus-DX4800: usb://EPSON/Stylus%20DX4800
  MachineType: System manufacturer System Product Name
  Papersize: a4
  PpdFiles:
   Stylus-DX4800: Epson Stylus DX4800 - CUPS+Gutenprint v5.2.6 Simplified
   HP-LaserJet-Professional-P1102w: HP LaserJet Pro P1102w Foomatic/foo2zjs-z2 
(recommended)
  ProcEnviron:
   LANGUAGE=en_GB:en
   PATH=(custom, user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-14-generic-pae 
root=UUID=e0fa564a-03a1-45a1-8bd8-9afdf2e81343 ro quiet splash vt.handoff=7
  SourcePackage: cups
  UpgradeStatus: Upgraded to natty on 2011-06-03 (312 days ago)
  dmi.bios.date: 04/07/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 2102
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: P5Q
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2102:bd04/07/2009:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5Q:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

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

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


  1   2   3   >