[Touch-packages] [Bug 1788541] [NEW] package libperl5.26 5.26.2-6 failed to install/upgrade: попытка перезаписать общий «/usr/share/doc/libperl5.26/changelog.Debian.gz», который отличается от других э

2018-08-22 Thread slava
Public bug reported:

Не устанавливаются обновления. Только сегодня.

ProblemType: Package
DistroRelease: Ubuntu 18.10
Package: libperl5.26 5.26.2-6
ProcVersionSignature: Ubuntu 4.17.0-7.8-generic 4.17.12
Uname: Linux 4.17.0-7-generic x86_64
ApportVersion: 2.20.10-0ubuntu7
Architecture: amd64
Date: Thu Aug 23 07:34:56 2018
ErrorMessage: попытка перезаписать общий 
«/usr/share/doc/libperl5.26/changelog.Debian.gz», который отличается от других 
экземпляров пакета libperl5.26:i386
InstallationDate: Installed on 2018-08-16 (6 days ago)
InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Alpha amd64 (20180723)
Python3Details: /usr/bin/python3.6, Python 3.6.6+, python3-minimal, 3.6.6-1
PythonDetails: /usr/bin/python2.7, Python 2.7.15, python-minimal, 2.7.15-3
RelatedPackageVersions:
 dpkg 1.19.0.5ubuntu3
 apt  1.7.0~alpha3
SourcePackage: perl
Title: package libperl5.26 5.26.2-6 failed to install/upgrade: попытка 
перезаписать общий «/usr/share/doc/libperl5.26/changelog.Debian.gz», который 
отличается от других экземпляров пакета libperl5.26:i386
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package cosmic

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to perl in Ubuntu.
https://bugs.launchpad.net/bugs/1788541

Title:
  package libperl5.26 5.26.2-6 failed to install/upgrade: попытка
  перезаписать общий «/usr/share/doc/libperl5.26/changelog.Debian.gz»,
  который отличается от других экземпляров пакета libperl5.26:i386

Status in perl package in Ubuntu:
  New

Bug description:
  Не устанавливаются обновления. Только сегодня.

  ProblemType: Package
  DistroRelease: Ubuntu 18.10
  Package: libperl5.26 5.26.2-6
  ProcVersionSignature: Ubuntu 4.17.0-7.8-generic 4.17.12
  Uname: Linux 4.17.0-7-generic x86_64
  ApportVersion: 2.20.10-0ubuntu7
  Architecture: amd64
  Date: Thu Aug 23 07:34:56 2018
  ErrorMessage: попытка перезаписать общий 
«/usr/share/doc/libperl5.26/changelog.Debian.gz», который отличается от других 
экземпляров пакета libperl5.26:i386
  InstallationDate: Installed on 2018-08-16 (6 days ago)
  InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Alpha amd64 (20180723)
  Python3Details: /usr/bin/python3.6, Python 3.6.6+, python3-minimal, 3.6.6-1
  PythonDetails: /usr/bin/python2.7, Python 2.7.15, python-minimal, 2.7.15-3
  RelatedPackageVersions:
   dpkg 1.19.0.5ubuntu3
   apt  1.7.0~alpha3
  SourcePackage: perl
  Title: package libperl5.26 5.26.2-6 failed to install/upgrade: попытка 
перезаписать общий «/usr/share/doc/libperl5.26/changelog.Debian.gz», который 
отличается от других экземпляров пакета libperl5.26:i386
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1745186] [NEW] tune2fs doesn't set UUID on a loopback device after mount/unmount

2018-01-24 Thread Slava Abramov
Public bug reported:

Below is the script we're running.  tune2fs doesn't set UUID (can be
checked with blkid) and exits abnormally (so that commands after tune2fs
call are not getting executed).

If we move tune2fs call above the mount command, everything works fine.
Also, it works fine everywhere else including Ubuntu 16.04.3.

#!/bin/bash
set -e
FOREMAN_SIZE=100
UUID="7b48ec41-a9fc-4937-b368-dfeae01c49f7"
MNT=$(mktemp -d -t mnt.XX)
trap "[[ -z "$MNT" ]] || rm -rf $MNT ||:" 0 1 2 3 15
if [[ -f foreman.tar.xz ]] && [[ ! -f foreman.img ]]; then
echo "Creating \"foreman\" home image ..."
qemu-img create -f raw -o size=${FOREMAN_SIZE}G foreman.img
lo=$(sudo losetup --show -f foreman.img)
echo -e "n\np\n\n\n\nw" | sudo fdisk $lo ||:
sudo kpartx -asv $lo
sudo mkfs.ext4 /dev/mapper/${lo##*/}p1
sudo mount /dev/mapper/${lo##*/}p1 $MNT
sudo tar -C $MNT -Jxvf foreman.tar.xz
sudo umount $MNT
sudo tune2fs /dev/mapper/${lo##*/}p1 -U $UUID
sudo kpartx -d $lo
sudo losetup -d $lo
fi

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: e2fsprogs 1.43.5-1
ProcVersionSignature: Ubuntu 4.13.0-31.34-generic 4.13.13
Uname: Linux 4.13.0-31-generic x86_64
ApportVersion: 2.20.7-0ubuntu3.7
Architecture: amd64
CurrentDesktop: XFCE
Date: Wed Jan 24 12:02:26 2018
InstallationDate: Installed on 2018-01-10 (14 days ago)
InstallationMedia: Xubuntu 17.10 "Artful Aardvark" - Release amd64 (20171017.1)
SourcePackage: e2fsprogs
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug artful

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to e2fsprogs in Ubuntu.
https://bugs.launchpad.net/bugs/1745186

Title:
  tune2fs doesn't set UUID on a loopback device after mount/unmount

Status in e2fsprogs package in Ubuntu:
  New

Bug description:
  Below is the script we're running.  tune2fs doesn't set UUID (can be
  checked with blkid) and exits abnormally (so that commands after
  tune2fs call are not getting executed).

  If we move tune2fs call above the mount command, everything works
  fine.  Also, it works fine everywhere else including Ubuntu 16.04.3.

  #!/bin/bash
  set -e
  FOREMAN_SIZE=100
  UUID="7b48ec41-a9fc-4937-b368-dfeae01c49f7"
  MNT=$(mktemp -d -t mnt.XX)
  trap "[[ -z "$MNT" ]] || rm -rf $MNT ||:" 0 1 2 3 15
  if [[ -f foreman.tar.xz ]] && [[ ! -f foreman.img ]]; then
  echo "Creating \"foreman\" home image ..."
  qemu-img create -f raw -o size=${FOREMAN_SIZE}G foreman.img
  lo=$(sudo losetup --show -f foreman.img)
  echo -e "n\np\n\n\n\nw" | sudo fdisk $lo ||:
  sudo kpartx -asv $lo
  sudo mkfs.ext4 /dev/mapper/${lo##*/}p1
  sudo mount /dev/mapper/${lo##*/}p1 $MNT
  sudo tar -C $MNT -Jxvf foreman.tar.xz
  sudo umount $MNT
  sudo tune2fs /dev/mapper/${lo##*/}p1 -U $UUID
  sudo kpartx -d $lo
  sudo losetup -d $lo
  fi

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: e2fsprogs 1.43.5-1
  ProcVersionSignature: Ubuntu 4.13.0-31.34-generic 4.13.13
  Uname: Linux 4.13.0-31-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3.7
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Wed Jan 24 12:02:26 2018
  InstallationDate: Installed on 2018-01-10 (14 days ago)
  InstallationMedia: Xubuntu 17.10 "Artful Aardvark" - Release amd64 
(20171017.1)
  SourcePackage: e2fsprogs
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1577494] Re: application dies with 'VMware: vmw_ioctl_command error Invalid argument.'

2017-01-07 Thread Slava
Sorry, I have just spotted that this thread is for Stellarium but I run
Gazebo simulator and encountered the same issue. The solution fixed the
issue for me with Gazebo.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1577494

Title:
  application dies with 'VMware: vmw_ioctl_command error Invalid
  argument.'

Status in ROS:
  New
Status in Stellarium:
  Incomplete
Status in blender package in Ubuntu:
  Confirmed
Status in mesa package in Ubuntu:
  New

Bug description:
  running stellarium in ubuntu 16.04 in a VMWare 12.1.1 virtual machine.
  thanks.

  


  jstokes@ubuntu1604:~$ stellarium

  ** (stellarium:1768): WARNING **: Couldn't connect to accessibility bus: 
Failed to connect to socket /tmp/dbus-6Rt5CAvHFy: Connection refused
   ---
  [ This is Stellarium 0.14.3 - http://www.stellarium.org ]
  [ Copyright (C) 2000-2016 Fabien Chereau et al. ]
   ---
  Writing log file to: "/home/jstokes/.stellarium/log.txt"
  File search paths:
0 .  "/home/jstokes/.stellarium"
1 .  "/usr/share/stellarium"
  Config file is:  "/home/jstokes/.stellarium/config.ini"
  Detected: OpenGL "3.0"
  Driver version string: "3.0 Mesa 11.2.0"
  GL vendor is "VMware, Inc."
  GL renderer is "Gallium 0.4 on SVGA3D; build: RELEASE;  LLVM;"
  GL Shading Language version is "1.30"
  MESA Version Number detected:  11.2
  Mesa version is fine, we should not see a graphics problem.
  GLSL Version Number detected:  1.3
  GLSL version is fine, we should not see a graphics problem.
  Cache directory is:  "/home/jstokes/.cache/stellarium/stellarium"
  Sky language is  "en_US"
  Application language is  "en_US"
  Loading Solar System data ...
  Loading star data ...
  "Loading \"/usr/share/stellarium/stars/default/stars_0_0v0_5.cat\": 0_0v0_2; 
4963"
  "Loading \"/usr/share/stellarium/stars/default/stars_1_0v0_5.cat\": 1_0v0_2; 
21598"
  "Loading \"/usr/share/stellarium/stars/default/stars_2_0v0_5.cat\": 2_0v0_2; 
150090"
  "Loading \"/usr/share/stellarium/stars/default/stars_3_1v0_3.cat\": 3_1v0_3; 
428466"
  Finished loading star catalogue data, max_geodesic_level:  3
  navigation/preset_sky_time is a double - treating as jday: "2451514.25001"
  Reloading DSO data...
  Loaded 10756 DSO records
  Loading DSO name data ...
  Loaded 221 / 297 DSO name records successfully
  Loading star names from 
"/usr/share/stellarium/skycultures/western/star_names.fab"
  Loaded 339 / 339 common star names
  Loading star names from "/usr/share/stellarium/stars/default/name.fab"
  Loaded 4506 / 4506 scientific star names
  Loading variable stars from 
"/usr/share/stellarium/stars/default/gcvs_hip_part.dat"
  Loaded 6916 / 6916 variable stars
  Loading cross-index data from 
"/usr/share/stellarium/stars/default/cross-index.dat"
  Loaded 108279 / 108279 cross-index data records
  Loaded 88 / 88 constellation records successfully for culture "western"
  Loaded 85 / 85 constellation art records successfully for culture "western"
  Loaded 88 / 88 constellation names
  Loading constellation boundary data ... 
  Loaded 782 constellation boundary segments
  Initializing basic GL shaders... 
  Creating GUI ...
  Loaded plugin "Exoplanets"
  Exoplanets: version of the format of the catalog: 1
  Exoplanets: loading catalog file: 
"/home/jstokes/.stellarium/modules/Exoplanets/exoplanets.json"
  Loaded plugin "FOV"
  Loaded plugin "MeteorShowers"
  MeteorShowersMgr: Loading catalog file: 
"/home/jstokes/.stellarium/modules/MeteorShowers/showers.json"
  Loaded plugin "Novae"
  Novae: version of the catalog: 1
  Novae: loading catalog file: 
"/home/jstokes/.stellarium/modules/Novae/novae.json"
  Loaded plugin "Oculars"
  Ocular plugin - press Command-O to toggle eyepiece view mode. Press ALT-o for 
configuration.
  Oculars::validateIniFile ocular.ini exists at:  
"/home/jstokes/.stellarium/modules/Oculars/ocular.ini" . Checking version...
  Oculars::validateIniFile found existing ini file version  3
  Loaded plugin "Satellites"
  Satellites: loading catalog file: 
"/home/jstokes/.stellarium/modules/Satellites/satellites.json"
  Satellite has invalid orbit: "FLOCK 1B-27" "40422"
  Satellite has invalid orbit: "FLOCK 1B-22" "40428"
  Satellite has invalid orbit: "FLOCK 1B-10" "40429"
  Satellite has invalid orbit: "FLOCK 1B-5" "40453"
  Satellite has invalid orbit: "FLOCK 1B-6" "40454"
  Satellite has invalid orbit: "FLOCK 1B-12" "40460"
  Loaded plugin "SolarSystemEditor"
  Using the ssystem.ini file that already exists in the user directory...
  Unable to find module called "TimeZoneConfiguration"
  Loaded plugin "TimeZoneConfiguration"
  VMware: vmw_ioctl_command error Invalid argument.
  Aborted (core dumped)

To manage 

[Touch-packages] [Bug 1577494] Re: application dies with 'VMware: vmw_ioctl_command error Invalid argument.'

2017-01-07 Thread Slava
Hugo Roddes solutions works for me.

Thanks!

Info:

Ubuntu 16.04
VMware Fusion 8.5.3

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1577494

Title:
  application dies with 'VMware: vmw_ioctl_command error Invalid
  argument.'

Status in ROS:
  New
Status in Stellarium:
  Incomplete
Status in blender package in Ubuntu:
  Confirmed
Status in mesa package in Ubuntu:
  New

Bug description:
  running stellarium in ubuntu 16.04 in a VMWare 12.1.1 virtual machine.
  thanks.

  


  jstokes@ubuntu1604:~$ stellarium

  ** (stellarium:1768): WARNING **: Couldn't connect to accessibility bus: 
Failed to connect to socket /tmp/dbus-6Rt5CAvHFy: Connection refused
   ---
  [ This is Stellarium 0.14.3 - http://www.stellarium.org ]
  [ Copyright (C) 2000-2016 Fabien Chereau et al. ]
   ---
  Writing log file to: "/home/jstokes/.stellarium/log.txt"
  File search paths:
0 .  "/home/jstokes/.stellarium"
1 .  "/usr/share/stellarium"
  Config file is:  "/home/jstokes/.stellarium/config.ini"
  Detected: OpenGL "3.0"
  Driver version string: "3.0 Mesa 11.2.0"
  GL vendor is "VMware, Inc."
  GL renderer is "Gallium 0.4 on SVGA3D; build: RELEASE;  LLVM;"
  GL Shading Language version is "1.30"
  MESA Version Number detected:  11.2
  Mesa version is fine, we should not see a graphics problem.
  GLSL Version Number detected:  1.3
  GLSL version is fine, we should not see a graphics problem.
  Cache directory is:  "/home/jstokes/.cache/stellarium/stellarium"
  Sky language is  "en_US"
  Application language is  "en_US"
  Loading Solar System data ...
  Loading star data ...
  "Loading \"/usr/share/stellarium/stars/default/stars_0_0v0_5.cat\": 0_0v0_2; 
4963"
  "Loading \"/usr/share/stellarium/stars/default/stars_1_0v0_5.cat\": 1_0v0_2; 
21598"
  "Loading \"/usr/share/stellarium/stars/default/stars_2_0v0_5.cat\": 2_0v0_2; 
150090"
  "Loading \"/usr/share/stellarium/stars/default/stars_3_1v0_3.cat\": 3_1v0_3; 
428466"
  Finished loading star catalogue data, max_geodesic_level:  3
  navigation/preset_sky_time is a double - treating as jday: "2451514.25001"
  Reloading DSO data...
  Loaded 10756 DSO records
  Loading DSO name data ...
  Loaded 221 / 297 DSO name records successfully
  Loading star names from 
"/usr/share/stellarium/skycultures/western/star_names.fab"
  Loaded 339 / 339 common star names
  Loading star names from "/usr/share/stellarium/stars/default/name.fab"
  Loaded 4506 / 4506 scientific star names
  Loading variable stars from 
"/usr/share/stellarium/stars/default/gcvs_hip_part.dat"
  Loaded 6916 / 6916 variable stars
  Loading cross-index data from 
"/usr/share/stellarium/stars/default/cross-index.dat"
  Loaded 108279 / 108279 cross-index data records
  Loaded 88 / 88 constellation records successfully for culture "western"
  Loaded 85 / 85 constellation art records successfully for culture "western"
  Loaded 88 / 88 constellation names
  Loading constellation boundary data ... 
  Loaded 782 constellation boundary segments
  Initializing basic GL shaders... 
  Creating GUI ...
  Loaded plugin "Exoplanets"
  Exoplanets: version of the format of the catalog: 1
  Exoplanets: loading catalog file: 
"/home/jstokes/.stellarium/modules/Exoplanets/exoplanets.json"
  Loaded plugin "FOV"
  Loaded plugin "MeteorShowers"
  MeteorShowersMgr: Loading catalog file: 
"/home/jstokes/.stellarium/modules/MeteorShowers/showers.json"
  Loaded plugin "Novae"
  Novae: version of the catalog: 1
  Novae: loading catalog file: 
"/home/jstokes/.stellarium/modules/Novae/novae.json"
  Loaded plugin "Oculars"
  Ocular plugin - press Command-O to toggle eyepiece view mode. Press ALT-o for 
configuration.
  Oculars::validateIniFile ocular.ini exists at:  
"/home/jstokes/.stellarium/modules/Oculars/ocular.ini" . Checking version...
  Oculars::validateIniFile found existing ini file version  3
  Loaded plugin "Satellites"
  Satellites: loading catalog file: 
"/home/jstokes/.stellarium/modules/Satellites/satellites.json"
  Satellite has invalid orbit: "FLOCK 1B-27" "40422"
  Satellite has invalid orbit: "FLOCK 1B-22" "40428"
  Satellite has invalid orbit: "FLOCK 1B-10" "40429"
  Satellite has invalid orbit: "FLOCK 1B-5" "40453"
  Satellite has invalid orbit: "FLOCK 1B-6" "40454"
  Satellite has invalid orbit: "FLOCK 1B-12" "40460"
  Loaded plugin "SolarSystemEditor"
  Using the ssystem.ini file that already exists in the user directory...
  Unable to find module called "TimeZoneConfiguration"
  Loaded plugin "TimeZoneConfiguration"
  VMware: vmw_ioctl_command error Invalid argument.
  Aborted (core dumped)

To manage notifications about this bug go to:

[Touch-packages] [Bug 1448229] Re: Launcher Trash icon: Empty Trash option opens nautilus @ home

2015-06-02 Thread Slava
*** This bug is a duplicate of bug 1445595 ***
https://bugs.launchpad.net/bugs/1445595

When you fix this nasty bug? First report about this bug was TWO MONTH
ago!!!

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1448229

Title:
  Launcher Trash icon: Empty Trash option opens nautilus @ home

Status in unity package in Ubuntu:
  Confirmed

Bug description:
  Test case:
  Add a file to trash if none already
  Right click on Unity launcher trash icon  click on Empty Trash option
  nautilus open a window @ home folder

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: unity 7.3.2+15.04.20150420-0ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CurrentDesktop: Unity
  Date: Fri Apr 24 13:11:02 2015
  InstallationDate: Installed on 2015-04-24 (0 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1445595] Re: Empty Trash Results in File Windows Opening

2015-05-12 Thread Slava
I have the same bug. Ubuntu 15.04 - fresh install

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1445595

Title:
  Empty Trash Results in File Windows Opening

Status in Unity:
  New
Status in nautilus package in Ubuntu:
  Triaged
Status in unity package in Ubuntu:
  Triaged

Bug description:
  When selecting 'empty trash' from the launcher I get a dialog to
  confirm the deletion and a file window. When emptying trash from
  nautilus window only get confirmation dialog as expected.

  Expected behavior:
  - Only confirm dialog pop up.

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

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


[Touch-packages] [Bug 1448229] Re: Launcher Trash icon: Empty Trash option opens nautilus @ home

2015-05-10 Thread Slava
*** This bug is a duplicate of bug 1445595 ***
https://bugs.launchpad.net/bugs/1445595

I have the same bug. Ubuntu 15.04 - fresh install.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1448229

Title:
  Launcher Trash icon: Empty Trash option opens nautilus @ home

Status in unity package in Ubuntu:
  Confirmed

Bug description:
  Test case:
  Add a file to trash if none already
  Right click on Unity launcher trash icon  click on Empty Trash option
  nautilus open a window @ home folder

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: unity 7.3.2+15.04.20150420-0ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CurrentDesktop: Unity
  Date: Fri Apr 24 13:11:02 2015
  InstallationDate: Installed on 2015-04-24 (0 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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