[Bug 1881319] Re: Touchpad not recognized Lenovo IdeaPad 5 15ARE05 (probably falsely as touch panel)

2020-06-18 Thread Jasper van der Neut - Stulen
As a workaround you can add  "initcall_blacklist=elants_i2c_driver_init"
to GRUB_CMDLINE_LINUX, run 'update-grub', power down the laptop and
start it again.

Works for me. (5.7.1 kernel-ppa mainline)

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

Title:
  Touchpad not recognized Lenovo IdeaPad 5 15ARE05 (probably falsely as
  touch panel)

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

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

[Bug 1881319] Re: Touchpad not recognized Lenovo IdeaPad 5 15ARE05 (probably falsely as touch panel)

2020-06-18 Thread Jasper van der Neut - Stulen
@Simon, you should upgrade the ubuntu-mainline-kernel script, the
directory layout on kernel-ppa has changed, so the kernels are in a
different location.

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

Title:
  Touchpad not recognized Lenovo IdeaPad 5 15ARE05 (probably falsely as
  touch panel)

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

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

[Bug 1189063] Re: f-spot full crash upon startup

2013-11-11 Thread Jasper van der Neut - Stulen
F-spot works after unstalling colord as suggested by Holger

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

Title:
  f-spot full crash upon startup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/f-spot/+bug/1189063/+subscriptions

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


[Bug 1319897] Re: gnome-shell crashed with SIGABRT in g_assertion_message()

2014-06-04 Thread Jasper van der Neut - Stulen
Package 3.10.4-0ubuntu2.1 from trusty-proposed fixes the bug for me.

It fixes both:

1) suspend
2) unplug monitor
3) resume

and:

1) unplug monitor
2) suspend
3) resume

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

Title:
  gnome-shell crashed with SIGABRT in g_assertion_message()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-gnome/+bug/1319897/+subscriptions

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


[Bug 1287207] Re: Wireshark not drawing graphs when decoding RTP

2014-06-10 Thread Jasper van der Neut - Stulen
Maybe the same as upstream bug 9891:
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9891

** Bug watch added: Wireshark Bugzilla #9891
   http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9891

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

Title:
  Wireshark not drawing graphs when decoding RTP

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

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


[Bug 845888] Re: empathy doesn't show contact list window when started

2011-09-27 Thread Jasper van der Neut - Stulen
The latstest empathy update in oneiric (3.2.0-0ubuntu1) fixed this issue
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/845888

Title:
  empathy doesn't show contact list window when started

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

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


[Bug 872019] [NEW] pkcs15 profiles not packaged, pkcs15-init not functional

2011-10-10 Thread Jasper van der Neut - Stulen
Public bug reported:

root@lochnagar:/usr/share# lsb_release -d
Description:Ubuntu 11.10

root@lochnagar:/usr/share# opensc-tool -l
# Detected readers (pcsc)
Nr.  Card  Features  Name
0Yes Feitian SCR301 00 00

root@lochnagar:/usr/share# pkcs15-init -E -vvv
.
.
0xb78c68d0 23:11:50.693 [pkcs15-init] profile.c:327:sc_profile_load: called
0xb78c68d0 23:11:50.693 [pkcs15-init] profile.c:357:sc_profile_load: Using 
profile directory '/usr/share/opensc'.
0xb78c68d0 23:11:50.693 [pkcs15-init] profile.c:365:sc_profile_load: Trying 
profile file /usr/share/opensc/pkcs15.profile
0xb78c68d0 23:11:50.693 [pkcs15-init] profile.c:370:sc_profile_load: profile 
/usr/share/opensc/pkcs15.profile loaded ok
0xb78c68d0 23:11:50.694 [pkcs15-init] profile.c:373:sc_profile_load: returning 
with: -1201 (File not found)
0xb78c68d0 23:11:50.694 [pkcs15-init] pkcs15-lib.c:357:sc_pkcs15init_bind: 
Failed to load profile 'pkcs15': File not found
0xb78c68d0 23:11:50.694 [pkcs15-init] pkcs15-lib.c:374:sc_pkcs15init_bind: Load 
profile error: -1201 (File not found)
Couldn't bind to the card: File not found

If I copy the /usr/share/opensc directory contents  from the natty libopensc2 
package (which is not available in oneiric) the
profiles are loaded and pkcs15-init works correctly. Seems like a packaging 
error as the debian sid version of opensc does
come with the pkcs15 profiles.

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

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

Title:
  pkcs15 profiles not packaged, pkcs15-init not functional

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

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


[Bug 845888] [NEW] empathy doesn't show contact list window when started

2011-09-09 Thread Jasper van der Neut - Stulen
Public bug reported:

When I run empathy under gnome-shell I cannot get the contact list window back 
once it's closed. 
The following is logged in .xession-errors:
(empathy:1822): GLib-GObject-WARNING **: invalid uninstantiatable type 
`' in cast to `GtkWindow'
** (empathy:1822): CRITICAL **: empathy_window_present_with_time: assertion 
`GTK_IS_WINDOW (window)' failed

I have to kill empathy and start it again to get the contact list
window.

Steps to reproduce:
* launch empathy
* hide contact list window using the top-right close icon
* verify it's still running in the background
* launch empathy again
* nothing happens, expected a visible contact list window

empathy version: 3.1.91-0ubuntu2   
Description:Ubuntu oneiric (development branch)
Release:11.10

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

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

Title:
  empathy doesn't show contact list window when started

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

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


[Bug 480959] Re: Bluetooth almost impossible to pair - too short timeout, pin sel fails

2010-10-22 Thread Jasper van der Neut - Stulen
If you first select the PIN option and then select the device to pair
with, the custom PIN options won't be ignored.

-- 
Bluetooth almost impossible to pair - too short timeout, pin sel fails
https://bugs.launchpad.net/bugs/480959
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 638928] Re: Bluetooth PIN doesn't get saved

2010-10-22 Thread Jasper van der Neut - Stulen
I have the same problem when pairing with a mobile phone on Ubuntu 10.10
Netbook Remix. The bug seems to be in the bluez package however: when I
install bluez en libbluetooth3 from Lucid and start bluetoothd by hand,
I'm able to pair successfully using Maverick's bluetooth-wizard. I then
reinstalled the Maverick version of bluez so bluetoothd is started
properly on system boot.

-- 
Bluetooth PIN doesn't get saved
https://bugs.launchpad.net/bugs/638928
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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