[Desktop-packages] [Bug 1427877] Re: Media, brightness and volume keys don't work with GNOME 3.15.90

2015-06-17 Thread Ubuntu GNOME
Anders, thanks for the patch, I'll upload it even though we should get
g-s-d/g-c-c updated in the next week or so.

However just to note that issue is not the same as this bug, which is
related to media keys stop working after suspend of VT switch, that
itself seems to be caused by g-s-d 3.16, but havent yet tracked down the
cause.

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

Title:
  Media, brightness and volume keys don't work with GNOME 3.15.90

Status in Gnome Settings Daemon:
  Incomplete
Status in GNOME Shell:
  Incomplete
Status in Ubuntu GNOME:
  New
Status in gnome-settings-daemon package in Ubuntu:
  Confirmed

Bug description:
  After upgrading Ubuntu 15.04 Vivid to use GNOME 3.15.90 (by using
  gnome3-team/gnome3, gnome3-team/gnome3-staging ppas) media, brightness
  and volume keys from my laptop keyboard stop to work after working
  some time in a session or after suspending the computer.

  If I restart my computer media keys work again.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: gnome-settings-daemon 3.15.90-0ubuntu1~vivid1 [origin: 
LP-PPA-gnome3-team-gnome3-staging]
  ProcVersionSignature: Ubuntu 3.19.0-7.7-generic 3.19.0
  Uname: Linux 3.19.0-7-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.16.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Tue Mar  3 23:07:33 2015
  InstallationDate: Installed on 2014-10-22 (132 days ago)
  InstallationMedia: Ubuntu-GNOME 14.10 "Utopic Unicorn" - Alpha amd64 
(20140923)
  SourcePackage: gnome-settings-daemon
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1248642] Update Released

2015-06-17 Thread Steve Langasek
The verification of the Stable Release Update for binutils 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 nvidia-graphics-drivers-319 in Ubuntu.
https://bugs.launchpad.net/bugs/1248642

Title:
  dynamic library inconsistencies with OpenGL/C++

Status in binutils package in Ubuntu:
  Fix Released
Status in glibc package in Ubuntu:
  New
Status in nvidia-graphics-drivers-319 package in Ubuntu:
  Confirmed
Status in nvidia-graphics-drivers-331 package in Ubuntu:
  Confirmed
Status in binutils source package in Trusty:
  Fix Released
Status in glibc source package in Trusty:
  New
Status in nvidia-graphics-drivers-319 source package in Trusty:
  Confirmed
Status in nvidia-graphics-drivers-331 source package in Trusty:
  Confirmed
Status in binutils package in Debian:
  Fix Released

Bug description:
  While using the nvidia-319 driver, the following C++ program won't
  run:

  $ cat > test.cpp << EOF
  #include 
  #include 
  int main(int argc, char *argv[]) {
std::string s;
glEnable(GL_LIGHT0);
  }
  EOF

  Instead, it fails with the following error message:
  $ g++ test.cpp -lGL
  $ ./a.out
  Inconsistency detected by ld.so: dl-version.c: 224: _dl_check_map_versions: 
Assertion `needed != ((void *)0)' failed!

  Using the xserver-xorg-video-nouveau driver, the problem does not
  occur. Also, when std::string is not used, the program runs without
  problems. Using OpenGL from pure C programs is also not a problem. The
  problem can be reproduced with both g++-4.6 and g++-4.8.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: nvidia-319 319.32-0ubuntu7
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  NonfreeKernelModules: openafs nvidia
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Wed Nov  6 18:25:48 2013
  InstallationDate: Installed on 2013-11-01 (5 days ago)
  InstallationMedia: Ubuntu-GNOME 13.10 "Saucy Salamander" - Release amd64 
(20131017)
  MarkForUpload: True
  SourcePackage: nvidia-graphics-drivers-319
  UpgradeStatus: No upgrade log present (probably fresh install)
  modified.conffile..etc.modprobe.d.nvidia.319.hybrid.conf: [deleted]

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

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


[Desktop-packages] [Bug 1248642] Re: dynamic library inconsistencies with OpenGL/C++

2015-06-17 Thread Launchpad Bug Tracker
This bug was fixed in the package binutils - 2.24-5ubuntu13

---
binutils (2.24-5ubuntu13) trusty-proposed; urgency=medium

  * SRU LP: #1311866.
  * Update from the 2.24 branch, 20141113.
- Fix PR gold/16945, properly handle 64-bit GOT relocations on x86_64.
- Fix PR gold/16900, an issue where first reserved word of GOT is not
  initialized if there is no PLT.
- gold: Fix handling of __ehdr_start when it cannot be defined.
- Apply mainline patches for ppc476 workaround.
- Add binutils test cases for AArch64.
- Disassembler fix on AArch64.
- Fix PR ld/17047, crash in the bfd linker with MALLOC_PERTURB.
- Fix PR ld/17277, ARM32, bogus DT_TEXTREL marker (and R_ARM_NONE)
  for PC-relative cross-section relocs.
- [AArch64] Cortex-A53 erratum 835769 linker workaround.
  * Remove the aarch64-fix-instruction-mask, applied on the branch.
  * Fix PR gold/15639, -flto and ld.gold on ARM. LP: #1191909.
  * Use 64k for COMMONPAGESIZE on PPC. LP: #1412553.
  * Fix PR ld/16452, PR ld/16457, don't output symbol version definitions
for non-DT_NEEDED. LP: #1248642.
  * Add powerpc target for ppc64el builds. Closes: #760395. LP: #1433238.
  * binutils-doc: Include all info files. LP: #1410780.
  * Fix PR ld/16715 (ARM), set st_value to zero for undefined symbols.
LP: #1441961.
 -- Matthias KloseTue, 14 Apr 2015 19:52:45 +0200

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

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

Title:
  dynamic library inconsistencies with OpenGL/C++

Status in binutils package in Ubuntu:
  Fix Released
Status in glibc package in Ubuntu:
  New
Status in nvidia-graphics-drivers-319 package in Ubuntu:
  Confirmed
Status in nvidia-graphics-drivers-331 package in Ubuntu:
  Confirmed
Status in binutils source package in Trusty:
  Fix Released
Status in glibc source package in Trusty:
  New
Status in nvidia-graphics-drivers-319 source package in Trusty:
  Confirmed
Status in nvidia-graphics-drivers-331 source package in Trusty:
  Confirmed
Status in binutils package in Debian:
  Fix Released

Bug description:
  While using the nvidia-319 driver, the following C++ program won't
  run:

  $ cat > test.cpp << EOF
  #include 
  #include 
  int main(int argc, char *argv[]) {
std::string s;
glEnable(GL_LIGHT0);
  }
  EOF

  Instead, it fails with the following error message:
  $ g++ test.cpp -lGL
  $ ./a.out
  Inconsistency detected by ld.so: dl-version.c: 224: _dl_check_map_versions: 
Assertion `needed != ((void *)0)' failed!

  Using the xserver-xorg-video-nouveau driver, the problem does not
  occur. Also, when std::string is not used, the program runs without
  problems. Using OpenGL from pure C programs is also not a problem. The
  problem can be reproduced with both g++-4.6 and g++-4.8.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: nvidia-319 319.32-0ubuntu7
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  NonfreeKernelModules: openafs nvidia
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Wed Nov  6 18:25:48 2013
  InstallationDate: Installed on 2013-11-01 (5 days ago)
  InstallationMedia: Ubuntu-GNOME 13.10 "Saucy Salamander" - Release amd64 
(20131017)
  MarkForUpload: True
  SourcePackage: nvidia-graphics-drivers-319
  UpgradeStatus: No upgrade log present (probably fresh install)
  modified.conffile..etc.modprobe.d.nvidia.319.hybrid.conf: [deleted]

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

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


[Desktop-packages] [Bug 1435342] Re: firefox fails to build in trusty-security on arm64

2015-06-17 Thread Launchpad Bug Tracker
This bug was fixed in the package gcc-4.8 - 4.8.4-2ubuntu1~14.04

---
gcc-4.8 (4.8.4-2ubuntu1~14.04) trusty-proposed; urgency=medium

  * SRU LP: #1311866.
  * Fix PR tree-optimization/63341 (wrong code, rs6000).
  * Allow to turn off -Wformat using Wno-format. LP: #1401836.
  * Fix PR target/60693 (x86, ice on valid code). LP: #1378737.
  * Fix PR tree-optimization/61964 (wrong code). LP: #1347147.
  * Fix GCC miscompilation with boost::asio::io_service::work. LP: #1338693.
  * Fix PR target/61208 (POWER, wrong code). LP: #1322287.
  * Fix ABI incompatibility between POWER and Z HTM builtins and intrinsics.
LP: #1320292.
  * Fix PR c++/61046 (ice on invalid code). LP: #1313102.
  * Fix wrong-code issue in the little endian vector API (ppc64el).
LP: #1311128.
  * Fix PR tree-optimization/59358 (wrong code). LP: #1395019.
  * Fix ice on ARM32. LP: #1268893.
  * Don't apply the backport for PR61841 for trusty, causing link failures.
  * Fix wrong code for vector doubleword extract (POWER). LP: #1437467.

gcc-4.8 (4.8.4-2ubuntu1) vivid; urgency=medium

  * Merge with Debian; remaining changes:
- Build from the upstream source.

gcc-4.8 (4.8.4-2) unstable; urgency=medium

  * Update to SVN 20150426 (r222448) from the gcc-4_8-branch.
- Fix PR libstdc++/60966, PR c/61553, PR middle-end/63704,
  PR target/61413 (ARM), PR target/64358 (RS6000), PR target/64479 (SH),
  PR target/64409 (x86), PR rtl-optimization/64037, PR c++/64487,
  PR c++/64251, PR c++/64297, PR fortran/63733, PR fortran/64244,
  PR c/64766, PR target/64882, PR rtl-optimization/61058,
  PR middle-end/43631, PR tree-optimization/64563, PR target/64513,
  PR middle-end/57748, PR middle-end/57748, PR target/64795,
  PR fortran/64528, PR fortran/56867, PR fortran/57023, PR c/57653,
  PR tree-optimization/63844 (OpenMP), PR middle-end/64199 (ice on valid),
  PR tree-optimization/64493 (ice on valid), PR tree-optimization/64495
  (wrong code), PR tree-optimization/56273 (diagnostics),
  PR tree-optimization/59124 (diagnostic), PR tree-optimization/64277
  (diagnostic), PR lto/65015, PR target/65163 (SH), PR target/64113 (ALPHA,
  link failure), PR rtl-optimization/64557, PR rtl-optimization/63475
  (ALPHA, wrong code), PR rtl-optimization/63483 (ALPHA, wrong code),
  PR target/64452 (AVR), PR target/64387 (x86, ice on valid),
  PR target/64979 (wrong code), PR target/64580 (rs6000),
  PR fortran/63744 (rejects valid), PR lto/65193 (ice on valid),
  PR tree-optimization/61634 (ice on valid), PR target/65196 (AVR),
  PR tree-optimization/63593 (ice on valid),
  PR tree-optimization/65063 (wrong code), PR target/65286 (rs6000),
  PR 65138/target (rs6000), PR target/53988 (SH), PR target/59593 (ARM),
  PR target/64453 (ARM), PR middle-end/65409 (ice on valid),
  PR tree-optimization/65388, PR fortran/65024 (ice),
  PR fortran/60898 (ice on valid), PR fortran/61138, PR libgfortran/60956,
  PR libstdc++/65279, PR libstdc++/65543, PR target/65849, PR target/65456,
  PR target/65787, PR c++/65727, PR c++/65721, PR fortran/56674,
  PR fortran/58813, PR fortran/59016, PR fortran/59024,
  PR libgfortran/59513.
- s390 hotpatch backport.
- ppc64: Backport little endian swap optimization.
  * Allow to build using gettext built with a newer GCC.
  * Backport PR c++/62255 (rejects-valid).
  * Update the Linaro support to the 4.8-2015.02 release.
  * Configure with --enable-targets=powerpcle-linux on ppc64el for
backports to jessie, trusty, utopic and vivid.
  * [AArch64] Fix output template for Scalar Neon->Neon register move.
LP: #1435342.
  * Limit the omp.h multilib fix to Linux. Addresses: #778440.
  * For ICEs, dump the preprocessed source file to stderr when in a
distro build environment.
  * Apply the ada-mips patch for mips and mipsel targets only.

gcc-4.8 (4.8.4-1ubuntu15) vivid; urgency=medium

  * Update to SVN 20150327 (r221736) from the gcc-4_8-branch.
- Fix PR libstdc++/65279, PR libstdc++/65543.
- ppc64: Backport little endian swap optimization.
  * Limit the omp.h multilib fix to Linux. Addresses: #778440.
  * For ICEs, dump the preprocessed source file to stderr when in a
distro build environment.
  * Apply the ada-mips patch for mips and mipsel targets only.

gcc-4.8 (4.8.4-1ubuntu14) vivid; urgency=medium

  * [AArch64] Fix output template for Scalar Neon->Neon register move.
LP: #1435342.

gcc-4.8 (4.8.4-1ubuntu11) vivid; urgency=medium

  * Update to SVN 20150323 (r221594) from the gcc-4_8-branch.
- Fix PR fortran/61138, PR libgfortran/60956.
  * Configure with --enable-targets=powerpcle-linux on ppc64el for vivid.

gcc-4.8 (4.8.4-1ubuntu10) vivid; urgency=medium

  * Update to SVN 20150319 (r221517) from the gcc-4_8-branch.
- Fix PR middle-end/65409 (ice on valid), PR tree-optimization/65388,
  PR fortran/65024 (ice), PR fortran/60898 (ice on valid).
  * Config

Re: [Desktop-packages] [Bug 1466245] [NEW] Update to 3.16

2015-06-17 Thread Sebastien Bacher
Hey Robert,

We should let the GNOME remix team decide what version of g-c-c they
want and handle those updates, we made u-c-c for that...

Seb

Le 18/06/2015 01:00, Robert Ancell a écrit :
> Public bug reported:
>
> Update to 3.16
>
> ** Affects: gnome-control-center (Ubuntu)
>  Importance: Wishlist
>  Status: Triaged
>
>
> ** Tags: upgrade-software-version
>

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

Title:
  Update to 3.16

Status in gnome-control-center package in Ubuntu:
  Triaged

Bug description:
  Update to 3.16

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

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


[Desktop-packages] [Bug 1326648] Re: Two version of pandora webapp are available.

2015-06-17 Thread Launchpad Bug Tracker
This bug was fixed in the package webapps-applications -
2.4.17+15.10.20150616-0ubuntu1

---
webapps-applications (2.4.17+15.10.20150616-0ubuntu1) wily; urgency=medium

  [ Didier Roche ]
  * debian/control:
- change dependency to python3 and add missing python3-gi dep
  * debian/rules:
- ensure we build with python3
  * convert both migration scripts to python3 (LP: #1440561)

  [ Justin McPherson ]
  * Fixes 1326648. (LP: #1326648)

 -- CI Train Bot   Tue, 16 Jun 2015 08:42:42
+

** Changed in: webapps-applications (Ubuntu)
   Status: New => Fix Released

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

Title:
  Two version of pandora webapp are available.

Status in Common Data Shared by WebApps:
  Fix Committed
Status in webapps-applications package in Ubuntu:
  Fix Released

Bug description:
  The first version found in generating available apps references
  obsolete package ; unity-webapps-pandora-com.

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

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


[Desktop-packages] [Bug 1440561] Re: please convert the session-migration scripts to Python3

2015-06-17 Thread Launchpad Bug Tracker
This bug was fixed in the package webapps-applications -
2.4.17+15.10.20150616-0ubuntu1

---
webapps-applications (2.4.17+15.10.20150616-0ubuntu1) wily; urgency=medium

  [ Didier Roche ]
  * debian/control:
- change dependency to python3 and add missing python3-gi dep
  * debian/rules:
- ensure we build with python3
  * convert both migration scripts to python3 (LP: #1440561)

  [ Justin McPherson ]
  * Fixes 1326648. (LP: #1326648)

 -- CI Train Bot   Tue, 16 Jun 2015 08:42:42
+

** Changed in: webapps-applications (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  please convert the session-migration scripts to Python3

Status in webapps-applications package in Ubuntu:
  Fix Released

Bug description:
  There is still the goal to remove Python2 from the desktop images, and
  to use Python3 only. please convert the session-migration scripts to
  Python3.

  There is also a missing dependency on python3-gi.

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

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


[Desktop-packages] [Bug 1170949] Re: AudioFirePre8, MIDI data from hardware port is invalid when MIDI playback runs at 88.2 and 96.0 kHz

2015-06-17 Thread Takashi Sakamoto
** Changed in: libffado (Ubuntu)
   Status: New => Incomplete

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

Title:
  AudioFirePre8, MIDI data from hardware port is invalid when MIDI
  playback runs at 88.2 and 96.0 kHz

Status in libffado package in Ubuntu:
  Incomplete

Bug description:
  I confirm this bug with my AudioFirePre8.

  I generate this bug in the way below:
  1.Prepare reliable MIDI capture device. I utilize E-MU 0404 USB with 
snd-usb-audio.ko (ALSA).
  2.Connect hardware MIDI-out of AudioFirePre8 and hardware MIDI-in port of 
E-MU 0404 USB
  3.Prepare reliable MIDI playback and capture software. I utilize "kmidimon" 
for playback and "amidi" for capture.
    Using "kmidimon" and "a2j" togather, software MIDI playback port is 
connected to jackd's MIDI subsystem.
    "amidi" can directly listen to hardware MIDI-in port of EMU 0404 USB with 
ALSA's MIDI subsystem.
  4.Run jackd with Firewire backend at 88.2 or 96.0kHz and connect necessary 
ports.
    See "connection.png".
  5.Playback MIDI events to AudioFirePre8 and capture it from E-MU 0404 USB.
    I use "control.mid" as playback MIDI data. It includes control change 
events of 00 control in channel 1.
    The captured data is converted to text data, result_.log.
  6.Compare playback and capture MIDI bytes.

  When MIDI playback runs at 44.1 and 48.0 kHz, the capture data is the
  same as the playback but they are different at 88.2 and 96.0kHz.

  And at 88.2 and 96kHz, the capture data varies in each playback.

  This bug also appear in current upstream, svn revision 2299.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: libffado2 2.0.99+svn2019-1ubuntu4
  ProcVersionSignature: Ubuntu 3.5.0-28.47-generic 3.5.7.9
  Uname: Linux 3.5.0-28-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.6.1-0ubuntu10
  Architecture: amd64
  Date: Sat Apr 20 23:01:31 2013
  InstallationDate: Installed on 2011-12-18 (489 days ago)
  InstallationMedia: Ubuntu-Studio 11.10 "Oneiric Ocelot" - Release amd64 
(20111011)
  MarkForUpload: True
  SourcePackage: libffado
  UpgradeStatus: Upgraded to quantal on 2012-11-11 (160 days ago)

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

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


[Desktop-packages] [Bug 413018] Re: Cannot disable subtitles in mkv video file

2015-06-17 Thread pressurehold
If you cannot disable subtitles, you may completely remove and delete
subtitles.

Here is the step by step guide at http://www.idealshare.net/video-
converter/how-to-remove-subtitles-from-mkv.html

This guide helps to remove subtitles from all kinds of video files

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

Title:
  Cannot disable subtitles in mkv video file

Status in Totem Movie Player:
  Confirmed
Status in totem package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: totem

  In Karmic.

  Using vobsub subtitles in an mkv video file, totem always displays
  them, and doesn't give the option to turn them off.  The "Subtitles"
  right-click submenu shows only "Empty", which is ghosted.

  Obviously, it should give the option to turn these subtitles off.

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

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


[Desktop-packages] [Bug 1466289] Re: Update to 0.6.40

2015-06-17 Thread Launchpad Bug Tracker
** Branch linked: lp:~robert-ancell/accountsservice/update-0.6.40

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

Title:
  Update to 0.6.40

Status in accountsservice package in Ubuntu:
  In Progress

Bug description:
  Update to 0.6.40

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

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


[Desktop-packages] [Bug 1466289] Re: Update to 0.6.40

2015-06-17 Thread Robert Ancell
** Changed in: accountsservice (Ubuntu)
   Status: New => In Progress

** Changed in: accountsservice (Ubuntu)
   Importance: Undecided => Medium

** Changed in: accountsservice (Ubuntu)
 Assignee: (unassigned) => Robert Ancell (robert-ancell)

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

Title:
  Update to 0.6.40

Status in accountsservice package in Ubuntu:
  In Progress

Bug description:
  Update to 0.6.40

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

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


[Desktop-packages] [Bug 1465806] Re: Alarms not shown in indicator datetime after upgrade to ota4

2015-06-17 Thread Charles Kerr
** Branch linked: lp:~charlesk/indicator-datetime/lp-1465806-inject-
missing-triggers-to-clock-app-alarms

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

Title:
  Alarms not shown in indicator datetime after upgrade to ota4

Status in the base for Ubuntu mobile products:
  New
Status in evolution-data-server package in Ubuntu:
  In Progress

Bug description:
  STEPS:
  1. Flash image 22 from stable
  2. Set a one time alarm and a recurring alarm
  3. Update to 23

  EXPECTED:
  Alarms should be up and running as expected

  ACTUAL:
  Alarms are not shown in the datetime indicator but show up as active in and 
available in the clock.  Because the indicator is in control of the alarm 
trigger the alarm never goes off.

  TEMPORARY WORK AROUND:
  Disable and enable all your alarms and then they work as expected.

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

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


[Desktop-packages] [Bug 1432755] Re: last update now 2nd update ago computer total freeze

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

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

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

Title:
  last update now 2nd update ago computer total freeze

Status in xorg package in Ubuntu:
  Expired

Bug description:
  I think it was the 2nd to last update i did around march 12, 2015  had a rock 
solid computer with 12.04 ubuntu now screen freezes first then the entire 
computer freezes  have to do a hard shut down this happens all the time now 
just when i am on a video stream it seems.
  thanks, hope you can revert back somehow.
  g...@citytel.net

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: xorg 1:7.6+12ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-77.114-generic-pae 3.2.66
  Uname: Linux 3.2.0-77-generic-pae i686
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86 Kernel Module  304.125  Mon Dec  1 19:55:52 
PST 2014
   GCC version:  gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  ApportVersion: 2.0.1-0ubuntu17.8
  Architecture: i386
  CurrentDmesg:
   [   17.072598] input: Microsoft\xffc2\xffae\xffae LifeCam 
VX-2000 as /devices/pci:00/:00:1d.7/usb2/2-6/2-6:1.0/input/input6
   [   19.115316] init: plymouth-upstart-bridge main process (831) killed by 
TERM signal
   [   28.464005] eth0: no IPv6 routers present
  Date: Mon Mar 16 10:13:05 2015
  DistUpgraded: Fresh install
  DistroCodename: precise
  DistroVariant: ubuntu
  DkmsStatus:
   nvidia-304, 304.125, 3.2.0-72-generic-pae, i686: installed
   nvidia-304, 304.125, 3.2.0-74-generic-pae, i686: installed
   nvidia-304, 304.125, 3.2.0-75-generic-pae, i686: installed
   nvidia-304, 304.125, 3.2.0-76-generic-pae, i686: installed
   nvidia-304, 304.125, 3.2.0-77-generic-pae, i686: installed
  GraphicsCard:
   NVIDIA Corporation G92 [GeForce 8800 GT] [10de:0611] (rev a2) (prog-if 00 
[VGA controller])
 Subsystem: Device [196e:053c]
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release i386 
(20120423)
  MachineType: System manufacturer P5Q-PRO
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=en_CA:en
   PATH=(custom, no user)
   LANG=en_CA.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-77-generic-pae 
root=UUID=b68166a6-2be8-41f8-b327-20235afa223a ro quiet splash
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/31/2008
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1104
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: P5Q-PRO
  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.:bvr1104:bd07/31/2008:svnSystemmanufacturer:pnP5Q-PRO:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5Q-PRO:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: P5Q-PRO
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer
  version.compiz: compiz 1:0.9.7.12-0ubuntu4
  version.libdrm2: libdrm2 2.4.52-1~precise2
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.0-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.0-0ubuntu1
  version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu10.17
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1.2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.99.99~git20120913.8637f772-0ubuntu1~precise~xup2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.19.0-0ubuntu1~xup1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.2-0ubuntu3~precise~xup2

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

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


[Desktop-packages] [Bug 1427877] Re: Media, brightness and volume keys don't work with GNOME 3.15.90

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

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

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

Title:
  Media, brightness and volume keys don't work with GNOME 3.15.90

Status in Gnome Settings Daemon:
  Incomplete
Status in GNOME Shell:
  Incomplete
Status in Ubuntu GNOME:
  New
Status in gnome-settings-daemon package in Ubuntu:
  Confirmed

Bug description:
  After upgrading Ubuntu 15.04 Vivid to use GNOME 3.15.90 (by using
  gnome3-team/gnome3, gnome3-team/gnome3-staging ppas) media, brightness
  and volume keys from my laptop keyboard stop to work after working
  some time in a session or after suspending the computer.

  If I restart my computer media keys work again.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: gnome-settings-daemon 3.15.90-0ubuntu1~vivid1 [origin: 
LP-PPA-gnome3-team-gnome3-staging]
  ProcVersionSignature: Ubuntu 3.19.0-7.7-generic 3.19.0
  Uname: Linux 3.19.0-7-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.16.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Tue Mar  3 23:07:33 2015
  InstallationDate: Installed on 2014-10-22 (132 days ago)
  InstallationMedia: Ubuntu-GNOME 14.10 "Utopic Unicorn" - Alpha amd64 
(20140923)
  SourcePackage: gnome-settings-daemon
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1390194] Re: info barra menú, notificación

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

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

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

Title:
  info barra menú, notificación

Status in xorg package in Ubuntu:
  Expired

Bug description:
  The update information is outdated. This may be caused by network
  problems or by a repository that is no longer available. Please update
  manually by selecting 'Show updates' from the indicator menu, and
  watching for any failing repositories.

  No entiendo ingles, perdonen, gracias.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8
  ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8
  Uname: Linux 3.13.0-39-generic i686
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.5
  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: Thu Nov  6 19:52:43 2014
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus:
   virtualbox, 4.3.10, 3.13.0-37-generic, i686: installed (WARNING! Diff 
between built and installed module!) (WARNING! Diff between built and installed 
module!) (WARNING! Diff between built and installed module!) (WARNING! Diff 
between built and installed module!)
   virtualbox, 4.3.10, 3.13.0-39-generic, i686: installed
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] RV620/M82 [Mobility Radeon HD 
3450/3470] [1002:95c4] (prog-if 00 [VGA controller])
 Subsystem: Toshiba America Info Systems Device [1179:ff1e]
  InstallationDate: Installed on 2014-09-25 (41 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release i386 
(20140722.2)
  MachineType: TOSHIBA Satellite A300
  ProcEnviron:
   LANGUAGE=es
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=es_ES.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-39-generic 
root=UUID=868eb6a5-d54b-4ac7-af3b-bcb8d5432d0c ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/20/2009
  dmi.bios.vendor: INSYDE
  dmi.bios.version: 1.90
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: Portable PC
  dmi.board.vendor: TOSHIBA
  dmi.board.version: Base Board Version
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnINSYDE:bvr1.90:bd03/20/2009:svnTOSHIBA:pnSatelliteA300:pvrPSAGCE-09800WCE:rvnTOSHIBA:rnPortablePC:rvrBaseBoardVersion:cvnChassisManufacturer:ct10:cvrChassisVersion:
  dmi.product.name: Satellite A300
  dmi.product.version: PSAGCE-09800WCE
  dmi.sys.vendor: TOSHIBA
  version.compiz: compiz 1:0.9.11.2+14.04.20140714-0ubuntu1
  version.libdrm2: libdrm2 2.4.52-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.1
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.1
  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.1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Thu Nov  6 19:24:01 2014
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.15.1-0ubuntu2.1
  xserver.video_driver: radeon

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

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


[Desktop-packages] [Bug 1433263] Re: lasmetal76

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

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

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

Title:
  lasmetal76

Status in xorg package in Ubuntu:
  Expired

Bug description:
  bonjour j ai un probleme des que je mais un film sur mon disque dur
  portable par usb et que je le mais sur ma tv je ne le trouve pas comme
  si sa ne copier rien pouver vous m aider

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-46.79-generic 3.13.11-ckt15
  Uname: Linux 3.13.0-46-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] est un dossier: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  331.113  Mon Dec  1 21:08:13 
PST 2014
   GCC version:  gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Tue Mar 17 19:44:21 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  GraphicsCard:
   Subsystem: Dell Device [1028:05d7]
   NVIDIA Corporation GK106 [GeForce GTX 645 OEM] [10de:11c4] (rev a1) (prog-if 
00 [VGA controller])
 Subsystem: NVIDIA Corporation Device [10de:1029]
  InstallationDate: Installed on 2015-02-18 (27 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: Alienware Alienware X51 R2
  ProcEnviron:
   LANGUAGE=fr_FR
   PATH=(custom, no user)
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-46-generic 
root=UUID=b46c7b34-3fe6-4fad-80a0-6419c8e94721 ro quiet splash
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/17/2014
  dmi.bios.vendor: Alienware
  dmi.bios.version: A06
  dmi.board.name: 0PGRP5
  dmi.board.vendor: Alienware
  dmi.board.version: A01
  dmi.chassis.type: 3
  dmi.chassis.vendor: Alienware
  dmi.chassis.version: 00
  dmi.modalias: 
dmi:bvnAlienware:bvrA06:bd03/17/2014:svnAlienware:pnAlienwareX51R2:pvr00:rvnAlienware:rn0PGRP5:rvrA01:cvnAlienware:ct3:cvr00:
  dmi.product.name: Alienware X51 R2
  dmi.product.version: 00
  dmi.sys.vendor: Alienware
  version.compiz: compiz 1:0.9.11.2+14.04.20140714-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1~ubuntu2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.3
  version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
  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: Tue Mar 17 19:09:01 2015
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   
  xserver.version: 2:1.15.1-0ubuntu2.7

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

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


[Desktop-packages] [Bug 1435694] Re: Ubuntu's dialogs have corrupted font

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

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

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

Title:
  Ubuntu's dialogs have corrupted font

Status in xorg package in Ubuntu:
  Expired

Bug description:
  Starting just today, I noticed some really goofy font corruption on
  dialogs. I see it in Nautilus, Rhythmbox, Firefox etc. See attached
  for screenshot.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-46.79-generic 3.13.11-ckt15
  Uname: Linux 3.13.0-46-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Tue Mar 24 00:18:32 2015
  DistUpgraded: 2014-04-19 04:44:12,758 DEBUG enabling apt cron job
  DistroCodename: trusty
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] 
(rev 09) (prog-if 00 [VGA controller])
 Subsystem: Dell Device [1028:054e]
  InstallationDate: Installed on 2013-11-23 (485 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  MachineType: Dell Inc. XPS L521X
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-46-generic.efi.signed 
root=UUID=8e997c12-0ee0-422b-a7e4-a7cb0a74f38f ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (338 days ago)
  dmi.bios.date: 12/17/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A16
  dmi.board.name: 0C5Y96
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: A16
  dmi.modalias: 
dmi:bvnDellInc.:bvrA16:bd12/17/2013:svnDellInc.:pnXPSL521X:pvrA16:rvnDellInc.:rn0C5Y96:rvrA00:cvnDellInc.:ct8:cvrA16:
  dmi.product.name: XPS L521X
  dmi.product.version: A16
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.11.3+14.04.20150122-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1~ubuntu2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.4
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Sun Mar 22 14:18:48 2015
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id4333 
   vendor AUO
  xserver.version: 2:1.15.1-0ubuntu2.7

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

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


[Desktop-packages] [Bug 1430459] Re: Mouse not working

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

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

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

Title:
  Mouse not working

Status in xorg package in Ubuntu:
  Expired

Bug description:
  USB mouse worked fine upon installation.  Has since stopped working.
  Unplug and plug in does not fix.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: xorg 1:7.7+7ubuntu2
  ProcVersionSignature: Ubuntu 3.16.0-31.41-generic 3.16.7-ckt5
  Uname: Linux 3.16.0-31-generic x86_64
  NonfreeKernelModules: wl
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.7-0ubuntu8.2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Tue Mar 10 12:39:25 2015
  DistUpgraded: Fresh install
  DistroCodename: utopic
  DistroVariant: ubuntu
  DkmsStatus: bcmwl, 6.30.223.248+bdcom, 3.16.0-31-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller 
(primary) [8086:2a02] (rev 0c) (prog-if 00 [VGA controller])
 Subsystem: Dell Device [1028:022f]
 Subsystem: Dell Device [1028:022f]
  InstallationDate: Installed on 2015-03-10 (0 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  MachineType: Dell Inc. Inspiron 1525
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-31-generic 
root=UUID=60e2d5d1-f3aa-4e89-b9bf-0cf49e479a33 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/27/2009
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A17
  dmi.board.name: 0U990C
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA17:bd10/27/2009:svnDellInc.:pnInspiron1525:pvr:rvnDellInc.:rn0U990C:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Inspiron 1525
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.12+14.10.20140918-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.3.2-0ubuntu0.1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.3.2-0ubuntu0.1
  version.xserver-xorg-core: xserver-xorg-core 2:1.16.0-1ubuntu1.3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.4.0-2ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.914-1~exp1ubuntu4.2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2
  xserver.bootTime: Tue Mar 10 12:00:35 2015
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id 769 
   vendor LPL
  xserver.version: 2:1.16.0-1ubuntu1.3

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

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


[Desktop-packages] [Bug 1433860] Re: computer info

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

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

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

Title:
  computer info

Status in xorg package in Ubuntu:
  Expired

Bug description:
  i can live boot ubuntu but cannot install.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
  Uname: Linux 3.16.0-30-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: amd64
  CasperVersion: 1.340
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Thu Mar 19 02:44:51 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0156] 
(rev 09) (prog-if 00 [VGA controller])
 Subsystem: Toshiba America Info Systems Device [1179:fa20]
  LiveMediaBuild: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 (20150218.1)
  MachineType: TOSHIBA Satellite C55t-A
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi 
file=/cdrom/preseed/hostname.seed cdrom-detect/try-usb=true persistent noprompt 
floppy.allowed_drive_mask=0 ignore_uuid boot=casper quiet splash --
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/12/2013
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: 1.10
  dmi.board.name: Portable PC
  dmi.board.vendor: TOSHIBA
  dmi.board.version: MP
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: OEM Chassis Manufacturer
  dmi.chassis.version: OEM Chassis Version
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvr1.10:bd04/12/2013:svnTOSHIBA:pnSatelliteC55t-A:pvrPSCF6U-01T00D:rvnTOSHIBA:rnPortablePC:rvrMP:cvnOEMChassisManufacturer:ct10:cvrOEMChassisVersion:
  dmi.product.name: Satellite C55t-A
  dmi.product.version: PSCF6U-01T00D
  dmi.sys.vendor: TOSHIBA
  version.compiz: compiz 1:0.9.11.3+14.04.20150122-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1~ubuntu2
  version.libgl1-mesa-dri: libgl1-mesa-dri N/A
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core N/A
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
  xserver.bootTime: Wed Mar 18 18:11:14 2015
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id   16711 
   vendor SDC
  xserver.version: 2:1.16.0-1ubuntu1.2~trusty2

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

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


[Desktop-packages] [Bug 1431572] Re: Xorg freeze

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

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

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

Title:
  Xorg freeze

Status in xorg package in Ubuntu:
  Expired

Bug description:
  Ubuntu 14.02 : Unsure of the package
  When I open my laptop and log on, the mouse will not  operate correctly. It 
will move in small circles about an inch in diameter but cannot move further 
than that.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
  Uname: Linux 3.16.0-30-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Thu Mar 12 17:33:48 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GpuHangFrequency: Several times a day
  GpuHangReproducibility: Occurs more often under certain circumstances
  GpuHangStarted: Within the last few days
  GraphicsCard:
   Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] 
(rev 0b) (prog-if 00 [VGA controller])
 Subsystem: Toshiba America Info Systems Device [1179:f960]
  InstallationDate: Installed on 2015-03-07 (5 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: TOSHIBA Satellite Click 2 Pro P35W-B
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-30-generic 
root=UUID=d7877f10-40b6-4be0-9186-f64c0040ffd9 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/24/2014
  dmi.bios.vendor: INSYDE Corp.
  dmi.bios.version: 1.10
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: Type2 - Board Product Name1
  dmi.board.vendor: Type2 - Board Vendor Name1
  dmi.board.version: Type2 - Board Version
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: OEM Chassis ManuFacturer
  dmi.chassis.version: OEM Chassis Version
  dmi.modalias: 
dmi:bvnINSYDECorp.:bvr1.10:bd06/24/2014:svnTOSHIBA:pnSatelliteClick2ProP35W-B:pvrPSDP2U-00F00C:rvnType2-BoardVendorName1:rnType2-BoardProductName1:rvrType2-BoardVersion:cvnOEMChassisManuFacturer:ct10:cvrOEMChassisVersion:
  dmi.product.name: Satellite Click 2 Pro P35W-B
  dmi.product.version: PSDP2U-00F00C
  dmi.sys.vendor: TOSHIBA
  version.compiz: compiz 1:0.9.11.3+14.04.20150122-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1~ubuntu2
  version.libgl1-mesa-dri: libgl1-mesa-dri N/A
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core N/A
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
  xserver.bootTime: Thu Mar 12 17:33:19 2015
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id1115 
   vendor LGD
  xserver.version: 2:1.16.0-1ubuntu1.2~trusty2

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

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


[Desktop-packages] [Bug 1432818] Re: Mouse Pad Stops working after sleep or logging back in sometimes.

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

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

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

Title:
  Mouse Pad Stops working after sleep or logging back in sometimes.

Status in xorg package in Ubuntu:
  Expired

Bug description:
  Make: Lenovo
  Model: Thinkpad X230 Tablet
  Description:  Ubuntu 13.10
  Release:  13.10

  When the computer goes to sleep when I step away for a while or when I
  close the lid, sometimes the mouse pad stops detecting mouse movement.
  The buttons all work it's just the touch pad.

  When I used Ctrl-Alt-F2 to go into the terminal then used Ctrl-Alt-F7
  to come back into X, control was restored.

  
  Evtest:

  Input driver version is 1.0.1
  Input device ID: bus 0x11 vendor 0x2 product 0xa version 0x0
  Input device name: "TPPS/2 IBM TrackPoint"
  Supported events:
Event type 0 (EV_SYN)
Event type 1 (EV_KEY)
  Event code 272 (BTN_LEFT)
  Event code 273 (BTN_RIGHT)
  Event code 274 (BTN_MIDDLE)
Event type 2 (EV_REL)
  Event code 0 (REL_X)
  Event code 1 (REL_Y)
  Properties:
  Testing ... (interrupt to exit)
  Event: time 1426535187.488287, type 1 (EV_KEY), code 272 (BTN_LEFT), value 1
  Event: time 1426535187.488287, -- SYN_REPORT 
  Event: time 1426535187.599989, type 1 (EV_KEY), code 272 (BTN_LEFT), value 0
  Event: time 1426535187.599989, -- SYN_REPORT 
  Event: time 1426535187.835609, type 1 (EV_KEY), code 274 (BTN_MIDDLE), value 1
  Event: time 1426535187.835609, -- SYN_REPORT 
  Event: time 1426535187.934616, type 1 (EV_KEY), code 274 (BTN_MIDDLE), value 0
  Event: time 1426535187.934616, -- SYN_REPORT 
  Event: time 1426535188.170471, type 1 (EV_KEY), code 273 (BTN_RIGHT), value 1
  Event: time 1426535188.170471, -- SYN_REPORT 
  Event: time 1426535188.306262, type 1 (EV_KEY), code 273 (BTN_RIGHT), value 0
  Event: time 1426535188.306262, -- SYN_REPORT 
  Event: time 1426535198.443664, type 1 (EV_KEY), code 272 (BTN_LEFT), value 1
  Event: time 1426535198.443664, -- SYN_REPORT 
  Event: time 1426535198.512944, type 1 (EV_KEY), code 272 (BTN_LEFT), value 0
  Event: time 1426535198.512944, -- SYN_REPORT 
  Event: time 1426535198.622309, type 1 (EV_KEY), code 274 (BTN_MIDDLE), value 1
  Event: time 1426535198.622309, -- SYN_REPORT 
  Event: time 1426535198.706636, type 1 (EV_KEY), code 274 (BTN_MIDDLE), value 0
  Event: time 1426535198.706636, -- SYN_REPORT 
  Event: time 1426535198.820974, type 1 (EV_KEY), code 273 (BTN_RIGHT), value 1
  Event: time 1426535198.820974, -- SYN_REPORT 
  Event: time 1426535198.930318, type 1 (EV_KEY), code 273 (BTN_RIGHT), value 0
  Event: time 1426535198.930318, -- SYN_REPORT 

  I have attached Xorg.0.log

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: xorg 1:7.7+1ubuntu6
  ProcVersionSignature: Ubuntu 3.11.0-26.45-generic 3.11.10.12
  Uname: Linux 3.11.0-26-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Mon Mar 16 16:02:43 2015
  DistUpgraded: 2015-03-16 12:08:35,592 DEBUG enabling apt cron job
  DistroCodename: saucy
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] 
(rev 09) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:2203]
  InstallationDate: Installed on 2014-10-12 (154 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  MachineType: LENOVO 3437W14
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-26-generic 
root=UUID=C4740C8A740C8202 loop=/hostname/disks/root.disk ro rootflags=sync 
quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: Upgraded to saucy on 2015-03-16 (0 days ago)
  dmi.bios.date: 09/12/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: GCETA0WW (2.60 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 3437W14
  dmi.board.vendor: LENOVO
  dmi.board.version: NO DPK
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrGCETA0WW(2.60):bd09/12/2014:svnLENOVO:pn3437W14:pvrThinkPadX230Table

[Desktop-packages] [Bug 1432139] Re: The font on screen ar distorted and i am not able to read them

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

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

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

Title:
  The font on screen ar distorted and i am not able to read them

Status in xorg package in Ubuntu:
  Expired

Bug description:
  The font on screen ar distorted and i am not able to read them. I have
  taken the screenshots. This bug can be seen in the menu and the
  taskbar

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: xorg 1:7.7+7ubuntu2
  ProcVersionSignature: Ubuntu 3.16.0-31.43-generic 3.16.7-ckt5
  Uname: Linux 3.16.0-31-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.7-0ubuntu8.2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Sat Mar 14 16:13:28 2015
  DistUpgraded: Fresh install
  DistroCodename: utopic
  DistroVariant: ubuntu
  DkmsStatus: nvidia-304, 304.125, 3.16.0-31-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller 
[8086:2a42] (rev 07) (prog-if 00 [VGA controller])
 Subsystem: Dell Device [1028:02cf]
 Subsystem: Dell Device [1028:02cf]
  InstallationDate: Installed on 2014-10-31 (134 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  MachineType: Dell Inc. Inspiron 1440
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-31-generic 
root=UUID=fdabc773-5d60-4e7e-bc18-c3f5f885b7d7 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/20/2009
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A05
  dmi.board.name: 0K138P
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA05:bd10/20/2009:svnDellInc.:pnInspiron1440:pvr:rvnDellInc.:rn0K138P:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Inspiron 1440
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.12+14.10.20140918-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.3.2-0ubuntu0.1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.3.2-0ubuntu0.1
  version.xserver-xorg-core: xserver-xorg-core 2:1.16.0-1ubuntu1.3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.4.0-2ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.914-1~exp1ubuntu4.2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2
  xserver.bootTime: Sat Mar 14 14:30:04 2015
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id   21569 
   vendor SEC
  xserver.version: 2:1.16.0-1ubuntu1.3

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

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


[Desktop-packages] [Bug 817993] Re: Provide drivers for Canon ir3035

2015-06-17 Thread Launchpad Bug Tracker
[Expired for foomatic-db (Ubuntu) because there has been no activity for
60 days.]

** Changed in: foomatic-db (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  Provide drivers for Canon ir3035

Status in foomatic-db package in Ubuntu:
  Expired

Bug description:
  As in summary. Currently you have to download deb from Cannon pages,
  unpack it, find the correct driver, unpack it again and point printer
  config to the ppd. Totaly user unfriendly.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: cups 1.4.6-5ubuntu1.3
  ProcVersionSignature: Ubuntu 2.6.38-11.47-generic 2.6.38.8
  Uname: Linux 2.6.38-11-generic i686
  Architecture: i386
  CupsErrorLog:
   
  Date: Fri Jul 29 13:25:40 2011
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  Papersize: a4
  ProcEnviron:
   LANGUAGE=pl_PL:pl:en_GB:en
   PATH=(custom, user)
   LANG=pl_PL.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-11-generic 
root=UUID=d6d9b55b-2a61-4793-a5ba-982b43f9a7f4 ro quiet splash vt.handoff=7
  SourcePackage: cups
  UpgradeStatus: Upgraded to natty on 2011-05-09 (81 days ago)
  dmi.bios.date: 06/11/2004
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1002.002
  dmi.board.name: P4P800-MX
  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.:bvr1002.002:bd06/11/2004:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASUSTekComputerInc.:rnP4P800-MX:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/foomatic-db/+bug/817993/+subscriptions

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


[Desktop-packages] [Bug 1427668] Re: IT SLOWED MY PC

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

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

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

Title:
  IT SLOWED MY PC

Status in xorg package in Ubuntu:
  Expired

Bug description:
  IT STARTED TO SLOW MY PC AND STOPED SUPPORTING PHONES AND STOPED
  SUPPORTING BLUETOOTH.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8
  ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  NonfreeKernelModules: wl
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.2
  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: Tue Mar  3 18:14:16 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus: bcmwl, 6.30.223.141+bdcom, 3.13.0-32-generic, x86_64: installed
  DpkgLog:
   
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Richland [Radeon HD 8510G] 
[1002:] (prog-if 00 [VGA controller])
 Subsystem: Sony Corporation Device [104d:90c1]
  InstallationDate: Installed on 2015-02-16 (15 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: Sony Corporation SVF15413SNB
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-32-generic.efi.signed 
root=UUID=03ef7318-31de-4db7-8f0b-012ff5b0903d ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/18/2013
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: R0170DC
  dmi.board.asset.tag: N/A
  dmi.board.name: VAIO
  dmi.board.vendor: Sony Corporation
  dmi.board.version: N/A
  dmi.chassis.asset.tag: N/A
  dmi.chassis.type: 10
  dmi.chassis.vendor: Sony Corporation
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrR0170DC:bd11/18/2013:svnSonyCorporation:pnSVF15413SNB:pvrC10K7YWN:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
  dmi.product.name: SVF15413SNB
  dmi.product.version: C10K7YWN
  dmi.sys.vendor: Sony Corporation
  version.compiz: compiz 1:0.9.11.2+14.04.20140714-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.52-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.1
  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.1
  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: Tue Mar  3 14:32:08 2015
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.15.1-0ubuntu2
  xserver.video_driver: radeon

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

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


[Desktop-packages] [Bug 1429224] Re: error

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

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

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

Title:
  error

Status in xorg package in Ubuntu:
  Expired

Bug description:
  error

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: xorg 1:7.7+7ubuntu2
  ProcVersionSignature: Ubuntu 3.16.0-31.41-generic 3.16.7-ckt5
  Uname: Linux 3.16.0-31-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.7-0ubuntu8.2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Fri Mar  6 19:06:00 2015
  DistUpgraded: Fresh install
  DistroCodename: utopic
  DistroVariant: ubuntu
  GraphicsCard:
   NVIDIA Corporation GT218M [GeForce 310M] [10de:0a75] (rev a2) (prog-if 00 
[VGA controller])
 Subsystem: Toshiba America Info Systems Device [1179:ff00]
  InstallationDate: Installed on 2015-02-08 (26 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  MachineType: TOSHIBA Satellite A500
  ProcEnviron:
   LANGUAGE=es_ES
   PATH=(custom, no user)
   LANG=es_ES.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-31-generic 
root=UUID=75d143f1-d3ec-4af8-9182-378ea6861807 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/18/10
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: 2.00
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: NSKAA
  dmi.board.vendor: TOSHIBA
  dmi.board.version: 1.00
  dmi.chassis.asset.tag: *
  dmi.chassis.type: 9
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnTOSHIBA:bvr2.00:bd11/18/10:svnTOSHIBA:pnSatelliteA500:pvrPSAR9E-00H00FCE:rvnTOSHIBA:rnNSKAA:rvr1.00:cvnTOSHIBA:ct9:cvrN/A:
  dmi.product.name: Satellite A500
  dmi.product.version: PSAR9E-00H00FCE
  dmi.sys.vendor: TOSHIBA
  version.compiz: compiz 1:0.9.12+14.10.20140918-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.3.2-0ubuntu0.1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.3.2-0ubuntu0.1
  version.xserver-xorg-core: xserver-xorg-core 2:1.16.0-1ubuntu1.3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.4.0-2ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.914-1~exp1ubuntu4.2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2
  xserver.bootTime: Fri Mar  6 18:38:28 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.16.0-1ubuntu1.3
  xserver.video_driver: nouveau

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

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


[Desktop-packages] [Bug 1434259] Re: still screen freeze

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

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

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

Title:
  still screen freeze

Status in xorg package in Ubuntu:
  Expired

Bug description:
  going to full screen on a video feed will freeze computer now first
  screen then whole computer

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: xorg 1:7.6+12ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-77.114-generic-pae 3.2.66
  Uname: Linux 3.2.0-77-generic-pae i686
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86 Kernel Module  304.125  Mon Dec  1 19:55:52 
PST 2014
   GCC version:  gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  ApportVersion: 2.0.1-0ubuntu17.8
  Architecture: i386
  CurrentDmesg:
   [   14.584235] input: Microsoft\xffc2\xffae\xffae LifeCam 
VX-2000 as /devices/pci:00/:00:1d.7/usb2/2-6/2-6:1.0/input/input6
   [   15.648283] init: plymouth-splash main process (1320) terminated with 
status 1
   [   16.102134] init: plymouth-stop pre-start process (1547) terminated with 
status 1
   [   25.696008] eth0: no IPv6 routers present
  Date: Thu Mar 19 12:50:24 2015
  DistUpgraded: Fresh install
  DistroCodename: precise
  DistroVariant: ubuntu
  GraphicsCard:
   NVIDIA Corporation G92 [GeForce 8800 GT] [10de:0611] (rev a2) (prog-if 00 
[VGA controller])
 Subsystem: Device [196e:053c]
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release i386 
(20120423)
  MachineType: System manufacturer P5Q-PRO
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=en_CA:en
   PATH=(custom, no user)
   LANG=en_CA.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-77-generic-pae 
root=UUID=b68166a6-2be8-41f8-b327-20235afa223a ro quiet splash
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/31/2008
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1104
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: P5Q-PRO
  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.:bvr1104:bd07/31/2008:svnSystemmanufacturer:pnP5Q-PRO:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5Q-PRO:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: P5Q-PRO
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer
  version.compiz: compiz 1:0.9.7.12-0ubuntu4
  version.libdrm2: libdrm2 2.4.52-1~precise2
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.0-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.0-0ubuntu1
  version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu10.17
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1.2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.99.99~git20120913.8637f772-0ubuntu1~precise~xup2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.19.0-0ubuntu1~xup1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.2-0ubuntu3~precise~xup2

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

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


[Desktop-packages] [Bug 1427669] Re: ??

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

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

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

Title:
  ??

Status in xorg package in Ubuntu:
  Expired

Bug description:
  ?
  Toshiba Satellite C655-S5305

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: xorg 1:7.7+7ubuntu2
  ProcVersionSignature: Ubuntu 3.16.0-31.41-generic 3.16.7-ckt5
  Uname: Linux 3.16.0-31-generic i686
  ApportVersion: 2.14.7-0ubuntu8.2
  Architecture: i386
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Tue Mar  3 07:44:20 2015
  DistUpgraded: 2015-02-09 16:17:38,224 DEBUG enabling apt cron job
  DistroCodename: utopic
  DistroVariant: ubuntu
  DkmsStatus:
   nvidia-304, 304.125, 3.16.0-30-generic, i686: installed
   nvidia-304, 304.125, 3.16.0-31-generic, i686: installed
  ExtraDebuggingInterest: I just need to know a workaround
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
     Subsystem: Toshiba America Info Systems Device [1179:fce0]
  Lsusb:
   Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 001 Device 003: ID 10f1:1a34 Importek
   Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: TOSHIBA Satellite C655
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-31-generic 
root=UUID=6ad9e927-7756-4cfe-80eb-888f35f51202 ro plymouth:debug drm.debug=0xe
  SourcePackage: xorg
  UpgradeStatus: Upgraded to utopic on 2015-02-09 (21 days ago)
  dmi.bios.date: 08/01/2011
  dmi.bios.vendor: INSYDE
  dmi.bios.version: 1.20
  dmi.board.name: Portable PC
  dmi.board.vendor: TOSHIBA
  dmi.board.version: Base Board Version
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: OEM Chassis Manufacturer
  dmi.chassis.version: OEM Chassis Version
  dmi.modalias: 
dmi:bvnINSYDE:bvr1.20:bd08/01/2011:svnTOSHIBA:pnSatelliteC655:pvrPSC2EU-02Y02H:rvnTOSHIBA:rnPortablePC:rvrBaseBoardVersion:cvnOEMChassisManufacturer:ct10:cvrOEMChassisVersion:
  dmi.product.name: Satellite C655
  dmi.product.version: PSC2EU-02Y02H
  dmi.sys.vendor: TOSHIBA
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.56-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.3.2-0ubuntu0.1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.3.2-0ubuntu0.1
  version.xserver-xorg-core: xserver-xorg-core 2:1.16.0-1ubuntu1.3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.4.0-2ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.914-1~exp1ubuntu4.2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2
  xserver.bootTime: Mon Mar  2 20:47:14 2015
  xserver.configfile: default
  xserver.errors:

  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id   21825
   vendor SEC
  xserver.version: 2:1.16.0-1ubuntu1.3

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

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


[Desktop-packages] [Bug 1086564] Re: Problems printing from Xubuntu are same old story (Kyocera FS-1010) - perhaps an O/S memory-handling issue?

2015-06-17 Thread Launchpad Bug Tracker
[Expired for foomatic-db (Ubuntu) because there has been no activity for
60 days.]

** Changed in: foomatic-db (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  Problems printing from Xubuntu are same old story (Kyocera FS-1010) -
  perhaps an O/S memory-handling issue?

Status in foomatic-db package in Ubuntu:
  Expired

Bug description:
  Xubuntu 12.10 - just installed
  Kyocera FS-1010 printer
  4Gb RAM

  Printer stopped working after install.

  It worked immediately following the install, for a few days. It
  printed a test page and at least one pdf successfully. Since then it
  has stopped working.

  Problem occurred trying to print a pdf with Okular. That seemed to jam
  everything up - not paper jam - but data jam. Then it wouldn't even
  print a test page, even after clearing the print queue.

  If you clear the print queue, reset the printer and then try and print
  a text file from e.g. Gedit, that's fine. But if you then try and
  print a pdf, it jams the queue and won't even print with Gedit.

  If you then clear the queue and reset the printer, Gedit prints fine.
  Then print with Docoment Viewer and it sits there for a few minutes
  and prints half a page and *jams the printer* - this time a paper jam.
  That's further than it got before.

  Leave the pdf in the print queue this time and reset the printer: now what is 
left in the print queue of the pdf that jammed before prints successfully. 
Then...
  Gedit: prints fine.
  Then Document Viewer: fine. Oh it appears to be working again now.
  Then Okular: printed just 7 of 41 pages from another pdf. And the printer has 
data-jammed again.

  There are 3 pdfs open at this point, so: close all the pdfs, clear the print 
queue again. Reset the printer. Now...
  Gedit: fine.
  Okular - 3-page document: fine.
  Okular - same 41-page pdf again: stuck at page 7 again.

  Clear queue, reset printer.
  Gedit - 19-page document: fine.
  Document Viewer - same 41-page pdf that failed with Okular: data-jam (waited 
10 mins).

  So, reset printer without clearing queue: document prints after about 1min30.
  Gedit - 8-page document: prints 7 pages then stops. Oops thought this one was 
all 8 pages done. So went to next test.
  Document Viewer - same 41-page pdf: prints p8 of the last gedit run. Then 
prints an error report on the printer:

  "ERROR:
  timeout
  OFFENDING COMMAND:
  timeout
  STACK:
  -user-
  -user-
  -user-
  -user-"

  And printer error lights flashing. Oops. Opened lid to see if paper
  jam before making a note of which lights were flashing. There was no
  paper jam. After closing lid, the lights were flashing an error code
  that the Kyocera FS-1010 operation guide gives one of a number of
  explanations
  
(http://www.kyoceradocumentsolutions.eu/dlc/eu/documentation/usermanual/fs-1010
  -og-uk_pdf.-downloadcenteritem-Single-
  File.downloadcenteritem.tmp/FS-1010-OG-UK.pdf):

  "4.3.3 Error Messages
  With the following errors, printing continues when you press the printer’s 
key. You can confirm these errors by printing a status page.

  File not found
  The specified file is not found

  KPDL Error
  Current print processing cannot continue.

  MemoryCard err##
  An error has occurred during access to the memory card using the PRESCRIBE 
RWER command or from the Remote Operation Panel.

  Memory overflow
  Printing cannot continue because there is not enough memory.

  Print overrun
  Current print processing cannot continue due to complex data.
  The data transferred to the printer was too complex to print on a page...To 
release the page protect mode, send the following command to the printer from 
the Remote Operation Panel after this error occurs: !R! FRPO R5, 1; EXIT;

  RAM DISK error ##
  Check the error code displayed in ## and refer to the appropriate
  description below.
  01: Abnormal format. Try turning the power off and on again.
  02: RAM disk mode is Off. Turn RAM disk mode On.
  04: No disk space. Clean up files.
  05: Specified file is not on disk.
  06: No memory for use by disk system. Expand printer memory."

  Pressed Go. Nothing happened. So. Reset printer. Print queue is empty.
  Gedit - 1-page doc: fine.
  Okular - 3-page pdf: fine.
  Gedit - 1-page pdf: fine.
  Open 182-page pdf, 41-page pdf, 20-page pdf, 128-page pdf, in Okular and...
  Okular - 3-page pdf: fine.
  Okular - 182-page pdf: prints 13 pages (pause after 5 for paper refill) and 
then stops. No lights flashing. After a few tens of seconds the printer queue 
clears.
  Gedit - 1-page doc: fine
  Okular - 20-page pdf: data jam (waited 15 mins). Data light on but nobody 
home.

  Reset printer without clearing queue.
  Nothing more happens (wait about 6 mins).
  Cancel job: printer still data-jammed.
  Reset printer.
  Okular - 20-page pdf: data jam (wait about 6 mins again

[Desktop-packages] [Bug 1435631] Re: Diagnose

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

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

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

Title:
  Diagnose

Status in xorg package in Ubuntu:
  Expired

Bug description:
  error reports during diagnose

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.16.0-31.43~14.04.1-generic 3.16.7-ckt5
  Uname: Linux 3.16.0-31-generic i686
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.7
  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
  Date: Tue Mar 24 08:53:25 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller 
[8086:2a42] (rev 07) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:3a02]
 Subsystem: Lenovo Device [17aa:3a02]
  InstallationDate: Installed on 2015-03-21 (2 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release i386 
(20150218.1)
  MachineType: LENOVO Lenovo 3000 G430
  ProcEnviron:
   LANGUAGE=en_PH:en
   PATH=(custom, no user)
   LANG=en_PH.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-31-generic 
root=UUID=fcd1e9c0-69eb-4fbd-a159-dcfe476bcff8 ro drm.debug=0xe plymouth:debug
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/04/2009
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 0ECN57WW
  dmi.board.name: LE6
  dmi.board.vendor: Lenovo
  dmi.board.version: Rev 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Lenovo
  dmi.chassis.version: Rev 1.0
  dmi.modalias: 
dmi:bvnLENOVO:bvr0ECN57WW:bd03/04/2009:svnLENOVO:pnLenovo3000G430:pvrRev1.0:rvnLenovo:rnLE6:rvrRev1.0:cvnLenovo:ct10:cvrRev1.0:
  dmi.product.name: Lenovo 3000 G430
  dmi.product.version: Rev 1.0
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.11.3+14.04.20150122-0ubuntu1
  version.libdrm2: libdrm2 2.4.56-1~ubuntu2
  version.libgl1-mesa-dri: libgl1-mesa-dri N/A
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core N/A
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
  xserver.bootTime: Tue Mar 24 07:40:00 2015
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id1409 
   vendor BOE
  xserver.version: 2:1.16.0-1ubuntu1.2~trusty2

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

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


[Desktop-packages] [Bug 1436379] Re: very slow, frequent crashes,

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

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

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

Title:
  very slow, frequent crashes,

Status in xorg package in Ubuntu:
  Expired

Bug description:
  Frequent  crashes, very slow, hard to load, third party sources may be
  disabled

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: xorg 1:7.7+7ubuntu2
  ProcVersionSignature: Ubuntu 3.16.0-33.44-generic 3.16.7-ckt7
  Uname: Linux 3.16.0-33-generic i686
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.7-0ubuntu8.2
  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
  Date: Wed Mar 25 09:46:51 2015
  DistUpgraded: 2015-03-17 04:03:55,882 DEBUG enabling apt cron job
  DistroCodename: utopic
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation G92 [GeForce 8800 GT] [10de:0611] (rev a2) (prog-if 00 
[VGA controller])
 Subsystem: BFG Tech Device [19f1:06dc]
  InstallationDate: Installed on 2014-07-04 (263 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release i386 (20140417)
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-33-generic 
root=UUID=d343bc84-c64b-47bf-86f4-342b65f68025 ro vesafb.invalid=1 nopat 
drm.debug=0xe plymouth:debug
  SourcePackage: xorg
  UpgradeStatus: Upgraded to utopic on 2015-03-17 (8 days ago)
  dmi.bios.date: 09/02/2007
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: BX97510J.86A.1487.2007.0902.1724
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: D975XBX
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAD27094-302
  dmi.chassis.type: 2
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrBX97510J.86A.1487.2007.0902.1724:bd09/02/2007:svn:pn:pvr:rvnIntelCorporation:rnD975XBX:rvrAAD27094-302:cvn:ct2:cvr:
  version.compiz: compiz 1:0.9.12+14.10.20140918-0ubuntu1
  version.libdrm2: libdrm2 2.4.56-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.3.2-0ubuntu0.1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.3.2-0ubuntu0.1
  version.xserver-xorg-core: xserver-xorg-core 2:1.16.0-1ubuntu1.3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.4.0-2ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.914-1~exp1ubuntu4.2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2
  xserver.bootTime: Wed Mar 25 09:27:07 2015
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputSleep Button KEYBOARD, id 7
   inputLogitech USB Receiver KEYBOARD, id 8
   inputLogitech USB Receiver KEYBOARD, id 9
  xserver.errors:
   Failed to load module "nvidia" (module does not exist, 0)
   Failed to load module "nvidia" (module does not exist, 0)
   NOUVEAU(0): [COPY] failed to allocate class.
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.16.0-1ubuntu1.3
  xserver.video_driver: nouveau

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

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


[Desktop-packages] [Bug 1432287] Re: I don't know

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

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

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

Title:
   I don't know

Status in xorg package in Ubuntu:
  Expired

Bug description:
   I don't know

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-46.79-generic 3.13.11-ckt15
  Uname: Linux 3.13.0-46-generic i686
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.7
  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
  Date: Sat Mar 14 23:24:45 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0126] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:21d3]
   NVIDIA Corporation GF119M [NVS 4200M] [10de:1056] (rev a1) (prog-if 00 [VGA 
controller])
 Subsystem: Lenovo Device [17aa:21d3]
  InstallationDate: Installed on 2015-03-14 (0 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release i386 
(20140722.2)
  MachineType: LENOVO 4173RL1
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-46-generic 
root=UUID=da80fb25-4bda-4ea4-8b2e-5230cf228d48 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/23/2011
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 8CET44WW (1.24 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 4173RL1
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr8CET44WW(1.24):bd05/23/2011:svnLENOVO:pn4173RL1:pvrThinkPadT420s:rvnLENOVO:rn4173RL1:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 4173RL1
  dmi.product.version: ThinkPad T420s
  dmi.sys.vendor: LENOVO
  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.3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.3
  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: Sat Mar 14 16:08:50 2015
  xserver.configfile: default
  xserver.errors:
   Failed to load module "nvidia" (module does not exist, 0)
   Failed to load module "nvidia" (module does not exist, 0)
   NOUVEAU(G0): [XvMC] Failed to initialize extension.
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id 870 
   vendor LGD
  xserver.version: 2:1.15.1-0ubuntu2.7

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

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


[Desktop-packages] [Bug 1433448] Re: bug

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

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

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

Title:
  bug

Status in xorg package in Ubuntu:
  Expired

Bug description:
  eror bug

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: xorg 1:7.7+7ubuntu2
  ProcVersionSignature: Ubuntu 3.16.0-23.31-generic 3.16.4
  Uname: Linux 3.16.0-23-generic i686
  NonfreeKernelModules: wl
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.7-0ubuntu8.2
  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
  Date: Wed Mar 18 13:37:40 2015
  DistUpgraded: Fresh install
  DistroCodename: utopic
  DistroVariant: ubuntu
  DkmsStatus: bcmwl, 6.30.223.248+bdcom, 3.16.0-23-generic, i686: installed
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Acer Incorporated [ALI] Device [1025:0506]
  InstallationDate: Installed on 2015-03-17 (0 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release i386 (20141022.1)
  MachineType: Acer Aspire 4752
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-23-generic 
root=UUID=a04e5905-64af-4e60-b5d5-8f9cea37154e ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/11/2011
  dmi.bios.vendor: Phoenix Technologies Ltd.
  dmi.bios.version: V2.09
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Aspire 4752
  dmi.board.vendor: Acer
  dmi.board.version: V2.09
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V2.09
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvrV2.09:bd08/11/2011:svnAcer:pnAspire4752:pvrV2.09:rvnAcer:rnAspire4752:rvrV2.09:cvnAcer:ct9:cvrV2.09:
  dmi.product.name: Aspire 4752
  dmi.product.version: V2.09
  dmi.sys.vendor: Acer
  version.compiz: compiz 1:0.9.12+14.10.20140918-0ubuntu1
  version.libdrm2: libdrm2 2.4.56-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.3.2-0ubuntu0.1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.3.2-0ubuntu0.1
  version.xserver-xorg-core: xserver-xorg-core 2:1.16.0-1ubuntu1.3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.4.0-2ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.914-1~exp1ubuntu4.2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2
  xserver.bootTime: Wed Mar 18 11:43:35 2015
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id  22 
   vendor INL
  xserver.version: 2:1.16.0-1ubuntu1.3

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

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


[Desktop-packages] [Bug 1409332] Re: Mouse cursor freezes, when using e.g. youtube in chromium, and stays that way

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

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

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

Title:
  Mouse cursor freezes, when using e.g. youtube in chromium, and stays
  that way

Status in xorg package in Ubuntu:
  Expired

Bug description:
  I can not make this happen, if I use Firefox, but it happens, if I use
  Chromium browser and play youtube video. Visible mouse cursor stops
  moving. Still I can move mouse and use it, but it is hard, when you
  don't see where the cursor effectively is. This seems to happen only,
  if I have hardware acceleration enabled in advanced settings.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: chromium-browser 39.0.2171.65-0ubuntu0.14.04.1.1064
  ProcVersionSignature: Ubuntu 3.13.0-43.72-lowlatency 3.13.11.11
  Uname: Linux 3.13.0-43-lowlatency x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Sat Jan 10 22:23:29 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-09-21 (111 days ago)
  InstallationMedia: Ubuntu-Studio 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.1)
  SourcePackage: chromium-browser
  UpgradeStatus: No upgrade log present (probably fresh install)
  modified.conffile..etc.default.chromium.browser: [deleted]
  mtime.conffile..etc.chromium.browser.default: 2014-09-28T10:04:54.426898
  --- 
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: amd64
  CurrentDesktop: XFCE
  CurrentDmesg: [  373.553548] perf samples too long (2509 > 2500), lowering 
kernel.perf_event_max_sample_rate to 5
  DRM.card0.VGA.1:
   edid-base64: 
AP///wAebW9DLDQEABEPAQNuIht46i7lpFdKnCURUFSla4AxT0VPYU+BgAEBAQEBAQEBMCoAmFEAKkAwcBMAUg4RAAAe/QA4Sx5TDgAKICAgICAg/ABMMTcxNVMKICAgICAg/AAKICAgICAgICAgICAgAJg=
   dpms: On
   modes: 1280x1024 1280x1024 1152x864 1024x768 1024x768 1024x768 832x624 
800x600 800x600 640x480 640x480 720x400
   enabled: enabled
   status: connected
  Desktop-Session:
   'ubuntustudio'
   '/etc/xdg/xdg-ubuntustudio:/usr/share/upstart/xdg:/etc/xdg:/etc/xdg'
   
'/usr/share/ubuntustudio:/usr/share/xfce4:/usr/local/share/:/usr/share/:/usr/share'
  DetectedPlugins:
   
  DistroRelease: Ubuntu 14.04
  EcryptfsInUse: Yes
  Env:
   'None'
   'None'
  InstallationDate: Installed on 2014-09-21 (180 days ago)
  InstallationMedia: Ubuntu-Studio 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.1)
  Load-Avg-1min: 0.61
  Load-Processes-Running-Percent:   0.2%
  MachineType: Dell Inc. OptiPlex 745
  Package: xorg
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-46-lowlatency 
root=UUID=d012c1bd-7e56-4035-b321-38d20cb14421 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-46.79-lowlatency 3.13.11-ckt15
  Tags:  trusty
  Uname: Linux 3.13.0-46-lowlatency x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dip lp lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/26/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 2.6.6
  dmi.board.name: 0RF703
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 6
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr2.6.6:bd06/26/2011:svnDellInc.:pnOptiPlex745:pvr:rvnDellInc.:rn0RF703:rvr:cvnDellInc.:ct6:cvr:
  dmi.product.name: OptiPlex 745
  dmi.sys.vendor: Dell Inc.
  modified.conffile..etc.default.chromium.browser: [deleted]
  mtime.conffile..etc.chromium.browser.default: 2014-09-28T10:04:54.426899

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

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


[Desktop-packages] [Bug 1431457] Re: fix

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

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

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

Title:
  fix

Status in xorg package in Ubuntu:
  Expired

Bug description:
  slow

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-46.77-generic 3.13.11-ckt15
  Uname: Linux 3.13.0-46-generic i686
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.7
  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
  Date: Thu Mar 12 06:51:59 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller 
[8086:2592] (rev 03) (prog-if 00 [VGA controller])
 Subsystem: Dell Device [1028:01c9]
 Subsystem: Dell Device [1028:01c9]
  InstallationDate: Installed on 2014-11-10 (122 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release i386 (20140417)
  MachineType: Dell Inc. ME051
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-46-generic 
root=UUID=ebc662ef-c725-4779-a6f6-7c18afedacca ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/07/2006
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A10
  dmi.board.name: 0RJ272
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA10:bd11/07/2006:svnDellInc.:pnME051:pvr:rvnDellInc.:rn0RJ272:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: ME051
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.11.3+14.04.20150122-0ubuntu1
  version.libdrm2: libdrm2 2.4.56-1~ubuntu2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.3
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Thu Mar 12 06:26:10 2015
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id5030 
   vendor CPT
  xserver.version: 2:1.15.1-0ubuntu2.7

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

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


[Desktop-packages] [Bug 1430156] Re: Boot errors

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

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

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

Title:
  Boot errors

Status in xorg package in Ubuntu:
  Expired

Bug description:
  After installing ubuntu14.04.1 onto a separate drive in my home built
  tower which I already had windows 8.1 pro install on another drive.
  Before the installation of ubuntu the windows 8.1 was working
  properly.

  This is not to say or imply that ubuntu is at fault in this process
  but instead, my lack of complete understanding of what was involved in
  the process. Subsequently, I've read lots of tutorials and
  question/answers on Ubuntu One. The most important of which I read
  only this morning at 3 AM. It said simply that you can't simply re-
  install ubuntu on an drive one problems have been encountered. At this
  point I'm using the drive that I originally installed the ubuntu onto
  with ubuntu installed and running somewhat errantly. To the point.

  At first I could still boot into windows 8.1, but there were problems
  with booting ubuntu. The boot menu then began to display with the
  windows bios boot option missing. However, I could still enter into
  the bios and select windows from there by selecting its drive. After
  trying to figure out what happened to the windows option then, I was
  no longer able to choose windows from the bios boot. I was at least
  able to boot into ubuntu with great difficulty. As it began to boot
  there were lots of fails and quit items displayed on the screen.

  Things have gone from bad to worse, as I attempted to fix the problem.
  Of course, I assumed the windows was still there on the original
  drive. I tried deleting the ubuntu OS and re-installing it and then
  things really went to hell in a hand basket. I am now at the point
  where, I've been able to re-install ubuntu, but can see the windows
  8.1 on either of the other drives that I have installing in the tower.

  I've used various of the linux sites to seek ways to recover from this
  disaster, but have not achieve good results. The xorg information that
  was sent from the latest boot is beyond my level of knowledge at this
  point. I would appreciate it very much if someone could walk me
  through the process of recovery. One of the errors messages "Found
  GPt, add bios-boot partition." Another was "Comreset failed error-16."
  These among many.

  Please excuse, my lack of detail in this matter I've grasping for
  straws believing that I could retrieve the system on my own. Given
  enough time I ultimately could, but at this point I'm putting up the
  "white flag."

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-46.77-generic 3.13.11-ckt15
  Uname: Linux 3.13.0-46-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Mon Mar  9 22:33:56 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics 
Controller [8086:0412] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:7921]
  InstallationDate: Installed on 2015-02-25 (12 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: MSI MS-7921
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-46-generic 
root=UUID=cb670b6e-0135-4803-9d60-5c1c64cabc36 ro drm.debug=0xe plymouth:debug
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/21/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V1.0
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z97-G55 SLI (MS-7921)
  dmi.board.vendor: MSI
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: To be filled by O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV1.0:bd04/21/2014:svnMSI:pnMS-7921:pvr1.0:rvnMSI:rnZ97-G55SLI(MS-7921):rvr1.0:cvnMSI:ct3:cvr1.0:
  dmi.product.name: MS-7921
  dmi.product.version: 1.0
  dmi.sys.vendor: MSI
  version.compiz: compiz 1:0.9.11.2+14.04.20140714-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1~ubuntu2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.3
  

[Desktop-packages] [Bug 1437687] Re: chromium

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

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

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

Title:
  chromium

Status in xorg package in Ubuntu:
  Expired

Bug description:
  chromium is getting slower

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-49.81-generic 3.13.11-ckt17
  Uname: Linux 3.13.0-49-generic x86_64
  .tmp.unity.support.test.0:
   
  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 Mar 28 19:10:09 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: No
  GraphicsCard:
   Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller 
[8086:0152] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. P8H77-I Motherboard [1043:84ca]
  InstallationDate: Installed on 2015-01-30 (57 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  MachineType: System manufacturer System Product Name
  ProcEnviron:
   LANGUAGE=de_AT:de
   PATH=(custom, no user)
   LANG=de_AT.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-49-generic 
root=UUID=bb83c1d4-2481-44eb-ba24-d55cecfacf72 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/24/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0814
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: P8H77-I
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0814:bd08/24/2012:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnP8H77-I:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer
  version.compiz: compiz 1:0.9.12+14.10.20140812-0ubuntu1.01
  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: Sat Mar 28 18:31:09 2015
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id8867 
   vendor HII
  xserver.version: 2:1.15.1-0ubuntu2.7

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

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


[Desktop-packages] [Bug 1436491] Re: Ubuntu 14.10 desktop amd64 live CD gives no graphical desktop on MacBookPro 8, 3

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

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

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

Title:
  Ubuntu 14.10 desktop amd64 live CD gives no graphical desktop on
  MacBookPro 8,3

Status in xorg package in Ubuntu:
  Expired

Bug description:
  The Ubuntu 14.10 desktop amd64 live CD gives no graphical desktop.
  Alternately, after a fresh install of Ubuntu 14.04.02LTS, upgrade to
  14.10, and notice no graphical desktop, only they tty terminal login
  is presented.

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

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


[Desktop-packages] [Bug 1437847] Re: apport-bug compiz-0.9 i386 trusty ubuntu

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

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

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

Title:
  apport-bug compiz-0.9 i386 trusty ubuntu

Status in xorg package in Ubuntu:
  Expired

Bug description:
  its not working

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-48.80-generic 3.13.11-ckt16
  Uname: Linux 3.13.0-48-generic i686
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.8
  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
  Date: Sun Mar 29 15:45:15 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus: blcr, 0.8.5: added
  GraphicsCard:
   Intel Corporation 82Q963/Q965 Integrated Graphics Controller [8086:2992] 
(rev 02) (prog-if 00 [VGA controller])
 Subsystem: Hewlett-Packard Company Device [103c:2801]
  InstallationDate: Installed on 2015-03-05 (23 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release i386 
(20140722.2)
  MachineType: Hewlett-Packard HP Compaq dc7700 Small Form Factor
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-48-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  SourcePackage: xorg
  SystemImageInfo: Error: [Errno 2] Bestand of map bestaat niet: 
'system-image-cli'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/13/2007
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 786E1 v01.10
  dmi.board.name: 0A54h
  dmi.board.vendor: Hewlett-Packard
  dmi.chassis.asset.tag: HUB7400XQ5
  dmi.chassis.type: 4
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr786E1v01.10:bd04/13/2007:svnHewlett-Packard:pnHPCompaqdc7700SmallFormFactor:pvr:rvnHewlett-Packard:rn0A54h:rvr:cvnHewlett-Packard:ct4:cvr:
  dmi.product.name: HP Compaq dc7700 Small Form Factor
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz 1:0.9.11.3+14.04.20150122-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: Sun Mar 29 10:30:11 2015
  xserver.configfile: default
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id   12339 
   vendor HWP
  xserver.version: 2:1.15.1-0ubuntu2.7

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

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


[Desktop-packages] [Bug 1466268] Re: package libgsm1 1.0.13-4 failed to install/upgrade: cannot compute MD5 hash for file '/usr/share/doc/libgsm1/copyright': failed to read (Input/output error)

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

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

** Tags added: hardware-error

** Changed in: libgsm (Ubuntu)
   Importance: Undecided => Low

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

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

Title:
  package libgsm1 1.0.13-4 failed to install/upgrade: cannot compute MD5
  hash for file '/usr/share/doc/libgsm1/copyright': failed to read
  (Input/output error)

Status in libgsm package in Ubuntu:
  Invalid

Bug description:
  bug occured during the use/testing of TILP

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: libgsm1 1.0.13-4
  ProcVersionSignature: Ubuntu 3.13.0-54.91-generic 3.13.11-ckt20
  Uname: Linux 3.13.0-54-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.11
  AptOrdering:
   libgsm1: Install
   libgsm1: Configure
  Architecture: amd64
  Date: Tue Jun 16 02:49:25 2015
  Dependencies:
   gcc-4.9-base 4.9.1-0ubuntu1
   libc6 2.19-0ubuntu6.6
   libgcc1 1:4.9.1-0ubuntu1
   multiarch-support 2.19-0ubuntu6.6
  DpkgTerminalLog:
   Preparing to unpack .../libgsm1_1.0.13-4_i386.deb ...
   Unpacking libgsm1:i386 (1.0.13-4) ...
   dpkg: error processing archive 
/var/cache/apt/archives/libgsm1_1.0.13-4_i386.deb (--unpack):
cannot compute MD5 hash for file '/usr/share/doc/libgsm1/copyright': failed 
to read (Input/output error)
  DuplicateSignature: package:libgsm1:1.0.13-4:cannot compute MD5 hash for file 
'/usr/share/doc/libgsm1/copyright': failed to read (Input/output error)
  ErrorMessage: cannot compute MD5 hash for file 
'/usr/share/doc/libgsm1/copyright': failed to read (Input/output error)
  InstallationDate: Installed on 2014-12-20 (179 days ago)
  InstallationMedia: Ubuntu MATE 14.04.1 "Trusty Tahr" - final amd64 (2014)
  SourcePackage: libgsm
  Title: package libgsm1 1.0.13-4 failed to install/upgrade: cannot compute MD5 
hash for file '/usr/share/doc/libgsm1/copyright': failed to read (Input/output 
error)
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1444304] Re: uuuoo

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

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

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

Title:
  uuuoo

Status in xorg package in Ubuntu:
  Expired

Bug description:
  ...

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  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.9
  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
  Date: Wed Apr 15 15:03:26 2015
  DistUpgraded: 2015-04-10 19:51:21,432 DEBUG enabling apt cron job
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus: virtualbox, 4.3.10, 3.13.0-49-generic, i686: installed
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0126] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Hewlett-Packard Company Device [103c:3673]
   Advanced Micro Devices, Inc. [AMD/ATI] Seymour [Radeon HD 6400M/7400M 
Series] [1002:6760] (rev ff) (prog-if ff)
  InstallationDate: Installed on 2015-04-10 (5 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release i386 (20130424)
  MachineType: Hewlett-Packard HP 2000 Notebook PC
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-49-generic 
root=UUID=55255e0d-8a0a-47f3-aece-b001083e4623 ro locale=zh_CN quiet splash 
vt.handoff=7
  Renderer: Software
  SourcePackage: xorg
  UpgradeStatus: Upgraded to trusty on 2015-04-10 (4 days ago)
  dmi.bios.date: 12/17/2011
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.38
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 3673
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 23.4A
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.38:bd12/17/2011:svnHewlett-Packard:pnHP2000NotebookPC:pvr068712204A1610100:rvnHewlett-Packard:rn3673:rvr23.4A:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP 2000 Notebook PC
  dmi.product.version: 068712204A1610100
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz 1:0.9.11.3+14.04.20150122-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 15 14:08:58 2015
  xserver.configfile: default
  xserver.errors: Error loading keymap 
/var/lib/xkb/server-992DCD2811F9928D990F91F3229E52A1EC62B72A.xkm
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id5538 
   vendor CMO
  xserver.version: 2:1.15.1-0ubuntu2.7

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

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


[Desktop-packages] [Bug 1460249] Re: package modemmanager 1.4.8-1 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 100

2015-06-17 Thread Jake McGregor
I was upgrading to Wily when this error appeared. I was using do-
release-upgrade -d in the terminal, and this error didn't appear to
hault the upgrade, everything appears to be fine, but I haven't
restarted yet. I should note that this is a Surface Pro 3 i5 256GB 8GB
RAM. (if that happens to be important)

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

Title:
  package modemmanager 1.4.8-1 failed to install/upgrade: el subproceso
  instalado el script post-installation devolvió el código de salida de
  error 100

Status in modemmanager package in Ubuntu:
  New

Bug description:
  I was attempting to upgrade to Wily, and this package stalled the
  upgrade. Everything else appears to have installed/upgraded fine.

  ProblemType: Package
  DistroRelease: Ubuntu 15.10
  Package: modemmanager 1.4.8-1
  ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6
  Uname: Linux 3.19.0-18-generic x86_64
  ApportVersion: 2.17.3-0ubuntu3
  Architecture: amd64
  Date: Fri May 29 22:14:52 2015
  DuplicateSignature: package:modemmanager:1.4.8-1:el subproceso instalado el 
script post-installation devolvió el código de salida de error 100
  ErrorMessage: el subproceso instalado el script post-installation devolvió el 
código de salida de error 100
  InstallationDate: Installed on 2015-05-10 (19 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  RelatedPackageVersions:
   dpkg 1.17.25ubuntu1
   apt  1.0.9.10ubuntu1
  SourcePackage: modemmanager
  Title: package modemmanager 1.4.8-1 failed to install/upgrade: el subproceso 
instalado el script post-installation devolvió el código de salida de error 100
  UpgradeStatus: Upgraded to wily on 2015-05-30 (0 days ago)

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

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


[Desktop-packages] [Bug 421537] Re: need a way to rotate video playback

2015-06-17 Thread pressurehold
iDealshare VideoGo is your best choice to rotate video files

Here is a guide at:http://www.idealshare.net/video-converter/rotate-mov.html
 

This guide can help:

Rotate video 90 degrees, 180 degrees, and 270 degrees, etc;
   
Rotate video meanwhile keep the same output format or convert to other 
video formats

Rotate or edit the source files like trim, crop, merge, split by
chapter, add watermark/effect, adjust channel/volume and so on;

Rotate almost all kinds of video files like AVI, WMV, MKV, AVCHD,
MOD, TOD, ASF, WebM, MXF, etc to the orientation you need.

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

Title:
  need a way to rotate video playback

Status in Totem Movie Player:
  Fix Released
Status in totem package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: totem

  have problems when viewing mov files from cell phone. the viedo is
  turned 90 degrees to the left.

  ProblemType: Bug
  Architecture: i386
  DistroRelease: Ubuntu 9.04
  ExecutablePath: /usr/bin/totem-gstreamer
  Package: totem-gstreamer 2.26.1-0ubuntu5
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: totem
  Uname: Linux 2.6.28-15-generic i686

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

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


[Desktop-packages] [Bug 1466245] Re: Update to 3.16

2015-06-17 Thread Robert Ancell
lp:~robert-ancell/gnome-control-center/update-3.16 has a work in
progress with all of the patches updated except 52_region_language.patch

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

Title:
  Update to 3.16

Status in gnome-control-center package in Ubuntu:
  Triaged

Bug description:
  Update to 3.16

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

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


[Desktop-packages] [Bug 1466245] Re: Update to 3.16

2015-06-17 Thread Robert Ancell
Requires accountsservice 0.6.39 (bug 1466289) and gnome-online-accounts
3.15.1 (bug 1466290)

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

Title:
  Update to 3.16

Status in gnome-control-center package in Ubuntu:
  Triaged

Bug description:
  Update to 3.16

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

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


[Desktop-packages] [Bug 1466290] [NEW] Update to 3.16

2015-06-17 Thread Robert Ancell
Public bug reported:

Update to 3.16

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


** Tags: upgrade-software-version

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

Title:
  Update to 3.16

Status in gnome-online-accounts package in Ubuntu:
  New

Bug description:
  Update to 3.16

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

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


[Desktop-packages] [Bug 1466290] Re: Update to 3.16

2015-06-17 Thread Robert Ancell
Required for gnome-control-center 3.16 (bug 1466245)

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

Title:
  Update to 3.16

Status in gnome-online-accounts package in Ubuntu:
  New

Bug description:
  Update to 3.16

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

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


[Desktop-packages] [Bug 1466289] [NEW] Update to 0.6.40

2015-06-17 Thread Robert Ancell
Public bug reported:

Update to 0.6.40

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


** Tags: upgrade-software-version

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

Title:
  Update to 0.6.40

Status in accountsservice package in Ubuntu:
  New

Bug description:
  Update to 0.6.40

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

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


[Desktop-packages] [Bug 1466273] Re: gstreamer fails intermittently

2015-06-17 Thread Michi Henning
** Changed in: gstreamer0.10 (Ubuntu)
   Importance: Undecided => High

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

Title:
  gstreamer fails intermittently

Status in Thumbnail generator for all kinds of files:
  New
Status in gstreamer0.10 package in Ubuntu:
  New

Bug description:
  gstreamer occasionally fails to extract a thumbnail from a video file.
  It's clearly a race condition because, almost all of the time, it
  succeeds. To reproduce:

  Check out the thumbnailer/devel branch at r217 and build it. Then:

  cd build/src/vs-thumb

  ./vs-thumb fd://0 ./x.jpg <../../../tests/media/testvideo.ogg

  Point a browser at the generated x.jpg file and check that the image
  was extracted correctly.

  Now run

  while ./vs-thumb fd://0 ./x.jpg <../../../tests/media/testvideo.ogg ;
  do :; done

  Within maybe a hundred iterations or so, I get:

  Error creating thumbnail: ThumbnailExtractor: change_state(): reading
  async messages: GStreamer error: negotiation problem.

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

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


[Desktop-packages] [Bug 1466273] Re: gstreamer fails intermittently

2015-06-17 Thread Alejandro J. Cura
** Also affects: gstreamer (Ubuntu)
   Importance: Undecided
   Status: New

** Package changed: gstreamer (Ubuntu) => gstreamer0.10 (Ubuntu)

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

Title:
  gstreamer fails intermittently

Status in Thumbnail generator for all kinds of files:
  New
Status in gstreamer0.10 package in Ubuntu:
  New

Bug description:
  gstreamer occasionally fails to extract a thumbnail from a video file.
  It's clearly a race condition because, almost all of the time, it
  succeeds. To reproduce:

  Check out the thumbnailer/devel branch at r217 and build it. Then:

  cd build/src/vs-thumb

  ./vs-thumb fd://0 ./x.jpg <../../../tests/media/testvideo.ogg

  Point a browser at the generated x.jpg file and check that the image
  was extracted correctly.

  Now run

  while ./vs-thumb fd://0 ./x.jpg <../../../tests/media/testvideo.ogg ;
  do :; done

  Within maybe a hundred iterations or so, I get:

  Error creating thumbnail: ThumbnailExtractor: change_state(): reading
  async messages: GStreamer error: negotiation problem.

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

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


[Desktop-packages] [Bug 1466169] Re: nvidia-331-uvm 331.113-0ubuntu0.0.4: nvidia-331-uvm kernel module failed to build

2015-06-17 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1373136 ***
https://bugs.launchpad.net/bugs/1373136

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


** This bug has been marked a duplicate of bug 1373136
   nvidia-331-uvm 331.38-0ubuntu7.1: nvidia-331-uvm kernel module failed to 
build [nvidia-modules-common.mk: No such file or directory]

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

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

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

Bug description:
  Error prompting this report was generated when I closed Firefox,
  Chrome and Thunderbird.

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: nvidia-331-uvm 331.113-0ubuntu0.0.4
  ProcVersionSignature: Ubuntu 3.13.0-53.89-generic 3.13.11-ckt19
  Uname: Linux 3.13.0-53-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  DKMSBuildLog:
   DKMS make.log for nvidia-331-uvm-331.113 for kernel 3.13.0-55-generic 
(x86_64)
   Wed Jun 17 12:20:27 EDT 2015
   Makefile:216: 
/var/lib/dkms/nvidia-331/331.113/build/nvidia-modules-common.mk: No such file 
or directory
   make: *** No rule to make target 
`/var/lib/dkms/nvidia-331/331.113/build/nvidia-modules-common.mk'.  Stop.
  DKMSKernelVersion: 3.13.0-55-generic
  Date: Wed Jun 17 12:20:32 2015
  InstallationDate: Installed on 2014-03-08 (466 days ago)
  InstallationMedia: Ubuntu 12.04.3 LTS "Precise Pangolin" - Release amd64 
(20130820.1)
  PackageVersion: 331.113-0ubuntu0.0.4
  SourcePackage: nvidia-graphics-drivers-331
  Title: nvidia-331-uvm 331.113-0ubuntu0.0.4: nvidia-331-uvm kernel module 
failed to build
  UpgradeStatus: Upgraded to trusty on 2014-05-03 (410 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1466169/+subscriptions

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


[Desktop-packages] [Bug 1466273] [NEW] gstreamer fails intermittently

2015-06-17 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

gstreamer occasionally fails to extract a thumbnail from a video file.
It's clearly a race condition because, almost all of the time, it
succeeds. To reproduce:

Check out the thumbnailer/devel branch at r217 and build it. Then:

cd build/src/vs-thumb

./vs-thumb fd://0 ./x.jpg <../../../tests/media/testvideo.ogg

Point a browser at the generated x.jpg file and check that the image was
extracted correctly.

Now run

while ./vs-thumb fd://0 ./x.jpg <../../../tests/media/testvideo.ogg ; do
:; done

Within maybe a hundred iterations or so, I get:

Error creating thumbnail: ThumbnailExtractor: change_state(): reading
async messages: GStreamer error: negotiation problem.

** Affects: thumbnailer
 Importance: High
 Status: New

** Affects: gstreamer0.10 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
gstreamer fails intermittently
https://bugs.launchpad.net/bugs/1466273
You received this bug notification because you are a member of Desktop 
Packages, which is subscribed to gstreamer0.10 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 983810] Re: libxml2 security update fails to address problem and breaks thread-safety

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any
updates. Marking the lucid task for this ticket as "Won't Fix".

** Changed in: libxml2 (Ubuntu Lucid)
   Status: Confirmed => Won't Fix

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

Title:
  libxml2 security update fails to address problem and breaks thread-
  safety

Status in libxml2:
  New
Status in libxml2 package in Ubuntu:
  Fix Released
Status in libxml2 source package in Lucid:
  Won't Fix
Status in libxml2 source package in Precise:
  Confirmed
Status in libxml2 source package in Trusty:
  Fix Released
Status in libxml2 package in Debian:
  New

Bug description:
  Using libxml2 2.7.8.dfsg-4ubuntu0.2 from (K)Ubuntu 11.10.

  In an attempt to address oCERT 2011-003, libxml2 now seeds its hash
  table with using rand(). This is broken and lame:

  Firstly, srand() and rand() are not thread-safe, even though libxml2
  is supposed to be thread-safe (when adequately initialized by the
  program). The fix is easy: replace srand() with a variable assignment,
  and replace rand() with rand_r().

  Secondly, using time(NULL) as a seed totally misses the point. It is
  trivial for a potential attacker to guess the value of time(NULL).
  That's the current UTC current time rounded to the second.

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

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


[Desktop-packages] [Bug 1466268] Re: package libgsm1 1.0.13-4 failed to install/upgrade: cannot compute MD5 hash for file '/usr/share/doc/libgsm1/copyright': failed to read (Input/output error)

2015-06-17 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 libgsm in Ubuntu.
https://bugs.launchpad.net/bugs/1466268

Title:
  package libgsm1 1.0.13-4 failed to install/upgrade: cannot compute MD5
  hash for file '/usr/share/doc/libgsm1/copyright': failed to read
  (Input/output error)

Status in libgsm package in Ubuntu:
  New

Bug description:
  bug occured during the use/testing of TILP

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: libgsm1 1.0.13-4
  ProcVersionSignature: Ubuntu 3.13.0-54.91-generic 3.13.11-ckt20
  Uname: Linux 3.13.0-54-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.11
  AptOrdering:
   libgsm1: Install
   libgsm1: Configure
  Architecture: amd64
  Date: Tue Jun 16 02:49:25 2015
  Dependencies:
   gcc-4.9-base 4.9.1-0ubuntu1
   libc6 2.19-0ubuntu6.6
   libgcc1 1:4.9.1-0ubuntu1
   multiarch-support 2.19-0ubuntu6.6
  DpkgTerminalLog:
   Preparing to unpack .../libgsm1_1.0.13-4_i386.deb ...
   Unpacking libgsm1:i386 (1.0.13-4) ...
   dpkg: error processing archive 
/var/cache/apt/archives/libgsm1_1.0.13-4_i386.deb (--unpack):
cannot compute MD5 hash for file '/usr/share/doc/libgsm1/copyright': failed 
to read (Input/output error)
  DuplicateSignature: package:libgsm1:1.0.13-4:cannot compute MD5 hash for file 
'/usr/share/doc/libgsm1/copyright': failed to read (Input/output error)
  ErrorMessage: cannot compute MD5 hash for file 
'/usr/share/doc/libgsm1/copyright': failed to read (Input/output error)
  InstallationDate: Installed on 2014-12-20 (179 days ago)
  InstallationMedia: Ubuntu MATE 14.04.1 "Trusty Tahr" - final amd64 (2014)
  SourcePackage: libgsm
  Title: package libgsm1 1.0.13-4 failed to install/upgrade: cannot compute MD5 
hash for file '/usr/share/doc/libgsm1/copyright': failed to read (Input/output 
error)
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1466268] [NEW] package libgsm1 1.0.13-4 failed to install/upgrade: cannot compute MD5 hash for file '/usr/share/doc/libgsm1/copyright': failed to read (Input/output error)

2015-06-17 Thread gerard_bekking
Public bug reported:

bug occured during the use/testing of TILP

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: libgsm1 1.0.13-4
ProcVersionSignature: Ubuntu 3.13.0-54.91-generic 3.13.11-ckt20
Uname: Linux 3.13.0-54-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.11
AptOrdering:
 libgsm1: Install
 libgsm1: Configure
Architecture: amd64
Date: Tue Jun 16 02:49:25 2015
Dependencies:
 gcc-4.9-base 4.9.1-0ubuntu1
 libc6 2.19-0ubuntu6.6
 libgcc1 1:4.9.1-0ubuntu1
 multiarch-support 2.19-0ubuntu6.6
DpkgTerminalLog:
 Preparing to unpack .../libgsm1_1.0.13-4_i386.deb ...
 Unpacking libgsm1:i386 (1.0.13-4) ...
 dpkg: error processing archive 
/var/cache/apt/archives/libgsm1_1.0.13-4_i386.deb (--unpack):
  cannot compute MD5 hash for file '/usr/share/doc/libgsm1/copyright': failed 
to read (Input/output error)
DuplicateSignature: package:libgsm1:1.0.13-4:cannot compute MD5 hash for file 
'/usr/share/doc/libgsm1/copyright': failed to read (Input/output error)
ErrorMessage: cannot compute MD5 hash for file 
'/usr/share/doc/libgsm1/copyright': failed to read (Input/output error)
InstallationDate: Installed on 2014-12-20 (179 days ago)
InstallationMedia: Ubuntu MATE 14.04.1 "Trusty Tahr" - final amd64 (2014)
SourcePackage: libgsm
Title: package libgsm1 1.0.13-4 failed to install/upgrade: cannot compute MD5 
hash for file '/usr/share/doc/libgsm1/copyright': failed to read (Input/output 
error)
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

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

Title:
  package libgsm1 1.0.13-4 failed to install/upgrade: cannot compute MD5
  hash for file '/usr/share/doc/libgsm1/copyright': failed to read
  (Input/output error)

Status in libgsm package in Ubuntu:
  New

Bug description:
  bug occured during the use/testing of TILP

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: libgsm1 1.0.13-4
  ProcVersionSignature: Ubuntu 3.13.0-54.91-generic 3.13.11-ckt20
  Uname: Linux 3.13.0-54-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.11
  AptOrdering:
   libgsm1: Install
   libgsm1: Configure
  Architecture: amd64
  Date: Tue Jun 16 02:49:25 2015
  Dependencies:
   gcc-4.9-base 4.9.1-0ubuntu1
   libc6 2.19-0ubuntu6.6
   libgcc1 1:4.9.1-0ubuntu1
   multiarch-support 2.19-0ubuntu6.6
  DpkgTerminalLog:
   Preparing to unpack .../libgsm1_1.0.13-4_i386.deb ...
   Unpacking libgsm1:i386 (1.0.13-4) ...
   dpkg: error processing archive 
/var/cache/apt/archives/libgsm1_1.0.13-4_i386.deb (--unpack):
cannot compute MD5 hash for file '/usr/share/doc/libgsm1/copyright': failed 
to read (Input/output error)
  DuplicateSignature: package:libgsm1:1.0.13-4:cannot compute MD5 hash for file 
'/usr/share/doc/libgsm1/copyright': failed to read (Input/output error)
  ErrorMessage: cannot compute MD5 hash for file 
'/usr/share/doc/libgsm1/copyright': failed to read (Input/output error)
  InstallationDate: Installed on 2014-12-20 (179 days ago)
  InstallationMedia: Ubuntu MATE 14.04.1 "Trusty Tahr" - final amd64 (2014)
  SourcePackage: libgsm
  Title: package libgsm1 1.0.13-4 failed to install/upgrade: cannot compute MD5 
hash for file '/usr/share/doc/libgsm1/copyright': failed to read (Input/output 
error)
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1427877] Re: Media, brightness and volume keys don't work with GNOME 3.15.90

2015-06-17 Thread Anders Kaseorg
Here’s a tested patch that reverts the relevant gnome-shell changes to
make it work with gnome-settings-daemon 3.14.x.

** Patch added: "gnome-shell_3.16.2-1ubuntu1_lp1427877.debdiff"
   
https://bugs.launchpad.net/ubuntu-gnome/+bug/1427877/+attachment/4416604/+files/gnome-shell_3.16.2-1ubuntu1_lp1427877.debdiff

** Tags added: patch

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

Title:
  Media, brightness and volume keys don't work with GNOME 3.15.90

Status in Gnome Settings Daemon:
  Incomplete
Status in GNOME Shell:
  Incomplete
Status in Ubuntu GNOME:
  New
Status in gnome-settings-daemon package in Ubuntu:
  Confirmed

Bug description:
  After upgrading Ubuntu 15.04 Vivid to use GNOME 3.15.90 (by using
  gnome3-team/gnome3, gnome3-team/gnome3-staging ppas) media, brightness
  and volume keys from my laptop keyboard stop to work after working
  some time in a session or after suspending the computer.

  If I restart my computer media keys work again.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: gnome-settings-daemon 3.15.90-0ubuntu1~vivid1 [origin: 
LP-PPA-gnome3-team-gnome3-staging]
  ProcVersionSignature: Ubuntu 3.19.0-7.7-generic 3.19.0
  Uname: Linux 3.19.0-7-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.16.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Tue Mar  3 23:07:33 2015
  InstallationDate: Installed on 2014-10-22 (132 days ago)
  InstallationMedia: Ubuntu-GNOME 14.10 "Utopic Unicorn" - Alpha amd64 
(20140923)
  SourcePackage: gnome-settings-daemon
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1427877] Re: Media, brightness and volume keys don't work with GNOME 3.15.90

2015-06-17 Thread Anders Kaseorg
Specifically, this is caused because gnome-shell 3.16 has
https://git.gnome.org/browse/gnome-shell/commit/?id=2aa4fb02dd9c568038d12fe609252b6934367e76

but gnome-settings-daemon 3.14 does not have
https://git.gnome.org/browse/gnome-settings-daemon/commit/?id=46525602364088398eeb3a98d7bcfa64deeddd4e

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

Title:
  Media, brightness and volume keys don't work with GNOME 3.15.90

Status in Gnome Settings Daemon:
  Incomplete
Status in GNOME Shell:
  Incomplete
Status in Ubuntu GNOME:
  New
Status in gnome-settings-daemon package in Ubuntu:
  Confirmed

Bug description:
  After upgrading Ubuntu 15.04 Vivid to use GNOME 3.15.90 (by using
  gnome3-team/gnome3, gnome3-team/gnome3-staging ppas) media, brightness
  and volume keys from my laptop keyboard stop to work after working
  some time in a session or after suspending the computer.

  If I restart my computer media keys work again.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: gnome-settings-daemon 3.15.90-0ubuntu1~vivid1 [origin: 
LP-PPA-gnome3-team-gnome3-staging]
  ProcVersionSignature: Ubuntu 3.19.0-7.7-generic 3.19.0
  Uname: Linux 3.19.0-7-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.16.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Tue Mar  3 23:07:33 2015
  InstallationDate: Installed on 2014-10-22 (132 days ago)
  InstallationMedia: Ubuntu-GNOME 14.10 "Utopic Unicorn" - Alpha amd64 
(20140923)
  SourcePackage: gnome-settings-daemon
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1466252] Re: Update to 3.16

2015-06-17 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-desktop/totem/ubuntu

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

Title:
  Update to 3.16

Status in totem package in Ubuntu:
  In Progress

Bug description:
  Update to 3.16

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

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


[Desktop-packages] [Bug 1466252] Re: Update to 3.16

2015-06-17 Thread Robert Ancell
** Changed in: totem (Ubuntu)
   Status: Triaged => In Progress

** Changed in: totem (Ubuntu)
 Assignee: (unassigned) => Robert Ancell (robert-ancell)

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

Title:
  Update to 3.16

Status in totem package in Ubuntu:
  In Progress

Bug description:
  Update to 3.16

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

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


[Desktop-packages] [Bug 1445080] Re: Cellular data not activated after exiting flight mode

2015-06-17 Thread Tony Espy
** Branch linked: lp:~phablet-team/network-manager/lp1445080

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

Title:
  Cellular data not activated after exiting flight mode

Status in the base for Ubuntu mobile products:
  In Progress
Status in network-manager package in Ubuntu:
  In Progress
Status in network-manager package in Ubuntu RTM:
  In Progress

Bug description:
  Cellular data is not activated in ~50% of the cases in arale after
  setting then unsetting flight mode.

  I obtained the attached log this way:

  1. Disabled wifi (to have less noise) and removed syslog (to make smaller the 
attached one)
  2. Reboot
  3. See cellular data is on: route is right, I have network access
  4. Set flight mode
  5. Unset flight mode
  6. Data is not restored even after waiting for a few minutes. ccmni0 
interface is down.

  list-modems shows that the modem is data-attached
  list-contexts output shows that no IP context has been activated

  Doing

  usr/share/ofono/scripts/activate-context 1
  sudo ip route add default dev ccmni0
  ping 8.8.8.8

  works and I receive the ping responses.

  $ system-image-cli -i
  current build number: 12
  device name: arale
  channel: ubuntu-touch/tangxi-vivid-proposed
  last update: 2015-04-16 08:06:39
  version version: 12
  version ubuntu: 20150416.0
  version device: 
a17b9320788e7215ddf123544a3a2b5a4fa61f0d5add83f393866e8c7a9155b0
  version custom: 20150416.0

  + NetworkManager 0.9.10.0-4ubuntu15~mtrudel1 (silo 29 atm)

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

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


[Desktop-packages] [Bug 1427877] Re: Media, brightness and volume keys don't work with GNOME 3.15.90

2015-06-17 Thread Anders Kaseorg
Every time I press one of these keys, I get the message

(gnome-settings-daemon:7822): GLib-GIO-WARNING **: Dropping signal
AcceleratorActivated of type (ua{sv}) since the type from the expected
interface is (uuu)

This is probably the same thing that happened in LP: #1217196 and LP:
#1376471.

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

Title:
  Media, brightness and volume keys don't work with GNOME 3.15.90

Status in Gnome Settings Daemon:
  Incomplete
Status in GNOME Shell:
  Incomplete
Status in Ubuntu GNOME:
  New
Status in gnome-settings-daemon package in Ubuntu:
  Confirmed

Bug description:
  After upgrading Ubuntu 15.04 Vivid to use GNOME 3.15.90 (by using
  gnome3-team/gnome3, gnome3-team/gnome3-staging ppas) media, brightness
  and volume keys from my laptop keyboard stop to work after working
  some time in a session or after suspending the computer.

  If I restart my computer media keys work again.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: gnome-settings-daemon 3.15.90-0ubuntu1~vivid1 [origin: 
LP-PPA-gnome3-team-gnome3-staging]
  ProcVersionSignature: Ubuntu 3.19.0-7.7-generic 3.19.0
  Uname: Linux 3.19.0-7-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.16.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Tue Mar  3 23:07:33 2015
  InstallationDate: Installed on 2014-10-22 (132 days ago)
  InstallationMedia: Ubuntu-GNOME 14.10 "Utopic Unicorn" - Alpha amd64 
(20140923)
  SourcePackage: gnome-settings-daemon
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1466252] Re: Update to 3.16

2015-06-17 Thread Robert Ancell
Requires clutter-gst-3.0 in main (bug 1466251)

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

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

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

Title:
  Update to 3.16

Status in totem package in Ubuntu:
  Triaged

Bug description:
  Update to 3.16

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

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


[Desktop-packages] [Bug 1466252] [NEW] Update to 3.16

2015-06-17 Thread Robert Ancell
Public bug reported:

Update to 3.16

** Affects: totem (Ubuntu)
 Importance: Wishlist
 Status: Triaged


** Tags: upgrade-software-version

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

Title:
  Update to 3.16

Status in totem package in Ubuntu:
  Triaged

Bug description:
  Update to 3.16

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

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


[Desktop-packages] [Bug 1465766] Re: low sound volume

2015-06-17 Thread Stephen Wilson
Okay, I attempted to apply the patch. But when I downloaded the source
code to my kernel, it seems that the patch has already been applied. Is
this correct?

Here is my output of uname -a:

Linux ocotillo 3.19.0-21-generic #21-Ubuntu SMP Sun Jun 14 18:31:11 UTC
2015 x86_64 x86_64 x86_64 GNU/Linux

Also, I tried with headphones and similar to the built-in speakers, max
volume is *much* louder in windows than linux.

Note that pushing volume above 100% in pavucontrol leads to distortion.

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

Title:
  low sound volume

Status in alsa-driver package in Ubuntu:
  Incomplete

Bug description:
  this is a thinkpad x1 carbon 3rd gen running xubuntu 15.04

  sound volume is very low compared to windows (dual boot), even with
  alsa and pulseaudio controls set to 100% (or greater).

  this applies to all apps.

  i can get really loud sound with:
  pactl set-sink-volume 1 30
  but then it is very distorted.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
  Uname: Linux 3.19.0-20-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  smwilson   1577 F pulseaudio
   /dev/snd/controlC0:  smwilson   1577 F pulseaudio
  CurrentDesktop: XFCE
  Date: Tue Jun 16 06:44:39 2015
  InstallationDate: Installed on 2015-06-04 (11 days ago)
  InstallationMedia: Xubuntu Core 15.04 - amd64 - 20150425
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_Card: Built-in Audio - HDA Intel PCH
  Symptom_Jack: Speaker, Internal
  Symptom_Type: Volume slider, or mixer problems
  Title: [20BSCTO1WW, Realtek ALC3232, Speaker, Internal] volume slider problem
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/01/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N14ET25W (1.03 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20BSCTO1WW
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0E50510 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrN14ET25W(1.03):bd12/01/2014:svnLENOVO:pn20BSCTO1WW:pvrThinkPadX1Carbon3rd:rvnLENOVO:rn20BSCTO1WW:rvrSDK0E50510WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20BSCTO1WW
  dmi.product.version: ThinkPad X1 Carbon 3rd
  dmi.sys.vendor: LENOVO

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

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


[Desktop-packages] [Bug 1464530] Re: Black screen after Kernel update Dell XPS15, NVidia GeForce GT 750M

2015-06-17 Thread Thomas Darimont
Same thing happens with the kernel version: 3.19.0-21-generic.
I just tried the 352.21 (nvidia-352) open source without success.

After reboot I'm still greeted with a black screen.
In order to get a working configuration I have too reboot in advanced / 
trouble-shooting mode where I configure the xserver to run with default 
settings again.

After another reboot I see the login mask again (login works as well).

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

Title:
  Black screen after Kernel  update Dell XPS15, NVidia GeForce GT 750M

Status in lightdm package in Ubuntu:
  New

Bug description:
  $ lsb_release -rd
  Description:  Ubuntu 15.04
  Release:  15.04

  After upgrading to the kernel version 3.19.0-20-generic I only see a black 
screen when the login screen should appea.
  I can hear the "drum roll" of the login screen, so I guess it's  a problem 
with the graphics driver / display manager.

  I'm currently using the NVIDIA binary driver - version 346.59 from 
nvidia-346-updates (proprietary).
  I've already tried every other NVIDIA driver offered in the "Additional 
Drivers Tab" for "Software and Updates".

  Booting with the previous kernel 3.19.0-18-generic works fine.

  The machine is a DELL XPS 15 model from 2015.

  $lshw
  euler 
  description: Computer
  width: 64 bits
  capabilities: smbios-2.7 vsyscall32
*-core
 description: Motherboard
 physical id: 0
   *-memory
description: System memory
physical id: 0
size: 15GiB
   *-cpu
product: Intel(R) Core(TM) i7-4712HQ CPU @ 2.30GHz
vendor: Intel Corp.
physical id: 1
bus info: cpu@0
size: 3102MHz
capacity: 3300MHz
width: 64 bits
capabilities: fpu fpu_exception wp vme de pse tsc msr pae mce cx8 
apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht 
tm pbe syscall nx pdpe1gb rdtscp x86-64 constant_tsc arch_perfmon pebs bts 
rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 
monitor ds_cpl vmx est tm2 ssse3 fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic 
movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm ida arat 
epb pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust 
bmi1 avx2 smep bmi2 erms invpcid xsaveopt cpufreq
   *-pci
description: Host bridge
product: Xeon E3-1200 v3/4th Gen Core Processor DRAM Controller
vendor: Intel Corporation
physical id: 100
bus info: pci@:00:00.0
version: 06
width: 32 bits
clock: 33MHz
  *-pci:0
   description: PCI bridge
   product: Xeon E3-1200 v3/4th Gen Core Processor PCI Express x16 
Controller
   vendor: Intel Corporation
   physical id: 1
   bus info: pci@:00:01.0
   version: 06
   width: 32 bits
   clock: 33MHz
   capabilities: pci pm msi pciexpress normal_decode bus_master 
cap_list
   configuration: driver=pcieport
   resources: irq:26 ioport:e000(size=4096) 
memory:f600-f70f ioport:e000(size=301989888)
 *-display UNCLAIMED
  description: 3D controller
  product: GK107M [GeForce GT 750M]
  vendor: NVIDIA Corporation
  physical id: 0
  bus info: pci@:02:00.0
  version: a1
  width: 64 bits
  clock: 33MHz
  capabilities: pm msi pciexpress bus_master cap_list
  configuration: latency=0
  resources: memory:f600-f6ff memory:e000-efff 
memory:f000-f1ff ioport:e000(size=128) memory:f700-f707
  *-display
   description: VGA compatible controller
   product: 4th Gen Core Processor Integrated Graphics Controller
   vendor: Intel Corporation
   physical id: 2
   bus info: pci@:00:02.0
   version: 06
   width: 64 bits
   clock: 33MHz
   capabilities: msi pm vga_controller bus_master cap_list rom
   configuration: driver=i915 latency=0
   resources: irq:33 memory:f740-f77f 
memory:d000-dfff ioport:f000(size=64)
  *-multimedia:0
   description: Audio device
   product: Xeon E3-1200 v3/4th Gen Core Processor HD Audio 
Controller
   vendor: Intel Corporation
   physical id: 3
   bus info: pci@:00:03.0
   version: 06
   width: 64 bits
   clock: 33MHz
   capabilities: pm 

[Desktop-packages] [Bug 1466232] Re: instagram scope login fails now

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

** Changed in: signon-plugin-oauth2 (Ubuntu)
   Status: New => Confirmed

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

Title:
  instagram scope login fails now

Status in The Savilerow project:
  New
Status in signon-plugin-oauth2 package in Ubuntu:
  Confirmed

Bug description:
  expecting details from cwayne...

  My experience is simply:
  * Login through scope fails
  * Scope continues to show login result
  * Settings > Accounts does not show instagram.

  current build number: 36
  device name: krillin
  channel: ubuntu-touch/rc-proposed/bq-aquaris.en
  last update: 2015-06-15 19:34:22
  version version: 36
  version ubuntu: 20150615.1
  version device: 20150529-8e13c5f
  version custom: 20150528-722-29-15-vivid

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

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


[Desktop-packages] [Bug 1466245] [NEW] Update to 3.16

2015-06-17 Thread Robert Ancell
Public bug reported:

Update to 3.16

** Affects: gnome-control-center (Ubuntu)
 Importance: Wishlist
 Status: Triaged


** Tags: upgrade-software-version

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

Title:
  Update to 3.16

Status in gnome-control-center package in Ubuntu:
  Triaged

Bug description:
  Update to 3.16

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

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


[Desktop-packages] [Bug 1466244] [NEW] Can't play video and fall to emergency mode

2015-06-17 Thread Sherif
Public bug reported:

If I play a video, it continues for a while then stop and the screen is black 
in Dragon Player. In most of time, I'll fall to emergency mode.
Note: I've a problem. I can only login through systemctl defaul command in the 
emergency mode.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: fglrx 2:15.200-0ubuntu4
ProcVersionSignature: Ubuntu 3.19.0-21.21-generic 3.19.8
Uname: Linux 3.19.0-21-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.17.2-0ubuntu1.1
Architecture: amd64
CurrentDesktop: KDE
Date: Thu Jun 18 00:53:11 2015
InstallationDate: Installed on 2015-06-09 (8 days ago)
InstallationMedia: Kubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: fglrx-installer
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: fglrx-installer (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 fglrx-installer in Ubuntu.
https://bugs.launchpad.net/bugs/1466244

Title:
  Can't play video and fall to emergency mode

Status in fglrx-installer package in Ubuntu:
  New

Bug description:
  If I play a video, it continues for a while then stop and the screen is black 
in Dragon Player. In most of time, I'll fall to emergency mode.
  Note: I've a problem. I can only login through systemctl defaul command in 
the emergency mode.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: fglrx 2:15.200-0ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-21.21-generic 3.19.8
  Uname: Linux 3.19.0-21-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Thu Jun 18 00:53:11 2015
  InstallationDate: Installed on 2015-06-09 (8 days ago)
  InstallationMedia: Kubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: fglrx-installer
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1418551]

2015-06-17 Thread Caolanm
*** Bug 91214 has been marked as a duplicate of this bug. ***

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

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

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

Bug description:
  [Impact]

   * crash on close of document

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

   * top1 crasher for LibreOffice on errors.ubuntu.com

   * regression versus prior major releases of LibreOffice

  [Test Case]

   * not easily/reliably reproducable sadly

  [Regression Potential]

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

  [Other Info]

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

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

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

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


[Desktop-packages] [Bug 1418551]

2015-06-17 Thread Gordon1drake
*** Bug 92012 has been marked as a duplicate of this bug. ***

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

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

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

Bug description:
  [Impact]

   * crash on close of document

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

   * top1 crasher for LibreOffice on errors.ubuntu.com

   * regression versus prior major releases of LibreOffice

  [Test Case]

   * not easily/reliably reproducable sadly

  [Regression Potential]

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

  [Other Info]

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

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

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

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


[Desktop-packages] [Bug 1465806] Re: Alarms not shown in indicator datetime after upgrade to ota4

2015-06-17 Thread Charles Kerr
I see what the problem is -- the alarms created by ubuntu-clock-app in
image 22 have valarms that are missing the required 'trigger' property.
This works for alarms created by qtorganizer5-eds after the fix for bug
#1440878 landed -- which is why disabling and then re-enabling the
alarms as davmor2 works as a workaround -- but that still leaves the
question of how to handle these triggerless alarms without requiring a
workaround.

Until 13.10.0+15.04.20150521-0ubuntu1, indicator-datetime /pretended/
that x-canonical-alarm entries had a trigger even if they didn't. That's
no longer possible because we're now querying EDS for alarms based on
the trigger, which was necessary to fix bug #1456281.

Probably the safest fix here is for indicator-datetime to ask EDS on
startup for all the x-canonical-alarm components, then walk through them
looking for valarms missing a trigger, insert the missing trigger, and
save the corrected entry back to EDS.

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

Title:
  Alarms not shown in indicator datetime after upgrade to ota4

Status in the base for Ubuntu mobile products:
  New
Status in evolution-data-server package in Ubuntu:
  In Progress

Bug description:
  STEPS:
  1. Flash image 22 from stable
  2. Set a one time alarm and a recurring alarm
  3. Update to 23

  EXPECTED:
  Alarms should be up and running as expected

  ACTUAL:
  Alarms are not shown in the datetime indicator but show up as active in and 
available in the clock.  Because the indicator is in control of the alarm 
trigger the alarm never goes off.

  TEMPORARY WORK AROUND:
  Disable and enable all your alarms and then they work as expected.

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

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


[Desktop-packages] [Bug 1454868] Re: Ubuntu 15.04 Freezes Totally

2015-06-17 Thread professordes
Various Thinkpads (X240, T430s,S440) exhibiting freezing behaviour -
nothing showing in logs. System mostly wakens up again after a minute or
two.

I have tried switching to Cinnamon desktop rather than Unity, no freezes
in that (yet).

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

Title:
  Ubuntu 15.04 Freezes Totally

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

Bug description:
  If I'm browsing and doing some heavy stuff like streaming or runing
  multiple terminal commands (ssh, wget etc) or watching Video with VLC.
  Ubuntu just freezes entirely - no mouse or keyboard works unless
  forcing shutdown with power button, I can't guess when this actually
  happens, it happens when I don't expect it - even after a fresh boot.

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

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


[Desktop-packages] [Bug 1465806] Re: Alarms not shown in indicator datetime after upgrade to ota4

2015-06-17 Thread Charles Kerr
** Changed in: evolution-data-server (Ubuntu)
 Assignee: (unassigned) => Charles Kerr (charlesk)

** Changed in: evolution-data-server (Ubuntu)
   Status: Confirmed => In Progress

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

Title:
  Alarms not shown in indicator datetime after upgrade to ota4

Status in the base for Ubuntu mobile products:
  New
Status in evolution-data-server package in Ubuntu:
  In Progress

Bug description:
  STEPS:
  1. Flash image 22 from stable
  2. Set a one time alarm and a recurring alarm
  3. Update to 23

  EXPECTED:
  Alarms should be up and running as expected

  ACTUAL:
  Alarms are not shown in the datetime indicator but show up as active in and 
available in the clock.  Because the indicator is in control of the alarm 
trigger the alarm never goes off.

  TEMPORARY WORK AROUND:
  Disable and enable all your alarms and then they work as expected.

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

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


[Desktop-packages] [Bug 18995] Re: [MASTER] "Open With" dialog not user-friendly

2015-06-17 Thread Timothy Arceri
** Changed in: firefox (Ubuntu)
   Status: Triaged => Fix Committed

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

Title:
  [MASTER] "Open With" dialog not user-friendly

Status in The Mozilla Firefox Browser:
  Invalid
Status in firefox package in Ubuntu:
  Fix Committed
Status in mozilla-thunderbird package in Ubuntu:
  Confirmed

Bug description:
  When choosing to open a file in Firefox, an "Open With" dialog appears. 
  You can choose to save the file or open it with a program from the list.
  However, if the desired program to open the file with is NOT listed, the user
  must navigate the filesystem to /usr/bin (or wherever) and select the
  appropriate program.

  A more user-friendly way would be to list all of the known programs installed
  that are available to open files with, and then have an "Other..." or
  "Advanced..." button for the user who would rather navigate the filesystem.

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

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


[Desktop-packages] [Bug 1033299] Re: Ubuntu 12.04 - no sound with VT8237A/VT8251

2015-06-17 Thread Bjorn Helgaas
In comment #40, I mistakenly said "we reassign 80:01.0 to an address
that is under PCI0, not PCI1."  I had misread the address 0xfd
as 0xfd00, but it is actually 0xfd__, which is just after
the [mem 0x8000-0xfc] range from amd_bus.c, and is not in
any of the apertures of either PCI host bridge.

I also mis-typed the boot option in comment #41.  The workaround should
be "pci=use_crs" (not "pcie=use_crs").

I'm planning to merge this patch, which should fix the problem:

  http://lkml.kernel.org/r/20150616165543.9306.88230.stgit@bhelgaas-
glaptop2.roam.corp.google.com

If all goes well, this will appear in v4.2-rc1.

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

Title:
  Ubuntu 12.04 - no sound with VT8237A/VT8251

Status in ALSA driver:
  New
Status in alsa-driver package in Ubuntu:
  Confirmed
Status in alsa-driver-1.0.25-dkms package in Ubuntu:
  Confirmed

Bug description:
  (3.2.0-27-generic #43-Ubuntu SMP Fri Jul 6 14:25:57 UTC 2012 x86_64 x86_64 
x86_64 GNU/Linux)
  [0.00] DMI: Foxconn OEM/K8M890-8237A, BIOS 6.00 PG 02/10/2007

!!! Same hardware base had full function with 10.04 LTS
  inclusive 10.04.3 !!!

  see also:  https://answers.launchpad.net/ubuntu/+source/alsa-
  driver/+question/198785

  
  Sound chip recognized ...

 80:01.0 Audio device: VIA Technologies, Inc. VT8237A/VT8251 HDA
  Controller (rev 10)

  ... but no driver installed => no sound :-(

  
  Output of lspci:

  00:00.0 Host bridge: VIA Technologies, Inc. K8M890CE Host Bridge
  00:00.1 Host bridge: VIA Technologies, Inc. K8M890CE Host Bridge
  00:00.2 Host bridge: VIA Technologies, Inc. K8M890CE Host Bridge
  00:00.3 Host bridge: VIA Technologies, Inc. K8M890CE Host Bridge
  00:00.4 Host bridge: VIA Technologies, Inc. K8M890CE Host Bridge
  00:00.5 PIC: VIA Technologies, Inc. K8M890CE I/O APIC Interrupt Controller
  00:00.7 Host bridge: VIA Technologies, Inc. K8M890CE Host Bridge
  00:01.0 PCI bridge: VIA Technologies, Inc. VT8237/8251 PCI bridge 
[K8M890/K8T800/K8T890 South]
  00:02.0 PCI bridge: VIA Technologies, Inc. K8T890 PCI to PCI Bridge Controller
  00:03.0 PCI bridge: VIA Technologies, Inc. K8T890 PCI to PCI Bridge Controller
  00:0f.0 IDE interface: VIA Technologies, Inc. Device 5337 (rev 80)
  00:0f.1 IDE interface: VIA Technologies, Inc. 
VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 07)
  00:10.0 USB controller: VIA Technologies, Inc. VT82x UHCI USB 1.1 
Controller (rev a0)
  00:10.1 USB controller: VIA Technologies, Inc. VT82x UHCI USB 1.1 
Controller (rev a0)
  00:10.2 USB controller: VIA Technologies, Inc. VT82x UHCI USB 1.1 
Controller (rev a0)
  00:10.3 USB controller: VIA Technologies, Inc. VT82x UHCI USB 1.1 
Controller (rev a0)
  00:10.4 USB controller: VIA Technologies, Inc. USB 2.0 (rev 86)
  00:11.0 ISA bridge: VIA Technologies, Inc. VT8237A PCI to ISA Bridge
  00:11.7 Host bridge: VIA Technologies, Inc. VT8237/8251 Ultra VLINK Controller
  00:13.0 Host bridge: VIA Technologies, Inc. VT8237A Host Bridge
  00:13.1 PCI bridge: VIA Technologies, Inc. VT8237A PCI to PCI Bridge
  00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] 
HyperTransport Technology Configuration
  00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] 
Address Map
  00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM 
Controller
  00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] 
Miscellaneous Control
  02:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI RV710 
[Radeon HD 4350]
  02:00.1 Audio device: Advanced Micro Devices [AMD] nee ATI RV710/730 HDMI 
Audio [Radeon HD 4000 series]
  04:04.0 Ethernet controller: Realtek Semiconductor Co., Ltd. 
RTL-8139/8139C/8139C+ (rev 10)
  04:07.0 SCSI storage controller: Adaptec AIC-7861 (rev 03)
  80:01.0 Audio device: VIA Technologies, Inc. VT8237A/VT8251 HDA Controller 
(rev 10) <--- !!!

  Output of dmesg | grep sound:

  [   39.637127] input: HDA ATI HDMI HDMI/DP,pcm=3 as 
/devices/pci:00/:00:02.0/:02:00.1/sound/card0/input6
  [   39.639261] Modules linked in: snd_hda_codec_hdmi snd_hda_intel(+) 
snd_hda_codec snd_hwdep snd_pcm snd_seq_midi snd_rawmidi snd_seq_midi_event 
joydev snd_seq snd_timer psmouse serio_raw snd_seq_device edac_core 
edac_mce_amd i2c_viapro snd k8temp soundcore snd_page_alloc shpchp mac_hid lp 
parport btrfs zlib_deflate libcrc32c radeon ttm 8139too drm_kms_helper usbhid 
hid aic7xxx drm 8139cp sata_via pata_via i2c_algo_bit floppy

  -> ??? the Radeon graphics card has got NO HDMI (only VGA, DVI and composite)
  ->  only sound device is the onboard chip
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  AplayDevices:
    List of PLAYBACK Hardware Devices 
   card 0: HDMI [HDA ATI HDMI], device 

[Desktop-packages] [Bug 1445892] Re: There is no wifi after hybernate mode with systemd-boot

2015-06-17 Thread Twente
This bug still exists in systemd-boot. Are you going to do something
with what you broke down MONTHS ago?

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

Title:
  There is no wifi after hybernate mode with systemd-boot

Status in NetworkManager:
  New
Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  You close notebooke, then you open it- and there is no wifi. You have to 
restart network-manager for obtaining wi-fi again
  ! If you choose upstart-boot option there is no problem with wifi after 
hybernation. Bug occures unly with systemd-boot

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: network-manager 0.9.10.0-4ubuntu15
  ProcVersionSignature: Ubuntu 3.19.0-14.14-generic 3.19.3
  Uname: Linux 3.19.0-14-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Apr 19 13:09:18 2015
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2013-10-18 (547 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  IpRoute:
   default via 10.0.1.1 dev wlan0  proto static  metric 1024
   10.0.1.0/24 dev wlan0  proto kernel  scope link  src 10.0.1.18
   169.254.0.0/16 dev wlan0  scope link  metric 1000
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-con:
   NAME  UUID  TYPE TIMESTAMP   
TIMESTAMP-REAL AUTOCONNECT  READONLY  DBUS-PATH 
  ACTIVE  DEVICE  STATE  ACTIVE-PATH
   k3b   66a32a2c-3eac-46e3-a111-0c63e94bd135  802-11-wireless  1429438056  Вс. 
19 апр. 2015 13:07:36  yes  no
/org/freedesktop/NetworkManager/Settings/0  yes wlan0   activated  
/org/freedesktop/NetworkManager/ActiveConnection/4
  nmcli-dev:
   DEVICE  TYPE  STATE  DBUS-PATH  
CONNECTION  CON-UUID  CON-PATH
   wlan0   wifi  connected  /org/freedesktop/NetworkManager/Devices/1  k3b  
   66a32a2c-3eac-46e3-a111-0c63e94bd135  
/org/freedesktop/NetworkManager/ActiveConnection/4
   lo  loopback  unmanaged  /org/freedesktop/NetworkManager/Devices/0  --   
   ----
  nmcli-nm: Error: command ['nmcli', '-f', 'all', 'nm'] failed with exit code 
2: Error: Object 'nm' is unknown, try 'nmcli help'.

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

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


[Desktop-packages] [Bug 1453538] Re: Invisible mouse pointer

2015-06-17 Thread QkiZ
What you mean writing "correct"? I'm using 346.72 version.

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

Title:
  Invisible mouse pointer

Status in Light Display Manager:
  Confirmed
Status in lightdm package in Ubuntu:
  Triaged

Bug description:
  After system boot on login screen mouse pointer is invisible. I am
  able to click to gadgets but its blind clicking. I dont know where is
  mouse pointer. When I'm switch to virtual console (CTRL+ALT+F1) and
  type

  sudo service lightdm restart

  command LightDM restarts and mouse pointer back to normal.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: lightdm 1.14.0-0ubuntu2
  ProcVersionSignature: Ubuntu 3.19.0-17.17-lowlatency 3.19.6
  Uname: Linux 3.19.0-17-lowlatency x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun May 10 14:27:50 2015
  InstallationDate: Installed on 2015-02-13 (85 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  LightdmConfig:
   [SeatDefaults]
   allow-guest = false
  SourcePackage: lightdm
  UpgradeStatus: Upgraded to vivid on 2015-04-25 (15 days ago)

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

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


[Desktop-packages] [Bug 1466210] [NEW] don't gzip gtkdoc's devhelp2 files

2015-06-17 Thread Stefan Sauer
Public bug reported:

I am the upstream gtkdoc developer and maintainer and work on
https://bugzilla.gnome.org/show_bug.cgi?id=742404 that will be part of
the next gtk-doc release. With some luck I noticed that Ubuntu applies
gzip compression to some of gtkdoc's data files.

Please don't do this. While I can probably use popen for this case, I
cannot handle this for all possible cases (e.g. some distro using bzip2
instead). These files are only installed on developer machines and I
don't think the space saving are worth it. I'd believe most developers
rather get better performance.

ll /usr/share/gtk-doc/html/*/*.devhelp2.gz | sort
-rw-r--r-- 1 root root 29061 Sep 25  2014 
/usr/share/gtk-doc/html/glib/glib.devhelp2,gz
-rw-r--r-- 1 root root 10128 Sep 25  2014 
/usr/share/gtk-doc/html/gobject/gobject.devhelp2.gz
-rw-r--r-- 1 root root 10502 Mar 18  2014 
/usr/share/gtk-doc/html/pango/pango.devhelp2.gz
-rw-r--r-- 1 root root 10694 Jan 15 14:44 
/usr/share/gtk-doc/html/gdk3/gdk3.devhelp2.gz
-rw-r--r-- 1 root root 32728 Sep 25  2014 
/usr/share/gtk-doc/html/gio/gio.devhelp2.gz
-rw-r--r-- 1 root root  3318 Feb 13  2014 
/usr/share/gtk-doc/html/libgnomecanvas/libgnomecanvas.devhelp2.gz
-rw-r--r-- 1 root root  3763 Mar  4 23:43 
/usr/share/gtk-doc/html/polkit-1/polkit-1.devhelp2.gz
-rw-r--r-- 1 root root  6057 Jan 23  2014 
/usr/share/gtk-doc/html/gsf/gsf.devhelp2.gz
-rw-r--r-- 1 root root 77077 Jan 15 14:44 
/usr/share/gtk-doc/html/gtk3/gtk3.devhelp2.gz
-rw-r--r-- 1 root root 80638 Feb  4  2014 
/usr/share/gtk-doc/html/telepathy-glib/telepathy-glib.devhelp2.gz
-rw-r--r-- 1 root root  8261 Jan 30 01:52 
/usr/share/gtk-doc/html/webkitgtk-3.0/webkitgtk.devhelp2.gz

** Affects: glib2.0 (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  don't gzip gtkdoc's devhelp2 files

Status in glib2.0 package in Ubuntu:
  New

Bug description:
  I am the upstream gtkdoc developer and maintainer and work on
  https://bugzilla.gnome.org/show_bug.cgi?id=742404 that will be part of
  the next gtk-doc release. With some luck I noticed that Ubuntu applies
  gzip compression to some of gtkdoc's data files.

  Please don't do this. While I can probably use popen for this case, I
  cannot handle this for all possible cases (e.g. some distro using
  bzip2 instead). These files are only installed on developer machines
  and I don't think the space saving are worth it. I'd believe most
  developers rather get better performance.

  ll /usr/share/gtk-doc/html/*/*.devhelp2.gz | sort
  -rw-r--r-- 1 root root 29061 Sep 25  2014 
/usr/share/gtk-doc/html/glib/glib.devhelp2,gz
  -rw-r--r-- 1 root root 10128 Sep 25  2014 
/usr/share/gtk-doc/html/gobject/gobject.devhelp2.gz
  -rw-r--r-- 1 root root 10502 Mar 18  2014 
/usr/share/gtk-doc/html/pango/pango.devhelp2.gz
  -rw-r--r-- 1 root root 10694 Jan 15 14:44 
/usr/share/gtk-doc/html/gdk3/gdk3.devhelp2.gz
  -rw-r--r-- 1 root root 32728 Sep 25  2014 
/usr/share/gtk-doc/html/gio/gio.devhelp2.gz
  -rw-r--r-- 1 root root  3318 Feb 13  2014 
/usr/share/gtk-doc/html/libgnomecanvas/libgnomecanvas.devhelp2.gz
  -rw-r--r-- 1 root root  3763 Mar  4 23:43 
/usr/share/gtk-doc/html/polkit-1/polkit-1.devhelp2.gz
  -rw-r--r-- 1 root root  6057 Jan 23  2014 
/usr/share/gtk-doc/html/gsf/gsf.devhelp2.gz
  -rw-r--r-- 1 root root 77077 Jan 15 14:44 
/usr/share/gtk-doc/html/gtk3/gtk3.devhelp2.gz
  -rw-r--r-- 1 root root 80638 Feb  4  2014 
/usr/share/gtk-doc/html/telepathy-glib/telepathy-glib.devhelp2.gz
  -rw-r--r-- 1 root root  8261 Jan 30 01:52 
/usr/share/gtk-doc/html/webkitgtk-3.0/webkitgtk.devhelp2.gz

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1466210/+subscriptions

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


[Desktop-packages] [Bug 1453538] Re: Invisible mouse pointer

2015-06-17 Thread Philippe Vaucher
FWIW, ever since I installed the correct NVIDIA drivers this bug stopped
happening. I doubt it's related but who knows.

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

Title:
  Invisible mouse pointer

Status in Light Display Manager:
  Confirmed
Status in lightdm package in Ubuntu:
  Triaged

Bug description:
  After system boot on login screen mouse pointer is invisible. I am
  able to click to gadgets but its blind clicking. I dont know where is
  mouse pointer. When I'm switch to virtual console (CTRL+ALT+F1) and
  type

  sudo service lightdm restart

  command LightDM restarts and mouse pointer back to normal.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: lightdm 1.14.0-0ubuntu2
  ProcVersionSignature: Ubuntu 3.19.0-17.17-lowlatency 3.19.6
  Uname: Linux 3.19.0-17-lowlatency x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun May 10 14:27:50 2015
  InstallationDate: Installed on 2015-02-13 (85 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  LightdmConfig:
   [SeatDefaults]
   allow-guest = false
  SourcePackage: lightdm
  UpgradeStatus: Upgraded to vivid on 2015-04-25 (15 days ago)

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

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


[Desktop-packages] [Bug 1466232] [NEW] instagram scope login fails now

2015-06-17 Thread Kyle Nitzsche
Public bug reported:

expecting details from cwayne...

My experience is simply:
* Login through scope fails
* Scope continues to show login result
* Settings > Accounts does not show instagram.

current build number: 36
device name: krillin
channel: ubuntu-touch/rc-proposed/bq-aquaris.en
last update: 2015-06-15 19:34:22
version version: 36
version ubuntu: 20150615.1
version device: 20150529-8e13c5f
version custom: 20150528-722-29-15-vivid

** Affects: savilerow
 Importance: Undecided
 Status: New

** Affects: signon-plugin-oauth2 (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

  expecting details from cwayne...
  
  My experience is simply:
  * Login through scope fails
  * Scope continues to show login result
  * Settings > Accounts does not show instagram.
+ 
+ current build number: 36
+ device name: krillin
+ channel: ubuntu-touch/rc-proposed/bq-aquaris.en
+ last update: 2015-06-15 19:34:22
+ version version: 36
+ version ubuntu: 20150615.1
+ version device: 20150529-8e13c5f
+ version custom: 20150528-722-29-15-vivid

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

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

Title:
  instagram scope login fails now

Status in The Savilerow project:
  New
Status in signon-plugin-oauth2 package in Ubuntu:
  New

Bug description:
  expecting details from cwayne...

  My experience is simply:
  * Login through scope fails
  * Scope continues to show login result
  * Settings > Accounts does not show instagram.

  current build number: 36
  device name: krillin
  channel: ubuntu-touch/rc-proposed/bq-aquaris.en
  last update: 2015-06-15 19:34:22
  version version: 36
  version ubuntu: 20150615.1
  version device: 20150529-8e13c5f
  version custom: 20150528-722-29-15-vivid

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

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


[Desktop-packages] [Bug 1464365] Re: Resolution is incorrect; screen mostly occluded

2015-06-17 Thread Barry Warsaw
Through a process of disk snapshotting, apt-mark holding certain
packages, and bisecting the dist-upgrade, I've narrowed it down to one
of the following packages.  I'm unable to narrow it down any further.
This is the output of `apt-get dist-upgrade --dry-run`

The following packages will be upgraded:
  xserver-common xserver-xorg-core xserver-xorg-video-ati
  xserver-xorg-video-intel xserver-xorg-video-nouveau
  xserver-xorg-video-radeon xserver-xorg-video-vmware xvfb
8 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Inst xserver-common [2:1.17.1-0ubuntu3] (2:1.17.1-0ubuntu4 Ubuntu:15.10/wily 
[all])
Inst xserver-xorg-core [2:1.17.1-0ubuntu3] (2:1.17.1-0ubuntu4 Ubuntu:15.10/wily 
[amd64])
Inst xserver-xorg-video-radeon [1:7.5.0-1ubuntu2] (1:7.5.0-1ubuntu3 
Ubuntu:15.10/wily [amd64])
Inst xserver-xorg-video-ati [1:7.5.0-1ubuntu2] (1:7.5.0-1ubuntu3 
Ubuntu:15.10/wily [amd64])
Inst xserver-xorg-video-intel [2:2.99.917-1~exp1ubuntu2.2] 
(2:2.99.917-1~exp1ubuntu3 Ubuntu:15.10/wily [amd64])
Inst xserver-xorg-video-nouveau [1:1.0.11-1ubuntu2build1] (1:1.0.11-1ubuntu3 
Ubuntu:15.10/wily [amd64])
Inst xserver-xorg-video-vmware [1:13.1.0-0ubuntu1build1] 
(1:13.1.0-0ubuntu1build2 Ubuntu:15.10/wily [amd64])
Inst xvfb [2:1.17.1-0ubuntu3] (2:1.17.1-0ubuntu4 Ubuntu:15.10/wily [amd64])
Conf xserver-common (2:1.17.1-0ubuntu4 Ubuntu:15.10/wily [all])
Conf xserver-xorg-core (2:1.17.1-0ubuntu4 Ubuntu:15.10/wily [amd64])
Conf xserver-xorg-video-radeon (1:7.5.0-1ubuntu3 Ubuntu:15.10/wily [amd64])
Conf xserver-xorg-video-ati (1:7.5.0-1ubuntu3 Ubuntu:15.10/wily [amd64])
Conf xserver-xorg-video-intel (2:2.99.917-1~exp1ubuntu3 Ubuntu:15.10/wily 
[amd64])
Conf xserver-xorg-video-nouveau (1:1.0.11-1ubuntu3 Ubuntu:15.10/wily [amd64])
Conf xserver-xorg-video-vmware (1:13.1.0-0ubuntu1build2 Ubuntu:15.10/wily 
[amd64])
Conf xvfb (2:1.17.1-0ubuntu4 Ubuntu:15.10/wily [amd64])

The other bit of information I can give is that if I apt-mark unhold all
of these except xserver-xorg-video-vmware, when I reboot I get a "low
graphics" warning and get dumped into a text console.  If I unhold them
all, I get the screen occlusion as described above.

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

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

Title:
  Resolution is incorrect; screen mostly occluded

Status in xorg package in Ubuntu:
  New

Bug description:
  I have a 3440x1440 monitor and after today's full dist-upgrade, most
  of the screen real-estate is unusable.  I see a small rectangular
  patch in the lower left corner, and on this patch I can right-button
  to bring up the menu.  While the rest of the screen will display the
  cursor, it is neither the correct background color (nor can it be set
  to the right color; it's just black), and the rest of the screen will
  not respond to mouse clicks at all.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
  Uname: Linux 3.19.0-20-generic x86_64
  ApportVersion: 2.17.3-0ubuntu4
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  Date: Thu Jun 11 15:02:35 2015
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   VMware SVGA II Adapter [15ad:0405] (prog-if 00 [VGA controller])
 Subsystem: VMware SVGA II Adapter [15ad:0405]
  InstallationDate: Installed on 2014-11-22 (201 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Alpha amd64 (20141120)
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 004: ID 0e0f:0008 VMware, Inc. 
   Bus 002 Device 003: ID 0e0f:0002 VMware, Inc. Virtual USB Hub
   Bus 002 Device 002: ID 0e0f:0003 VMware, Inc. Virtual Mouse
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: VMware, Inc. VMware Virtual Platform
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-20-generic 
root=UUID=9d28685f-2eae-4d72-8bdc-73fd28aba577 ro
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/20/2014
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: 6.00
  dmi.board.name: 440BX Desktop Reference Platform
  dmi.board.vendor: Intel Corporation
  dmi.board.version: None
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 1
  dmi.chassis.vendor: No Enclosure
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvr6.00:bd05/20/2014:svnVMware,Inc.:pnVMwareVirtualPlatform:pvrNone:rvnIntelCorporation:rn440BXDesktopReferencePlatform:rvrNone:cvnNoEnclosure:ct1:cvrN/A:
  dmi.product.name: VMware Virtual Platform
  dmi.product.version: None
  dmi.sys.vendor: VMware, Inc.
  version.compiz: compiz 1:0.9.12.1+15.10.201505

[Desktop-packages] [Bug 1342675] Re: Random characters in screen text suddenly disappear

2015-06-17 Thread Rod Hubbard
I have this problem on Ubuntu 15.04. I had it on previous versions of
Ubuntu as well. I did a clean install of 15.04 so the bug is still
present in 15.04 (not a remnant of the earlier versions). See attached
screenshot. I've seen the missing characters occur in Nautilus and in
the gray bar at the top of windows in Ubuntu (e.g., Firefox, gedit,
Libreoffice, file download window). On the bright side, it seems to
occur less frequently and less severely on 15.04 than in previous
versions.

** Attachment added: "Download window with missing characters"
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1342675/+attachment/4416511/+files/2015-06-17%2008%3A29%3A41_download-window_missing-chars.png

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

Title:
  Random characters in screen text suddenly disappear

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

Bug description:
  While using my machine, characters suddenly disappear. No character in
  particular, not in any single application in particular, and copying
  and pasting the text preserves the characters.

  Scrolling the text out of view and back into view doesn't affect the
  missing characters. Switching between applications may change the
  affected characters (possibly due to a redraw operation?)

  Restarting often solves the problem, but it comes back after a couple
  of hours working. I've attached a screenshot to show you the problem.

  I do believe this is different than the bug relating to garbled characters in 
a number of ways
  1. I don't ever get garbled characters
  2. Scrolling out/in of the affected text doesn't re-show the missing 
characters, even navigating inside the application has no effect. 3. It's 
global, I can even see it on Desktop icon names

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xserver-xorg-video-intel 2:2.99.910-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-30.55-generic 3.13.11.2
  Uname: Linux 3.13.0-30-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.2
  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 Jul 16 14:48:25 2014
  DistUpgraded: 2014-06-29 16:38:35,552 DEBUG enabling apt cron job
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus:
   virtualbox, 4.3.10, 3.11.0-24-generic, x86_64: installed
   virtualbox, 4.3.10, 3.13.0-30-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] 
(rev 02) (prog-if 00 [VGA controller])
 Subsystem: LG Electronics, Inc. Device [1854:0803]
  InstallationDate: Installed on 2014-03-28 (109 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  MachineType: LG Electronics R590-G.ARIBE8
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-30-generic 
root=UUID=79c2f2b5-87cb-44d0-83fa-d99e73bb0a73 ro quiet splash vt.handoff=7
  SourcePackage: xserver-xorg-video-intel
  UpgradeStatus: Upgraded to trusty on 2014-06-29 (16 days ago)
  dmi.bios.date: 01/06/2010
  dmi.bios.vendor: INSYDE
  dmi.bios.version: QL4L3I51
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: Base Board Product Name
  dmi.board.vendor: Intel Corp.
  dmi.board.version: Base Board Version
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 1
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnINSYDE:bvrQL4L3I51:bd01/06/2010:svnLGElectronics:pnR590-G.ARIBE8:pvr05:rvnIntelCorp.:rnBaseBoardProductName:rvrBaseBoardVersion:cvnChassisManufacturer:ct1:cvrChassisVersion:
  dmi.product.name: R590-G.ARIBE8
  dmi.product.version: 05
  dmi.sys.vendor: LG Electronics
  version.compiz: compiz 1:0.9.11.1+14.04.20140701-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.52-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.1
  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.1
  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 Jul 16 01:52:06 2014
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id 5

[Desktop-packages] [Bug 1466223] [NEW] ibus out of order keystrokes

2015-06-17 Thread Thomas Bushnell, BSG
Public bug reported:

In some circumstances (see
https://code.google.com/p/chromium/issues/detail?id=410649 for details)
ibus ends up giving keystrokes to Chromium and other programs with out-
of-order timestamps, resulting in mangled input. This can happen even
under light load.

https://github.com/ibus/ibus/commit/b58351ec2f7c057dcfe0aff883064039702a56d7
is the committed fix from ibus.

Can this please be pulled into trusty and a new package included in
updates?

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

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

Title:
  ibus out of order keystrokes

Status in ibus package in Ubuntu:
  New

Bug description:
  In some circumstances (see
  https://code.google.com/p/chromium/issues/detail?id=410649 for
  details) ibus ends up giving keystrokes to Chromium and other programs
  with out-of-order timestamps, resulting in mangled input. This can
  happen even under light load.

  https://github.com/ibus/ibus/commit/b58351ec2f7c057dcfe0aff883064039702a56d7
  is the committed fix from ibus.

  Can this please be pulled into trusty and a new package included in
  updates?

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

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


[Desktop-packages] [Bug 1461425] Re: New upstream microreleases 9.1.17, 9.3.8, 9.4.3 - fixes regression in previous update

2015-06-17 Thread Launchpad Bug Tracker
This bug was fixed in the package postgresql-9.4 - 9.4.3-0ubuntu0.15.04

---
postgresql-9.4 (9.4.3-0ubuntu0.15.04) vivid-proposed; urgency=medium

  * New upstream bug fix release (LP: #1461425)
- Avoid failures while fsync'ing data directory during crash restart.

  In the previous minor releases we added a patch to fsync everything in
  the data directory after a crash.  Unfortunately its response to any
  error condition was to fail, thereby preventing the server from starting
  up, even when the problem was quite harmless.  An example is that an
  unwritable file in the data directory would prevent restart on some
  platforms; but it is common to make SSL certificate files unwritable by
  the server.  Revise this behavior so that permissions failures are
  ignored altogether, and other types of failures are logged but do not
  prevent continuing.

   - See release notes for details about other fixes.

 -- Martin Pitt   Wed, 03 Jun 2015 09:23:58
+0200

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

Title:
  New upstream microreleases 9.1.17, 9.3.8, 9.4.3 - fixes regression in
  previous update

Status in postgresql-9.1 package in Ubuntu:
  Invalid
Status in postgresql-9.3 package in Ubuntu:
  Invalid
Status in postgresql-9.4 package in Ubuntu:
  Fix Released
Status in postgresql-9.1 source package in Precise:
  Fix Released
Status in postgresql-9.1 source package in Trusty:
  Fix Released
Status in postgresql-9.3 source package in Trusty:
  Fix Released
Status in postgresql-9.4 source package in Utopic:
  Fix Released
Status in postgresql-9.4 source package in Vivid:
  Fix Released
Status in postgresql-9.4 source package in Wily:
  Fix Released
Status in postgresql-9.1 package in Debian:
  Fix Released

Bug description:
  Upstream will push out new microreleases tomorrow after a pretty
  severe regression in the previous rounds of updates:

  
https://wiki.postgresql.org/wiki/May_2015_Fsync_Permissions_Bug#I.27ve_hit_this_bug_and_I_can.27t_restart_Postgres._What_do_I_do.3F

  This particularly affects 9.1 due to the way we handle SSL
  certificates, i. e. Ubuntu 12.04. Later releases are much less
  affected as we don't have to symlink the certificate there any more.

  SRU TEST CASE:

    * install postgresql-9.1
    * pkill -SEGV postgres
    * service postgresql start

  With 9.1.16 this will fail with

  The PostgreSQL server failed to start. Please check the log output:
  2015-06-03 09:16:35 CEST LOG:  database system was interrupted; last known up 
at 2015-06-03 09:15:27 CEST
  2015-06-03 09:16:35 CEST FATAL:  could not open file 
"/etc/ssl/private/ssl-cert-snakeoil.key": Permission denied
  2015-06-03 09:16:35 CEST LOG:  startup process (PID 10527) exited with exit 
code 1
  2015-06-03 09:16:35 CEST LOG:  aborting startup due to startup process failure

  With 9.1.17 (or earlier versions than 9.1.16) this should succeed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postgresql-9.1/+bug/1461425/+subscriptions

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


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

2015-06-17 Thread Chris J Arges
Hello Martin, or anyone else affected,

Accepted postgresql-9.4 into utopic-proposed. The package will build now
and be available at
https://launchpad.net/ubuntu/+source/postgresql-9.4/9.4.4-0ubuntu0.14.10
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: postgresql-9.4 (Ubuntu Vivid)
   Status: In Progress => Fix Committed

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

Title:
  New upstream microreleases 9.1.18, 9.3.9, 9.4.4

Status in postgresql-9.1 package in Ubuntu:
  Invalid
Status in postgresql-9.3 package in Ubuntu:
  Invalid
Status in postgresql-9.4 package in Ubuntu:
  Fix Released
Status in postgresql-9.1 source package in Precise:
  Fix Committed
Status in postgresql-9.1 source package in Trusty:
  Fix Committed
Status in postgresql-9.3 source package in Trusty:
  Fix Committed
Status in postgresql-9.4 source package in Utopic:
  Fix Committed
Status in postgresql-9.4 source package in Vivid:
  Fix Committed
Status in postgresql-9.4 source package in Wily:
  Fix Released

Bug description:
  As a further followup to the previous round of updates in bug 1461425
  upstream pushed out new microreleases today:
  http://www.postgresql.org/about/news/1592/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postgresql-9.1/+bug/1464669/+subscriptions

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


[Desktop-packages] [Bug 64295] Re: [Upstream] [hardy] Can't paste a table inside another table in Writer

2015-06-17 Thread Bryan Quigley
This was fixed in the LibreOffice 4.4.3 release.

And another workaround is to highlight around the table and then paste.

FYI, a related bug was recently fixed as well https://bugs.launchpad.net
/df-libreoffice/+bug/1350369

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

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

Title:
  [Upstream] [hardy] Can't paste a table inside another table in Writer

Status in LibreOffice Productivity Suite:
  Fix Released
Status in libreoffice package in Ubuntu:
  Fix Released

Bug description:
  1) lsb_release -rd
  Description:Ubuntu 11.04
  Release:11.04

  2) apt-cache policy libreoffice-writer
  libreoffice-writer:
Installed: 1:3.3.2-1ubuntu5
Candidate: 1:3.3.2-1ubuntu5
Version table:
   *** 1:3.3.2-1ubuntu5 0
  500 http://us.archive.ubuntu.com/ubuntu/ natty-proposed/main i386
  Packages
  100 /var/lib/dpkg/status
   1:3.3.2-1ubuntu4 0
  500 http://us.archive.ubuntu.com/ubuntu/ natty/main i386 Packages

  3) What is expected to happen in LibreOffice Writer via the Terminal:

  cd ~/Desktop && wget
  
https://bugs.launchpad.net/ubuntu/+source/openoffice.org/+bug/64295/+attachment/18400/+files/20061006_final_pres_handout.odt
  && lowriter -nologo 20061006_final_pres_handout.odt

  click box to right of [GP Practice?] -> Edit -> Select All -> Edit ->
  Copy -> click cell below Joe elects Option A -> Edit -> Paste and the
  table is pasted into cell.

  4) What happens instead is the table is not pasted, but the word Car
  is pasted into the cell, and 30,000 is pasted into the cell to the
  right.

  WORKAROUND: Use AbiWord.

  apt-cache policy abiword
  abiword:
Installed: 2.8.6-0.3build1
Candidate: 2.8.6-0.3build1
Version table:
   *** 2.8.6-0.3build1 0
  500 http://us.archive.ubuntu.com/ubuntu/ natty/universe i386 Packages
  100 /var/lib/dpkg/status

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

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


[Desktop-packages] [Bug 146850] Re: rhythmbox crashed with SIGSEGV in vorbis_synthesis_blockin()

2015-06-17 Thread vlad
** Changed in: libvorbis (Ubuntu)
   Status: Incomplete => In Progress

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

Title:
  rhythmbox crashed with SIGSEGV in vorbis_synthesis_blockin()

Status in The Rhythmbox Music Management Application:
  New
Status in libvorbis package in Ubuntu:
  In Progress

Bug description:
  Binary package hint: rhythmbox

  Pressed play on the "Trance radio station" and Rhythmbox crashed.

  ProblemType: Crash
  Architecture: i386
  Date: Sat Sep 29 11:48:42 2007
  DistroRelease: Ubuntu 7.10
  ExecutablePath: /usr/bin/rhythmbox
  NonfreeKernelModules: nvidia
  Package: rhythmbox 0.11.2-0ubuntu3
  PackageArchitecture: i386
  ProcCmdline: rhythmbox
  ProcCwd: /home/yorneb
  ProcEnviron:
   PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
   LANG=fr_CA.UTF-8
   SHELL=/bin/bash
  Signal: 11
  SourcePackage: rhythmbox
  StacktraceTop:
   vorbis_synthesis_blockin () from /usr/lib/libvorbis.so.0
   ?? () from /usr/lib/gstreamer-0.10/libgstvorbis.so
   ?? ()
   ?? ()
   ?? ()
  Title: rhythmbox crashed with SIGSEGV in vorbis_synthesis_blockin()
  Uname: Linux senna 2.6.22-12-generic #1 SMP Sun Sep 23 18:11:30 GMT 2007 i686 
GNU/Linux
  UserGroups: adm admin audio cdrom dialout dip floppy lpadmin netdev plugdev 
powerdev scanner video

  SegvAnalysis:
   Segfault happened at: 0xb435abf9 : fstps  
0xfffc(%esi,%edx,4)
   PC (0xb435abf9) ok
   source "0xfffc(%esi,%edx,4)" (0x09212250) ok
   Stack memory exhausted (SP below stack segment)
   SP (0xb20faa20) ok
   Reason could not be automatically determined.
  SegvReason: Reason could not be automatically determined.

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

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


[Desktop-packages] [Bug 1465377] Re: Change login while other user is logged in: sometimes crashes/freezes/hangs

2015-06-17 Thread LaunchpadUser
@Christopher M. Penalver: "bios-outdated"? This computer is only 9
months old! And just to remember: this bug occured on my older
computer's, too.

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

Title:
  Change login while other user is logged in: sometimes
  crashes/freezes/hangs

Status in xorg package in Ubuntu:
  New

Bug description:
  When trying to login with a user account while another user is already
  logged in, Ubuntu sometimes crashes/hanges/freezes!

  This bug exists for many years, so for many Ubuntu versions - even in
  the latest LTS versions with fresh standard installation (Unity), 64
  Bit. During the years of this bug, I had different computers
  (hardware) with different graphics cards (nVidia, AMD) different
  Ubuntus (32 Bit, 64 Bit, LTS, non-LTS). This bug bugs us for so many
  years because we have two computers (exchanged every couple of years
  with fresh Ubuntu installations) that each has multiple login accounts
  (for all family members). Every once in a while one user wants to
  login while another is already logged in. The login screen allowws to
  login while another user is logged in, so this should basically work.
  Other scenario is, the the logged in user simple loggs in to another
  user via the system menu (top right).

  The results are miscellanious: sometimes it works, sometimes, the
  graphics get distorted, sometimes, the screen just turns black
  (sometimes with a white cursopr line blinking), sometimes it freezes,
  sometimes it crashes. All in all: it's very unstable and buggy.

  Last messages in /var/log/kernel.log:

  -
  ...
  Jun 15 19:53:11 PC-M kernel: [   17.365242] type=1400 
audit(1434390791.618:8): apparmor="STATUS" operation="profile_load" 
profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=867 
comm="apparmor_parser"
  Jun 15 19:53:11 PC-M kernel: [   17.365253] type=1400 
audit(1434390791.618:9): apparmor="STATUS" operation="profile_load" 
profile="unconfined" name="/usr/sbin/cupsd" pid=867 comm="apparmor_parser"
  Jun 15 19:53:11 PC-M kernel: [   17.365575] type=1400 
audit(1434390791.618:10): apparmor="STATUS" operation="profile_replace" 
profile="unconfined" name="/usr/sbin/cupsd" pid=867 comm="apparmor_parser"
  Jun 15 19:53:11 PC-M kernel: [   17.417132] r8169 :01:00.0 eth0: link down
  Jun 15 19:53:11 PC-M kernel: [   17.417157] r8169 :01:00.0 eth0: link down
  Jun 15 19:53:11 PC-M kernel: [   17.417203] IPv6: ADDRCONF(NETDEV_UP): eth0: 
link is not ready
  Jun 15 19:53:11 PC-M kernel: [   17.417589] IPv6: ADDRCONF(NETDEV_UP): eth0: 
link is not ready
  Jun 15 19:53:11 PC-M kernel: [   17.429647] type=1400 
audit(1434390791.682:11): apparmor="STATUS" operation="profile_load" 
profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session" pid=923 
comm="apparmor_parser"
  Jun 15 19:53:12 PC-M kernel: [   18.455730] fglrx_pci :00:01.0: irq 86 
for MSI/MSI-X
  Jun 15 19:53:12 PC-M kernel: [   18.456922] <6>[fglrx] Firegl kernel thread 
PID: 1358
  Jun 15 19:53:12 PC-M kernel: [   18.457010] <6>[fglrx] Firegl kernel thread 
PID: 1359
  Jun 15 19:53:12 PC-M kernel: [   18.457112] <6>[fglrx] Firegl kernel thread 
PID: 1360
  Jun 15 19:53:12 PC-M kernel: [   18.457222] <6>[fglrx] IRQ 86 Enabled
  Jun 15 19:53:12 PC-M kernel: [   18.465425] <6>[fglrx] Reserved FB block: 
Shared offset:0, size:100 
  Jun 15 19:53:12 PC-M kernel: [   18.465427] <6>[fglrx] Reserved FB block: 
Unshared offset:f9b4000, size:4000 
  Jun 15 19:53:12 PC-M kernel: [   18.465429] <6>[fglrx] Reserved FB block: 
Unshared offset:f9b8000, size:548000 
  Jun 15 19:53:12 PC-M kernel: [   18.465430] <6>[fglrx] Reserved FB block: 
Unshared offset:ff0, size:10 
  Jun 15 19:53:12 PC-M kernel: [   18.465431] <6>[fglrx] Reserved FB block: 
Unshared offset:7ffd7000, size:29000 
  Jun 15 19:53:12 PC-M kernel: [   18.520520] <6>[fglrx] ATIF platform detected 
with notification ID: 0x81
  Jun 15 19:53:13 PC-M kernel: [   18.962467] 
<3>[fglrx:IRQMGR_callback_hifreq_interrupt] *ERROR* irqSourceID = 0x6400 is 
unknown
  Jun 15 19:53:13 PC-M kernel: [   19.553859] r8169 :01:00.0 eth0: link up
  Jun 15 19:53:13 PC-M kernel: [   19.553876] IPv6: ADDRCONF(NETDEV_CHANGE): 
eth0: link becomes ready
  Jun 15 19:53:41 PC-M kernel: [   47.439360] audit_printk_skb: 153 callbacks 
suppressed
  Jun 15 19:53:41 PC-M kernel: [   47.439363] type=1400 
audit(1434390821.722:63): apparmor="STATUS" operation="profile_replace" 
profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=3231 
comm="apparmor_parser"
  Jun 15 19:53:41 PC-M kernel: [   47.439370] type=1400 
audit(1434390821.722:64): apparmor="STATUS" operation="profile_replace" 
profile="unconfined" name="/usr/sbin/cupsd" pid=3231 comm="apparmor_parser"
  Jun 15 19:53:41 PC-M kernel: [   47.439688] type=1400 
audit(1434390821.722:65): apparmor="STATUS" operatio

[Desktop-packages] [Bug 28429] Re: Created .hidden folder/file stays visible after being created/deleted

2015-06-17 Thread Bug Watch Updater
** Changed in: nautilus
   Status: Confirmed => Invalid

** Changed in: nautilus
   Importance: Medium => Low

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

Title:
  Created .hidden folder/file stays visible after being created/deleted

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

Bug description:
  1st bug: created .hidden folders in the Desktop folder appears on The Desktop 
(Hide all windows and show the desktop) and stays visible even if deleted
  2nd bug: deleting a just created .hidden folder while "show hidden files" is 
unchecked stays visible in the file manager until a refresh.

  - Desktop folder : ~/Desktop
  - The Desktop : Hide all windows and show the desktop

  How to reproduce: (using nautilus)
  - With or without view > show hidden files checked (does not matter)
  1. Create a folder .testfolder in the Desktop folder
  visible on The Desktop (1st bug)
  2. delete this folder
  - Although the folder does not appear in the file browser, it stays visible 
on The Desktop (1st bug)

  - With view > show hidden files unchecked
  Create a folder named .testfolder in any location and then delete it
  - The folder stays visible in nautilus until a refresh  (2nd bug)

  Notes:
  1. The above steps produce the same bug for created documents (right click > 
create document ..)
  2. Using the rm/mv commands to delete or move the folder created from 
nautilus also requires a refresh to hide them in nautilus (the folder is 
replaced with a file of unknown type and undetermined permissions)

  Version information:
  Ubuntu Feisty
  original reported on dapper by georg and KarlGoetz

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

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


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

2015-06-17 Thread frisbin
Public bug reported:

Error prompting this report was generated when I closed Firefox, Chrome
and Thunderbird.

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: nvidia-331-uvm 331.113-0ubuntu0.0.4
ProcVersionSignature: Ubuntu 3.13.0-53.89-generic 3.13.11-ckt19
Uname: Linux 3.13.0-53-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu3.11
Architecture: amd64
DKMSBuildLog:
 DKMS make.log for nvidia-331-uvm-331.113 for kernel 3.13.0-55-generic (x86_64)
 Wed Jun 17 12:20:27 EDT 2015
 Makefile:216: /var/lib/dkms/nvidia-331/331.113/build/nvidia-modules-common.mk: 
No such file or directory
 make: *** No rule to make target 
`/var/lib/dkms/nvidia-331/331.113/build/nvidia-modules-common.mk'.  Stop.
DKMSKernelVersion: 3.13.0-55-generic
Date: Wed Jun 17 12:20:32 2015
InstallationDate: Installed on 2014-03-08 (466 days ago)
InstallationMedia: Ubuntu 12.04.3 LTS "Precise Pangolin" - Release amd64 
(20130820.1)
PackageVersion: 331.113-0ubuntu0.0.4
SourcePackage: nvidia-graphics-drivers-331
Title: nvidia-331-uvm 331.113-0ubuntu0.0.4: nvidia-331-uvm kernel module failed 
to build
UpgradeStatus: Upgraded to trusty on 2014-05-03 (410 days ago)

** Affects: nvidia-graphics-drivers-331 (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 nvidia-graphics-drivers-331 in Ubuntu.
https://bugs.launchpad.net/bugs/1466169

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

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

Bug description:
  Error prompting this report was generated when I closed Firefox,
  Chrome and Thunderbird.

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: nvidia-331-uvm 331.113-0ubuntu0.0.4
  ProcVersionSignature: Ubuntu 3.13.0-53.89-generic 3.13.11-ckt19
  Uname: Linux 3.13.0-53-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  DKMSBuildLog:
   DKMS make.log for nvidia-331-uvm-331.113 for kernel 3.13.0-55-generic 
(x86_64)
   Wed Jun 17 12:20:27 EDT 2015
   Makefile:216: 
/var/lib/dkms/nvidia-331/331.113/build/nvidia-modules-common.mk: No such file 
or directory
   make: *** No rule to make target 
`/var/lib/dkms/nvidia-331/331.113/build/nvidia-modules-common.mk'.  Stop.
  DKMSKernelVersion: 3.13.0-55-generic
  Date: Wed Jun 17 12:20:32 2015
  InstallationDate: Installed on 2014-03-08 (466 days ago)
  InstallationMedia: Ubuntu 12.04.3 LTS "Precise Pangolin" - Release amd64 
(20130820.1)
  PackageVersion: 331.113-0ubuntu0.0.4
  SourcePackage: nvidia-graphics-drivers-331
  Title: nvidia-331-uvm 331.113-0ubuntu0.0.4: nvidia-331-uvm kernel module 
failed to build
  UpgradeStatus: Upgraded to trusty on 2014-05-03 (410 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1466169/+subscriptions

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


[Desktop-packages] [Bug 835532] Re: lightdm does not keep numlock status on boot

2015-06-17 Thread flocculant
that workround appears to be working here

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

Title:
  lightdm does not keep numlock status on boot

Status in LightDM GTK+ Greeter:
  Triaged
Status in lightdm package in Ubuntu:
  Triaged
Status in lightdm source package in Oneiric:
  Won't Fix

Bug description:
  when booting or logging out, the numlock status 'on' is not kept for
  password or pin input via numpad.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: lightdm 0.9.3-0ubuntu8
  ProcVersionSignature: Ubuntu 3.0.0-9.14-generic 3.0.3
  Uname: Linux 3.0.0-9-generic x86_64
  Architecture: amd64
  Date: Sat Aug 27 12:22:27 2011
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
  SourcePackage: lightdm
  UpgradeStatus: Upgraded to oneiric on 2011-08-27 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm-gtk-greeter/+bug/835532/+subscriptions

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


[Desktop-packages] [Bug 18995] Re: [MASTER] "Open With" dialog not user-friendly

2015-06-17 Thread Bug Watch Updater
** Changed in: firefox
   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/18995

Title:
  [MASTER] "Open With" dialog not user-friendly

Status in The Mozilla Firefox Browser:
  Invalid
Status in firefox package in Ubuntu:
  Triaged
Status in mozilla-thunderbird package in Ubuntu:
  Confirmed

Bug description:
  When choosing to open a file in Firefox, an "Open With" dialog appears. 
  You can choose to save the file or open it with a program from the list.
  However, if the desired program to open the file with is NOT listed, the user
  must navigate the filesystem to /usr/bin (or wherever) and select the
  appropriate program.

  A more user-friendly way would be to list all of the known programs installed
  that are available to open files with, and then have an "Other..." or
  "Advanced..." button for the user who would rather navigate the filesystem.

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

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


[Desktop-packages] [Bug 1342312] Re: ghostscript hangs reading certain pdfs

2015-06-17 Thread Launchpad Bug Tracker
This bug was fixed in the package ghostscript - 9.10~dfsg-0ubuntu10.3

---
ghostscript (9.10~dfsg-0ubuntu10.3) trusty; urgency=low

  * debian/patches/lp1342312-infinite-loop.patch: backport upstream patch
to fix an infinite loop that can hang the gs program in certain
conditions. (LP: #1342312)
 -- Rolf LeggewieWed, 18 Mar 2015 15:40:28 +0800

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

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

Title:
  ghostscript hangs reading certain pdfs

Status in GS-GPL  -  GPL Ghostscript:
  Unknown
Status in ghostscript package in Ubuntu:
  Fix Released
Status in ghostscript source package in Trusty:
  Fix Released
Status in ghostscript source package in Utopic:
  Fix Released

Bug description:
  = SRU justification =

  On a few pdfs, gs hangs and uses 100% cpu forever.

  This could be used as a denial of service through imagemagick which
  uses ghostscript as a delegate, and commonly used in php etc... which
  is how I found the issue.

  The packages from utopic (9.14~dfsg-0ubuntu3) processes these pdfs
  correctly.

  = SRU test case (PDF attached to this ticket) =

  gs WaddellAndReedJCL0814ThirdHProvSE.pdf

  = SRU Regression potential =

  tbd

  = SRU Other info =

  This has been fixed upstream in commit abd38464f9b which has already
  landed in utopic and later.  The SRU is then to backprt this patch to
  trusty.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: ghostscript 9.10~dfsg-0ubuntu10.2
  ProcVersionSignature: Ubuntu 3.13.0-30.55-generic 3.13.11.2
  Uname: Linux 3.13.0-30-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  CupsErrorLog:

  CurrentDesktop: Unity
  Date: Tue Jul 15 14:34:26 2014
  InstallationDate: Installed on 2014-04-20 (86 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  Lpstat:
   device for Bizhub7222: socket://10.0.0.201:9100
   device for HP-Photosmart-6520-series: 
dnssd://Photosmart%206520%20series%20%5B1B47AD%5D._ipp._tcp.local/
  MachineType: ASUSTeK COMPUTER INC. UX32VD
  Papersize: letter
  PpdFiles:
   HP-Photosmart-6520-series: HP Photosmart 6520 Series, hpcups 3.14.3
   Bizhub7222: HP LaserJet 5L - CUPS+Gutenprint v5.2.10-pre2
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-30-generic 
root=UUID=2f256b0b-ee87-463a-af04-e892e0be9192 ro quiet splash pcie_aspm=force 
drm.vblankoffdelay=1 i915.semaphores=1
  SourcePackage: ghostscript
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/16/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX32VD.213
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX32VD
  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.:bvrUX32VD.213:bd11/16/2012:svnASUSTeKCOMPUTERINC.:pnUX32VD:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX32VD:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: UX32VD
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gs-gpl/+bug/1342312/+subscriptions

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


[Desktop-packages] [Bug 1455533] Re: Dell systems showing "DIAGS" in Nautilus bar

2015-06-17 Thread Launchpad Bug Tracker
This bug was fixed in the package udisks2 - 2.1.3-1ubuntu0.1

---
udisks2 (2.1.3-1ubuntu0.1) trusty-proposed; urgency=medium

  * Backport support to hide more partition types from 2.1.5 release
(LP: #1455533)

 -- Mario Limonciello   Thu, 04 Jun 2015
14:41:31 -0500

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

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

Title:
  Dell systems showing "DIAGS" in Nautilus bar

Status in OEM Priority Project:
  Confirmed
Status in abstraction for enumerating and managing block devices:
  Fix Released
Status in udisks2 package in Ubuntu:
  Fix Released
Status in udisks2 source package in Trusty:
  Fix Released

Bug description:
  [Impact]

   * Dell factory installed Linux systems are showing the partition "DIAGS" in 
the Nautilus bar
   * Also, Dell systems configured as a dual boot with Windows and Ubuntu 
14.04.x show the same behavior.
   * This has been fixed in udisks2 upstream release 2.1.5

   * This partition is not supposed to be accessible easily to users in
  any OS.

  [Test Case]

   * Create a FAT32 partition called diags and verify that it doesn't
  show up in the Nautilus bar after a reboot.

  [Regression Potential]

   * Regression potential is that anyone who is using this partition to
  store data won't be able to easily access it anymore

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

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


[Desktop-packages] [Bug 1026254] Re: Open with on folders was removed, Ubuntu should consider patching back

2015-06-17 Thread Chris J Arges
** Also affects: nautilus (Ubuntu Trusty)
   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/1026254

Title:
  Open with on folders was removed, Ubuntu should consider patching back

Status in Nautilus:
  Unknown
Status in nautilus package in Ubuntu:
  Fix Committed
Status in nautilus source package in Trusty:
  New

Bug description:
  * Impact:
  the "open with" action is missing on directories

  * Test case:
  right click on a directory and see if "open with" is listed

  * Regression potentiel:
  check that the open with items work as they should

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

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


[Desktop-packages] [Bug 982889] Re: X trying to start before plymouth has finished using the drm driver

2015-06-17 Thread Stu
Just confirming that on 15.04 I get the symptoms mentioned in

https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1115177

Where Nouveau won't load, which is apparently because of this bug

[ 27074.122] (II) [drm] nouveau interface version: 1.2.1
[ 27074.122] (II) Loading sub module "dri2"
[ 27074.122] (II) LoadModule: "dri2"
[ 27074.122] (II) Module "dri2" already built-in
[ 27074.122] (EE) NOUVEAU(0): [drm] failed to set drm interface version.
[ 27074.122] (EE) NOUVEAU(0): [drm] error opening the drm
[ 27074.122] (EE) NOUVEAU(0): 904: 
[ 27074.122] (II) UnloadModule: "nouveau"
[ 27074.122] (EE) Screen(s) found, but none have a usable configuration.
[ 27074.122] (EE) 
Fatal server error:
[ 27074.122] (EE) no screens found(EE) 
[ 27074.122] (EE)

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

Title:
  X trying to start before plymouth has finished using the drm driver

Status in OEM Priority Project:
  Fix Released
Status in OEM Priority Project precise series:
  Fix Released
Status in gdm package in Ubuntu:
  Fix Released
Status in kde-workspace package in Ubuntu:
  Confirmed
Status in lightdm package in Ubuntu:
  Fix Released
Status in plymouth package in Ubuntu:
  Fix Released
Status in xorg-server-lts-quantal package in Ubuntu:
  Invalid
Status in gdm source package in Precise:
  Fix Released
Status in kde-workspace source package in Precise:
  Confirmed
Status in lightdm source package in Precise:
  Fix Released
Status in plymouth source package in Precise:
  Fix Released
Status in xorg-server-lts-quantal source package in Precise:
  Triaged
Status in gdm source package in Raring:
  Fix Released
Status in kde-workspace source package in Raring:
  Won't Fix
Status in lightdm source package in Raring:
  Fix Released
Status in plymouth source package in Raring:
  Fix Released
Status in xorg-server-lts-quantal source package in Raring:
  Invalid
Status in gdm source package in Saucy:
  Fix Released
Status in kde-workspace source package in Saucy:
  Won't Fix
Status in lightdm source package in Saucy:
  Fix Released
Status in plymouth source package in Saucy:
  Fix Released
Status in xorg-server-lts-quantal source package in Saucy:
  Invalid

Bug description:
  X server fails to start the first time after boot, it works fine when
  I start it again.

  Looks like a race condition with intel drm initialization, i guess X
  tries to start faster than drm driver is initialized so it fails.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: xorg 1:7.6+12ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
  Uname: Linux 3.2.0-23-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.0.1-0ubuntu3
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  Date: Mon Apr 16 10:35:28 2012
  DistUpgraded: Fresh install
  DistroCodename: precise
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0102] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Micro-Star International Co., Ltd. Device [1462:7750]
   Advanced Micro Devices [AMD] nee ATI Barts XT [ATI Radeon HD 6800 Series] 
[1002:6738] (prog-if 00 [VGA controller])
 Subsystem: Giga-byte Technology Device [1458:21fa]
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Beta amd64 (20120301)
  MachineType: MSI MS-7750
  ProcEnviron:
   LANGUAGE=en_US:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.2.0-23-generic 
root=/dev/mapper/ssd-ubuntu--precise ro quiet splash
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/25/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V4.0
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z68A-G43 (G3) (MS-7750)
  dmi.board.vendor: MSI
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV4.0:bd08/25/2011:svnMSI:pnMS-7750:pvr1.0:rvnMSI:rnZ68A-G43(G3)(MS-7750):rvr1.0:cvnMSI:ct3:cvr1.0:
  dmi.product.name: MS-7750
  dmi.product.version: 1.0
  dmi.sys.vendor: MSI
  version.compiz: compiz 1:0.9.7.6-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.32-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.2-0ubuntu3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.2-0ubuntu3
  version.xserver

[Desktop-packages] [Bug 1461425] Re: New upstream microreleases 9.1.17, 9.3.8, 9.4.3 - fixes regression in previous update

2015-06-17 Thread Launchpad Bug Tracker
This bug was fixed in the package postgresql-9.4 -
9.4.3-0ubuntu0.14.10.1

---
postgresql-9.4 (9.4.3-0ubuntu0.14.10.1) utopic-proposed; urgency=medium

  * New upstream bug fix release (LP: #1461425)
- Avoid failures while fsync'ing data directory during crash restart.

  In the previous minor releases we added a patch to fsync everything in
  the data directory after a crash.  Unfortunately its response to any
  error condition was to fail, thereby preventing the server from starting
  up, even when the problem was quite harmless.  An example is that an
  unwritable file in the data directory would prevent restart on some
  platforms; but it is common to make SSL certificate files unwritable by
  the server.  Revise this behavior so that permissions failures are
  ignored altogether, and other types of failures are logged but do not
  prevent continuing.

   - See release notes for details about other fixes.

 -- Martin Pitt   Wed, 03 Jun 2015 09:30:17
+0200

** Changed in: postgresql-9.4 (Ubuntu Utopic)
   Status: Fix Committed => Fix Released

** Changed in: postgresql-9.4 (Ubuntu Vivid)
   Status: Fix Committed => Fix Released

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

Title:
  New upstream microreleases 9.1.17, 9.3.8, 9.4.3 - fixes regression in
  previous update

Status in postgresql-9.1 package in Ubuntu:
  Invalid
Status in postgresql-9.3 package in Ubuntu:
  Invalid
Status in postgresql-9.4 package in Ubuntu:
  Fix Released
Status in postgresql-9.1 source package in Precise:
  Fix Released
Status in postgresql-9.1 source package in Trusty:
  Fix Released
Status in postgresql-9.3 source package in Trusty:
  Fix Released
Status in postgresql-9.4 source package in Utopic:
  Fix Released
Status in postgresql-9.4 source package in Vivid:
  Fix Released
Status in postgresql-9.4 source package in Wily:
  Fix Released
Status in postgresql-9.1 package in Debian:
  Fix Released

Bug description:
  Upstream will push out new microreleases tomorrow after a pretty
  severe regression in the previous rounds of updates:

  
https://wiki.postgresql.org/wiki/May_2015_Fsync_Permissions_Bug#I.27ve_hit_this_bug_and_I_can.27t_restart_Postgres._What_do_I_do.3F

  This particularly affects 9.1 due to the way we handle SSL
  certificates, i. e. Ubuntu 12.04. Later releases are much less
  affected as we don't have to symlink the certificate there any more.

  SRU TEST CASE:

    * install postgresql-9.1
    * pkill -SEGV postgres
    * service postgresql start

  With 9.1.16 this will fail with

  The PostgreSQL server failed to start. Please check the log output:
  2015-06-03 09:16:35 CEST LOG:  database system was interrupted; last known up 
at 2015-06-03 09:15:27 CEST
  2015-06-03 09:16:35 CEST FATAL:  could not open file 
"/etc/ssl/private/ssl-cert-snakeoil.key": Permission denied
  2015-06-03 09:16:35 CEST LOG:  startup process (PID 10527) exited with exit 
code 1
  2015-06-03 09:16:35 CEST LOG:  aborting startup due to startup process failure

  With 9.1.17 (or earlier versions than 9.1.16) this should succeed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postgresql-9.1/+bug/1461425/+subscriptions

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


[Desktop-packages] [Bug 1461085] Re: GtkFileChooser should sort folders first

2015-06-17 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-settings - 15.04.3

---
ubuntu-settings (15.04.3) vivid; urgency=medium

  * debian/ubuntu-settings.override:
- sort directories first in the gtk3 fileselector, that's how it used
  to be and consistent with nautilus/gtk2/qt/... (lp: #1461085)

 -- Sebastien Bacher   Tue, 02 Jun 2015 15:10:23
+0200

** Changed in: ubuntu-settings (Ubuntu Vivid)
   Status: Fix Committed => Fix Released

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

Title:
  GtkFileChooser should sort folders first

Status in ubuntu-settings package in Ubuntu:
  Fix Released
Status in ubuntu-settings source package in Vivid:
  Fix Released

Bug description:
  * Impact:
  - the gtk3 fileselector doesn't sort folders before file, it's inconsistant 
with old versions and other applications and toolkits

  * Test case:
  - use the fileselector in a gtk3 software (e.g gedit) and see if folders are 
sorted before files in the list

  * Regression potential!:
  it's only changing a default, shouldn't have other impact

  
  

  Upstream had the bad idea of not sorting folders first anymore in GTK
  3.14. However they added an option later in commit
  2aa3eea781ed21a02ecdf1e3c753a1ec5694d6c8. Since we cannot introduce
  new strings, ubuntu should revert the default in the 3.14 package.

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

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


[Desktop-packages] [Bug 1319870] Re: [SRU] Removable media is being mounted randomly in multiseat systems

2015-06-17 Thread Chris J Arges
Hello Laércio, or anyone else affected,

Accepted udisks2 into trusty-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/udisks2/2.1.3-1ubuntu0.2 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: udisks2 (Ubuntu Trusty)
   Status: In Progress => Fix Committed

** Tags added: verification-needed

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

Title:
  [SRU] Removable media is being mounted randomly in multiseat systems

Status in udisks2 package in Ubuntu:
  Fix Released
Status in udisks2 source package in Trusty:
  Fix Committed

Bug description:
  [Impact]

  Due to lack of full systemd-logind integration in current "udisks2"
  package, automounting of removable media in multiseat setups is not
  respecting seat hierarchy. All seats try to mount it at the same time,
  resulting in a race condition. However, the expected behaviour is that
  only the right seat (i.e. the seat whose USB port the removable media
  is plugged in) should be able to mount it.

  To solve this problem, just rebuild package "udisks2" with additional
  build-dependencies "libsystemd-login-dev" and "libsystemd-daemon-dev".

  [Test case]

  * Set up a multiseat system and try to mount a removable medium in one seat
    or another. Repeat this procedure several times.
  * Before rebuilding udisks2 with full logind support, all seats will try to
    mount this medium at the same time, so it will be shown in one seat or
    another, randomly.
  * After rebuilding udisks2 with full logind support, only one seat will
    succeed to mount the medium in all times it's plugged in.

  [Regression Potential]

  Medium. This rebuilt package was well tested in ppa:ubuntu-multiseat/ppa.
  It may happen that only one seat will be able to mount removable media, 
regardless which seat owns the USB port the medium is plugged (due to lack of 
systemd as PID 1), but at least there will be no race condition between seats. 
But verification should include thorough testing that removable media is still 
mounted correctly on non-multiseat systems, with multiple user sessions.

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

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


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

2015-06-17 Thread Chris J Arges
Hello Martin, or anyone else affected,

Accepted postgresql-9.1 into precise-proposed. The package will build
now and be available at
https://launchpad.net/ubuntu/+source/postgresql-9.1/9.1.18-0ubuntu0.12.04
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: postgresql-9.3 (Ubuntu Trusty)
   Status: In Progress => Fix Committed

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

Title:
  New upstream microreleases 9.1.18, 9.3.9, 9.4.4

Status in postgresql-9.1 package in Ubuntu:
  Invalid
Status in postgresql-9.3 package in Ubuntu:
  Invalid
Status in postgresql-9.4 package in Ubuntu:
  Fix Released
Status in postgresql-9.1 source package in Precise:
  Fix Committed
Status in postgresql-9.1 source package in Trusty:
  Fix Committed
Status in postgresql-9.3 source package in Trusty:
  Fix Committed
Status in postgresql-9.4 source package in Utopic:
  Fix Committed
Status in postgresql-9.4 source package in Vivid:
  Fix Committed
Status in postgresql-9.4 source package in Wily:
  Fix Released

Bug description:
  As a further followup to the previous round of updates in bug 1461425
  upstream pushed out new microreleases today:
  http://www.postgresql.org/about/news/1592/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postgresql-9.1/+bug/1464669/+subscriptions

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


[Desktop-packages] [Bug 1466145] [NEW] unable to switch between instances of same app

2015-06-17 Thread Shubham Jindal
Public bug reported:

Scenerio:
let's say i opened 4 instances of nautilus file manager. the unity launcher 
groups all 4 into a single icon with 4 markers. when double clicked on the 
icon, all 4 instances are shown on the screen. so far so good. when clicked on 
any 1 instance, to switch between the app, some other instance is selected and 
displayed.
most of the times it has happened and with all kinds of apps.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: unity 7.2.5+14.04.20150603-0ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-54.91-generic 3.13.11-ckt20
Uname: Linux 3.13.0-54-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.14.1-0ubuntu3.11
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Wed Jun 17 21:11:03 2015
DistUpgraded: Fresh install
DistroCodename: trusty
DistroVariant: ubuntu
GraphicsCard:
 Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] (rev 
09) (prog-if 00 [VGA controller])
   Subsystem: Dell Device [1028:0591]
InstallationDate: Installed on 2014-08-01 (320 days ago)
InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
MachineType: Dell Inc. Inspiron 3421
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-54-generic.efi.signed 
root=UUID=95eff2da-2636-41d3-9d2f-dc12821fa820 ro splash quiet vt.handoff=7
SourcePackage: unity
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 05/07/2014
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A12
dmi.board.name: 0D94X7
dmi.board.vendor: Dell Inc.
dmi.board.version: A12
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: Not Specified
dmi.modalias: 
dmi:bvnDellInc.:bvrA12:bd05/07/2014:svnDellInc.:pnInspiron3421:pvrNotSpecified:rvnDellInc.:rn0D94X7:rvrA12:cvnDellInc.:ct8:cvrNotSpecified:
dmi.product.name: Inspiron 3421
dmi.product.version: Not Specified
dmi.sys.vendor: Dell Inc.
version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.60-2~ubuntu14.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.4
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.4
version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1.6
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.10-1ubuntu2
xserver.bootTime: Wed Jun 17 18:16:32 2015
xserver.configfile: default
xserver.errors: open /dev/dri/card0: No such file or directory
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id 951 
 vendor LGD
xserver.version: 2:1.15.1-0ubuntu2.7

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


** Tags: amd64 apport-bug compiz-0.9 third-party-packages trusty 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/1466145

Title:
  unable to switch between instances of same app

Status in unity package in Ubuntu:
  New

Bug description:
  Scenerio:
  let's say i opened 4 instances of nautilus file manager. the unity launcher 
groups all 4 into a single icon with 4 markers. when double clicked on the 
icon, all 4 instances are shown on the screen. so far so good. when clicked on 
any 1 instance, to switch between the app, some other instance is selected and 
displayed.
  most of the times it has happened and with all kinds of apps.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity 7.2.5+14.04.20150603-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-54.91-generic 3.13.11-ckt20
  Uname: Linux 3.13.0-54-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Wed Jun 17 21:11:03 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] 
(rev 09) (prog-if 00 [VGA controller])
 Subsystem: Dell Device [1028:0591]
  InstallationDate: Installed on 2014-08-01 (320 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  MachineType: Dell Inc. Inspiron 3421
  ProcKernelCmdLine: BOO

  1   2   3   4   5   6   7   8   >