[Touch-packages] [Bug 2025526] Re: Printer is not available in chromium snap

2023-09-12 Thread Heiko Gimbel
Changing the printerdriver from driverless to a selected Cups driver for
the printermodell solved the issue on my end. It seems that snaps that
are not using Cups-control are having trouble with connecting to
printers using the driverless approach.

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

Title:
  Printer is not available in chromium snap

Status in chromium-browser package in Ubuntu:
  Confirmed
Status in cups package in Ubuntu:
  Confirmed

Bug description:
  My printer is not available in chromium. I had the same problem in firefox 
but fixed it with the following command:

sudo snap connect firefox:cups-control

  However this did not work with the chromium snap. I got the following
  error:

snap "chromium" has no plug named "cups-control"

  My printer is a network printer and is automatically detected by my
  Kubuntu install. It works out of the box with all native apps and
  flatpaks.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/2025526/+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 2025526] Re: Printer is not available in chromium snap

2023-07-04 Thread Heiko Gimbel
Here is the output as it is now after switching from driverless printing
to a cups driver for my printer.

lpstat -v
Gerät für HP_Officejet_Pro_8610_2414BB: 
implicitclass://HP_Officejet_Pro_8610_2414BB/
Gerät für HP_Officejet_Pro_8610_2414BB@HPFC3FDB2414BB.local: 
implicitclass://HP_Officejet_Pro_8610_2414BB%40HPFC3FDB2414BB.local/

lpstat -p
Drucker HP_Officejet_Pro_8610_2414BB ist im Leerlauf.  Aktiviert seit Mo 03 Jul 
2023 15:10:43 CEST
Drucker HP_Officejet_Pro_8610_2414BB@HPFC3FDB2414BB.local ist im Leerlauf.  
Aktiviert seit Di 04 Jul 2023 16:40:45 CEST

cups.lpstat -v
device for HP_Officejet_Pro_8610_2414BB: 
proxy://%2Frun%2Fcups%2Fcups.sock/HP_Officejet_Pro_8610_2414BB
device for HP_Officejet_Pro_8610_2414BB@HPFC3FDB2414BB.local: 
proxy://%2Frun%2Fcups%2Fcups.sock/HP_Officejet_Pro_8610_2414BB@HPFC3FDB2414BB.local

cups.lpstat -p
printer HP_Officejet_Pro_8610_2414BB is idle.  enabled since Mon Jul  3 
15:15:20 2023
printer HP_Officejet_Pro_8610_2414BB@HPFC3FDB2414BB.local is idle.  enabled 
since Tue Jul  4 16:40:45 2023

snap list | grep cups
cups2.4.6-1 962   
latest/stable  openprinting**  -

snap connections cups
SchnittstellePlug  Slot 
 Notizen
avahi-controlcups:avahi-control:avahi-control   
 -
cups chromium:cups cups:cups
 -
cups-control - cups:cups-server 
 -
cups-control cups:cups-control :cups-control
 -
home cups:home :home
 -
network  cups:network  :network 
 -
network-bind cups:network-bind :network-bind
 -
network-manager-observe  cups:network-manager-observe  :network-manager-observe 
 -
raw-usb  cups:raw-usb  :raw-usb 
 -
system-files cups:etc-cups :system-files
 -

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

Title:
  Printer is not available in chromium snap

Status in chromium-browser package in Ubuntu:
  Incomplete
Status in cups package in Ubuntu:
  Incomplete

Bug description:
  My printer is not available in chromium. I had the same problem in firefox 
but fixed it with the following command:

sudo snap connect firefox:cups-control

  However this did not work with the chromium snap. I got the following
  error:

snap "chromium" has no plug named "cups-control"

  My printer is a network printer and is automatically detected by my
  Kubuntu install. It works out of the box with all native apps and
  flatpaks.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/2025526/+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 2025526] Re: Printer is not available in chromium snap

2023-07-03 Thread Heiko Gimbel
I fixed the problem myself by setting the printer up with a cupsdriver.
Since my printer is connected to my LAN as a networkprinter it is using
the default "driverless" setup that works out of the box after i install
Kubuntu. It works for native apps and flatpaks as well. Applications
installed as  snap seem to be unable to detect the printer. This happens
on three different systems.

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

Title:
  Printer is not available in chromium snap

Status in chromium-browser package in Ubuntu:
  Incomplete
Status in cups package in Ubuntu:
  Incomplete

Bug description:
  My printer is not available in chromium. I had the same problem in firefox 
but fixed it with the following command:

sudo snap connect firefox:cups-control

  However this did not work with the chromium snap. I got the following
  error:

snap "chromium" has no plug named "cups-control"

  My printer is a network printer and is automatically detected by my
  Kubuntu install. It works out of the box with all native apps and
  flatpaks.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/2025526/+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 1970449] Re: GPG keys are not shown in Software and Updates

2022-07-18 Thread Heiko Hösch
Here is a working version of the AptAuth.py for Ubuntu 22.04.

The testing version of Ubuntu might have another software-properties-
version.

I just changed the subprocess.run to subprocess.Popen and added a p.close to 
end the subprocess
where it reads the keys. I left the rest as it is. I did not want to change 
more than necessary.

Other methods of this class use subprocess.run, there you don't need to end the 
subprocess, I would
say. The subprocess.run ends the subprocess automatically, I would say, but the 
subprocess.Popen
seemingly needs a manual closing of the subprocess.

** Attachment added: "AptAuth.py"
   
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1970449/+attachment/5603680/+files/AptAuth.py

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

Title:
  GPG keys are not shown in Software and Updates

Status in software-properties package in Ubuntu:
  Confirmed

Bug description:
  software-properties-gtk does not show the registered apt gpg keys in
  the "Authentication" tab on my Ubuntu 21.10 and 22.04 systems.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: ubuntu-release-upgrader-core 1:22.04.10
  ProcVersionSignature: Ubuntu 5.15.0-27.28-generic 5.15.30
  Uname: Linux 5.15.0-27-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82
  Architecture: amd64
  CasperMD5CheckResult: pass
  CrashDB: ubuntu
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Apr 26 20:48:04 2022
  InstallationDate: Installed on 2022-04-25 (0 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  PackageArchitecture: all
  SourcePackage: ubuntu-release-upgrader
  Symptom: ubuntu-release-upgrader
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1970449/+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 1970449] Re: GPG keys are not shown in Software and Updates

2022-07-17 Thread Heiko Hösch
The version from Ubuntu 20.04 has a p.close() at the end to close the 
subprocess.
I have it here in my download folder. Perhaps it would be better to include 
that.
The problem is that I can't make a package. I could upload a AptAuth.py that 
works.

I can't understand why the importance was set to low. Ubuntu is a bit like a
commercial operating system where some people even pay for support. Then 
something
like that should work, I would say. But that is my opinion.

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

Title:
  GPG keys are not shown in Software and Updates

Status in software-properties package in Ubuntu:
  Confirmed

Bug description:
  software-properties-gtk does not show the registered apt gpg keys in
  the "Authentication" tab on my Ubuntu 21.10 and 22.04 systems.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: ubuntu-release-upgrader-core 1:22.04.10
  ProcVersionSignature: Ubuntu 5.15.0-27.28-generic 5.15.30
  Uname: Linux 5.15.0-27-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82
  Architecture: amd64
  CasperMD5CheckResult: pass
  CrashDB: ubuntu
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Apr 26 20:48:04 2022
  InstallationDate: Installed on 2022-04-25 (0 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  PackageArchitecture: all
  SourcePackage: ubuntu-release-upgrader
  Symptom: ubuntu-release-upgrader
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1970449/+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 1970449] Re: GPG keys are not shown in Software and Updates

2022-07-17 Thread Heiko Hösch
Now I change the AptAuth.py. I changed subprocess.run to
subprocess.Popen.

(In the passage where it reads the keys)
I did not change anything else. 

(The version in Ubuntu 20.04 had a p.close() or something additionally.)

Here it works. It shows the keys

** Attachment added: "Bildschirmfoto vom 2022-07-17 10-08-27.png"
   
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1970449/+attachment/5603562/+files/Bildschirmfoto%20vom%202022-07-17%2010-08-27.png

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

Title:
  GPG keys are not shown in Software and Updates

Status in software-properties package in Ubuntu:
  Confirmed

Bug description:
  software-properties-gtk does not show the registered apt gpg keys in
  the "Authentication" tab on my Ubuntu 21.10 and 22.04 systems.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: ubuntu-release-upgrader-core 1:22.04.10
  ProcVersionSignature: Ubuntu 5.15.0-27.28-generic 5.15.30
  Uname: Linux 5.15.0-27-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82
  Architecture: amd64
  CasperMD5CheckResult: pass
  CrashDB: ubuntu
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Apr 26 20:48:04 2022
  InstallationDate: Installed on 2022-04-25 (0 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  PackageArchitecture: all
  SourcePackage: ubuntu-release-upgrader
  Symptom: ubuntu-release-upgrader
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1970449/+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 1970449] Re: GPG keys are not shown in Software and Updates

2022-07-17 Thread Heiko Hösch
I would say that the application window gets no value when you use
subprocess.run.

When you change subprocess.run to subprocess.Popen it works. I can try
to post a screenshot.

I do not know if that works. That is the actual version.


** Attachment added: "Bildschirmfoto vom 2022-07-17 10-03-16.png"
   
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1970449/+attachment/5603561/+files/Bildschirmfoto%20vom%202022-07-17%2010-03-16.png

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

Title:
  GPG keys are not shown in Software and Updates

Status in software-properties package in Ubuntu:
  Confirmed

Bug description:
  software-properties-gtk does not show the registered apt gpg keys in
  the "Authentication" tab on my Ubuntu 21.10 and 22.04 systems.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: ubuntu-release-upgrader-core 1:22.04.10
  ProcVersionSignature: Ubuntu 5.15.0-27.28-generic 5.15.30
  Uname: Linux 5.15.0-27-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82
  Architecture: amd64
  CasperMD5CheckResult: pass
  CrashDB: ubuntu
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Apr 26 20:48:04 2022
  InstallationDate: Installed on 2022-04-25 (0 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  PackageArchitecture: all
  SourcePackage: ubuntu-release-upgrader
  Symptom: ubuntu-release-upgrader
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1970449/+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 1970449] Re: GPG keys are not shown in Software and Updates

2022-07-17 Thread Heiko Hösch
subprocess.Popen was substituted with subprocess.run in the AptAuth.py. That 
seems
to be the reason. They behave differently here. The other operations seem to 
work,
but it does not read the keys with subprocess.run. It only reads the keys with 
subprocess.Popen.
I do not exactly know why. I wrote a small testfile and they seem to behave 
differently.
It seems as if they had a different return value. I'm not sure. The behavior of 
these two seems
to be different here. From the python documentation that should not be the 
case, I would say.
In the python documentation they seem to be nearly equal, but that does not 
seem to be the case.

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

Title:
  GPG keys are not shown in Software and Updates

Status in software-properties package in Ubuntu:
  Confirmed

Bug description:
  software-properties-gtk does not show the registered apt gpg keys in
  the "Authentication" tab on my Ubuntu 21.10 and 22.04 systems.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: ubuntu-release-upgrader-core 1:22.04.10
  ProcVersionSignature: Ubuntu 5.15.0-27.28-generic 5.15.30
  Uname: Linux 5.15.0-27-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82
  Architecture: amd64
  CasperMD5CheckResult: pass
  CrashDB: ubuntu
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Apr 26 20:48:04 2022
  InstallationDate: Installed on 2022-04-25 (0 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  PackageArchitecture: all
  SourcePackage: ubuntu-release-upgrader
  Symptom: ubuntu-release-upgrader
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1970449/+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 1970449] Re: GPG keys are not shown in Software and Updates

2022-07-17 Thread Heiko Hösch
apt-key list works. It also shows the keys in /etc/apt/trusted.gpg.d/

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

Title:
  GPG keys are not shown in Software and Updates

Status in software-properties package in Ubuntu:
  Confirmed

Bug description:
  software-properties-gtk does not show the registered apt gpg keys in
  the "Authentication" tab on my Ubuntu 21.10 and 22.04 systems.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: ubuntu-release-upgrader-core 1:22.04.10
  ProcVersionSignature: Ubuntu 5.15.0-27.28-generic 5.15.30
  Uname: Linux 5.15.0-27-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82
  Architecture: amd64
  CasperMD5CheckResult: pass
  CrashDB: ubuntu
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Apr 26 20:48:04 2022
  InstallationDate: Installed on 2022-04-25 (0 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  PackageArchitecture: all
  SourcePackage: ubuntu-release-upgrader
  Symptom: ubuntu-release-upgrader
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1970449/+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 1942799] Re: Exiv2 creates out of range exception with XMP data

2021-09-06 Thread Heiko
XMP data is commonly included in image metadata of images that have been
exported from darktable.  Opening such an image in gthumb causes a non-
handled std::out_of_range exception in Exiv2::Xmpdatum::write.  Finally,
gthumb terminates with the message

terminate called after throwing an instance of 'std::out_of_range'
  what():  basic_string::at: __n (which is 19) >= this->size() (which is 19)

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

Title:
  Exiv2 creates out of range exception with XMP data

Status in exiv2 package in Ubuntu:
  Confirmed

Bug description:
  Applying the latest update to Exiv2 in both Pix and gThumb, images
  that contain XMP data will crash the given application. The issue
  looks to be when Xmp data is not able to properly handle the call to
  "c_str()".

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/exiv2/+bug/1942799/+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 1931765] Re: VAAPI broken on Wayland Kubuntu 21.04 (Plasma 5.22.0 + Weston)

2021-07-06 Thread Heiko Gimbel
At first i did not know that the problem was caused by the ppa. However
i think that the MESA drivers should always be upgraded to the latest
stable version. Ubuntu should handle the MESA packages like firefox.
Ubuntu is the only officialy supported linuxdistribution supported by
Steam for gaming and runs on outdated gpudrivers.

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

Title:
  VAAPI broken on Wayland Kubuntu 21.04 (Plasma 5.22.0 + Weston)

Status in libva package in Ubuntu:
  Invalid
Status in mesa package in Ubuntu:
  Invalid

Bug description:
  SUMMARY

  VAAPI is broken on KDE Plasma Wayland and Weston Session

  STEPS TO REPRODUCE
  1. Open a terminal
  2. Type in vainfo

  
  OBSERVED RESULT

  Error Message:
  heiko@Tuxedobook:~$ vainfo
  wl_drm@6: error 0: authenticate failed
  VA error: wayland: Wayland roundtrip error: Protocol error (errno 71)
  libva info: VA-API version 1.10.0
  libva error: vaGetDriverNameByIndex() failed with invalid VADisplay, 
driver_name = (null)
  vaInitialize failed with error code 3 (invalid VADisplay),exit


  EXPECTED RESULT
  Should show VAAPI information without errors like on X11 session

  This bug was reproduced multiple times on two systems one with an
  intel igpu and one with a dedicated AMD GPU. Both systems are using
  the MESA drivers from this ppa:

  https://launchpad.net/~kisak/+archive/ubuntu/kisak-mesa

  This bug was discovered because KODI Mediacenter was crashing on
  startup on wayland while it is working flawless on X11/X.org.

  SOFTWARE/OS VERSIONS
  Linux/KDE Plasma: Kubuntu 21.04 
  (available in About System)
  KDE Plasma Version: 5.22.0 

  
  ADDITIONAL INFORMATION

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libva/+bug/1931765/+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 1931765] Re: VAAPI broken on Wayland Kubuntu 21.04 (Plasma 5.22.0 + Weston)

2021-07-05 Thread Heiko Gimbel
Yes it works with the MESA packages from the ubunturepos. The problem
occurs after adding the kisak mesa fresh ppa and upgrading to the latest
stable MESA release. It only happens when Wayland is used. I always use
this otherwise great ppa to keep my MESA drivers up to date. Sadly the
packages in the ubuntu are often to old if you use your system for
gaming.

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

Title:
  VAAPI broken on Wayland Kubuntu 21.04 (Plasma 5.22.0 + Weston)

Status in libva package in Ubuntu:
  Invalid
Status in mesa package in Ubuntu:
  Invalid

Bug description:
  SUMMARY

  VAAPI is broken on KDE Plasma Wayland and Weston Session

  STEPS TO REPRODUCE
  1. Open a terminal
  2. Type in vainfo

  
  OBSERVED RESULT

  Error Message:
  heiko@Tuxedobook:~$ vainfo
  wl_drm@6: error 0: authenticate failed
  VA error: wayland: Wayland roundtrip error: Protocol error (errno 71)
  libva info: VA-API version 1.10.0
  libva error: vaGetDriverNameByIndex() failed with invalid VADisplay, 
driver_name = (null)
  vaInitialize failed with error code 3 (invalid VADisplay),exit


  EXPECTED RESULT
  Should show VAAPI information without errors like on X11 session

  This bug was reproduced multiple times on two systems one with an
  intel igpu and one with a dedicated AMD GPU. Both systems are using
  the MESA drivers from this ppa:

  https://launchpad.net/~kisak/+archive/ubuntu/kisak-mesa

  This bug was discovered because KODI Mediacenter was crashing on
  startup on wayland while it is working flawless on X11/X.org.

  SOFTWARE/OS VERSIONS
  Linux/KDE Plasma: Kubuntu 21.04 
  (available in About System)
  KDE Plasma Version: 5.22.0 

  
  ADDITIONAL INFORMATION

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libva/+bug/1931765/+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 1931765] Re: VAAPI broken on Wayland Kubuntu 21.04 (Plasma 5.22.0 + Weston)

2021-06-29 Thread Heiko Gimbel
Are there any news related to the bug?

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

Title:
  VAAPI broken on Wayland Kubuntu 21.04 (Plasma 5.22.0 + Weston)

Status in libva package in Ubuntu:
  New
Status in mesa package in Ubuntu:
  New

Bug description:
  SUMMARY

  VAAPI is broken on KDE Plasma Wayland and Weston Session

  STEPS TO REPRODUCE
  1. Open a terminal
  2. Type in vainfo

  
  OBSERVED RESULT

  Error Message:
  heiko@Tuxedobook:~$ vainfo
  wl_drm@6: error 0: authenticate failed
  VA error: wayland: Wayland roundtrip error: Protocol error (errno 71)
  libva info: VA-API version 1.10.0
  libva error: vaGetDriverNameByIndex() failed with invalid VADisplay, 
driver_name = (null)
  vaInitialize failed with error code 3 (invalid VADisplay),exit


  EXPECTED RESULT
  Should show VAAPI information without errors like on X11 session

  This bug was reproduced multiple times on two systems one with an
  intel igpu and one with a dedicated AMD GPU. Both systems are using
  the MESA drivers from this ppa:

  https://launchpad.net/~kisak/+archive/ubuntu/kisak-mesa

  This bug was discovered because KODI Mediacenter was crashing on
  startup on wayland while it is working flawless on X11/X.org.

  SOFTWARE/OS VERSIONS
  Linux/KDE Plasma: Kubuntu 21.04 
  (available in About System)
  KDE Plasma Version: 5.22.0 

  
  ADDITIONAL INFORMATION

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libva/+bug/1931765/+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 1760818] Re: gedit and gnome-calculator transparency/graphics corruption issue when GTK_IM_MODULE=xim is set

2019-09-28 Thread Heiko L
I'm wondering why this has not been fixed after such a long time. It can at 
least be improved easily.
If the Adwaita theme works (which it does in may case, too), then it is (at 
least partly) a theme issue.
In fact, some defaults seem to be missing in the Ambiance and Radiance themes:

By setting a default for the text background color in the following
file, most problems (gnome-calculator, gedit) are resolved for me:

/usr/share/themes/Ambiance/gtk-3.20/gtk.css:

textview text {
   background-color: white; }

@import url("gtk-main.css");

However:
* Some problems remain., e.g. emacs scrollbar background color broken, too.
  The following solves that partly, too, but not completely:
  scrollbar {
   background-color: white; }
* If you change such system files, they will get reset with some later system 
updates.
  (dpkg-divert can help to prevent such resetting/updating of files)

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

Title:
  gedit and gnome-calculator transparency/graphics corruption issue when
  GTK_IM_MODULE=xim is set

Status in gtk+3.0 package in Ubuntu:
  Confirmed
Status in im-config package in Ubuntu:
  Confirmed

Bug description:
  In a "Ubuntu" (Xorg) session on 18.04 gedit and gnome-calculator
  suffer from a graphics issue where parts of their windows hold parts
  of wallpaper or other windows' contents as background.

  See attached screenshot.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: light-themes 16.10+18.04.20180328-0ubuntu1
  ProcVersionSignature: Ubuntu 4.15.0-13.14-generic 4.15.10
  Uname: Linux 4.15.0-13-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.9-0ubuntu2
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Apr  3 09:12:31 2018
  PackageArchitecture: all
  SourcePackage: ubuntu-themes
  UpgradeStatus: Upgraded to bionic on 2018-02-07 (54 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1760818/+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 1506544]

2018-11-07 Thread Tietze-heiko
Elementary is implemented but not used (if not used on the system). So
the question is whether or not we make it the default for Gnome
(proposal was done in patch 3/5 at
https://gerrit.libreoffice.org/#/c/51959/3)

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

Title:
  Change default Theme for LibreOffice to Breeze for Ubuntu 16.04

Status in LibreOffice:
  Fix Released
Status in libreoffice package in Ubuntu:
  Fix Released
Status in ubuntu-meta package in Ubuntu:
  Fix Released

Bug description:
  Breeze has a much more pleasing appearance and is better maintained
  than the human theme.

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1506544/+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 1768230] Re: Long time booting : Failed to connect to lvmetad. Falling back to device scanning.

2018-07-14 Thread Heiko Sieger
I ran into the same bug (30 sec boot delay) running Bionic with Mate
desktop.

The following steps solved the problem for now:

1. Edit /etc/initramfs-tools/conf.d/resume

2. Change as follows:
RESUME=none

3. Run
sudo update-initramfs -u

4. Reboot - no more delay

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

Title:
  Long time booting : Failed to connect to lvmetad. Falling back to
  device scanning.

Status in initramfs-tools package in Ubuntu:
  Fix Released
Status in ubiquity package in Ubuntu:
  Fix Released
Status in initramfs-tools source package in Bionic:
  Fix Committed

Bug description:
  [SRU Justification]
  A regression in initramfs-tools causes it to autogenerate config in the 
initramfs saying to resume from any available swap devices, but references the 
swap device by UUID, which is not a canonical form for referring to LVM volumes 
(because of snapshotting, they are not unique).  Ubiquity also generates a file 
in /etc at install time which references the swap partition in the same way.  
Since the lvm2 initramfs hooks also only activate precisely those LVs that are 
detected as needed at boot, this adds an inappropriate 30-second boot delay to 
any system with swap on LVM, which includes any desktop system that was 
configured with LVM (but not full-disk encryption) at install time.

  [Test case]
  1. Install using the "Use LVM" option in the desktop installer.
  4. Reboot.
  5. Verify that dmesg shows a 30-second delay before mounting the root 
filesystem.
  6. Install initramfs-tools from bionic-proposed.
  7. Reboot.
  8. Verify that dmesg no longer shows a 30-second delay before mounting the 
root filesystem.
  9. Install using the bionic daily image that contains the ubiquity from 
bionic-proposed.
  10. Reboot.
  11. Verify that /etc/initramfs-tools/conf.d/resume is not present and that 
there is no delay before mounting the root filesystem.

  [Regression potential]
  This makes changes to shell scripts, and shell is a perilous language. An 
unnoticed bug could cause all initramfs generation, and thus all kernel 
installation, to fail for some users. A regression could also cause a user to 
lose hiberation support that they currently have.

  [Original description]
  After choosing "Erase disk and install ubuntu" + "Use LVM with the new Ubuntu 
installation", the
  system is very slow to reboot.

  It shows the message : "WARNING:Failed to connect to lvmetad. Falling back to 
device scanning.",
  then waits 32 seconds, then continues as it should.

  I think this is a ubiquity bug, since the d-i based installer is not affected.
   - ubuntu-18.04-desktop-amd64.iso 
(a55353d837cbf7bc006cf49eeff05ae5044e757498e30643a9199b9a25bc9a34) : affected
   - xubuntu-18.04-desktop-amd64.iso 
(7c24318d3b1de1efd584b5aea034ce1aafd2d0f06c59812d989a5fc95bf947e3) : affected
   - ubuntu-18.04-server-amd64.iso 
(a7f5c7b0cdd0e9560d78f1e47660e066353bb8a79eb78d1fc3f4ea62a07e6cbc) : not 
affected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1768230/+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 1229768] Re: weather applet doesn't include Jerusalem location

2017-07-28 Thread Heiko Sieger
4 years have gone by and nothing has been done?

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

Title:
  weather applet doesn't include Jerusalem location

Status in libgweather package in Ubuntu:
  New

Bug description:
  Number of users affected: 804,000

  /usr/share/libgweather/Locations.xml doesn't contain an entry for
  Jerusalem, yet there are weather stations in Jerusalem and all
  commercial weather websites I know of provide weather updates for
  Jerusalem/Israel.

  Here the Locations.xml entry for Israel:

  IsraelILIS
  Asia/JerusalemElat29.56
  
34.951667ElatLLET29.55
  
34.95Mahanayim32.98
  35.57Galilee /
  PinaLLIB32.98
  35.57Mahane
  Yisra'el32.00
  34.916667Ben-Gurion International
  AirportLLBG32.00
  34.90Ramot
  Remez32.781667
  35.016667Sde-Haifa
  HaifaLLHA32.80
  
35.03Shizzafon30.041667
  
35.027778OvdaLLOV30.00
  34.83Tel
  Aviv32.07
  34.77Sde-Dov
  AirportLLSD32.114722
  34.78

  None of the other locations in Israel is near Jerusalem, nor does any
  of them have the same climate. It seems very odd to see the capital of
  Israel missing in gweather - all other countries I checked have an
  entry for their capital.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libgweather/+bug/1229768/+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 1558331] Re: message "The repository is insufficiently signed by key (weak digest)" is poorly worded

2016-03-19 Thread heiko
Confirming the bug here, I have the following on my machine:
W: 
gpgv:/var/lib/apt/lists/ppa.launchpad.net_git-core_ppa_ubuntu_dists_xenial_InRelease:
 The repository is insufficiently signed by key 
E1DD270288B4E6030699E45FA1715D88E1DF1F24 (weak digest)
W: 
gpgv:/var/lib/apt/lists/ppa.launchpad.net_gnome3-team_gnome3_ubuntu_dists_xenial_InRelease:
 The repository is insufficiently signed by key 
9D542E3D52C801D9F8E31682F1773AF13B1510FD (weak digest)
W: 
gpgv:/var/lib/apt/lists/ppa.launchpad.net_noobslab_themes_ubuntu_dists_xenial_InRelease:
 The repository is insufficiently signed by key 
4FA44A478284A18C1BA4A9CAD530E028F59EAE4D (weak digest)
W: 
gpgv:/var/lib/apt/lists/dl.google.com_linux_chrome_deb_dists_stable_Release.gpg:
 The repository is insufficiently signed by key 
4CCA1EAF950CEE4AB83976DCA040830F7FAC5991 (weak digest)

W: 
gpgv:/var/lib/apt/lists/ppa.launchpad.net_numix_ppa_ubuntu_dists_xenial_InRelease:
 The repository is insufficiently signed by key 
43E076121739DEE5FB96BBED52B709720F164EEB (weak digest)
W: 
gpgv:/var/lib/apt/lists/dl.google.com_linux_earth_deb_dists_stable_Release.gpg: 
The repository is insufficiently signed by key 
4CCA1EAF950CEE4AB83976DCA040830F7FAC5991 (weak digest)
W: 
gpgv:/var/lib/apt/lists/ppa.launchpad.net_otto-kesselgulasch_gimp-edge_ubuntu_dists_xenial_InRelease:
 The repository is insufficiently signed by key 
FB97E9C3A97F85C095AEA7903BDAAC08614C4B38 (weak digest)

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

Title:
  message "The repository is insufficiently signed by key  (weak
  digest)" is poorly worded

Status in apt package in Ubuntu:
  Confirmed

Bug description:
  The title pretty much says it all.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1558331/+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 1549531] Re: package linux-image-extra-4.4.0-7-generic 4.4.0-7.22 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 2

2016-02-26 Thread heiko
** Description changed:

  Upgrade failure.
  But system is still running ...
  
  Edit (of 2016-02-25):
  Package in question is installed. So what's the issue? Is it just a wrong 
message I received from the system? (It was telling me that my system would be 
corrupted and probably unusable ... I'm happy it is not the case ...)
+ 
+ Edit (of 2016-02-26):
+ Because of some sound issues I applied following command to reinstall recent 
kernel: sudo apt-get install --reinstall linux-image-$(uname -r) 
+ That fixed my sound problems so far.
  
  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: linux-image-extra-4.4.0-7-generic 4.4.0-7.22
  ProcVersionSignature: Ubuntu 4.4.0-7.22-generic 4.4.2
  Uname: Linux 4.4.0-7-generic x86_64
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  heiko  2026 F pulseaudio
  Date: Thu Feb 25 00:27:59 2016
  ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 2
  HibernationDevice: RESUME=UUID=b80b33ed-aad7-449d-a704-2b3c4433fc09
  InstallationDate: Installed on 2015-12-29 (57 days ago)
  InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Release amd64 
(20151021)
  MachineType: LENOVO 6468AF4
  PccardctlIdent:
   Socket 0:
     no product info available
  PccardctlStatus:
   Socket 0:
     no card
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-7-generic 
root=UUID=f4457ebc-0b50-4985-af9f-ef80749359d2 ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: grub-pc 2.02~beta2-36
  SourcePackage: initramfs-tools
  Title: package linux-image-extra-4.4.0-7-generic 4.4.0-7.22 failed to 
install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 2
  UpgradeStatus: Upgraded to xenial on 2016-02-24 (0 days ago)
  dmi.bios.date: 02/27/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7LETD0WW (2.30 )
  dmi.board.name: 6468AF4
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: 6468AF4L3C2596
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr7LETD0WW(2.30):bd02/27/2012:svnLENOVO:pn6468AF4:pvrThinkPadT61:rvnLENOVO:rn6468AF4:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 6468AF4
  dmi.product.version: ThinkPad T61
  dmi.sys.vendor: LENOVO

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

Title:
  package linux-image-extra-4.4.0-7-generic 4.4.0-7.22 failed to
  install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools
  exited with return code 2

Status in initramfs-tools package in Ubuntu:
  Confirmed

Bug description:
  Upgrade failure.
  But system is still running ...

  Edit (of 2016-02-25):
  Package in question is installed. So what's the issue? Is it just a wrong 
message I received from the system? (It was telling me that my system would be 
corrupted and probably unusable ... I'm happy it is not the case ...)

  Edit (of 2016-02-26):
  Because of some sound issues I applied following command to reinstall recent 
kernel: sudo apt-get install --reinstall linux-image-$(uname -r) 
  That fixed my sound problems so far.

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: linux-image-extra-4.4.0-7-generic 4.4.0-7.22
  ProcVersionSignature: Ubuntu 4.4.0-7.22-generic 4.4.2
  Uname: Linux 4.4.0-7-generic x86_64
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  heiko  2026 F pulseaudio
  Date: Thu Feb 25 00:27:59 2016
  ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 2
  HibernationDevice: RESUME=UUID=b80b33ed-aad7-449d-a704-2b3c4433fc09
  InstallationDate: Installed on 2015-12-29 (57 days ago)
  InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Release amd64 
(20151021)
  MachineType: LENOVO 6468AF4
  PccardctlIdent:
   Socket 0:
     no product info available
  PccardctlStatus:
   Socket 0:
     no card
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-7-generic 
root=UUID=f4457ebc-0b50-4985-af9f-ef80749359d2 ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: grub-pc 2.02~beta2-36
  SourcePackage: initramfs-tools
  Title: package linux-image-extra-4.4.0-7-generic 4.4.0-7.22 failed to 
install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 2
  UpgradeStatus: Upgraded to xenial on 2016-02-24 (0 days ago)
  dmi.b

[Touch-packages] [Bug 1549531] Re: package linux-image-extra-4.4.0-7-generic 4.4.0-7.22 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 2

2016-02-25 Thread heiko
** Description changed:

  Upgrade failure.
  But system is still running ...
+ 
+ Edit (of 2016-02-25):
+ BTW. package in question is installed. So what's the issue? Is it just a 
wrong message? 
  
  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: linux-image-extra-4.4.0-7-generic 4.4.0-7.22
  ProcVersionSignature: Ubuntu 4.4.0-7.22-generic 4.4.2
  Uname: Linux 4.4.0-7-generic x86_64
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC0:  heiko  2026 F pulseaudio
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  heiko  2026 F pulseaudio
  Date: Thu Feb 25 00:27:59 2016
  ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 2
  HibernationDevice: RESUME=UUID=b80b33ed-aad7-449d-a704-2b3c4433fc09
  InstallationDate: Installed on 2015-12-29 (57 days ago)
  InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Release amd64 
(20151021)
  MachineType: LENOVO 6468AF4
  PccardctlIdent:
-  Socket 0:
-no product info available
+  Socket 0:
+    no product info available
  PccardctlStatus:
-  Socket 0:
-no card
+  Socket 0:
+    no card
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-7-generic 
root=UUID=f4457ebc-0b50-4985-af9f-ef80749359d2 ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: grub-pc 2.02~beta2-36
  SourcePackage: initramfs-tools
  Title: package linux-image-extra-4.4.0-7-generic 4.4.0-7.22 failed to 
install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 2
  UpgradeStatus: Upgraded to xenial on 2016-02-24 (0 days ago)
  dmi.bios.date: 02/27/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7LETD0WW (2.30 )
  dmi.board.name: 6468AF4
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: 6468AF4L3C2596
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr7LETD0WW(2.30):bd02/27/2012:svnLENOVO:pn6468AF4:pvrThinkPadT61:rvnLENOVO:rn6468AF4:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 6468AF4
  dmi.product.version: ThinkPad T61
  dmi.sys.vendor: LENOVO

** Description changed:

  Upgrade failure.
  But system is still running ...
  
  Edit (of 2016-02-25):
- BTW. package in question is installed. So what's the issue? Is it just a 
wrong message? 
+ Package in question is installed. So what's the issue? Is it just a wrong 
message I received from the system? (It was telling me that my system would be 
corrupted and probably unusable ... I'm happy it is not the case ...)
  
  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: linux-image-extra-4.4.0-7-generic 4.4.0-7.22
  ProcVersionSignature: Ubuntu 4.4.0-7.22-generic 4.4.2
  Uname: Linux 4.4.0-7-generic x86_64
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  heiko  2026 F pulseaudio
  Date: Thu Feb 25 00:27:59 2016
  ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 2
  HibernationDevice: RESUME=UUID=b80b33ed-aad7-449d-a704-2b3c4433fc09
  InstallationDate: Installed on 2015-12-29 (57 days ago)
  InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Release amd64 
(20151021)
  MachineType: LENOVO 6468AF4
  PccardctlIdent:
   Socket 0:
     no product info available
  PccardctlStatus:
   Socket 0:
     no card
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-7-generic 
root=UUID=f4457ebc-0b50-4985-af9f-ef80749359d2 ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: grub-pc 2.02~beta2-36
  SourcePackage: initramfs-tools
  Title: package linux-image-extra-4.4.0-7-generic 4.4.0-7.22 failed to 
install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 2
  UpgradeStatus: Upgraded to xenial on 2016-02-24 (0 days ago)
  dmi.bios.date: 02/27/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7LETD0WW (2.30 )
  dmi.board.name: 6468AF4
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: 6468AF4L3C2596
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr7LETD0WW(2.30):bd02/27/2012:svnLENOVO:pn6468AF4:pvrThinkPadT61:rvnLENOVO:rn6468AF4:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 6468AF4
  dmi.product.version: ThinkPad T61
  dmi.sys.vendor: LENOVO

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

[Touch-packages] [Bug 1549533] [NEW] package linux-image-generic 4.4.0.7.8 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 2

2016-02-24 Thread heiko
*** This bug is a duplicate of bug 1549531 ***
https://bugs.launchpad.net/bugs/1549531

Public bug reported:

Upgrade failure. But system is still running ...

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: linux-image-generic 4.4.0.7.8
ProcVersionSignature: Ubuntu 4.4.0-7.22-generic 4.4.2
Uname: Linux 4.4.0-7-generic x86_64
ApportVersion: 2.20-0ubuntu3
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  heiko  2026 F pulseaudio
Date: Thu Feb 25 00:27:59 2016
ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 2
HibernationDevice: RESUME=UUID=b80b33ed-aad7-449d-a704-2b3c4433fc09
InstallationDate: Installed on 2015-12-29 (57 days ago)
InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Release amd64 (20151021)
MachineType: LENOVO 6468AF4
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-7-generic 
root=UUID=f4457ebc-0b50-4985-af9f-ef80749359d2 ro quiet splash vt.handoff=7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions: grub-pc 2.02~beta2-36
SourcePackage: initramfs-tools
Title: package linux-image-generic 4.4.0.7.8 failed to install/upgrade: 
run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 2
UpgradeStatus: Upgraded to xenial on 2016-02-24 (0 days ago)
dmi.bios.date: 02/27/2012
dmi.bios.vendor: LENOVO
dmi.bios.version: 7LETD0WW (2.30 )
dmi.board.name: 6468AF4
dmi.board.vendor: LENOVO
dmi.board.version: Not Available
dmi.chassis.asset.tag: 6468AF4L3C2596
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvr7LETD0WW(2.30):bd02/27/2012:svnLENOVO:pn6468AF4:pvrThinkPadT61:rvnLENOVO:rn6468AF4:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 6468AF4
dmi.product.version: ThinkPad T61
dmi.sys.vendor: LENOVO

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

Title:
  package linux-image-generic 4.4.0.7.8 failed to install/upgrade: run-
  parts: /etc/kernel/postinst.d/initramfs-tools exited with return code
  2

Status in initramfs-tools package in Ubuntu:
  New

Bug description:
  Upgrade failure. But system is still running ...

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: linux-image-generic 4.4.0.7.8
  ProcVersionSignature: Ubuntu 4.4.0-7.22-generic 4.4.2
  Uname: Linux 4.4.0-7-generic x86_64
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  heiko  2026 F pulseaudio
  Date: Thu Feb 25 00:27:59 2016
  ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 2
  HibernationDevice: RESUME=UUID=b80b33ed-aad7-449d-a704-2b3c4433fc09
  InstallationDate: Installed on 2015-12-29 (57 days ago)
  InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Release amd64 
(20151021)
  MachineType: LENOVO 6468AF4
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-7-generic 
root=UUID=f4457ebc-0b50-4985-af9f-ef80749359d2 ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: grub-pc 2.02~beta2-36
  SourcePackage: initramfs-tools
  Title: package linux-image-generic 4.4.0.7.8 failed to install/upgrade: 
run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 2
  UpgradeStatus: Upgraded to xenial on 2016-02-24 (0 days ago)
  dmi.bios.date: 02/27/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7LETD0WW (2.30 )
  dmi.board.name: 6468AF4
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: 6468AF4L3C2596
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr7LETD0WW(2.30):bd02/27/2012:svnLENOVO:pn6468AF4:pvrThinkPadT61:rvnLENOVO:rn6468AF4:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 6468AF4
  dmi.product.version: ThinkPad T61
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1549533/+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 1549531] [NEW] package linux-image-extra-4.4.0-7-generic 4.4.0-7.22 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 2

2016-02-24 Thread heiko
Public bug reported:

Upgrade failure.
But system is still running ...

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: linux-image-extra-4.4.0-7-generic 4.4.0-7.22
ProcVersionSignature: Ubuntu 4.4.0-7.22-generic 4.4.2
Uname: Linux 4.4.0-7-generic x86_64
ApportVersion: 2.20-0ubuntu3
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  heiko  2026 F pulseaudio
Date: Thu Feb 25 00:27:59 2016
ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 2
HibernationDevice: RESUME=UUID=b80b33ed-aad7-449d-a704-2b3c4433fc09
InstallationDate: Installed on 2015-12-29 (57 days ago)
InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Release amd64 (20151021)
MachineType: LENOVO 6468AF4
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-7-generic 
root=UUID=f4457ebc-0b50-4985-af9f-ef80749359d2 ro quiet splash vt.handoff=7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions: grub-pc 2.02~beta2-36
SourcePackage: initramfs-tools
Title: package linux-image-extra-4.4.0-7-generic 4.4.0-7.22 failed to 
install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 2
UpgradeStatus: Upgraded to xenial on 2016-02-24 (0 days ago)
dmi.bios.date: 02/27/2012
dmi.bios.vendor: LENOVO
dmi.bios.version: 7LETD0WW (2.30 )
dmi.board.name: 6468AF4
dmi.board.vendor: LENOVO
dmi.board.version: Not Available
dmi.chassis.asset.tag: 6468AF4L3C2596
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvr7LETD0WW(2.30):bd02/27/2012:svnLENOVO:pn6468AF4:pvrThinkPadT61:rvnLENOVO:rn6468AF4:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 6468AF4
dmi.product.version: ThinkPad T61
dmi.sys.vendor: LENOVO

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

Title:
  package linux-image-extra-4.4.0-7-generic 4.4.0-7.22 failed to
  install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools
  exited with return code 2

Status in initramfs-tools package in Ubuntu:
  New

Bug description:
  Upgrade failure.
  But system is still running ...

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: linux-image-extra-4.4.0-7-generic 4.4.0-7.22
  ProcVersionSignature: Ubuntu 4.4.0-7.22-generic 4.4.2
  Uname: Linux 4.4.0-7-generic x86_64
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  heiko  2026 F pulseaudio
  Date: Thu Feb 25 00:27:59 2016
  ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 2
  HibernationDevice: RESUME=UUID=b80b33ed-aad7-449d-a704-2b3c4433fc09
  InstallationDate: Installed on 2015-12-29 (57 days ago)
  InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Release amd64 
(20151021)
  MachineType: LENOVO 6468AF4
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-7-generic 
root=UUID=f4457ebc-0b50-4985-af9f-ef80749359d2 ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: grub-pc 2.02~beta2-36
  SourcePackage: initramfs-tools
  Title: package linux-image-extra-4.4.0-7-generic 4.4.0-7.22 failed to 
install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 2
  UpgradeStatus: Upgraded to xenial on 2016-02-24 (0 days ago)
  dmi.bios.date: 02/27/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7LETD0WW (2.30 )
  dmi.board.name: 6468AF4
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: 6468AF4L3C2596
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr7LETD0WW(2.30):bd02/27/2012:svnLENOVO:pn6468AF4:pvrThinkPadT61:rvnLENOVO:rn6468AF4:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 6468AF4
  dmi.product.version: ThinkPad T61
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1549531/+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 1414930]

2015-02-23 Thread Heiko Stuebner
I'm not sure if this should get a separate issue, but on my new X250 the
pnpid seems to be LEN0046 instead of LEN0048

cat /sys/devices/platform/i8042/serio1/firmware_id
PNP: LEN0046 PNP0f13

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

Title:
  [Lenovo ThinkPad X1 Carbon 20BT] Buttons of Synaptics trackpad doesn't
  work

Status in HWE Next Project:
  Confirmed
Status in The Linux Kernel:
  In Progress
Status in libinput package in Ubuntu:
  New
Status in linux package in Ubuntu:
  Incomplete
Status in systemd package in Ubuntu:
  Fix Released
Status in xserver-xorg-input-synaptics package in Ubuntu:
  New
Status in libinput source package in Trusty:
  New
Status in linux source package in Trusty:
  New
Status in systemd source package in Trusty:
  New
Status in xserver-xorg-input-synaptics source package in Trusty:
  New
Status in libinput source package in Utopic:
  New
Status in linux source package in Utopic:
  New
Status in systemd source package in Utopic:
  New
Status in xserver-xorg-input-synaptics source package in Utopic:
  New

Bug description:
  Lenovo X1 3rd Carbon (201411-16196)

  Steps to reproduce the bug:
  1, Log in to system
  2, Click left/right/middle buttons of the touchpad

  Actual result:
  No response after clicking the buttons

  Expected results:
  Buttons work as expected behavirour

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-45-generic 3.13.0-45.74 [modified: 
boot/vmlinuz-3.13.0-45-generic]
  ProcVersionSignature: Ubuntu 3.13.0-45.74-generic 3.13.11-ckt13
  Uname: Linux 3.13.0-45-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  u  1598 F pulseaudio
   /dev/snd/controlC0:  u  1598 F pulseaudio
  CurrentDesktop: Unity
  Date: Tue Jan 27 02:48:23 2015
  HibernationDevice: RESUME=UUID=c553e9ba-b74b-43ad-8cf2-496531261e0f
  InstallationDate: Installed on 2015-01-27 (0 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 (20150126)
  MachineType: LENOVO 20BTZ09ZUS
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-45-generic 
root=UUID=1d34e685-c98b-41f3-b649-87770517b194 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-45-generic N/A
   linux-backports-modules-3.13.0-45-generic  N/A
   linux-firmware 1.127.11
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/27/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N14ET24W (1.02 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20BTZ09ZUS
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0E50510 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrN14ET24W(1.02):bd10/27/2014:svnLENOVO:pn20BTZ09ZUS:pvrThinkPadX1Carbon3rd:rvnLENOVO:rn20BTZ09ZUS:rvrSDK0E50510WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20BTZ09ZUS
  dmi.product.version: ThinkPad X1 Carbon 3rd
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1414930/+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 1243233] Re: Holding Super key doesn't bring up shortcut overlay.

2014-07-26 Thread Heiko L
Confirming: This bug is fixed for me, too. Thanks!

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

Title:
  Holding Super key doesn't bring up shortcut overlay.

Status in Unity:
  Confirmed
Status in “unity” package in Ubuntu:
  Confirmed

Bug description:
  After upgrading from 13.04 to 13.10, holding Super no longer brings up the 
help overlay. Holding Super worked before upgrading. Tapping the Super key 
still brings up the HUD, and holding it down still brings up the Launcher and 
after a second or so shows the numbers on the applications. In Compiz Config 
Manager, under Ubuntu Unity Plugin - Launcher, the Key to show the Dash, 
Launcher and Help Overlay is set to Super. Under Ubuntu Unity Plugin - 
General, Enable Shortcut Hints Overlay is checked.
  This is also known to affect 14.04 (without compiz) when workspaces are 
enabled and screen resolution is 1024x768.

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