[Bug 1921770] [NEW] xsane does not react

2021-03-29 Thread Matthias Homann
Public bug reported:

when i select a pagesize in the preview window or when i select a type in the 
main window
xsane does not react and fills the console with lines like 
```
(xsane:92335): Gtk-CRITICAL **: 18:32:35.142: IA__gtk_widget_event: assertion 
'WIDGET_REALIZED_FOR_EVENT (widget, event)' failed

(xsane:92335): Gtk-CRITICAL **: 18:32:35.154: IA__gtk_widget_event:
assertion 'WIDGET_REALIZED_FOR_EVENT (widget, event)' failed

(xsane:92335): Gtk-CRITICAL **: 18:32:35.164: IA__gtk_widget_event:
assertion 'WIDGET_REALIZED_FOR_EVENT (widget, event)' failed

(xsane:92335): Gtk-CRITICAL **: 18:32:35.174: IA__gtk_widget_event:
assertion 'WIDGET_REALIZED_FOR_EVENT (widget, event)' failed

(xsane:92335): Gtk-CRITICAL **: 18:32:35.174: IA__gtk_widget_event:
assertion 'WIDGET_REALIZED_FOR_EVENT (widget, event)' failed

(xsane:92335): Gtk-CRITICAL **: 18:32:35.184: IA__gtk_widget_event:
assertion 'WIDGET_REALIZED_FOR_EVENT (widget, event)' failed

```

uname -a
Linux wahalla 5.8.0-45-generic #51~20.04.1-Ubuntu SMP Tue Feb 23 13:46:31 UTC 
2021 x86_64 x86_64 x86_64 GNU/Linux


apt list | grep xsane

WARNING: apt does not have a stable CLI interface. Use with caution in
scripts.

xsane-common/focal-updates,focal-updates,now 0.999-8ubuntu2.1 all  
[Installiert,automatisch]
xsane/focal-updates,now 0.999-8ubuntu2.1 amd64  [installiert]

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: xsane 0.999-8ubuntu2.1
ProcVersionSignature: Ubuntu 5.8.0-45.51~20.04.1-generic 5.8.18
Uname: Linux 5.8.0-45-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu27.16
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Mon Mar 29 18:12:10 2021
EcryptfsInUse: Yes
InstallationDate: Installed on 2020-11-03 (145 days ago)
InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
SourcePackage: xsane
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug focal

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1921770

Title:
  xsane does not react

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1770929] Re: Duplicity fails with UnicodeDecodeError in uexc function

2020-11-09 Thread Matthias Homann
For me this bug was actually triggered by another new bug in lftp caused
by glibc upgate, see #1902832 which was obfuscated by this bug.

I found the patch from 19.04 disco which was mentioned in #19 which
fixed the unicode error for be and revealed the other bug.

https://launchpad.net/ubuntu/+source/duplicity/0.7.18.2-1ubuntu3.1
The change related to unicode is quite small, patch file "02-unicode":
##
Author: Alexander Zangerl 
Subject: fix unicode decode-does-encode-and-fail problems with iso8859 locales

--- a/bin/duplicity
+++ b/bin/duplicity
@@ -29,6 +29,11 @@
 
 import gzip
 import os
+
+# override locale to avoid bug #682837, until
+# the logger finally deals with locales cleanly
+os.environ['LC_ALL']="POSIX"
+
 import sys
 import time
 import types
##

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1770929

Title:
  Duplicity fails with UnicodeDecodeError in uexc function

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1902832] Re: duplicity's lftp support broken - exits with error_code -11 on Bionic

2020-11-09 Thread Matthias Homann
I faced this issue, which first triggered another bug #1770929
UnicodeDecodeError so that I didn't see the root cause from this lftp
bug directly.

With the lftp (4.8.1-1ubuntu0.2) from bionic-proposed the duplicity
backup now works again, thanks for the quick fix!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1902832

Title:
  duplicity's lftp support broken - exits with error_code -11 on Bionic

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1827884] Re: Boot problems after upgrade to kernel 4.15.0-48 (18.04.2LTS/i386)

2019-05-19 Thread Matthias Homann
I have the same issue on 3 Laptops (2 HP nc6230 and 1 Asus, all 32bit systems), 
only solution so far is to revert to Linux 4.15.0-47. I could not find any 
useful hint in any of the logs.
One strange thing is that only every second boot fails. After hard power-off a 
hanging boot the next boot works fine one time, but the next one again hangs.
I could not even get a text console with Ctrl-Alt-F1 in case it hangs.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1827884

Title:
  Boot problems after upgrade to kernel 4.15.0-48 (18.04.2LTS/i386)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1788997] Re: rtl8723be wifi does not work under linux-modules-extra-4.15.0-33-generic

2019-04-19 Thread Matthias Homann
I installed the proposed kernel and the fix works in principle, but in the 
manual selection the numbering seems swapped. On my HP 250 the antenna cable is 
connected to connector #1 (label printed on the WiFi module) but in the kernel 
module I have to select antenna #2 for a good signal.
Anyhow, this is juts a cosmetic issue for me, thanks for the fix :)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1788997

Title:
  rtl8723be wifi does not work under linux-modules-
  extra-4.15.0-33-generic

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1450825] Re: Reading from /proc/brcm_monitor0 causes lockup of CPU

2016-10-12 Thread Matthias Homann
I faced the problem via another reported bug for Gajim which tries to read teh 
/proc files on startup.
https://bugs.launchpad.net/ubuntu/+source/gajim/+bug/1452006

The workaround for the Gajim issue was by restricting access to root as
suggested in above bug description.

My affected system is an Acer One 722 with Ubuntu Mate 16.04.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1450825

Title:
  Reading from /proc/brcm_monitor0 causes lockup of CPU

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1452006] Re: Gajim freezes whole system on start

2016-10-12 Thread Matthias Homann
Same problem on Acer One 722 running Ubuntu Mate 16.04 
The workaround in #9 worked for me.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1452006

Title:
  Gajim freezes whole system on start

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1507863] Re: Lost ability to print on LAN printer with 3.16.0-51 kernel

2015-12-06 Thread Matthias Homann
I now have the same issue on Lubuntu 12.04.5 LTS with kernel 3.13.0-71.
The previous kernel 3.13.0-68 and below work fine.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1507863

Title:
  Lost ability to print on LAN printer with 3.16.0-51 kernel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-lts-utopic/+bug/1507863/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1507863] Re: Lost ability to print on LAN printer with 3.16.0-51 kernel

2015-10-28 Thread Matthias Homann
Some more details on the observe issues:
- I'm using the Canon drivers from ppa:michael-gruz/canon-trunk. They add a new 
network protocol shown "cnijnet:/" which doesn’t seem to work with the new 
kernel
- If the Canon printer was installed with previous kernel, it doesn't print 
because the cnijnet protocol stopped working. You can find the used protocol in 
the printer settings "device address"
- If you try to install a Canon printer with this kernel, it will detect the 
printer only with the protocol dns-sd and not cnijnet. The printer partly seems 
to work with this protocol, but not all features are supported (like the Canon 
printer tools)
- The Canon tool cnijnetprn doesn't find any network printer

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1507863

Title:
  Lost ability to print on LAN printer with 3.16.0-51 kernel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-lts-utopic/+bug/1507863/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1507863] Re: Lost ability to print on LAN printer with 3.16.0-51 kernel

2015-10-25 Thread Matthias Homann
I have the same issue on Ubuntu Mate 14.04.3 LTS with kernel 3.16.0-51

With this kernel the Canon network driver stopped to work. The command 
"cnijnetprn --search auto" doesn't find any printer.
If I boot a previous kernel, it works fine.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1507863

Title:
  Lost ability to print on LAN printer with 3.16.0-51 kernel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-lts-utopic/+bug/1507863/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1362358] Re: uvcvideo doesn't work with USB webcam with linux 3.16

2015-06-01 Thread Matthias Homann
The solution in #20 worked for me as well with kernel 3.16.0-38 on Ubuntu 14.04 
.2
With the older 14.04 kernel 3.13.0-53 it also worked with the version guvcview 
2.0.0 from the stable ppa.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1362358

Title:
  uvcvideo doesn't work with USB webcam with linux 3.16

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1424491] Re: apt-get fails to install fglrx or fglrx-updates in 14.04.2 and 12.04.5

2015-02-23 Thread Matthias Homann
I faced this issue on two different Latops (Acer and Sony) after installing the 
new 14.04.2 enablement stack as described in the Ubuntu Wiki 
https://wiki.ubuntu.com/Kernel/LTSEnablementStack
After reverting back to 14.04.1 stack I could again install the fgrlx driver.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1424491

Title:
  apt-get fails to install fglrx or fglrx-updates in 14.04.2 and 12.04.5

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 828893] Re: left mouse button ignored

2014-09-07 Thread Matthias Homann
I also seem to have this bug on Ubuntu 12.04 since the upgrade to HWE
Trusty and on Lubuntu 14.04. I also see this bug if my Bluetooth mouse
is configured. As soon as I remove my Bluetooth mouse from the
configuration left key works agains with other USB mouses and the
touchpad.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/828893

Title:
  left mouse button ignored

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-evdev/+bug/828893/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs