[Touch-packages] [Bug 1723587] Re: language-pack-en : Depends: language-pack-en-base (>= 1:17.10+20171012) but 1:17.10+20170703 is to be installed

2017-10-14 Thread dino99
Got a partial upgrade (language-pack-en-base) but still missing the
'language-pack-gnome-en-base'

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

Title:
  language-pack-en : Depends: language-pack-en-base (>=
  1:17.10+20171012) but 1:17.10+20170703 is to be installed

Status in language-pack-en package in Ubuntu:
  Confirmed

Bug description:
  Latest version has been uploaded to Artful archive, but the upgrade
  cant be done. (20171002 -> 20171012)

  ==> waiting for the newer version upload to: language-pack-en-base &
  language-pack-gnome-en-base (20170703 -> 20171012)

  sudo apt-get upgrade language-pack-en
  [sudo] password for oem:
  Reading package lists... Done
  Building dependency tree
  Reading state information... Done
  Calculating upgrade... Done
  Some packages could not be installed. This may mean that you have requested 
an impossible situation or if you are using the unstable distribution that some 
required packages have not yet been created
  or been moved out of Incoming.
  The following information may help to resolve the situation:

  The following packages have unmet dependencies:
   language-pack-en : Depends: language-pack-en-base (>= 1:17.10+20171012) but 
1:17.10+20170703 is to be installed
  ---
  ApportVersion: 2.20.7-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 17.10
  EcryptfsInUse: Yes
  Package: language-pack-en 1:17.10+20171002
  PackageArchitecture: all
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Tags:  artful wayland-session
  Uname: Linux 4.13.0-16-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/language-pack-en/+bug/1723587/+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 1321958] Re: resize2fs does not start to actually grow an ext4

2017-10-14 Thread Danny Mann
Doesn't look like the fixed version was ever pushed out to Trusty. If you are 
using trusty and need this fixed, simply download the source to your machine 
and compile it. If you have the build-essential and git packages installed, 
it's quite simple. Clone the git repo source for the latest version and then cd 
into it and type:
./configure
make

After that, you will have the needed binaries in that folder. You can
run them directly from there when you want to use that version rather
than the on in Trusty.

I compiled 1.43.6 from source and used resize2fs from there to
successfully resize from 21 -> 24 TB on a RAID6.

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

Title:
  resize2fs does not start to actually grow an ext4

Status in e2fsprogs package in Ubuntu:
  Fix Released
Status in e2fsprogs source package in Trusty:
  Confirmed

Bug description:
  Ubuntu 14.04 LTS, all proposed updates done
  Kernel: 3.13.0-24-generic, 
  Package: e2fsprogs 1.42.9-3ubuntu1, 
  System: Haswell i7, 32GB RAM, LSI SAS 9207-8i HBA and LSI SAS 9211-8i HBA

  I tried to increse the size of an ext4 filesystem. Old size 20TB,
  wanted new size 28TB. I tried offline resize with "resize2fs -fp
  /dev/md2" and later online resize using "resize2fs -f /dev/md2". In
  both cases, after giving the command a rezise2fs process is created
  that uses nearly 100% cpu according to top, but it does not perform
  any actual resize. It only prints its version and date and then it
  does not finish for hours. I had it running for more than a day
  without finishing:

  root@marvin:~# resize2fs -f /dev/md2
  resize2fs 1.42.9 (4-Feb-2014)

  There is never more terminal output than that. It looks to me that
  resize2fs hangs in a endless calcualtion or loop or something similar.

  Some more info about the filesystem:

  root@marvin:~# tune2fs -l /dev/md2
  tune2fs 1.42.9 (4-Feb-2014)
  Filesystem volume name:   data
  Last mounted on:  /media/data01
  Filesystem UUID:  e3845e15-0336-47ae-8aec-df75acb217c5
  Filesystem magic number:  0xEF53
  Filesystem revision #:1 (dynamic)
  Filesystem features:  has_journal ext_attr resize_inode dir_index 
filetype needs_recovery extent 64bit flex_bg sparse_super large_file huge_file 
uninit_bg dir_nlink extra_isize
  Filesystem flags: signed_directory_hash 
  Default mount options:user_xattr acl
  Filesystem state: clean
  Errors behavior:  Continue
  Filesystem OS type:   Linux
  Inode count:  305225728
  Block count:  4883606400
  Reserved block count: 0
  Free blocks:  22919919
  Free inodes:  302894731
  First block:  0
  Block size:   4096
  Fragment size:4096
  Group descriptor size:64
  Reserved GDT blocks:  1024
  Blocks per group: 32768
  Fragments per group:  32768
  Inodes per group: 2048
  Inode blocks per group:   128
  RAID stride:  128
  RAID stripe width:640
  Flex block group size:16
  Filesystem created:   Fri Sep 20 19:45:01 2013
  Last mount time:  Tue May 20 02:14:37 2014
  Last write time:  Tue May 20 02:14:37 2014
  Mount count:  3
  Maximum mount count:  -1
  Last checked: Tue May 20 01:34:05 2014
  Check interval:   0 ()
  Lifetime writes:  34 TB
  Reserved blocks uid:  0 (user root)
  Reserved blocks gid:  0 (group root)
  First inode:  11
  Inode size:  256
  Required extra isize: 28
  Desired extra isize:  28
  Journal inode:8
  Default directory hash:   half_md4
  Directory Hash Seed:  569ec5fc-4d5e-4639-bef3-42cde5fbe948
  Journal backup:   inode blocks

  
  I did also run an filesystem check:

  root@marvin:~# e2fsck -vfp /dev/md2
  
   2330890 inodes used (0.76%, out of 305225728)
 14882 non-contiguous files (0.6%)
   949 non-contiguous directories (0.0%)
   # of inodes with ind/dind/tind blocks: 0/0/0
   Extent depth histogram: 2317190/13041/651
4868171016 blocks used (99.68%, out of 4883606400)
 0 bad blocks
  1654 large files

   2273776 regular files
 57105 directories
 0 character device files
 0 block device files
 0 fifos
 0 links
 0 symbolic links (0 fast symbolic links)
 0 sockets
  
   2330881 files

  The underlying device is an mdadm RAID6 that was grown from 7 

[Touch-packages] [Bug 1606078] Re: No sound with Ubuntu 16.04

2017-10-14 Thread Launchpad Bug Tracker
[Expired for alsa-driver (Ubuntu) because there has been no activity for
60 days.]

** Changed in: alsa-driver (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  No sound with Ubuntu 16.04

Status in alsa-driver package in Ubuntu:
  Expired

Bug description:
  After a fresh install of Ubuntu 16.04.1 on an LG S1 Express Dual
  laptop there was no sound from the speakers unless external speakers
  where hooked to the headphones socket. This applies to the Ubuntu
  Mate, Xubuntu and Lubuntu variants. This laptop was working fine for
  all previous releases up to 14.04.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
  Uname: Linux 4.4.0-31-generic i686
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  bashar 3263 F pulseaudio
  CurrentDesktop: Unity
  Date: Mon Jul 25 01:51:19 2016
  InstallationDate: Installed on 2016-07-24 (0 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release i386 (20160719)
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Intel failed
  Symptom_Card: Built-in Audio - HDA Intel
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  bashar 3263 F pulseaudio
  Symptom_Jack: Line Out, Internal
  Symptom_Type: No sound at all
  Title: [S1-M401E1, Realtek ALC880, Line Out, Internal] No sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/16/2006
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: RKYWSF0B
  dmi.board.name: ROCKY
  dmi.board.vendor: LG Electronics
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LG Electronics
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrRKYWSF0B:bd02/16/2006:svnLGElectronics:pnS1-M401E1:pvrNotApplicable:rvnLGElectronics:rnROCKY:rvrNotApplicable:cvnLGElectronics:ct10:cvrN/A:
  dmi.product.name: S1-M401E1
  dmi.product.version: Not Applicable
  dmi.sys.vendor: LG Electronics

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1606078/+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 1710853] Re: [Artful] Some appearance bugs in Ambiance

2017-10-14 Thread Launchpad Bug Tracker
[Expired for ubuntu-themes (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: ubuntu-themes (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  [Artful] Some appearance bugs in Ambiance

Status in ubuntu-themes package in Ubuntu:
  Expired

Bug description:
  See screenshots.

  Firefox : too small arrows (does not happen in Chromium, e.g., ok using 
Adwaita)
  Evolution : attachment bar, when displayed and expanded, is truncated (ok 
using Adwaita) ; it is needed to hover one of the icons to full display it
  Synaptic : error text field is too small (ok using Adwaita)
  Tweaks : misplaced menu bar separator (ok using Adwaita), the separator 
should be aligned with menu field below

  (Please note that the ubuntu-fr-artful tag is here due to Didier
  Roche's request.)

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: light-themes 16.10+17.10.20170703-0ubuntu1
  ProcVersionSignature: Ubuntu 4.12.0-11.12-generic 4.12.5
  Uname: Linux 4.12.0-11-generic x86_64
  ApportVersion: 2.20.6-0ubuntu5
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Tue Aug 15 11:57:47 2017
  InstallationDate: Installed on 2016-12-12 (245 days ago)
  InstallationMedia: Ubuntu-GNOME 17.04 "Zesty Zapus" - Alpha amd64 (20161211)
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  SourcePackage: ubuntu-themes
  UpgradeStatus: Upgraded to artful on 2017-05-04 (102 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-themes/+bug/1710853/+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 1710925] Re: package apt 1.2.24 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting configuration

2017-10-14 Thread Launchpad Bug Tracker
[Expired for apt (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  package apt 1.2.24 failed to install/upgrade: package is in a very bad
  inconsistent state; you should  reinstall it before attempting
  configuration

Status in apt package in Ubuntu:
  Expired

Bug description:
  don't know

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: apt 1.2.24
  ProcVersionSignature: Ubuntu 4.4.0-89.112-generic 4.4.76
  Uname: Linux 4.4.0-89-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.10
  AptOrdering:
   apt: Configure
   apt-utils: Install
   apt-utils: Configure
   NULL: ConfigurePending
  Architecture: amd64
  Date: Tue Aug 15 17:41:54 2017
  DpkgTerminalLog:
   dpkg: error processing package apt (--configure):
package is in a very bad inconsistent state; you should
reinstall it before attempting configuration
  ErrorMessage: package is in a very bad inconsistent state; you should  
reinstall it before attempting configuration
  InstallationDate: Installed on 2016-08-10 (370 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.2
   apt  1.2.24
  SourcePackage: apt
  Title: package apt 1.2.24 failed to install/upgrade: package is in a very bad 
inconsistent state; you should  reinstall it before attempting configuration
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1710925/+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 1723692] [NEW] package gconf2 3.2.6-3ubuntu6 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1

2017-10-14 Thread Heriberto Sanchez Castro
Public bug reported:

no desinstala los programas que ya no son necesarios, ni por terminal ni
por el centro de software

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: gconf2 3.2.6-3ubuntu6
ProcVersionSignature: Ubuntu 4.10.0-37.41~16.04.1-generic 4.10.17
Uname: Linux 4.10.0-37-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.10
Architecture: amd64
Date: Sat Oct 14 21:17:24 2017
ErrorMessage: el subproceso instalado el script post-installation devolvió el 
código de salida de error 1
InstallationDate: Installed on 2017-09-14 (30 days ago)
InstallationMedia: Ubuntu-GNOME 16.04.3 LTS "Xenial Xerus" - Release amd64 
(20170801)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.2
 apt  1.2.24
SourcePackage: gconf
Title: package gconf2 3.2.6-3ubuntu6 failed to install/upgrade: el subproceso 
instalado el script post-installation devolvió el código de salida de error 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package xenial

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

Title:
  package gconf2 3.2.6-3ubuntu6 failed to install/upgrade: el subproceso
  instalado el script post-installation devolvió el código de salida de
  error 1

Status in gconf package in Ubuntu:
  New

Bug description:
  no desinstala los programas que ya no son necesarios, ni por terminal
  ni por el centro de software

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: gconf2 3.2.6-3ubuntu6
  ProcVersionSignature: Ubuntu 4.10.0-37.41~16.04.1-generic 4.10.17
  Uname: Linux 4.10.0-37-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  Date: Sat Oct 14 21:17:24 2017
  ErrorMessage: el subproceso instalado el script post-installation devolvió el 
código de salida de error 1
  InstallationDate: Installed on 2017-09-14 (30 days ago)
  InstallationMedia: Ubuntu-GNOME 16.04.3 LTS "Xenial Xerus" - Release amd64 
(20170801)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.2
   apt  1.2.24
  SourcePackage: gconf
  Title: package gconf2 3.2.6-3ubuntu6 failed to install/upgrade: el subproceso 
instalado el script post-installation devolvió el código de salida de error 1
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gconf/+bug/1723692/+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 1575779] Re: hostnamectl fails under lxd unpriv container

2017-10-14 Thread Dimitri John Ledkov
systemd-hostnamed.service in artful specifies PrivateNetwork=yes,
however this fails to setup under upriv container, and thus systemd-
hostnamed fails to even start now:

root@test20170919:~# systemctl status systemd-hostnamed
● systemd-hostnamed.service - Hostname Service
   Loaded: loaded (/lib/systemd/system/systemd-hostnamed.service; static; 
vendor preset: enabled)
   Active: failed (Result: exit-code) since Sat 2017-10-14 23:41:54 UTC; 1min 
34s ago
 Docs: man:systemd-hostnamed.service(8)
   man:hostname(5)
   man:machine-info(5)
   https://www.freedesktop.org/wiki/Software/systemd/hostnamed
  Process: 1245 ExecStart=/lib/systemd/systemd-hostnamed (code=exited, 
status=225/NETWORK)
 Main PID: 1245 (code=exited, status=225/NETWORK)
  CPU: 909us

Oct 14 23:41:54 test20170919 systemd[1]: systemd-hostnamed.service: Failed to 
set invocation ID on control group /system.slice/systemd-hostnamed.service, 
ignoring: Operation not permitted
Oct 14 23:41:54 test20170919 systemd[1]: Starting Hostname Service...
Oct 14 23:41:54 test20170919 systemd[1]: systemd-hostnamed.service: Main 
process exited, code=exited, status=225/NETWORK
Oct 14 23:41:54 test20170919 systemd[1]: Failed to start Hostname Service.
Oct 14 23:41:54 test20170919 systemd[1]: systemd-hostnamed.service: Unit 
entered failed state.
Oct 14 23:41:54 test20170919 systemd[1]: systemd-hostnamed.service: Failed with 
result 'exit-code'.

Not sure how to get this fixed.

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

Title:
  hostnamectl fails under lxd unpriv container

Status in apparmor package in Ubuntu:
  Triaged

Bug description:
  1.  % lsb_release -rd
  Description:  Ubuntu 16.04 LTS
  Release:  16.04

  2.  % apt-cache policy apparmor
  apparmor:
Installed: 2.10.95-0ubuntu2
Candidate: 2.10.95-0ubuntu2
Version table:
   *** 2.10.95-0ubuntu2 500
  500 http://us.archive.ubuntu.com/ubuntu xenial/main amd64 Packages
  100 /var/lib/dpkg/status
  % apt-cache policy lxd
  lxd:
Installed: 2.0.0-0ubuntu4
Candidate: 2.0.0-0ubuntu4
Version table:
   *** 2.0.0-0ubuntu4 500
  500 http://us.archive.ubuntu.com/ubuntu xenial/main amd64 Packages
  100 /var/lib/dpkg/status

  3. lxc launch ubuntu-daily:xenial x1
  lxc exec x1 /bin/bash

  root@x1:~# hostnamectl status 
 Static hostname: x1
   Icon name: computer-container
 Chassis: container
  Machine ID: 833b8548c7ce4118b4c9c5c3ae4f133d
 Boot ID: 9d5fbb053cf7494589c0863a0a4cf0ca
  Virtualization: lxc
Operating System: Ubuntu 16.04 LTS
  Kernel: Linux 4.4.0-18-generic
Architecture: x86-64

  
  4. hostnamectl status hangs indefinitely

  On the host, there are some audit messages for each invocation of
  hostnamectl

  [411617.032274] audit: type=1400 audit(1461695563.731:100):
  apparmor="DENIED" operation="file_lock" profile="lxd-
  x1_" pid=17100 comm="(ostnamed)" family="unix"
  sock_type="dgram" protocol=0 addr=none

  It's related to socket activation.  One can workaround this by running
  systemd-hostnamed in the background first

  root@x1:~# /lib/systemd/systemd-hostnamed & 
  [1] 2462
  root@x1:~# hostnamectl status 
 Static hostname: x1
   Icon name: computer-container
 Chassis: container
  Machine ID: 833b8548c7ce4118b4c9c5c3ae4f133d
 Boot ID: 9d5fbb053cf7494589c0863a0a4cf0ca
  Virtualization: lxc
Operating System: Ubuntu 16.04 LTS
  Kernel: Linux 4.4.0-18-generic
Architecture: x86-64

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: apparmor 2.10.95-0ubuntu2
  ProcVersionSignature: Ubuntu 4.4.0-18.34-generic 4.4.6
  Uname: Linux 4.4.0-18-generic x86_64
  NonfreeKernelModules: zfs zunicode zcommon znvpair zavl
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:GNOME
  Date: Wed Apr 27 11:19:27 2016
  InstallationDate: Installed on 2016-01-01 (117 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20151209)
  ProcKernelCmdline: BOOT_IMAGE=/boot/vmlinuz-4.4.0-18-generic 
root=UUID=e0b8b294-f364-4ef5-aa70-1916cdd37192 ro quiet splash vt.handoff=7
  SourcePackage: apparmor
  Syslog:
   
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/1575779/+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


Re: [Touch-packages] [Bug 1701289] Re: gnome-shell crashed with signal 5 in XIGetClientPointer() from gdk_x11_display_get_default_seat()

2017-10-14 Thread Randy Flask
All good now!

On Fri, Oct 13, 2017 at 10:34 PM, Bug Watch Updater <
1701...@bugs.launchpad.net> wrote:

> ** Changed in: gtk
>Status: Unknown => Confirmed
>
> ** Changed in: gtk
>Importance: Unknown => Medium
>
> --
> You received this bug notification because you are subscribed to a
> duplicate bug report (1722089).
> https://bugs.launchpad.net/bugs/1701289
>
> Title:
>   gnome-shell crashed with signal 5 in XIGetClientPointer() from
>   gdk_x11_display_get_default_seat()
>
> Status in GTK+:
>   Confirmed
> Status in gtk+3.0 package in Ubuntu:
>   Confirmed
>
> Bug description:
>   https://errors.ubuntu.com/problem/fb179bc620e408d216f4b8700f714e
> 6ebb2ebf09
>
>   ---
>
>   cant login to gnome desktop
>
>   ProblemType: Crash
>   DistroRelease: Ubuntu 17.10
>   Package: gnome-shell 3.24.2-0ubuntu7
>   ProcVersionSignature: Ubuntu 4.10.0-22.24-generic 4.10.15
>   Uname: Linux 4.10.0-22-generic x86_64
>   NonfreeKernelModules: wl nvidia_uvm nvidia_drm nvidia_modeset nvidia
>   ApportVersion: 2.20.5-0ubuntu5
>   Architecture: amd64
>   CurrentDesktop: GNOME
>   Date: Thu Jun 29 16:14:29 2017
>   DisplayManager: lightdm
>   EcryptfsInUse: Yes
>   ExecutablePath: /usr/bin/gnome-shell
>   InstallationDate: Installed on 2017-03-25 (96 days ago)
>   InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Release amd64
> (20161012.2)
>   ProcCmdline: /usr/bin/gnome-shell
>   ProcEnviron:
>LANGUAGE=sv
>PATH=(custom, user)
>XDG_RUNTIME_DIR=
>LANG=sv_SE.UTF-8
>SHELL=/bin/bash
>   Signal: 5
>   SourcePackage: gnome-shell
>   StacktraceTop:
>() at /usr/lib/x86_64-linux-gnu/libX11.so.6
>() at /usr/lib/x86_64-linux-gnu/libX11.so.6
>_XReply () at /usr/lib/x86_64-linux-gnu/libX11.so.6
>XIGetClientPointer () at /usr/lib/x86_64-linux-gnu/libXi.so.6
>() at /usr/lib/x86_64-linux-gnu/libgdk-3.so.0
>   Title: gnome-shell crashed with signal 5
>   UpgradeStatus: No upgrade log present (probably fresh install)
>   UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/gtk/+bug/1701289/+subscriptions
>

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

Title:
  gnome-shell crashed with signal 5 in XIGetClientPointer() from
  gdk_x11_display_get_default_seat()

Status in GTK+:
  Confirmed
Status in gtk+3.0 package in Ubuntu:
  Confirmed

Bug description:
  https://errors.ubuntu.com/problem/fb179bc620e408d216f4b8700f714e6ebb2ebf09

  ---

  cant login to gnome desktop

  ProblemType: Crash
  DistroRelease: Ubuntu 17.10
  Package: gnome-shell 3.24.2-0ubuntu7
  ProcVersionSignature: Ubuntu 4.10.0-22.24-generic 4.10.15
  Uname: Linux 4.10.0-22-generic x86_64
  NonfreeKernelModules: wl nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.5-0ubuntu5
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Thu Jun 29 16:14:29 2017
  DisplayManager: lightdm
  EcryptfsInUse: Yes
  ExecutablePath: /usr/bin/gnome-shell
  InstallationDate: Installed on 2017-03-25 (96 days ago)
  InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.2)
  ProcCmdline: /usr/bin/gnome-shell
  ProcEnviron:
   LANGUAGE=sv
   PATH=(custom, user)
   XDG_RUNTIME_DIR=
   LANG=sv_SE.UTF-8
   SHELL=/bin/bash
  Signal: 5
  SourcePackage: gnome-shell
  StacktraceTop:
   () at /usr/lib/x86_64-linux-gnu/libX11.so.6
   () at /usr/lib/x86_64-linux-gnu/libX11.so.6
   _XReply () at /usr/lib/x86_64-linux-gnu/libX11.so.6
   XIGetClientPointer () at /usr/lib/x86_64-linux-gnu/libXi.so.6
   () at /usr/lib/x86_64-linux-gnu/libgdk-3.so.0
  Title: gnome-shell crashed with signal 5
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/gtk/+bug/1701289/+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 621909] Re: package language-pack-en 1:10.04 20100714 failed to install/upgrade: ErrorMessage: Package is in a very bad inconsistent state - you should reinstall it before attemp

2017-10-14 Thread Anthony Harrington
** Changed in: language-pack-en (Ubuntu)
   Status: New => Fix Released

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

Title:
  package language-pack-en 1:10.04 20100714 failed to install/upgrade:
  ErrorMessage: Package is in a very bad inconsistent state - you should
  reinstall it before attempting a removal.

Status in language-pack-en package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: language-pack-en

  that's all

  ProblemType: Package
  DistroRelease: Ubuntu 10.04
  Package: language-pack-en 1:10.04+20100714
  ProcVersionSignature: Ubuntu 2.6.32-24.39-generic 2.6.32.15+drm33.5
  Uname: Linux 2.6.32-24-generic x86_64
  Architecture: amd64
  Date: Fri Aug 20 16:42:10 2010
  ErrorMessage: ErrorMessage: Package is in a very bad inconsistent state - you 
should  reinstall it before attempting a removal.
  InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100429)
  PackageArchitecture: all
  SourcePackage: language-pack-en
  Title: package language-pack-en 1:10.04+20100714 failed to install/upgrade: 
ErrorMessage: Package is in a very bad inconsistent state - you should  
reinstall it before attempting a removal.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/language-pack-en/+bug/621909/+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 755798] Re: package language-pack-en 1:9.04 20090413 [modified: usr/share/doc/language-pack-en/changelog.gz] failed to install/upgrade: Package is in a very bad inconsistent stat

2017-10-14 Thread Anthony Harrington
** Changed in: language-pack-en (Ubuntu)
   Status: New => Fix Released

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

Title:
  package language-pack-en 1:9.04 20090413 [modified: usr/share/doc
  /language-pack-en/changelog.gz] failed to install/upgrade: Package is
  in a very bad inconsistent state - you should

Status in language-pack-en package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: language-pack-en

  E: language-pack-en: Package is in a very bad inconsistent state - you
  should

  ProblemType: Package
  Architecture: i386
  DistroRelease: Ubuntu 9.04
  ErrorMessage: Package is in a very bad inconsistent state - you should
  Package: language-pack-en 1:9.04+20090413 [modified: 
usr/share/doc/language-pack-en/changelog.gz]
  PackageArchitecture: all
  SourcePackage: language-pack-en
  Title: package language-pack-en 1:9.04+20090413 [modified: 
usr/share/doc/language-pack-en/changelog.gz] failed to install/upgrade: Package 
is in a very bad inconsistent state - you should
  Uname: Linux 2.6.28-11-generic i686

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/language-pack-en/+bug/755798/+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 1717769] Re: day of week in german despite i configured the system in english

2017-10-14 Thread Anthony Harrington
Hi Nicolas, thanks for the bug report.

On quick inspection, I can't see why this is happening.
Occasionally, native german speakers will accidentally translate strings that 
are supposed to be under 'english (US/GB/CA/AU)' into German, however, as this 
affects English US (the default language that is taken as-is without any 
intervention from translators on launchpad's side - i.e. as the developers 
originally wrote the strings), English US should be ok. I also can't see 
anything in indicator-datetime that has been accidentally uploaded in German to 
begin with?

Are you missing any required locale packages?
If it's not accepting English US for some strange reason, could you try 
uninstalling any German locale packages (language-pack-de and 
language-pack-de-base) (perhaps also language-pack-gnome-de and 
language-pack-gnome-de-base to be safe) and be sure you have the "en" 
equivalents. 
Not sure why it isn't configuring the language properly.

Failing that, what happens if you switch your language to English UK? I
can personally vouch for English UK being fine as our team gets every
single string finished for the next ubuntu release, so everything's been
checked over (almost certainly by yours truly ;) )

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

Title:
  day of week in german despite i configured the system in english

Status in language-pack-en package in Ubuntu:
  New

Bug description:
  Description
  ---
  I chose the english language and live in Belgium. So I chose Brussels for the 
Time Zone, and the Belgian keymap.

  The Ubuntu date & time applet, in the top bar of the Ubuntu desktop
  interface shows me "Son HH:MM", Son standing for "Sonntag" which is
  german. I don't get why there is german in my interface since I
  configured this language nowhere but English.

  Expected Behavior
  --
  Having the day of week in English.

  My configuration to reproduce the problem
  -
  Here is the region & language configuration as seen in the settings pannel:
  Language: English (United States)
  Formats : Belgien
  Input Sources: Belgian

  In the "Date & Time" settings:
  Time Zone: CEST (Brussels, Belgium)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/language-pack-en/+bug/1717769/+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 1723587] Re: language-pack-en : Depends: language-pack-en-base (>= 1:17.10+20171012) but 1:17.10+20170703 is to be installed

2017-10-14 Thread Anthony Harrington
Yes, I similarly can't upgrade language-pack-en (1:17.10+20171002) to 
language-pack-en (1:17.10+20171012) because
language-pack-en-base (>= 1:17.10+20171012) doesn't exist (yet). (latest is 
1:17.10+20170703)

Hold tight, dino99, this will be resolved when the next package update
goes through. The "LanguagePackTranslationDeadline" was the 12th and
final artful release is set for friday 19th, so it shouldn't take too
long at all.

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

Title:
  language-pack-en : Depends: language-pack-en-base (>=
  1:17.10+20171012) but 1:17.10+20170703 is to be installed

Status in language-pack-en package in Ubuntu:
  Confirmed

Bug description:
  Latest version has been uploaded to Artful archive, but the upgrade
  cant be done. (20171002 -> 20171012)

  ==> waiting for the newer version upload to: language-pack-en-base &
  language-pack-gnome-en-base (20170703 -> 20171012)

  sudo apt-get upgrade language-pack-en
  [sudo] password for oem:
  Reading package lists... Done
  Building dependency tree
  Reading state information... Done
  Calculating upgrade... Done
  Some packages could not be installed. This may mean that you have requested 
an impossible situation or if you are using the unstable distribution that some 
required packages have not yet been created
  or been moved out of Incoming.
  The following information may help to resolve the situation:

  The following packages have unmet dependencies:
   language-pack-en : Depends: language-pack-en-base (>= 1:17.10+20171012) but 
1:17.10+20170703 is to be installed
  ---
  ApportVersion: 2.20.7-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 17.10
  EcryptfsInUse: Yes
  Package: language-pack-en 1:17.10+20171002
  PackageArchitecture: all
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Tags:  artful wayland-session
  Uname: Linux 4.13.0-16-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/language-pack-en/+bug/1723587/+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 619657] Re: package language-pack-en 1:10.04+20100714 failed to install/upgrade: ErrorMessage: Package is in a very bad inconsistent state - you should reinstall it before attemp

2017-10-14 Thread Anthony Harrington
** Changed in: language-pack-en (Ubuntu)
   Status: New => Fix Released

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

Title:
  package language-pack-en 1:10.04+20100714 failed to install/upgrade:
  ErrorMessage: Package is in a very bad inconsistent state - you should
  reinstall it before attempting a removal.

Status in language-pack-en package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: language-pack-en

  When I have last update for language pack update manager has freeze
  and about 2 hours I was waiting after that I rebooted the system

  ProblemType: Package
  DistroRelease: Ubuntu 10.04
  Package: language-pack-en 1:10.04+20100714
  ProcVersionSignature: Ubuntu 2.6.32-24.39-generic 2.6.32.15+drm33.5
  Uname: Linux 2.6.32-24-generic i686
  Architecture: i386
  Date: Wed Aug 18 11:31:22 2010
  ErrorMessage: ErrorMessage: Package is in a very bad inconsistent state - you 
should  reinstall it before attempting a removal.
  PackageArchitecture: all
  SourcePackage: language-pack-en
  Title: package language-pack-en 1:10.04+20100714 failed to install/upgrade: 
ErrorMessage: Package is in a very bad inconsistent state - you should  
reinstall it before attempting a removal.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/language-pack-en/+bug/619657/+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 718281] Re: package language-pack-en 1:10.04 20100714 failed to install/upgrade: Il pacchetto si trova in uno stato di inconsistenza grave - è necessario reinstallarlo prima di

2017-10-14 Thread Anthony Harrington
** Changed in: language-pack-en (Ubuntu)
   Status: New => Fix Released

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

Title:
  package language-pack-en 1:10.04 20100714 failed to install/upgrade:
  Il pacchetto si trova in uno stato di inconsistenza grave - è
  necessario reinstallarlo prima di rimuoverlo.

Status in language-pack-en package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: language-pack-en

  Cannot update Ubuntu anymore

  ProblemType: Package
  DistroRelease: Ubuntu 10.04
  Package: language-pack-en 1:10.04+20100714
  ProcVersionSignature: Ubuntu 2.6.32-28.55-generic 2.6.32.27+drm33.12
  Uname: Linux 2.6.32-28-generic i686
  Architecture: i386
  Date: Sun Feb 13 11:23:08 2011
  ErrorMessage: Il pacchetto si trova in uno stato di inconsistenza grave - è  
necessario reinstallarlo prima di rimuoverlo.
  InstallationMedia: Ubuntu 10.04.1 LTS "Lucid Lynx" - Release i386 (20100816.1)
  PackageArchitecture: all
  SourcePackage: language-pack-en
  Title: package language-pack-en 1:10.04+20100714 failed to install/upgrade: 
Il pacchetto si trova in uno stato di inconsistenza grave - è  necessario 
reinstallarlo prima di rimuoverlo.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/language-pack-en/+bug/718281/+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 619968] Re: package language-pack-en 1:10.04 20100714 failed to install/upgrade: ErrorMessage: Package is in a very bad inconsistent state - you should reinstall it before attemp

2017-10-14 Thread Anthony Harrington
** Changed in: language-pack-en (Ubuntu)
   Status: New => Fix Released

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

Title:
  package language-pack-en 1:10.04 20100714 failed to install/upgrade:
  ErrorMessage: Package is in a very bad inconsistent state - you should
  reinstall it before attempting a removal.

Status in language-pack-en package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: language-pack-en

  HP Compaq nx6325 1.8GiB AMD Turion 64 x2 Mobile Technology TL-60

  ProblemType: Package
  DistroRelease: Ubuntu 10.04
  Package: language-pack-en 1:10.04+20100714
  ProcVersionSignature: Ubuntu 2.6.32-24.39-generic 2.6.32.15+drm33.5
  Uname: Linux 2.6.32-24-generic x86_64
  NonfreeKernelModules: wl
  Architecture: amd64
  Date: Wed Aug 18 18:16:45 2010
  ErrorMessage: ErrorMessage: Package is in a very bad inconsistent state - you 
should  reinstall it before attempting a removal.
  InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100429)
  PackageArchitecture: all
  SourcePackage: language-pack-en
  Title: package language-pack-en 1:10.04+20100714 failed to install/upgrade: 
ErrorMessage: Package is in a very bad inconsistent state - you should  
reinstall it before attempting a removal.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/language-pack-en/+bug/619968/+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 540574] Re: colour is spelt wrong in printer options english GB

2017-10-14 Thread Anthony Harrington
I think this has been fixed for many years now, but feel free to get in
touch again if it hasn't. I'm usually good at catching 'color' ;)

** Changed in: language-pack-en (Ubuntu)
   Status: New => Fix Released

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

Title:
  colour is spelt wrong in printer options english GB

Status in language-pack-en package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: language-pack-en

  Running ubuntu Lucid 64bit, if you go System > Administration >
  Printing. Right click a printer and choose "Properties" then in the
  left panel choose "Printer options". In the Output Mode dropdown
  colour is spelt the american way.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/language-pack-en/+bug/540574/+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 1723587] Re: language-pack-en : Depends: language-pack-en-base (>= 1:17.10+20171012) but 1:17.10+20170703 is to be installed

2017-10-14 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: language-pack-en (Ubuntu)
   Status: New => Confirmed

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

Title:
  language-pack-en : Depends: language-pack-en-base (>=
  1:17.10+20171012) but 1:17.10+20170703 is to be installed

Status in language-pack-en package in Ubuntu:
  Confirmed

Bug description:
  Latest version has been uploaded to Artful archive, but the upgrade
  cant be done. (20171002 -> 20171012)

  ==> waiting for the newer version upload to: language-pack-en-base &
  language-pack-gnome-en-base (20170703 -> 20171012)

  sudo apt-get upgrade language-pack-en
  [sudo] password for oem:
  Reading package lists... Done
  Building dependency tree
  Reading state information... Done
  Calculating upgrade... Done
  Some packages could not be installed. This may mean that you have requested 
an impossible situation or if you are using the unstable distribution that some 
required packages have not yet been created
  or been moved out of Incoming.
  The following information may help to resolve the situation:

  The following packages have unmet dependencies:
   language-pack-en : Depends: language-pack-en-base (>= 1:17.10+20171012) but 
1:17.10+20170703 is to be installed
  ---
  ApportVersion: 2.20.7-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 17.10
  EcryptfsInUse: Yes
  Package: language-pack-en 1:17.10+20171002
  PackageArchitecture: all
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Tags:  artful wayland-session
  Uname: Linux 4.13.0-16-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/language-pack-en/+bug/1723587/+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 1585867] Re: Support squashfs / .snap packages

2017-10-14 Thread Bug Watch Updater
** Changed in: file-roller
   Status: Confirmed => Fix Released

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

Title:
  Support squashfs / .snap packages

Status in File Roller:
  Fix Released
Status in shared-mime-info:
  Unknown
Status in desktop-file-utils package in Ubuntu:
  Fix Released
Status in file-roller package in Ubuntu:
  Fix Released
Status in gnome-software package in Ubuntu:
  Fix Released
Status in shared-mime-info package in Ubuntu:
  Fix Released
Status in desktop-file-utils source package in Xenial:
  Triaged
Status in file-roller source package in Xenial:
  Fix Released
Status in gnome-software source package in Xenial:
  Triaged
Status in shared-mime-info source package in Xenial:
  Fix Released

Bug description:
  [Impact]
  There is no registered MIME types for sqhuashfs/snap files. Thus nothing 
knows how to open them. You cannot browse the contents in file-roller.

  [Test Case]
  1. Download/make a .snap
  2. Run 'gnome-open NAME.snap' or click on it in Nautilus

  Expected result:
  The snap is opened in an appropriate program (file-roller and/or GNOME 
Software).

  Observed result:
  The file cannot be opened.

  [Regression Potential]
  Low. This change registers two new MIME types and adds new functionality to 
file-roller. Existing behaviours should be unchanged.

To manage notifications about this bug go to:
https://bugs.launchpad.net/file-roller/+bug/1585867/+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 1723644] Re: NetworkManager hang

2017-10-14 Thread Mihai Bojescu
** Description changed:

- Recently I had issues with NetworkManager. When I try to restart or close 
- NetworkManager, the process hangs. First it sends a SIGTERM to the 
- NetworkManager process, and after a while it sends SIGKILL, yet nothing 
- happens. After the attempt to restart/close NetworkManager, the OS behaves 
+ Recently I had issues with NetworkManager on my Kubuntu 17.10 beta2 
installation. When I try to restart or close
+ NetworkManager, the process hangs. First it sends a SIGTERM to the
+ NetworkManager process, and after a while it sends SIGKILL, yet nothing
+ happens. After the attempt to restart/close NetworkManager, the OS behaves
  badly:
  - journalctl doesn't work, doesn't output anything, SIGTERMing/SIGABRTing/
- SIGKILLing it causes the kill command to hang (no matter how many times I try 
+ SIGKILLing it causes the kill command to hang (no matter how many times I try
  it), it also hangs the terminal
- - 'sudo dmesg' hangs (killing it with SIGKILL/SIGTERM/SIGABRT hangs the kill 
+ - 'sudo dmesg' hangs (killing it with SIGKILL/SIGTERM/SIGABRT hangs the kill
  command, can't close the terminal)
- - the OS won't reboot/suspend/shutdown (it does only after holding the 
restart 
+ - the OS won't reboot/suspend/shutdown (it does only after holding the restart
  button)
  
- Suspending/rebooting normally/shutdowning normally the laptop hangs the OS 
+ Suspending/rebooting normally/shutdowning normally the laptop hangs the OS
  (because of NetworkManager).
  
  What I've tried:
  - reinstalling NetworkManager (using --purge)
  - deleting ~/.config
  - deleting ~/.cache
- - installing a version from NetworkManager from Debian (version: 1.8.4.2), 
+ - installing a version from NetworkManager from Debian (version: 1.8.4.2),
  reinstalling NetworkManager from Ubuntu back
  
-  affects ubuntu
-  affects ubuntu/network-manager
-  affects ubuntu/systemd
+  affects ubuntu
+  affects ubuntu/network-manager
+  affects ubuntu/systemd

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

Title:
  NetworkManager hang

Status in network-manager package in Ubuntu:
  New
Status in systemd package in Ubuntu:
  New

Bug description:
  Recently I had issues with NetworkManager on my Kubuntu 17.10 beta2 
installation. When I try to restart or close
  NetworkManager, the process hangs. First it sends a SIGTERM to the
  NetworkManager process, and after a while it sends SIGKILL, yet nothing
  happens. After the attempt to restart/close NetworkManager, the OS behaves
  badly:
  - journalctl doesn't work, doesn't output anything, SIGTERMing/SIGABRTing/
  SIGKILLing it causes the kill command to hang (no matter how many times I try
  it), it also hangs the terminal
  - 'sudo dmesg' hangs (killing it with SIGKILL/SIGTERM/SIGABRT hangs the kill
  command, can't close the terminal)
  - the OS won't reboot/suspend/shutdown (it does only after holding the restart
  button)

  Suspending/rebooting normally/shutdowning normally the laptop hangs the OS
  (because of NetworkManager).

  What I've tried:
  - reinstalling NetworkManager (using --purge)
  - deleting ~/.config
  - deleting ~/.cache
  - installing a version from NetworkManager from Debian (version: 1.8.4.2),
  reinstalling NetworkManager from Ubuntu back

   affects ubuntu
   affects ubuntu/network-manager
   affects ubuntu/systemd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1723644/+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 1723422] Re: /usr/share/themes/Ambiance/gtk-2.0/apps/mate-panel.rc:30: error: invalid string constant "murrine-scrollbar", expected valid string constant

2017-10-14 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: ubuntu-themes (Ubuntu)
   Status: New => Confirmed

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

Title:
  /usr/share/themes/Ambiance/gtk-2.0/apps/mate-panel.rc:30: error:
  invalid string constant "murrine-scrollbar", expected valid string
  constant

Status in ubuntu-themes package in Ubuntu:
  Confirmed

Bug description:
  Get that error now with each random package upgrade:

  /usr/share/themes/Ambiance/gtk-2.0/apps/mate-panel.rc:30: error:
  invalid string constant "murrine-scrollbar", expected valid string
  constant

  Looks like related to that change:

  * gtk2: Ambiance, Radiance: inherit style fixes from MATE themes (LP:
  #961679)

   -- Marco Trevisan (Treviño)   Thu, 12 Oct 2017
  05:19:32 +

  
  That installation is a default Ubuntu , no Mate installed

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: light-themes 16.10+17.10.20171012.1-0ubuntu1
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Uname: Linux 4.13.0-16-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Fri Oct 13 14:52:43 2017
  EcryptfsInUse: Yes
  PackageArchitecture: all
  SourcePackage: ubuntu-themes
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-themes/+bug/1723422/+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 1710377] Re: "Additional Drivers" desktop shortcut missing in Ubuntu 17.10

2017-10-14 Thread Jeremy Bicha
Yes, software-properties-drivers.desktop has NotShowIn=GNOME;KDE;

One reason this was done for Ubuntu GNOME was because the app does not
provide a generic app icon (!) so it looks really bad if the icon theme
is set to Adwaita for instance.

I think this would need a User Interface Freeze Exception if we wanted
to fix this for Ubuntu 17.10.

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

Title:
  "Additional Drivers" desktop shortcut missing in Ubuntu 17.10

Status in software-properties package in Ubuntu:
  New

Bug description:
  There used to be an "Additional Drivers" shortcut in the applications
  list in Unity. This shortcut is missing in the GNOME Shell Overview in
  Ubuntu 17.10.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1710377/+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 1710377] Re: "Additional Drivers" desktop shortcut missing in Ubuntu 17.10

2017-10-14 Thread Jeremy Bicha
** Tags added: rls-aa-incoming

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

Title:
  "Additional Drivers" desktop shortcut missing in Ubuntu 17.10

Status in software-properties package in Ubuntu:
  New

Bug description:
  There used to be an "Additional Drivers" shortcut in the applications
  list in Unity. This shortcut is missing in the GNOME Shell Overview in
  Ubuntu 17.10.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1710377/+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 1723422] Re: /usr/share/themes/Ambiance/gtk-2.0/apps/mate-panel.rc:30: error: invalid string constant "murrine-scrollbar", expected valid string constant

2017-10-14 Thread dipol
Have same trouble with Vider for Linux ver 6.5.5.1481 on Ubuntu 17.10
(Linux 4.13.4-041304-generic #201709270931 SMP Wed Sep 27 13:35:03 UTC
2017 x86_64 x86_64 x86_64 GNU/Linux)

QSqlDatabasePrivate::removeDatabase: connection 'ConfigureDBConnection' is 
still in use, all queries will cease to work.
/usr/share/themes/Ambiance/gtk-2.0/apps/mate-panel.rc:30: error: invalid string 
constant "murrine-scrollbar", expected valid string constant
Unrecognized OpenGL version
Unrecognized OpenGL version
Qt WebEngine ICU data not found at /opt/viber/resources. Trying parent 
directory...
Qt WebEngine resources not found at /opt/viber/resources. Trying parent 
directory...
Qt WebEngine ICU data not found at /opt/viber/resources. Trying parent 
directory...
Qt WebEngine resources not found at /opt/viber/resources. Trying parent 
directory...
Unrecognized OpenGL version
Unrecognized OpenGL version
Unrecognized OpenGL version
Unrecognized OpenGL version

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

Title:
  /usr/share/themes/Ambiance/gtk-2.0/apps/mate-panel.rc:30: error:
  invalid string constant "murrine-scrollbar", expected valid string
  constant

Status in ubuntu-themes package in Ubuntu:
  New

Bug description:
  Get that error now with each random package upgrade:

  /usr/share/themes/Ambiance/gtk-2.0/apps/mate-panel.rc:30: error:
  invalid string constant "murrine-scrollbar", expected valid string
  constant

  Looks like related to that change:

  * gtk2: Ambiance, Radiance: inherit style fixes from MATE themes (LP:
  #961679)

   -- Marco Trevisan (Treviño)   Thu, 12 Oct 2017
  05:19:32 +

  
  That installation is a default Ubuntu , no Mate installed

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: light-themes 16.10+17.10.20171012.1-0ubuntu1
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Uname: Linux 4.13.0-16-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Fri Oct 13 14:52:43 2017
  EcryptfsInUse: Yes
  PackageArchitecture: all
  SourcePackage: ubuntu-themes
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-themes/+bug/1723422/+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 1723644] [NEW] NetworkManager hang

2017-10-14 Thread Mihai Bojescu
Public bug reported:

Recently I had issues with NetworkManager. When I try to restart or close 
NetworkManager, the process hangs. First it sends a SIGTERM to the 
NetworkManager process, and after a while it sends SIGKILL, yet nothing 
happens. After the attempt to restart/close NetworkManager, the OS behaves 
badly:
- journalctl doesn't work, doesn't output anything, SIGTERMing/SIGABRTing/
SIGKILLing it causes the kill command to hang (no matter how many times I try 
it), it also hangs the terminal
- 'sudo dmesg' hangs (killing it with SIGKILL/SIGTERM/SIGABRT hangs the kill 
command, can't close the terminal)
- the OS won't reboot/suspend/shutdown (it does only after holding the restart 
button)

Suspending/rebooting normally/shutdowning normally the laptop hangs the OS 
(because of NetworkManager).

What I've tried:
- reinstalling NetworkManager (using --purge)
- deleting ~/.config
- deleting ~/.cache
- installing a version from NetworkManager from Debian (version: 1.8.4.2), 
reinstalling NetworkManager from Ubuntu back

 affects ubuntu
 affects ubuntu/network-manager
 affects ubuntu/systemd

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

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

** Attachment added: "kernellog.txt"
   
https://bugs.launchpad.net/bugs/1723644/+attachment/4971187/+files/kernellog.txt

** Attachment added: "journalctl.txt"
   
https://bugs.launchpad.net/bugs/1723644/+attachment/4971188/+files/journalctl.txt

** Attachment added: "networkmanagerlog.txt"
   
https://bugs.launchpad.net/bugs/1723644/+attachment/4971189/+files/networkmanagerlog.txt

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

Title:
  NetworkManager hang

Status in network-manager package in Ubuntu:
  New
Status in systemd package in Ubuntu:
  New

Bug description:
  Recently I had issues with NetworkManager. When I try to restart or close 
  NetworkManager, the process hangs. First it sends a SIGTERM to the 
  NetworkManager process, and after a while it sends SIGKILL, yet nothing 
  happens. After the attempt to restart/close NetworkManager, the OS behaves 
  badly:
  - journalctl doesn't work, doesn't output anything, SIGTERMing/SIGABRTing/
  SIGKILLing it causes the kill command to hang (no matter how many times I try 
  it), it also hangs the terminal
  - 'sudo dmesg' hangs (killing it with SIGKILL/SIGTERM/SIGABRT hangs the kill 
  command, can't close the terminal)
  - the OS won't reboot/suspend/shutdown (it does only after holding the 
restart 
  button)

  Suspending/rebooting normally/shutdowning normally the laptop hangs the OS 
  (because of NetworkManager).

  What I've tried:
  - reinstalling NetworkManager (using --purge)
  - deleting ~/.config
  - deleting ~/.cache
  - installing a version from NetworkManager from Debian (version: 1.8.4.2), 
  reinstalling NetworkManager from Ubuntu back

   affects ubuntu
   affects ubuntu/network-manager
   affects ubuntu/systemd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1723644/+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 1718236] Re: package unattended-upgrades 0.93.1ubuntu2.3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 10

2017-10-14 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: unattended-upgrades (Ubuntu)
   Status: New => Confirmed

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

Title:
  package unattended-upgrades 0.93.1ubuntu2.3 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 10

Status in unattended-upgrades package in Ubuntu:
  Confirmed

Bug description:
  todas as vezes que inicio o computador, exibe esse erro!!

  ProblemType: Package
  DistroRelease: Ubuntu 17.04
  Package: unattended-upgrades 0.93.1ubuntu2.3
  ProcVersionSignature: Ubuntu 4.10.0-35.39-generic 4.10.17
  Uname: Linux 4.10.0-35-generic x86_64
  .var.log.unattended-upgrades.unattended-upgrades.log:
   
  ApportVersion: 2.20.4-0ubuntu4.5
  Architecture: amd64
  Date: Mon Sep 18 21:52:30 2017
  DuplicateSignature:
   package:unattended-upgrades:0.93.1ubuntu2.3
   Setting up unattended-upgrades (0.93.1ubuntu2.3) ...
   dpkg: error processing package unattended-upgrades (--configure):
subprocess installed post-installation script returned error exit status 10
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 10
  InstallationDate: Installed on 2017-08-01 (48 days ago)
  InstallationMedia: Ubuntu-GNOME 17.04 "Zesty Zapus" - Release amd64 (20170412)
  PackageArchitecture: all
  RelatedPackageVersions:
   dpkg 1.18.10ubuntu2
   apt  1.4.6~17.04.1
  SourcePackage: unattended-upgrades
  Title: package unattended-upgrades 0.93.1ubuntu2.3 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 10
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unattended-upgrades/+bug/1718236/+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 1723623] [NEW] [All Series, ATI R6xx HDMI, Digital Out, HDMI] Underruns, dropouts or crackling sound

2017-10-14 Thread Frank Cuypers
Public bug reported:

Cracking sounds when liestening to audio files.

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: alsa-base 1.0.25+dfsg-0ubuntu4
ProcVersionSignature: Ubuntu 3.16.0-30.40-generic 3.16.7-ckt3
Uname: Linux 3.16.0-30-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.14.7-0ubuntu8.1
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  frank  2762 F pulseaudio
 /dev/snd/controlC1:  frank  2762 F pulseaudio
CurrentDesktop: Unity
Date: Sat Oct 14 17:49:13 2017
InstallationDate: Installed on 2015-02-04 (983 days ago)
InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
PackageArchitecture: all
SourcePackage: alsa-driver
Symptom: audio
Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Generic failed
Symptom_Card: HD-Audio Generic - HD-Audio Generic
Symptom_Jack: Digital Out, HDMI
Symptom_Type: Underruns, dropouts, or "crackling" sound
Title: [All Series, ATI R6xx HDMI, Digital Out, HDMI] Underruns, dropouts or 
crackling sound
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 05/21/2014
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1101
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: B85M-G
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.:bvr1101:bd05/21/2014:svnASUS:pnAllSeries:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnB85M-G:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: All Series
dmi.product.version: System Version
dmi.sys.vendor: ASUS

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


** Tags: amd64 apport-bug utopic

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

Title:
  [All Series, ATI R6xx HDMI, Digital Out, HDMI] Underruns, dropouts or
  crackling sound

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  Cracking sounds when liestening to audio files.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.16.0-30.40-generic 3.16.7-ckt3
  Uname: Linux 3.16.0-30-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.14.7-0ubuntu8.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  frank  2762 F pulseaudio
   /dev/snd/controlC1:  frank  2762 F pulseaudio
  CurrentDesktop: Unity
  Date: Sat Oct 14 17:49:13 2017
  InstallationDate: Installed on 2015-02-04 (983 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Generic failed
  Symptom_Card: HD-Audio Generic - HD-Audio Generic
  Symptom_Jack: Digital Out, HDMI
  Symptom_Type: Underruns, dropouts, or "crackling" sound
  Title: [All Series, ATI R6xx HDMI, Digital Out, HDMI] Underruns, dropouts or 
crackling sound
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/21/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1101
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: B85M-G
  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.:bvr1101:bd05/21/2014:svnASUS:pnAllSeries:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnB85M-G:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: All Series
  dmi.product.version: System Version
  dmi.sys.vendor: ASUS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1723623/+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 1723599] Re: Fails to associate decoder-video/x-ms-asf with gstreamer1.0-plugins-ugly

2017-10-14 Thread Jeremy Bicha
** Package changed: packagekit (Ubuntu) => gst-plugins-ugly1.0 (Ubuntu)

** Tags added: rls-aa-incoming

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

Title:
  Fails to associate decoder-video/x-ms-asf with  gstreamer1.0-plugins-
  ugly

Status in gst-plugins-ugly1.0 package in Ubuntu:
  New

Bug description:
  Test case:
  With gstreamer1.0-plugins-ugly not installed try to play a .wmv with totem

  What happens:
  Prompt to find in software opens, clicking on opens Software with no results
  What should happen: Software should show the gstreamer1.0-plugins-ugly 
package as suitable to afford decoding.

  From terminal
  totem /home/doug/Videos/Amazon_720.wmv 
  ** Message: Missing plugin: gstreamer|1.0|totem|Advanced Streaming Format 
(ASF) demuxer|decoder-video/x-ms-asf (Advanced Streaming Format (ASF) demuxer)
  ** Message: PackageKit: xid = 37748757
  ** Message: PackageKit: desktop_id = org.gnome.Totem.desktop
  ** Message: PackageKit: Codec nice name: Advanced Streaming Format (ASF) 
demuxer
  ** Message: PackageKit: structure: gstreamer1(decoder-video/x-ms-asf)()(64bit)

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: gstreamer1.0-packagekit 1.1.7-1
  ProcVersionSignature: Ubuntu 4.13.0-15.16-generic 4.13.4
  Uname: Linux 4.13.0-15-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Oct 14 08:05:42 2017
  InstallationDate: Installed on 2017-10-06 (8 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Beta amd64 (20171004)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: packagekit
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gst-plugins-ugly1.0/+bug/1723599/+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 1723422] Re: /usr/share/themes/Ambiance/gtk-2.0/apps/mate-panel.rc:30: error: invalid string constant "murrine-scrollbar", expected valid string constant

2017-10-14 Thread Jeremy Bicha
** Tags added: rls-aa-incoming

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

Title:
  /usr/share/themes/Ambiance/gtk-2.0/apps/mate-panel.rc:30: error:
  invalid string constant "murrine-scrollbar", expected valid string
  constant

Status in ubuntu-themes package in Ubuntu:
  New

Bug description:
  Get that error now with each random package upgrade:

  /usr/share/themes/Ambiance/gtk-2.0/apps/mate-panel.rc:30: error:
  invalid string constant "murrine-scrollbar", expected valid string
  constant

  Looks like related to that change:

  * gtk2: Ambiance, Radiance: inherit style fixes from MATE themes (LP:
  #961679)

   -- Marco Trevisan (Treviño)   Thu, 12 Oct 2017
  05:19:32 +

  
  That installation is a default Ubuntu , no Mate installed

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: light-themes 16.10+17.10.20171012.1-0ubuntu1
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Uname: Linux 4.13.0-16-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Fri Oct 13 14:52:43 2017
  EcryptfsInUse: Yes
  PackageArchitecture: all
  SourcePackage: ubuntu-themes
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-themes/+bug/1723422/+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 1408963] Re: [Xbuntu 14.04, 14.10 and 15.04] Network manager stops working: iwl3945 0000:03:00.0: BSM uCode verification failed at addr ...; wlan0: deauthenticating from... by lo

2017-10-14 Thread Kai-Heng Feng
Try the kernel here:
http://people.canonical.com/~khfeng/lp1408963/

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

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

Status in network-manager package in Ubuntu:
  Confirmed

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

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

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

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

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

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1408963/+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 1357093] Re: Kernels not autoremoving, causing out of space error on LVM or Encrypted installation or on any installation, when /boot partition gets full

2017-10-14 Thread mikewhatever
Here is a good one:
https://ubuntuforums.org/showthread.php?t=2374043=13697015#post13697015.
The OP had, in total, 74 kernels, 65 headers and 93 extras = 232
packages that almost filled /, and gobbled up inodes. Don't know if it
is a record, but it's close.

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

Title:
  Kernels not autoremoving, causing out of space error on LVM or
  Encrypted installation or on any installation, when /boot partition
  gets full

Status in unattended-upgrades:
  New
Status in unattended-upgrades package in Ubuntu:
  Fix Released

Bug description:
  Currently if one chooses to use LVM or encrypted install, a /boot
  partition is created of 236Mb

  Once kernel updates start being released this partition soon fills
  until people are left unable to upgrade.

  While you and I might know that we need to watch partition space, many
  of the people we have installing think that a windows disk is a disk
  and not a partition, education is probably the key - but in the
  meantime support venues keep needing to deal with the fact the
  partition is too small and/or old kernels are not purged as new ones
  install.

  For workaround and sytem repair, see
  https://help.ubuntu.com/community/RemoveOldKernels

To manage notifications about this bug go to:
https://bugs.launchpad.net/unattended-upgrades/+bug/1357093/+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 1723599] [NEW] Fails to associate decoder-video/x-ms-asf with gstreamer1.0-plugins-ugly

2017-10-14 Thread Doug McMahon
Public bug reported:

Test case:
With gstreamer1.0-plugins-ugly not installed try to play a .wmv with totem

What happens:
Prompt to find in software opens, clicking on opens Software with no results
What should happen: Software should show the gstreamer1.0-plugins-ugly package 
as suitable to afford decoding.

>From terminal
totem /home/doug/Videos/Amazon_720.wmv 
** Message: Missing plugin: gstreamer|1.0|totem|Advanced Streaming Format (ASF) 
demuxer|decoder-video/x-ms-asf (Advanced Streaming Format (ASF) demuxer)
** Message: PackageKit: xid = 37748757
** Message: PackageKit: desktop_id = org.gnome.Totem.desktop
** Message: PackageKit: Codec nice name: Advanced Streaming Format (ASF) demuxer
** Message: PackageKit: structure: gstreamer1(decoder-video/x-ms-asf)()(64bit)

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: gstreamer1.0-packagekit 1.1.7-1
ProcVersionSignature: Ubuntu 4.13.0-15.16-generic 4.13.4
Uname: Linux 4.13.0-15-generic x86_64
ApportVersion: 2.20.7-0ubuntu3
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Sat Oct 14 08:05:42 2017
InstallationDate: Installed on 2017-10-06 (8 days ago)
InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Beta amd64 (20171004)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: packagekit
UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  Fails to associate decoder-video/x-ms-asf with  gstreamer1.0-plugins-
  ugly

Status in packagekit package in Ubuntu:
  New

Bug description:
  Test case:
  With gstreamer1.0-plugins-ugly not installed try to play a .wmv with totem

  What happens:
  Prompt to find in software opens, clicking on opens Software with no results
  What should happen: Software should show the gstreamer1.0-plugins-ugly 
package as suitable to afford decoding.

  From terminal
  totem /home/doug/Videos/Amazon_720.wmv 
  ** Message: Missing plugin: gstreamer|1.0|totem|Advanced Streaming Format 
(ASF) demuxer|decoder-video/x-ms-asf (Advanced Streaming Format (ASF) demuxer)
  ** Message: PackageKit: xid = 37748757
  ** Message: PackageKit: desktop_id = org.gnome.Totem.desktop
  ** Message: PackageKit: Codec nice name: Advanced Streaming Format (ASF) 
demuxer
  ** Message: PackageKit: structure: gstreamer1(decoder-video/x-ms-asf)()(64bit)

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: gstreamer1.0-packagekit 1.1.7-1
  ProcVersionSignature: Ubuntu 4.13.0-15.16-generic 4.13.4
  Uname: Linux 4.13.0-15-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Oct 14 08:05:42 2017
  InstallationDate: Installed on 2017-10-06 (8 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Beta amd64 (20171004)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: packagekit
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/packagekit/+bug/1723599/+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 1678187] Re: Removing a linux-image-extra package fails, if /boot is about full

2017-10-14 Thread Jarno Suni
A new attempt to estimate required space in /boot.

** Attachment added: "The modified generate_initramfs function"
   
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1678187/+attachment/4970885/+files/generate_initramfs

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

Title:
  Removing a linux-image-extra package fails, if /boot is about full

Status in initramfs-tools:
  New
Status in dpkg package in Ubuntu:
  Invalid
Status in initramfs-tools package in Ubuntu:
  Confirmed

Bug description:
  System calls /etc/kernel/postinst.d/initramfs-tools when
  purging/removing a linux-image-extra package. That calls "update-
  initramfs -c" which needs significant amount of additional disk space
  in /boot temporarily. But there is no space left, if /boot is full.

  Likewise /etc/kernel/postinst.d/dkms may call "update-initramfs -u".

  The fix could be to create the new initrg.img file in different partition 
before replacing the old one by it in update-initramfs. So the update-initramfs 
script should be fixed. But there may not be such a partition..
  Anyway the likely case when space runs out is when there is a separate /boot 
partition.

  Alternatively the init scripts should remove the respective 
/boot/initrd.img- file when removing/installing the linux-image-extra 
package. That could also be done by
  update-initramfs -d -k 
  That may be worse way, as then initrd.img file is missing for longer period 
of time and system integrity may suffer in case of e.g. power cut.

  Related question: http://askubuntu.com/q/898499/21005
  The output of 'dpkg --purge' presented there shows that corresponding 
linux-image package may get successfully removed while the linux-image-extra is 
left broken. If the linux-image-extra package will be removed later, the 
post-installation script will create an initrd.img file for a non-installed 
kernel! Same would happen, if removing would be done by apt-get purge.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: initramfs-tools 0.103ubuntu4.7
  ProcVersionSignature: Ubuntu 4.4.0-71.92~14.04.1-generic 4.4.49
  Uname: Linux 4.4.0-71-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.23
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Fri Mar 31 17:42:35 2017
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-09-21 (922 days ago)
  InstallationMedia: Ubuntu-Studio 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.1)
  PackageArchitecture: all
  SourcePackage: initramfs-tools
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/initramfs-tools/+bug/1678187/+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 1698270] Re: Totem pauses and stutters during video playback even when CPU usage is low

2017-10-14 Thread Bug Watch Updater
** Changed in: totem
   Status: Confirmed => Invalid

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

Title:
  Totem pauses and stutters during video playback even when CPU usage is
  low

Status in GTK+:
  Confirmed
Status in Totem:
  Invalid
Status in clutter-1.0 package in Ubuntu:
  Won't Fix
Status in clutter-gtk package in Ubuntu:
  Fix Released
Status in gtk+3.0 package in Ubuntu:
  In Progress
Status in totem package in Ubuntu:
  In Progress

Bug description:
  Totem pauses and stutters during video playback even when CPU usage is
  low.

  After figuring out how to play videos with full hardware accelerated
  decoding (e.g. <= 10% CPU), I was surprised to find Totem still pauses
  and stutters during playback. Other apps like Mplayer, VLC and even
  gst-play-1.0 never have this problem.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: totem 3.24.0-0ubuntu1
  ProcVersionSignature: Ubuntu 4.10.0-22.24-generic 4.10.15
  Uname: Linux 4.10.0-22-generic x86_64
  ApportVersion: 2.20.5-0ubuntu4
  Architecture: amd64
  Date: Fri Jun 16 12:03:18 2017
  InstallationDate: Installed on 2017-05-03 (44 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170502)
  SourcePackage: totem
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gtk/+bug/1698270/+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 1678187] Re: Removing a linux-image-extra package fails, if /boot is about full

2017-10-14 Thread Jarno Suni
As for the patch, the following test shows that a file stored in /boot
may require significantly more available space than the same file in
/var/tmp, even if blocksize in (partition containing) /var/tmp is
bigger. I don't know what is the best way to estimate how much available
space is needed for storing a file in /boot.

$ echo $TMPDIR

$ echo $(( $(stat -f --format='%S' /boot ) ))
1024
$ echo $(( $(stat -f --format='%S' /var/tmp/ ) ))
4096
sudo dd if=/dev/zero of=/boot/file bs=K count=35553
35553+0 records in
35553+0 records out
36406272 bytes (36 MB) copied, 0,334945 s, 109 MB/s
$ sudo dd if=/dev/zero of=/var/tmp/file bs=K count=35553
35553+0 records in
35553+0 records out
36406272 bytes (36 MB) copied, 0,171743 s, 212 MB/s
$ echo $(( $(stat --format='%b*%B' /var/tmp/file ) ))
36409344
$ echo $(( $(stat --format='%b*%B' /boot/file ) ))
36549632

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

Title:
  Removing a linux-image-extra package fails, if /boot is about full

Status in initramfs-tools:
  New
Status in dpkg package in Ubuntu:
  Invalid
Status in initramfs-tools package in Ubuntu:
  Confirmed

Bug description:
  System calls /etc/kernel/postinst.d/initramfs-tools when
  purging/removing a linux-image-extra package. That calls "update-
  initramfs -c" which needs significant amount of additional disk space
  in /boot temporarily. But there is no space left, if /boot is full.

  Likewise /etc/kernel/postinst.d/dkms may call "update-initramfs -u".

  The fix could be to create the new initrg.img file in different partition 
before replacing the old one by it in update-initramfs. So the update-initramfs 
script should be fixed. But there may not be such a partition..
  Anyway the likely case when space runs out is when there is a separate /boot 
partition.

  Alternatively the init scripts should remove the respective 
/boot/initrd.img- file when removing/installing the linux-image-extra 
package. That could also be done by
  update-initramfs -d -k 
  That may be worse way, as then initrd.img file is missing for longer period 
of time and system integrity may suffer in case of e.g. power cut.

  Related question: http://askubuntu.com/q/898499/21005
  The output of 'dpkg --purge' presented there shows that corresponding 
linux-image package may get successfully removed while the linux-image-extra is 
left broken. If the linux-image-extra package will be removed later, the 
post-installation script will create an initrd.img file for a non-installed 
kernel! Same would happen, if removing would be done by apt-get purge.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: initramfs-tools 0.103ubuntu4.7
  ProcVersionSignature: Ubuntu 4.4.0-71.92~14.04.1-generic 4.4.49
  Uname: Linux 4.4.0-71-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.23
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Fri Mar 31 17:42:35 2017
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-09-21 (922 days ago)
  InstallationMedia: Ubuntu-Studio 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.1)
  PackageArchitecture: all
  SourcePackage: initramfs-tools
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/initramfs-tools/+bug/1678187/+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 1717023] Re: Jarring double gradient when window is maximized

2017-10-14 Thread Ori Avtalion
With the latest "gtk2: Ambiance, Radiance: inherit style fixes from MATE
themes" change, on Ubuntu 17.10, I'm getting this warning when I launch
some GTK apps, such as gvim:

/usr/share/themes/Radiance/gtk-2.0/apps/mate-panel.rc:30: error: invalid
string constant "murrine-scrollbar", expected valid string constant

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

Title:
  Jarring double gradient when window is maximized

Status in Ubuntu theme:
  In Progress
Status in ubuntu-themes package in Ubuntu:
  Fix Released

Bug description:
  Description:  Ubuntu Artful Aardvark (development branch)
  Release:  17.10

  light-themes:
    Installed: 16.10+17.10.20170817-0ubuntu1
    Candidate: 16.10+17.10.20170817-0ubuntu1

  Since windows no longer merge with the top panel when maximized in
  17.10, a jarring double gradient is produced instead.

  Steps to reproduce: Maximize a window

  Actual outcome: A double gradient with a sharp line where the top of
  the title bar meets the top panel is produced.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-themes/+bug/1717023/+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 1723587] Re: language-pack-en : Depends: language-pack-en-base (>= 1:17.10+20171012) but 1:17.10+20170703 is to be installed

2017-10-14 Thread dino99
** Description changed:

  Latest version has been uploaded to Artful archive, but the upgrade cant
  be done.
  
- sudo apt-get upgrade language-pack-en
- [sudo] password for oem: 
+ ==> waiting for the newer version upload to: language-pack-en-base &
+ language-pack-gnome-en-base (20170703 -> 20171012)
+ 
+ sudo apt-get upgrade language-pack-en-base 
+ [sudo] password for oem:
  Reading package lists... Done
- Building dependency tree   
+ Building dependency tree
  Reading state information... Done
  Calculating upgrade... Done
  Some packages could not be installed. This may mean that you have requested 
an impossible situation or if you are using the unstable distribution that some 
required packages have not yet been created
  or been moved out of Incoming.
  The following information may help to resolve the situation:
  
  The following packages have unmet dependencies:
-  language-pack-en : Depends: language-pack-en-base (>= 1:17.10+20171012) but 
1:17.10+20170703 is to be installed
- --- 
+  language-pack-en : Depends: language-pack-en-base (>= 1:17.10+20171012) but 
1:17.10+20170703 is to be installed
+ ---
  ApportVersion: 2.20.7-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 17.10
  EcryptfsInUse: Yes
  Package: language-pack-en 1:17.10+20171002
  PackageArchitecture: all
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Tags:  artful wayland-session
  Uname: Linux 4.13.0-16-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True

** Description changed:

  Latest version has been uploaded to Artful archive, but the upgrade cant
  be done.
  
  ==> waiting for the newer version upload to: language-pack-en-base &
  language-pack-gnome-en-base (20170703 -> 20171012)
  
- sudo apt-get upgrade language-pack-en-base 
+ sudo apt-get upgrade language-pack-en
  [sudo] password for oem:
  Reading package lists... Done
  Building dependency tree
  Reading state information... Done
  Calculating upgrade... Done
  Some packages could not be installed. This may mean that you have requested 
an impossible situation or if you are using the unstable distribution that some 
required packages have not yet been created
  or been moved out of Incoming.
  The following information may help to resolve the situation:
  
  The following packages have unmet dependencies:
   language-pack-en : Depends: language-pack-en-base (>= 1:17.10+20171012) but 
1:17.10+20170703 is to be installed
  ---
  ApportVersion: 2.20.7-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 17.10
  EcryptfsInUse: Yes
  Package: language-pack-en 1:17.10+20171002
  PackageArchitecture: all
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Tags:  artful wayland-session
  Uname: Linux 4.13.0-16-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True

** Description changed:

  Latest version has been uploaded to Artful archive, but the upgrade cant
- be done.
+ be done. (20171002 -> 20171012)
  
  ==> waiting for the newer version upload to: language-pack-en-base &
  language-pack-gnome-en-base (20170703 -> 20171012)
  
  sudo apt-get upgrade language-pack-en
  [sudo] password for oem:
  Reading package lists... Done
  Building dependency tree
  Reading state information... Done
  Calculating upgrade... Done
  Some packages could not be installed. This may mean that you have requested 
an impossible situation or if you are using the unstable distribution that some 
required packages have not yet been created
  or been moved out of Incoming.
  The following information may help to resolve the situation:
  
  The following packages have unmet dependencies:
   language-pack-en : Depends: language-pack-en-base (>= 1:17.10+20171012) but 
1:17.10+20170703 is to be installed
  ---
  ApportVersion: 2.20.7-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 17.10
  EcryptfsInUse: Yes
  Package: language-pack-en 1:17.10+20171002
  PackageArchitecture: all
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Tags:  artful wayland-session
  Uname: Linux 4.13.0-16-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True

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

Title:
  language-pack-en : Depends: language-pack-en-base (>=
  1:17.10+20171012) but 1:17.10+20170703 is to be installed

Status in language-pack-en package in Ubuntu:
  New

Bug description:
  Latest version has been uploaded to Artful archive, but the upgrade
  cant be done. (20171002 -> 20171012)

  ==> waiting for the 

[Touch-packages] [Bug 1723587] Dependencies.txt

2017-10-14 Thread dino99
apport information

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/1723587/+attachment/4970791/+files/Dependencies.txt

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

Title:
  language-pack-en : Depends: language-pack-en-base (>=
  1:17.10+20171012) but 1:17.10+20170703 is to be installed

Status in language-pack-en package in Ubuntu:
  New

Bug description:
  Latest version has been uploaded to Artful archive, but the upgrade
  cant be done.

  sudo apt-get upgrade language-pack-en
  [sudo] password for oem: 
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  Calculating upgrade... Done
  Some packages could not be installed. This may mean that you have requested 
an impossible situation or if you are using the unstable distribution that some 
required packages have not yet been created
  or been moved out of Incoming.
  The following information may help to resolve the situation:

  The following packages have unmet dependencies:
   language-pack-en : Depends: language-pack-en-base (>= 1:17.10+20171012) but 
1:17.10+20170703 is to be installed
  --- 
  ApportVersion: 2.20.7-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 17.10
  EcryptfsInUse: Yes
  Package: language-pack-en 1:17.10+20171002
  PackageArchitecture: all
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Tags:  artful wayland-session
  Uname: Linux 4.13.0-16-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/language-pack-en/+bug/1723587/+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 1723587] ProcEnviron.txt

2017-10-14 Thread dino99
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1723587/+attachment/4970794/+files/ProcEnviron.txt

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

Title:
  language-pack-en : Depends: language-pack-en-base (>=
  1:17.10+20171012) but 1:17.10+20170703 is to be installed

Status in language-pack-en package in Ubuntu:
  New

Bug description:
  Latest version has been uploaded to Artful archive, but the upgrade
  cant be done.

  sudo apt-get upgrade language-pack-en
  [sudo] password for oem: 
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  Calculating upgrade... Done
  Some packages could not be installed. This may mean that you have requested 
an impossible situation or if you are using the unstable distribution that some 
required packages have not yet been created
  or been moved out of Incoming.
  The following information may help to resolve the situation:

  The following packages have unmet dependencies:
   language-pack-en : Depends: language-pack-en-base (>= 1:17.10+20171012) but 
1:17.10+20170703 is to be installed
  --- 
  ApportVersion: 2.20.7-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 17.10
  EcryptfsInUse: Yes
  Package: language-pack-en 1:17.10+20171002
  PackageArchitecture: all
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Tags:  artful wayland-session
  Uname: Linux 4.13.0-16-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/language-pack-en/+bug/1723587/+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 1723587] JournalErrors.txt

2017-10-14 Thread dino99
apport information

** Attachment added: "JournalErrors.txt"
   
https://bugs.launchpad.net/bugs/1723587/+attachment/4970792/+files/JournalErrors.txt

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

Title:
  language-pack-en : Depends: language-pack-en-base (>=
  1:17.10+20171012) but 1:17.10+20170703 is to be installed

Status in language-pack-en package in Ubuntu:
  New

Bug description:
  Latest version has been uploaded to Artful archive, but the upgrade
  cant be done.

  sudo apt-get upgrade language-pack-en
  [sudo] password for oem: 
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  Calculating upgrade... Done
  Some packages could not be installed. This may mean that you have requested 
an impossible situation or if you are using the unstable distribution that some 
required packages have not yet been created
  or been moved out of Incoming.
  The following information may help to resolve the situation:

  The following packages have unmet dependencies:
   language-pack-en : Depends: language-pack-en-base (>= 1:17.10+20171012) but 
1:17.10+20170703 is to be installed
  --- 
  ApportVersion: 2.20.7-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 17.10
  EcryptfsInUse: Yes
  Package: language-pack-en 1:17.10+20171002
  PackageArchitecture: all
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Tags:  artful wayland-session
  Uname: Linux 4.13.0-16-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/language-pack-en/+bug/1723587/+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 1723587] ProcCpuinfoMinimal.txt

2017-10-14 Thread dino99
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1723587/+attachment/4970793/+files/ProcCpuinfoMinimal.txt

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

Title:
  language-pack-en : Depends: language-pack-en-base (>=
  1:17.10+20171012) but 1:17.10+20170703 is to be installed

Status in language-pack-en package in Ubuntu:
  New

Bug description:
  Latest version has been uploaded to Artful archive, but the upgrade
  cant be done.

  sudo apt-get upgrade language-pack-en
  [sudo] password for oem: 
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  Calculating upgrade... Done
  Some packages could not be installed. This may mean that you have requested 
an impossible situation or if you are using the unstable distribution that some 
required packages have not yet been created
  or been moved out of Incoming.
  The following information may help to resolve the situation:

  The following packages have unmet dependencies:
   language-pack-en : Depends: language-pack-en-base (>= 1:17.10+20171012) but 
1:17.10+20170703 is to be installed
  --- 
  ApportVersion: 2.20.7-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 17.10
  EcryptfsInUse: Yes
  Package: language-pack-en 1:17.10+20171002
  PackageArchitecture: all
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Tags:  artful wayland-session
  Uname: Linux 4.13.0-16-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/language-pack-en/+bug/1723587/+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 1723587] [NEW] language-pack-en : Depends: language-pack-en-base (>= 1:17.10+20171012) but 1:17.10+20170703 is to be installed

2017-10-14 Thread dino99
Public bug reported:

Latest version has been uploaded to Artful archive, but the upgrade cant
be done.

sudo apt-get upgrade language-pack-en
[sudo] password for oem: 
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Calculating upgrade... Done
Some packages could not be installed. This may mean that you have requested an 
impossible situation or if you are using the unstable distribution that some 
required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 language-pack-en : Depends: language-pack-en-base (>= 1:17.10+20171012) but 
1:17.10+20170703 is to be installed
--- 
ApportVersion: 2.20.7-0ubuntu3
Architecture: amd64
CurrentDesktop: GNOME
DistroRelease: Ubuntu 17.10
EcryptfsInUse: Yes
Package: language-pack-en 1:17.10+20171002
PackageArchitecture: all
ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
Tags:  artful wayland-session
Uname: Linux 4.13.0-16-generic x86_64
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
_MarkForUpload: True

** Affects: language-pack-en (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-collected artful wayland-session

** Tags added: apport-collected artful wayland-session

** Description changed:

  Latest version has been uploaded to Artful archive, but the upgrade cant
  be done.
  
  sudo apt-get upgrade language-pack-en
  [sudo] password for oem: 
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  Calculating upgrade... Done
  Some packages could not be installed. This may mean that you have requested 
an impossible situation or if you are using the unstable distribution that some 
required packages have not yet been created
  or been moved out of Incoming.
  The following information may help to resolve the situation:
  
  The following packages have unmet dependencies:
   language-pack-en : Depends: language-pack-en-base (>= 1:17.10+20171012) but 
1:17.10+20170703 is to be installed
+ --- 
+ ApportVersion: 2.20.7-0ubuntu3
+ Architecture: amd64
+ CurrentDesktop: GNOME
+ DistroRelease: Ubuntu 17.10
+ EcryptfsInUse: Yes
+ Package: language-pack-en 1:17.10+20171002
+ PackageArchitecture: all
+ ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
+ Tags:  artful wayland-session
+ Uname: Linux 4.13.0-16-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True

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

Title:
  language-pack-en : Depends: language-pack-en-base (>=
  1:17.10+20171012) but 1:17.10+20170703 is to be installed

Status in language-pack-en package in Ubuntu:
  New

Bug description:
  Latest version has been uploaded to Artful archive, but the upgrade
  cant be done.

  sudo apt-get upgrade language-pack-en
  [sudo] password for oem: 
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  Calculating upgrade... Done
  Some packages could not be installed. This may mean that you have requested 
an impossible situation or if you are using the unstable distribution that some 
required packages have not yet been created
  or been moved out of Incoming.
  The following information may help to resolve the situation:

  The following packages have unmet dependencies:
   language-pack-en : Depends: language-pack-en-base (>= 1:17.10+20171012) but 
1:17.10+20170703 is to be installed
  --- 
  ApportVersion: 2.20.7-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 17.10
  EcryptfsInUse: Yes
  Package: language-pack-en 1:17.10+20171002
  PackageArchitecture: all
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Tags:  artful wayland-session
  Uname: Linux 4.13.0-16-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/language-pack-en/+bug/1723587/+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 1723585] [NEW] need help

2017-10-14 Thread Juergen Guenter
Public bug reported:

Thank you

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xorg 1:7.7+13ubuntu3
ProcVersionSignature: Ubuntu 4.10.0-37.41~16.04.1-generic 4.10.17
Uname: Linux 4.10.0-37-generic x86_64
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.1-0ubuntu2.10
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
Date: Sat Oct 14 16:28:41 2017
DistUpgraded: Fresh install
DistroCodename: xenial
DistroVariant: ubuntu
DkmsStatus:
 bbswitch, 0.8, 4.10.0-37-generic, x86_64: installed
 nvidia-375, 375.66, 4.10.0-37-generic, x86_64: installed
 nvidia-375, 375.66, 4.4.0-97-generic, x86_64: installed
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 Intel Corporation Device [8086:5912] (rev 04) (prog-if 00 [VGA controller])
   Subsystem: ASUSTeK Computer Inc. Device [1043:1720]
   Subsystem: ASUSTeK Computer Inc. GM108M [GeForce 940MX] [1043:1720]
InstallationDate: Installed on 2017-10-11 (2 days ago)
InstallationMedia: Ubuntu 16.04.3 LTS "Xenial Xerus" - Release amd64 (20170801)
MachineType: ASUSTeK COMPUTER INC. ZN270IE
ProcEnviron:
 LANGUAGE=en_SG:en
 PATH=(custom, no user)
 LANG=en_SG.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-37-generic.efi.signed 
root=UUID=1649139e-3af4-4708-9088-0a8173c9727b ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 02/24/2017
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0401
dmi.board.asset.tag: Default string
dmi.board.name: ZN270IE
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: Rev 1.xx
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 13
dmi.chassis.vendor: ASUSTeK COMPUTER INC.
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0401:bd02/24/2017:svnASUSTeKCOMPUTERINC.:pnZN270IE:pvr0401:rvnASUSTeKCOMPUTERINC.:rnZN270IE:rvrRev1.xx:cvnASUSTeKCOMPUTERINC.:ct13:cvr1.0:
dmi.product.name: ZN270IE
dmi.product.version: 0401
dmi.sys.vendor: ASUSTeK COMPUTER INC.
version.compiz: compiz 1:0.9.12.2+16.04.20160823-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.76-1~ubuntu16.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 17.0.7-0ubuntu0.16.04.2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 17.0.7-0ubuntu0.16.04.2
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: Sat Oct 14 15:54:30 2017
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.19.3-1ubuntu1~16.04.3
xserver.video_driver: modeset

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


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

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

Title:
  need help

Status in xorg package in Ubuntu:
  New

Bug description:
  Thank you

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.10.0-37.41~16.04.1-generic 4.10.17
  Uname: Linux 4.10.0-37-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Sat Oct 14 16:28:41 2017
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.8, 4.10.0-37-generic, x86_64: installed
   nvidia-375, 375.66, 4.10.0-37-generic, x86_64: installed
   nvidia-375, 375.66, 4.4.0-97-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation Device [8086:5912] (rev 04) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Device [1043:1720]
 Subsystem: ASUSTeK Computer Inc. GM108M [GeForce 940MX] [1043:1720]
  InstallationDate: Installed on 2017-10-11 (2 days ago)
  InstallationMedia: Ubuntu 16.04.3 LTS "Xenial Xerus" - Release amd64 
(20170801)
  MachineType: ASUSTeK COMPUTER INC. ZN270IE
  ProcEnviron:
   LANGUAGE=en_SG:en
   PATH=(custom, no user)
   LANG=en_SG.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-37-generic.efi.signed 
root=UUID=1649139e-3af4-4708-9088-0a8173c9727b ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present 

[Touch-packages] [Bug 1723578] [NEW] installation

2017-10-14 Thread Ajayz
Public bug reported:

i cant install my java and all

ProblemType: Bug
DistroRelease: Ubuntu 17.04
Package: xorg 1:7.7+16ubuntu3
ProcVersionSignature: Ubuntu 4.10.0-32.36-generic 4.10.17
Uname: Linux 4.10.0-32-generic x86_64
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.4-0ubuntu4.5
Architecture: amd64
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
Date: Sat Oct 14 12:03:51 2017
DistUpgraded: Fresh install
DistroCodename: zesty
DistroVariant: ubuntu
GraphicsCard:
 Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] (rev 
09) (prog-if 00 [VGA controller])
   Subsystem: Dell Haswell-ULT Integrated Graphics Controller [1028:05f3]
InstallationDate: Installed on 2017-06-07 (128 days ago)
InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
MachineType: Dell Inc. Inspiron 3437
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-32-generic 
root=UUID=e237339b-1a71-4815-a82e-4894e1c19566 ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 01/24/2014
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A09
dmi.board.name: 0R68WH
dmi.board.vendor: Dell Inc.
dmi.board.version: A09
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: Not Specified
dmi.modalias: 
dmi:bvnDellInc.:bvrA09:bd01/24/2014:svnDellInc.:pnInspiron3437:pvrNotSpecified:rvnDellInc.:rn0R68WH:rvrA09:cvnDellInc.:ct8:cvrNotSpecified:
dmi.product.name: Inspiron 3437
dmi.product.version: Not Specified
dmi.sys.vendor: Dell Inc.
version.compiz: compiz 1:0.9.13.1+17.04.20170109-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.76-1
version.libgl1-mesa-dri: libgl1-mesa-dri 17.0.3-1ubuntu1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 17.0.3-1ubuntu1
version.xserver-xorg-core: xserver-xorg-core 2:1.19.3-1ubuntu1.1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.9.0-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20170309-0ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.14-0ubuntu1
xserver.bootTime: Sat Oct 14 11:43:19 2017
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.19.3-1ubuntu1.1
xserver.video_driver: modeset

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


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

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

Title:
  installation

Status in xorg package in Ubuntu:
  New

Bug description:
  i cant install my java and all

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: xorg 1:7.7+16ubuntu3
  ProcVersionSignature: Ubuntu 4.10.0-32.36-generic 4.10.17
  Uname: Linux 4.10.0-32-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.4-0ubuntu4.5
  Architecture: amd64
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Sat Oct 14 12:03:51 2017
  DistUpgraded: Fresh install
  DistroCodename: zesty
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] 
(rev 09) (prog-if 00 [VGA controller])
 Subsystem: Dell Haswell-ULT Integrated Graphics Controller [1028:05f3]
  InstallationDate: Installed on 2017-06-07 (128 days ago)
  InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
  MachineType: Dell Inc. Inspiron 3437
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-32-generic 
root=UUID=e237339b-1a71-4815-a82e-4894e1c19566 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/24/2014
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A09
  dmi.board.name: 0R68WH
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A09
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: Not Specified
  dmi.modalias: 
dmi:bvnDellInc.:bvrA09:bd01/24/2014:svnDellInc.:pnInspiron3437:pvrNotSpecified:rvnDellInc.:rn0R68WH:rvrA09:cvnDellInc.:ct8:cvrNotSpecified:
  dmi.product.name: Inspiron 3437
  dmi.product.version: Not Specified
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.13.1+17.04.20170109-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.76-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 17.0.3-1ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 17.0.3-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.19.3-1ubuntu1.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A