[Desktop-packages] [Bug 2013216] Re: Single click on title bar does not transfer focus to target window (server side decorations in Xorg sessions)

2023-05-24 Thread Scott Wilson
Also, forgive me as I'm a n00b with using Launchpad. I was not sure how
to add the tag "verification-failed-lunar". Thanks.

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

Title:
  Single click on title bar does not transfer focus to target window
  (server side decorations in Xorg sessions)

Status in Mutter:
  Fix Released
Status in mutter package in Ubuntu:
  Fix Released
Status in mutter source package in Lunar:
  Fix Committed

Bug description:
  Impact
  --
  Single clicking the title bar of windows without a complex title bar (namely 
a title bar with additional buttons besides the close/maximinze/minimize) does 
not transfer focus to them.

  Test Case
  -
  1. Open gnome-terminal.
  2. Run xedit.
  3. Focus gnome-terminal.
  4. Click Xedit's title bar.

  Expected: Xedit has focus.
  Observed: gnome-terminal retains focus.
  .
  5. Focus Xedit.
  6. Click gnome-terminal's title bar.

  Expected and observed: Xedit relinquishes focus and gnome-terminal
  gets focus.

  Other Info
  --
  I can reproduce this in my main, up to date Lunar system in Xorg and also in 
a virtual machine with the 2023-03-24 09:02 iso 
(https://cdimage.ubuntu.com/daily-live/current/lunar-desktop-amd64.iso).

  What Could Go Wrong
  ---
  This fix is included in the upstream mutter 44.1 release. See LP: #2020225 
for more details.

  ProblemType: Bug
  DistroRelease: Ubuntu 23.04
  Package: gnome-shell 44.0-2ubuntu2
  ProcVersionSignature: Ubuntu 6.2.0-18.18-generic 6.2.6
  Uname: Linux 6.2.0-18-generic x86_64
  ApportVersion: 2.26.0-0ubuntu2
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Mar 29 11:53:02 2023
  DisplayManager: gdm3
  InstallationDate: Installed on 2022-05-16 (316 days ago)
  InstallationMedia: Xubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  RelatedPackageVersions: mutter-common 44.0-2ubuntu2
  SourcePackage: gnome-shell
  UpgradeStatus: Upgraded to lunar on 2023-01-17 (70 days ago)

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


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


[Desktop-packages] [Bug 2013216] Re: Single click on title bar does not transfer focus to target window (server side decorations in Xorg sessions)

2023-05-24 Thread Scott Wilson
I was able easily to install version 44.1 as well:

$ sudo apt-get install mutter/lunar-proposed
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Selected version '44.1-0ubuntu1' (Ubuntu:23.04/lunar-proposed [amd64]) for 
'mutter'
Selected version '44.1-0ubuntu1' (Ubuntu:23.04/lunar-proposed [all]) for 
'mutter-common' because of 'mutter'
The following additional packages will be installed:
  mutter-common
The following packages will be upgraded:
  mutter mutter-common
2 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 148 kB of archives.
After this operation, 1,024 B of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://us.archive.ubuntu.com/ubuntu lunar-proposed/main amd64 
mutter-common all 44.1-0ubuntu1 [39.6 kB]
Get:2 http://us.archive.ubuntu.com/ubuntu lunar-proposed/universe amd64 mutter 
amd64 44.1-0ubuntu1 [109 kB]
Fetched 148 kB in 1s (241 kB/s) 
(Reading database ... 244946 files and directories currently installed.)
Preparing to unpack .../mutter-common_44.1-0ubuntu1_all.deb ...
Unpacking mutter-common (44.1-0ubuntu1) over (44.0-2ubuntu4.23.04.1) ...
Preparing to unpack .../mutter_44.1-0ubuntu1_amd64.deb ...
Unpacking mutter (44.1-0ubuntu1) over (44.0-2ubuntu4.23.04.1) ...
Setting up mutter-common (44.1-0ubuntu1) ...
Processing triggers for libglib2.0-0:amd64 (2.76.1-1) ...
Processing triggers for libglib2.0-0:i386 (2.76.1-1) ...
Processing triggers for man-db (2.11.2-1) ...
Setting up mutter (44.1-0ubuntu1) ...

I did not receive an update for gnome-shell or gnome-shell-common, as
rphair did. Not sure why.

After logging off and logging back on, all Gnome windows behaved as
expected. I WAS able to click on windows and title bars to bring focus
to that window. However, I noticed that windows from snap packages DID
NOT behave as the native Gnome applications. The same incorrect behavior
still occurs with just those applications. The only exception to this
has been the snap package of Firefox, which somehow has always worked
correctly (meaning that with mutter-43 I could click on the title bar of
a Firefox window to bring it into focus).

I've noticed these application windows exhibiting the correct behavior
under mutter-44.1:

gedit
nautilus

These snap applications DID NOT behave correctly:

Name Version   Rev  Tracking   Publisher  Notes
spotify  1.2.11.916.geb595a67  67   latest/stable  spotify✓   -
code  b3e4e68a  129  latest/stable  vscode✓classic


Again, the snap package for Firefox continues to be fine?

Name VersionRev   Tracking   Publisher  Notes
firefox  113.0.2-1  2710  latest/stable  mozilla✓   -

Thanks.

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

Title:
  Single click on title bar does not transfer focus to target window
  (server side decorations in Xorg sessions)

Status in Mutter:
  Fix Released
Status in mutter package in Ubuntu:
  Fix Released
Status in mutter source package in Lunar:
  Fix Committed

Bug description:
  Impact
  --
  Single clicking the title bar of windows without a complex title bar (namely 
a title bar with additional buttons besides the close/maximinze/minimize) does 
not transfer focus to them.

  Test Case
  -
  1. Open gnome-terminal.
  2. Run xedit.
  3. Focus gnome-terminal.
  4. Click Xedit's title bar.

  Expected: Xedit has focus.
  Observed: gnome-terminal retains focus.
  .
  5. Focus Xedit.
  6. Click gnome-terminal's title bar.

  Expected and observed: Xedit relinquishes focus and gnome-terminal
  gets focus.

  Other Info
  --
  I can reproduce this in my main, up to date Lunar system in Xorg and also in 
a virtual machine with the 2023-03-24 09:02 iso 
(https://cdimage.ubuntu.com/daily-live/current/lunar-desktop-amd64.iso).

  What Could Go Wrong
  ---
  This fix is included in the upstream mutter 44.1 release. See LP: #2020225 
for more details.

  ProblemType: Bug
  DistroRelease: Ubuntu 23.04
  Package: gnome-shell 44.0-2ubuntu2
  ProcVersionSignature: Ubuntu 6.2.0-18.18-generic 6.2.6
  Uname: Linux 6.2.0-18-generic x86_64
  ApportVersion: 2.26.0-0ubuntu2
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Mar 29 11:53:02 2023
  DisplayManager: gdm3
  InstallationDate: Installed on 2022-05-16 (316 days ago)
  InstallationMedia: Xubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  RelatedPackageVersions: mutter-common 44.0-2ubuntu2
  SourcePackage: gnome-shell
  UpgradeStatus: Upgraded to lunar on 2023-01-17 (70 days ago)

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


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

Re: [Desktop-packages] [Bug 2013216] Re: Single click on title bar does not transfer focus to target window (server side decorations in Xorg sessions)

2023-05-23 Thread Scott Wilson
Super, thank you for the information, Jeremy.

-SW


On Tue, May 23, 2023 at 3:55 PM Jeremy Bícha <2013...@bugs.launchpad.net>
wrote:

> Scott, the mutter 44.1 update for Ubuntu 23.04 needs to be manually
> approved by a member of the Ubuntu SRU team before it will be built as a
> -proposed update.
>
> Once approved, if its passes manual verification and after at least a
> 7-day wait, it will be released as a normal update for Ubuntu 23.04.
>
> There is a lot more detail about the process at
> https://wiki.ubuntu.com/StableReleaseUpdates
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/2013216
>
> Title:
>   Single click on title bar does not transfer focus to target window
>   (server side decorations in Xorg sessions)
>
> Status in Mutter:
>   Fix Released
> Status in mutter package in Ubuntu:
>   Fix Released
> Status in mutter source package in Lunar:
>   In Progress
>
> Bug description:
>   Impact
>   --
>   Single clicking the title bar of windows without a complex title bar
> (namely a title bar with additional buttons besides the
> close/maximinze/minimize) does not transfer focus to them.
>
>   Test Case
>   -
>   1. Open gnome-terminal.
>   2. Run xedit.
>   3. Focus gnome-terminal.
>   4. Click Xedit's title bar.
>
>   Expected: Xedit has focus.
>   Observed: gnome-terminal retains focus.
>   .
>   5. Focus Xedit.
>   6. Click gnome-terminal's title bar.
>
>   Expected and observed: Xedit relinquishes focus and gnome-terminal
>   gets focus.
>
>   Other Info
>   --
>   I can reproduce this in my main, up to date Lunar system in Xorg and
> also in a virtual machine with the 2023-03-24 09:02 iso (
> https://cdimage.ubuntu.com/daily-live/current/lunar-desktop-amd64.iso).
>
>   What Could Go Wrong
>   ---
>   This fix is included in the upstream mutter 44.1 release. See LP:
> #2020225 for more details.
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 23.04
>   Package: gnome-shell 44.0-2ubuntu2
>   ProcVersionSignature: Ubuntu 6.2.0-18.18-generic 6.2.6
>   Uname: Linux 6.2.0-18-generic x86_64
>   ApportVersion: 2.26.0-0ubuntu2
>   Architecture: amd64
>   CurrentDesktop: ubuntu:GNOME
>   Date: Wed Mar 29 11:53:02 2023
>   DisplayManager: gdm3
>   InstallationDate: Installed on 2022-05-16 (316 days ago)
>   InstallationMedia: Xubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64
> (20220419)
>   RelatedPackageVersions: mutter-common 44.0-2ubuntu2
>   SourcePackage: gnome-shell
>   UpgradeStatus: Upgraded to lunar on 2023-01-17 (70 days ago)
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/mutter/+bug/2013216/+subscriptions
>
>

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

Title:
  Single click on title bar does not transfer focus to target window
  (server side decorations in Xorg sessions)

Status in Mutter:
  Fix Released
Status in mutter package in Ubuntu:
  Fix Released
Status in mutter source package in Lunar:
  In Progress

Bug description:
  Impact
  --
  Single clicking the title bar of windows without a complex title bar (namely 
a title bar with additional buttons besides the close/maximinze/minimize) does 
not transfer focus to them.

  Test Case
  -
  1. Open gnome-terminal.
  2. Run xedit.
  3. Focus gnome-terminal.
  4. Click Xedit's title bar.

  Expected: Xedit has focus.
  Observed: gnome-terminal retains focus.
  .
  5. Focus Xedit.
  6. Click gnome-terminal's title bar.

  Expected and observed: Xedit relinquishes focus and gnome-terminal
  gets focus.

  Other Info
  --
  I can reproduce this in my main, up to date Lunar system in Xorg and also in 
a virtual machine with the 2023-03-24 09:02 iso 
(https://cdimage.ubuntu.com/daily-live/current/lunar-desktop-amd64.iso).

  What Could Go Wrong
  ---
  This fix is included in the upstream mutter 44.1 release. See LP: #2020225 
for more details.

  ProblemType: Bug
  DistroRelease: Ubuntu 23.04
  Package: gnome-shell 44.0-2ubuntu2
  ProcVersionSignature: Ubuntu 6.2.0-18.18-generic 6.2.6
  Uname: Linux 6.2.0-18-generic x86_64
  ApportVersion: 2.26.0-0ubuntu2
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Mar 29 11:53:02 2023
  DisplayManager: gdm3
  InstallationDate: Installed on 2022-05-16 (316 days ago)
  InstallationMedia: Xubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  RelatedPackageVersions: mutter-common 44.0-2ubuntu2
  SourcePackage: gnome-shell
  UpgradeStatus: Upgraded to lunar on 2023-01-17 (70 days ago)

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


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

[Desktop-packages] [Bug 2013216] Re: Single click on title bar does not transfer focus to target window (server side decorations in Xorg sessions)

2023-05-23 Thread Scott Wilson
Is there any news or ETA for the new mutter 44.1-1ubuntu1 package?

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

Title:
  Single click on title bar does not transfer focus to target window
  (server side decorations in Xorg sessions)

Status in Mutter:
  Fix Released
Status in mutter package in Ubuntu:
  Fix Released
Status in mutter source package in Lunar:
  In Progress

Bug description:
  Impact
  --
  Single clicking the title bar of windows without a complex title bar (namely 
a title bar with additional buttons besides the close/maximinze/minimize) does 
not transfer focus to them.

  Test Case
  -
  1. Open gnome-terminal.
  2. Run xedit.
  3. Focus gnome-terminal.
  4. Click Xedit's title bar.

  Expected: Xedit has focus.
  Observed: gnome-terminal retains focus.
  .
  5. Focus Xedit.
  6. Click gnome-terminal's title bar.

  Expected and observed: Xedit relinquishes focus and gnome-terminal
  gets focus.

  Other Info
  --
  I can reproduce this in my main, up to date Lunar system in Xorg and also in 
a virtual machine with the 2023-03-24 09:02 iso 
(https://cdimage.ubuntu.com/daily-live/current/lunar-desktop-amd64.iso).

  What Could Go Wrong
  ---
  This fix is included in the upstream mutter 44.1 release. See LP: #2020225 
for more details.

  ProblemType: Bug
  DistroRelease: Ubuntu 23.04
  Package: gnome-shell 44.0-2ubuntu2
  ProcVersionSignature: Ubuntu 6.2.0-18.18-generic 6.2.6
  Uname: Linux 6.2.0-18-generic x86_64
  ApportVersion: 2.26.0-0ubuntu2
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Mar 29 11:53:02 2023
  DisplayManager: gdm3
  InstallationDate: Installed on 2022-05-16 (316 days ago)
  InstallationMedia: Xubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  RelatedPackageVersions: mutter-common 44.0-2ubuntu2
  SourcePackage: gnome-shell
  UpgradeStatus: Upgraded to lunar on 2023-01-17 (70 days ago)

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


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


[Desktop-packages] [Bug 2013216] Re: Single click on title bar does not transfer focus to target window (server side decorations in Xorg sessions)

2023-05-03 Thread Scott Wilson
Is there any specific date that Gnome 44.1 will be released for Lunar?

Also, FYI only, I've noticed that Firefox (snap, version 112.0.2-1, rev
2605) doesn't seem to suffer the same issue as other application
windows. I wonder why that is?

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

Title:
  Single click on title bar does not transfer focus to target window
  (server side decorations in Xorg sessions)

Status in Mutter:
  Fix Released
Status in mutter package in Ubuntu:
  Fix Committed

Bug description:
  Single clicking the title bar of windows without a complex title bar
  (namely a title bar with additional buttons besides the
  close/maximinze/minimize) does not transfer focus to them.

  Reproduction recipe:

  1. Open gnome-terminal.
  2. Run xedit.
  3. Focus gnome-terminal.
  4. Click Xedit's title bar.

  Expected: Xedit has focus.
  Observed: gnome-terminal retains focus.
  .
  5. Focus Xedit.
  6. Click gnome-terminal's title bar.

  Expected and observed: Xedit relinquishes focus and gnome-terminal
  gets focus.

  I can reproduce this in my main, up to date Lunar system in Xorg and
  also in a virtual machine with the 2023-03-24 09:02 iso
  (https://cdimage.ubuntu.com/daily-live/current/lunar-desktop-
  amd64.iso).

  ProblemType: Bug
  DistroRelease: Ubuntu 23.04
  Package: gnome-shell 44.0-2ubuntu2
  ProcVersionSignature: Ubuntu 6.2.0-18.18-generic 6.2.6
  Uname: Linux 6.2.0-18-generic x86_64
  ApportVersion: 2.26.0-0ubuntu2
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Mar 29 11:53:02 2023
  DisplayManager: gdm3
  InstallationDate: Installed on 2022-05-16 (316 days ago)
  InstallationMedia: Xubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  RelatedPackageVersions: mutter-common 44.0-2ubuntu2
  SourcePackage: gnome-shell
  UpgradeStatus: Upgraded to lunar on 2023-01-17 (70 days ago)

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


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


[Desktop-packages] [Bug 871113] Re: package libreoffice-calc (not installed) failed to install/upgrade: short read on buffer copy for backend dpkg-deb during `./usr/lib/libreoffice/basis3.3/program/li

2011-10-09 Thread Scott Wilson
Nope, problem soled. Thanks. I'll try that in the future if this happens
again.

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

Title:
  package libreoffice-calc (not installed) failed to install/upgrade:
  short read on buffer copy for backend dpkg-deb during
  `./usr/lib/libreoffice/basis3.3/program/libsclx.so'

Status in “libreoffice” package in Ubuntu:
  Incomplete

Bug description:
  After updating from a fresh install, the Libreoffice-calc package
  failed to install.

  ProblemType: Package
  DistroRelease: Ubuntu 11.04
  Package: libreoffice-calc (not installed)
  ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
  Uname: Linux 2.6.38-8-generic x86_64
  NonfreeKernelModules: nvidia
  AptOrdering:
   libreoffice-calc: Install
   libreoffice-calc: Configure
  Architecture: amd64
  Date: Sat Oct  8 21:47:33 2011
  DpkgTerminalLog:
   Unpacking libreoffice-calc (from 
.../libreoffice-calc_1%3a3.3.4-0ubuntu1_amd64.deb) ...
   xz: (stdin): Compressed data is corrupt
   dpkg-deb: error: subprocess decompress returned error exit status 1
   dpkg: error processing 
/var/cache/apt/archives/libreoffice-calc_1%3a3.3.4-0ubuntu1_amd64.deb 
(--unpack):
short read on buffer copy for backend dpkg-deb during 
`./usr/lib/libreoffice/basis3.3/program/libsclx.so'
  ErrorMessage: short read on buffer copy for backend dpkg-deb during 
`./usr/lib/libreoffice/basis3.3/program/libsclx.so'
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
  SourcePackage: libreoffice
  Title: package libreoffice-calc (not installed) failed to install/upgrade: 
short read on buffer copy for backend dpkg-deb during 
`./usr/lib/libreoffice/basis3.3/program/libsclx.so'
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 871113] [NEW] package libreoffice-calc (not installed) failed to install/upgrade: short read on buffer copy for backend dpkg-deb during `./usr/lib/libreoffice/basis3.3/program/

2011-10-08 Thread Scott Wilson
Public bug reported:

After updating from a fresh install, the Libreoffice-calc package failed
to install.

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: libreoffice-calc (not installed)
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic x86_64
NonfreeKernelModules: nvidia
AptOrdering:
 libreoffice-calc: Install
 libreoffice-calc: Configure
Architecture: amd64
Date: Sat Oct  8 21:47:33 2011
DpkgTerminalLog:
 Unpacking libreoffice-calc (from 
.../libreoffice-calc_1%3a3.3.4-0ubuntu1_amd64.deb) ...
 xz: (stdin): Compressed data is corrupt
 dpkg-deb: error: subprocess decompress returned error exit status 1
 dpkg: error processing 
/var/cache/apt/archives/libreoffice-calc_1%3a3.3.4-0ubuntu1_amd64.deb 
(--unpack):
  short read on buffer copy for backend dpkg-deb during 
`./usr/lib/libreoffice/basis3.3/program/libsclx.so'
ErrorMessage: short read on buffer copy for backend dpkg-deb during 
`./usr/lib/libreoffice/basis3.3/program/libsclx.so'
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
SourcePackage: libreoffice
Title: package libreoffice-calc (not installed) failed to install/upgrade: 
short read on buffer copy for backend dpkg-deb during 
`./usr/lib/libreoffice/basis3.3/program/libsclx.so'
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package natty

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

Title:
  package libreoffice-calc (not installed) failed to install/upgrade:
  short read on buffer copy for backend dpkg-deb during
  `./usr/lib/libreoffice/basis3.3/program/libsclx.so'

Status in “libreoffice” package in Ubuntu:
  New

Bug description:
  After updating from a fresh install, the Libreoffice-calc package
  failed to install.

  ProblemType: Package
  DistroRelease: Ubuntu 11.04
  Package: libreoffice-calc (not installed)
  ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
  Uname: Linux 2.6.38-8-generic x86_64
  NonfreeKernelModules: nvidia
  AptOrdering:
   libreoffice-calc: Install
   libreoffice-calc: Configure
  Architecture: amd64
  Date: Sat Oct  8 21:47:33 2011
  DpkgTerminalLog:
   Unpacking libreoffice-calc (from 
.../libreoffice-calc_1%3a3.3.4-0ubuntu1_amd64.deb) ...
   xz: (stdin): Compressed data is corrupt
   dpkg-deb: error: subprocess decompress returned error exit status 1
   dpkg: error processing 
/var/cache/apt/archives/libreoffice-calc_1%3a3.3.4-0ubuntu1_amd64.deb 
(--unpack):
short read on buffer copy for backend dpkg-deb during 
`./usr/lib/libreoffice/basis3.3/program/libsclx.so'
  ErrorMessage: short read on buffer copy for backend dpkg-deb during 
`./usr/lib/libreoffice/basis3.3/program/libsclx.so'
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
  SourcePackage: libreoffice
  Title: package libreoffice-calc (not installed) failed to install/upgrade: 
short read on buffer copy for backend dpkg-deb during 
`./usr/lib/libreoffice/basis3.3/program/libsclx.so'
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 871113] Re: package libreoffice-calc (not installed) failed to install/upgrade: short read on buffer copy for backend dpkg-deb during `./usr/lib/libreoffice/basis3.3/program/li

2011-10-08 Thread Scott Wilson
-- 
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/871113

Title:
  package libreoffice-calc (not installed) failed to install/upgrade:
  short read on buffer copy for backend dpkg-deb during
  `./usr/lib/libreoffice/basis3.3/program/libsclx.so'

Status in “libreoffice” package in Ubuntu:
  New

Bug description:
  After updating from a fresh install, the Libreoffice-calc package
  failed to install.

  ProblemType: Package
  DistroRelease: Ubuntu 11.04
  Package: libreoffice-calc (not installed)
  ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
  Uname: Linux 2.6.38-8-generic x86_64
  NonfreeKernelModules: nvidia
  AptOrdering:
   libreoffice-calc: Install
   libreoffice-calc: Configure
  Architecture: amd64
  Date: Sat Oct  8 21:47:33 2011
  DpkgTerminalLog:
   Unpacking libreoffice-calc (from 
.../libreoffice-calc_1%3a3.3.4-0ubuntu1_amd64.deb) ...
   xz: (stdin): Compressed data is corrupt
   dpkg-deb: error: subprocess decompress returned error exit status 1
   dpkg: error processing 
/var/cache/apt/archives/libreoffice-calc_1%3a3.3.4-0ubuntu1_amd64.deb 
(--unpack):
short read on buffer copy for backend dpkg-deb during 
`./usr/lib/libreoffice/basis3.3/program/libsclx.so'
  ErrorMessage: short read on buffer copy for backend dpkg-deb during 
`./usr/lib/libreoffice/basis3.3/program/libsclx.so'
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
  SourcePackage: libreoffice
  Title: package libreoffice-calc (not installed) failed to install/upgrade: 
short read on buffer copy for backend dpkg-deb during 
`./usr/lib/libreoffice/basis3.3/program/libsclx.so'
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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